@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLFj_Z1xlEA.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}


/*!
   * Bootstrap v4.4.1 (https://getbootstrap.com/)
   * Copyright 2011-2019 The Bootstrap Authors
   * Copyright 2011-2019 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

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

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

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

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

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

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

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

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

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

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

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

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

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

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

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

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

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

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

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

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

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

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

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

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

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

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

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

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

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

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

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

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

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

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

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

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

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

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

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

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

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

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

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

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

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

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

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

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

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

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

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

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

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

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

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

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

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

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

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

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

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

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

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

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

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

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

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

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

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

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

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

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

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

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

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

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

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

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

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

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

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

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

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

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

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

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

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

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

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

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

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

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

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

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

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

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

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

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

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

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

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

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

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

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

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

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

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

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

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

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

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

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

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

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

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

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

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

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

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

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

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

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

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

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

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

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

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

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

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

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

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

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

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

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

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

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

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid 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, .15);
    border-radius: .25rem
}

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

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

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

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

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

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

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

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

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

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

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

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

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

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

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

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

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

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

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

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

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

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

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

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

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

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

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

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

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

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

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

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

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

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

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

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

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

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

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

.custom-range:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

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

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

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

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

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

.nav-tabs .nav-link {
    border: 1px solid 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 #dee2e6
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

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

.nav-pills .nav-link {
    border-radius: .25rem
}

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

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

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

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

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

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

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

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

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

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

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    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:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

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

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

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

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

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

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

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

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

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(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, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

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

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

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

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

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

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

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

@media (min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

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

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

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

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

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

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

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

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

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

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

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

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

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

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

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

.list-group-horizontal .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-sm .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-md .list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-md .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-lg .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xl .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

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

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

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

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

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

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

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

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

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

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

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

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

.toast.showing {
    opacity: 1
}

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

.toast.hide {
    display: none
}

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

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

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

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

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

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

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

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

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header:empty {
    display: none
}

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

.carousel {
    position: relative
}

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

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

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

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

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

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

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

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

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

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

.carousel-indicators .active {
    opacity: 1
}

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

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

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

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

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

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

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

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

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

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

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

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

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

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

.bg-primary {
    background-color: #007bff!important
}

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

.bg-secondary {
    background-color: #6c757d!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
    border: 1px solid #dee2e6!important
}

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

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

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

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

.border-0 {
    border: 0!important
}

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

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

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

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

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

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

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

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

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

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

.rounded-sm {
    border-radius: .2rem!important
}

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

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

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

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

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

.rounded-lg {
    border-radius: .3rem!important
}

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

.rounded-pill {
    border-radius: 50rem!important
}

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

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

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

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

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

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

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

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

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

.embed-responsive::before {
    display: block;
    content: ""
}

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

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

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

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

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

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

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

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

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

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

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto!important
}

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

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

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

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

.h-auto {
    height: auto!important
}

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

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

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

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

.m-0 {
    margin: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
    margin: -.25rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto!important
}

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

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

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

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

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54!important
}

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

a.text-success:focus,
a.text-success:hover {
    color: #19692c!important
}

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

a.text-info:focus,
a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da!important
}

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

a.text-dark:focus,
a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
     ::after,
     ::before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px!important
    }
    .container {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}


/*# sourceMappingURL=bootstrap.min.css.map */

.dtp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2000;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dtp>.dtp-content {
    background: #fff;
    max-width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    max-height: 520px;
    position: relative;
    left: 50%;
}

.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
    background: #689F38;
    color: #fff;
    text-align: center;
    padding: 0.3em;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
    background: #8BC34A;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.dtp div.dtp-date>div {
    padding: 0;
    margin: 0;
}

.dtp div.dtp-actual-month {
    font-size: 1.5em;
}

.dtp div.dtp-actual-num {
    font-size: 3em;
    line-height: 0.9;
}

.dtp div.dtp-actual-maxtime {
    font-size: 3em;
    line-height: 0.9;
}

.dtp div.dtp-actual-year {
    font-size: 1.5em;
    color: #DCEDC8;
}

.dtp div.dtp-picker {
    padding: 1em;
    text-align: center;
}

.dtp div.dtp-picker-month,
.dtp div.dtp-actual-time {
    font-weight: 500;
    text-align: center;
}

.dtp div.dtp-picker-month {
    padding-bottom: 20px!important;
    text-transform: uppercase!important;
}

.dtp .dtp-close {
    position: absolute;
    top: 0.5em;
    right: 1em;
}

.dtp .dtp-close>a {
    color: #fff;
}

.dtp .dtp-close>a>i {
    font-size: 1em;
}

.dtp table.dtp-picker-days {
    margin: 0;
    min-height: 251px;
}

.dtp table.dtp-picker-days,
.dtp table.dtp-picker-days tr,
.dtp table.dtp-picker-days tr>td {
    border: none;
}

.dtp table.dtp-picker-days tr>td {
    font-weight: 700;
    font-size: 0.8em;
    text-align: center;
    padding: 0.5em 0.3em;
}

.dtp table.dtp-picker-days tr>td>span.dtp-select-day {
    color: #BDBDBD!important;
    padding: 0.4em 0.5em 0.5em 0.6em;
}

.dtp table.dtp-picker-days tr>td>a,
.dtp .dtp-picker-time>a {
    color: #212121;
    text-decoration: none;
    padding: 0.4em 0.5em 0.5em 0.6em;
    border-radius: 50%!important;
}

.dtp table.dtp-picker-days tr>td>a.selected {
    background: #8BC34A;
    color: #fff;
}

.dtp table.dtp-picker-days tr>th {
    color: #757575;
    text-align: center;
    font-weight: 700;
    padding: 0.4em 0.3em;
}

.dtp .p10>a {
    color: #689F38;
    text-decoration: none;
}

.dtp .p10 {
    width: 10%;
    display: inline-block;
}

.dtp .p20 {
    width: 20%;
    display: inline-block;
}

.dtp .p60 {
    width: 60%;
    display: inline-block;
}

.dtp .p80 {
    width: 80%;
    display: inline-block;
}

.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm {
    position: relative;
    top: 10px;
    color: #212121;
    font-weight: 500;
    padding: 0.7em 0.5em;
    border-radius: 50%!important;
    text-decoration: none;
    background: #eee;
    font-size: 1em;
}

.dtp .dtp-actual-meridien a.selected {
    background: #689F38;
    color: #fff;
}

.dtp .dtp-picker-time>.dtp-select-hour {
    cursor: pointer;
}

.dtp .dtp-picker-time>.dtp-select-minute {
    cursor: pointer;
}

.dtp .dtp-buttons {
    padding: 0 1em 1em 1em;
    text-align: right;
}

.dtp.hidden,
.dtp .hidden {
    display: none;
}

.dtp .invisible {
    visibility: hidden;
}

.dtp .left {
    float: left;
}

.dtp .right {
    float: right;
}

.dtp .clearfix {
    clear: both;
}

.dtp .center {
    text-align: center;
}

.dtp-picker-year {
    margin-bottom: 1px;
}

.year-picker-item {
    text-align: center;
    padding-top: 5px;
    font-size: large;
    cursor: pointer;
    margin: 0 auto;
}

.dtp-actual-year:hover {
    cursor: pointer;
}

.dtp-actual-year.disabled:hover {
    cursor: inherit;
}

.year-picker-item:hover {
    color: #689F38;
}

.year-picker-item.active {
    color: #689F38;
    font-weight: bold;
}

.dtp-select-year-range {
    display: inline-block;
    text-align: center;
    width: 100%;
}


/*
  == malihu jquery custom scrollbar plugin ==
  Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
  */


/*
  CONTENTS: 
      1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
      2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
      3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
      4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
      5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
      6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
          6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
  */


/* 
  ------------------------------------------------------------------------------------------------------------------------
  1. BASIC STYLE  
  ------------------------------------------------------------------------------------------------------------------------
  */

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}


/* 
  ------------------------------------------------------------------------------------------------------------------------
  2. VERTICAL SCROLLBAR 
  y-axis
  ------------------------------------------------------------------------------------------------------------------------
  */

.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}


/* non-visible scrollbar */

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}


/* RTL direction/left-side scrollbar */

.mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px;
}


/* scrollbar position: outside */

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px;
}


/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px;
    /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}


/* 
  ------------------------------------------------------------------------------------------------------------------------
  3. HORIZONTAL SCROLLBAR 
  x-axis
  ------------------------------------------------------------------------------------------------------------------------
  */

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}


/* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}


/* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    /* minimum dragger width */
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}


/* 
  ------------------------------------------------------------------------------------------------------------------------
  4. VERTICAL AND HORIZONTAL SCROLLBARS 
  yx-axis 
  ------------------------------------------------------------------------------------------------------------------------
  */

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}


/* non-visible horizontal scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}


/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}


/* RTL direction/left-side scrollbar */

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}


/* non-visible scrollbar/RTL direction/left-side scrollbar */

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    /* non-visible scrollbar */
    margin-left: 0;
}


/* non-visible horizontal scrollbar */

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}


/* 
  ------------------------------------------------------------------------------------------------------------------------
  5. TRANSITIONS  
  ------------------------------------------------------------------------------------------------------------------------
  */

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,

/* auto-expanded scrollbar */

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}


/* 
  ------------------------------------------------------------------------------------------------------------------------
  6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
  ------------------------------------------------------------------------------------------------------------------------
  */


/* 
      ----------------------------------------
      6.1 THEMES 
      ----------------------------------------
      */


/* default theme ("light") */

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(mCSB_buttons.png);
    /* css sprites */
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
    /* 
          sprites locations 
          light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
          dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
          */
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
    /* 
          sprites locations
          light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
          dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
          */
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
    /* 
          sprites locations 
          light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
          dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
          */
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
    /* 
          sprites locations 
          light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
          dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
          */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}


/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}


/* ---------------------------------------- */


/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}


/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}


/* ---------------------------------------- */


/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}


/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}


/* ---------------------------------------- */


/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}


/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}


/* ---------------------------------------- */


/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    /* auto-expanded scrollbar */
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px;
    /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    /* auto-expanded scrollbar */
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    /* auto-expanded scrollbar */
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}


/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}


/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}


/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}


/* ---------------------------------------- */


/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}


/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}


/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}


/* ---------------------------------------- */


/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}


/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}


/* ---------------------------------------- */


/* theme: "minimal", "minimal-dark" */

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}


/* RTL direction/left-side scrollbar */

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}


/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}


/* ---------------------------------------- */


/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}


/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}


/* ---------------------------------------- */


/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}


/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}


/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
}


/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}


/* ---------------------------------------- */


/**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */

.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;
    touch-action: manipulation;
    -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;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -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 .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

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


/* ------ venobox.css --------*/

.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vbox-overlay * {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.vbox-overlay {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    -webkit-transform: translateZ(1000px);
    transform: translateZ(1000px);
    transform-style: preserve-3d;
}


/* ----- navigation ----- */

.vbox-title {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 40px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 1050;
}

.vbox-close {
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position: 10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 1050;
}

.vbox-num {
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    display: none;
    z-index: 1050;
}


/* ----- navigation ARROWS ----- */

.vbox-next,
.vbox-prev {
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 1050;
}

.vbox-next span,
.vbox-prev span {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}

.vbox-prev {
    left: 15px;
}

.vbox-next {
    right: 15px;
}

.vbox-prev span {
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.vbox-next span {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}


/* ------- inline window ------ */

.vbox-inline {
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}


/* ------- Video & iFrames window ------ */

.venoframe {
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}

.venoframe.vbvid {
    height: 260px;
}

@media (min-width: 768px) {
    .venoframe,
    .vbox-inline {
        width: 90%;
        height: 360px;
        height: 70vh;
    }
    .venoframe.vbvid {
        width: 640px;
        height: 360px;
    }
}

@media (min-width: 992px) {
    .venoframe,
    .vbox-inline {
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
    .venoframe.vbvid {
        width: 960px;
        height: 540px;
    }
}


/* 
  Please do NOT edit this part! 
  or at least read this note: http://i.imgur.com/7C0ws9e.gif
  */

.vbox-open {
    overflow: hidden;
}

.vbox-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;
}

.vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}

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

.vbox-figlio {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    max-width: 100%;
    text-align: initial;
}

img.vbox-figlio {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.vbox-content.swipe-left {
    margin-left: -200px !important;
}

.vbox-content.swipe-right {
    margin-left: 200px !important;
}

.vbox-animated {
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}


/* ---------- preloader ----------
   * SPINKIT 
   * http://tobiasahlin.com/spinkit/
  -------------------------------- */

.sk-double-bounce,
.sk-rotating-plane {
    width: 40px;
    height: 40px;
    margin: 40px auto
}

.sk-rotating-plane {
    background-color: #333;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.sk-double-bounce {
    position: relative
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-chasing-dots .sk-child,
.sk-spinner-pulse,
.sk-three-bounce .sk-child {
    background-color: #333;
    border-radius: 100%
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-wave {
    margin: 40px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.sk-wandering-cubes {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-wandering-cubes .sk-cube {
    background-color: #333;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both
}

.sk-chasing-dots,
.sk-spinner-pulse {
    width: 40px;
    height: 40px;
    margin: 40px auto
}

.sk-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
        transform: translateX(30px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg)
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
        transform: translateX(30px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg)
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.sk-spinner-pulse {
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.sk-chasing-dots {
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear
}

.sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out
}

.sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.sk-circle .sk-child:before,
.sk-fading-circle .sk-circle:before {
    display: block;
    border-radius: 100%;
    content: '';
    background-color: #333
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child:before {
    margin: 0 auto;
    width: 15%;
    height: 15%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 40px auto
}

.sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.sk-fading-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-fading-circle .sk-circle:before {
    margin: 0 auto;
    width: 15%;
    height: 15%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    100%,
    39% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    100%,
    39% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

.sk-folding-cube {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

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

[class^="gd_icon_"],
[class*=" gd_icon_"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gd_icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gd_icon_standard_service:before {
    content: "\eb64";
}

.gd_icon_standard_service1 .path1:before {
    content: "\eb65";
    color: ;
}

.gd_icon_standard_service1 .path2:before {
    content: "\eb66";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_warranty2:before {
    content: "\ea1d";
}

.gd_icon_warranty2_color .path1:before {
    content: "\ea1e";
    color: ;
}

.gd_icon_warranty2_color .path2:before {
    content: "\ea1f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_offer:before {
    content: "\ed50";
}

.gd_icon_offer_t:before {
    content: "\ed27";
}

.gd_icon_arrow2_left:before {
    content: "\f0d0";
}

.gd_icon_arrow2_left_t:before {
    content: "\f0d1";
}

.gd_icon_arrow2_right:before {
    content: "\f0d2";
}

.gd_icon_arrow2_right_t:before {
    content: "\f0d3";
}

.gd_icon_arrow2_top:before {
    content: "\f0d4";
}

.gd_icon_arrow2_top_t:before {
    content: "\f0d5";
}

.gd_icon_arrow2_bottom:before {
    content: "\f0d6";
}

.gd_icon_arrow2_bottom_t:before {
    content: "\f0d7";
}

.gd_icon_up:before {
    content: "\ea95";
}

.gd_icon_up_t:before {
    content: "\ea97";
}

.gd_icon_up_f:before {
    content: "\ea96";
}

.gd_icon_right:before {
    content: "\ec4c";
}

.gd_icon_right_t:before {
    content: "\ec48";
}

.gd_icon_right_f:before {
    content: "\ec4d";
}

.gd_icon_left:before {
    content: "\ed7c";
}

.gd_icon_left_t:before {
    content: "\ed7e";
}

.gd_icon_left_f:before {
    content: "\ed7d";
}

.gd_icon_down:before {
    content: "\ef15";
}

.gd_icon_down_t:before {
    content: "\ef14";
}

.gd_icon_down_f:before {
    content: "\ef13";
}

.gd_icon_arrow1_left:before {
    content: "\f0d8";
}

.gd_icon_arrow1_left_t:before {
    content: "\f0d9";
}

.gd_icon_arrow1_right:before {
    content: "\f0da";
}

.gd_icon_arrow1_right_t:before {
    content: "\f0db";
}

.gd_icon_arrow1_top:before {
    content: "\f0dc";
}

.gd_icon_arrow1_top_t:before {
    content: "\f0dd";
}

.gd_icon_arrow1_bottom:before {
    content: "\f0de";
}

.gd_icon_arrow1_bottom_t:before {
    content: "\f0df";
}

.gd_icon_arrow_left:before {
    content: "\f0e0";
}

.gd_icon_arrow_left_t:before {
    content: "\f0e1";
}

.gd_icon_arrow_right:before {
    content: "\f0e2";
}

.gd_icon_arrow_right_t:before {
    content: "\f0e3";
}

.gd_icon_arrow_top:before {
    content: "\f0e4";
}

.gd_icon_arrow_top_t:before {
    content: "\f0e5";
}

.gd_icon_arrow_bottom:before {
    content: "\f0e6";
}

.gd_icon_arrow_bottom_t:before {
    content: "\f0e7";
}

.gd_icon_arrow_shape_topleft:before {
    content: "\f0e8";
}

.gd_icon_arrow_shape_topleft_t:before {
    content: "\f0e9";
}

.gd_icon_apply_finance_f_color .path1:before {
    content: "\f0ea";
    color: ;
}

.gd_icon_apply_finance_f_color .path2:before {
    content: "\f0eb";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_arrow_shape_topleft_t_color .path1:before {
    content: "\f0ec";
    color: ;
}

.gd_icon_arrow_shape_topleft_t_color .path2:before {
    content: "\f0ed";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_arrow_shape_topright:before {
    content: "\f0ee";
}

.gd_icon_arrow_shape_topright_t:before {
    content: "\f0ef";
}

.gd_icon_arrow_shape_topright_color .path1:before {
    content: "\f0f0";
    color: ;
}

.gd_icon_arrow_shape_topright_color .path2:before {
    content: "\f0f1";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_arrow_shape_topright_t_color .path1:before {
    content: "\f0f2";
    color: ;
}

.gd_icon_arrow_shape_topright_t_color .path2:before {
    content: "\f0f3";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_arrow_shape_bottomright:before {
    content: "\f0f4";
}

.gd_icon_arrow_shape_bottomright_t:before {
    content: "\f0f5";
}

.gd_icon_arrow_shape_bottomright_color .path1:before {
    content: "\f0f6";
    color: ;
}

.gd_icon_arrow_shape_bottomright_color .path2:before {
    content: "\f0f7";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_arrow_shape_bottomright_t_color .path1:before {
    content: "\f0f8";
    color: ;
}

.gd_icon_arrow_shape_bottomright_t_color .path2:before {
    content: "\f0f9";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_arrow_shape_bottomleft:before {
    content: "\f0fa";
}

.gd_icon_arrow_shape_bottomleft_t:before {
    content: "\f0fb";
}

.gd_icon_arrow_shape_bottomleft_color .path1:before {
    content: "\f0fc";
    color: ;
}

.gd_icon_arrow_shape_bottomleft_color .path2:before {
    content: "\f0fd";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_arrow_shape_bottomleft_t_color .path1:before {
    content: "\f0fe";
    color: ;
}

.gd_icon_arrow_shape_bottomleft_t_color .path2:before {
    content: "\f0ff";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_search:before {
    content: "\ec35";
}

.gd_icon_search_t:before {
    content: "\ec32";
}

.gd_icon_search_color .path1:before {
    content: "\ec36";
    color: rgb(241, 90, 41);
}

.gd_icon_search_color .path2:before {
    content: "\ec37";
    margin-left: -1em;
    color: ;
}

.gd_icon_search_t_color .path1:before {
    content: "\ec33";
    color: rgb(241, 90, 41);
}

.gd_icon_search_t_color .path2:before {
    content: "\ec34";
    margin-left: -1em;
    color: ;
}

.gd_icon_message:before {
    content: "\ed64";
}

.gd_icon_message_t:before {
    content: "\ed5f";
}

.gd_icon_message_color .path1:before {
    content: "\ed65";
    color: ;
}

.gd_icon_message_color .path2:before {
    content: "\ed66";
    margin-left: -1em;
    color: ;
}

.gd_icon_message_color .path3:before {
    content: "\ed67";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_message_t_color .path1:before {
    content: "\ed60";
    color: ;
}

.gd_icon_message_t_color .path2:before {
    content: "\ed61";
    margin-left: -1em;
    color: ;
}

.gd_icon_message_t_color .path3:before {
    content: "\ed62";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_mail:before {
    content: "\ed6d";
}

.gd_icon_mail_t:before {
    content: "\ed6b";
}

.gd_icon_contact:before {
    content: "\ef69";
}

.gd_icon_contact_t:before {
    content: "\ef6a";
}

.gd_icon_contact_color .path1:before {
    content: "\ef6b";
    color: ;
}

.gd_icon_contact_color .path2:before {
    content: "\ef6c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_contact_color .path3:before {
    content: "\ef6d";
    margin-left: -1em;
    color: ;
}

.gd_icon_contact_color .path4:before {
    content: "\ef6e";
    margin-left: -1em;
    color: ;
}

.gd_icon_contact_color .path5:before {
    content: "\ef6f";
    margin-left: -1em;
    color: ;
}

.gd_icon_contact_t_color .path1:before {
    content: "\ef70";
    color: ;
}

.gd_icon_contact_t_color .path2:before {
    content: "\ef71";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_contact_t_color .path3:before {
    content: "\ef72";
    margin-left: -1em;
    color: ;
}

.gd_icon_contact_t_color .path4:before {
    content: "\ef73";
    margin-left: -1em;
    color: ;
}

.gd_icon_contact_t_color .path5:before {
    content: "\ef74";
    margin-left: -1em;
    color: ;
}

.gd_icon_baselinecall:before {
    content: "\f0b3";
}

.gd_icon_baselinecall_t:before {
    content: "\f0b4";
}

.gd_icon_baselinecall_f:before {
    content: "\f0b5";
}

.gd_icon_support_box:before {
    content: "\eb3f";
}

.gd_icon_support_box_t:before {
    content: "\eb40";
}

.gd_icon_support:before {
    content: "\eb57";
}

.gd_icon_support_t:before {
    content: "\eb49";
}

.gd_icon_support_t_color .path1:before {
    content: "\eb4a";
    color: rgb(241, 90, 41);
}

.gd_icon_support_t_color .path2:before {
    content: "\eb4b";
    margin-left: -1em;
    color: ;
}

.gd_icon_support_t_color .path3:before {
    content: "\eb4c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_support_t_color .path4:before {
    content: "\eb4d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Call:before {
    content: "\f053";
}

.gd_icon_Call_t:before {
    content: "\f054";
}

.gd_icon_Call_color .path1:before {
    content: "\f055";
    color: ;
}

.gd_icon_Call_color .path2:before {
    content: "\f056";
    margin-left: -1em;
    color: ;
}

.gd_icon_Call_color .path3:before {
    content: "\f057";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Call_t_color .path1:before {
    content: "\f058";
    color: ;
}

.gd_icon_Call_t_color .path2:before {
    content: "\f059";
    margin-left: -1em;
    color: ;
}

.gd_icon_Call_t_color .path3:before {
    content: "\f05a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_telecommunicating_alarm:before {
    content: "\eb30";
}

.gd_icon_telecommunicating_alarm_t:before {
    content: "\eb36";
}

.gd_icon_telecommunicating_alarm_color .path1:before {
    content: "\eb31";
    color: ;
}

.gd_icon_telecommunicating_alarm_color .path2:before {
    content: "\eb32";
    margin-left: -1em;
    color: ;
}

.gd_icon_telecommunicating_alarm_color .path3:before {
    content: "\eb33";
    margin-left: -1em;
    color: ;
}

.gd_icon_telecommunicating_alarm_color .path4:before {
    content: "\eb34";
    margin-left: -1em;
    color: ;
}

.gd_icon_telecommunicating_alarm_color .path5:before {
    content: "\eb35";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_telecommunicating_alarm_t_color .path1:before {
    content: "\eb37";
    color: ;
}

.gd_icon_telecommunicating_alarm_t_color .path2:before {
    content: "\eb38";
    margin-left: -1em;
    color: ;
}

.gd_icon_telecommunicating_alarm_t_color .path3:before {
    content: "\eb39";
    margin-left: -1em;
    color: ;
}

.gd_icon_telecommunicating_alarm_t_color .path4:before {
    content: "\eb3a";
    margin-left: -1em;
    color: ;
}

.gd_icon_telecommunicating_alarm_t_color .path5:before {
    content: "\eb3b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_telicommunication:before {
    content: "\eb23";
}

.gd_icon_telicommunication_t:before {
    content: "\eb2b";
}

.gd_icon_telicommunication_f:before {
    content: "\eb28";
}

.gd_icon_telicommunication_color .path1:before {
    content: "\eb24";
    color: ;
}

.gd_icon_telicommunication_color .path2:before {
    content: "\eb25";
    margin-left: -1em;
    color: ;
}

.gd_icon_telicommunication_color .path3:before {
    content: "\eb26";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_telicommunication_color .path4:before {
    content: "\eb27";
    margin-left: -1em;
    color: ;
}

.gd_icon_telicommunication_t_color .path1:before {
    content: "\eb2c";
    color: ;
}

.gd_icon_telicommunication_t_color .path2:before {
    content: "\eb2d";
    margin-left: -1em;
    color: ;
}

.gd_icon_telicommunication_t_color .path3:before {
    content: "\eb2e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_telicommunication_t_color .path4:before {
    content: "\eb2f";
    margin-left: -1em;
    color: ;
}

.gd_icon_telicommunication_f_color .path1:before {
    content: "\eb29";
    color: rgb(241, 90, 41);
}

.gd_icon_telicommunication_f_color .path2:before {
    content: "\eb2a";
    margin-left: -1em;
    color: ;
}

.gd_icon_profile:before {
    content: "\ecac";
}

.gd_icon_profile_t:before {
    content: "\eca7";
}

.gd_icon_profile_f:before {
    content: "\eca6";
}

.gd_icon_profile_color .path1:before {
    content: "\ecad";
    color: rgb(241, 90, 41);
}

.gd_icon_profile_color .path2:before {
    content: "\ecae";
    margin-left: -1em;
    color: ;
}

.gd_icon_profile_t_color .path1:before {
    content: "\eca8";
    color: rgb(241, 90, 41);
}

.gd_icon_profile_t_color .path2:before {
    content: "\eca9";
    margin-left: -1em;
    color: ;
}

.gd_icon_login_f_color .path1:before {
    content: "\ed70";
    color: rgb(241, 90, 41);
}

.gd_icon_login_f_color .path2:before {
    content: "\ed71";
    margin-left: -1em;
    color: ;
}

.gd_icon_user:before {
    content: "\ea6b";
}

.gd_icon_user_t:before {
    content: "\ea6a";
}

.gd_icon_user_f:before {
    content: "\ea6c";
}

.gd_icon_self_monitering:before {
    content: "\ec28";
}

.gd_icon_self_monitering_t:before {
    content: "\ec24";
}

.gd_icon_self_monitering_f:before {
    content: "\ec20";
}

.gd_icon_self_monitering_color .path1:before {
    content: "\ec29";
    color: ;
}

.gd_icon_self_monitering_color .path2:before {
    content: "\ec2a";
    margin-left: -1em;
    color: ;
}

.gd_icon_self_monitering_color .path3:before {
    content: "\ec2b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_self_monitering_t_color .path1:before {
    content: "\ec25";
    color: ;
}

.gd_icon_self_monitering_t_color .path2:before {
    content: "\ec26";
    margin-left: -1em;
    color: ;
}

.gd_icon_self_monitering_t_color .path3:before {
    content: "\ec27";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_self_monitering_f_color .path1:before {
    content: "\ec21";
    color: ;
}

.gd_icon_self_monitering_f_color .path2:before {
    content: "\ec22";
    margin-left: -1em;
    color: ;
}

.gd_icon_self_monitering_f_color .path3:before {
    content: "\ec23";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_add_profile:before {
    content: "\f10f";
}

.gd_icon_add_profile_t:before {
    content: "\f110";
}

.gd_icon_add_profile_f:before {
    content: "\f111";
}

.gd_icon_add_profile_color .path1:before {
    content: "\f112";
    color: rgb(241, 90, 41);
}

.gd_icon_add_profile_color .path2:before {
    content: "\f113";
    margin-left: -1em;
    color: ;
}

.gd_icon_add_profile_color .path3:before {
    content: "\f114";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_add_profile_color .path4:before {
    content: "\f115";
    margin-left: -1em;
    color: ;
}

.gd_icon_add_profile_t_color .path1:before {
    content: "\f116";
    color: ;
}

.gd_icon_add_profile_t_color .path2:before {
    content: "\f117";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_add_profile_t_color .path3:before {
    content: "\f118";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_add_profile_t_color .path4:before {
    content: "\f119";
    margin-left: -1em;
    color: ;
}

.gd_icon_add_profile_f_color .path1:before {
    content: "\f11a";
    color: rgb(241, 90, 41);
}

.gd_icon_add_profile_f_color .path2:before {
    content: "\f11b";
    margin-left: -1em;
    color: ;
}

.gd_icon_add_profile_f_color .path3:before {
    content: "\f11c";
    margin-left: -1em;
    color: ;
}

.gd_icon_add_profile_f_color .path4:before {
    content: "\f11d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_settings1:before {
    content: "\ebf3";
}

.gd_icon_settings1_t:before {
    content: "\ebf4";
}

.gd_icon_settings2:before {
    content: "\ebf5";
}

.gd_icon_settings2_t:before {
    content: "\ebf6";
}

.gd_icon_accessories:before {
    content: "\f12f";
}

.gd_icon_accessories_color .path1:before {
    content: "\f130";
    color: ;
}

.gd_icon_accessories_color .path2:before {
    content: "\f131";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_accessories_color .path3:before {
    content: "\f132";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_accessories_color .path4:before {
    content: "\f133";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_customise:before {
    content: "\ef5c";
}

.gd_icon_customise_t:before {
    content: "\ef5d";
}

.gd_icon_settings3:before {
    content: "\ebf7";
}

.gd_icon_settings3_t:before {
    content: "\ebf8";
}

.gd_icon_settings_2_color .path1:before {
    content: "\ebfa";
    color: ;
}

.gd_icon_settings_2_color .path2:before {
    content: "\ebfb";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_settings_2_t_color .path1:before {
    content: "\ebfc";
    color: ;
}

.gd_icon_settings_2_t_color .path2:before {
    content: "\ebfd";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_settings:before {
    content: "\ebf9";
}

.gd_icon_settings_t:before {
    content: "\ebff";
}

.gd_icon_settings_f:before {
    content: "\ebfe";
}

.gd_icon_fitting:before {
    content: "\ee44";
}

.gd_icon_fitting_color .path1:before {
    content: "\ee45";
    color: rgb(241, 90, 41);
}

.gd_icon_fitting_color .path2:before {
    content: "\ee46";
    margin-left: -1em;
    color: ;
}

.gd_icon_fitting_color .path3:before {
    content: "\ee47";
    margin-left: -1em;
    color: ;
}

.gd_icon_fitting_color .path4:before {
    content: "\ee48";
    margin-left: -1em;
    color: ;
}

.gd_icon_fitting_color .path5:before {
    content: "\ee49";
    margin-left: -1em;
    color: ;
}

.gd_icon_fitting_color .path6:before {
    content: "\ee4a";
    margin-left: -1em;
    color: ;
}

.gd_icon_fitting_color .path7:before {
    content: "\ee4b";
    margin-left: -1em;
    color: ;
}

.gd_icon_logout:before {
    content: "\ed6e";
}

.gd_icon_logout_t:before {
    content: "\ed6f";
}

.gd_icon_cart:before {
    content: "\f031";
}

.gd_icon_cart_t:before {
    content: "\f032";
}

.gd_icon_cart_color .path1:before {
    content: "\f033";
    color: ;
}

.gd_icon_cart_color .path2:before {
    content: "\f034";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cart_color .path3:before {
    content: "\f035";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cart_t_color .path1:before {
    content: "\f036";
    color: ;
}

.gd_icon_cart_t_color .path2:before {
    content: "\f037";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cart_t_color .path3:before {
    content: "\f038";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_wishlist:before {
    content: "\e9ea";
}

.gd_icon_wishlist_t:before {
    content: "\e9ee";
}

.gd_icon_wishlist_f:before {
    content: "\e9ed";
}

.gd_icon_wishlist_color .path1:before {
    content: "\e9eb";
    color: ;
}

.gd_icon_wishlist_color .path2:before {
    content: "\e9ec";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_wishlist_t_color .path1:before {
    content: "\e9ef";
    color: ;
}

.gd_icon_wishlist_t_color .path2:before {
    content: "\e9f0";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_filtering:before {
    content: "\ee66";
}

.gd_icon_filtering_t:before {
    content: "\ee67";
}

.gd_icon_sort:before {
    content: "\ebad";
}

.gd_icon_sort_t:before {
    content: "\eb9c";
}

.gd_icon_menu:before {
    content: "\ed6a";
}

.gd_icon_menu_t:before {
    content: "\ed63";
}

.gd_icon_list:before {
    content: "\ed79";
}

.gd_icon_list_t:before {
    content: "\ed7a";
}

.gd_icon_generic-icon:before {
    content: "\edfc";
}

.gd_icon_generic-icon_t:before {
    content: "\edfd";
}

.gd_icon_generic-icon_f:before {
    content: "\edfe";
}

.gd_icon_generic-icon_color .path1:before {
    content: "\edff";
    color: ;
}

.gd_icon_generic-icon_color .path2:before {
    content: "\ee00";
    margin-left: -1em;
    color: ;
}

.gd_icon_generic-icon_color .path3:before {
    content: "\ee01";
    margin-left: -1em;
    color: ;
}

.gd_icon_generic-icon_color .path4:before {
    content: "\ee02";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_generic-icon_t_color .path1:before {
    content: "\ee03";
    color: ;
}

.gd_icon_generic-icon_t_color .path2:before {
    content: "\ee04";
    margin-left: -1em;
    color: ;
}

.gd_icon_generic-icon_t_color .path3:before {
    content: "\ee05";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_generic-icon_t_color .path4:before {
    content: "\ee06";
    margin-left: -1em;
    color: ;
}

.gd_icon_generic-icon_f_color .path1:before {
    content: "\ee07";
    color: ;
}

.gd_icon_generic-icon_f_color .path2:before {
    content: "\ee08";
    margin-left: -1em;
    color: ;
}

.gd_icon_generic-icon_f_color .path3:before {
    content: "\ee09";
    margin-left: -1em;
    color: ;
}

.gd_icon_generic-icon_f_color .path4:before {
    content: "\ee0a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_grid:before {
    content: "\ede7";
}

.gd_icon_filter:before {
    content: "\ee68";
}

.gd_icon_filter_t:before {
    content: "\ee69";
}

.gd_icon_filter_color .path1:before {
    content: "\ee6a";
    color: ;
}

.gd_icon_filter_color .path2:before {
    content: "\ee6b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_filter_color .path3:before {
    content: "\ee6c";
    margin-left: -1em;
    color: ;
}

.gd_icon_filter_t_color .path1:before {
    content: "\ee6d";
    color: ;
}

.gd_icon_filter_t_color .path2:before {
    content: "\ee6e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_filter_t_color .path3:before {
    content: "\ee6f";
    margin-left: -1em;
    color: ;
}

.gd_icon_add_to_compare:before {
    content: "\f107";
}

.gd_icon_add_to_compare_t:before {
    content: "\f108";
}

.gd_icon_add_to_compare_color .path1:before {
    content: "\f109";
    color: ;
}

.gd_icon_add_to_compare_color .path2:before {
    content: "\f10a";
    margin-left: -1em;
    color: ;
}

.gd_icon_add_to_compare_color .path3:before {
    content: "\f10b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_add_to_compare_t_color .path1:before {
    content: "\f10c";
    color: ;
}

.gd_icon_add_to_compare_t_color .path2:before {
    content: "\f10d";
    margin-left: -1em;
    color: ;
}

.gd_icon_add_to_compare_t_color .path3:before {
    content: "\f10e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_alert:before {
    content: "\f100";
}

.gd_icon_alert_t_color:before {
    content: "\f101";
}

.gd_icon_alert1 .path1:before {
    content: "\f102";
    color: ;
}

.gd_icon_alert1 .path2:before {
    content: "\f103";
    margin-left: -1em;
    color: ;
}

.gd_icon_alert1 .path3:before {
    content: "\f104";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_alert_t_color1 .path1:before {
    content: "\f105";
    color: ;
}

.gd_icon_alert_t_color1 .path2:before {
    content: "\f106";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_notification2:before {
    content: "\ed52";
}

.gd_icon_notification2_t:before {
    content: "\ed53";
}

.gd_icon_notification_f:before {
    content: "\ed51";
}

.gd_icon_location:before {
    content: "\ed7b";
}

.gd_icon_location_t:before {
    content: "\ed72";
}

.gd_icon_location2:before {
    content: "\ed73";
}

.gd_icon_location2_t:before {
    content: "\ed75";
}

.gd_icon_location2_f:before {
    content: "\ed74";
}

.gd_icon_location3:before {
    content: "\ed76";
}

.gd_icon_location3_t:before {
    content: "\ed77";
}

.gd_icon_download:before {
    content: "\ef0d";
}

.gd_icon_download_t:before {
    content: "\ef0e";
}

.gd_icon_download_color .path1:before {
    content: "\ef0f";
    color: ;
}

.gd_icon_download_color .path2:before {
    content: "\ef10";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_download_t_color .path1:before {
    content: "\ef11";
    color: ;
}

.gd_icon_download_t_color .path2:before {
    content: "\ef12";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_replay:before {
    content: "\ec62";
}

.gd_icon_replay_t:before {
    content: "\ec4e";
}

.gd_icon_close:before {
    content: "\ef7f";
}

.gd_icon_close_t:before {
    content: "\ef80";
}

.gd_icon_close2:before {
    content: "\ef7c";
}

.gd_icon_close2_t:before {
    content: "\ef7d";
}

.gd_icon_close2_f:before {
    content: "\ef7e";
}

.gd_icon_close1:before {
    content: "\ef79";
}

.gd_icon_close1_t:before {
    content: "\ef7a";
}

.gd_icon_close1_f:before {
    content: "\ef7b";
}

.gd_icon_colosround:before {
    content: "\ef77";
}

.gd_icon_colosround_t:before {
    content: "\ef78";
}

.gd_icon_closebox:before {
    content: "\ef75";
}

.gd_icon_closebox1:before {
    content: "\ef76";
}

.gd_icon_tick0:before {
    content: "\eaf6";
}

.gd_icon_tick:before {
    content: "\eaf4";
}

.gd_icon_tick_t:before {
    content: "\eaf5";
}

.gd_icon_tick1:before {
    content: "\eaf7";
}

.gd_icon_tick2:before {
    content: "\eaf1";
}

.gd_icon_tick3:before {
    content: "\eaf2";
}

.gd_icon_tick4:before {
    content: "\eaf3";
}

.gd_icon_check:before {
    content: "\effb";
}

.gd_icon_check_t:before {
    content: "\effc";
}

.gd_icon_check_availability_color .path1:before {
    content: "\effd";
    color: ;
}

.gd_icon_check_availability_color .path2:before {
    content: "\effe";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_square_tick:before {
    content: "\eb9b";
}

.gd_icon_square_tick_t:before {
    content: "\eb98";
}

.gd_icon_square_tick_color .path1:before {
    content: "\eb96";
    color: ;
}

.gd_icon_square_tick_color .path2:before {
    content: "\eb97";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_square_tick_t_color .path1:before {
    content: "\eb99";
    color: ;
}

.gd_icon_square_tick_t_color .path2:before {
    content: "\eb9a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_gift_card:before {
    content: "\edf7";
}

.gd_icon_gift_card_t:before {
    content: "\edf8";
}

.gd_icon_gift_card_f:before {
    content: "\edf9";
}

.gd_icon_share:before {
    content: "\ebf2";
}

.gd_icon_share_t:before {
    content: "\ebf1";
}

.gd_icon_share_full:before {
    content: "\ebef";
}

.gd_icon_share_full_t:before {
    content: "\ebf0";
}

.gd_icon_delete:before {
    content: "\ef37";
}

.gd_icon_delete_t:before {
    content: "\ef38";
}

.gd_icon_delete2:before {
    content: "\ef39";
}

.gd_icon_delete2_t:before {
    content: "\ef3a";
}

.gd_icon_google_play:before {
    content: "\edf0";
}

.gd_icon_appstore:before {
    content: "\f137";
}

.gd_icon_facebook_f:before {
    content: "\ee8c";
}

.gd_icon_linkedin:before {
    content: "\ed78";
}

.gd_icon_instagram:before {
    content: "\ed8e";
}

.gd_icon_instagram-fill:before {
    content: "\ed8f";
}

.gd_icon_twitter_f:before {
    content: "\eaab";
}

.gd_icon_pinterest_f:before {
    content: "\ecbb";
}

.gd_icon_google_plus_f:before {
    content: "\edef";
}

.gd_icon_blogger_f:before {
    content: "\f0a4";
}

.gd_icon_rss:before {
    content: "\ec45";
}

.gd_icon_rss_f:before {
    content: "\ec46";
}

.gd_icon_youtube_f:before {
    content: "\e9d8";
}

.gd_icon_youtube:before {
    content: "\e9d6";
}

.gd_icon_youtube_t:before {
    content: "\e9da";
}

.gd_icon_youtube_f1:before {
    content: "\e9d9";
}

.gd_icon_youtube_color:before {
    content: "\e9d7";
    color: #f15a29;
}

.gd_icon_wirless:before {
    content: "\e9f1";
}

.gd_icon_wirless_t:before {
    content: "\e9f6";
}

.gd_icon_wirless_color .path1:before {
    content: "\e9f2";
    color: ;
}

.gd_icon_wirless_color .path2:before {
    content: "\e9f3";
    margin-left: -1em;
    color: ;
}

.gd_icon_wirless_color .path3:before {
    content: "\e9f4";
    margin-left: -1em;
    color: ;
}

.gd_icon_wirless_color .path4:before {
    content: "\e9f5";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_wirless_t_color .path1:before {
    content: "\e9f7";
    color: ;
}

.gd_icon_wirless_t_color .path2:before {
    content: "\e9f8";
    margin-left: -1em;
    color: ;
}

.gd_icon_wirless_t_color .path3:before {
    content: "\e9f9";
    margin-left: -1em;
    color: ;
}

.gd_icon_wirless_t_color .path4:before {
    content: "\e9fa";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_hours24:before {
    content: "\edb8";
}

.gd_icon_hours24_color .path1:before {
    content: "\edb9";
    color: ;
}

.gd_icon_hours24_color .path2:before {
    content: "\edba";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_hours24_color .path3:before {
    content: "\edbb";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_hours24_color .path4:before {
    content: "\edbc";
    margin-left: -1em;
    color: ;
}

.gd_icon_hours24_color .path5:before {
    content: "\edbd";
    margin-left: -1em;
    color: ;
}

.gd_icon_hours24_color .path6:before {
    content: "\edbe";
    margin-left: -1em;
    color: ;
}

.gd_icon_hours24_color .path7:before {
    content: "\edbf";
    margin-left: -1em;
    color: ;
}

.gd_icon_hours48:before {
    content: "\edc0";
}

.gd_icon_hours48_color .path1:before {
    content: "\ed9f";
    color: ;
}

.gd_icon_hours48_color .path2:before {
    content: "\eda0";
    margin-left: -1em;
    color: ;
}

.gd_icon_hours48_color .path3:before {
    content: "\eda1";
    margin-left: -1em;
    color: ;
}

.gd_icon_hours48_color .path4:before {
    content: "\eda2";
    margin-left: -1em;
    color: ;
}

.gd_icon_hours48_color .path5:before {
    content: "\eda3";
    margin-left: -1em;
    color: ;
}

.gd_icon_hours48_color .path6:before {
    content: "\eda4";
    margin-left: -1em;
    color: ;
}

.gd_icon_hours48_color .path7:before {
    content: "\eda5";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_every_day:before {
    content: "\ee9c";
}

.gd_icon_every_day_t:before {
    content: "\ee9d";
}

.gd_icon_support_24:before {
    content: "\eb58";
}

.gd_icon_support_24_t:before {
    content: "\eb3e";
}

.gd_icon_support_color .path1:before {
    content: "\eb41";
    color: rgb(241, 90, 41);
}

.gd_icon_support_color .path2:before {
    content: "\eb42";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_support_color .path3:before {
    content: "\eb43";
    margin-left: -1em;
    color: ;
}

.gd_icon_support_color .path4:before {
    content: "\eb44";
    margin-left: -1em;
    color: ;
}

.gd_icon_support_color .path5:before {
    content: "\eb45";
    margin-left: -1em;
    color: ;
}

.gd_icon_support_color .path6:before {
    content: "\eb46";
    margin-left: -1em;
    color: ;
}

.gd_icon_support_color .path7:before {
    content: "\eb47";
    margin-left: -1em;
    color: ;
}

.gd_icon_support_color .path8:before {
    content: "\eb48";
    margin-left: -1em;
    color: ;
}

.gd_icon_support_t_color1 .path1:before {
    content: "\eb4e";
    color: rgb(241, 90, 41);
}

.gd_icon_support_t_color1 .path2:before {
    content: "\eb4f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_support_t_color1 .path3:before {
    content: "\eb50";
    margin-left: -1em;
    color: ;
}

.gd_icon_support_t_color1 .path4:before {
    content: "\eb51";
    margin-left: -1em;
    color: ;
}

.gd_icon_support_t_color1 .path5:before {
    content: "\eb52";
    margin-left: -1em;
    color: ;
}

.gd_icon_support_t_color1 .path6:before {
    content: "\eb53";
    margin-left: -1em;
    color: ;
}

.gd_icon_support_t_color1 .path7:before {
    content: "\eb54";
    margin-left: -1em;
    color: ;
}

.gd_icon_support_t_color1 .path8:before {
    content: "\eb55";
    margin-left: -1em;
    color: ;
}

.gd_icon_threesixtyfive:before {
    content: "\eafc";
}

.gd_icon_threesixtyfive_color .path1:before {
    content: "\eafd";
    color: ;
}

.gd_icon_threesixtyfive_color .path2:before {
    content: "\eafe";
    margin-left: -1em;
    color: ;
}

.gd_icon_threesixtyfive_color .path3:before {
    content: "\eaff";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_threesixtyfive_color .path4:before {
    content: "\eb00";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_threesixtyfive_color .path5:before {
    content: "\eb01";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_threesixtyfive_color .path6:before {
    content: "\eb02";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_threesixtyfive_color .path7:before {
    content: "\eb03";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_threesixtyfive_color .path8:before {
    content: "\eb04";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_threesixtyfive_color .path9:before {
    content: "\eb05";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_extended_warranty:before {
    content: "\ee93";
}

.gd_icon_extended_warranty_color .path1:before {
    content: "\ee94";
    color: rgb(241, 90, 41);
}

.gd_icon_extended_warranty_color .path2:before {
    content: "\ee95";
    margin-left: -1em;
    color: ;
}

.gd_icon_extended_warranty_color .path3:before {
    content: "\ee96";
    margin-left: -1em;
    color: ;
}

.gd_icon_extended_warranty_color .path4:before {
    content: "\ee97";
    margin-left: -1em;
    color: ;
}

.gd_icon_extended_warranty_color .path5:before {
    content: "\ee98";
    margin-left: -1em;
    color: ;
}

.gd_icon_extended_warranty_color .path6:before {
    content: "\ee99";
    margin-left: -1em;
    color: ;
}

.gd_icon_extended_warranty_color .path7:before {
    content: "\ee9a";
    margin-left: -1em;
    color: ;
}

.gd_icon_extended_warranty_color .path8:before {
    content: "\ee9b";
    margin-left: -1em;
    color: ;
}

.gd_icon_thumb:before {
    content: "\eb06";
}

.gd_icon_thumb_t:before {
    content: "\eaf8";
}

.gd_icon_thumb_color .path1:before {
    content: "\eb07";
    color: rgb(241, 90, 41);
}

.gd_icon_thumb_color .path2:before {
    content: "\eb08";
    margin-left: -1em;
    color: ;
}

.gd_icon_thumb_t_color .path1:before {
    content: "\eaf9";
    color: rgb(241, 90, 41);
}

.gd_icon_thumb_t_color .path2:before {
    content: "\eafa";
    margin-left: -1em;
    color: ;
}

.gd_icon_thumbs:before {
    content: "\eafb";
}

.gd_icon_pdf:before {
    content: "\ecc8";
}

.gd_icon_pdf_t:before {
    content: "\ecc9";
}

.gd_icon_no_image:before {
    content: "\ed5b";
}

.gd_icon_no_image_t:before {
    content: "\ed58";
}

.gd_icon_no_image_f:before {
    content: "\ed57";
}

.gd_icon_image:before {
    content: "\ed9b";
}

.gd_icon_image_t:before {
    content: "\ed9d";
}

.gd_icon_image_f:before {
    content: "\ed9c";
}

.gd_icon_forward_left:before {
    content: "\ee1c";
}

.gd_icon_forward_left_t:before {
    content: "\ee1d";
}

.gd_icon_forward_left_f:before {
    content: "\ee1e";
}

.gd_icon_forward_right:before {
    content: "\ee1f";
}

.gd_icon_forward_right_t:before {
    content: "\ee20";
}

.gd_icon_forward_right_f:before {
    content: "\ee21";
}

.gd_icon_category:before {
    content: "\f01f";
}

.gd_icon_category_t:before {
    content: "\f020";
}

.gd_icon_category_color .path1:before {
    content: "\f021";
    color: rgb(241, 90, 41);
}

.gd_icon_category_color .path2:before {
    content: "\f022";
    margin-left: -1em;
    color: ;
}

.gd_icon_category_t_color .path1:before {
    content: "\f023";
    color: rgb(241, 90, 41);
}

.gd_icon_category_t_color .path2:before {
    content: "\f024";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose:before {
    content: "\ef9d";
}

.gd_icon_choose_t:before {
    content: "\ef9e";
}

.gd_icon_choose_color .path1:before {
    content: "\ef9f";
    color: ;
}

.gd_icon_choose_color .path2:before {
    content: "\efa0";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path3:before {
    content: "\efa1";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path4:before {
    content: "\efa2";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path5:before {
    content: "\efa3";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path6:before {
    content: "\efa4";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path7:before {
    content: "\efa5";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path8:before {
    content: "\efa6";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path9:before {
    content: "\efa7";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path10:before {
    content: "\efa8";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path11:before {
    content: "\efa9";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path12:before {
    content: "\efaa";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path13:before {
    content: "\efab";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path14:before {
    content: "\efac";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path15:before {
    content: "\efad";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path16:before {
    content: "\efae";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path17:before {
    content: "\efaf";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path18:before {
    content: "\efb0";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path19:before {
    content: "\efb1";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path20:before {
    content: "\efb2";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path21:before {
    content: "\efb3";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path22:before {
    content: "\efb4";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path23:before {
    content: "\efb5";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path24:before {
    content: "\efb6";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path25:before {
    content: "\efb7";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path26:before {
    content: "\efb8";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path27:before {
    content: "\efb9";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path28:before {
    content: "\efba";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path29:before {
    content: "\efbb";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path30:before {
    content: "\efbc";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path31:before {
    content: "\efbd";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path32:before {
    content: "\efbe";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path33:before {
    content: "\efbf";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path34:before {
    content: "\efc0";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path35:before {
    content: "\efc1";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path36:before {
    content: "\efc2";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path37:before {
    content: "\efc3";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path38:before {
    content: "\efc4";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path39:before {
    content: "\efc5";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path40:before {
    content: "\efc6";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path41:before {
    content: "\efc7";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path42:before {
    content: "\efc8";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path43:before {
    content: "\efc9";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path44:before {
    content: "\efca";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path45:before {
    content: "\efcb";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_color .path46:before {
    content: "\efcc";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_choose_t_color .path1:before {
    content: "\efcd";
    color: ;
}

.gd_icon_choose_t_color .path2:before {
    content: "\efce";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path3:before {
    content: "\efcf";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path4:before {
    content: "\efd0";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path5:before {
    content: "\efd1";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path6:before {
    content: "\efd2";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path7:before {
    content: "\efd3";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path8:before {
    content: "\efd4";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path9:before {
    content: "\efd5";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path10:before {
    content: "\efd6";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path11:before {
    content: "\efd7";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path12:before {
    content: "\efd8";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path13:before {
    content: "\efd9";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path14:before {
    content: "\efda";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path15:before {
    content: "\efdb";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path16:before {
    content: "\efdc";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path17:before {
    content: "\efdd";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path18:before {
    content: "\efde";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path19:before {
    content: "\efdf";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path20:before {
    content: "\efe0";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path21:before {
    content: "\efe1";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path22:before {
    content: "\efe2";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path23:before {
    content: "\efe3";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path24:before {
    content: "\efe4";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path25:before {
    content: "\efe5";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path26:before {
    content: "\efe6";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path27:before {
    content: "\efe7";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path28:before {
    content: "\efe8";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path29:before {
    content: "\efe9";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path30:before {
    content: "\efea";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path31:before {
    content: "\efeb";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path32:before {
    content: "\efec";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path33:before {
    content: "\efed";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path34:before {
    content: "\efee";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path35:before {
    content: "\efef";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path36:before {
    content: "\eff0";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path37:before {
    content: "\eff1";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path38:before {
    content: "\eff2";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path39:before {
    content: "\eff3";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path40:before {
    content: "\eff4";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path41:before {
    content: "\eff5";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path42:before {
    content: "\eff6";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path43:before {
    content: "\eff7";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path44:before {
    content: "\eff8";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path45:before {
    content: "\eff9";
    margin-left: -1em;
    color: ;
}

.gd_icon_choose_t_color .path46:before {
    content: "\effa";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_home:before {
    content: "\edd8";
}

.gd_icon_home_t:before {
    content: "\edc7";
}

.gd_icon_home_f:before {
    content: "\edd9";
}

.gd_icon_home_automation:before {
    content: "\edda";
}

.gd_icon_home_automation_t:before {
    content: "\eddb";
}

.gd_icon_home_automation_f:before {
    content: "\eddc";
}

.gd_icon_card:before {
    content: "\f039";
}

.gd_icon_card_t:before {
    content: "\f03a";
}

.gd_icon_card_color .path1:before {
    content: "\f03b";
    color: ;
}

.gd_icon_card_color .path2:before {
    content: "\f03c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_card_t_color .path1:before {
    content: "\f03d";
    color: ;
}

.gd_icon_card_t_color .path2:before {
    content: "\f03e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_creditcard:before {
    content: "\ef63";
}

.gd_icon_creditcard_t:before {
    content: "\ef64";
}

.gd_icon_creditcard_color .path1:before {
    content: "\ef65";
    color: ;
}

.gd_icon_creditcard_color .path2:before {
    content: "\ef66";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_creditcard_t_color .path1:before {
    content: "\ef67";
    color: ;
}

.gd_icon_creditcard_t_color .path2:before {
    content: "\ef68";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_payment:before {
    content: "\ecd6";
}

.gd_icon_payment_t:before {
    content: "\ecd1";
}

.gd_icon_payment_color .path1:before {
    content: "\eccd";
    color: rgb(241, 90, 41);
}

.gd_icon_payment_color .path2:before {
    content: "\ecce";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_payment_color .path3:before {
    content: "\eccf";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_payment_color .path4:before {
    content: "\ecd0";
    margin-left: -1em;
    color: ;
}

.gd_icon_payment_t_color .path1:before {
    content: "\ecd2";
    color: rgb(241, 90, 41);
}

.gd_icon_payment_t_color .path2:before {
    content: "\ecd3";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_payment_t_color .path3:before {
    content: "\ecd4";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_payment_t_color .path4:before {
    content: "\ecd5";
    margin-left: -1em;
    color: ;
}

.gd_icon_wallet:before {
    content: "\ea33";
}

.gd_icon_wallet_t:before {
    content: "\ea20";
}

.gd_icon_wallet_security:before {
    content: "\ea34";
}

.gd_icon_flexible:before {
    content: "\ee22";
}

.gd_icon_flexible_t:before {
    content: "\ee23";
}

.gd_icon_flexible_t_color .path1:before {
    content: "\ee2d";
    color: ;
}

.gd_icon_flexible_t_color .path2:before {
    content: "\ee2e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_flexible_t_color .path3:before {
    content: "\ee2f";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_t_color .path4:before {
    content: "\ee30";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_t_color .path5:before {
    content: "\ee31";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_t_color .path6:before {
    content: "\ee32";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_t_color .path7:before {
    content: "\ee33";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_t_color .path8:before {
    content: "\ee34";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_t_color .path9:before {
    content: "\ee35";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_color .path1:before {
    content: "\ee24";
    color: ;
}

.gd_icon_flexible_color .path2:before {
    content: "\ee25";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_flexible_color .path3:before {
    content: "\ee26";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_color .path4:before {
    content: "\ee27";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_color .path5:before {
    content: "\ee28";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_color .path6:before {
    content: "\ee29";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_color .path7:before {
    content: "\ee2a";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_color .path8:before {
    content: "\ee2b";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_color .path9:before {
    content: "\ee2c";
    margin-left: -1em;
    color: ;
}

.gd_icon_pancard:before {
    content: "\eced";
}

.gd_icon_pancard_t:before {
    content: "\ecee";
}

.gd_icon_driving_license:before {
    content: "\ef0b";
}

.gd_icon_driving_license_t:before {
    content: "\ef0c";
}

.gd_icon_user_registration:before {
    content: "\ea4e";
}

.gd_icon_user_registration_t:before {
    content: "\ea5f";
}

.gd_icon_user_registration_f:before {
    content: "\ea5a";
}

.gd_icon_user_registration_color .path1:before {
    content: "\ea4f";
    color: ;
}

.gd_icon_user_registration_color .path2:before {
    content: "\ea50";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_color .path3:before {
    content: "\ea51";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_color .path4:before {
    content: "\ea52";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_user_registration_color .path5:before {
    content: "\ea53";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_color .path6:before {
    content: "\ea54";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_user_registration_color .path7:before {
    content: "\ea55";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_user_registration_color .path8:before {
    content: "\ea56";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_color .path9:before {
    content: "\ea57";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_color .path10:before {
    content: "\ea58";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_color .path11:before {
    content: "\ea59";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_t_color .path1:before {
    content: "\ea60";
    color: ;
}

.gd_icon_user_registration_t_color .path2:before {
    content: "\ea61";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_t_color .path3:before {
    content: "\ea62";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_user_registration_t_color .path4:before {
    content: "\ea63";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_t_color .path5:before {
    content: "\ea64";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_user_registration_t_color .path6:before {
    content: "\ea65";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_user_registration_t_color .path7:before {
    content: "\ea66";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_t_color .path8:before {
    content: "\ea67";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_t_color .path9:before {
    content: "\ea68";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_t_color .path10:before {
    content: "\ea69";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_f_color .path1:before {
    content: "\ea5b";
    color: ;
}

.gd_icon_user_registration_f_color .path2:before {
    content: "\ea5c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_user_registration_f_color .path3:before {
    content: "\ea5d";
    margin-left: -1em;
    color: ;
}

.gd_icon_user_registration_f_color .path4:before {
    content: "\ea5e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_voter_id:before {
    content: "\ea31";
}

.gd_icon_voter_id_t:before {
    content: "\ea32";
}

.gd_icon_passport_f:before {
    content: "\ecde";
}

.gd_icon_rationcard:before {
    content: "\ec9d";
}

.gd_icon_order_list:before {
    content: "\ed09";
}

.gd_icon_order_list_t:before {
    content: "\ed01";
}

.gd_icon_order_list_color .path1:before {
    content: "\ed0a";
    color: rgb(241, 90, 41);
}

.gd_icon_order_list_color .path2:before {
    content: "\ed0b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_order_list_color .path3:before {
    content: "\ed0c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_order_list_color .path4:before {
    content: "\ed0d";
    margin-left: -1em;
    color: ;
}

.gd_icon_order_list_color .path5:before {
    content: "\ed0e";
    margin-left: -1em;
    color: ;
}

.gd_icon_order_list_t_color .path1:before {
    content: "\ed02";
    color: rgb(241, 90, 41);
}

.gd_icon_order_list_t_color .path2:before {
    content: "\ed03";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_order_list_t_color .path3:before {
    content: "\ed04";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_order_list_t_color .path4:before {
    content: "\ed05";
    margin-left: -1em;
    color: ;
}

.gd_icon_order_list_t_color .path5:before {
    content: "\ed06";
    margin-left: -1em;
    color: ;
}

.gd_icon_order:before {
    content: "\ed08";
}

.gd_icon_order_t:before {
    content: "\ed07";
}

.gd_icon_pointer:before {
    content: "\ecb3";
}

.gd_icon_your_notes:before {
    content: "\e9e6";
}

.gd_icon_your_notes_t:before {
    content: "\e9e9";
}

.gd_icon_your_notes_color .path1:before {
    content: "\e9e7";
    color: ;
}

.gd_icon_your_notes_color .path2:before {
    content: "\e9e8";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_your_notes_t_color .path1:before {
    content: "\e9d4";
    color: ;
}

.gd_icon_your_notes_t_color .path2:before {
    content: "\e9d5";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_edit_3:before {
    content: "\eec6";
}

.gd_icon_edit_1:before {
    content: "\eec2";
}

.gd_icon_edit_1_t:before {
    content: "\eec1";
}

.gd_icon_edit:before {
    content: "\eec3";
}

.gd_icon_edit_t:before {
    content: "\eec4";
}

.gd_icon_edit_f:before {
    content: "\eec5";
}

.gd_icon_note:before {
    content: "\ed54";
}

.gd_icon_note_t:before {
    content: "\ed55";
}

.gd_icon_apply:before {
    content: "\f11e";
}

.gd_icon_apply_t:before {
    content: "\f11f";
}

.gd_icon_apply_color .path1:before {
    content: "\f120";
    color: ;
}

.gd_icon_apply_color .path2:before {
    content: "\f121";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_apply_color .path3:before {
    content: "\f122";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_apply_color .path4:before {
    content: "\f123";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_apply_t_color .path1:before {
    content: "\f124";
    color: ;
}

.gd_icon_apply_t_color .path2:before {
    content: "\f125";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_apply_t_color .path3:before {
    content: "\f126";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_apply_t_color .path4:before {
    content: "\f127";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_specifications:before {
    content: "\eb9d";
}

.gd_icon_specifications_t:before {
    content: "\eba6";
}

.gd_icon_specifications_color .path1:before {
    content: "\eb9e";
    color: rgb(241, 90, 41);
}

.gd_icon_specifications_color .path2:before {
    content: "\eb9f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_specifications_color .path3:before {
    content: "\eba0";
    margin-left: -1em;
    color: ;
}

.gd_icon_specifications_color .path4:before {
    content: "\eba1";
    margin-left: -1em;
    color: ;
}

.gd_icon_specifications_color .path5:before {
    content: "\eba2";
    margin-left: -1em;
    color: ;
}

.gd_icon_specifications_color .path6:before {
    content: "\eba3";
    margin-left: -1em;
    color: ;
}

.gd_icon_specifications_color .path7:before {
    content: "\eba4";
    margin-left: -1em;
    color: ;
}

.gd_icon_specifications_color .path8:before {
    content: "\eba5";
    margin-left: -1em;
    color: ;
}

.gd_icon_specifications_t_color .path1:before {
    content: "\eba7";
    color: rgb(241, 90, 41);
}

.gd_icon_specifications_t_color .path2:before {
    content: "\eba8";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_specifications_t_color .path3:before {
    content: "\eba9";
    margin-left: -1em;
    color: ;
}

.gd_icon_specifications_t_color .path4:before {
    content: "\ebaa";
    margin-left: -1em;
    color: ;
}

.gd_icon_specifications_t_color .path5:before {
    content: "\ebab";
    margin-left: -1em;
    color: ;
}

.gd_icon_specifications_t_color .path6:before {
    content: "\ebac";
    margin-left: -1em;
    color: ;
}

.gd_icon_bank_ac:before {
    content: "\f0b6";
}

.gd_icon_bank_ac_t:before {
    content: "\f0b7";
}

.gd_icon_bank_ac_color .path1:before {
    content: "\f0b8";
    color: ;
}

.gd_icon_bank_ac_color .path2:before {
    content: "\f0b9";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bank_ac_color .path3:before {
    content: "\f0ba";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bank_ac_color .path4:before {
    content: "\f0bb";
    margin-left: -1em;
    color: ;
}

.gd_icon_bank_ac_color .path5:before {
    content: "\f0bc";
    margin-left: -1em;
    color: ;
}

.gd_icon_bank_ac_color .path6:before {
    content: "\f0bd";
    margin-left: -1em;
    color: ;
}

.gd_icon_bank_ac_color .path7:before {
    content: "\f0be";
    margin-left: -1em;
    color: ;
}

.gd_icon_bank_ac_color .path8:before {
    content: "\f0bf";
    margin-left: -1em;
    color: ;
}

.gd_icon_bank_ac_color .path9:before {
    content: "\f0c0";
    margin-left: -1em;
    color: ;
}

.gd_icon_bank_ac_t_color .path1:before {
    content: "\f0c1";
    color: ;
}

.gd_icon_bank_ac_t_color .path2:before {
    content: "\f0c2";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bank_ac_t_color .path3:before {
    content: "\f0c3";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bank_ac_t_color .path4:before {
    content: "\f0c4";
    margin-left: -1em;
    color: ;
}

.gd_icon_bank_ac_t_color .path5:before {
    content: "\f0c5";
    margin-left: -1em;
    color: ;
}

.gd_icon_bank_ac_t_color .path6:before {
    content: "\f0c6";
    margin-left: -1em;
    color: ;
}

.gd_icon_bank_ac_t_color .path7:before {
    content: "\f0c7";
    margin-left: -1em;
    color: ;
}

.gd_icon_bank_ac_t_color .path8:before {
    content: "\f0c8";
    margin-left: -1em;
    color: ;
}

.gd_icon_bank_ac_t_color .path9:before {
    content: "\f0c9";
    margin-left: -1em;
    color: ;
}

.gd_icon_question:before {
    content: "\eca0";
}

.gd_icon_question_t:before {
    content: "\eca1";
}

.gd_icon_help:before {
    content: "\ede5";
}

.gd_icon_help_t:before {
    content: "\ede6";
}

.gd_icon_printer:before {
    content: "\ecaa";
}

.gd_icon_printer_t:before {
    content: "\ecab";
}

.gd_icon_camera:before {
    content: "\f044";
}

.gd_icon_camera_t:before {
    content: "\f045";
}

.gd_icon_camera_color .path1:before {
    content: "\f047";
    color: ;
}

.gd_icon_camera_color .path2:before {
    content: "\f048";
    margin-left: -1em;
    color: ;
}

.gd_icon_camera_color .path3:before {
    content: "\f049";
    margin-left: -1em;
    color: ;
}

.gd_icon_camera_color .path4:before {
    content: "\f04a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_camera_t_color .path1:before {
    content: "\f04b";
    color: ;
}

.gd_icon_camera_t_color .path2:before {
    content: "\f04c";
    margin-left: -1em;
    color: ;
}

.gd_icon_camera_t_color .path3:before {
    content: "\f04d";
    margin-left: -1em;
    color: ;
}

.gd_icon_camera_t_color .path4:before {
    content: "\f04e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_camera_f:before {
    content: "\f046";
}

.gd_icon_camera_f_color .path1:before {
    content: "\f04f";
    color: ;
}

.gd_icon_camera_f_color .path2:before {
    content: "\f050";
    margin-left: -1em;
    color: ;
}

.gd_icon_camera_f_color .path3:before {
    content: "\f051";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_camera_f_color .path4:before {
    content: "\f052";
    margin-left: -1em;
    color: ;
}

.gd_icon_secure:before {
    content: "\ec31";
}

.gd_icon_secure_t:before {
    content: "\ec2e";
}

.gd_icon_secure_color .path1:before {
    content: "\ec2c";
    color: ;
}

.gd_icon_secure_color .path2:before {
    content: "\ec2d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_secure_t_color .path1:before {
    content: "\ec2f";
    color: ;
}

.gd_icon_secure_t_color .path2:before {
    content: "\ec30";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_star2:before {
    content: "\eb59";
}

.gd_icon_star2_t:before {
    content: "\eb5c";
}

.gd_icon_star2_h:before {
    content: "\eb5b";
}

.gd_icon_star2_f:before {
    content: "\eb5a";
}

.gd_icon_star:before {
    content: "\eb61";
}

.gd_icon_star_t:before {
    content: "\eb63";
}

.gd_icon_rating_h:before {
    content: "\ec9c";
}

.gd_icon_star_f:before {
    content: "\eb62";
}

.gd_icon_star3:before {
    content: "\eb5d";
}

.gd_icon_star3_t:before {
    content: "\eb60";
}

.gd_icon_star3_h:before {
    content: "\eb5f";
}

.gd_icon_star3_f:before {
    content: "\eb5e";
}

.gd_icon_box:before {
    content: "\f093";
}

.gd_icon_box_t:before {
    content: "\f094";
}

.gd_icon_box_h:before {
    content: "\f095";
}

.gd_icon_box_f:before {
    content: "\f096";
}

.gd_icon_rupee:before {
    content: "\ec47";
}

.gd_icon_pound:before {
    content: "\ecb4";
}

.gd_icon_pound_t:before {
    content: "\ecb0";
}

.gd_icon_pound_round:before {
    content: "\ecb7";
}

.gd_icon_pound_round_t:before {
    content: "\ecaf";
}

.gd_icon_pound_color .path1:before {
    content: "\ecb5";
    color: rgb(241, 90, 41);
}

.gd_icon_pound_color .path2:before {
    content: "\ecb6";
    margin-left: -1em;
    color: ;
}

.gd_icon_pound_t_color .path1:before {
    content: "\ecb1";
    color: rgb(241, 90, 41);
}

.gd_icon_pound_t_color .path2:before {
    content: "\ecb2";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock:before {
    content: "\ef81";
}

.gd_icon_clock_t:before {
    content: "\ef82";
}

.gd_icon_clock_color .path1:before {
    content: "\ef83";
    color: rgb(241, 90, 41);
}

.gd_icon_clock_color .path2:before {
    content: "\ef84";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_color .path3:before {
    content: "\ef85";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_color .path4:before {
    content: "\ef86";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_color .path5:before {
    content: "\ef87";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_color .path6:before {
    content: "\ef88";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_color .path7:before {
    content: "\ef89";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_color .path8:before {
    content: "\ef8a";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_color .path9:before {
    content: "\ef8b";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_color .path10:before {
    content: "\ef8c";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_color .path11:before {
    content: "\ef8d";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_color .path12:before {
    content: "\ef8e";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_color .path13:before {
    content: "\ef8f";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_t_color .path1:before {
    content: "\ef90";
    color: rgb(241, 90, 41);
}

.gd_icon_clock_t_color .path2:before {
    content: "\ef91";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_t_color .path3:before {
    content: "\ef92";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_t_color .path4:before {
    content: "\ef93";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_t_color .path5:before {
    content: "\ef94";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_t_color .path6:before {
    content: "\ef95";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_t_color .path7:before {
    content: "\ef96";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_t_color .path8:before {
    content: "\ef97";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_t_color .path9:before {
    content: "\ef98";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_t_color .path10:before {
    content: "\ef99";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_t_color .path11:before {
    content: "\ef9a";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_t_color .path12:before {
    content: "\ef9b";
    margin-left: -1em;
    color: ;
}

.gd_icon_clock_t_color .path13:before {
    content: "\ef9c";
    margin-left: -1em;
    color: ;
}

.gd_icon_days_return:before {
    content: "\ef42";
}

.gd_icon_daysreturn_color .path1:before {
    content: "\ef43";
    color: ;
}

.gd_icon_daysreturn_color .path2:before {
    content: "\ef44";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path3:before {
    content: "\ef45";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path4:before {
    content: "\ef46";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path5:before {
    content: "\ef47";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path6:before {
    content: "\ef48";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path7:before {
    content: "\ef49";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path8:before {
    content: "\ef4a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path9:before {
    content: "\ef4b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path10:before {
    content: "\ef4c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path11:before {
    content: "\ef4d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path12:before {
    content: "\ef4e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path13:before {
    content: "\ef4f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path14:before {
    content: "\ef50";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path15:before {
    content: "\ef51";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path16:before {
    content: "\ef52";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path17:before {
    content: "\ef53";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path18:before {
    content: "\ef54";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path19:before {
    content: "\ef55";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path20:before {
    content: "\ef56";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path21:before {
    content: "\ef57";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path22:before {
    content: "\ef58";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path23:before {
    content: "\ef59";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path24:before {
    content: "\ef5a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_daysreturn_color .path25:before {
    content: "\ef5b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calender:before {
    content: "\f05b";
}

.gd_icon_calculater_t:before {
    content: "\f06a";
}

.gd_icon_calender_color .path1:before {
    content: "\f05c";
    color: rgb(241, 90, 41);
}

.gd_icon_calender_color .path2:before {
    content: "\f05d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calender_color .path3:before {
    content: "\f05e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calender_color .path4:before {
    content: "\f05f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calender_color .path5:before {
    content: "\f060";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calender_color .path6:before {
    content: "\f061";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calender_color .path7:before {
    content: "\f062";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calender_color .path8:before {
    content: "\f063";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calender_color .path9:before {
    content: "\f064";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calender_color .path10:before {
    content: "\f065";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calender_color .path11:before {
    content: "\f066";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calender_color .path12:before {
    content: "\f067";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calender_color .path13:before {
    content: "\f068";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calender_color .path14:before {
    content: "\f069";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path1:before {
    content: "\f06b";
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path2:before {
    content: "\f06c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path3:before {
    content: "\f06d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path4:before {
    content: "\f06e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path5:before {
    content: "\f06f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path6:before {
    content: "\f070";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path7:before {
    content: "\f071";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path8:before {
    content: "\f072";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path9:before {
    content: "\f073";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path10:before {
    content: "\f074";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path11:before {
    content: "\f075";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path12:before {
    content: "\f076";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path13:before {
    content: "\f077";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_calculater_t_color .path14:before {
    content: "\f078";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_description:before {
    content: "\ef2e";
}

.gd_icon_description_t:before {
    content: "\ef2f";
}

.gd_icon_description_f:before {
    content: "\ef30";
}

.gd_icon_description_color .path1:before {
    content: "\ef31";
    color: ;
}

.gd_icon_description_color .path2:before {
    content: "\ef32";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_description_color .path3:before {
    content: "\ef33";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_description_t_color .path1:before {
    content: "\ef34";
    color: ;
}

.gd_icon_description_t_color .path2:before {
    content: "\ef35";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_description_t_color .path3:before {
    content: "\ef36";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_get_a_quote:before {
    content: "\edfa";
}

.gd_icon_get_a_quote_t:before {
    content: "\edfb";
}

.gd_icon_upgradable_features:before {
    content: "\ea81";
}

.gd_icon_upgradable_features_t:before {
    content: "\ea80";
}

.gd_icon_upgradable_features_color .path1:before {
    content: "\ea82";
    color: rgb(241, 90, 41);
}

.gd_icon_upgradable_features_color .path2:before {
    content: "\ea83";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path3:before {
    content: "\ea84";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_upgradable_features_color .path4:before {
    content: "\ea85";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path5:before {
    content: "\ea86";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_upgradable_features_color .path6:before {
    content: "\ea87";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path7:before {
    content: "\ea88";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path8:before {
    content: "\ea89";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path9:before {
    content: "\ea8a";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path10:before {
    content: "\ea8b";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path11:before {
    content: "\ea8c";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path12:before {
    content: "\ea8d";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path13:before {
    content: "\ea8e";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path14:before {
    content: "\ea8f";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path15:before {
    content: "\ea90";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path16:before {
    content: "\ea91";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path17:before {
    content: "\ea92";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path18:before {
    content: "\ea93";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color .path19:before {
    content: "\ea94";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path1:before {
    content: "\ea6d";
    color: rgb(241, 90, 41);
}

.gd_icon_upgradable_features_color1 .path2:before {
    content: "\ea6e";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path3:before {
    content: "\ea6f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_upgradable_features_color1 .path4:before {
    content: "\ea70";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path5:before {
    content: "\ea71";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_upgradable_features_color1 .path6:before {
    content: "\ea72";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path7:before {
    content: "\ea73";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path8:before {
    content: "\ea74";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path9:before {
    content: "\ea75";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path10:before {
    content: "\ea76";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path11:before {
    content: "\ea77";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path12:before {
    content: "\ea78";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path13:before {
    content: "\ea79";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path14:before {
    content: "\ea7a";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path15:before {
    content: "\ea7b";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path16:before {
    content: "\ea7c";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path17:before {
    content: "\ea7d";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path18:before {
    content: "\ea7e";
    margin-left: -1em;
    color: ;
}

.gd_icon_upgradable_features_color1 .path19:before {
    content: "\ea7f";
    margin-left: -1em;
    color: ;
}

.gd_icon_finance_calculator:before {
    content: "\ee55";
}

.gd_icon_finance_calculator_t:before {
    content: "\ee56";
}

.gd_icon_finance_calculator_color .path1:before {
    content: "\ee57";
    color: ;
}

.gd_icon_finance_calculator_color .path2:before {
    content: "\ee58";
    margin-left: -1em;
    color: ;
}

.gd_icon_finance_calculator_color .path3:before {
    content: "\ee59";
    margin-left: -1em;
    color: ;
}

.gd_icon_finance_calculator_color .path4:before {
    content: "\ee5a";
    margin-left: -1em;
    color: ;
}

.gd_icon_finance_calculator_color .path5:before {
    content: "\ee5b";
    margin-left: -1em;
    color: ;
}

.gd_icon_finance_calculator_color .path6:before {
    content: "\ee5c";
    margin-left: -1em;
    color: ;
}

.gd_icon_finance_calculator_color .path7:before {
    content: "\ee5d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_finance_calculator_color .path8:before {
    content: "\ee5e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_finance_calculator_color .path9:before {
    content: "\ee5f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_finance_calculator_t_color .path1:before {
    content: "\ee60";
    color: ;
}

.gd_icon_finance_calculator_t_color .path2:before {
    content: "\ee61";
    margin-left: -1em;
    color: ;
}

.gd_icon_finance_calculator_t_color .path3:before {
    content: "\ee62";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_finance_calculator_t_color .path4:before {
    content: "\ee63";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_finance_calculator_t_color .path5:before {
    content: "\ee64";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_finance_calculator_t_color .path6:before {
    content: "\ee65";
    margin-left: -1em;
    color: ;
}

.gd_icon_Calculator:before {
    content: "\f079";
}

.gd_icon_Calculator_t:before {
    content: "\f07a";
}

.gd_icon_caculator:before {
    content: "\f07b";
}

.gd_icon_caculator_t:before {
    content: "\f07c";
}

.gd_icon_lcd_display_keypad:before {
    content: "\ed7f";
}

.gd_icon_installation:before {
    content: "\ed90";
}

.gd_icon_installation_color .path1:before {
    content: "\ed91";
    color: rgb(241, 90, 41);
}

.gd_icon_installation_color .path2:before {
    content: "\ed92";
    margin-left: -1em;
    color: ;
}

.gd_icon_installation_color .path3:before {
    content: "\ed93";
    margin-left: -1em;
    color: ;
}

.gd_icon_installation_color .path4:before {
    content: "\ed94";
    margin-left: -1em;
    color: ;
}

.gd_icon_installation_color .path5:before {
    content: "\ed95";
    margin-left: -1em;
    color: ;
}

.gd_icon_installation_color .path6:before {
    content: "\ed96";
    margin-left: -1em;
    color: ;
}

.gd_icon_installation_color .path7:before {
    content: "\ed97";
    margin-left: -1em;
    color: ;
}

.gd_icon_installation_color .path8:before {
    content: "\ed98";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer:before {
    content: "\eea7";
}

.gd_icon_engineer_color .path1:before {
    content: "\eea8";
    color: rgb(241, 90, 41);
}

.gd_icon_engineer_color .path2:before {
    content: "\eea9";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer_color .path3:before {
    content: "\eeaa";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer_color .path4:before {
    content: "\eeab";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer_color .path5:before {
    content: "\eeac";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer_color .path6:before {
    content: "\eead";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer_color .path7:before {
    content: "\eeae";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_engineer_color .path8:before {
    content: "\eeaf";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer_color .path9:before {
    content: "\eeb0";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer_color .path10:before {
    content: "\eeb1";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer_color .path11:before {
    content: "\eeb2";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer_color .path12:before {
    content: "\eeb3";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer_color .path13:before {
    content: "\eeb4";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer_color .path14:before {
    content: "\eeb5";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer_color .path15:before {
    content: "\eeb6";
    margin-left: -1em;
    color: ;
}

.gd_icon_engineer_color .path16:before {
    content: "\eeb7";
    margin-left: -1em;
    color: ;
}

.gd_icon_cctv_training:before {
    content: "\f009";
}

.gd_icon_cctv_training_color .path1:before {
    content: "\f00a";
    color: rgb(241, 90, 41);
}

.gd_icon_cctv_training_color .path2:before {
    content: "\f00b";
    margin-left: -1em;
    color: ;
}

.gd_icon_cctv_training_color .path3:before {
    content: "\f00c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Chat_t:before {
    content: "\efff";
}

.gd_icon_Chat_t_color .path1:before {
    content: "\f000";
    color: rgb(241, 90, 41);
}

.gd_icon_Chat_t_color .path2:before {
    content: "\f001";
    margin-left: -1em;
    color: ;
}

.gd_icon_apply_coupon:before {
    content: "\f134";
}

.gd_icon_apply_coupon_color .path1:before {
    content: "\f135";
    color: ;
}

.gd_icon_apply_coupon_color .path2:before {
    content: "\f136";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cursor1:before {
    content: "\ef5e";
}

.gd_icon_cursor1_t:before {
    content: "\ef5f";
}

.gd_icon_cursor1_f:before {
    content: "\ef60";
}

.gd_icon_cursor:before {
    content: "\ef61";
}

.gd_icon_cursor_t:before {
    content: "\ef62";
}

.gd_icon_days5:before {
    content: "\ef3c";
}

.gd_icon_days5_t:before {
    content: "\ef3b";
}

.gd_icon_days5_color .path1:before {
    content: "\ef3f";
    color: rgb(241, 90, 41);
}

.gd_icon_days5_color .path2:before {
    content: "\ef40";
    margin-left: -1em;
    color: ;
}

.gd_icon_days5_color .path3:before {
    content: "\ef41";
    margin-left: -1em;
    color: ;
}

.gd_icon_days_t_color .path1:before {
    content: "\ef3d";
    color: rgb(241, 90, 41);
}

.gd_icon_days_t_color .path2:before {
    content: "\ef3e";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_finance:before {
    content: "\ee36";
}

.gd_icon_flexible_finance_t:before {
    content: "\ee37";
}

.gd_icon_flexible_finance_f:before {
    content: "\ee38";
}

.gd_icon_flexible_finance_color .path1:before {
    content: "\ee39";
    color: ;
}

.gd_icon_flexible_finance_color .path2:before {
    content: "\ee3a";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_finance_color .path3:before {
    content: "\ee3b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_flexible_finance_t_color .path1:before {
    content: "\ee3c";
    color: ;
}

.gd_icon_flexible_finance_t_color .path2:before {
    content: "\ee3d";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_finance_t_color .path3:before {
    content: "\ee3e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_flexible_finance_f_color .path1:before {
    content: "\ee3f";
    color: ;
}

.gd_icon_flexible_finance_f_color .path2:before {
    content: "\ee40";
    margin-left: -1em;
    color: ;
}

.gd_icon_flexible_finance_f_color .path3:before {
    content: "\ee41";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_eye_closed:before {
    content: "\ee8d";
}

.gd_icon_eye_closed_t:before {
    content: "\ee8e";
}

.gd_icon_eye_closed_f:before {
    content: "\ee8f";
}

.gd_icon_eye:before {
    content: "\ee90";
}

.gd_icon_eye_t:before {
    content: "\ee91";
}

.gd_icon_eye_f:before {
    content: "\ee92";
}

.gd_icon_years:before {
    content: "\e9db";
}

.gd_icon_years_55_color .path1:before {
    content: "\e9dc";
    color: rgb(241, 90, 41);
}

.gd_icon_years_55_color .path2:before {
    content: "\e9dd";
    margin-left: -1em;
    color: ;
}

.gd_icon_years_55_color .path3:before {
    content: "\e9de";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_years_55_color .path4:before {
    content: "\e9df";
    margin-left: -1em;
    color: ;
}

.gd_icon_years_55_color .path5:before {
    content: "\e9e0";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_years_color .path1:before {
    content: "\e9e1";
    color: rgb(241, 90, 41);
}

.gd_icon_years_color .path2:before {
    content: "\e9e2";
    margin-left: -1em;
    color: ;
}

.gd_icon_years_color .path3:before {
    content: "\e9e3";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_years_color .path4:before {
    content: "\e9e4";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_years_color .path5:before {
    content: "\e9e5";
    margin-left: -1em;
    color: ;
}

.gd_icon_video:before {
    content: "\ea48";
}

.gd_icon_video_t:before {
    content: "\ea43";
}

.gd_icon_video_color .path1:before {
    content: "\ea49";
    color: rgb(241, 90, 41);
}

.gd_icon_video_color .path2:before {
    content: "\ea4a";
    margin-left: -1em;
    color: ;
}

.gd_icon_video_t_color .path1:before {
    content: "\ea44";
    color: rgb(241, 90, 41);
}

.gd_icon_video_t_color .path2:before {
    content: "\ea45";
    margin-left: -1em;
    color: ;
}

.gd_icon_video2:before {
    content: "\ea46";
}

.gd_icon_video2_t:before {
    content: "\ea47";
}

.gd_icon_zone_controllable:before {
    content: "\e9ba";
}

.gd_icon_zone_controllable_t:before {
    content: "\e9c0";
}

.gd_icon_zone_controllable_color .path1:before {
    content: "\e9bb";
    color: ;
}

.gd_icon_zone_controllable_color .path2:before {
    content: "\e9bc";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_zone_controllable_color .path3:before {
    content: "\e9bd";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_controllable_color .path4:before {
    content: "\e9be";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_controllable_color .path5:before {
    content: "\e9bf";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_controllable_t_color .path1:before {
    content: "\e9c1";
    color: ;
}

.gd_icon_zone_controllable_t_color .path2:before {
    content: "\e9c2";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_zone_controllable_t_color .path3:before {
    content: "\e9c3";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_controllable_t_color .path4:before {
    content: "\e9c4";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_controllable_t_color .path5:before {
    content: "\e9c5";
    margin-left: -1em;
    color: ;
}

.gd_icon_verified:before {
    content: "\ea4d";
}

.gd_icon_verified_t:before {
    content: "\ea4c";
}

.gd_icon_verified_f:before {
    content: "\ea4b";
}

.gd_icon_standard_features:before {
    content: "\eb70";
}

.gd_icon_standard_features_t:before {
    content: "\eb67";
}

.gd_icon_standard_features_color .path1:before {
    content: "\eb71";
    color: rgb(241, 90, 41);
}

.gd_icon_standard_features_color .path2:before {
    content: "\eb72";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_standard_features_color .path3:before {
    content: "\eb73";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_standard_features_color .path4:before {
    content: "\eb74";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_standard_features_color .path5:before {
    content: "\eb75";
    margin-left: -1em;
    color: ;
}

.gd_icon_standard_features_color .path6:before {
    content: "\eb76";
    margin-left: -1em;
    color: ;
}

.gd_icon_standard_features_color .path7:before {
    content: "\eb77";
    margin-left: -1em;
    color: ;
}

.gd_icon_standard_features_color .path8:before {
    content: "\eb78";
    margin-left: -1em;
    color: ;
}

.gd_icon_standard_features_t_color .path1:before {
    content: "\eb68";
    color: rgb(241, 90, 41);
}

.gd_icon_standard_features_t_color .path2:before {
    content: "\eb69";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_standard_features_t_color .path3:before {
    content: "\eb6a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_standard_features_t_color .path4:before {
    content: "\eb6b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_standard_features_t_color .path5:before {
    content: "\eb6c";
    margin-left: -1em;
    color: ;
}

.gd_icon_standard_features_t_color .path6:before {
    content: "\eb6d";
    margin-left: -1em;
    color: ;
}

.gd_icon_standard_features_t_color .path7:before {
    content: "\eb6e";
    margin-left: -1em;
    color: ;
}

.gd_icon_standard_features_t_color .path8:before {
    content: "\eb6f";
    margin-left: -1em;
    color: ;
}

.gd_icon_business:before {
    content: "\f07d";
}

.gd_icon_business_t:before {
    content: "\f07e";
}

.gd_icon_warranty:before {
    content: "\e9fe";
}

.gd_icon_warranty_color .path1:before {
    content: "\e9ff";
    color: ;
}

.gd_icon_warranty_color .path2:before {
    content: "\ea00";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path3:before {
    content: "\ea01";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path4:before {
    content: "\ea02";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path5:before {
    content: "\ea03";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_warranty_color .path6:before {
    content: "\ea04";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_warranty_color .path7:before {
    content: "\ea05";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_warranty_color .path8:before {
    content: "\ea06";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_warranty_color .path9:before {
    content: "\ea07";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_warranty_color .path10:before {
    content: "\ea08";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_warranty_color .path11:before {
    content: "\ea09";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_warranty_color .path12:before {
    content: "\ea0a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_warranty_color .path13:before {
    content: "\ea0b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_warranty_color .path14:before {
    content: "\ea0c";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path15:before {
    content: "\ea0d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_warranty_color .path16:before {
    content: "\ea0e";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path17:before {
    content: "\ea0f";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path18:before {
    content: "\ea10";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path19:before {
    content: "\ea11";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path20:before {
    content: "\ea12";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path21:before {
    content: "\ea13";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path22:before {
    content: "\ea14";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path23:before {
    content: "\ea15";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path24:before {
    content: "\ea16";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path25:before {
    content: "\ea17";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path26:before {
    content: "\ea18";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path27:before {
    content: "\ea19";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path28:before {
    content: "\ea1a";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path29:before {
    content: "\ea1b";
    margin-left: -1em;
    color: ;
}

.gd_icon_warranty_color .path30:before {
    content: "\ea1c";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color .path1:before {
    content: "\eace";
    color: ;
}

.gd_icon_truck_color .path2:before {
    content: "\eacf";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color .path3:before {
    content: "\ead0";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color .path4:before {
    content: "\ead1";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color .path5:before {
    content: "\ead2";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color .path6:before {
    content: "\ead3";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color .path7:before {
    content: "\ead4";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color .path8:before {
    content: "\ead5";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color .path9:before {
    content: "\ead6";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color .path10:before {
    content: "\ead7";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_truck_t_color .path1:before {
    content: "\eaba";
    color: ;
}

.gd_icon_truck_t_color .path2:before {
    content: "\eabb";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color .path3:before {
    content: "\eabc";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color .path4:before {
    content: "\eabd";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color .path5:before {
    content: "\eabe";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color .path6:before {
    content: "\eabf";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color .path7:before {
    content: "\eac0";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color .path8:before {
    content: "\eac1";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color .path9:before {
    content: "\eac2";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_truck_t_color .path10:before {
    content: "\eac3";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_f_color .path1:before {
    content: "\eaac";
    color: ;
}

.gd_icon_truck_f_color .path2:before {
    content: "\eaad";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_f_color .path3:before {
    content: "\eaae";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_f_color .path4:before {
    content: "\eaaf";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_f_color .path5:before {
    content: "\eab0";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_f_color .path6:before {
    content: "\eab1";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_f_color .path7:before {
    content: "\eab2";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_truck_color1 .path1:before {
    content: "\ead8";
    color: ;
}

.gd_icon_truck_color1 .path2:before {
    content: "\ead9";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color1 .path3:before {
    content: "\eada";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color1 .path4:before {
    content: "\eadb";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color1 .path5:before {
    content: "\eadc";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color1 .path6:before {
    content: "\eadd";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color1 .path7:before {
    content: "\eade";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color1 .path8:before {
    content: "\eadf";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color1 .path9:before {
    content: "\eae0";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_color1 .path10:before {
    content: "\eae1";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_truck_t_color1 .path1:before {
    content: "\eac4";
    color: ;
}

.gd_icon_truck_t_color1 .path2:before {
    content: "\eac5";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color1 .path3:before {
    content: "\eac6";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color1 .path4:before {
    content: "\eac7";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color1 .path5:before {
    content: "\eac8";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color1 .path6:before {
    content: "\eac9";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color1 .path7:before {
    content: "\eaca";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color1 .path8:before {
    content: "\eacb";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_t_color1 .path9:before {
    content: "\eacc";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_truck_t_color1 .path10:before {
    content: "\eacd";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_f_color1 .path1:before {
    content: "\eab3";
    color: ;
}

.gd_icon_truck_f_color1 .path2:before {
    content: "\eab4";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_f_color1 .path3:before {
    content: "\eab5";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_f_color1 .path4:before {
    content: "\eab6";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_f_color1 .path5:before {
    content: "\eab7";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_f_color1 .path6:before {
    content: "\eab8";
    margin-left: -1em;
    color: ;
}

.gd_icon_truck_f_color1 .path7:before {
    content: "\eab9";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_truck_1:before {
    content: "\eae3";
}

.gd_icon_truck_1_t:before {
    content: "\eae8";
}

.gd_icon_truck_1_f:before {
    content: "\eae4";
}

.gd_icon_truck_1_left:before {
    content: "\eae5";
}

.gd_icon_truck_1_left_t:before {
    content: "\eae7";
}

.gd_icon_truck_1_left_f:before {
    content: "\eae6";
}

.gd_icon_track_left:before {
    content: "\eaeb";
}

.gd_icon_track_left_t:before {
    content: "\eaed";
}

.gd_icon_track_left_f:before {
    content: "\eaec";
}

.gd_icon_track:before {
    content: "\eaef";
}

.gd_icon_track_t:before {
    content: "\eaee";
}

.gd_icon_track_f:before {
    content: "\eaf0";
}

.gd_icon_free_shiping:before {
    content: "\ee0b";
}

.gd_icon_free_shiping_color .path1:before {
    content: "\ee0c";
    color: ;
}

.gd_icon_free_shiping_color .path2:before {
    content: "\ee0d";
    margin-left: -1em;
    color: ;
}

.gd_icon_free_shiping_color .path3:before {
    content: "\ee0e";
    margin-left: -1em;
    color: ;
}

.gd_icon_free_shiping_color .path4:before {
    content: "\ee0f";
    margin-left: -1em;
    color: ;
}

.gd_icon_free_shiping_color .path5:before {
    content: "\ee10";
    margin-left: -1em;
    color: ;
}

.gd_icon_free_shiping_color .path6:before {
    content: "\ee11";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_smartphone_app:before {
    content: "\ebd7";
}

.gd_icon_smartphone_app_t:before {
    content: "\ebbd";
}

.gd_icon_smartphone_app_f:before {
    content: "\ebca";
}

.gd_icon_smartphone_app_color .path1:before {
    content: "\ebc4";
    color: ;
}

.gd_icon_smartphone_app_color .path2:before {
    content: "\ebc5";
    margin-left: -1em;
    color: ;
}

.gd_icon_smartphone_app_color .path3:before {
    content: "\ebc6";
    margin-left: -1em;
    color: ;
}

.gd_icon_smartphone_app_color .path4:before {
    content: "\ebc7";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_smartphone_app_color .path5:before {
    content: "\ebc8";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_smartphone_app_color .path6:before {
    content: "\ebc9";
    margin-left: -1em;
    color: ;
}

.gd_icon_smartphone_app_t_color .path1:before {
    content: "\ebbe";
    color: ;
}

.gd_icon_smartphone_app_t_color .path2:before {
    content: "\ebbf";
    margin-left: -1em;
    color: ;
}

.gd_icon_smartphone_app_t_color .path3:before {
    content: "\ebc0";
    margin-left: -1em;
    color: ;
}

.gd_icon_smartphone_app_t_color .path4:before {
    content: "\ebc1";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_smartphone_app_t_color .path5:before {
    content: "\ebc2";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_smartphone_app_t_color .path6:before {
    content: "\ebc3";
    margin-left: -1em;
    color: ;
}

.gd_icon_smartphone_app_f_color .path1:before {
    content: "\ebba";
    color: rgb(241, 90, 41);
}

.gd_icon_smartphone_app_f_color .path2:before {
    content: "\ebbb";
    margin-left: -1em;
    color: ;
}

.gd_icon_smartphone_app_f_color .path3:before {
    content: "\ebbc";
    margin-left: -1em;
    color: ;
}

.gd_icon_smartphone_app_alert:before {
    content: "\ebd8";
}

.gd_icon_smartphone_app_alert_t:before {
    content: "\ebd2";
}

.gd_icon_smartphone_app_alert_f:before {
    content: "\ebcf";
}

.gd_icon_smartphone_app_alert_color .path1:before {
    content: "\ebcb";
    color: ;
}

.gd_icon_smartphone_app_alert_color .path2:before {
    content: "\ebcc";
    margin-left: -1em;
    color: ;
}

.gd_icon_smartphone_app_alert_color .path3:before {
    content: "\ebcd";
    margin-left: -1em;
    color: ;
}

.gd_icon_smartphone_app_alert_color .path4:before {
    content: "\ebce";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_smartphone_app_alert_t_color .path1:before {
    content: "\ebd3";
    color: ;
}

.gd_icon_smartphone_app_alert_t_color .path2:before {
    content: "\ebd4";
    margin-left: -1em;
    color: ;
}

.gd_icon_smartphone_app_alert_t_color .path3:before {
    content: "\ebd5";
    margin-left: -1em;
    color: ;
}

.gd_icon_smartphone_app_alert_t_color .path4:before {
    content: "\ebd6";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_smartphone_app_alert_f_color .path1:before {
    content: "\ebd0";
    color: rgb(241, 90, 41);
}

.gd_icon_smartphone_app_alert_f_color .path2:before {
    content: "\ebd1";
    margin-left: -1em;
    color: ;
}

.gd_icon_small_business_shape:before {
    content: "\ebd9";
}

.gd_icon_small_business_shape_t:before {
    content: "\ebda";
}

.gd_icon_small_business:before {
    content: "\ebdf";
}

.gd_icon_small_business_t:before {
    content: "\ebdb";
}

.gd_icon_small_business_color .path1:before {
    content: "\ebe0";
    color: rgb(241, 90, 41);
}

.gd_icon_small_business_color .path2:before {
    content: "\ebe1";
    margin-left: -1em;
    color: ;
}

.gd_icon_small_business_color .path3:before {
    content: "\ebe2";
    margin-left: -1em;
    color: ;
}

.gd_icon_small_business_t_color .path1:before {
    content: "\ebdc";
    color: rgb(241, 90, 41);
}

.gd_icon_small_business_t_color .path2:before {
    content: "\ebdd";
    margin-left: -1em;
    color: ;
}

.gd_icon_small_business_t_color .path3:before {
    content: "\ebde";
    margin-left: -1em;
    color: ;
}

.gd_icon_shop:before {
    content: "\ebee";
}

.gd_icon_shop_t:before {
    content: "\ebe8";
}

.gd_icon_shop_color .path1:before {
    content: "\ebe3";
    color: rgb(241, 90, 41);
}

.gd_icon_shop_color .path2:before {
    content: "\ebe4";
    margin-left: -1em;
    color: ;
}

.gd_icon_shop_color .path3:before {
    content: "\ebe5";
    margin-left: -1em;
    color: ;
}

.gd_icon_shop_color .path4:before {
    content: "\ebe6";
    margin-left: -1em;
    color: ;
}

.gd_icon_shop_color .path5:before {
    content: "\ebe7";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_shop_t_color .path1:before {
    content: "\ebe9";
    color: rgb(241, 90, 41);
}

.gd_icon_shop_t_color .path2:before {
    content: "\ebea";
    margin-left: -1em;
    color: ;
}

.gd_icon_shop_t_color .path3:before {
    content: "\ebeb";
    margin-left: -1em;
    color: ;
}

.gd_icon_shop_t_color .path4:before {
    content: "\ebec";
    margin-left: -1em;
    color: ;
}

.gd_icon_shop_t_color .path5:before {
    content: "\ebed";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Retail:before {
    content: "\ec4f";
}

.gd_icon_Retail_t:before {
    content: "\ec57";
}

.gd_icon_retail_color .path1:before {
    content: "\ec50";
    color: rgb(241, 90, 41);
}

.gd_icon_retail_color .path2:before {
    content: "\ec51";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_retail_color .path3:before {
    content: "\ec52";
    margin-left: -1em;
    color: ;
}

.gd_icon_retail_color .path4:before {
    content: "\ec53";
    margin-left: -1em;
    color: ;
}

.gd_icon_retail_color .path5:before {
    content: "\ec54";
    margin-left: -1em;
    color: ;
}

.gd_icon_retail_color .path6:before {
    content: "\ec55";
    margin-left: -1em;
    color: ;
}

.gd_icon_retail_color .path7:before {
    content: "\ec56";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_retail_t_color .path1:before {
    content: "\ec58";
    color: rgb(241, 90, 41);
}

.gd_icon_retail_t_color .path2:before {
    content: "\ec59";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_retail_t_color .path3:before {
    content: "\ec5a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_retail_t_color .path4:before {
    content: "\ec5b";
    margin-left: -1em;
    color: ;
}

.gd_icon_retail_t_color .path5:before {
    content: "\ec5c";
    margin-left: -1em;
    color: ;
}

.gd_icon_retail_t_color .path6:before {
    content: "\ec5d";
    margin-left: -1em;
    color: ;
}

.gd_icon_retail_t_color .path7:before {
    content: "\ec5e";
    margin-left: -1em;
    color: ;
}

.gd_icon_retail_t_color .path8:before {
    content: "\ec5f";
    margin-left: -1em;
    color: ;
}

.gd_icon_retail_t_color .path9:before {
    content: "\ec60";
    margin-left: -1em;
    color: ;
}

.gd_icon_retail_t_color .path10:before {
    content: "\ec61";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached:before {
    content: "\ec10";
}

.gd_icon_semi_detached_t:before {
    content: "\ec00";
}

.gd_icon_semi_detached_color .path1:before {
    content: "\ec11";
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_color .path2:before {
    content: "\ec12";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached_color .path3:before {
    content: "\ec13";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_color .path4:before {
    content: "\ec14";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached_color .path5:before {
    content: "\ec15";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached_color .path6:before {
    content: "\ec16";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_color .path7:before {
    content: "\ec17";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached_color .path8:before {
    content: "\ec18";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_color .path9:before {
    content: "\ec19";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached_color .path10:before {
    content: "\ec1a";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached_color .path11:before {
    content: "\ec1b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_color .path12:before {
    content: "\ec1c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_color .path13:before {
    content: "\ec1d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_color .path14:before {
    content: "\ec1e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_color .path15:before {
    content: "\ec1f";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached_t_color .path1:before {
    content: "\ec01";
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_t_color .path2:before {
    content: "\ec02";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached_t_color .path3:before {
    content: "\ec03";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_t_color .path4:before {
    content: "\ec04";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached_t_color .path5:before {
    content: "\ec05";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached_t_color .path6:before {
    content: "\ec06";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_t_color .path7:before {
    content: "\ec07";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached_t_color .path8:before {
    content: "\ec08";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_t_color .path9:before {
    content: "\ec09";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached_t_color .path10:before {
    content: "\ec0a";
    margin-left: -1em;
    color: ;
}

.gd_icon_semi_detached_t_color .path11:before {
    content: "\ec0b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_t_color .path12:before {
    content: "\ec0c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_t_color .path13:before {
    content: "\ec0d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_t_color .path14:before {
    content: "\ec0e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_semi_detached_t_color .path15:before {
    content: "\ec0f";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house:before {
    content: "\eb09";
}

.gd_icon_terraced_house_t:before {
    content: "\eb16";
}

.gd_icon_terraced_house_color .path1:before {
    content: "\eb0a";
    color: ;
}

.gd_icon_terraced_house_color .path2:before {
    content: "\eb0b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_terraced_house_color .path3:before {
    content: "\eb0c";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house_color .path4:before {
    content: "\eb0d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_terraced_house_color .path5:before {
    content: "\eb0e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_terraced_house_color .path6:before {
    content: "\eb0f";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house_color .path7:before {
    content: "\eb10";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_terraced_house_color .path8:before {
    content: "\eb11";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house_color .path9:before {
    content: "\eb12";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house_color .path10:before {
    content: "\eb13";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house_color .path11:before {
    content: "\eb14";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house_color .path12:before {
    content: "\eb15";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house_t_color .path1:before {
    content: "\eb17";
    color: ;
}

.gd_icon_terraced_house_t_color .path2:before {
    content: "\eb18";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_terraced_house_t_color .path3:before {
    content: "\eb19";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house_t_color .path4:before {
    content: "\eb1a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_terraced_house_t_color .path5:before {
    content: "\eb1b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_terraced_house_t_color .path6:before {
    content: "\eb1c";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house_t_color .path7:before {
    content: "\eb1d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_terraced_house_t_color .path8:before {
    content: "\eb1e";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house_t_color .path9:before {
    content: "\eb1f";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house_t_color .path10:before {
    content: "\eb20";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house_t_color .path11:before {
    content: "\eb21";
    margin-left: -1em;
    color: ;
}

.gd_icon_terraced_house_t_color .path12:before {
    content: "\eb22";
    margin-left: -1em;
    color: ;
}

.gd_icon_flat_apartment:before {
    content: "\ee42";
}

.gd_icon_flat_apartment_t:before {
    content: "\ee43";
}

.gd_icon_detached_house:before {
    content: "\ef20";
}

.gd_icon_detached_house_t:before {
    content: "\ef21";
}

.gd_icon_detached_house1 .path1:before {
    content: "\ef22";
    color: ;
}

.gd_icon_detached_house1 .path2:before {
    content: "\ef23";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_detached_house1 .path3:before {
    content: "\ef24";
    margin-left: -1em;
    color: ;
}

.gd_icon_detached_house1 .path4:before {
    content: "\ef25";
    margin-left: -1em;
    color: ;
}

.gd_icon_detached_house1 .path5:before {
    content: "\ef26";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_detached_house1 .path6:before {
    content: "\ef27";
    margin-left: -1em;
    color: ;
}

.gd_icon_detached_house_t_color .path1:before {
    content: "\ef28";
    color: ;
}

.gd_icon_detached_house_t_color .path2:before {
    content: "\ef29";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_detached_house_t_color .path3:before {
    content: "\ef2a";
    margin-left: -1em;
    color: ;
}

.gd_icon_detached_house_t_color .path4:before {
    content: "\ef2b";
    margin-left: -1em;
    color: ;
}

.gd_icon_detached_house_t_color .path5:before {
    content: "\ef2c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_detached_house_t_color .path6:before {
    content: "\ef2d";
    margin-left: -1em;
    color: ;
}

.gd_icon_other:before {
    content: "\ecf8";
}

.gd_icon_other_t:before {
    content: "\ecf7";
}

.gd_icon_home2:before {
    content: "\edc5";
}

.gd_icon_home2_t:before {
    content: "\edc6";
}

.gd_icon_Warehouse-Industrial:before {
    content: "\ea2f";
}

.gd_icon_Warehouse-Industrial_t:before {
    content: "\ea30";
}

.gd_icon_Warehouse_Industrial_color .path1:before {
    content: "\ea21";
    color: ;
}

.gd_icon_Warehouse_Industrial_color .path2:before {
    content: "\ea22";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Warehouse_Industrial_color .path3:before {
    content: "\ea23";
    margin-left: -1em;
    color: ;
}

.gd_icon_Warehouse_Industrial_color .path4:before {
    content: "\ea24";
    margin-left: -1em;
    color: ;
}

.gd_icon_Warehouse_Industrial_color .path5:before {
    content: "\ea25";
    margin-left: -1em;
    color: ;
}

.gd_icon_Warehouse_Industrial_color .path6:before {
    content: "\ea26";
    margin-left: -1em;
    color: ;
}

.gd_icon_Warehouse_Industrial_color .path7:before {
    content: "\ea27";
    margin-left: -1em;
    color: ;
}

.gd_icon_Warehouse_Industrial_t_color .path1:before {
    content: "\ea28";
    color: ;
}

.gd_icon_Warehouse_Industrial_t_color .path2:before {
    content: "\ea29";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Warehouse_Industrial_t_color .path3:before {
    content: "\ea2a";
    margin-left: -1em;
    color: ;
}

.gd_icon_Warehouse_Industrial_t_color .path4:before {
    content: "\ea2b";
    margin-left: -1em;
    color: ;
}

.gd_icon_Warehouse_Industrial_t_color .path5:before {
    content: "\ea2c";
    margin-left: -1em;
    color: ;
}

.gd_icon_Warehouse_Industrial_t_color .path6:before {
    content: "\ea2d";
    margin-left: -1em;
    color: ;
}

.gd_icon_Warehouse_Industrial_t_color .path7:before {
    content: "\ea2e";
    margin-left: -1em;
    color: ;
}

.gd_icon_other_house:before {
    content: "\ecf9";
}

.gd_icon_other_house_t:before {
    content: "\ecef";
}

.gd_icon_other_house_color .path1:before {
    content: "\ecfa";
    color: ;
}

.gd_icon_other_house_color .path2:before {
    content: "\ecfb";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_other_house_color .path3:before {
    content: "\ecfc";
    margin-left: -1em;
    color: ;
}

.gd_icon_other_house_color .path4:before {
    content: "\ecfd";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_other_house_color .path5:before {
    content: "\ecfe";
    margin-left: -1em;
    color: ;
}

.gd_icon_other_house_color .path6:before {
    content: "\ecff";
    margin-left: -1em;
    color: ;
}

.gd_icon_other_house_color .path7:before {
    content: "\ed00";
    margin-left: -1em;
    color: ;
}

.gd_icon_other_house_t_color .path1:before {
    content: "\ecf0";
    color: ;
}

.gd_icon_other_house_t_color .path2:before {
    content: "\ecf1";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_other_house_t_color .path3:before {
    content: "\ecf2";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_other_house_t_color .path4:before {
    content: "\ecf3";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_other_house_t_color .path5:before {
    content: "\ecf4";
    margin-left: -1em;
    color: ;
}

.gd_icon_other_house_t_color .path6:before {
    content: "\ecf5";
    margin-left: -1em;
    color: ;
}

.gd_icon_other_house_t_color .path7:before {
    content: "\ecf6";
    margin-left: -1em;
    color: ;
}

.gd_icon_houses:before {
    content: "\eda6";
}

.gd_icon_houses_color .path1:before {
    content: "\eda7";
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path2:before {
    content: "\eda8";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path3:before {
    content: "\eda9";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path4:before {
    content: "\edaa";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path5:before {
    content: "\edab";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path6:before {
    content: "\edac";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path7:before {
    content: "\edad";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path8:before {
    content: "\edae";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path9:before {
    content: "\edaf";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path10:before {
    content: "\edb0";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path11:before {
    content: "\edb1";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path12:before {
    content: "\edb2";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path13:before {
    content: "\edb3";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path14:before {
    content: "\edb4";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path15:before {
    content: "\edb5";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path16:before {
    content: "\edb6";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_houses_color .path17:before {
    content: "\edb7";
    margin-left: -1em;
    color: ;
}

.gd_icon_detached:before {
    content: "\ef1f";
}

.gd_icon_bungalow:before {
    content: "\f085";
}

.gd_icon_bungalow_color .path1:before {
    content: "\f086";
    color: rgb(241, 90, 41);
}

.gd_icon_bungalow_color .path2:before {
    content: "\f087";
    margin-left: -1em;
    color: ;
}

.gd_icon_bungalow_color .path3:before {
    content: "\f088";
    margin-left: -1em;
    color: ;
}

.gd_icon_bungalow_color .path4:before {
    content: "\f089";
    margin-left: -1em;
    color: ;
}

.gd_icon_bungalow_color .path5:before {
    content: "\f08a";
    margin-left: -1em;
    color: ;
}

.gd_icon_bungalow_color .path6:before {
    content: "\f08b";
    margin-left: -1em;
    color: ;
}

.gd_icon_bungalow_color .path7:before {
    content: "\f08c";
    margin-left: -1em;
    color: ;
}

.gd_icon_bungalow_color .path8:before {
    content: "\f08d";
    margin-left: -1em;
    color: ;
}

.gd_icon_bungalow_color .path9:before {
    content: "\f08e";
    margin-left: -1em;
    color: ;
}

.gd_icon_bungalow_color .path10:before {
    content: "\f08f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office:before {
    content: "\ed28";
}

.gd_icon_Office_t:before {
    content: "\ed3c";
}

.gd_icon_Office_color .path1:before {
    content: "\ed29";
    color: ;
}

.gd_icon_Office_color .path2:before {
    content: "\ed2a";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_color .path3:before {
    content: "\ed2b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_color .path4:before {
    content: "\ed2c";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_color .path5:before {
    content: "\ed2d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_color .path6:before {
    content: "\ed2e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_color .path7:before {
    content: "\ed2f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_color .path8:before {
    content: "\ed30";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_color .path9:before {
    content: "\ed31";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_color .path10:before {
    content: "\ed32";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_color .path11:before {
    content: "\ed33";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_color .path12:before {
    content: "\ed34";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_color .path13:before {
    content: "\ed35";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_color .path14:before {
    content: "\ed36";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_color .path15:before {
    content: "\ed37";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_color .path16:before {
    content: "\ed38";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_color .path17:before {
    content: "\ed39";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_color .path18:before {
    content: "\ed3a";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_color .path19:before {
    content: "\ed3b";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_t_color .path1:before {
    content: "\ed3d";
    color: ;
}

.gd_icon_Office_t_color .path2:before {
    content: "\ed3e";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_t_color .path3:before {
    content: "\ed3f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_t_color .path4:before {
    content: "\ed40";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_t_color .path5:before {
    content: "\ed41";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_t_color .path6:before {
    content: "\ed42";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_t_color .path7:before {
    content: "\ed43";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_t_color .path8:before {
    content: "\ed44";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_t_color .path9:before {
    content: "\ed45";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_t_color .path10:before {
    content: "\ed46";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_t_color .path11:before {
    content: "\ed47";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_t_color .path12:before {
    content: "\ed48";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_Office_t_color .path13:before {
    content: "\ed49";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_t_color .path14:before {
    content: "\ed4a";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_t_color .path15:before {
    content: "\ed4b";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_t_color .path16:before {
    content: "\ed4c";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_t_color .path17:before {
    content: "\ed4d";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_t_color .path18:before {
    content: "\ed4e";
    margin-left: -1em;
    color: ;
}

.gd_icon_Office_t_color .path19:before {
    content: "\ed4f";
    margin-left: -1em;
    color: ;
}

.gd_icon_safe_security:before {
    content: "\ec41";
}

.gd_icon_safe_security_t:before {
    content: "\ec42";
}

.gd_icon_home_security:before {
    content: "\edc8";
}

.gd_icon_home_security_t:before {
    content: "\edc9";
}

.gd_icon_home_security_color .path1:before {
    content: "\edca";
    color: ;
}

.gd_icon_home_security_color .path2:before {
    content: "\edcb";
    margin-left: -1em;
    color: ;
}

.gd_icon_home_security_color .path3:before {
    content: "\edcc";
    margin-left: -1em;
    color: ;
}

.gd_icon_home_security_color .path4:before {
    content: "\edcd";
    margin-left: -1em;
    color: ;
}

.gd_icon_home_security_color .path5:before {
    content: "\edce";
    margin-left: -1em;
    color: ;
}

.gd_icon_home_security_color .path6:before {
    content: "\edcf";
    margin-left: -1em;
    color: ;
}

.gd_icon_home_security_color .path7:before {
    content: "\edd0";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_home_security_t_color .path1:before {
    content: "\edd1";
    color: ;
}

.gd_icon_home_security_t_color .path2:before {
    content: "\edd2";
    margin-left: -1em;
    color: ;
}

.gd_icon_home_security_t_color .path3:before {
    content: "\edd3";
    margin-left: -1em;
    color: ;
}

.gd_icon_home_security_t_color .path4:before {
    content: "\edd4";
    margin-left: -1em;
    color: ;
}

.gd_icon_home_security_t_color .path5:before {
    content: "\edd5";
    margin-left: -1em;
    color: ;
}

.gd_icon_home_security_t_color .path6:before {
    content: "\edd6";
    margin-left: -1em;
    color: ;
}

.gd_icon_home_security_t_color .path7:before {
    content: "\edd7";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_schedule_a_call_back:before {
    content: "\ec40";
}

.gd_icon_schedule_a_call_back_color .path1:before {
    content: "\ec38";
    color: ;
}

.gd_icon_schedule_a_call_back_color .path2:before {
    content: "\ec39";
    margin-left: -1em;
    color: ;
}

.gd_icon_schedule_a_call_back_color .path3:before {
    content: "\ec3a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_schedule_a_call_back_color .path4:before {
    content: "\ec3b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_schedule_a_call_back_color .path5:before {
    content: "\ec3c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_schedule_a_call_back_color .path6:before {
    content: "\ec3d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_schedule_a_call_back_color .path7:before {
    content: "\ec3e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_schedule_a_call_back_color .path8:before {
    content: "\ec3f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_registration:before {
    content: "\ec7e";
}

.gd_icon_registration_t:before {
    content: "\ec7a";
}

.gd_icon_registration_color .path1:before {
    content: "\ec74";
    color: ;
}

.gd_icon_registration_color .path2:before {
    content: "\ec75";
    margin-left: -1em;
    color: ;
}

.gd_icon_registration_color .path3:before {
    content: "\ec76";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_registration_color .path4:before {
    content: "\ec77";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_registration_color .path5:before {
    content: "\ec78";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_registration_color .path6:before {
    content: "\ec79";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_registration_t_color .path1:before {
    content: "\ec7b";
    color: ;
}

.gd_icon_registration_t_color .path2:before {
    content: "\ec7c";
    margin-left: -1em;
    color: ;
}

.gd_icon_registration_t_color .path3:before {
    content: "\ec7d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_recommended:before {
    content: "\ec8d";
}

.gd_icon_recommended_t:before {
    content: "\ec7f";
}

.gd_icon_recommended_color .path1:before {
    content: "\ec8e";
    color: ;
}

.gd_icon_recommended_color .path2:before {
    content: "\ec8f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_recommended_color .path3:before {
    content: "\ec90";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_color .path4:before {
    content: "\ec91";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_color .path5:before {
    content: "\ec92";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_color .path6:before {
    content: "\ec93";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_color .path7:before {
    content: "\ec94";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_color .path8:before {
    content: "\ec95";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_color .path9:before {
    content: "\ec96";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_color .path10:before {
    content: "\ec97";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_color .path11:before {
    content: "\ec98";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_color .path12:before {
    content: "\ec99";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_color .path13:before {
    content: "\ec9a";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_t_color .path1:before {
    content: "\ec80";
    color: ;
}

.gd_icon_recommended_t_color .path2:before {
    content: "\ec81";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_recommended_t_color .path3:before {
    content: "\ec82";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_t_color .path4:before {
    content: "\ec83";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_t_color .path5:before {
    content: "\ec84";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_t_color .path6:before {
    content: "\ec85";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_t_color .path7:before {
    content: "\ec86";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_t_color .path8:before {
    content: "\ec87";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_t_color .path9:before {
    content: "\ec88";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_t_color .path10:before {
    content: "\ec89";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_t_color .path11:before {
    content: "\ec8a";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_t_color .path12:before {
    content: "\ec8b";
    margin-left: -1em;
    color: ;
}

.gd_icon_recommended_t_color .path13:before {
    content: "\ec8c";
    margin-left: -1em;
    color: ;
}

.gd_icon_hidden:before {
    content: "\eddd";
}

.gd_icon_hidden_t:before {
    content: "\edde";
}

.gd_icon_hidden_color .path1:before {
    content: "\eddf";
    color: ;
}

.gd_icon_hidden_color .path2:before {
    content: "\ede0";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_hidden_t_color .path1:before {
    content: "\ede1";
    color: ;
}

.gd_icon_hidden_t_color .path2:before {
    content: "\ede2";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_evening:before {
    content: "\ee9e";
}

.gd_icon_evening_color .path1:before {
    content: "\ee9f";
    color: ;
}

.gd_icon_evening_color .path2:before {
    content: "\eea0";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_evening_color .path3:before {
    content: "\eea1";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_evening_color .path4:before {
    content: "\eea2";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_evening_color .path5:before {
    content: "\eea3";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_evening_color .path6:before {
    content: "\eea4";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_evening_color .path7:before {
    content: "\eea5";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_evening_color .path8:before {
    content: "\eea6";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_en_grade:before {
    content: "\eeb8";
}

.gd_icon_en_grade_color .path1:before {
    content: "\eeb9";
    color: ;
}

.gd_icon_en_grade_color .path2:before {
    content: "\eeba";
    margin-left: -1em;
    color: ;
}

.gd_icon_en_grade_color .path3:before {
    content: "\eebb";
    margin-left: -1em;
    color: ;
}

.gd_icon_en_grade_color .path4:before {
    content: "\eebc";
    margin-left: -1em;
    color: ;
}

.gd_icon_en_grade_color .path5:before {
    content: "\eebd";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_en_grade_color .path6:before {
    content: "\eebe";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_en_grade_color .path7:before {
    content: "\eebf";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_en_grade_color .path8:before {
    content: "\eec0";
    margin-left: -1em;
    color: ;
}

.gd_icon_backup_battery:before {
    content: "\f128";
}

.gd_icon_backup_battery_t:before {
    content: "\f129";
}

.gd_icon_backup_battery_f:before {
    content: "\f12a";
}

.gd_icon_backup_battery_color .path1:before {
    content: "\f12b";
    color: rgb(241, 90, 41);
}

.gd_icon_backup_battery_color .path2:before {
    content: "\f12c";
    margin-left: -1em;
    color: ;
}

.gd_icon_backup_battery_t_color .path1:before {
    content: "\f12d";
    color: rgb(241, 90, 41);
}

.gd_icon_backup_battery_t_color .path2:before {
    content: "\f12e";
    margin-left: -1em;
    color: ;
}

.gd_icon_gsm:before {
    content: "\ede8";
}

.gd_icon_gsm_color .path1:before {
    content: "\ede9";
    color: ;
}

.gd_icon_gsm_color .path2:before {
    content: "\edea";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_gsm_color .path3:before {
    content: "\edeb";
    margin-left: -1em;
    color: ;
}

.gd_icon_gsm_color .path4:before {
    content: "\edec";
    margin-left: -1em;
    color: ;
}

.gd_icon_gsm_color .path5:before {
    content: "\eded";
    margin-left: -1em;
    color: ;
}

.gd_icon_gsm_color .path6:before {
    content: "\edee";
    margin-left: -1em;
    color: ;
}

.gd_icon_smile2:before {
    content: "\ebb3";
}

.gd_icon_smile2_t:before {
    content: "\ebb4";
}

.gd_icon_smile:before {
    content: "\ebb5";
}

.gd_icon_smile_t:before {
    content: "\ebae";
}

.gd_icon_smile_color .path1:before {
    content: "\ebb6";
    color: rgb(241, 90, 41);
}

.gd_icon_smile_color .path2:before {
    content: "\ebb7";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_smile_color .path3:before {
    content: "\ebb8";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_smile_color .path4:before {
    content: "\ebb9";
    margin-left: -1em;
    color: ;
}

.gd_icon_smile_t_color .path1:before {
    content: "\ebaf";
    color: rgb(241, 90, 41);
}

.gd_icon_smile_t_color .path2:before {
    content: "\ebb0";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_smile_t_color .path3:before {
    content: "\ebb1";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_smile_t_color .path4:before {
    content: "\ebb2";
    margin-left: -1em;
    color: ;
}

.gd_icon_pay_deposit:before {
    content: "\ecda";
}

.gd_icon_pay_deposit-t:before {
    content: "\ecd9";
}

.gd_icon_pay_deposit_color .path1:before {
    content: "\ecdb";
    color: ;
}

.gd_icon_pay_deposit_color .path2:before {
    content: "\ecdc";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_pay_deposit_color .path3:before {
    content: "\ecdd";
    margin-left: -1em;
    color: ;
}

.gd_icon_pay_deposit_t_color .path1:before {
    content: "\ecd7";
    color: rgb(241, 90, 41);
}

.gd_icon_pay_deposit_t_color .path2:before {
    content: "\ecd8";
    margin-left: -1em;
    color: ;
}

.gd_icon_quote:before {
    content: "\ec9b";
}

.gd_icon_direct_debit:before {
    content: "\ef19";
}

.gd_icon_no_bank:before {
    content: "\ed59";
}

.gd_icon_no_ccj:before {
    content: "\ed5a";
}

.gd_icon_hand_shake:before {
    content: "\ede3";
}

.gd_icon_hand_shake1:before {
    content: "\ede4";
}

.gd_icon_instantpay:before {
    content: "\ed8d";
}

.gd_icon_instantpay_t:before {
    content: "\ed8b";
}

.gd_icon_instantpay_f:before {
    content: "\ed82";
}

.gd_icon_instantpay_t_color:before {
    content: "\ed8c";
}

.gd_icon_instantpay_color .path1:before {
    content: "\ed80";
    color: ;
}

.gd_icon_instantpay_color .path2:before {
    content: "\ed81";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_instantpay_f_color .path1:before {
    content: "\ed83";
    color: ;
}

.gd_icon_instantpay_f_color .path2:before {
    content: "\ed84";
    margin-left: -1em;
    color: ;
}

.gd_icon_instantpay_f_color .path3:before {
    content: "\ed85";
    margin-left: -1em;
    color: ;
}

.gd_icon_instantpay_f_color .path4:before {
    content: "\ed86";
    margin-left: -1em;
    color: ;
}

.gd_icon_instantpay_f_color .path5:before {
    content: "\ed87";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_instantpay_f_color .path6:before {
    content: "\ed88";
    margin-left: -1em;
    color: ;
}

.gd_icon_instantpay_f_color .path7:before {
    content: "\ed89";
    margin-left: -1em;
    color: ;
}

.gd_icon_instantpay_f_color .path8:before {
    content: "\ed8a";
    margin-left: -1em;
    color: ;
}

.gd_icon_syringe:before {
    content: "\eb3d";
}

.gd_icon_syringe-_f:before {
    content: "\eb3c";
}

.gd_icon_stethoscope:before {
    content: "\eb56";
}

.gd_icon_scan:before {
    content: "\ec43";
}

.gd_icon_scan_f:before {
    content: "\ec44";
}

.gd_icon_reception:before {
    content: "\ec9e";
}

.gd_icon_reception_f:before {
    content: "\ec9f";
}

.gd_icon_pills:before {
    content: "\ecc2";
}

.gd_icon_doctor:before {
    content: "\ef16";
}

.gd_icon_doctor_t:before {
    content: "\ef17";
}

.gd_icon_doctor_f:before {
    content: "\ef18";
}

.gd_icon_patient:before {
    content: "\ecdf";
}

.gd_icon_patient_f:before {
    content: "\ece0";
}

.gd_icon_injury:before {
    content: "\ed99";
}

.gd_icon_injury_f:before {
    content: "\ed9a";
}

.gd_icon_medical_kit:before {
    content: "\ed68";
}

.gd_icon_medical_kit_f:before {
    content: "\ed69";
}

.gd_icon_hospital:before {
    content: "\edc3";
}

.gd_icon_hospital_f:before {
    content: "\edc2";
}

.gd_icon_placeholder:before {
    content: "\ecbc";
}

.gd_icon_placeholder_t:before {
    content: "\ecbd";
}

.gd_icon_hospital_building:before {
    content: "\edc4";
}

.gd_icon_hospital_building_f:before {
    content: "\edc1";
}

.gd_icon_voice_assist:before {
    content: "\ea3d";
}

.gd_icon_voice_assist_t:before {
    content: "\ea39";
}

.gd_icon_trendy_collection:before {
    content: "\eae9";
}

.gd_icon_trendy_collection_t:before {
    content: "\eae2";
}

.gd_icon_trendy_collection_f:before {
    content: "\eaea";
}

.gd_icon_pendent_heart:before {
    content: "\ecc3";
}

.gd_icon_pendent_heart_f:before {
    content: "\ecc4";
}

.gd_icon_pendent_heart2:before {
    content: "\ecc5";
}

.gd_icon_pendent_star:before {
    content: "\ecc6";
}

.gd_icon_pendent:before {
    content: "\ecca";
}

.gd_icon_pendent_t:before {
    content: "\ecc7";
}

.gd_icon_pendent_f:before {
    content: "\eccb";
}

.gd_icon_diamand_jewellery:before {
    content: "\ef1a";
}

.gd_icon_diamand_jewellery_t:before {
    content: "\ef1b";
}

.gd_icon_diamand_jewellery_f:before {
    content: "\ef1c";
}

.gd_icon_platinam_jewellery:before {
    content: "\ecba";
}

.gd_icon_platinam_jewellery_t:before {
    content: "\ecb9";
}

.gd_icon_platinam_jewellery_f:before {
    content: "\ecb8";
}

.gd_icon_neckalace:before {
    content: "\ed5c";
}

.gd_icon_neckalace_t:before {
    content: "\ed5e";
}

.gd_icon_neckalace_f:before {
    content: "\ed5d";
}

.gd_icon_chains:before {
    content: "\f002";
}

.gd_icon_chains_t:before {
    content: "\f003";
}

.gd_icon_chains_f:before {
    content: "\f004";
}

.gd_icon_ring:before {
    content: "\ec49";
}

.gd_icon_ring_t:before {
    content: "\ec4b";
}

.gd_icon_ring_f:before {
    content: "\ec4a";
}

.gd_icon_wedding-ring:before {
    content: "\e9fb";
}

.gd_icon_wedding-ring_t:before {
    content: "\e9fd";
}

.gd_icon_wedding-ring_f:before {
    content: "\e9fc";
}

.gd_icon_online_cancellation:before {
    content: "\ed17";
}

.gd_icon_online_cancellation_t:before {
    content: "\ed13";
}

.gd_icon_online_cancellation_f:before {
    content: "\ed0f";
}

.gd_icon_online_cancellation_color .path1:before {
    content: "\ed18";
    color: rgb(241, 90, 41);
}

.gd_icon_online_cancellation_color .path2:before {
    content: "\ed19";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_online_cancellation_color .path3:before {
    content: "\ed1a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_online_cancellation_color .path4:before {
    content: "\ed1b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_online_cancellation_color .path5:before {
    content: "\ed1c";
    margin-left: -1em;
    color: ;
}

.gd_icon_online_cancellation_color .path6:before {
    content: "\ed1d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_online_cancellation_color .path7:before {
    content: "\ed1e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_online_cancellation_color .path8:before {
    content: "\ed1f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_online_cancellation_color .path9:before {
    content: "\ed20";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_online_cancellation_color .path10:before {
    content: "\ed21";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_online_cancellation_color .path11:before {
    content: "\ed22";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_online_cancellation_color .path12:before {
    content: "\ed23";
    margin-left: -1em;
    color: ;
}

.gd_icon_online_cancellation_color .path13:before {
    content: "\ed24";
    margin-left: -1em;
    color: ;
}

.gd_icon_online_cancellation_color .path14:before {
    content: "\ed25";
    margin-left: -1em;
    color: ;
}

.gd_icon_online_cancellation_color .path15:before {
    content: "\ed26";
    margin-left: -1em;
    color: ;
}

.gd_icon_online_cancellation_t_color .path1:before {
    content: "\ed14";
    color: rgb(241, 90, 41);
}

.gd_icon_online_cancellation_t_color .path2:before {
    content: "\ed15";
    margin-left: -1em;
    color: ;
}

.gd_icon_online_cancellation_t_color .path3:before {
    content: "\ed16";
    margin-left: -1em;
    color: ;
}

.gd_icon_online_cancellation_f_color .path1:before {
    content: "\ed10";
    color: rgb(241, 90, 41);
}

.gd_icon_online_cancellation_f_color .path2:before {
    content: "\ed11";
    margin-left: -1em;
    color: ;
}

.gd_icon_online_cancellation_f_color .path3:before {
    content: "\ed12";
    margin-left: -1em;
    color: ;
}

.gd_icon_gold_coin:before {
    content: "\edf4";
}

.gd_icon_gold_coin_t:before {
    content: "\edf5";
}

.gd_icon_gold_coin_f:before {
    content: "\edf6";
}

.gd_icon_easy_return:before {
    content: "\eec7";
}

.gd_icon_easy_return_t:before {
    content: "\eec8";
}

.gd_icon_easy_return_f:before {
    content: "\eec9";
}

.gd_icon_easy_return_color .path1:before {
    content: "\eeca";
    color: ;
}

.gd_icon_easy_return_color .path2:before {
    content: "\eecb";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_easy_return_color .path3:before {
    content: "\eecc";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_easy_return_color .path4:before {
    content: "\eecd";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_easy_return_color .path5:before {
    content: "\eece";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_easy_return_color .path6:before {
    content: "\eecf";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_easy_return_color .path7:before {
    content: "\eed0";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_easy_return_color .path8:before {
    content: "\eed1";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_easy_return_color .path9:before {
    content: "\eed2";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_easy_return_color .path10:before {
    content: "\eed3";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_easy_return_color .path11:before {
    content: "\eed4";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_easy_return_color .path12:before {
    content: "\eed5";
    margin-left: -1em;
    color: ;
}

.gd_icon_easy_return_t_color .path1:before {
    content: "\eed6";
    color: ;
}

.gd_icon_easy_return_t_color .path2:before {
    content: "\eed7";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_easy_return_t_color .path3:before {
    content: "\eed8";
    margin-left: -1em;
    color: ;
}

.gd_icon_easy_return_f_color .path1:before {
    content: "\eed9";
    color: ;
}

.gd_icon_easy_return_f_color .path2:before {
    content: "\eeda";
    margin-left: -1em;
    color: ;
}

.gd_icon_easy_return_f_color .path3:before {
    content: "\eedb";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_gold_ring:before {
    content: "\edf1";
}

.gd_icon_gold_ring_t:before {
    content: "\edf2";
}

.gd_icon_gold_ring_f:before {
    content: "\edf3";
}

.gd_icon_pure_platinum:before {
    content: "\eca2";
}

.gd_icon_pure_platinum_color:before {
    content: "\e91d";
    color: #018dae;
}

.gd_icon_igi:before {
    content: "\ed9e";
}

.gd_icon_easy_exchange:before {
    content: "\eedc";
}

.gd_icon_easy_exchange_color .path1:before {
    content: "\eedd";
    color: ;
}

.gd_icon_easy_exchange_color .path2:before {
    content: "\eede";
    margin-left: -1em;
    color: ;
}

.gd_icon_easy_exchange_color .path3:before {
    content: "\eedf";
    margin-left: -1em;
    color: ;
}

.gd_icon_easy_exchange_color .path4:before {
    content: "\eee0";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_easy_exchange_color .path5:before {
    content: "\eee1";
    margin-left: -1em;
    color: ;
}

.gd_icon_bracelate:before {
    content: "\f090";
}

.gd_icon_bracelate_t:before {
    content: "\f091";
}

.gd_icon_bracelate_f:before {
    content: "\f092";
}

.gd_icon_bangles2:before {
    content: "\f0ca";
}

.gd_icon_bangles2_t:before {
    content: "\f0cb";
}

.gd_icon_bangles2_f:before {
    content: "\f0cc";
}

.gd_icon_bangles:before {
    content: "\f0cd";
}

.gd_icon_bangles_t:before {
    content: "\f0ce";
}

.gd_icon_bangles_f:before {
    content: "\f0cf";
}

.gd_icon_advantages:before {
    content: "\f138";
}

.gd_icon_earrings:before {
    content: "\eee2";
}

.gd_icon_earrings_t:before {
    content: "\eee3";
}

.gd_icon_earrings_f:before {
    content: "\eee4";
}

.gd_icon_advantages_t:before {
    content: "\f139";
}

.gd_icon_advantages_f:before {
    content: "\f13a";
}

.gd_icon_advantages_color .path1:before {
    content: "\f13b";
    color: ;
}

.gd_icon_advantages_color .path2:before {
    content: "\f13c";
    margin-left: -1em;
    color: ;
}

.gd_icon_advantages_color .path3:before {
    content: "\f13d";
    margin-left: -1em;
    color: ;
}

.gd_icon_advantages_color .path4:before {
    content: "\f13e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_advantages_t_color .path1:before {
    content: "\f13f";
    color: ;
}

.gd_icon_advantages_t_color .path2:before {
    content: "\f140";
    margin-left: -1em;
    color: ;
}

.gd_icon_advantages_t_color .path3:before {
    content: "\f141";
    margin-left: -1em;
    color: ;
}

.gd_icon_advantages_t_color .path4:before {
    content: "\f142";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_advantages_f_color .path1:before {
    content: "\f143";
    color: ;
}

.gd_icon_advantages_f_color .path2:before {
    content: "\f144";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_finance:before {
    content: "\f145";
}

.gd_icon_finance_t:before {
    content: "\f146";
}

.gd_icon_apply_finance_f:before {
    content: "\f147";
}

.gd_icon_finance_color .path1:before {
    content: "\f14b";
    color: ;
}

.gd_icon_finance_color .path2:before {
    content: "\f14c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_finance_t_color .path1:before {
    content: "\f14d";
    color: ;
}

.gd_icon_finance_t_color .path2:before {
    content: "\f14e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_finance_t_color .path3:before {
    content: "\f14f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_apply_finance_f_color1 .path1:before {
    content: "\f148";
    color: ;
}

.gd_icon_apply_finance_f_color1 .path2:before {
    content: "\f149";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_apply_finance_f_color1 .path3:before {
    content: "\f14a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_petfriendly:before {
    content: "\ecbe";
}

.gd_icon_petfriendly_color .path1:before {
    content: "\ecbf";
    color: ;
}

.gd_icon_petfriendly_color .path2:before {
    content: "\ecc0";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_petfriendly_color .path3:before {
    content: "\ecc1";
    margin-left: -1em;
    color: ;
}

.gd_icon_proximity_tag_color .path1:before {
    content: "\eca4";
    color: ;
}

.gd_icon_proximity_tag_color .path2:before {
    content: "\eca5";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_proximity_tag:before {
    content: "\eca3";
}

.gd_icon_voice_assist_f:before {
    content: "\ea35";
}

.gd_icon_voice_assist_color .path1:before {
    content: "\ea3e";
    color: ;
}

.gd_icon_voice_assist_color .path2:before {
    content: "\ea3f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_voice_assist_color .path3:before {
    content: "\ea40";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_voice_assist_t_color .path1:before {
    content: "\ea3a";
    color: ;
}

.gd_icon_voice_assist_t_color .path2:before {
    content: "\ea3b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_voice_assist_t_color .path3:before {
    content: "\ea3c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_voice_assist_f_color .path1:before {
    content: "\ea36";
    color: ;
}

.gd_icon_voice_assist_f_color .path2:before {
    content: "\ea37";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_voice_assist_f_color .path3:before {
    content: "\ea38";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_remote_control_keyfob1:before {
    content: "\ec6e";
}

.gd_icon_remote_control_keyfob:before {
    content: "\ec70";
}

.gd_icon_remote_control_keyfob_t:before {
    content: "\ec68";
}

.gd_icon_remote_control_keyfob_f:before {
    content: "\ec73";
}

.gd_icon_remote_control_keyfob_t_color .path1:before {
    content: "\ec69";
    color: ;
}

.gd_icon_remote_control_keyfob_t_color .path2:before {
    content: "\ec6a";
    margin-left: -1em;
    color: ;
}

.gd_icon_remote_control_keyfob_t_color .path3:before {
    content: "\ec6b";
    margin-left: -1em;
    color: ;
}

.gd_icon_remote_control_keyfob_t_color .path4:before {
    content: "\ec6c";
    margin-left: -1em;
    color: ;
}

.gd_icon_remote_control_keyfob_t_color .path5:before {
    content: "\ec6d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_remote_control_keyfob_f_color .path1:before {
    content: "\ec63";
    color: ;
}

.gd_icon_remote_control_keyfob_f_color .path2:before {
    content: "\ec64";
    margin-left: -1em;
    color: ;
}

.gd_icon_remote_control_keyfob_f_color .path3:before {
    content: "\ec65";
    margin-left: -1em;
    color: ;
}

.gd_icon_remote_control_keyfob_f_color .path4:before {
    content: "\ec66";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_remote_control_keyfob_f_color .path5:before {
    content: "\ec67";
    margin-left: -1em;
    color: ;
}

.gd_icon_remote:before {
    content: "\ec6f";
}

.gd_icon_remote_control_keyfob_color1 .path1:before {
    content: "\ec71";
    color: rgb(241, 90, 41);
}

.gd_icon_remote_control_keyfob_color1 .path2:before {
    content: "\ec72";
    margin-left: -1em;
    color: ;
}

.gd_icon_fire_alarm:before {
    content: "\ee4c";
}

.gd_icon_fire_alarm_color .path1:before {
    content: "\ee4d";
    color: rgb(241, 90, 41);
}

.gd_icon_fire_alarm_color .path2:before {
    content: "\ee4e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fire_alarm_color .path3:before {
    content: "\ee4f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fire_alarm_color .path4:before {
    content: "\ee50";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fire_alarm_color .path5:before {
    content: "\ee51";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fire_alarm_color .path6:before {
    content: "\ee52";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fire_alarm_color .path7:before {
    content: "\ee53";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fire_alarm_color .path8:before {
    content: "\ee54";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_dummy_siren_box:before {
    content: "\eee5";
}

.gd_icon_dummy_siren_box_t:before {
    content: "\eee6";
}

.gd_icon_dummy_siren_box_f:before {
    content: "\eee7";
}

.gd_icon_dummy_siren_box_color .path1:before {
    content: "\eee8";
    color: ;
}

.gd_icon_dummy_siren_box_color .path2:before {
    content: "\eee9";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_color .path3:before {
    content: "\eeea";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_dummy_siren_box_color .path4:before {
    content: "\eeeb";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_color .path5:before {
    content: "\eeec";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_color .path6:before {
    content: "\eeed";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_color .path7:before {
    content: "\eeee";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_color .path8:before {
    content: "\eeef";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_color .path9:before {
    content: "\eef0";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_color .path10:before {
    content: "\eef1";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_color .path11:before {
    content: "\eef2";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_color .path12:before {
    content: "\eef3";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_t_color .path1:before {
    content: "\eef4";
    color: ;
}

.gd_icon_dummy_siren_box_t_color .path2:before {
    content: "\eef5";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_t_color .path3:before {
    content: "\eef6";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_t_color .path4:before {
    content: "\eef7";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_t_color .path5:before {
    content: "\eef8";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_t_color .path6:before {
    content: "\eef9";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_t_color .path7:before {
    content: "\eefa";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_t_color .path8:before {
    content: "\eefb";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_t_color .path9:before {
    content: "\eefc";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_t_color .path10:before {
    content: "\eefd";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_t_color .path11:before {
    content: "\eefe";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_t_color .path12:before {
    content: "\eeff";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_dummy_siren_box_f_color .path1:before {
    content: "\ef00";
    color: ;
}

.gd_icon_dummy_siren_box_f_color .path2:before {
    content: "\ef01";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_f_color .path3:before {
    content: "\ef02";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_dummy_siren_box_f_color .path4:before {
    content: "\ef03";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_dummy_siren_box_f_color .path5:before {
    content: "\ef04";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_f_color .path6:before {
    content: "\ef05";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_f_color .path7:before {
    content: "\ef06";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_dummy_siren_box_f_color .path8:before {
    content: "\ef07";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_dummy_siren_box_f_color .path9:before {
    content: "\ef08";
    margin-left: -1em;
    color: ;
}

.gd_icon_dummy_siren_box_f_color .path10:before {
    content: "\ef09";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_dummy_siren_box_f_color .path11:before {
    content: "\ef0a";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box:before {
    content: "\f150";
}

.gd_icon_active_siren_box_t:before {
    content: "\f151";
}

.gd_icon_active_siren_box_f:before {
    content: "\f152";
}

.gd_icon_active_siren_box_color .path1:before {
    content: "\f153";
    color: ;
}

.gd_icon_active_siren_box_color .path2:before {
    content: "\f154";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_color .path3:before {
    content: "\f155";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_color .path4:before {
    content: "\f156";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_color .path5:before {
    content: "\f157";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_color .path6:before {
    content: "\f158";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_color .path7:before {
    content: "\f159";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_color .path8:before {
    content: "\f15a";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_color .path9:before {
    content: "\f15b";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_color .path10:before {
    content: "\f15c";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_color .path11:before {
    content: "\f15d";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_color .path12:before {
    content: "\f15e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_active_siren_box_t_color .path1:before {
    content: "\f15f";
    color: ;
}

.gd_icon_active_siren_box_t_color .path2:before {
    content: "\f160";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_t_color .path3:before {
    content: "\f161";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_t_color .path4:before {
    content: "\f162";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_t_color .path5:before {
    content: "\f163";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_t_color .path6:before {
    content: "\f164";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_t_color .path7:before {
    content: "\f165";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_t_color .path8:before {
    content: "\f166";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_t_color .path9:before {
    content: "\f167";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_t_color .path10:before {
    content: "\f168";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_t_color .path11:before {
    content: "\f169";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_t_color .path12:before {
    content: "\f16a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_active_siren_box_f_color .path1:before {
    content: "\f16b";
    color: ;
}

.gd_icon_active_siren_box_f_color .path2:before {
    content: "\f16c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_active_siren_box_f_color .path3:before {
    content: "\f16d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_active_siren_box_f_color .path4:before {
    content: "\f16e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_active_siren_box_f_color .path5:before {
    content: "\f16f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_active_siren_box_f_color .path6:before {
    content: "\f170";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_f_color .path7:before {
    content: "\f171";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_active_siren_box_f_color .path8:before {
    content: "\f172";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_f_color .path9:before {
    content: "\f173";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_f_color .path10:before {
    content: "\f174";
    margin-left: -1em;
    color: ;
}

.gd_icon_active_siren_box_f_color .path11:before {
    content: "\f175";
    margin-left: -1em;
    color: ;
}

.gd_icon_panic_button:before {
    content: "\ece9";
}

.gd_icon_panic_button_t:before {
    content: "\ece5";
}

.gd_icon_panic_button_f:before {
    content: "\ece1";
}

.gd_icon_panic_button_color .path1:before {
    content: "\ecea";
    color: ;
}

.gd_icon_panic_button_color .path2:before {
    content: "\eceb";
    margin-left: -1em;
    color: ;
}

.gd_icon_panic_button_color .path3:before {
    content: "\ecec";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_panic_button_t_color .path1:before {
    content: "\ece6";
    color: ;
}

.gd_icon_panic_button_t_color .path2:before {
    content: "\ece7";
    margin-left: -1em;
    color: ;
}

.gd_icon_panic_button_t_color .path3:before {
    content: "\ece8";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_panic_button_f_color .path1:before {
    content: "\ece2";
    color: ;
}

.gd_icon_panic_button_f_color .path2:before {
    content: "\ece3";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_panic_button_f_color .path3:before {
    content: "\ece4";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_control:before {
    content: "\e9c6";
}

.gd_icon_zone_control_color .path1:before {
    content: "\e9c7";
    color: ;
}

.gd_icon_zone_control_color .path2:before {
    content: "\e9c8";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_control_color .path3:before {
    content: "\e9c9";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_control_color .path4:before {
    content: "\e9ca";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_control_color .path5:before {
    content: "\e9cb";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_control_color .path6:before {
    content: "\e9cc";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_zone_control_color .path7:before {
    content: "\e9cd";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_control_color .path8:before {
    content: "\e9ce";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_control_color .path9:before {
    content: "\e9cf";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_control_color .path10:before {
    content: "\e9d0";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_zone_control_color .path11:before {
    content: "\e9d1";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_control_color .path12:before {
    content: "\e9d2";
    margin-left: -1em;
    color: ;
}

.gd_icon_zone_control_color .path13:before {
    content: "\e9d3";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_full_set_and_part_set:before {
    content: "\ee12";
}

.gd_icon_full_set_and_part_set_t:before {
    content: "\ee13";
}

.gd_icon_full_set_and_part_set_color .path1:before {
    content: "\ee14";
    color: ;
}

.gd_icon_full_set_and_part_set_color .path2:before {
    content: "\ee15";
    margin-left: -1em;
    color: ;
}

.gd_icon_full_set_and_part_set_color .path3:before {
    content: "\ee16";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_full_set_and_part_set_color .path4:before {
    content: "\ee17";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_full_set_and_part_set_t_color .path1:before {
    content: "\ee18";
    color: ;
}

.gd_icon_full_set_and_part_set_t_color .path2:before {
    content: "\ee19";
    margin-left: -1em;
    color: ;
}

.gd_icon_full_set_and_part_set_t_color .path3:before {
    content: "\ee1a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_full_set_and_part_set_t_color .path4:before {
    content: "\ee1b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cctv3:before {
    content: "\f005";
}

.gd_icon_cctv3_t:before {
    content: "\f006";
}

.gd_icon_cctv4:before {
    content: "\f007";
}

.gd_icon_cctv4_t:before {
    content: "\f008";
}

.gd_icon_cctv:before {
    content: "\f00d";
}

.gd_icon_cctv_t:before {
    content: "\f00e";
}

.gd_icon_cctv_color .path1:before {
    content: "\f00f";
    color: ;
}

.gd_icon_cctv_color .path2:before {
    content: "\f010";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cctv_color .path3:before {
    content: "\f011";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cctv_t_color .path1:before {
    content: "\f012";
    color: ;
}

.gd_icon_cctv_t_color .path2:before {
    content: "\f013";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cctv_t_color .path3:before {
    content: "\f014";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cctv2:before {
    content: "\f015";
}

.gd_icon_cctv2_t:before {
    content: "\f016";
}

.gd_icon_cctv_2_color .path1:before {
    content: "\f017";
    color: rgb(241, 90, 41);
}

.gd_icon_cctv_2_color .path2:before {
    content: "\f018";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cctv_2_color .path3:before {
    content: "\f019";
    margin-left: -1em;
    color: ;
}

.gd_icon_cctv_2_color .path4:before {
    content: "\f01a";
    margin-left: -1em;
    color: ;
}

.gd_icon_cctv_2_t_color .path1:before {
    content: "\f01b";
    color: rgb(241, 90, 41);
}

.gd_icon_cctv_2_t_color .path2:before {
    content: "\f01c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cctv_2_t_color .path3:before {
    content: "\f01d";
    margin-left: -1em;
    color: ;
}

.gd_icon_cctv_2_t_color .path4:before {
    content: "\f01e";
    margin-left: -1em;
    color: ;
}

.gd_icon_camera_sensors:before {
    content: "\f03f";
}

.gd_icon_camera_sensors_color .path1:before {
    content: "\f040";
    color: rgb(241, 90, 41);
}

.gd_icon_camera_sensors_color .path2:before {
    content: "\f041";
    margin-left: -1em;
    color: ;
}

.gd_icon_camera_sensors_color .path3:before {
    content: "\f042";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_camera_sensors_color .path4:before {
    content: "\f043";
    margin-left: -1em;
    color: ;
}

.gd_icon_burglar:before {
    content: "\f07f";
}

.gd_icon_burglar_t:before {
    content: "\f080";
}

.gd_icon_burglar_color .path1:before {
    content: "\f081";
    color: ;
}

.gd_icon_burglar_color .path2:before {
    content: "\f082";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_burglar_t_color .path1:before {
    content: "\f083";
    color: ;
}

.gd_icon_burglar_t_color .path2:before {
    content: "\f084";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_no_item1:before {
    content: "\ed56";
}

.gd_icon_no_item_color .path1:before {
    content: "\e93b";
    color: rgb(207, 216, 220);
}

.gd_icon_no_item_color .path2:before {
    content: "\e93c";
    margin-left: -1em;
    color: rgb(76, 76, 76);
}

.gd_icon_no_item_color .path3:before {
    content: "\e93d";
    margin-left: -1em;
    color: rgb(255, 112, 67);
}

.gd_icon_no_item_color .path4:before {
    content: "\e93e";
    margin-left: -1em;
    color: rgb(0, 150, 136);
}

.gd_icon_no_item_color .path5:before {
    content: "\e93f";
    margin-left: -1em;
    color: rgb(0, 150, 136);
}

.gd_icon_no_item_color .path6:before {
    content: "\e940";
    margin-left: -1em;
    color: rgb(0, 150, 136);
}

.gd_icon_no_item_color .path7:before {
    content: "\e941";
    margin-left: -1em;
    color: rgb(255, 202, 40);
}

.gd_icon_no_item_color .path8:before {
    content: "\e942";
    margin-left: -1em;
    color: rgb(255, 202, 40);
}

.gd_icon_no_item_color .path9:before {
    content: "\e943";
    margin-left: -1em;
    color: rgb(79, 195, 247);
}

.gd_icon_no_item_color .path10:before {
    content: "\e944";
    margin-left: -1em;
    color: rgb(79, 195, 247);
}

.gd_icon_no_item_color .path11:before {
    content: "\e945";
    margin-left: -1em;
    color: rgb(79, 195, 247);
}

.gd_icon_no_item_color .path12:before {
    content: "\e946";
    margin-left: -1em;
    color: rgb(79, 195, 247);
}

.gd_icon_no_item_color .path13:before {
    content: "\e947";
    margin-left: -1em;
    color: rgb(255, 202, 40);
}

.gd_icon_no_item_color .path14:before {
    content: "\e948";
    margin-left: -1em;
    color: rgb(0, 150, 136);
}

.gd_icon_no_item_color .path15:before {
    content: "\e949";
    margin-left: -1em;
    color: rgb(102, 187, 106);
}

.gd_icon_no_item_color .path16:before {
    content: "\e94a";
    margin-left: -1em;
    color: rgb(255, 202, 40);
}

.gd_icon_no_item_color .path17:before {
    content: "\e94b";
    margin-left: -1em;
    color: rgb(236, 64, 122);
}

.gd_icon_no_item_color .path18:before {
    content: "\e94c";
    margin-left: -1em;
    color: rgb(236, 64, 122);
}

.gd_icon_no_item_color .path19:before {
    content: "\e94d";
    margin-left: -1em;
    color: rgb(236, 64, 122);
}

.gd_icon_no_item_color .path20:before {
    content: "\e94e";
    margin-left: -1em;
    color: rgb(102, 187, 106);
}

.gd_icon_no_item_color .path21:before {
    content: "\e94f";
    margin-left: -1em;
    color: rgb(102, 187, 106);
}

.gd_icon_no_item_color .path22:before {
    content: "\e950";
    margin-left: -1em;
    color: rgb(102, 187, 106);
}

.gd_icon_no_item_color .path23:before {
    content: "\e951";
    margin-left: -1em;
    color: rgb(255, 112, 67);
}

.gd_icon_no_item_color .path24:before {
    content: "\e952";
    margin-left: -1em;
    color: rgb(255, 202, 40);
}

.gd_icon_no_item_color .path25:before {
    content: "\e953";
    margin-left: -1em;
    color: rgb(102, 187, 106);
}

.gd_icon_no_item_color .path26:before {
    content: "\e954";
    margin-left: -1em;
    color: rgb(165, 165, 165);
}

.gd_icon_no_item_color .path27:before {
    content: "\e955";
    margin-left: -1em;
    color: rgb(186, 186, 186);
}

.gd_icon_no_item_color .path28:before {
    content: "\e956";
    margin-left: -1em;
    color: rgb(186, 186, 186);
}

.gd_icon_no_item_color .path29:before {
    content: "\e957";
    margin-left: -1em;
    color: rgb(186, 186, 186);
}

.gd_icon_no_item_color .path30:before {
    content: "\e958";
    margin-left: -1em;
    color: rgb(165, 165, 165);
}

.gd_icon_no_item_color .path31:before {
    content: "\e959";
    margin-left: -1em;
    color: rgb(165, 165, 165);
}

.gd_icon_no_item_color .path32:before {
    content: "\e95a";
    margin-left: -1em;
    color: rgb(255, 113, 51);
}

.gd_icon_visa_2_color .path1:before {
    content: "\e90a";
    color: rgb(243, 242, 242);
}

.gd_icon_visa_2_color .path2:before {
    content: "\e90b";
    margin-left: -1em;
    color: rgb(41, 54, 136);
}

.gd_icon_visa_2_color .path3:before {
    content: "\e90c";
    margin-left: -1em;
    color: rgb(41, 54, 136);
}

.gd_icon_visa_2_color .path4:before {
    content: "\e90d";
    margin-left: -1em;
    color: rgb(41, 54, 136);
}

.gd_icon_visa_2_color .path5:before {
    content: "\e90e";
    margin-left: -1em;
    color: rgb(41, 54, 136);
}

.gd_icon_visa_2_color .path6:before {
    content: "\e90f";
    margin-left: -1em;
    color: rgb(247, 152, 29);
}

.gd_icon_visa_2_color .path7:before {
    content: "\e910";
    margin-left: -1em;
    color: rgb(247, 152, 29);
}

.gd_icon_visa_2_color .path8:before {
    content: "\e911";
    margin-left: -1em;
    color: rgb(41, 54, 136);
}

.gd_icon_visa_color .path1:before {
    content: "\e912";
    color: rgb(35, 148, 188);
}

.gd_icon_visa_color .path2:before {
    content: "\e913";
    margin-left: -1em;
    color: rgb(239, 199, 94);
}

.gd_icon_visa_1_color .path1:before {
    content: "\e914";
    color: rgb(255, 255, 255);
}

.gd_icon_visa_1_color .path2:before {
    content: "\e915";
    margin-left: -1em;
    color: rgb(247, 159, 26);
}

.gd_icon_visa_1_color .path3:before {
    content: "\e916";
    margin-left: -1em;
    color: rgb(5, 155, 191);
}

.gd_icon_visa_1_color .path4:before {
    content: "\e917";
    margin-left: -1em;
    color: rgb(5, 155, 191);
}

.gd_icon_visa_1_color .path5:before {
    content: "\e918";
    margin-left: -1em;
    color: rgb(5, 155, 191);
}

.gd_icon_visa_1_color .path6:before {
    content: "\e919";
    margin-left: -1em;
    color: rgb(5, 155, 191);
}

.gd_icon_visa_1_color .path7:before {
    content: "\e91a";
    margin-left: -1em;
    color: rgb(5, 155, 191);
}

.gd_icon_visa_1_color .path8:before {
    content: "\e91b";
    margin-left: -1em;
    color: rgb(247, 159, 26);
}

.gd_icon_visa_1_color .path9:before {
    content: "\e91c";
    margin-left: -1em;
    color: rgb(32, 33, 33);
    opacity: 0.15;
}

.gd_icon_paypal_2_color .path1:before {
    content: "\e91e";
    color: rgb(0, 41, 135);
}

.gd_icon_paypal_2_color .path2:before {
    content: "\e91f";
    margin-left: -1em;
    color: rgb(0, 133, 204);
}

.gd_icon_paypal_2_color .path3:before {
    content: "\e920";
    margin-left: -1em;
    color: rgb(0, 24, 106);
}

.gd_icon_paypal_color .path1:before {
    content: "\e921";
    color: rgb(0, 95, 210);
}

.gd_icon_paypal_color .path2:before {
    content: "\e922";
    margin-left: -1em;
    color: rgb(0, 61, 141);
}

.gd_icon_paypal_color .path3:before {
    content: "\e923";
    margin-left: -1em;
    color: rgb(120, 185, 235);
}

.gd_icon_paypal_color .path4:before {
    content: "\e924";
    margin-left: -1em;
    color: rgb(86, 152, 225);
}

.gd_icon_paypal_color .path5:before {
    content: "\e925";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_paypal_color .path6:before {
    content: "\e926";
    margin-left: -1em;
    color: rgb(255, 245, 203);
}

.gd_icon_paypal_1_color .path1:before {
    content: "\e927";
    color: rgb(50, 166, 206);
}

.gd_icon_paypal_1_color .path2:before {
    content: "\e928";
    margin-left: -1em;
    color: rgb(26, 128, 173);
}

.gd_icon_paypal_1_color .path3:before {
    content: "\e929";
    margin-left: -1em;
    color: rgb(50, 166, 206);
}

.gd_icon_paypal_1_color .path4:before {
    content: "\e92a";
    margin-left: -1em;
    color: rgb(26, 128, 173);
}

.gd_icon_paypal_1_color .path5:before {
    content: "\e92b";
    margin-left: -1em;
    color: rgb(50, 166, 206);
}

.gd_icon_paypal_1_color .path6:before {
    content: "\e92c";
    margin-left: -1em;
    color: rgb(26, 128, 173);
}

.gd_icon_paypal_1_color .path7:before {
    content: "\e92d";
    margin-left: -1em;
    color: rgb(33, 120, 158);
}

.gd_icon_paypal_1_color .path8:before {
    content: "\e92e";
    margin-left: -1em;
    color: rgb(26, 91, 128);
}

.gd_icon_paypal_1_color .path9:before {
    content: "\e92f";
    margin-left: -1em;
    color: rgb(33, 120, 158);
}

.gd_icon_paypal_1_color .path10:before {
    content: "\e930";
    margin-left: -1em;
    color: rgb(26, 91, 128);
}

.gd_icon_paypal_1_color .path11:before {
    content: "\e931";
    margin-left: -1em;
    color: rgb(33, 120, 158);
}

.gd_icon_paypal_1_color .path12:before {
    content: "\e932";
    margin-left: -1em;
    color: rgb(26, 91, 128);
}

.gd_icon_paypal_1_color .path13:before {
    content: "\e933";
    margin-left: -1em;
    color: rgb(6, 67, 94);
}

.gd_icon_paypal_1_color .path14:before {
    content: "\e934";
    margin-left: -1em;
    color: rgb(6, 67, 94);
}

.gd_icon_paypal_1_color .path15:before {
    content: "\e935";
    margin-left: -1em;
    color: rgb(6, 67, 94);
}

.gd_icon_paypal_1_color .path16:before {
    content: "\e936";
    margin-left: -1em;
    color: rgb(34, 115, 170);
}

.gd_icon_paypal_1_color .path17:before {
    content: "\e937";
    margin-left: -1em;
    color: rgb(34, 115, 170);
}

.gd_icon_paypal_1_color .path18:before {
    content: "\e938";
    margin-left: -1em;
    color: rgb(34, 115, 170);
}

.gd_icon_paypal_1_color .path19:before {
    content: "\e939";
    margin-left: -1em;
    color: rgb(50, 166, 206);
}

.gd_icon_paypal_1_color .path20:before {
    content: "\e93a";
    margin-left: -1em;
    color: rgb(50, 166, 206);
}

.gd_icon_master_card:before {
    content: "\ed6c";
}

.gd_icon_master_card_color .path1:before {
    content: "\e95b";
    color: rgb(255, 182, 0);
}

.gd_icon_master_card_color .path2:before {
    content: "\e95c";
    margin-left: -1em;
    color: rgb(247, 152, 29);
}

.gd_icon_master_card_color .path3:before {
    content: "\e95d";
    margin-left: -1em;
    color: rgb(255, 133, 0);
}

.gd_icon_master_card_color .path4:before {
    content: "\e95e";
    margin-left: -1em;
    color: rgb(255, 80, 80);
}

.gd_icon_master_card_color .path5:before {
    content: "\e95f";
    margin-left: -1em;
    color: rgb(229, 40, 54);
}

.gd_icon_master_card_color .path6:before {
    content: "\e960";
    margin-left: -1em;
    color: rgb(203, 32, 38);
}

.gd_icon_master_card_color .path7:before {
    content: "\e961";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_color .path8:before {
    content: "\e962";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_color .path9:before {
    content: "\e963";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_color .path10:before {
    content: "\e964";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_color .path11:before {
    content: "\e965";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_color .path12:before {
    content: "\e966";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_color .path13:before {
    content: "\e967";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_color .path14:before {
    content: "\e968";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_color .path15:before {
    content: "\e969";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_color .path16:before {
    content: "\e96a";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_color .path17:before {
    content: "\e96b";
    margin-left: -1em;
    color: rgb(220, 229, 229);
}

.gd_icon_master_card_color .path18:before {
    content: "\e96c";
    margin-left: -1em;
    color: rgb(220, 229, 229);
}

.gd_icon_master_card_color .path19:before {
    content: "\e96d";
    margin-left: -1em;
    color: rgb(220, 229, 229);
}

.gd_icon_master_card_color .path20:before {
    content: "\e96e";
    margin-left: -1em;
    color: rgb(220, 229, 229);
}

.gd_icon_master_card_color .path21:before {
    content: "\e96f";
    margin-left: -1em;
    color: rgb(220, 229, 229);
}

.gd_icon_master_card_color .path22:before {
    content: "\e970";
    margin-left: -1em;
    color: rgb(220, 229, 229);
}

.gd_icon_master_card_color .path23:before {
    content: "\e971";
    margin-left: -1em;
    color: rgb(220, 229, 229);
}

.gd_icon_master_card_color .path24:before {
    content: "\e972";
    margin-left: -1em;
    color: rgb(220, 229, 229);
}

.gd_icon_master_card_color .path25:before {
    content: "\e973";
    margin-left: -1em;
    color: rgb(220, 229, 229);
}

.gd_icon_master_card_color .path26:before {
    content: "\e974";
    margin-left: -1em;
    color: rgb(220, 229, 229);
}

.gd_icon_master_card_1_color .path1:before {
    content: "\e975";
    color: rgb(60, 128, 173);
}

.gd_icon_master_card_1_color .path2:before {
    content: "\e976";
    margin-left: -1em;
    color: rgb(147, 27, 29);
}

.gd_icon_master_card_1_color .path3:before {
    content: "\e977";
    margin-left: -1em;
    color: rgb(241, 102, 34);
}

.gd_icon_master_card_1_color .path4:before {
    content: "\e978";
    margin-left: -1em;
    color: rgb(247, 152, 29);
}

.gd_icon_master_card_1_color .path5:before {
    content: "\e979";
    margin-left: -1em;
    color: rgb(203, 32, 38);
}

.gd_icon_master_card_1_color .path6:before {
    content: "\e97a";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_1_color .path7:before {
    content: "\e97b";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_1_color .path8:before {
    content: "\e97c";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_1_color .path9:before {
    content: "\e97d";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_1_color .path10:before {
    content: "\e97e";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_1_color .path11:before {
    content: "\e97f";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_1_color .path12:before {
    content: "\e980";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_1_color .path13:before {
    content: "\e981";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_1_color .path14:before {
    content: "\e982";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_master_card_1_color .path15:before {
    content: "\e983";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_jcb_color .path1:before {
    content: "\e984";
    color: rgb(48, 115, 186);
}

.gd_icon_jcb_color .path2:before {
    content: "\e985";
    margin-left: -1em;
    color: rgb(15, 85, 158);
}

.gd_icon_jcb_color .path3:before {
    content: "\e986";
    margin-left: -1em;
    color: rgb(17, 57, 94);
}

.gd_icon_jcb_color .path4:before {
    content: "\e987";
    margin-left: -1em;
    color: rgb(20, 103, 68);
}

.gd_icon_jcb_color .path5:before {
    content: "\e988";
    margin-left: -1em;
    color: rgb(74, 183, 73);
}

.gd_icon_jcb_color .path6:before {
    content: "\e989";
    margin-left: -1em;
    color: rgb(51, 153, 71);
}

.gd_icon_jcb_color .path7:before {
    content: "\e98a";
    margin-left: -1em;
    color: rgb(20, 103, 68);
}

.gd_icon_jcb_color .path8:before {
    content: "\e98b";
    margin-left: -1em;
    color: rgb(20, 103, 68);
}

.gd_icon_jcb_color .path9:before {
    content: "\e98c";
    margin-left: -1em;
    color: rgb(226, 29, 57);
}

.gd_icon_jcb_color .path10:before {
    content: "\e98d";
    margin-left: -1em;
    color: rgb(181, 31, 55);
}

.gd_icon_jcb_color .path11:before {
    content: "\e98e";
    margin-left: -1em;
    color: rgb(114, 14, 31);
}

.gd_icon_google_play_color .path1:before {
    content: "\e98f";
    color: rgb(166, 165, 165);
}

.gd_icon_google_play_color .path2:before {
    content: "\e990";
    margin-left: -1em;
    color: rgb(139, 138, 137);
}

.gd_icon_google_play_color .path3:before {
    content: "\e991";
    margin-left: -1em;
    color: rgb(139, 138, 137);
}

.gd_icon_google_play_color .path4:before {
    content: "\e992";
    margin-left: -1em;
    color: rgb(139, 138, 137);
}

.gd_icon_google_play_color .path5:before {
    content: "\e993";
    margin-left: -1em;
    color: rgb(4, 5, 4);
}

.gd_icon_google_play_color .path6:before {
    content: "\e994";
    margin-left: -1em;
    color: rgb(57, 196, 242);
}

.gd_icon_google_play_color .path7:before {
    content: "\e995";
    margin-left: -1em;
    color: rgb(244, 243, 243);
}

.gd_icon_google_play_color .path8:before {
    content: "\e996";
    margin-left: -1em;
    color: rgb(100, 189, 108);
}

.gd_icon_google_play_color .path9:before {
    content: "\e997";
    margin-left: -1em;
    color: rgb(244, 243, 243);
}

.gd_icon_google_play_color .path10:before {
    content: "\e998";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_google_play_color .path11:before {
    content: "\e999";
    margin-left: -1em;
    color: rgb(233, 64, 75);
}

.gd_icon_google_play_color .path12:before {
    content: "\e99a";
    margin-left: -1em;
    color: rgb(76, 200, 238);
}

.gd_icon_google_play_color .path13:before {
    content: "\e99b";
    margin-left: -1em;
    color: rgb(244, 243, 243);
}

.gd_icon_google_play_color .path14:before {
    content: "\e99c";
    margin-left: -1em;
    color: rgb(244, 243, 243);
}

.gd_icon_google_play_color .path15:before {
    content: "\e99d";
    margin-left: -1em;
    color: rgb(244, 243, 243);
}

.gd_icon_google_play_color .path16:before {
    content: "\e99e";
    margin-left: -1em;
    color: rgb(244, 243, 243);
}

.gd_icon_google_play_color .path17:before {
    content: "\e99f";
    margin-left: -1em;
    color: rgb(244, 243, 243);
}

.gd_icon_google_play_color .path18:before {
    content: "\e9a0";
    margin-left: -1em;
    color: rgb(90, 198, 230);
}

.gd_icon_google_play_color .path19:before {
    content: "\e9a1";
    margin-left: -1em;
    color: rgb(251, 199, 16);
}

.gd_icon_google_play_color .path20:before {
    content: "\e9a2";
    margin-left: -1em;
    color: rgb(244, 243, 243);
}

.gd_icon_google_play_color .path21:before {
    content: "\e9a3";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gd_icon_google_play_color .path22:before {
    content: "\e9a4";
    margin-left: -1em;
    color: rgb(249, 207, 15);
}

.gd_icon_google_play_color .path23:before {
    content: "\e9a5";
    margin-left: -1em;
    color: rgb(237, 236, 236);
}

.gd_icon_google_play_color .path24:before {
    content: "\e9a6";
    margin-left: -1em;
    color: rgb(237, 236, 236);
}

.gd_icon_google_play_color .path25:before {
    content: "\e9a7";
    margin-left: -1em;
    color: rgb(237, 236, 236);
}

.gd_icon_google_play_color .path26:before {
    content: "\e9a8";
    margin-left: -1em;
    color: rgb(244, 243, 243);
}

.gd_icon_google_play_color .path27:before {
    content: "\e9a9";
    margin-left: -1em;
    color: rgb(226, 45, 80);
}

.gd_icon_google_play_color .path28:before {
    content: "\e9aa";
    margin-left: -1em;
    color: rgb(202, 200, 199);
}

.gd_icon_google_play_color .path29:before {
    content: "\e9ab";
    margin-left: -1em;
    color: rgb(202, 200, 199);
}

.gd_icon_google_play_color .path30:before {
    content: "\e9ac";
    margin-left: -1em;
    color: rgb(244, 243, 243);
}

.gd_icon_google_play_color .path31:before {
    content: "\e9ad";
    margin-left: -1em;
    color: rgb(226, 45, 80);
}

.gd_icon_google_play_color .path32:before {
    content: "\e9ae";
    margin-left: -1em;
    color: rgb(249, 207, 15);
}

.gd_icon_google_play_color .path33:before {
    content: "\e9af";
    margin-left: -1em;
    color: rgb(22, 23, 23);
}

.gd_icon_google_play_color .path34:before {
    content: "\e9b0";
    margin-left: -1em;
    color: rgb(22, 23, 23);
}

.gd_icon_google_play_color .path35:before {
    content: "\e9b1";
    margin-left: -1em;
    color: rgb(22, 23, 23);
}

.gd_icon_google_play_color .path36:before {
    content: "\e9b2";
    margin-left: -1em;
    color: rgb(22, 23, 23);
}

.gd_icon_google_play_color .path37:before {
    content: "\e9b3";
    margin-left: -1em;
    color: rgb(22, 23, 23);
}

.gd_icon_google_play_color .path38:before {
    content: "\e9b4";
    margin-left: -1em;
    color: rgb(22, 23, 23);
}

.gd_icon_google_play_color .path39:before {
    content: "\e9b5";
    margin-left: -1em;
    color: rgb(4, 5, 4);
}

.gd_icon_cc_avenue:before {
    content: "\f025";
}

.gd_icon_cc_avenue_color .path1:before {
    content: "\f026";
    color: rgb(241, 90, 41);
}

.gd_icon_cc_avenue_color .path2:before {
    content: "\f027";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cc_avenue_color .path3:before {
    content: "\f028";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cc_avenue_color .path4:before {
    content: "\f029";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cc_avenue_color .path5:before {
    content: "\f02a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cc_avenue_color .path6:before {
    content: "\f02b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cc_avenue_color .path7:before {
    content: "\f02c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cc_avenue_color .path8:before {
    content: "\f02d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cc_avenue_color .path9:before {
    content: "\f02e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cc_avenue_color .path10:before {
    content: "\f02f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_cc_avenue_color .path11:before {
    content: "\f030";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bis_hallmark:before {
    content: "\f0a5";
}

.gd_icon_bis_hallmark_color .path1:before {
    content: "\f0a6";
    color: rgb(241, 90, 41);
}

.gd_icon_bis_hallmark_color .path2:before {
    content: "\f0a7";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bis_hallmark_color .path3:before {
    content: "\f0a8";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bis_hallmark_color .path4:before {
    content: "\f0a9";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bis_hallmark_color .path5:before {
    content: "\f0aa";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bis_hallmark_color .path6:before {
    content: "\f0ab";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bis_hallmark_color .path7:before {
    content: "\f0ac";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bis_hallmark_color .path8:before {
    content: "\f0ad";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bis_hallmark_color .path9:before {
    content: "\f0ae";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bis_hallmark_color .path10:before {
    content: "\f0af";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bis_hallmark_color .path11:before {
    content: "\f0b0";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bis_hallmark_color .path12:before {
    content: "\f0b1";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bis_hallmark_color .path13:before {
    content: "\f0b2";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_paypal:before {
    content: "\eccc";
}

.gd_icon_bluedart:before {
    content: "\f097";
}

.gd_icon_bluedart_color .path1:before {
    content: "\f098";
    color: rgb(241, 90, 41);
}

.gd_icon_bluedart_color .path2:before {
    content: "\f099";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bluedart_color .path3:before {
    content: "\f09a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bluedart_color .path4:before {
    content: "\f09b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bluedart_color .path5:before {
    content: "\f09c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bluedart_color .path6:before {
    content: "\f09d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bluedart_color .path7:before {
    content: "\f09e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bluedart_color .path8:before {
    content: "\f09f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bluedart_color .path9:before {
    content: "\f0a0";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bluedart_color .path10:before {
    content: "\f0a1";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_bluedart_1_color .path1:before {
    content: "\f0a2";
    color: rgb(241, 90, 41);
}

.gd_icon_bluedart_1_color .path2:before {
    content: "\f0a3";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_worldpay_color .path1:before {
    content: "\e900";
    color: rgb(53, 53, 53);
}

.gd_icon_worldpay_color .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: rgb(229, 32, 43);
}

.gd_icon_worldpay_color .path3:before {
    content: "\e902";
    margin-left: -1em;
    color: rgb(53, 53, 53);
}

.gd_icon_worldpay_color .path4:before {
    content: "\e903";
    margin-left: -1em;
    color: rgb(229, 32, 43);
}

.gd_icon_worldpay_color .path5:before {
    content: "\e904";
    margin-left: -1em;
    color: rgb(53, 53, 53);
}

.gd_icon_worldpay_color .path6:before {
    content: "\e905";
    margin-left: -1em;
    color: rgb(53, 53, 53);
}

.gd_icon_worldpay_color .path7:before {
    content: "\e906";
    margin-left: -1em;
    color: rgb(229, 32, 43);
}

.gd_icon_worldpay_color .path8:before {
    content: "\e907";
    margin-left: -1em;
    color: rgb(53, 53, 53);
}

.gd_icon_worldpay_color .path9:before {
    content: "\e908";
    margin-left: -1em;
    color: rgb(53, 53, 53);
}

.gd_icon_worldpay_color .path10:before {
    content: "\e909";
    margin-left: -1em;
    color: rgb(229, 32, 43);
}

.gd_icon_visa:before {
    content: "\ea42";
}

.gd_icon_visa_f:before {
    content: "\ea41";
}

.gd_icon_trustpilot:before {
    content: "\ea98";
}

.gd_icon_trustpilot_color .path1:before {
    content: "\ea99";
    color: rgb(241, 90, 41);
}

.gd_icon_trustpilot_color .path2:before {
    content: "\ea9a";
    margin-left: -1em;
    color: ;
}

.gd_icon_trustpilot_color .path3:before {
    content: "\ea9b";
    margin-left: -1em;
    color: ;
}

.gd_icon_trustpilot_color .path4:before {
    content: "\ea9c";
    margin-left: -1em;
    color: ;
}

.gd_icon_trustpilot_color .path5:before {
    content: "\ea9d";
    margin-left: -1em;
    color: ;
}

.gd_icon_trustpilot_color .path6:before {
    content: "\ea9e";
    margin-left: -1em;
    color: ;
}

.gd_icon_trustpilot_color .path7:before {
    content: "\ea9f";
    margin-left: -1em;
    color: ;
}

.gd_icon_trustpilot_color .path8:before {
    content: "\eaa0";
    margin-left: -1em;
    color: ;
}

.gd_icon_trustpilot_color .path9:before {
    content: "\eaa1";
    margin-left: -1em;
    color: ;
}

.gd_icon_trustpilot_color .path10:before {
    content: "\eaa2";
    margin-left: -1em;
    color: ;
}

.gd_icon_trustpilot_color .path11:before {
    content: "\eaa3";
    margin-left: -1em;
    color: ;
}

.gd_icon_trustpilot_color .path12:before {
    content: "\eaa4";
    margin-left: -1em;
    color: ;
}

.gd_icon_trustpilot_color .path13:before {
    content: "\eaa5";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_trustpilot_color .path14:before {
    content: "\eaa6";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_trustpilot_color .path15:before {
    content: "\eaa7";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_trustpilot_color .path16:before {
    content: "\eaa8";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_trustpilot_color .path17:before {
    content: "\eaa9";
    margin-left: -1em;
    color: ;
}

.gd_icon_trustpilot_color .path18:before {
    content: "\eaaa";
    margin-left: -1em;
    color: ;
}

.gd_icon_ssaib_logo:before {
    content: "\eb8d";
}

.gd_icon_ssaib_logo_color .path1:before {
    content: "\eb8e";
    color: ;
}

.gd_icon_ssaib_logo_color .path2:before {
    content: "\eb8f";
    margin-left: -1em;
    color: ;
}

.gd_icon_ssaib_logo_color .path3:before {
    content: "\eb90";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_logo_color .path4:before {
    content: "\eb91";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_logo_color .path5:before {
    content: "\eb92";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_logo_color .path6:before {
    content: "\eb93";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_logo_color .path7:before {
    content: "\eb94";
    margin-left: -1em;
    color: ;
}

.gd_icon_ssaib_logo_color .path8:before {
    content: "\eb95";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_logo1:before {
    content: "\eb79";
}

.gd_icon_ssaib_reg_logo_color .path1:before {
    content: "\eb7a";
    color: ;
}

.gd_icon_ssaib_reg_logo_color .path2:before {
    content: "\eb7b";
    margin-left: -1em;
    color: ;
}

.gd_icon_ssaib_reg_logo_color .path3:before {
    content: "\eb7c";
    margin-left: -1em;
    color: ;
}

.gd_icon_ssaib_reg_logo_color .path4:before {
    content: "\eb7d";
    margin-left: -1em;
    color: ;
}

.gd_icon_ssaib_reg_logo_color .path5:before {
    content: "\eb7e";
    margin-left: -1em;
    color: ;
}

.gd_icon_ssaib_reg_logo_color .path6:before {
    content: "\eb7f";
    margin-left: -1em;
    color: ;
}

.gd_icon_ssaib_reg_logo_color .path7:before {
    content: "\eb80";
    margin-left: -1em;
    color: ;
}

.gd_icon_ssaib_reg_logo_color .path8:before {
    content: "\eb81";
    margin-left: -1em;
    color: ;
}

.gd_icon_ssaib_reg_logo_color .path9:before {
    content: "\eb82";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_reg_logo_color .path10:before {
    content: "\eb83";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_reg_logo_color .path11:before {
    content: "\eb84";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_reg_logo_color .path12:before {
    content: "\eb85";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_reg_logo_color .path13:before {
    content: "\eb86";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_reg_logo_color .path14:before {
    content: "\eb87";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_reg_logo_color .path15:before {
    content: "\eb88";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_reg_logo_color .path16:before {
    content: "\eb89";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_reg_logo_color .path17:before {
    content: "\eb8a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_reg_logo_color .path18:before {
    content: "\eb8b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_ssaib_reg_logo_color .path19:before {
    content: "\eb8c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha:before {
    content: "\ee70";
}

.gd_icon_fha_color .path1:before {
    content: "\ee71";
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path2:before {
    content: "\ee72";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path3:before {
    content: "\ee73";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path4:before {
    content: "\ee74";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path5:before {
    content: "\ee75";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path6:before {
    content: "\ee76";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path7:before {
    content: "\ee77";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path8:before {
    content: "\ee78";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path9:before {
    content: "\ee79";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path10:before {
    content: "\ee7a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path11:before {
    content: "\ee7b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path12:before {
    content: "\ee7c";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path13:before {
    content: "\ee7d";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path14:before {
    content: "\ee7e";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path15:before {
    content: "\ee7f";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path16:before {
    content: "\ee80";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path17:before {
    content: "\ee81";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path18:before {
    content: "\ee82";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path19:before {
    content: "\ee83";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path20:before {
    content: "\ee84";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path21:before {
    content: "\ee85";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path22:before {
    content: "\ee86";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path23:before {
    content: "\ee87";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path24:before {
    content: "\ee88";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path25:before {
    content: "\ee89";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path26:before {
    content: "\ee8a";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_fha_color .path27:before {
    content: "\ee8b";
    margin-left: -1em;
    color: rgb(241, 90, 41);
}

.gd_icon_dhc:before {
    content: "\ef1d";
}

.gd_icon_dhc_color:before {
    content: "\ef1e";
    color: #f15a29;
}

.gd_icon_google_color .path1:before {
    content: "\e9b6";
    color: rgb(234, 69, 53);
}

.gd_icon_google_color .path2:before {
    content: "\e9b7";
    margin-left: -1em;
    color: rgb(54, 168, 82);
}

.gd_icon_google_color .path3:before {
    content: "\e9b8";
    margin-left: -1em;
    color: rgb(85, 125, 191);
}

.gd_icon_google_color .path4:before {
    content: "\e9b9";
    margin-left: -1em;
    color: rgb(249, 188, 23);
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}


/* HTML5 display-role reset for older browsers */

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

body {
    margin: 0;
    padding: 0;
    font-family: 'open_sans';
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    outline: none !important;
}

a:hover {
    color: #17539a;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    color: #191e24;
}

.header_container {
    width: 100%;
    height: 136px;
    top: 0;
    z-index: 995;
    position: fixed;
    background: #fff;
    padding-bottom: 13px;
    border-bottom: 3px solid #e82a2c;
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
}

.top_header {
    width: 260px;
    height: auto;
    float: left;
    left: 0px;
    top: 0px;
    position: absolute;
}

.second_head {
    width: 55%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 11px;
    font-family: oswald;
    padding: 4px;
    padding-left: 5px;
}

.first_head {
    width: 41%;
    height: auto;
    padding-right: 100px;
    float: left;
    text-align: center;
    font-family: oswald;
    padding: 4px;
    padding-left: 5px;
    font-size: 11px;
}

.scnd_span {
    float: right;
}

.header_top {
    width: 100%;
    height: 20px;
    border-bottom: dotted 1px #d9d7d7;
}

.leaf_cocu {
    position: absolute;
    left: 30px;
}

.header_container header {
    width: 90%;
    height: auto;
    /*  max-width:1170px;
      */
    margin: 0 auto;
    position: relative;
}

.responsive_menu {
    display: none;
    position: fixed;
    width: 240px;
    height: 100%;
    z-index: 99999;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    right: -240px;
    border-top: none;
    background-color: rgba(0, 97, 179, 1);
}

.responsive-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99;
}

.responsive-menu-btn {
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    float: left;
    display: none;
    font-size: 30px;
    color: #0061b3;
    margin-right: 1.5%;
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 999999;
    display: none;
}

.responsive_menu nav {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.responsive_menu nav ul {
    width: auto;
    float: left;
}

.responsive_menu nav li {
    width: 100%;
    float: left;
}

.responsive_menu nav li a {
    width: 100%;
    float: left;
    padding: 15px 0px 15px 12px;
    font-family: 'Varela', sans-serif;
    font-size: 13px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    -o-transition: all 0.3s ease .0s;
    transition: all 0.3s ease .0s;
    -webkit-transition: all 0.3s ease .0s;
    -moz-transition: all 0.3s ease .0s;
}

.header_container header figure {
    width: 212px;
    height: 167px;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    display: block;
    right: 0px;
    left: 0px;
}

.header_container header figure img {
    width: 100%;
}

.header_container header .left_nav {
    width: 42%;
    height: auto;
    float: left;
}

.right_nav {
    float: right;
    width: 37.44%;
    height: auto;
}

.active_nav {
    background: #3b2a20;
    color: #fff !important;
}

.header_container header nav ul {
    width: 100%;
    height: auto;
    float: left;
}

.header_container header nav ul li {
    width: auto;
    float: left;
}

.header_container header nav ul li a {
    width: auto;
    float: left;
    padding: 35px 20px 35px 20px;
    font-family: 'Varela', sans-serif;
    font-size: 13px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    -o-transition: all 0.3s ease .0s;
    transition: all 0.3s ease .0s;
    -webkit-transition: all 0.3s ease .0s;
    -moz-transition: all 0.3s ease .0s;
}

.header_container header nav ul li a:hover {
    background: #3b2a20;
    color: #fff;
}

.welcome_wrapper {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    background: #3b2a20;
}

.welcome_container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

.welcome_container aside {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.welcome_container aside figure {
    width: 25%;
    height: auto;
    float: left;
    position: relative;
    /*background: rgba(246,41,12,1);
  background: -moz-linear-gradient(left, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(3,100,180,1) 0%, rgba(3,100,180,1) 51%, rgba(3,98,176,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(3,100,180,1)), color-stop(51%, rgba(3,100,180,1)), color-stop(100%, rgba(3,98,176,1)));
  background: -webkit-linear-gradient(left, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(3,100,180,1) 0%, rgba(3,100,180,1) 51%, rgba(3,98,176,1) 100%);
  background: -o-linear-gradient(left, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(3,100,180,1) 0%, rgba(3,100,180,1) 51%, rgba(3,98,176,1) 100%);
  background: -ms-linear-gradient(left, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(3,100,180,1) 0%, rgba(3,100,180,1) 51%, rgba(3,98,176,1) 100%);
  background: linear-gradient(to right, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(3,100,180,1) 0%, rgba(3,100,180,1) 51%, rgba(3,98,176,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6290c', endColorstr='#0362b0', GradientType=1 );
      */
}

.welcome_container aside figure {}

.welcome_container aside figure img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -webkit-transition: .8s ease-in-out;
    -ms-transition: .8s ease-in-out;
    width: 100%;
}

.welcome_container:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.welcome_container aside p {
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-family: 'Varela', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 38px;
    margin-top: 60px;
}

.welcome_container section {
    width: 65%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    margin-left: 9.5%;
}

.welcome_container section .container {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 85px 0px;
}

.welcome_container section .container .welcome_head {
    width: 70%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}

.welcome_container section .container .welcome_head:before {
    width: 68px;
    height: 7px;
    position: absolute;
    left: 0px;
    content: "";
    top: 15px;
    /* background: url(../images/spoonlogo.png) no-repeat; */
}

.welcome_container section .container .welcome_head:after {
    width: 68px;
    height: 10px;
    position: absolute;
    right: 0px;
    content: "";
    top: 15px;
    /* background: url(../images/rb.png) no-repeat; */
}

.logo_caption {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: bold;
}

.welcome_container section .container p {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 25px;
    padding-bottom: 25px;
    padding: 0px 60px 30px 60px;
}

.welcome_container .button_wrap {
    width: 366px;
    height: auto;
    margin: 0 auto;
    float: none;
}

.welcome_container .button_wrap a {
    width: 177px;
    height: 44px;
    float: left;
    text-align: center;
    line-height: 44px;
    background: #e82a2c;
    font-family: 'Varela', sans-serif;
    font-size: 16px;
    color: #fff;
    -webkit-transition: letter-spacing .5s ease-out;
    -o-transition: letter-spacing .5s ease-out;
    transition: letter-spacing .5s ease-out;
    -moz-transition: letter-spacing .5s ease-out;
    -ms-transition: letter-spacing .5s ease-out;
}

.welcome_container .button_wrap a:nth-child(2) {
    background: #202020;
    margin-left: 2%;
}

.special_wrapper {
    width: 100%;
    height: 532px;
    float: left;
    /*background: url(../images/speciality_bg.jpg) no-repeat center;*/
    background-size: cover;
    padding-bottom: 40px;
}

.special_container {
    max-width: 1170px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
    padding-bottom: 60px;
}

.common_head {
    width: auto;
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    font-size: 28px;
    color: #312118;
    position: relative;
}

.common_headsize_1 {
    width: 24%;
}

.common_head:before {
    width: 68px;
    height: 7px;
    position: absolute;
    left: -70px;
    content: "";
    top: 15px;
    /* background: url(../images/spoonlogo.png) no-repeat; */
}

.common_head:after {
    width: 59px;
    height: 3px;
    position: absolute;
    content: "";
    top: 40px;
    background: red;
    left: 0px;
    margin: 0 auto;
    right: 0px;
}

.specialdish_wrap {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-top: 40px;
}

.specialdish_wrap section {
    width: 24%;
    height: auto;
    min-height: 345px;
    float: left;
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 15px;
    margin-right: 1%;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
}

.specialdish_wrap section:hover {
    -webkit-box-shadow: 0px 3px 6px 1px rgba(126, 126, 126, 0.83);
    box-shadow: 0px 3px 6px 1px rgba(126, 126, 126, 0.83);
}

.specialdish_wrap section:last-child {
    margin-right: 0;
}

.specialdish_wrap section h2 {
    font-family: 'Varela', sans-serif;
    font-size: 22px;
    color: #0363b4;
    width: 100%;
    margin-top: 5px;
}

.specialdish_wrap section figure {
    width: 100%;
    height: auto;
    /*margin-top: 30px;*/
    overflow: hidden;
}

.specialdish_wrap section p {
    font-family: 'Varela', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    width: 100%;
    margin-top: 17px;
    line-height: 28px;
}


/*-----------service catogary start-------------*/

.index_menu_wrap {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.index_menu_container {
    max-width: 1170px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 40px;
}

.index_menu_container section {
    width: 30%;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
}

.common_headsize_2 {
    width: 48%;
}

.menu_caption {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 15px;
    font-family: 'Varela', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #4b545c;
    line-height: 22px;
}

.button_wrap {
    width: 100%;
    float: left;
    margin-top: 22px;
}

.seemore {
    width: 177px;
    height: 44px;
    margin: 0 auto;
    text-align: center;
    background: #0363b4;
    line-height: 44px;
    font-family: 'Varela', sans-serif;
    font-size: 16px;
    color: #fff;
    -webkit-transition: letter-spacing .5s ease-out;
    -o-transition: letter-spacing .5s ease-out;
    transition: letter-spacing .5s ease-out;
    -moz-transition: letter-spacing .5s ease-out;
    -ms-transition: letter-spacing .5s ease-out;
}

.seemore:hover {
    letter-spacing: .25em;
}

.index_menu_container section figure {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.index_menu_container section figure img {
    margin-top: 100px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -webkit-transition: .8s ease-in-out;
    -ms-transition: .8s ease-in-out;
}

.index_menu_container section:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index_menu_container aside {
    width: 65%;
    height: auto;
    float: right;
    overflow: hidden;
}

.index_menu_container aside .row {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 80px;
}

.index_menu_container aside .row .grid {
    width: 43%;
    height: auto;
    float: left;
    margin-right: 7%;
}

.index_menu_container aside .row h2 {
    font-family: 'Varela', sans-serif;
    font-size: 22px;
    color: #0363b4;
    float: left;
    font-weight: 500;
    width: 100%;
}

.index_menu_container aside .row p {
    font-family: 'Varela', sans-serif;
    font-size: 14px;
    color: #013976;
    float: left;
    width: 100%;
    margin-top: 22px;
    line-height: 22px;
}

.footer_wrap {
    width: 100%;
    height: 472px;
    float: left;
    /* background-image: url(../images/footer_bg.jpg); */
    background-repeat: repeat;
}

.footer_wrap footer {
    max-width: 1170px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
    margin-bottom: 50px;
}

.custom_foot {
    margin-bottom: 32px !important;
}

footer .head {
    font-family: 'Varela', sans-serif;
    font-size: 19px;
    color: #0363b4;
    float: left;
    width: 100%;
    font-weight: 500;
}

footer figure {
    width: auto;
    height: auto;
    float: left;
    display: none;
}

footer figure img {
    width: 100%;
}

footer section {
    width: 40%;
    height: auto;
    float: left;
    text-align: left;
}

footer section .head {
    font-family: 'Varela', sans-serif;
    font-size: 19px;
    color: #0363b4;
    float: left;
    width: 100%;
    font-weight: 500;
}

footer section p {
    font-family: 'Varela', sans-serif;
    font-size: 14px;
    color: #000;
    float: left;
    width: 100%;
    margin-top: 15px;
    line-height: 24px;
    text-align: justify;
}

footer aside {
    width: auto;
    float: right;
}

footer aside ul {
    width: auto;
    float: left;
    height: auto;
    margin-top: 15px;
}

footer aside ul li {
    /*width: 36px;*/
    height: 45px;
    width: auto;
    float: left;
    list-style: none;
    /* margin-left: 10px;*/
}

footer aside ul li:nth-child(1) {
    margin-left: 0;
}

footer aside ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    font-family: 'Varela', sans-serif;
    font-size: 14px;
    color: #000;
    float: left;
}

.footer_fb_icon {
    background-position: 0px 0px;
}

.footer_fb_icon:hover {
    background-position: 0px -36px;
    background-color: #3b5998;
}

.footer_social_icon {
    /* background: url(../images/social_icons_sprite.png); */
    background-color: #818181;
}

.footer_tweets_icon {
    background-position: -46px 0px;
}

.footer_tweets_icon:hover {
    background-position: -46px -36px;
    background-color: #4099ff;
}

.footer_gplus_icon {
    background-position: -92px 0px;
}

.footer_gplus_icon:hover {
    background-position: -92px -36px;
    background-color: #d34836;
}

.footer_linkin_icon {
    background-position: -138px 0px;
}

.footer_linkin_icon:hover {
    background-position: -138px -36px;
    background-color: #007ab9;
}

.allrights_wrap {
    width: 100%;
    height: auto;
    float: left;
    line-height: 43px;
    background: #fbf2c7;
    text-align: center;
    font-family: 'Varela', sans-serif;
    font-size: 14px;
    color: #0f5185;
}

.allrights_wrap a {
    font-family: 'Varela', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.allrights_wrap a:hover {
    color: #818181;
}

.goto_top {
    width: 97px;
    height: 240px;
    /* background: url(../images/gotop.jpg) no-repeat center; */
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 99;
    cursor: pointer;
}

trip-advisor-container {
    width: 100%;
    height: auto;
    float: left;
}

.trip-advisor-container figure {
    width: 111px;
    height: 58px;
    overflow: hidden;
    margin: 0 auto;
    /* background: url(../images/yelp-logo.png) no-repeat; */
}

.trip-advisor-container .trip-advisor-logo {
    width: 300px;
    height: 69px;
    overflow: hidden;
    margin: 0 auto;
    /* background: url(../images/TripAdvisor_logo.png) no-repeat; */
}

.ratingwrap {
    width: 50%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 13px;
}

.rating_div {
    width: 311px;
    height: auto;
    /* background: url(../images/rating.html) no-repeat; */
    background-size: cover;
    float: left;
    margin-top: 5px;
}

.ratingwrap .writereview {
    width: auto;
    line-height: 39px;
    float: right;
    padding: 0 60px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-size: 14px;
    background: #cc0033;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    /*background: -moz-linear-gradient(top, rgba(120,182,93,1) 0%, rgba(108,166,85,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(120,182,93,1)), color-stop(100%, rgba(108,166,85,1)));
  background: -webkit-linear-gradient(top, rgba(120,182,93,1) 0%, rgba(108,166,85,1) 100%);
  background: -o-linear-gradient(top, rgba(120,182,93,1) 0%, rgba(108,166,85,1) 100%);
  background: -ms-linear-gradient(top, rgba(120,182,93,1) 0%, rgba(108,166,85,1) 100%);
  background: linear-gradient(to bottom, rgba(120,182,93,1) 0%, rgba(108,166,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78b65d', endColorstr='#6ca655', GradientType=0 );*/
}

.ratingwrap .writereview.green {
    background: #34a14a;
}

.ratingwrap .writereview:hover {
    /*color:#e62c2d;*/
    background: #202020;
}

.testimonial_container {
    width: 85%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 40px;
}

.testimonial_container section {
    width: 48.55%;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 55px;
    margin-right: 1.4%;
}

.testimonial_container section .img_grid_wrap {
    width: 19%;
    float: left;
    height: auto;
    position: relative;
}

.testimonial_container section .img_grid_wrap .img_grid {
    width: auto;
    height: auto;
    float: left;
    border-radius: 100%;
    font-size: 65px;
    color: #838383;
}

.testimonial_container section .img_grid_wrap .img_grid img {
    width: 100%;
    float: left;
}

.testname {
    width: 100%;
    text-align: left;
    color: #838383;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    float: left;
    line-height: 14px;
    margin-top: 10px;
    font-style: italic;
}

.testimonial_container section .img_grid_wrap p {
    font-family: 'Roboto', sans-serif;
    color: #838383;
    font-size: 12px;
    float: left;
    margin-top: 9px;
}

.review_wrap {
    width: 75%;
    height: auto;
    float: left;
    overflow: hidden;
    margin-left: 1.5%;
}

.review_wrap h2 {
    width: 100%;
    text-align: left;
    color: #838383;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    float: left;
}

.review_wrap p {
    width: 100%;
    text-align: left;
    color: #838383;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    line-height: 14px;
    margin-top: 15px;
    float: left;
}

.review_wrap a {
    width: 100%;
    float: left;
    color: #78b75e;
    font-size: 11px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
}

.menu-container {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0 0 210px 0;
}

.wrapperLink .rightSide {
    display: table;
    padding-left: 68px;
    z-index: 99;
    height: 60px;
    width: 124px;
}

.wrapperLink .rightSide .rightWrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.wrapperLink .rightSide .rightWrapper .text {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #222;
    font-weight: bold;
}

.wrapperLink .rightSide .rightWrapper .image {
    margin-top: 5px;
}

#CDSWIDREST {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    border-spacing: 0;
}

#CDSWIDREST .wrapperLink {
    position: relative;
    cursor: pointer;
}

.wrapper {
    width: 200px;
    height: 60px;
    margin: 0 auto;
    background-repeat: no-repeat;
    padding: 0px;
}

.trip-advisor-container {
    width: 100%;
    height: auto;
    float: left;
}

.trip_advise {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    float: left;
}

.footer_first {
    width: 100%;
    height: 180px;
    float: left;
    text-align: center;
    color: #fff;
    font-family: 'roboto', sans-serif;
    font-size: 23px;
    font-weight: lighter;
    padding-top: 50px;
}

.button_footer a {
    width: 260px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #0a4f86;
    font-family: 'roboto', sans-serif;
    font-size: 13px;
    color: #fff;
    -webkit-transition: letter-spacing .5s ease-out;
    -o-transition: letter-spacing .5s ease-out;
    transition: letter-spacing .5s ease-out;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    margin-top: 28px;
}

.button_footer a:hover {
    letter-spacing: .18em;
}

.footer_sect {
    width: 100%;
    height: auto;
    float: left;
    margin: 40px 0px;
}

.row {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.col_md_4 {
    width: 25%;
    height: auto;
    float: left;
}

.first_div {
    width: 100%;
    height: auto;
    float: left;
}

.first_div h2 {
    color: #565654;
    font-size: 15px;
    font-family: 'roboto';
    font-weight: bold;
    padding-bottom: 20px;
}

.first_div li {
    color: #000;
    font-size: 14px;
    font-family: 'roboto';
    line-height: 22px;
}

.first_div p {
    color: #000;
    font-size: 13px;
    font-family: 'roboto';
    line-height: 22px;
}

.first_div p a {
    color: #000;
    font-size: 14px;
    font-family: 'roboto';
    line-height: 22px;
}

.social_media {
    left: 0px;
    position: absolute;
    top: 3px;
}

.first_div li:hover {
    color: #0f5185;
    cursor: pointer;
}

#social li {
    position: relative;
    padding: 11px 50px;
    width: 100%;
}

#fb {
    padding-left: 50px;
    position: relative;
    margin-top: 23px;
}

#google {
    padding-left: 50px;
    position: relative;
    margin-top: 23px;
}

#twitter {
    padding-left: 50px;
    position: relative;
    margin-top: 23px;
}

.fa .fa-home .fa_scnd {
    font-size: 30px !important;
    color: #666 !important;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.social-slide {
    position: absolute;
}

.social-icon {
    position: absolute;
    top: 40%;
}

.social-roll {
    /*background-image: url(../images/banner_scal_icon1.jpg);*/
    height: 40px;
    width: 40px;
    margin: 3px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
    z-index: 999;
}

.social-roll:hover {
    /*background-image: url(../images/banner_scal_icon2.jpg);*/
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.social-roll2 {
    /*background-image: url(../images/banner_scal_icon3.jpg);*/
    height: 40px;
    width: 40px;
    margin: 3px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
    z-index: 999;
}

.social-roll2:hover {
    /*background-image: url(../images/banner_scal_icon4.jpg);*/
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.social-roll3 {
    /*background-image: url(../images/banner_scal_icon5.jpg);*/
    height: 40px;
    width: 40px;
    margin: 3px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 999;
}

.social-roll3:hover {
    /*background-image: url(../images/banner_scal_icon6.jpg);*/
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.drop_down_menu {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 99999;
    display: none;
}

.drop_down_menu.shw {
    display: block;
}

.drp_dwn {
    width: 80%;
    min-height: 280px;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    padding: 40px;
    z-index: 99999;
    background-color: #fff;
    border: 2px solid #e82a2c;
    padding-right: 412px;
}

.drop_img {
    position: absolute;
    right: -95px;
    bottom: -24%;
}

.drp_dwn h2 {
    color: #3b2a20;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.drop_menu_list {
    width: 50%;
    height: 40%;
    float: left;
    padding-top: 30px;
    line-height: 32px;
    cursor: pointer;
}

.drop_menu_list ul {
    padding-left: 48px;
    list-style: none;
    width: 100%;
}

.drop_menu_list li {
    /* list-style-image: url(../images/fork.png); */
    color: #5d5d5d;
    font-size: 15px;
    font-family: 'Archivo Narrow', sans-serif;
    text-indent: 8px;
}

.drop_menu_list li:hover {
    color: #e5000b;
    /* list-style-image: url(../images/f2.png); */
}

.drop_menu_list li a:hover {
    color: #e5000b;
}

.drop_menu_list ul li a {
    color: #5d5d5d;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.drop_menu_list li.active {
    /* list-style-image: url(../images/f2.png); */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.drop_menu_list li.active a {
    color: #e5000b;
}

.inner_bnr_hd {
    width: 100%;
    position: relative;
    text-align: center;
    font-family: Montserrat;
    font-weight: 900;
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.inner_bnr_hd::after {
    width: 100%;
    position: relative;
    text-align: center;
    font-family: Montserrat;
    font-weight: 900;
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.footer_wrap span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50px;
    right: 38px;
    font-family: 'Varela', sans-serif;
    font-size: 30px;
    z-index: 999;
    color: #ffffff;
    /* animation: bounce 2s infinite;
           -webkit-animation: bounce 2s infinite;
           -moz-animation: bounce 2s infinite;
           -o-animation: bounce 2s infinite;*/
}


/*fri styles*/

.flv_section {
    width: 100%;
    float: left;
    position: relative;
}

.flv_header_sec {
    padding-bottom: 15px;
    position: relative;
}

.flv_tp_sec_navwrapper {
    height: 40px;
    width: 100%;
    float: left;
    border-bottom: dashed 1px #ddd;
}

.flv_btm_red_beeding {
    border-top: dashed 1px #ddd;
    /* background-image: url(../images/header_btm_red_brdr_rpt.png); */
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 15px;
    width: 100%;
    background-position: bottom;
}

.flv_top_txt {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 300;
}

.flv_top_txt a {
    color: #000;
}

.flv_topnav_innerwrap {
    width: 100%;
    float: left;
    padding: 13px 0px;
    ;
}

.flvtpnav_lft {
    float: right;
    padding-right: 130px;
}

.flvtpnav_rgt {
    float: left;
    padding-left: 130px;
}

.flv_tp_mnnavwrap {
    width: 100%;
    float: left;
    padding: 37px 0px;
}

.flv_tp_phico::before {
    color: #f00 !important;
    font-size: 23px !important;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0px;
    position: relative;
    top: -4px;
}

.flv_tpredtxt {
    color: #f00;
}

.flv_tp_hmico::before {
    color: #bbb !important;
    font-size: 20px !important;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0px;
    position: relative;
    top: -3px;
}

.flv_navbar_collapse {
    padding: 0px;
    margin: 0px;
}

.flv_nav {}

.flv_nav .active a {
    border: solid 3px #e5000b;
    background-color: transparent !important;
}

.flv_nav li a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 7px 17px;
    transition: all 0.3s;
    border: solid 3px transparent;
    text-transform: uppercase;
    color: #3b2a20 !important;
    font-size: 14px;
}

.flv_nav li a:hover {
    border: solid 3px #e5000b;
    background-color: transparent !important;
}

.flv_navbar {
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
    min-height: 40px;
}

.flv_subnav_ico {
    font-weight: bold;
}

.flv_lftnav_sec {
    padding-left: 180px;
    float: left;
}

.flv_rgtnav_sec {
    padding-right: 60px;
    float: right;
}

.flv_lgowrap {
    position: absolute;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}

.no_padding {
    padding: 0px;
}

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

.flv_bkres_lnk {
    position: absolute;
    width: 245px;
    height: 50px;
    background-color: #e5000b;
    right: 130px;
    bottom: -46px;
    z-index: 5;
    line-height: 50px;
    white-space: nowrap;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    padding-left: 30px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flv_bkres_lnk::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 50px solid #e5000b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flv_bkres_lnk::after {
    content: '';
    position: absolute;
    right: -7px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 50px solid #e5000b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flv_bkres_lnk:hover {
    color: #000 !important;
}

.flv_bk_res_ico {
    width: 39px;
    height: 35px;
    /* background: transparent url(../images/bkres_ico.png) no-repeat center center; */
    position: absolute;
    right: 45px;
    top: 8px;
}

.flv_bkres_lnk:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}


/*menu page style*/

.flv_inner_banner_sec {
    height: 326px;
    width: 100%;
    float: left;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}

.flv_menu_bnr {
    background: transparent url("../images/menu_banner.jpg") no-repeat;
}

.flv_evnt_bnr {
    /*background: transparent url("../images/event_banner.jpg") no-repeat;*/
}

.flv_profile_bnr {
    /*background: transparent url("../images/profile_banner.jpg") no-repeat;*/
    height: 477px;
    margin-bottom: 0px;
}

.flv_inner_bnr_contwrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.flv_inner_bnr_contwrap h2 {
    width: 100%;
    position: relative;
    text-align: center;
    font-family: Montserrat;
    font-weight: 900;
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.flv_inner_bnr_contwrap p {
    width: 100%;
    position: relative;
    text-align: center;
    font-family: Montserrat;
    font-weight: 700;
    color: #000;
    font-size: 12px;
}

.flv_inner_bnr_contwrap p span {
    clear: both;
    text-align: center;
    display: block;
    font-weight: 400;
}

.flv_inner_bnr_contwrap h2::after {
    content: '';
    width: 96px;
    height: 2px;
    background-color: #e5000b;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.profilebanner_contwrap h2::after {
    display: none;
}

.profilebanner_contwrap .slider_content h2 {
    color: #fff;
    margin-bottom: 0px;
}

.profilebanner_contwrap .slider_content p {
    margin-top: 0px;
}

.flv_full_container {
    max-width: 1250px;
    margin: auto;
    min-height: 200px;
}

.flv_menu_left_cate_wrap {
    width: 100%;
    float: left;
    border: solid 3px #eaeaea;
    padding: 26px;
}

.flv_menu_left_cate_wrap .drop_menu_list {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
}

.flv_menu_prdwrapper {
    width: 100%;
    float: left;
}

.flv_menu_prdwrapper {
    width: 100%;
    height: auto;
    padding: 10px;
    float: left;
    position: relative;
    margin-left: 5%;
    margin-bottom: 28px;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.16);
}

.flv_menu_prdwrapper:hover .grid_overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.flv_menu_prdwrapper:hover .product_description {
    border-bottom: 5px solid #e82a2c;
}

.flv_menu_prdwrapper:nth-child(1) {
    margin-left: 0;
}

.flv_menu_prdwrapper figure {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
}

.flv_menu_prdwrapper figure img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.flv_menu_prdwrapper figure .grid_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

.flv_menu_prdwrapper .product_title {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #010101;
    font-weight: 500;
    float: left;
    margin-top: 13px;
    width: 100%;
}

.flv_menu_prdwrapper .product_description {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    height: auto;
    /*min-height: 77px;*/
    min-height: 40px;
    line-height: 18px;
    float: left;
    width: 100%;
    margin-top: 10px;
    /*padding-bottom: 18px;*/
    /* border-bottom: 5px solid #f2f2f2; */
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

.product_description_inner {
    width: 100%;
    float: left;
    max-height: 40px;
    overflow: hidden;
}

.quantity_main_box_wrapper {
    width: auto;
    height: auto;
    float: left;
    margin-top: 15px;
}

.quantity_main_box {
    height: 28px;
    width: auto;
    margin: 0 auto;
}

.quantity_main_box .qty_text {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    width: auto;
    float: left;
    font-size: 12px;
    line-height: 28px;
}

.select-style {
    float: left;
    border: 1px solid #cccccc;
    width: 90px;
    overflow: hidden;
    background-color: #fff;
    margin-left: 7px;
    /* background: #fff url(../images/arrowdown.html) no-repeat 90% 50%; */
}

.select-style select {
    padding: 5px 9px;
    width: 100%;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    float: left;
    font-size: 11px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-style select:focus {
    outline: none;
}

.qtyminus,
.qtyplus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #c5c5c5 -moz-use-text-color -moz-use-text-color;
    -o-border-image: none;
    border-image: none;
    border-width: medium 1px medium medium;
    cursor: pointer;
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 35px;
    color: #010101;
    font-family: 'Roboto', sans-serif;
}

.qty {
    width: 34px;
    height: 28px;
    float: left;
    border: 1px solid #c5c5c5;
    border-top: none;
    border-bottom: none;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #e82a2c;
}

.cart_button {
    width: auto;
    height: auto;
    float: right;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    color: #767677;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
}

.cart_button span {
    width: 23px;
    height: 15px;
    float: right;
    /* background: url(../images/carticonsmall.png) no-repeat; */
    background-size: cover;
    /*animation:gotocart 1.5s;*/
}

.cart_button.hvanim span::before {
    content: '';
    width: 23px;
    height: 15px;
    float: right;
    /* background: url(../images/carticonsmall.png) no-repeat; */
    background-size: cover;
    -webkit-animation: gotocart 1.5s;
    animation: gotocart 1.5s;
}

@-webkit-keyframes gotocart {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(20px) translateY(-50px);
        transform: translateX(20px) translateY(-50px);
        opacity: 0;
    }
}

@keyframes gotocart {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(20px) translateY(-50px);
        transform: translateX(20px) translateY(-50px);
        opacity: 0;
    }
}

.shake {
    -webkit-animation: shake 0.5s;
    animation: shake 0.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes shake {
    10% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes shake {
    10% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.cart_button a {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #e82a2c;
    width: 100%;
    height: 100%;
}

.rate_div {
    width: auto;
    position: absolute;
    left: -6px;
    bottom: 20px;
    background: #e82a2c;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #ffffff;
    padding: 8px;
    z-index: 1;
    /*opacity:0;
          visibility:hidden;
          transition:0.5s ease-in-out;*/
}


/*.menu_container .grid:hover .rate_div {
      opacity:1;
          visibility:visible;
  }*/

.rate_div:before {
    width: 0;
    height: 0;
    border-top: 6px solid red;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
}

.cart_iconwrap {
    width: auto;
    float: right;
    height: auto;
    position: relative;
    margin-top: 32px;
    margin-right: 50px;
}

.cart_iconwrap p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #5f5f5f;
    width: auto;
    float: left;
    padding-right: 12px;
    text-transform: uppercase;
}

.cart_iconwrap figure {
    width: 23px;
    height: 19px;
    float: left;
    /* background: url(../images/carticon.html) no-repeat; */
    background-size: cover;
}

.cart_iconwrap span {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: #e82a2c;
    text-align: center;
    line-height: 26px;
    position: absolute;
    top: -18px;
    right: -18px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
}


/**************MENU****************/


/*about us style*/

.about_p {
    padding: 40px;
    margin: auto;
    width: 780px;
}

.about_p p {
    font-family: 'roboto';
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    color: #000;
}


/*about us style*/


/*contact page*/

.ch-contact-bg {
    width: 100%;
    height: 100%;
    /* background: url(../images/profile_inner_bg.jpg) no-repeat; */
    background-size: cover;
    background-position: 50% 50%;
    border-bottom: 3px solid #F00;
    padding: 60px 0px;
}

.ch-contact {
    width: 100% !important;
    float: left;
    border-bottom: 1px solid #cdcdcd !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 40px;
}

.ch-contact-textarea-height {
    height: 100px !important;
}

.ch-contact-icon {
    position: absolute;
    left: 10px;
    top: 6px;
    font-size: 20px;
}

.ch-contact-submit {
    background: #00a3c8;
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.ch-contact-submit:hover {
    background: #00495a;
    color: #fff;
}

.ch-contact-sub-head {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #000;
    float: left;
    display: table;
    margin-bottom: 20px;
    clear: both;
    font-weight: 300;
}

.ch-adress-font-size-14 {
    font-size: 14px !important;
    line-height: 24px;
}


/*end*/


/*service page*/

.ch-service-main {
    width: 100%;
    float: left;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

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

.position-relative {
    position: relative;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.padding-full-30 {
    padding: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.ch-service-h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #222222;
    width: 100%;
    margin: 0px 0px 15px 0px;
    float: left;
    position: relative;
    padding-bottom: 15px;
}

.ch-service-h4::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #d0d1d1;
}

.ch-service-text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #222222;
    width: 100%;
    float: left;
    line-height: 18px;
}


/*end*/

.flv_cate_rightimg {
    position: absolute;
    right: 0px;
    top: -50px;
}

.flv_cate_contentwrap {
    width: 100%;
    float: left;
    position: relative;
    /*padding: 24px 50px;*/
    /*margin: 30px 0px;*/
    /*background: rgba(255, 255, 255, 0) url(../images/beach_bg.png) no-repeat left 144px;*/
}

.flv_innerpage_head {
    font-weight: 800;
    color: #555;
    float: left;
    margin-top: 0px;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 80px;
    width: 100%;
    text-align: center;
    position: relative;
}

.flv_innerpage_head::after {
    content: '';
    width: 315px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* background: transparent url(../images/border_bottom.png) no-repeat center center; */
}

.flv_innerpage_content {
    width: 100%;
    float: left;
    font-family: roboto;
    line-height: 23px;
    color: #000;
    text-align: left;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    padding-right: 575px;
    min-height: 400px;
}

.flv_innerpagenomarbtm {
    margin-bottom: 0px;
}

.flv_innerpage_bgcolor {
    background-color: #f5f5f5;
}

.flv_btm_avail_sec {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    position: relative;
    /* background-image: url(../images/availability_sec_bg_repeat.png); */
    background-repeat: repeat;
    padding: 50px 0px;
}

.flv_btm_white_beeding {
    /* background-image: url(../images/footer_top_wht_brdr_rpt.png); */
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 15px;
    width: 100%;
    background-position: bottom;
}

.flv_chkav_txt {
    width: 100%;
    text-align: center;
    font-family: Montserrat;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}

.flv_chkavai_btn {
    width: 240px;
    height: 50px;
    background-color: #0f5185;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin: auto;
}

.flv_chkavai_btn:hover {
    color: #fff;
    text-decoration: none;
}

.flv_footersec {
    background-color: #fae3af;
    min-height: 270px;
    padding: 40px 0px;
}

.flv_ftr_rights_wrap {
    width: 100%;
    float: left;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    color: #5f5f5f;
    padding: 25px 0px;
    background-color: #fbf2c7;
}

.flv_ftr_rights_wrap a {
    font-weight: 700;
}

.first_div ul li a {
    color: #3b2a20;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
}

.flv_header_lft_leaf {
    width: 256px;
    height: 111px;
    background: transparent url("../images/flv_hdr_leaf.png") no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}

.flv_chkav_txt a {
    font-weight: 700;
    color: #fff;
}

.profilebanner_contwrap {
    width: 90%;
}

.flv_menu_bskt {
    float: right;
    color: #000;
    font-family: Montserrat;
    font-weight: 800;
    margin-bottom: 20px;
    padding-right: 35px;
    position: relative;
    margin-left: 15px;
}

.flv_bskt_qty {
    width: 25px;
    height: 25px;
    background-color: #e82a2c;
    color: #fff;
    text-align: center;
    line-height: 27px;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -14px;
    right: -11px;
}

.flv_bskt_icon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: -4px;
    /* background-image: url(../images/flv_cart_ico.png); */
    background-repeat: no-repeat;
}

.cmn_hd_no_ico::before {
    display: none;
}

.event_cont_wrap {
    background-color: transparent;
}

.margin_top0 {
    margin-top: 0px;
    padding-top: 0px;
}

.margin_botttom0 {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.div_center {
    display: table;
    margin: 0 auto;
    float: none !important;
}

.cat_evnt_bg {
    width: 100%;
    height: 100%;
    /* background: url(../images/cat_evnt_bg.jpg) no-repeat; */
    background-size: cover;
    background-position: 50% 50%;
    border-bottom: 3px solid #F00;
    padding: 60px 0px;
}

.flv_bg_beach {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.flv_event_wrap {
    width: 100%;
    float: left;
    margin: 15px 0px;
}

.flv_evnt_lstwrap {
    width: 100%;
    float: left;
}

.flv_evnt_lstwrap h3 {
    font-family: Montserrat;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
    padding-left: 15px;
}

.flv_evnt_lstwrap h3::before {
    content: '';
    height: 100%;
    width: 2px;
    background-color: #f00;
    position: absolute;
    left: 0px;
    top: 0px;
}

.flv_evnt_lstwrap p {
    width: 100%;
    float: left;
    font-family: roboto;
    line-height: 23px;
    color: #000;
    text-align: left;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    min-height: 100px;
}

.flv_evnts_date {
    float: left;
    font-family: Montserrat;
    font-weight: 700;
    color: #777;
    font-size: 14px;
}

.flv_evnts_date .fa::before {
    color: #f00;
    margin-right: 10px;
}

.flv_evnt_imgwrap {
    width: 100%;
    float: left;
    overflow: hidden;
}

.flv_evnt_imgwrap img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.flv_evnt_imgwrap img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.flv_gototop {
    width: 40px;
    height: 40px;
    background-color: #e5000b;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 10px;
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flv_gototop.shw {
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.flv_gototop:hover {
    cursor: pointer;
}

.flv_gototop::after {
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}

.flv_menu_cate_bnrimgwrap {
    width: 503px;
    height: 212px;
    position: absolute;
    left: 0px;
    bottom: -60px;
    z-index: 5;
    opacity: 0;
    -webkit-animation: zoom_in_dish 1.5s;
    animation: zoom_in_dish 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

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

@keyframes zoom_in_dish {
    0% {
        transform: translateY(-100px) scale(0.5);
        -webkit-transform: translateY(-100px) scale(0.5);
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    100% {
        transform: translateY(0px) scale(1);
        -webkit-transform: translateY(0px) scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes zoom_in_dish {
    0% {
        transform: translateY(-100px) scale(0.5);
        -webkit-transform: translateY(-100px) scale(0.5);
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    100% {
        transform: translateY(0px) scale(1);
        -webkit-transform: translateY(0px) scale(1);
        opacity: 1;
    }
}

.social-icon div a {
    display: block;
    width: 100%;
    height: 100%;
}


/*******************************regestration pop up*****************************/

.booking-container {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #FFFFFF;
    /*  border-bottom:5px solid #e72d2e;*/
}

.booking-bottom-line {
    width: 100%;
    height: 5px;
    float: left;
    background: #e72d2e;
}

.booking-container .title {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #838383;
    font-weight: 400;
    text-align: center;
    margin: 40px 0 0 0;
    padding: 0 20px;
}

.booking-container .title-text {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #838383;
    font-weight: 400;
    text-align: center;
    margin: 15px 0 20px;
    padding: 0 20px;
}

.booking-container .head {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #f7f7f7;
    padding: 15px 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 50px;
    color: #838383;
    font-weight: normal;
}

.booking-container .head:before {
    width: 51px;
    height: 51px;
    float: left;
    /* background: url(../images/book-icon01.png) no-repeat center; */
    content: '';
    margin: 0 20px 0 0;
}

.booking-container .head1 {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #f7f7f7;
    padding: 15px 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 50px;
    color: #838383;
    font-weight: normal;
}

.booking-container .head1:before {
    width: 51px;
    height: 51px;
    float: left;
    /* background: url(../images/book-icon02.html) no-repeat center; */
    content: '';
    margin: 0 20px 0 0;
}

.booking-container .form-wrapper {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 20px 35px;
}

.booking-container .form-wrapper .field-wrapper {
    width: 32%;
    height: auto;
    float: left;
    margin-left: 2%;
}

.booking-container .form-wrapper .field-wrapper:nth-child(1) {
    margin-left: 0;
}

.booking-container .form-wrapper .label {
    width: 50px;
    height: auto;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 40px;
    color: #838383;
    font-weight: normal;
}

.booking-container .form-wrapper .input-field {
    width: 200px;
    height: 42px;
    float: left;
    border: 1px solid #ededed;
    color: #c8c8c8;
    text-indent: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.booking-container .booking-submit {
    width: 158px;
    height: 34px;
    overflow: hidden;
    margin: 0 auto;
    background: #e72d2e;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    position: relative;
    left: 50%;
    margin-left: -79px;
    margin-top: 40px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.booking-container .booking-submit:hover {
    background: #202020;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 9999;
}

.cd-popup-container {
    position: relative;
    /* width: 65%;
    height:84%;*/
    width: 100%;
    max-width: 930px;
    height: auto;
    min-height: 400px;
    margin: 4em auto;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.cd-popup-container .cd-popup-close {
    width: 30px;
    height: 30px;
    background: #e72d2e url(../images/popup-close.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

@media only screen and (max-width: 1280px) {
    .cd-popup-container {
        margin: 2em auto;
    }
}

@media only screen and (max-width: 990px) {
    .cd-popup-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        height: 100%;
        min-height: 0;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 480px) {}


/*******************************regestration pop up*****************************/

.flv_ftr_prov_rdmrbtn {
    font-family: Roboto;
    font-size: 12px;
    color: #714f04;
    font-weight: 700;
    margin: 10px 0px;
    float: left;
    text-transform: uppercase;
}

.itemadded_alert {
    padding: 10px 42px;
    background-color: rgba(156, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    height: 50px;
    white-space: nowrap;
    border-radius: 5px;
    line-height: 30px;
    position: absolute;
    font-family: Roboto;
    left: 50%;
    vertical-align: middle;
    top: 18%;
    z-index: 999;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .23);
    opacity: 0;
}

.itemadded_alert.shw {
    -webkit-animation: itmaddtxt 2s;
    animation: itmaddtxt 2s;
}

@-webkit-keyframes itmaddtxt {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50px);
        transform: translateX(-50%) translateY(-50px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(0px);
        transform: translateX(-50%) translateY(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(50px);
        transform: translateX(-50%) translateY(50px);
        opacity: 0;
    }
}

@keyframes itmaddtxt {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50px);
        transform: translateX(-50%) translateY(-50px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(0px);
        transform: translateX(-50%) translateY(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(50px);
        transform: translateX(-50%) translateY(50px);
        opacity: 0;
    }
}


/*-----------------------------------------order table style-----------------------------------------*/


/**************MY BASKEt****************/

.basket_wrap {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.basket_wrap .mainhead {
    width: auto;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 500;
    text-transform: uppercase;
}

.basket_wrap .mainhead:after {
    width: 23px;
    height: 19px;
    float: right;
    background: url(../images/cartred.html) no-repeat;
    background-size: cover;
    content: "";
}

.basket_wrap .mainhead_right {
    width: auto;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
}

.basket_wrap .mainhead_right .total {
    float: left;
}

.basket_wrap .mainhead_right .continue_btn {
    width: auto;
    line-height: 30px;
    float: left;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    background: #e82a2c;
    color: #fff;
    border-bottom: 2px solid #b50c0e;
    text-align: center;
    border: none;
    cursor: pointer;
    padding: 0 10px;
    margin-left: 10px;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.basket_wrap .mainhead_right .continue_btn a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.flv_order_tableouter {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 18px;
    background-color: #fff;
}

.flv_order_tableouter .flv_order_tble_imgwrap {
    width: 26.2%;
    height: auto;
    float: left;
    overflow: hidden;
    text-align: center;
}

.flv_order_tableouter .flv_order_tble_imgwrap img {
    /*width:100%;*/
    height: 168px;
    float: left
}

.flv_order_tableouter .right_section {
    width: 73.8%;
    height: auto;
    float: left;
    position: relative;
    border-bottom: 5px solid #e82a2c;
}

.basket_item_remove {
    width: 20px;
    height: 20px;
    background: #ff9c16 url("../images/menu/popup-close.png") no-repeat center;
    background-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

.columnwrap_first {
    width: 30%;
    height: auto;
    float: left;
    border: 1px solid #ccc;
    border-left: none;
    border-bottom: none;
}

.first_row {
    width: 100%;
    line-height: 37px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 500;
    float: left;
    padding-left: 35px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.second_row {
    width: 100%;
    height: auto;
    min-height: 124px;
    float: left;
    padding: 33px 0;
    text-align: center;
}

.columnwrap_first .second_row .itemcaption {
    float: left;
    font-family: Montserrat;
    font-size: 16px;
    color: #555;
    font-weight: 700;
    width: 100%;
}

.columnwrap_first .second_row .itemtitle {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #777;
    margin-top: 12px;
}

.second_row .qunatity {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #525252;
    width: 100%;
    text-align: center;
}

.second_row .qunatity .qty_input {
    width: 50px;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ccc;
}

.second_row .totalprice {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #666666;
    width: 100%;
    text-align: center;
}

.columnwrap_second {
    width: 20%;
    height: auto;
    text-align: center;
    float: left;
    border: 1px solid #ccc;
    border-left: none;
    border-bottom: none;
}

.columnwrap_second span {
    width: 23px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 9;
    /* background: url(../images/carticonsmall.png) no-repeat; */
    background-size: cover;
}

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

.total_row {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-bottom: 4px solid #efefef;
}

.total_row .amount {
    width: auto;
    height: auto;
    float: right;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #303030;
    line-height: 80px;
    margin-right: 20px;
}

.total_row .label {
    width: auto;
    height: auto;
    float: right;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #303030;
    line-height: 80px;
    margin-right: 15px;
}

.basket_container .row:last-child {
    margin-bottom: 0px !important;
}

.cart_bottom_section {
    width: 100%;
    height: auto;
    float: left;
}

.cart_bottom_section .buttons_wrapper {
    width: auto;
    height: auto;
    float: right;
    overflow: hidden;
    margin-top: 15px;
}

.continue_shopping_btn {
    width: auto;
    line-height: 48px;
    float: left;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #7b7b7b;
    background: #f4f4f4;
    text-align: center;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid #eaeaea;
    padding: 0 70px;
    margin-left: 5px;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.continue_shopping_btn a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.continue_shopping_btn:hover {
    background: #e82a2c;
    color: #fff;
    border-bottom: 2px solid #b50c0e;
}

.continue_shopping_btn.red {
    background: #e82a2c;
    color: #fff;
    border-bottom: 2px solid #b50c0e;
}

.continue_shopping_btn .buttons_wrapper {
    margin-right: 0;
}


/**************MY BASKEt****************/


/**************ORDER NOW****************/

.order_now_head {
    width: auto;
    float: right;
}

.order_now_head .total {
    float: left;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #5f5f5f;
    text-transform: uppercase;
    line-height: 30px;
}

.order_now_iconwrap {
    width: auto;
    float: right;
    height: auto;
    position: relative;
    margin-top: 5px;
}

.order_now_iconwrap p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #5f5f5f;
    width: auto;
    float: left;
    padding-right: 12px;
    text-transform: uppercase;
}

.order_now_iconwrap figure {
    width: 23px;
    height: 19px;
    float: left;
    /* background: url(../images/carticon.html) no-repeat; */
    background-size: cover;
}

.order_now_iconwrap span {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: #e82a2c;
    text-align: center;
    line-height: 26px;
    position: absolute;
    top: -18px;
    right: -18px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
}

.doorstep-container-order-now {
    position: relative;
    left: 0;
    bottom: 0;
}


/**************ORDER NOW****************/

.flv_order_table_wrapper {
    max-width: 845px;
    margin: auto;
}

.flv_ordertble_totamnt {
    font-family: Montserrat;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.order_nw_btn {
    padding: 10px 20px;
    background-color: #e5000b;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    margin-left: 15px;
}

.order_nw_btn:hover {
    cursor: pointer;
    color: #fff;
    background-color: #222;
}

.tbl_ftr_tottal {
    font-size: 20px;
}

.flv_ordtable_btmbtn {
    display: inline-block;
    padding: 15px 23px;
    text-align: center;
    line-height: 10px;
    font-family: Montserrat;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flv_ordtable_btmbtn:hover {
    cursor: pointer;
    color: #333;
}

.flv_ordtable_btm_btn_wrap {
    width: 100%;
    float: left;
    text-align: center;
}

.btn_red {
    background-color: #e5000b;
    color: #fff;
}

.btn_grey {
    background-color: #ddd;
}

.flv_order_table {
    position: relative;
}


/* .flv_order_table label {
      font-family: Roboto;
      color: #555;
      font-size: 12px;
      margin-bottom: 8px;
      font-weight: 700;
  } */

.flv_order_table input[type="text"],
.flv_order_table textarea {
    border-radius: 0px;
    height: 40px;
    width: 100%;
    float: left;
    font-family: Roboto;
    color: #555;
    text-indent: 3px;
    font-size: 12px;
    border: solid 1px #ddd;
}

.flv_order_table textarea {
    height: 110px;
    padding: 10px;
}

.flv_order_table .row {
    margin-bottom: 15px;
}

.order_tbl_mn_hd {
    float: left;
    color: #f00;
    font-size: 22px;
    font-weight: 700;
    font-family: Montserrat;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
}

.order_tbl_mn_hd::before {
    content: '';
    left: 0px;
    top: 2px;
    position: absolute;
    left: 0px;
    width: 5px;
    height: 17px;
    background-color: #ddd;
}

.ordtable_imgelm {
    position: absolute;
}

.ordtable_imgelm.lft {
    left: 0px;
    top: 50px;
}

.ordtable_imgelm.rgt {
    right: 0px;
    top: 100px;
}

.flv_header_subnav_list {
    width: 100%;
}

.flv_header_subnav_list ul li {
    width: 50%;
    float: left;
}

.banner_delivery_circle {
    position: absolute;
    right: 25px;
    top: 70px;
    z-index: 100;
}

.bnr_head {
    width: 100%;
    position: relative;
    text-align: left;
    font-family: Montserrat;
    font-weight: 900;
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    float: left;
}


/*---------------jobees code nov 2 2017-------------------*/

.flv_footer_head {
    color: #565654;
    font-size: 15px;
    font-family: 'roboto';
    font-weight: bold;
    padding-bottom: 20px;
    width: 100%;
    float: left;
}

.flv_footer_profile_con,
.flv_footer_profile_con h1,
.flv_footer_profile_con h2 {
    color: #000;
    font-size: 13px;
    font-family: 'roboto';
    line-height: 22px;
    width: auto;
    font-weight: 400;
    padding: 0px;
}

.flv_footer_profile_con h2 {
    width: auto;
    float: left;
}

.bnr_head {
    padding-right: 190px;
}

.flv_footer_ul {
    width: 100%;
    float: left;
}

.flv_content_align {
    -webkit-transform: translate(-50%, -25%) !important;
    -ms-transform: translate(-50%, -25%) !important;
    transform: translate(-50%, -25%) !important;
}

.flv_h3_styles {
    color: #3b2a20;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.flv_bnr_head_style {
    width: 100%;
    position: relative;
    text-align: center;
    font-family: Montserrat;
    font-weight: 900;
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.flv_bnr_head_style::after {
    content: '';
    width: 96px;
    height: 2px;
    background-color: #e5000b;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.flv_delvry {
    display: none;
}


/*---------------EOD jobees code nov 2 2017-------------------*/


/*-----------------------------------MEDIA QUERY-----------------------------------------------*/

@media (max-width: 1200px) {
    .flv_lftnav_sec {
        padding-left: 80px;
    }
    .flv_rgtnav_sec {
        padding-right: 80px;
    }
    .flv_tp_sec_navwrapper {
        height: auto;
    }
    .quantity_main_box_wrapper {
        display: table;
        margin: 0px auto 10px auto;
        ;
        float: none;
    }
    .flv_menu_prdwrapper .product_description {
        margin-bottom: 10px;
    }
    .cart_button {
        display: table;
        margin: 0 auto;
        float: none;
    }
    .flv_menu_cate_bnrimgwrap {
        display: none;
    }
    .drop_img img {
        float: right;
        max-width: 85% !important;
    }
    .banner_delivery_circle {
        top: auto;
        bottom: 120px;
    }
    .bnr_head {
        padding-right: 0px;
    }
}

@media (max-width: 1024px) {
    .flv_innerpage_content {
        padding-right: 0px;
    }
    .flv_cate_rightimg {
        position: relative;
        display: table;
        margin: 10px auto;
        float: none;
        right: auto;
    }
    .special_wrapper {
        height: auto;
    }
    .col_md_4 {
        width: 50%;
    }
    .footer_wrap {
        height: auto;
    }
    .footer_first {
        height: auto;
    }
    .first_div {
        min-height: 275px;
    }
    .testimonial_container {
        width: 90%;
    }
    .testimonial_container section {
        width: 100%;
        float: left;
        margin-right: 0px;
        margin-left: 0px;
    }
    .drp_dwn {
        width: 100%;
        padding-right: 0px;
    }
    .drop_menu_list ul {
        width: 100%;
    }
    .drop_menu_list {
        width: 50%;
    }
    .drop_img {
        right: 0px;
        bottom: 0px;
        display: none;
    }
    .drop_img img {
        max-width: 50%;
        float: right;
    }
    .about_p {
        width: 90%;
    }
    .welcome_container section {
        margin-left: 0px;
        width: 100%;
        float: left;
    }
    .welcome_container aside figure {
        display: none;
    }
    .drp_dwn {
        padding-right: 0px;
    }
    .drop_menu_list {
        width: 100%;
    }
    .slider_content {
        min-height: auto !important;
    }
    .first_div {
        min-height: 200px;
    }
    .sl-slider-wrapper.slider .nav-dots {
        bottom: 20px !important;
    }
    .banner_delivery_circle {
        display: none;
    }
    .flv_delvry {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 10;
        background: #fff;
        width: 100%;
        text-align: center;
        font-family: 'Montserrat';
        text-transform: uppercase;
        color: #e5000b;
        font-size: 14px;
        line-height: 24px;
    }
    .flv_delvry>i {
        padding-right: 10px;
    }
    .ratingwrap {
        width: auto;
    }
    .rating_div,
    .ratingwrap .writereview {
        width: auto;
        margin: 0 auto;
        display: table;
        float: none;
    }
    .hlk_abt_banner {
        width: 100%;
        float: left;
        overflow: hidden;
    }
    .hlk_abt_banner>img {
        width: auto;
        max-width: none;
    }
}

@media (max-width: 992px) {
    .flv_lgowrap {
        position: relative;
        display: table;
        margin: 0 auto;
        float: none;
        left: auto;
        top: auto;
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    .flvtpnav_lft {
        padding-right: 10px;
    }
    .flvtpnav_rgt {
        padding-left: 0px;
    }
    .flv_topnav_innerwrap {
        width: auto;
        display: table;
        margin: 0 auto;
        float: none;
        padding: 6px 0px;
    }
    .flv_tp_mnnavwrap {
        padding: 10px 0px;
    }
    .flv_lgowrap {
        width: 150px;
    }
    .flv_menu_left_cate_wrap {
        margin-bottom: 20px;
    }
    .flv_menu_left_cate_wrap {}
    .flv_menu_prdwrapper figure {
        width: auto;
        /*display: table;*/
        margin: 10px auto;
        float: none;
    }
    .specialdish_wrap section {
        width: 49%;
        margin-bottom: 20px;
    }
    .slider_content {
        top: 50% !important;
        padding-left: 0px !important;
    }
    .slider_content img {
        display: none;
    }
    .flv_lftnav_sec {
        padding-left: 0px;
    }
    .flv_rgtnav_sec {
        padding-right: 0px;
    }
    .bnr_head {
        text-align: center;
    }
    .slider_content a {
        display: table;
        margin: 20px auto !important;
        float: none !important;
    }
}

@media (max-width: 767px) {
    /* .flv_menu_prdwrapper .product_description {
          min-height: auto;
      } */
    .first_div {
        min-height: auto;
        margin-bottom: 30px;
    }
    .specialdish_wrap section {
        width: 100%;
        margin-right: 0px;
    }
    .flv_navbar .navbar-toggle {
        position: absolute;
        top: -180px;
        right: 10px;
    }
    .flv_lftnav_sec {
        text-align: center;
        width: 50%;
        float: left;
        padding: 0px;
        margin: 0px;
    }
    .flv_rgtnav_sec {
        text-align: center;
        width: 50%;
        float: left;
        padding: 0px;
        margin: 0px;
    }
    .flv_navbar {
        padding: 0px;
        min-height: auto;
        border: none;
    }
    .drop_menu_list {
        width: 100%;
    }
    .top_header {
        left: -50px;
        top: -40px;
    }
    .flv_evnt_imgwrap {
        display: table;
        margin: 20px auto;
        float: none;
    }
    .flv_evnt_lstwrap p {
        text-align: justify;
        margin-bottom: 10px;
    }
    .flv_bkres_lnk {
        left: 50%;
        right: auto;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .demo-2 .sl-slider h2 {
        margin: 0px;
        width: 100%;
        float: left;
        text-align: center;
    }
    .slider_content a {
        display: none;
    }
    .slider_content p {
        margin: 10px 0px;
    }
    .flv_order_tableouter .flv_order_tble_imgwrap {
        display: table;
        margin: 10px auto;
        float: none;
        width: auto;
    }
    .columnwrap_first {
        width: 100%;
    }
    .columnwrap_second {
        width: 100%;
    }
    .columnwrap_third {
        width: 100%;
    }
    .flv_order_tableouter .right_section {
        width: 100%;
    }
    .columnwrap_first {
        border-left: solid 1px #ccc;
    }
    .columnwrap_second {
        border-left: solid 1px #ccc;
    }
    .columnwrap_third {
        border-left: solid 1px #ccc;
    }
    .bnr_head {
        font-size: 32px;
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .flv_lftnav_sec {
        width: 100%;
    }
    .flv_rgtnav_sec {
        width: 100%;
    }
    .flv_delvry {
        font-size: 12px;
        line-height: 12px;
        padding: 5px 0px;
    }
    .demo-2 .sl-slider-wrapper {
        height: 340px !important;
    }
    .welcome_container .button_wrap a {
        margin: 0 auto !important;
        display: table;
        float: none;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 320px) {}

@media screen and (max-width:1315px) {
    .header_container header nav ul li a {
        padding: 35px 13px 35px 13px;
    }
}

@media screen and (max-width:1270px) {
    .welcome_container section .container .welcome_head {
        width: 100%;
        font-size: 30px;
    }
    .welcome_container section .container .welcome_head:before {
        left: 13%;
    }
    .welcome_container section .container .welcome_head:after {
        right: 13%;
    }
    .common_headsize_1 {
        width: 30%;
    }
    .common_headsize_2 {
        width: 55%;
        font-size: 30px;
    }
    .common_headsize_2:before {
        left: -62px;
    }
}

@media screen and (max-width:1200px) {
    .specialdish_wrap2 section h2 {
        font-size: 20px;
    }
}

@media screen and (max-width:1160px) {
    .header_container header .left_nav {
        width: auto;
    }
    .right_nav {
        float: left;
        width: auto;
    }
    .header_container header nav ul li a {
        padding: 35px 12px 35px 12px;
    }
    .welcome_container section .container .welcome_head:after {
        right: 10%;
    }
    .welcome_container section .container .welcome_head:before {
        left: 9%;
    }
    .specialdish_wrap2 section {
        width: 20%;
        margin-right: 1%;
    }
    footer section {
        width: 40%;
    }
    .goto_top {
        height: 254px;
    }
}

@media screen and (max-width:1145px) {
    .header_container header nav ul li a {
        padding: 36px 12px 35px 12px;
        font-family: 'Roboto', sans-serif;
    }
    .specialdish_wrap2 section h2 {
        font-size: 18px;
    }
}

@media screen and (max-width:1085px) {
    .header_container header nav ul li a {
        padding: 36px 10px 35px 10px;
    }
    footer section {
        width: 35%;
    }
    .goto_top {
        height: 278px;
    }
    .specialdish_wrap2 section h2 {
        font-size: 16px;
    }
}

@media screen and (max-width:1050px) {
    .header_container header nav ul li a {
        padding: 36px 8px 35px 8px;
    }
    .welcome_container section .container .welcome_head:before {
        left: 7%;
    }
    .welcome_container section .container .welcome_head:before {
        right: 7%;
    }
    .common_headsize_2 {
        font-size: 21px;
    }
    .common_headsize_2:before {
        left: -58px;
    }
    .common_headsize_2:after {
        right: -58px;
    }
}

@media screen and (max-width:1024px) {
    .header_container header .left_nav {
        display: none;
    }
    .right_nav {
        display: none;
    }
    .responsive_menu {
        display: block;
    }
    .responsive-menu-btn {
        display: block;
    }
    .header_container {
        position: relative;
        float: left;
        height: 0;
        border-bottom: none;
    }
    .header_container header {
        width: 100%;
    }
    .header_container header figure {
        width: 200px;
        margin-top: 0;
        margin: 0 auto;
        float: none;
    }
    .welcome_container section .container .welcome_head:before {
        display: none;
    }
    .welcome_container section .container .welcome_head:after {
        display: none;
    }
    .welcome_container section .container .welcome_head {
        text-align: center;
    }
    .logo_caption {
        text-align: center;
    }
    .welcome_container section .container p {
        text-align: center;
    }
    .welcome_container section .container {
        margin-top: 65px;
    }
    .common_head:before {
        display: none;
    }
    .common_head:after {
        display: none;
    }
    .common_headsize_1 {
        width: 100%;
    }
    .common_headsize_2 {
        width: auto;
        border: 1px solid #0363b4;
        padding: 8px;
        -o-transition: all 0.3s ease .0s;
        transition: all 0.3s ease .0s;
        -webkit-transition: all 0.3s ease .0s;
        -moz-transition: all 0.3s ease .0s;
    }
    .index_menu_container:hover .common_headsize_2 {
        background: #0061b3;
        color: #fff;
    }
    .index_menu_container section .row h2 {
        line-height: 26px;
    }
    footer section {
        width: 58%;
    }
    footer aside {
        width: 86%;
        float: none;
        margin: 0 auto;
    }
    footer section p {
        margin-bottom: 20px;
    }
    .goto_top {
        height: 40px;
        width: 40px;
        background: none;
        top: auto;
        bottom: 0;
        background-color: #0363b4;
    }
    .footer_wrap span {
        bottom: 5px;
        right: 8px;
        top: auto;
    }
}

@media screen and (max-width:950px) {
    .welcome_container aside img {
        width: 100%;
        height: auto;
    }
    .specialdish_wrap2 section {
        width: 27.66%;
        margin-right: 1.5%;
        margin-bottom: 15px;
    }
    .special_wrapper {
        height: auto;
    }
    .special_wrapper2 {
        height: auto;
    }
}

@media screen and (max-width:880px) {
    .index_menu_container section figure img {
        width: 100%;
    }
}

@media screen and (max-width:830px) {
    .specialdish_wrap2 section {
        width: 43.66%;
    }
}

@media screen and (max-width:800px) {
    footer section {
        width: 56%;
    }
}


/*
  @media screen and (max-width:768px) {
      .welcome_container aside {
          display: none;
      }
      .welcome_container section {
          margin-left: 0;
          width: 100%;
      }
      .welcome_container section .container {
          margin-bottom: 65px;
      }
      .index_menu_container section:nth-child(1) {
          display: none;
      }
      .index_menu_container {
          margin-top: 40px;
          margin-bottom: 0;
      }
      .index_menu_container aside {
          width: 100%;
      }
      .index_menu_container aside .row .grid {
          width: 100%;
          margin-right: 0;
          margin-bottom: 40px;
      }
      .index_menu_container aside .row {
          margin-bottom: 40px;
      }
      footer figure {
          width: 100%;
          height: auto;
          float: left;
          text-align: center;
      }
      footer figure img {
          width: auto;
      }
      footer section {
          width: 100%;
      }
      footer aside {
          width: 100%;
          float: none;
      }
  }
  
  @media screen and (max-width:710px) {
      .specialdish_wrap2 section {
          width: 96%;
          margin-right: 0;
      }
  }
  
  @media screen and (max-width:555px) {
      .allrights_wrap {
          font-size: 12px;
      }
  }
  
  @media screen and (max-width:420px) {
      .allrights_wrap {
          line-height: 25px;
      }
      .allrights_wrap a {
          width: 100%;
          float: left;
      }
  }
  */


/*MEDIA QUERY*/

.new-site-bg-new {
    position: fixed;
    right: 0px;
    top: 80%;
    background: url(../images/top-right-new.png) no-repeat;
    width: 177px;
    height: 35px;
    padding: 5px 0px;
    z-index: 99999;
    cursor: pointer;
}

@charset "UTF-8";

/*!
   * animate.css -https://daneden.github.io/animate.css/
   * Version - 3.7.2
   * Licensed under the MIT license - http://opensource.org/licenses/MIT
   *
   * Copyright (c) 2019 Daniel Eden
   */

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .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 {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .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 {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        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: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -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 {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        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 {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -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 {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-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 {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-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 {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -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)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        -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)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(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-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.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.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms!important;
        animation-duration: 1ms!important;
        -webkit-transition-duration: 1ms!important;
        transition-duration: 1ms!important;
        -webkit-animation-iteration-count: 1!important;
        animation-iteration-count: 1!important
    }
}

@font-face {
    font-family: 'congrats_calligraphyregular';
    src: url('../fonts/congrats/congrats_calligraphy_400-webfont.woff2') format('woff2'), url('../fonts/congrats/congrats_calligraphy_400-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}

.transition {
    transition: all 0.3s;
}

.width_full {
    width: 100%;
    float: left;
}

.width_auto {
    width: auto;
    float: left;
}

.display_flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.display_flex_align_items_center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.display_flex_justify_items_center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.display_flex_justify_items_start {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.display_flex_justify_items_end {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.display_flex_justify_items_space {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.display_flex_justify_items_spece_even {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
}

.display_flex_justify_items_spece_arround {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.display_flex_center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.display_flex_coloumn {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.display_flex_coloumn_align_center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.display_flex_coloumn_align_start {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
}

.display_flex_coloumn_align_right {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
}

.display_flex_coloumn_justify_center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.display_flex_coloumn_center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

* {
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0px;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    padding: 0px;
    float: left;
}

ul,
li,
p,
div,
a:hover {
    text-decoration: none;
}

ul,
li,
p,
div,
a {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    color: inherit;
}


/*----------------------aneesh---------------------*/


/*-------------------------------------------*/

.full_wrapper {
    width: 100%;
    float: left;
}

.flex_dir_clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.wrpr_flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.flex_end {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.flex_start {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.overflow_hidden {
    overflow: hidden;
}

.gradient1 {
    background: #01345d;
    background: -webkit-gradient(linear, left top, right top, from(#01345d), color-stop(25%, #016796), color-stop(75%, #0167b9), to(#01345d));
    background: linear-gradient(90deg, #01345d 0%, #0167b9 25%, #0167b9 75%, #01345d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#01345d", endColorstr="#01345d", GradientType=1);
}

.gradient2 {
    background: #b6d8ef;
    background: -webkit-gradient(linear, left top, right top, from(#b6d8ef), color-stop(50%, #ffffff), to(#def2ff));
    background: linear-gradient(90deg, #b6d8ef 0%, #ffffff 50%, #def2ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#b6d8ef", endColorstr="#def2ff", GradientType=1);
}

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

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

.padding_tb_primary {
    padding-top: 50px;
    padding-bottom: 50px;
}

.text_weight_bold {
    font-weight: 700;
}

.txt_size_line_1 {
    font-size: 12px;
    line-height: 12px;
    font-family: 'Poppins', sans-serif;
}

.txt_size_line_10 {
    font-size: 10px;
    line-height: 10px;
    font-family: 'Poppins', sans-serif;
}

.txt_space_1 {
    letter-spacing: 0.5px;
}

.txt_size_line_11 {
    font-size: 11px;
    line-height: 11px;
    font-family: 'Poppins', sans-serif;
}

.common_padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-center {
    text-align: center;
}

.bg_white {
    background-color: #fff;
}

.txt_clr_4 {
    color: #0167B9 !important;
}

.txt_clr_1 {
    color: #fff;
}

.bg_clr_1 {
    background-color: #268BDC;
}

.bg_clr_2 {
    background-color: #1A8BE5;
}

.bg_clr_3 {
    background-color: #41A9FE;
}

.bg_clr_4 {
    background-color: #014276;
}

.common_padding_bottom_0 {
    padding-bottom: 0px !important;
}

.social_media_icons ul li a {
    color: inherit;
    font-size: inherit;
    padding: 10px;
    float: left;
    margin-left: 1px;
}

.social_media_icons ul li:nth-child(odd) a {
    background-color: #1A8BE5;
}

.social_media_icons ul li:nth-child(even) a {
    background-color: #41A9FE;
}

.padding_rl_35 {
    padding-right: 35px;
    padding-left: 35px;
}

.padding_rl_50 {
    padding-right: 50px;
    padding-left: 50px;
}

.margin_l_50 {
    margin-left: 50px;
}

.margin_r15 {
    margin-right: 15px;
}

.margin_r_auto {
    margin-right: auto;
}

.margin_l_auto {
    margin-left: auto;
}

.item_center {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.header_main_wrpr {
    width: 100%;
    float: left;
    position: relative;
    min-height: 70px;
    -webkit-box-align: center;
    align-items: center;
}

.logo {
    float: left;
    width: auto;
    max-width: 250px;
    transition: 0.3s all ease-in-out;
}

.logo img {
    width: 100%;
}

.hangburger_trigger span {
    width: 22px;
    height: 2px;
    margin-bottom: 3px;
    background-color: #000;
    display: block;
}

.hangburger_trigger span:last-child {
    margin-bottom: 0px;
}

.common_ul_type_1 li {
    width: auto;
    float: left;
}

.common_ul_type_1 li a {
    width: auto;
    float: left;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    font-family: Calibri;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    margin-right: 20px;
}

.common_ul_type_1 li:last-child a {
    margin-right: 0;
}

.menu_hover:hover {
    color: #ff9b1a;
}

.hangburger_trigger {
    width: 100%;
    float: left;
    max-width: 35px;
    position: relative;
    margin-left: -7px;
    cursor: pointer;
    height: 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: none;
    margin-left: 10px;
}

.overlay_close {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 125;
    pointer-events: none;
}

.overlay_close.active {
    z-index: 125;
    opacity: 1;
    pointer-events: auto;
}

.menu_hover:hover::after {
    opacity: 1;
    bottom: -9px;
}

.menu_hover.active {
    color: #ff9b1a;
    overflow: visible;
}

.menu_hover.active::after {
    opacity: 1;
    bottom: -9px;
}

.mail_enquiry {
    color: #0167B9;
    border: 1px solid #0167B9;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 25px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    font-weight: 500;
    width: auto;
    float: left;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.mail_enquiry:hover {
    background-color: #0167B9;
    color: #fff;
}

.mail_enquiry .icon {
    font-size: 16px;
    margin-right: 5px;
    width: auto;
    float: left;
}

.call_enquiry .icon {
    font-size: 24px;
    margin-right: 15px;
    color: #606060;
    width: auto;
    float: left;
}

.call_enquiry .text_wrap {
    color: #606060;
    font-size: 12px;
    font-weight: 700;
    float: left;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    line-height: 15px;
}

.call_enquiry .text_wrap span {
    font-size: 14px;
    font-weight: 500;
    width: auto;
    float: left;
}

header {
    width: 100%;
    float: left;
}

.menu_hover:hover .icon {
    color: inherit;
}

.header_main_wrpr .dropdown {
    width: auto;
    float: left;
    position: relative;
}


/* ------------- 28-11-219 */

.header_main_wrpr .dropdown .icon {
    font-size: 11px;
    line-height: 12px;
    margin-left: 2px;
    color: #268BDC;
    position: absolute;
    right: 9px;
    top: 35%;
    cursor: pointer;
}

.header_main_wrpr .dropdown a {
    padding-right: 25px;
}

.header_main_wrpr .dropdown_list {
    position: absolute;
    top: 40px;
    background: #fff;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    min-width: 200px;
    border-top: 2px solid #e1e1e1;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    box-shadow: 1px 1px 10px #0000001a;
    pointer-events: none;
}

.header_main_wrpr .dropdown:hover .dropdown_list {
    opacity: 1;
    z-index: 99;
    visibility: visible;
    top: 33px;
    pointer-events: auto;
}

.header_main_wrpr .dropdown_list li a {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
    line-height: 13px;
    padding: 15px 15px;
}

.header_main_wrpr .dropdown_list li a:hover {
    background-color: #f5f5f5;
}

.header_top {
    width: 100%;
    float: left;
    min-height: 30px;
    -webkit-box-align: center;
    align-items: center;
}


/* hangburger */

.hangburger_main {
    width: 350px;
    position: fixed;
    background-color: #fff;
    top: 0;
    /* height         : calc(100% - 33px); */
    height: 100vh;
    left: -100%;
    z-index: 100;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    overflow-y: hidden;
    padding-bottom: 45px;
}

.hangburger_main.active {
    left: 0%;
    z-index: 150;
}

.hangburger_main .common_ul_type_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    float: left;
}

.hangburger_main .common_ul_type_1 li a {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f3f3f3;
    font-size: 12px;
    line-height: 12px;
    padding: 15px;
    font-weight: 500;
    color: #222;
    margin-right: 0px;
}

.hangburger_main .item_listing_elem {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f3f3f3;
    font-size: 12px;
    line-height: 12px;
    padding: 15px;
    font-weight: 500;
    margin-right: 0;
}

.hangburger_main .items_list {
    color: #222;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    float: left;
    font-weight: 500;
}

.hangburger_main .select_box01 {
    color: #222;
    width: 100%;
    float: left;
    font-weight: 500;
}

.hangburger_main .item_listing_elem.with_icon .icon {
    position: absolute;
    height: 42px;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 12px;
    line-height: 12px;
    width: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.hangburger_main .small_common_close {
    display: none;
}

.hangburger_main .menu_hover.active {
    background-color: #efeded;
    color: #414141;
}

.hangburger_main .menu_hover:hover {
    background-color: #efeded;
    color: #414141;
}

.hangburger_main .logo {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 35px;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #e6ddcc;
    max-width: 100%;
}

.hangburger_main .logo a {
    display: flex;
    justify-content: center;
}

.hangburger_main .logo img {
    width: 100%;
    float: left;
    max-width: 200px;
}

.hangburger_main .water_tank_calc {
    width: 100%;
    float: left;
    padding: 15px;
    font-size: 13px;
    background: #f8f8f8;
    color: #414141;
    font-weight: 500;
}

.hangburger_main .quote_top {
    background: #ed2228;
    padding: 15px;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.hangburger_main .mail_enquiry {
    border: none;
    padding: 15px 15px;
    font-size: 13px;
    line-height: 17px;
}

.hangburger_main .mail_enquiry:hover {
    background-color: transparent;
    color: #0167B9;
}

.hangburger_main .call_enquiry {
    width: 100%;
    float: left;
    margin: 0px !important;
    padding: 7.5px 15px;
    font-size: 13px;
}

.hangburger_main .call_enquiry .icon {
    font-size: 16px;
    margin-right: 5px;
}

.hangburger_main .call_enquiry .text_wrap {
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    font-size: 13px;
    line-height: 21px;
}

.hangburger_main .call_enquiry .text_wrap span {
    font-size: 13px;
    padding-left: 5px;
}

.hangburger_main .social_media_icons {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: inherit;
    left: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #268BDC;
    font-size: 13px;
    z-index: 3;
}

.header_top .quote_top {
    float: left;
    width: auto;
    max-width: 65%;
}

.header_top .water_tank_calc {
    float: left;
    width: auto;
    padding: 10px 35px;
}

.hangburger_main .social_media_icons li a {
    background-color: transparent;
    margin: 0px 5px;
}

.hangburger_main .connect_with {
    display: none;
}

.hangburger_main .dropdown .icon {
    float: right;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    line-height: 43px;
    text-align: center;
    right: 0px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 2;
    font-size: 12px;
    cursor: pointer;
}

.hangburger_main .dropdown {
    width: 100%;
    float: left;
    overflow: hidden;
}

.hangburger_main .dropdown_list {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    pointer-events: none;
    z-index: -1;
}

.hangburger_main .dropdown.active .dropdown_list {
    pointer-events: auto;
    z-index: 1;
    display: block;
    background: #f9f9f9;
}

.hangburger_main .dropdown_list li a {
    float: left;
    width: 100%;
    padding-left: 25px !important;
    background-color: #f8f8f8;
}

.hangburger_main .dropdown.active .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hangburger_main .dropdown a {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

header {
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: fixed;
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
}

header.active {
    top: 0;
    left: 0;
}

.active_logo .header_main_wrpr .logo {
    opacity: 0;
    visibility: hidden;
    top: 90px;
}

.item_listing_style01 {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.item_listing_elem {
    width: auto;
    float: left;
    margin-right: 30px;
    position: relative;
}

.item_listing_elem.with_icon .icon {
    position: absolute;
    right: -18px;
    top: 0;
    font-size: 8px;
    width: 15px;
    height: 10px;
    z-index: 3;
    cursor: pointer;
}

.items_list {
    width: auto;
    float: left;
}

.main_menu {
    flex-direction: column;
    align-items: flex-start;
}

.item_listing_elem {
    width: auto;
    float: left;
}

.items_list {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #f5f5f5;
}

.listing_item {
    position: absolute;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    color: #333;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.30980392);
    margin-top: 8px;
    top: 20px;
    transition: 0.3s all ease-in-out;
}

.listing_item.active {
    top: 10px;
    z-index: 3;
    opacity: 1;
    visibility: visible;
}

.listing_item .inner_dropdown:first-child {
    padding-top: 0px;
}

.listing_item .inner_dropdown:last-child {
    border: none;
    padding-bottom: 0;
}

.listing_item .inner_dropdown {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e5e5e5;
}

.listing_item .inner_dropdown span {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    pointer-events: none;
}

.listing_item .inner_dropdown span a {
    width: auto;
    float: left;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    pointer-events: auto;
}

.main_item .inner_dropdown span {
    margin-left: 10px;
}

.icon_style_01 {
    width: auto;
    float: left;
    color: #fff;
}

.icon_style_01 a {
    transition: 0.2s all ease-in-out;
}

.icon_style_01:hover a {
    transform: scale(1.2);
}

.icon_style_01 a:hover {
    color: inherit;
}

.icon_style_01 .icon {
    font-size: 35px;
    line-height: 35px;
}

.icon_style_01 .gd_icon_Chat_t_color .path1:before {
    color: #ff9b1a;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    display: block;
    width: 2px;
    z-index: 99;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.select_box01 {
    position: relative;
    background-color: transparent;
    border: none;
    color: #fff;
    padding-right: 5px;
}

.select_box01:focus {
    outline: none;
}

.select_box01 a:hover {
    color: inherit;
    opacity: 0.6;
}

.select_box01 option {
    color: #222;
    border: none;
    padding: 10px;
}

.select_box01::-ms-expand {
    display: none;
}

.select_box01 {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.small_common_close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease;
    cursor: pointer;
}

.hambyrger__head {
    display: none;
}

.hangburger_main .hambyrger__head {
    display: block;
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #222;
    margin-right: 0;
}

.hangburger_main .main_item .inner_dropdown {
    display: none;
}

.hangburger_main .listing_item {
    position: relative;
    top: 0;
    float: left;
    box-shadow: none;
    padding: 0;
    background: #f5f5f5;
    border-radius: 0;
    padding: 15px;
    display: none;
}

.hangburger_main .listing_item.active {
    display: block;
}

.hangburger_main .listing_item .inner_dropdown span {
    pointer-events: auto;
}

.footer_menu {
    color: #a8a8a8;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.footer_menu .common_ul_type_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.footer_menu .common_ul_type_1 li a {
    color: #a8a8a8;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}

.footer_menu .common_ul_type_1 li a:hover {
    color: #ff9b1a;
}

.footer_menu .common_ul_type_1 li a.active {
    color: #ff9b1a;
}

.copyright {
    color: #a8a8a8;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    float: left;
}

.copyright a {
    color: #a8a8a8;
    margin-left: 5px;
}

.copyright a:hover {
    color: #ff9b1a;
    font-weight: 700;
}

.back_to_top {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #929292;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: fixed;
    font-size: 12px;
    right: 15px;
    bottom: 15px;
    z-index: 55;
    color: #929292;
    background-color: #161616;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.back_to_top.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.common_bg_01 {
    background-image: url(../images/banner/common_bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.common_bg_02 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.common_bg_03 {
    background-image: url(../images/banner/common_bg04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_height {
    height: 710px;
}

.floating_style_top {
    width: 100%;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.floating_style_top img {
    width: 100%;
}

.banner_main_wrpr {
    position: relative;
}

.carousel_wrpr {
    width: 25%;
    float: left;
    position: absolute;
    left: 5%;
    top: 10%;
    color: #fff;
}

.hero_items01 {
    position: absolute;
    width: auto;
    float: left;
}

.common_anim_items01 {
    width: auto;
    position: absolute;
    bottom: 0px;
    right: 1vw;
    z-index: 1;
}

.common_anim_hero_main01 {
    position: relative;
    z-index: 1;
}

.common_anim_hero01_child01 {
    width: 12.5vw;
    top: 7vw;
    left: 13vw;
    z-index: 3;
}

.common_anim_hero01_child02 {
    width: 12.5vw;
    top: 3vw;
    left: 19vw;
    z-index: 1;
}

.common_anim_hero01_child03 {
    width: 12.5vw;
    top: -4vw;
    left: 7vw;
    z-index: 2;
}

.common_anim_hero01_child04 {
    width: auto;
    top: 4.7vw !important;
    left: 19.7vw !important;
    z-index: 3;
}

.common_anim_hero01_child05 {
    width: auto;
    top: 4.5vw !important;
    left: 19.3vw !important;
    z-index: 3;
}

.banner_main_wrpr img {
    width: 100%;
}

.common_anim_items02 {
    position: absolute;
    bottom: -170px;
    right: 42vw;
    width: auto;
}

.common_anim_items02 .common_anim_hero_main02_01 {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: spin 40s linear infinite;
}

.common_anim_items02 .common_anim_hero_main02_02 {
    position: absolute;
    top: 2.1vw;
}

.common_anim_hero02_child02 {
    top: 3vw;
    right: -5vw;
    z-index: 1;
    width: 26vw;
}

.common_anim_hero02_child03 {
    top: 5vw;
    right: -5vw;
    width: 26vw;
}

.common_anim_items03 {
    position: absolute;
    top: -15px;
    right: 0px;
    z-index: 5;
    width: auto;
}

.common_floating_style_01 {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.common_floating_style_01.opacity_down_2 {
    opacity: 0.2;
}

.common_floating_style_02 {
    width: auto;
    position: absolute;
    left: 30vw;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.common_floating_style_03 {
    width: auto;
    position: absolute;
    right: 0;
    top: 15vh;
    pointer-events: none;
}

.common_floating_style_04 {
    width: auto;
    position: absolute;
    left: 13vw;
    bottom: 0vh;
    pointer-events: none;
}

.common_floating_style_05 {
    width: auto;
    position: absolute;
    left: 0vw;
    bottom: 0vh;
    pointer-events: none;
}


/* carousel */

.carousel_wrpr {
    width: 40vw;
    position: absolute;
    left: 5vw;
    top: 18vw;
    color: #fff;
    text-align: center;
}

.common_anim_items04 {
    position: absolute;
    top: -11vw;
    left: 14vw;
    pointer-events: none;
    width: 17vw;
}

.textstyle_01 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 5px;
    font-family: 'congrats_calligraphyregular';
}

.textstyle_02 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #ecb13d;
}

.textstyle_03 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
}

.common_btnstyle {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_btnstyle a {
    width: auto;
    float: left;
    border: 2px solid #fff;
    background-color: transparent;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    padding: 8px 23px;
    border-radius: 25px;
    transition: 0.3s all ease;
}

.common_btnstyle a:hover {
    background-color: #fff;
    color: #222;
}

.carousel_wrpr .owl-dots button {
    width: 25px;
    height: 3px;
    background-color: #595959;
    border-radius: 0;
    margin-right: 10px;
}

.carousel_wrpr .owl-dots button.active {
    background-color: #ff9b1a;
}

.carousel_wrpr .owl-dots button:last-child {
    margin-right: 0px;
}

.carousel_wrpr .owl-stage-outer {
    margin-bottom: 15px;
}

.fixing_item01.blured01 {
    width: 20vw;
    position: absolute;
    left: 39vw;
    top: 4vw;
}

.fixing_item01.blured02 {
    width: 20vw;
    position: absolute;
    left: -5vw;
    top: 16vw;
}

.common_splitting_style01 {
    width: 25%;
    float: left;
}

.common_splitting_style02 {
    width: 75%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.prev_style_blocker01 {
    border: none;
    padding: 0px;
}

.prev_style_blocker01 ul {
    padding-left: 0px;
    padding-right: 50px;
    float: left;
}

.prev_style_blocker01 ul li {
    text-indent: 0px;
}

.inner_splitting_block_common {
    width: 33.333%;
    float: left;
    margin-bottom: 15px;
}

.common_header04 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #c47f09;
    width: auto;
    float: left;
    margin-bottom: 15px;
}

.icon_menu_inner::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(../images/menu/icobn_common01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.icon_menu_inner {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
    color: #7e7e7e;
    font-family: Poppins, sans-serif;
    padding: 15px 0px;
    padding-left: 30px;
}

.common_list_style02 li {
    width: 100%;
    float: left;
}

.bg_changer {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.bg_changer .logo {
    max-width: 150px;
}

.style_blocker02 {
    padding: 10px;
    box-shadow: none;
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product_slider_block .style_blocker02 {
    padding: 5px !important;
}

.style_blocker02 figure .grid_overlay {
    background-color: transparent;
}

.style_blocker02 .product_title {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
    margin-bottom: auto;
    display: flex;
    flex-grow: 1;
    margin-bottom: 15px;
}

.product_description {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #7e7e7e;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    min-height: 65px;
    max-height: 65px;
    overflow: hidden;
    font-weight: 400;
}

.product_description p {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #7e7e7e;
    border: none;
    font-weight: 400;
}

.flv_menu_prdwrapper:hover .product_description {
    border-bottom: none;
}

.style_blocker02 .quantity_main_box_wrapper {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
    padding: 0px;
    margin-top: 0;
    padding-bottom: 15px;
}

.style_blocker02 .quantity_main_box {
    margin: 0;
}

.style_blocker02 .qty_text {
    border-right: 1px solid #fff;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 11px;
    display: flex;
    align-items: center;
    color: #7e7e7e;
}

.style_blocker02 .price {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.style_blocker02 .price span {
    width: auto;
    margin-right: 5px;
}

.quantity_main_box {
    background-color: #efefef;
    display: flex;
    flex-wrap: wrap;
}

.style_blocker02 select {
    background-color: #efefef;
    border: 0;
    outline: 0;
    color: #7e7e7e;
}

.style_blocker02 .select-style {
    border: none;
    margin: 0;
    background-color: #efefef;
}

.common_header05 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
}

.common_header06 {
    color: #474747;
    font-size: 18px;
    line-height: 18px;
    margin-right: 5px;
    font-weight: 400;
    width: auto;
    float: left;
    font-family: 'Poppins', sans-serif;
}

.common_header07 {
    width: 100%;
    float: left;
    font-size: 95px;
    line-height: 30px;
    font-family: 'congrats_calligraphyregular';
    color: #ff9b1a;
    font-weight: 400;
    position: relative;
    margin-bottom: 50px;
}

.common_header07 span {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 150px;
    font-weight: 900;
}

.order_now {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.24);
}

.order_now .text_common01 {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600;
}

.order_now .icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
}

.order_now .icon::before {
    content: '\f032';
    position: absolute;
    width: inherit;
    height: inherit;
    font-family: 'gd_icon' !important;
    font-size: inherit;
    line-height: inherit;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: all 0.3s;
}

.order_now.active .icon::before {
    animation: cart 1.5s;
}

@keyframes cart {
    0% {
        opacity: 1;
    }
    100% {
        transform: translateX(30px) translateY(-100px);
        opacity: 0;
    }
}

.basket {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.basket .icon {
    color: #e52e2f;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    transition: all 0.3s;
}

.basket .icon span {
    background-color: #ff9b1a;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    position: absolute;
    top: -7px;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.basket.active .icon span {
    animation: shake 0.5s;
    animation-delay: 1s;
}

@keyframes shake {
    10% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0px);
    }
}

.flv_menu_prdwrapper figure {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.flv_menu_prdwrapper figure {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    box-shadow: -3px 5px 7px 0px rgba(0, 0, 0, 0.21176471);
}

.list_show {
    position: fixed;
    bottom: 15px;
    background-color: #ff9b1a;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    color: #fff;
    display: none;
    z-index: 2;
}

.list_show_wrpr {
    transition: 0.3s all ease;
    position: relative;
}

.list_show_wrpr .close {
    display: none;
}

.small_banner {
    min-height: 135px !important;
    margin-bottom: 15px !important;
}

.flv_order_tableouter {
    width: 100%;
    background-color: #fff;
    box-shadow: 5px 4px 12px 0px rgba(0, 0, 0, 0.13);
}

.flv_order_tableouter .flv_order_tble_imgwrap img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.flv_order_tableouter .right_section {
    border-bottom: 0;
}

.hader_wrpr01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.amount_block {
    margin-left: auto;
    width: auto;
    float: left;
}

.liting_block_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: auto;
    float: left;
}

.lsting_block_elem {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.lsting_block_elem.coustom_design {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 8px;
    background-color: rgba(255, 255, 255, 0.27058824);
    width: auto;
    float: left;
    border-radius: 25px 0 0 25px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.lsting_block_elem.coustom_design:hover {
    background-color: #fff;
}

.listing_item_wrpr {
    width: auto;
    float: left;
    display: flex;
}

.rounded_icons {
    width: auto;
    float: left;
    display: flex;
    width: 25px;
    height: 25px;
    background-color: #7c7c7c;
    font-size: 13px;
    line-height: 13px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rounded_icons:hover {
    background-color: #3a3a3a;
    color: #fff;
}

.listing_item_wrpr:last-child .rounded_icons {
    margin-bottom: 0;
}

.fixing_right {
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 99;
}

.food_ordering {
    position: fixed;
    right: 0px;
    top: 20%;
    z-index: 99;
}

.food_ordering a {
    margin-bottom: 10px;
}

.food_ordering .lsting_block_elem {
    padding: 10px;
}

.reserve {
    position: fixed;
    left: 0px;
    top: 40%;
    z-index: 99;
    display: none;
    width: 80px;
}

.reserve img {
    width: 100%;
}

.reserve.active {
    display: block;
}

.hangburger_main .mCSB_inside>.mCSB_container {
    margin-right: 0;
    width: 350px;
}

.hangburger_main .social_media_main {
    background-color: #ff9b1a;
    width: inherit;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.hangburger_main .lsting_block_elem.coustom_design {
    width: 100%;
    flex-direction: row;
    padding: 10px;
    background-color: transparent;
}

.hangburger_main .rounded_icons {
    margin-bottom: 0px;
    background-color: transparent;
}

.hader_wrpr02 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.hader_wrpr02 .amount_block {
    margin-left: 0;
}

.product_slider_wrpr .inner_splitting_block_common {
    width: 100%;
}

.columnwrap_first .second_row .itemcaption,
.columnwrap_first .second_row .itemtitle,
.second_row .qunatity,
.second_row .totalprice,
.first_row,
.flv_ordtable_btmbtn,
.first_row {
    font-family: 'Poppins', sans-serif;
}

.first_row {
    text-align: center;
    padding-left: 0;
}

.product_slider_wrpr .quantity_main_box {
    background-color: rgba(99, 99, 102, 0.5);
}

.product_slider_wrpr .style_blocker02 .qty_text {
    color: #fff;
}

.product_slider_wrpr .style_blocker02 select {
    background: transparent;
    color: #bab9b9;
}

.product_slider_wrpr .style_blocker02 .select-style {
    background-color: transparent;
}

.product_slider_wrpr .style_blocker02 .qty_text {
    border-right: 1px solid #616060;
}

.tbl_ftr_tottal {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    text-align: right;
    font-family: 'Poppins', sans-serif;
}

.second_row {
    min-height: 129px;
}

.with_tb_lines::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    top: -17px;
    background-image: url(../images/innerpage_banner/inner_banner_top.png);
    z-index: 1;
}

.with_tb_lines::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: -10px;
    background-image: url(../images/innerpage_banner/inner_banner_bottom.png);
    z-index: 1;
}

.cat_evnt_bg {
    height: auto;
}

.icon01 {
    width: auto;
    float: left;
    background-image: url(../images/index/beernadwine.svg);
}

.icon01::before {
    opacity: 0;
}

.icon02 {
    width: auto;
    float: left;
    background-image: url(../images/index/parking.svg);
}

.icon02::before {
    opacity: 0;
}

.inner_banner_element_5 {
    width: 12vw;
    top: -5vw;
    right: 10vw;
}

.inner_banner_element_6 {
    width: 16vw;
    top: 7vw;
    left: 35vw;
    transition: 1.5s all ease-in-out;
    transition-delay: 0.9s;
}

.inner_banner_element_6.active {
    top: -10vw;
    left: 48vw;
}

.common_splitting_style03 {
    width: 40%;
    float: left;
}

.common_splitting_style04 {
    width: 60%;
    float: left;
}

.img_wrpr {
    width: 100%;
    float: left;
}

.responsive_style img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.responsive_style {
    padding-right: 30px;
}

.splitter_inner {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.offer_tag {
    display: none;
    width: 300px;
    float: left;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 13px;
    background-color: #34ca69;
    position: absolute;
    left: -110px;
    top: 30px;
    transform: rotate(-45deg);
    padding: 10px;
    color: #fff;
    box-shadow: 5px 3px 15px rgba(255, 255, 255, 0.35);
    font-weight: 600;
    text-align: center;
}

.offer_tag span {
    font-weight: 400;
}

.common_min_padding_tb {
    padding-top: 15px;
    padding-bottom: 15px;
}

.common_header_07 {
    width: 100%;
    float: left;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #222222;
    font-weight: 500;
}

.drop_price {
    display: none;
    width: auto;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    color: rgba(126, 126, 126, 0.6);
    float: left;
    margin-bottom: 5px;
    text-decoration: line-through;
}

.common_price_tag strike {
    display: none;
    width: auto;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    color: rgba(126, 126, 126, 0.6);
    float: left;
    margin-bottom: 5px;
    text-decoration: line-through;
}

.common_price_tag {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.org_price {
    font-size: 26px;
    line-height: 26px;
    color: #222;
    width: 100%;
    float: left;
    font-weight: 500;
}

.org_price span {
    margin-right: 3px;
}

.common_min_header {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    font-weight: 500;
    color: #ff9b1a;
}

.common_min_header:after {
    width: 8px;
    height: 2px;
    background-color: rgba(126, 126, 126, 0.5);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.para_common_main {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 18px;
    padding-left: 15px;
    max-height: initial;
    min-height: auto;
}

.selection_wrpr {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.splitting_wrpr {
    display: flex;
    flex-wrap: wrap;
}

.splitting_wrpr .quantity_main_box {
    width: auto;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    position: relative;
    background-color: transparent;
}

.splitting_wrpr .qty_text {
    font-size: 12px;
    line-height: 12px;
    color: #7e7e7e;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;
    font-weight: 500;
}

.splitting_wrpr select {
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #4f4f4f;
    padding: 5px 9px;
    padding-right: 25px;
}

.splitting_wrpr .select-style {
    border: 1px solid #e7e7e7;
    width: auto;
    margin-left: 0px;
    background-image: none;
}

.splitting_wrpr .drop_arrow {
    position: absolute;
    right: 0px;
    font-size: 11px;
    line-height: 11px;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    padding: 7px;
    color: #4f4f4f;
    pointer-events: none;
    background: transparent;
}

.order_now.coustom_btn_style {
    width: auto;
    float: left;
    border: none;
    background-color: #ff9b1a;
    padding: 15px 30px;
}

.order_now.coustom_btn_style .text_common01 {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
}

.order_now.coustom_btn_style .icon {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    height: 18px;
}

.order_now.coustom_btn_style .icon:before {
    content: "\f031";
}

.socialemdia_wrpr {
    width: 100%;
    float: left;
}

.main_des_wrpr .common_min_header {
    font-size: 13px;
    line-height: 14px;
}

.main_des_wrpr .product_description {
    font-size: 14px;
    line-height: 21px;
    color: #626060;
    margin-bottom: 20px;
}

.add_to_basket_inner {
    width: auto;
    float: left;
    margin-bottom: 15px;
}

.menu_details_wrpr_contents .basket {
    margin-left: auto;
}

.menu_details_wrpr_contents .basket {
    margin-bottom: 10px;
}

.productlist_item_img {
    position: relative;
    overflow: hidden;
}

.offer_tag_active .offer_tag {
    display: block;
}

.offer_tag_active .drop_price {
    display: block;
}

.offer_tag_active .common_price_tag strike {
    display: block;
}

.flv_order_tableouter {
    display: flex;
    flex-wrap: wrap;
}

.flv_order_tableouter .right_section {
    display: flex;
    flex-wrap: wrap;
}

.second_row {
    min-height: auto;
    height: auto;
}

.right_section {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.wrpr_no_item {
    padding: 40px;
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.columnwrap_first .second_row .itemcaption {
    font-size: 15px;
}

.columnwrap_first .second_row .itemtitle {
    margin-top: 0px;
    font-size: 13px;
}

.second_row {
    padding-bottom: 0px;
}


/*----------------------aneesh---------------------*/


/*-------------------------------------------*/


/*--------------joby ----------------*/


/*-----------------------------------*/

.secondary_clr {
    color: #94d900;
}

.bg_img_wrapper {
    width: 100%;
    float: left;
}

.bg_img {
    width: 100%;
    object-fit: cover;
}

.head_type_1 {
    font-family: 'Poppins', sans-serif;
    font-size: 68px;
    line-height: 1em;
    color: #9f9f9f;
    margin-bottom: 50px;
    position: relative;
}

.head_type_2 {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    line-height: 1em;
    color: #1f1f21;
}

.head_type_3 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    line-height: 1em;
    color: #000;
    margin-bottom: 15px;
}

.sub_head_type_1 {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.sub_head_type_2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 1em;
    color: #fff;
}

.head_alignment_1 {
    width: 100%;
    float: left;
}

.content_style_1 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #fff;
    width: 100%;
    max-width: 350px;
}

.content_style_1 p {
    width: auto;
    font-size: inherit;
    margin-bottom: 35px;
}

.content_style_2 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
}

.content_style_2 p {
    width: auto;
    font-size: inherit;
    margin-bottom: 25px;
}

.content_style_3 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
}

.content_style_3 p {
    width: auto;
    font-size: inherit;
}

.common_padding {
    padding-left: 55px;
    padding-right: 55px;
}

.positioning_warpper {
    position: relative;
}

.positioning_element {
    position: absolute;
    z-index: 5;
}

.positioning_element img {
    width: 100%;
}

.position_element_1 {
    width: 16vw;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8vw;
}

.position_element_2 {
    width: 38vw;
    right: 0;
    top: -15vh;
}

.position_element_3 {
    width: 35vw;
    left: 0;
    top: calc(50% - 35vh);
}

.position_element_4 {
    width: 35vw;
    right: 0;
    bottom: -30vh;
}

.position_element_5 {
    width: 5vw;
    left: 30vw;
    top: -6vh;
}

.position_element_6 {
    width: 5vw;
    right: 37vw;
    bottom: 50vh;
}

.position_element_7 {
    width: 4vw;
    bottom: -20vh;
    left: 35vw;
}

.scroll_section_finder::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: -10px;
    background-image: url('../images/innerpage_banner/inner_banner_bottom.png');
    z-index: 1;
}

.scroll_section_finder::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    top: -17px;
    background-image: url('../images/innerpage_banner/inner_banner_top.png');
    z-index: 1;
}

.position_content_1 {
    width: 40vw;
    left: 5vw;
    top: 7em;
}

.position_content_2 {
    width: auto;
    right: 1vw;
    top: 11.6vw;
    overflow: hidden;
}

.position_content_3 {
    width: 16vw;
    left: 25vw;
    bottom: -9vw;
    transition: 2s all ease-in-out;
    transition-delay: 0.5s;
}

.position_content_3.active {
    bottom: 4vw;
    left: 28vw;
}

.position_content_4 {
    width: 20vw;
    right: 32vw;
    top: -8vw;
    transition: 2.5s all ease-in-out;
    transition-delay: 0.3s;
}

.position_content_4.active {
    top: 15vw;
    right: 37vw;
}

.icon_block {
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
}

.icon_text {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.animation_wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.animating_piece_1 {
    width: 80%;
    float: left;
    position: absolute;
    left: 0;
    top: 32vw;
    right: 0;
    margin: auto;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.animating_piece_1 img {
    width: 100%;
}

.animating_piece_2 {
    width: 92%;
    float: left;
    position: absolute;
    top: 25vw;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -ms-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
}

.animating_piece_2 img {
    width: 100%;
}

.animating_piece_3 {
    width: 90%;
    float: left;
    position: absolute;
    top: 12vw;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}

.animating_piece_3 img {
    width: 100%;
}

.position_element_1.active .animating_piece_1 {
    top: 38vw;
}

.position_element_1.active .animating_piece_2 {
    top: 33vw;
}

.position_element_1.active .animating_piece_3 {
    top: 26vw;
}

.common_banner {
    min-height: 80vh;
    position: relative;
    margin-bottom: 5vw;
}

.common_banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: -10px;
    background-image: url('../images/innerpage_banner/inner_banner_bottom.png');
    z-index: 1;
}

.inner_banner_img_block {
    width: 25vw;
    position: absolute;
    right: 18vw;
    bottom: -5vw;
    z-index: 5;
}

.inner_banner_img_block img {
    width: 100%;
}

.inner_banner_img_block_profile {
    width: 32vw;
    right: 0;
}

.inner_banner_element_1 {
    width: 5vw;
    top: 27%;
    right: 6%;
}

.inner_banner_element_1 img {
    width: 100%;
}

.inner_banner_element_2 {
    width: 4vw;
    top: 37%;
    right: 45%;
}

.inner_banner_element_2 img {
    width: 100%;
}

.inner_banner_element_3 {
    width: 5vw;
    bottom: 11%;
    right: 48%;
}

.inner_banner_element_3 img {
    width: 100%;
}

.inner_banner_element_4 {
    width: 8vw;
    bottom: -8%;
    left: 20%;
}

.inner_banner_element_4 img {
    width: 100%;
}

.inner_banner_left {
    width: 50vw;
    float: left;
    padding-left: 50px;
}

.inner_page_profile {
    padding-left: 100px;
}

.inner_page_catering {
    padding-left: 100px;
}

.inner_page_catering .head_type_2 {
    margin-bottom: 15px;
}

.single_block {
    width: 100%;
    float: left;
    padding: 15px 15px 15px 8vw;
    position: relative;
    color: #fff;
    margin-top: 15px;
}

.icon_style {
    height: 100%;
    font-size: 100px;
    color: #ff9b1a;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.gallery_inner_wrpr a {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 0 !important;
    max-height: 0;
    margin: 0px;
}

.gallery_inner_wrpr a.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: calc(25% - 15px) !important;
    max-height: 100%;
    margin: 7px;
}

.gallery_inner_wrpr a.active img {
    width: 100%;
    float: left;
}

.sub_category_block {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 25px;
}

.sub_category_block .category_item {
    font-size: 13px;
    line-height: 13px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #ff9b1a;
    padding: 5px 19px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 15px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    min-width: 120px;
    padding: 10px 15px;
    text-align: center;
}

.sub_category_block .category_item.active {
    background: #ff9b1a;
    color: #000;
}

.common_sm_txt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    width: 100%;
    float: left;
    color: #000;
    padding: 0px 15%;
}

.common_anim_hero01_child01 {
    width: auto;
    top: 7vw !important;
    left: 1vw !important;
    z-index: 3;
}

.common_anim_hero01_child02 {
    width: auto;
    top: 27vw !important;
    left: 7vw !important;
    z-index: 1;
}

.common_anim_hero01_child03 {
    width: auto;
    top: 4vw !important;
    left: -1vw !important;
    z-index: 2;
}

.common_anim_hero01_child04 {
    width: auto;
    top: 4.7vw !important;
    left: 19.7vw !important;
    z-index: 3;
}

.common_anim_hero01_child05 {
    width: auto;
    top: 23.4vw !important;
    left: 27.5vw !important;
    z-index: 3;
}

.common_anim_items01 {
    overflow: hidden;
}

.carousel_wrpr {
    width: 50vw;
}

.textstyle_01 {
    font-size: 70px;
    line-height: 80px;
}

.textstyle_02 {
    font-size: 45px;
    line-height: 45px;
}

.textstyle_03 {
    font-size: 20px;
}

.common_anim_items04 {
    left: 20vw;
}

.logo a {
    width: 100%;
    float: left;
}

.item_listing_elem:hover {
    color: rgba(255, 255, 255, 0.55);
}

.item_listing_content,
.item_listing_number {
    width: auto;
    float: left;
    margin-right: 15px;
}

.item_listing_number {
    font-size: 14px;
}

.item_listing_icon {
    width: auto;
    float: left;
}

.common_ul_type_1 li a {
    margin-right: 40px;
}

.hangburger_main .item_listing_elem {
    color: #222;
}

.food_ordering a {
    margin-bottom: 0px;
    max-width: 60px;
    display: flex;
    align-items: center;
    margin: 0 15px;
}

.food_ordering {
    position: relative;
    /* top: auto; */
    /* left: auto; */
    /* right: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.food_ordering .lsting_block_elem {
    flex-direction: row;
    padding: 0;
    margin-bottom: 25px;
}

.fixing_right {
    top: 40vh;
}

.gd_condition_apply {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.terms_icon {
    width: auto;
    float: left;
    font-size: 15px;
    line-height: 1em;
    color: #ff0000;
    margin-right: 3px;
}

.style_blocker02 .quantity_main_box_wrapper2 .qty_text.spicy_text,
.splitting_wrpr .qty_text.spicy_text,
.columnwrap_first .second_row .itemtitle.spicy_text {
    color: #fff;
}

.spicy_text_custom {
    color: #ff0000 !important;
}

.special_note {
    width: auto;
    margin-left: auto;
    float: right;
    color: #ff9b1a;
}

.gd_banner_head_text h3 {
    font-size: 100px;
    line-height: 135px;
    margin-bottom: -35px;
    font-family: 'congrats_calligraphyregular';
    color: #ff9b1a;
}

.gd_banner_head_text h4 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.gd_banner_head_text h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    width: 100%;
    float: left;
    color: #000;
    padding: 0px 15%;
}

.applied_coupon {
    width: auto;
    float: right;
    padding: 10px 30px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    background-color: #2aa154;
    color: #fff;
    font-size: 12px;
    position: relative;
}

.apply_coupon_close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5000b;
    font-family: 'Poppins', sans-serif;
    color: #e5000b;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
}


/*-----------------------------------*/


/*--------------joby ----------------*/


/*------------ajin-----------------*/


/*-----------------------------------*/

.common_inner_wrpr {
    width: 100%;
    float: left;
}

.about_block_wrpr {
    margin-top: 50px;
    position: relative;
}

.about_block_wrpr .common_inner_wrpr {
    width: 100%;
    float: left;
    padding-top: 55px;
    padding-bottom: 100px;
}

.common_split_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.common_split_block {
    width: 100%;
    float: left;
}

.common_split_wrpr .common_split_block {
    width: 50%;
}

.common_split_wrpr2 {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.common_split_wrpr2 .common_left_block {
    width: 55%;
}

.common_split_wrpr2 .common_right_block {
    width: 45%;
}

.common_title_type {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    padding-top: 80px;
}

.common_title_type_top {
    font-size: 90px;
    line-height: 150px;
    font-family: 'congrats_calligraphyregular';
    color: #ff9b1a;
    position: absolute;
    top: 10px;
    left: 55px;
}

.parallax_common_title {
    font-size: 150px;
    line-height: 150px;
    font-family: 'Poppins', sans-serif;
    width: auto;
    float: left;
    position: absolute;
    font-weight: 700;
    color: rgba(171, 171, 171, 0.2);
    bottom: -11px;
    pointer-events: none;
    white-space: nowrap;
}

.common_title_type_relative {
    padding-top: 0;
}

.common_title_type_relative .common_title_type_top {
    left: 0;
}

.common_title_type_relative .parallax_common_title {
    position: relative;
    line-height: 80px;
}

.common_subtitle_type {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #1f1f21;
    margin-bottom: 40px;
}

.commmon_para_type {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.commmon_para_type p {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 400;
}

.commmon_para_type p:last-child {
    margin-bottom: 0;
}

.common_bg_img_01 {
    position: absolute;
    width: auto;
    z-index: -1;
    right: 0;
    bottom: 0;
}

.common_bg_img_01 img {
    opacity: 0.2;
}

.about_content_wrpr .commmon_para_type {
    margin-bottom: 37px;
    padding-right: 210px;
}

.common_link_type {
    width: auto;
    float: left;
    padding: 15px 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #111111;
    transition: all 0.3s;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    position: relative;
}

.right_icon {
    float: right;
}

.common_link_type:hover {
    background-color: #222;
    color: #ff9b1a;
}

.about_img_wrpr {
    padding-left: 50px;
    padding-top: 5px;
}

.about_img_wrpr img {
    width: 100%;
    float: left;
}

.about_link_img {
    width: 23vw;
    float: left;
    margin-bottom: 25px;
}

.about_link_img img {
    width: auto;
    float: left;
    min-width: 100%;
    max-width: 100%;
}

.about_normal_img {
    width: 30vw;
    float: left;
}

.about_normal_img img {
    width: auto;
    float: left;
    min-width: 100%;
    max-width: 100%;
}

.tripadviser_block_wrpr {
    position: relative;
}

.tripadviser_block_wrpr .common_inner_wrpr {
    padding-top: 150px;
    padding-bottom: 40px;
}

.special_block_type {
    width: 100%;
    float: left;
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.special_block_img_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.special_block_img_wrpr img {
    width: auto;
    float: left;
    max-width: 100%;
}

.commmon_para_type2 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.commmon_para_type2 p {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #555555;
    margin-bottom: 15px;
}

.commmon_para_type2 p:last-child {
    margin-bottom: 0;
}

.txt_align_center {
    text-align: center;
}

.special_para_wrpr {
    padding: 0 60px;
    margin-bottom: 70px;
    max-height: 120px;
    overflow: hidden;
    min-height: 120px;
}

.special_info_wrpr {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #555555;
    margin-bottom: 50px;
}

.special_info_wrpr span {
    width: 100%;
    float: left;
}

.special_link_img_block {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.special_link_items {
    width: auto;
    float: left;
    margin-right: 30px;
}

.special_link_items:last-child {
    margin-right: 0;
}

.special_link_img img {
    width: auto;
    float: left;
    max-width: 100%;
}

.special_link_text {
    width: auto;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 20px;
    position: relative;
    color: #cc0033;
    border: 1px solid #cc0033;
    transition: all 0.3s;
}

.special_link_text:hover {
    background-color: #cc0033;
    color: #fff;
}

.special_link_text2 {
    color: #0a8e24;
    border-color: #0a8e24;
}

.special_link_text2:hover {
    background-color: #0a8e24;
    color: #fff;
}

.shape_text_wrpr {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.shape_text_image_wrpr {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.shape_text_image_wrpr img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.shape_text_block {
    width: calc(100% - 5px);
    float: left;
    margin-top: 120px;
    margin-bottom: 120px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #fff;
}

.shape_text_block::before {
    content: "";
    position: absolute;
    width: 50%;
    float: left;
    height: 125%;
    background: #fff;
    right: -6px;
    top: -35px;
    z-index: -1;
    border: 5px solid #b19c77;
}

.flv_innerpage_head {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    text-transform: none;
    color: #b19c77;
}

.flv_innerpage_head span {
    width: 100%;
    float: left;
    font-size: 64px;
    line-height: 64px;
    font-weight: 900;
}

.flv_innerpage_head::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 15px;
    transform: translateX(-50%);
}

.shape_text_block_para {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    max-width: 20vw;
    display: table;
    margin: auto;
    float: none;
    margin-bottom: 30px;
    max-height: 20vw;
}

.link_type2 {
    width: auto;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 30px;
    color: #fff;
    background-color: #000;
    transition: all 0.3s;
}

.link_type2:hover {
    background-color: rgba(224, 146, 27, 0.75);
    color: #fff;
}

.shape_text_wrpr:hover .shape_text_image_wrpr img {
    transform: scale(1.015);
}

.specialdish_wrap {
    margin-top: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.specialdish_wrap section {
    width: 25%;
    margin-right: 0;
    padding: 0;
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    min-height: auto;
    box-shadow: none;
}

.specialdish_wrap section figure a {
    width: 100%;
    float: left;
    overflow: hidden;
}

.specialdish_wrap section figure a img {
    width: 100%;
    float: left;
    transition: all 0.3s;
}

.specialdish_wrap section figure:hover a img {
    transform: scale(1.015);
}

.common_form_type {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.gd_form_group {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

.gd_form_group:last-child {
    margin-bottom: 0;
}

.gd_input {
    background-color: #fff;
    border-radius: 25px !important;
    border: none !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.13);
    float: left;
    width: 100%;
    height: 45px;
    padding: 10px;
}

textarea.gd_input {
    height: auto;
}

.gd_input:focus {
    outline: none;
}

textarea.gd_input {
    resize: none;
}

.gd_label {
    position: absolute;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1em;
    pointer-events: none;
    transition: all 0.3s;
    left: 15px;
    font-size: 12px;
    color: #888888;
    font-family: 'Poppins', sans-serif;
}

.floated .gd_label {
    height: 1em !important;
    top: -0.5em;
    background-color: #fff;
}

label.error {
    width: auto;
    float: left;
    position: absolute;
    right: 15px;
    left: auto;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #ff0000;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    margin: auto;
}

.gd_form_group_split {
    width: calc(50% - 10px);
    margin-right: 20px;
}

.gd_form_group_split:nth-child(2n) {
    margin-right: 0;
}

.datepicker_icon_arange {
    position: absolute;
    right: 25px;
    height: 100%;
    font-size: 18px;
    color: #ff9b18;
    pointer-events: none;
    z-index: 5;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.datepicker_icon_arange~.date_picker {
    padding-right: 45px;
}

.gd_submit {
    width: 100%;
    padding: 12px 85px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    border: none;
    display: table;
    margin: auto;
    float: none;
    border-radius: 25px;
    background-color: #ff9b1a;
    color: #fff;
    transition: all 0.3s;
}

.gd_submit:hover {
    background-color: rgba(255, 155, 26, 0.8);
}

header.dtp-header {
    position: unset;
}

.common_title_type1 {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 35px;
    color: #222222;
}

.text_center {
    text-align: center;
}

.common_title_type2 {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
    color: #111111;
}

.commmon_para_type3 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.commmon_para_type3 p {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 15px;
}

.commmon_para_type3 p:last-child {
    margin-bottom: 0;
}

.reserve_table_block_wrpr .common_form_type {
    margin-bottom: 90px;
}

.inner_page_reserve {
    width: 90vw;
}

.inner_page_reserve span {
    width: 100%;
    float: left;
    font-size: 25px;
    line-height: 25px;
}

.reserve_table_block_inner {
    width: 100%;
    float: left;
    max-width: 95%;
    float: none;
    display: table;
    margin: auto;
    margin-top: -200px;
    position: relative;
    padding: 75px 100px;
    background-color: #fff;
    border-radius: 25px;
}

.reserve_table_block_wrpr {
    width: 100%;
    float: left;
    z-index: 1;
    position: relative;
}

.reserve_table_block_wrpr .common_form_type {
    margin-bottom: 50px;
}

.contact_wrpr .common_inner_wrpr {
    margin-bottom: 50px;
}

.text_clr_white {
    color: #fff;
}

.profile_block_section_wrpr .common_inner_wrpr {
    max-width: 59%;
    display: table;
    float: none;
    margin: auto;
    padding: 150px 0;
}

.profile_block_section_wrpr .common_title_type {
    margin-bottom: 90px;
}

.profile_block_section_wrpr .commmon_para_type {
    margin-bottom: 0;
}

.profile_block_section_wrpr .commmon_para_type p {
    color: #fff;
}

.common_split_wrpr3 {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.common_split_wrpr3 .common_split_block {
    width: 33.33%;
    float: left;
}

.profile_block_section1_wrpr .common_inner_wrpr {
    padding-top: 100px;
    padding-bottom: 100px;
}

.special_content_link_block_type {
    width: 100%;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.special_content_link_block_type_title {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 60px;
}

.special_content_link_block_type .commmon_para_type2 {
    max-width: 80%;
    float: none;
    margin: auto;
    margin-bottom: 75px;
    flex: 1 0;
}

.special_content_link_block_type .commmon_para_type2 p {
    color: #000;
}

.special_content_link_block_type .common_link_type {
    float: none;
    display: table;
    margin: auto;
}

.bg_img_wrpr {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.bg_img01 {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.bg_img01 img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
}

.product_slider_wrpr .style_blocker02 .quantity_main_box_wrapper2 {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #37373a;
    align-items: center;
}

.owl_slider_product .owl-nav {
    width: calc(100% - 160px);
    left: 5px;
    position: relative;
    float: left;
}

.owl_slider_product .owl-stage-outer {
    width: 100%;
    float: left;
}

.owl_slider_product .owl-nav button {
    width: 35px;
    height: 35px;
    float: left;
}

.owl_slider_product .owl-nav button span {
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}

.shade_bg_link {
    width: auto;
    float: left;
    padding: 25px 45px;
    background-image: url('../images/index1/shade_link_bg.png');
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    transition: all 0.3s;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.shade_bg_link:hover {
    background-position: 100% 90%;
    color: #fff;
}

.product_slider_inner_wrpr .shade_bg_link {
    position: relative;
    float: right;
    margin-top: -45px;
    z-index: 1;
}

.flv_ordtable_btmbtn.btn_grey {
    background-color: #888888;
    color: #fff;
    transition: all 0.3s;
}

.flv_ordtable_btmbtn.btn_grey:hover {
    background-color: rgba(136, 136, 136, 0.75);
}

.flv_ordtable_btmbtn.btn_red:hover {
    color: #fff;
    background-color: rgba(229, 0, 11, 0.75);
}

.gallery_inner_wrpr {
    margin-bottom: 35px;
}

.sub_category_block {
    margin-bottom: 10px;
}

.flv_order_empty_wrpr {
    width: 100%;
    float: left;
    padding: 55px 75px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 35px;
}

.flv_order_empty_wrpr img {
    width: auto;
    float: left;
    min-width: 10vw;
}

.owl_slider_product .style_blocker02 {
    height: auto;
}

.owl_slider_product .style_blocker02 .product_title {
    flex-grow: unset;
}

.apply_coupn_full_wrpr {
    width: 100%;
    float: left;
    float: right;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 250px;
}

.link_btn_type {
    width: auto;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 12px;
    background-color: #ff9b1a;
    padding: 12px 25px;
    color: #fff;
    transition: all 0.3s;
    margin-bottom: 15px;
    display: block;
}

.link_btn_type:hover {
    background-color: #ff9b1a;
    color: #fff;
}

.apply_coupn_full_wrpr.active .link_btn_type {
    display: none;
}

.title_input_wrpr {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    display: none;
}

.apply_coupn_full_wrpr.active .title_input_wrpr {
    display: block;
}

.apply_coupn_full_wrpr .gd_form_group {
    margin-bottom: 15px;
}

.apply_coupn_full_wrpr .gd_form_group:last-child {
    margin-bottom: 0;
}

.gd_submit1 {
    width: 50%;
    float: left;
    padding: 10px 15px;
    background-color: #34ca69;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #34ca69;
    transition: all 0.3s;
    text-align: center;
}

.cancel {
    background-color: #ffff;
    color: #444444;
    border-color: transparent;
}

.gd_submit1:hover {
    background-color: #2aa154;
}

.cancel:hover {
    background-color: transparent;
    color: #ff9b1a;
}

.coupon_info_txt {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #94d900;
    text-align: right;
    margin-bottom: 15px;
    text-transform: unset;
}

.quantity_main_box_wrapper2 .select_style_auto {
    width: auto;
    position: relative;
    background-color: transparent;
    padding-right: 10px;
}

.quantity_main_box_wrapper2 .select_style_auto::after {
    content: '\f0d7';
    position: absolute;
    font-family: 'gd_icon' !important;
    width: 10px;
    height: 100%;
    right: 10px;
    top: 0;
    font-size: 10px;
    line-height: 10px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    pointer-events: none;
}

.style_blocker02 .quantity_main_box_wrapper2 .price {
    flex-wrap: wrap;
}

.style_blocker02 .quantity_main_box_wrapper2 .price strike {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    font-weight: 300;
}

.price strike {
    display: none;
}

.offer_tag_active .price strike {
    display: block;
}

.quantity_main_box_wrapper2 .quantity_main_box {
    float: left;
    background-color: #a18961;
    height: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0 2px;
    overflow: hidden;
}

.style_blocker02 .quantity_main_box_wrapper2 .qty_text {
    padding: 0px 5px;
    margin-bottom: 2px;
    width: auto;
    text-transform: none;
    border-right: 0;
    border-right: 1px solid #b19c77;
    height: 100%;
}

.style_blocker02 .quantity_main_box_wrapper2 select {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    font-weight: 700;
    background-color: transparent;
    padding: 0;
    padding-right: 12px;
    padding-left: 5px;
}

.style_blocker02 .quantity_main_box_wrapper2 {
    background-color: #f7f7f7;
    padding: 5px;
    border: 1px solid #f4f4f4;
    min-height: 60px;
}

.grid_overlay {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.grid_overlay_more {
    width: auto;
    float: left;
    padding: 12px 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 12px;
    background-color: #ffffff;
    color: #666666;
    transition: all 0.3s;
    opacity: 0;
}

.grid_overlay:hover .grid_overlay_more {
    opacity: 1;
}


/*-----------------------------------*/


/*------------ajin-----------------*/

.new-letter-container {
    width: 100%;
    float: left;
    padding: 55px 15px;
    position: relative;
    background-image: url(../images/banner/common_bg02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.new-letter {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .new-letter {
        flex-wrap: wrap;
    }
}

.new-letter-form {
    position: relative;
}

.new-letter-form label.error {
    width: auto;
    float: left;
    position: absolute;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: red;
    left: 0;
    bottom: -20px;
    top: auto;
    right: auto;
}

.new-letter-form .gd_label {
    color: #666;
}

.new-letter-form.floated .gd_label {
    top: 1px;
}

.new-letter-head {
    width: auto;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 1em;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .new-letter-head {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.newsletter-field {
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    width: 35vw;
    height: 50px;
    background: #fff;
    float: left;
    border: none;
    padding: 20px 15px 15px 15px;
}

.newsletter-field:focus {
    outline: none;
}

@media (max-width: 768px) {
    .newsletter-field {
        width: 50vw;
    }
}

.new-letter-btn {
    width: auto;
    float: left;
    background: #66b4ef;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 13px;
    border: none;
}

.new-letter-message {
    width: 50vw;
    float: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #b7b7b7;
    margin-bottom: 15px;
    text-align: center;
    margin: 0px auto 15px auto;
}

@media (max-width: 1024px) {
    .new-letter-message {
        width: 90vw;
        font-size: 15px;
    }
}

.elementHide {
    display: none;
}

.map_full_wrpr {
    width: 100%;
    float: left;
}

.map_full_wrpr iframe {
    width: 100%;
    float: left;
    min-height: 500px;
}

.product_slider_block {
    background-color: #b19c77;
    position: relative;
    padding-top: 150px;
}

.product_slider_block:before {
    width: 100%;
    height: 100%;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&1+33,0+78 */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 33%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 33%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 33%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
}

.splitter_inner {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.splitter_01 {
    width: 60%;
    float: left;
}

.splitter_02 {
    width: 40%;
    float: left;
}

.position_image {
    position: relative;
    display: flex;
    align-items: center;
}

.text_element_01 {
    width: 100%;
    float: left;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: auto;
    color: #ababab;
    opacity: 0.2;
    font-size: 100px;
    line-height: 100px;
    text-align: center;
}

.text_element_02 {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    margin: auto;
    color: #ababab;
    opacity: 0.2;
    font-size: 144px;
    line-height: 144px;
    text-align: center;
    font-weight: 700;
}

.bg_dark {
    background-color: #000;
    position: relative;
}

.bg_img_fade {
    opacity: 0.4;
}

.common_heading_style_01 {
    width: 100%;
    float: left;
    font-family: 'congrats_calligraphyregular';
    font-size: 50px;
    line-height: 65px;
    color: #fff;
    text-align: center;
}

.common_para_white {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.bg_img_fixed {
    position: absolute;
}

.bg_img_fixed img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wrapper_contents {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 130px;
    padding-bottom: 130px;
}

.common_box_style_1 {
    width: 100%;
    max-width: 900px;
    padding: 40px;
    border: 2px solid rgba(255, 255, 255, 0.27);
}

.image_fixing_01 {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.image_fixing_01 img {
    width: auto;
    float: left;
}

.delight_party:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+2,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
    /* IE6-9 */
    content: '';
    height: 100%;
    opacity: 0.4;
}

.inner_page_profile {
    margin-top: 0;
    padding-left: 50px;
    margin-bottom: 100px;
}

.inner_page_profile.head_type_2 {
    color: #1f1f21;
}

.common_banner_bg {
    width: 100%;
    float: left;
    padding-top: 215px;
    padding-bottom: 20px;
    background-image: url('../images/aboutpage/banner_section_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 85vh;
}

@media (min-width: 1440px) {
    .common_banner_bg {
        padding-top: 15vw;
        padding-bottom: 2vw;
    }
}

@media (max-width: 1200px) {
    .common_banner_bg {
        padding-top: 200px;
        padding-bottom: 45px;
    }
}

@media (max-width: 1024px) {
    .common_banner_bg {
        padding-top: 150px;
        padding-bottom: 100px;
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .common_banner_bg {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

.common_banner_title {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
}

@media (min-width: 1440px) {
    .common_banner_title {
        font-size: 10vw;
        line-height: 10vw;
    }
}

@media (max-width: 1200px) {
    .common_banner_title {
        font-size: 100px;
        line-height: 100px;
        margin-bottom: 5px;
    }
}

@media (max-width: 1024px) {
    .common_banner_title {
        font-size: 95px;
        line-height: 95px;
        color: rgba(0, 0, 0, 0.25);
    }
}

@media (max-width: 768px) {
    .common_banner_title {
        font-size: 75px;
        line-height: 75px;
    }
}

@media (max-width: 576px) {
    .common_banner_title {
        font-size: 45px;
        line-height: 45px;
    }
}

.common_banner_subtitle {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #1f1f21;
}

@media (min-width: 1440px) {
    .common_banner_subtitle {
        font-size: 2vw;
        line-height: 3vw;
    }
}

@media (max-width: 1200px) {
    .common_banner_subtitle {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 1200px) {
    .common_banner_subtitle {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .common_banner_subtitle {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 576px) {
    .common_banner_subtitle {
        font-size: 12px;
        line-height: 14px;
    }
}

.inner_banner_img_block_profile {
    width: 40vw;
    right: 8vw;
}

@media (max-width: 1200px) {
    .inner_banner_img_block_profile {
        width: 45vw;
        right: 5vw;
    }
}

@media (max-width: 1024px) {
    .inner_banner_img_block_profile {
        width: 45vw;
        right: 5vw;
        bottom: 0;
    }
}

.bio_food_wrpr {
    padding-top: 50px;
    padding-bottom: 215px;
    background-color: #e6decd;
}

@media (min-width: 1440px) {
    .bio_food_wrpr {
        padding-top: 3vw;
        padding-bottom: 20vw;
    }
}

@media (max-width: 1024px) {
    .bio_food_wrpr {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.bg_img_wrpr {
    position: relative;
}

.bg_img_wrpr .bg_img {
    position: absolute;
    width: auto;
    width: 100%;
    float: left;
    height: 100%;
    top: 0;
    left: 0;
}

.bg_img img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
}

.bg_img.bg_img_right {
    float: right;
}

.bg_img_wrpr .bg_img_sub {
    width: 15vw;
    position: absolute;
}

.bg_img_sub img {
    width: 100%;
}

.bg_img_left {
    left: 0;
}

.bg_img_right {
    right: 0;
}

.bg_img_top {
    top: 0;
}

.bg_img_bottom {
    bottom: 0;
}

.bio_food_inner_wrpr {
    width: 100%;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 50%;
    position: relative;
}

.special_title_wrpr {
    width: 100%;
    float: left;
    padding-top: 0;
    margin-bottom: 40px;
}

@media (min-width: 1440px) {
    .special_title_wrpr {
        margin-bottom: 2vw;
    }
}

.profile_block_section_wrpr .common_title_type {
    margin-bottom: 40px;
}

.special_title {
    width: auto;
    float: left;
    max-width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 210px;
    line-height: 210px;
    font-weight: 700;
    color: #6f8b4d;
    position: relative;
}

@media (min-width: 1440px) {
    .special_title {
        font-size: 8.5vw;
        line-height: 8.5vw;
    }
}

@media (max-width: 1200px) {
    .special_title {
        font-size: 150px;
        line-height: 150px;
    }
}

@media (max-width: 1024px) {
    .special_title {
        font-size: 125px;
        line-height: 125px;
    }
}

@media (max-width: 992px) {
    .special_title {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 576px) {
    .special_title {
        font-size: 70px;
        line-height: 70px;
    }
}

.special_title span {
    width: auto;
    float: left;
    position: absolute;
    left: auto;
    top: 50%;
    bottom: auto;
    right: -15%;
    font-family: 'congrats_calligraphyregular';
    font-size: 123px;
    line-height: 123px;
    color: #fff;
    font-weight: 400;
}

@media (min-width: 1440px) {
    .special_title span {
        font-size: 5vw;
        line-height: 5vw;
    }
}

@media (max-width: 1200px) {
    .special_title span {
        font-size: 90px;
        line-height: 90px;
    }
}

@media (max-width: 1024px) {
    .special_title span {
        font-size: 75px;
        line-height: 75px;
    }
}

@media (max-width: 992px) {
    .special_title span {
        font-size: 55px;
        line-height: 55px;
    }
}

@media (max-width: 576px) {
    .special_title span {
        font-size: 25px;
        line-height: 25px;
    }
}

.bio_food_inner_wrpr .commmon_para_type {
    padding-right: 100px;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .bio_food_inner_wrpr .commmon_para_type {
        padding-right: 25px;
    }
}

.profile_block_section_wrpr {
    width: 100%;
    float: left;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.profile_block_section_wrpr .common_inner_wrpr {
    max-width: 48%;
    padding: 30px 0 206px 0;
    float: left;
}

.profile_block_section_wrpr .commmon_para_type p {
    color: #000;
}

.profile_block_section1_wrpr .common_link_type {
    background-color: #fff;
    border: 1px solid #464646;
    color: #464646;
    border-radius: 25px;
}

.profile_block_section1_wrpr .common_link_type:hover {
    background-color: #222;
    color: #ff9b1a;
}

.banner_inner_img_01 {
    width: auto;
    position: absolute;
    z-index: 2;
    left: 25vw;
}

.menu_details_page .style_blocker02 .quantity_main_box_wrapper2 {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #37373a;
    margin-bottom: 0;
    padding: 0px;
    align-items: center;
}

.menu_details_page .style_blocker02 .price {
    color: #7e7e7e;
}

.menu_details_page .flv_menu_prdwrapper .product_description {
    color: #7e7e7e;
}

.menu_details_page .order_now .text_common01 {
    color: #7e7e7e;
}

.menu_details_page .order_now .icon {
    color: #7e7e7e;
}

.menu_details_page .style_blocker02 .qty_text {
    color: #fff;
}

.menu_details_page .order_now {
    border-bottom: 2px solid rgba(107, 105, 105, 0.24);
}

.menu_details_page .drop_menu_list li a:hover {
    color: #c47f09;
}

.menu_details_page .quantity_main_box_wrapper2 .quantity_main_box {
    background-color: #d4d4d4;
}

.menu_details_page .style_blocker02 .quantity_main_box_wrapper2 .qty_text {
    border-color: #fff;
}

.menu_details_page .order_now {
    padding-right: 0;
    padding-left: 0;
}

.menu_details_page .style_blocker02 .product_title {
    color: #7e7e7e;
}

.quantity_main_box_wrapper option {
    color: #7e7e7e;
}

.inner_banner_img_block_catering {
    width: 49vw;
    position: absolute;
    right: 2vw;
    bottom: -10vw;
    z-index: 5;
}

.amount_block {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1em;
}

.inner_page_contact {
    margin-bottom: 50px;
}

.reserve_table_block_wrpr .common_title_type2 {
    font-family: 'congrats_calligraphyregular';
    font-size: 50px;
    font-weight: 400;
}

.inner_page_reserve {
    margin-bottom: 165px;
    padding-left: 80px;
}

.inner_page_reserve.head_type_2 {
    font-family: 'congrats_calligraphyregular';
    font-size: 95px;
    color: #ff9b1a;
    line-height: 50px;
}

.inner_page_reserve.head_type_2 span {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.btn_dark {
    background-color: #000;
    color: #fff;
    padding: 15px 40px;
    border-radius: 25px 0 0 25px;
}

.btn_primary {
    background-color: #ff9b1a;
    color: #fff;
    padding: 15px 40px;
    border-radius: 0 25px 25px 0;
}

.inner_page_profile .head_type_2 {
    line-height: 1.3em;
    width: 100%;
    max-width: 500px;
}

.rev_leaf_vector {
    width: auto;
    position: absolute;
    z-index: 2;
    left: 25vw;
    transform: scaleX(-1);
    top: -5.5vw;
}

.reserve_tabele_block_wrpr {
    position: relative;
}

.reserve_page_wrpr {
    padding-top: 100px;
}

.position_content_2_01 {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: spin 40s linear infinite;
}

.common_split_01 {
    width: 70%;
}

.common_split_02 {
    width: 30%;
}

.text_area_style {
    padding-left: 20px;
}

.text_area_style .gd_form_group {
    margin-bottom: 20px;
    height: calc(100% - 25px);
}

.text_area_style .gd_label {
    height: 3em;
}

.text_area_style textarea {
    height: 100%;
}

.quantity_main_box_wrapper.active {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
}

.quantity_main_box_wrapper.active .price {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.position_image img {
    margin: auto;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: 'congrats_calligraphyregular';
    src: url('../fonts/congrats/congrats_calligraphy_400-webfont.woff2') format('woff2'), url('../fonts/congrats/congrats_calligraphy_400-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}

.transition {
    transition: all 0.3s;
}

.width_full {
    width: 100%;
    float: left;
}

.width_auto {
    width: auto;
    float: left;
}

.display_flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.display_flex_align_items_center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.display_flex_justify_items_center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.display_flex_justify_items_start {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.display_flex_justify_items_end {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.display_flex_justify_items_space {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.display_flex_justify_items_spece_even {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
}

.display_flex_justify_items_spece_arround {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.display_flex_center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.display_flex_coloumn {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.display_flex_coloumn_align_center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.display_flex_coloumn_align_start {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
}

.display_flex_coloumn_align_right {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
}

.display_flex_coloumn_justify_center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.display_flex_coloumn_center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


/*-----------aneesh--------------------*/


/*-----------------------------------*/

@media (max-width: 1024px) {
    .common_header_07 {
        font-size: 20px;
        line-height: 24px;
    }
    .org_price {
        font-size: 25px;
        line-height: 25px;
    }
    .drop_price {
        font-size: 16px;
        line-height: 16px;
    }
    .main_des_wrpr .product_description {
        font-size: 13px;
        line-height: 18px;
    }
    .offer_tag {
        font-size: 12px;
        padding: 6px;
        line-height: 12px;
        left: -120px;
        top: 20px;
    }
    /* end_13fb */
    .with_tb_lines.positioning_warpper {
        height: auto;
    }
    .common_header07 {
        font-size: 70px;
        margin-bottom: 20px;
    }
    .sub_category_block .category_item {
        font-size: 12px;
        line-height: 12px;
    }
    .gallery_inner_wrpr {
        margin-bottom: 25px;
    }
    .list_show_wrpr .close {
        display: flex;
    }
    .padding_lr_primary {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .padding_lr_header_primary {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .textstyle_01 {
        font-size: 40px;
        line-height: 40px;
        width: auto;
        margin-bottom: 5px;
    }
    .textstyle_02 {
        font-size: 27px;
        line-height: 27px;
        margin-bottom: 5px;
    }
    .list_show {
        display: block;
    }
    .common_splitting_style01 {
        display: none;
    }
    .common_splitting_style02 {
        width: 100%;
    }
    .flv_menu_prdwrapper figure {
        float: left;
    }
    .style_blocker02 .product_title {
        font-size: 17px;
        line-height: 25px;
        margin-top: 0;
    }
    .style_blocker02 .qty_text {
        font-size: 11px;
        line-height: 11px;
    }
    .style_blocker02 .product_description {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 10px;
    }
    .product_description_inner {
        max-height: 30px;
    }
    .list_show_wrpr.active {
        display: block;
        width: 80%;
        z-index: 999;
        position: fixed;
        bottom: 15px;
        margin: 0px auto;
        background-color: #fff;
        padding: 16px;
        left: 0;
        right: 0;
        overflow: scroll;
        height: 70vh;
    }
    .list_show_wrpr.active .common_header04 {
        display: none;
    }
    .prev_style_blocker01 ul {
        padding-right: 0px;
    }
    .icon_menu_inner {
        font-size: 13px;
        line-height: 13px;
    }
    .gd_banner_head_text h3 {
        font-size: 40px;
        line-height: 55px;
        width: auto;
        margin-bottom: -10px;
    }
    .gd_banner_head_text h4 {
        font-size: 27px;
        line-height: 27px;
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .banner_height {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .second_row {
        padding: 15px;
    }
    .menu_details_wrpr_contents .add_to_basket_inner {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        float: left;
        z-index: 99;
        margin-bottom: 0;
    }
    .order_now.coustom_btn_style {
        width: 100%;
        justify-content: center;
    }
    .common_splitting_style03 {
        width: 100%;
    }
    .responsive_style {
        padding-right: 0px;
        padding-bottom: 25px;
    }
    .responsive_style img {
        height: 300px;
    }
    .common_splitting_style04 {
        width: 100%;
    }
    .gallery_inner_wrpr {
        margin-bottom: 15px;
    }
    .inner_splitting_block_common {
        width: 50%;
    }
    .style_blocker02 {
        padding: 5px;
        box-shadow: none;
    }
    .with_tb_lines.padding_tb_primary {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .carousel_wrpr {
        width: 100%;
        position: relative;
        left: auto;
        top: 100px;
        color: #fff;
        text-align: center;
    }
    .common_anim_items04 {
        position: absolute;
        top: -15vw;
        left: 33vw;
        width: 37vw;
    }
    .fixing_right {
        top: 65%;
    }
    .food_ordering {
        top: 43%;
    }
    .reserve {
        width: 60px;
    }
    .common_anim_items01 {
        width: 50vw !important;
        position: absolute;
        bottom: 0px;
        right: 1vw;
    }
    .common_anim_hero01_child01 {
        width: 18vw;
        top: 7vw;
        left: 19vw;
        z-index: 3;
        float: left;
    }
    .common_anim_hero01_child02 {
        width: 18vw;
        top: 9vw;
        left: 27vw;
        z-index: 1;
        float: left;
    }
    .common_anim_hero01_child03 {
        width: 18vw;
        top: 0vw;
        left: 9vw;
        z-index: 2;
        float: left;
    }
    .common_anim_hero01_child04 {
        width: 18vw;
        top: 11vw;
        left: 2vw;
        z-index: 3;
        float: left;
    }
    .common_anim_items03 {
        position: relative;
        top: 26vw;
        right: auto;
        z-index: 5;
        width: 21vw;
        float: left;
        left: -30vw;
        display: none;
    }
    .common_anim_items02 {
        position: absolute;
        right: 37vw;
        width: 50vw !important;
        float: left;
        top: auto;
        bottom: -60px !important;
        left: 7vw;
    }
    .common_anim_hero02_child02 {
        top: 7vw;
        right: -5vw;
        z-index: 1;
        width: 32vw;
        float: left;
    }
    .common_anim_hero02_child03 {
        top: 9vw;
        right: -5vw;
        z-index: 1;
        width: 32vw;
        float: left;
    }
    .banner_height {
        height: 600px;
    }
    .fixing_item01.blured01 {
        width: 20vw;
        left: auto;
        top: 50vw;
        right: 0;
        overflow: hidden;
    }
    .style_blocker02 .price {
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        font-weight: 700;
        display: flex;
        align-items: center;
    }
    .select-style {
        width: 35px;
    }
    .style_blocker02 .product_title {
        padding: 0;
        margin-bottom: 5px;
    }
}

@media (min-width: 1367px) {
    .header_main_wrpr .logo img {
        width: 20vw;
    }
    .header_main_wrpr .common_ul_type_1 li a {
        font-size: 1vw;
        line-height: 1vw;
    }
    .header_main_wrpr .items_list {
        font-size: 0.7vw;
        line-height: 0.7vw;
    }
    .header_main_wrpr .icon_style_01 .icon {
        font-size: 1.7vw;
        line-height: 1.7vw;
    }
}

@media (max-width: 1300px) {
    .parallax_common_title {
        font-size: 100px;
        line-height: 100px;
    }
    .header_main_wrpr .common_ul_type_1 li a {
        font-size: 15px;
        line-height: 15px;
    }
    .header_main_wrpr .item_listing_style01 {
        margin-bottom: 10px;
    }
    .header_main_wrpr .item_listing_elem {
        margin-right: 15px;
    }
    .common_anim_items01 {
        width: 40vw;
    }
    .common_anim_items02 {
        width: 30vw;
    }
    .common_floating_style_01 {
        width: 24vw;
    }
    .common_floating_style_02 {
        width: 12vw;
    }
    .common_floating_style_03 {
        width: 19vw;
    }
    .common_floating_style_04 {
        width: 50vw;
    }
    .common_floating_style_05 {
        width: 10vw;
    }
}

@media (max-width: 1200px) {
    .banner_height {
        height: 650px;
    }
    .header_main_wrpr .common_ul_type_1 li a {
        margin-right: 25px;
    }
    .header_main_wrpr .icon_style_01 .icon {
        font-size: 25px;
        line-height: 25px;
    }
    .header_main_wrpr .common_ul_type_1 li:last-child a {
        margin-right: 0px;
    }
    .header_main_wrpr .logo {
        width: 100%;
        max-width: 150px;
    }
    .header_main_wrpr .logo img {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .banner_height {
        height: 500px;
    }
    .common_floating_style_01 {
        opacity: 0.5;
    }
    .common_floating_style_02 {
        opacity: 0.5;
    }
    .common_floating_style_03 {
        opacity: 0.5;
    }
    .common_floating_style_04 {
        opacity: 0.5;
    }
    .common_floating_style_05 {
        opacity: 0.5;
    }
    .gd_banner_head_text h5 {
        font-size: 13px;
        line-height: 18px;
    }
    .header_main_wrpr .hangburger_trigger {
        display: flex;
        margin-left: auto;
    }
    .header_main_wrpr .icon_style_01 {
        margin-left: auto;
    }
    .header_main_wrpr .main_menu {
        display: none;
    }
    .hangburger_main .item_listing_numberm {
        font-size: 13px;
        margin-right: 0;
    }
    .hangburger_main .item_listing_content {
        font-size: 11px;
    }
    .hangburger_main .special_note {
        width: 100%;
        text-align: center;
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .common_anim_items02 {
        bottom: -135px;
    }
}

@media (max-width: 768px) {
    .common_anim_items02 {
        bottom: -65px;
    }
}

@media (max-width: 576px) {
    .header_main_wrpr .logo {
        width: 100%;
        max-width: 150px;
    }
    .gd_banner_head_text h3 {
        font-size: 43px;
        line-height: 54px;
        width: auto;
        margin-bottom: -7px;
    }
    .gd_banner_head_text h4 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .gd_banner_head_text h5 {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 576px) {
    .hangburger_main {
        width: 80vw;
    }
    .hangburger_main .mCSB_inside>.mCSB_container {
        width: 80vw;
    }
}


/*-----------------------------------*/


/*-----------aneesh--------------------*/


/*-----------------------------------*/


/*-------------joby-------------------*/

@media (max-width: 1200px) {
    .head_type_1 {
        font-size: 50px;
    }
}

@media (max-width: 1024px) {
    .head_type_1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .head_type_1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .head_type_2 {
        font-size: 22px;
    }
}

@media (max-width: 992px) {}

@media (max-width: 576px) {
    .head_type_2 {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .head_type_3 {
        font-size: 20px;
    }
}

@media (max-width: 992px) {}

@media (max-width: 576px) {
    .head_type_3 {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .sub_head_type_1 {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .sub_head_type_1 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .sub_head_type_1 {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .sub_head_type_2 {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .sub_head_type_2 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .sub_head_type_2 {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .content_style_1 {
        font-size: 13px;
        line-height: 18px;
    }
    .content_style_1 p {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .content_style_1 {
        font-size: 12px;
    }
    .content_style_1 p {
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .content_style_2 {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .content_style_3 {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .common_padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 576px) {
    .positioning_warpper {
        height: 400px;
        padding-bottom: 50px;
    }
}

@media (max-width: 1024px) {
    .position_element_1 {
        width: 14vw;
        bottom: -5vw;
        left: auto;
        right: 0;
    }
}

@media (max-width: 768px) {
    .position_element_1 {
        width: 18vw;
    }
}

@media (max-width: 576px) {
    .position_element_1 {
        width: 20vw;
        opacity: 0.4;
    }
}

@media (max-width: 1200px) {
    .position_element_2 {
        width: 30vw;
    }
}

@media (max-width: 1024px) {
    .position_element_2 {
        transform: rotateY(190deg);
        left: -15px;
    }
}

@media (max-width: 576px) {
    .position_element_2 {
        top: 0;
        opacity: 0.5;
    }
}

@media (max-width: 1200px) {
    .position_element_3 {
        width: 25vw;
    }
}

@media (max-width: 1024px) {
    .position_element_3 {
        top: calc(50% - 23vh);
    }
}

@media (max-width: 576px) {
    .position_element_3 {
        opacity: 0.5;
    }
}

@media (max-width: 1200px) {
    .position_element_4 {
        width: 27vw;
        bottom: -23vh;
    }
}

@media (max-width: 1024px) {
    .position_element_4 {
        left: -15px;
        right: auto;
        transform: rotateY(190deg);
        bottom: 0;
    }
}

@media (max-width: 576px) {
    .position_element_4 {
        width: 55vw;
        bottom: 0;
        opacity: 0.4;
    }
}

@media (max-width: 1024px) {
    .position_element_5 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .position_element_6 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .position_element_7 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .position_content_1 {
        width: 55vw;
        left: 15px;
        top: 10vw;
    }
}

@media (max-width: 576px) {
    .position_content_1 {
        width: 100%;
        padding: 0px 15px;
        left: 0;
    }
}

@media (max-width: 1200px) {
    .position_content_2 {
        width: 57vw;
        right: 1vw;
    }
}

@media (max-width: 1024px) {
    .position_content_2 {
        width: 46vw;
        right: 0;
        margin: auto;
        top: 20vw;
    }
}

@media (max-width: 992px) {}

@media (max-width: 576px) {
    .position_content_2 {
        top: auto;
        width: 273px;
        padding: 0 15px;
        bottom: -9em;
    }
}

@media (max-width: 1024px) {
    .position_content_3 {
        width: 24vw;
        left: 24vw;
        text-align: center;
        bottom: -6em;
    }
}

@media (max-width: 576px) {
    .position_content_3 {
        width: 34vw;
        padding: 0px 15px;
        left: 0;
    }
}

@media (max-width: 1024px) {
    .animating_piece_1 {
        top: 29vw;
    }
}

@media (max-width: 768px) {
    .animating_piece_1 {
        top: 35vw;
    }
}

@media (max-width: 1024px) {
    .animating_piece_2 {
        top: 23vw;
    }
}

@media (max-width: 768px) {
    .animating_piece_2 {
        top: 25vw;
    }
}

@media (max-width: 1024px) {
    .animating_piece_3 {
        top: 12vw;
    }
}

@media (max-width: 576px) {
    .delight_party {
        margin-bottom: 100px;
    }
}

@media (max-width: 1024px) {
    .position_element_1.active .animating_piece_1 {
        top: 34vw;
    }
}

@media (max-width: 768px) {
    .position_element_1.active .animating_piece_1 {
        top: 42vw;
    }
}

@media (max-width: 576px) {
    .position_element_1.active .animating_piece_1 {
        top: 48vw;
    }
}

@media (max-width: 1024px) {
    .position_element_1.active .animating_piece_2 {
        top: 30vw;
    }
}

@media (max-width: 768px) {
    .position_element_1.active .animating_piece_2 {
        top: 36vw;
    }
}

@media (max-width: 576px) {
    .position_element_1.active .animating_piece_2 {
        top: 42vw;
    }
}

@media (max-width: 1024px) {
    .position_element_1.active .animating_piece_3 {
        top: 23vw;
    }
}

@media (max-width: 768px) {
    .position_element_1.active .animating_piece_3 {
        top: 27vw;
    }
}

@media (max-width: 576px) {
    .position_element_1.active .animating_piece_3 {
        top: 33vw;
    }
}

@media (max-width: 1024px) {
    .bg_img_resp {
        height: 100%;
    }
    .bg_img_resp img {
        height: 100%;
    }
}

@media (max-width: 1024px) {
    .icon_block {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .icon_block {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .inner_banner_left {
        padding-left: 15px;
    }
}

@media (max-width: 992px) {
    .inner_banner_left {
        width: 60vw;
    }
}

@media (max-width: 768px) {
    .inner_banner_left {
        width: 100%;
        margin-top: 5vw;
        padding: 0 15px;
    }
}

@media (max-width: 576px) {}

@media (max-width: 1024px) {
    .inner_banner_img_block {
        width: 32vw;
        right: 6vw;
    }
}

@media (max-width: 992px) {
    .inner_banner_img_block {
        opacity: 0.5;
    }
}

@media (max-width: 768px) {
    .common_banner {
        min-height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .inner_banner_element_1 {
        width: 9vw;
        top: 18%;
        opacity: 0.5;
    }
}

@media (max-width: 768px) {
    .inner_banner_element_2 {
        width: 9vw;
        top: 18%;
        opacity: 0.5;
    }
}

@media (max-width: 768px) {
    .inner_banner_element_3 {
        width: 13vw;
        opacity: 0.3;
    }
}

@media (max-width: 768px) {
    .inner_banner_element_4 {
        width: 17vw;
    }
}

@media (max-width: 992px) {
    .inner_page_catering {
        width: 100%;
        padding: 0 15px;
    }
    .inner_page_catering p {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {}

@media (max-width: 1024px) {
    .inner_banner_img_block_profile {
        right: 0;
    }
}

@media (max-width: 768px) {
    .inner_banner_img_block_profile {
        width: 46vw;
    }
}

@media (max-width: 1200px) {
    .single_block {
        padding: 15px 15px 15px 10vw;
    }
}

@media (max-width: 576px) {
    .single_block {
        padding: 15px 15px 15px 15vw;
    }
}

@media (max-width: 992px) {
    .icon_style {
        font-size: 70px;
    }
}

@media (max-width: 768px) {
    .icon_style {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .gallery_inner_wrpr a.active {
        width: calc(33.3333% - 15px) !important;
    }
}

@media (max-width: 576px) {
    .gallery_inner_wrpr a.active {
        width: calc(50% - 10px) !important;
        margin: 5px;
    }
}

@media (max-width: 576px) {
    .about_block_wrpr {
        margin-top: 10vw;
    }
}

@media (max-width: 576px) {
    .fixing_right {
        top: 40vh;
    }
}

@media (max-width: 1024px) {
    .applied_coupon {
        margin: auto;
        float: none;
        max-width: 150px;
    }
}


/*--------------joby-----------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*----------------ajin---------------*/

@media (min-width: 1440px) {
    .common_title_type {
        font-size: 2.8vw;
        line-height: 2.8vw;
        margin-bottom: 1vw;
    }
    .common_subtitle_type {
        font-size: 1.4vw;
        line-height: 1.4vw;
        margin-bottom: 2.1vw;
    }
    .commmon_para_type p {
        font-size: 1vw;
        line-height: 1.8vw;
        margin-bottom: 2vw;
    }
    .about_content_wrpr .commmon_para_type {
        margin-bottom: 2.5vw;
    }
    .common_link_type {
        font-size: 1.4vw;
        line-height: 1.4vw;
        padding: 0.7vw 2vw;
    }
    .special_block_img_wrpr img {
        min-width: 10vw;
    }
    .commmon_para_type2 p {
        font-size: 1vw;
        line-height: 1.3vw;
    }
    .special_info_wrpr {
        font-size: 1vw;
        line-height: 1.8vw;
        margin-bottom: 2vw;
    }
    .special_link_img img {
        min-width: 10vw;
    }
    .special_link_items {
        margin-right: 2vw;
    }
    .special_link_text {
        font-size: 1vw;
        line-height: 1.2vw;
        padding: 1.5vw 2vw;
    }
    .flv_innerpage_head {
        font-size: 3.5vw;
        line-height: 3.5vw;
        margin-bottom: 5vw;
    }
    .flv_innerpage_head span {
        font-size: 5vw;
        line-height: 5vw;
    }
    .flv_innerpage_head::after {
        width: 2vw;
        height: 2vw;
        background-size: cover;
        margin-top: 1.2vw;
    }
    .shape_text_block_para {
        font-size: 1vw;
        line-height: 2vw;
        max-width: 25vw;
        margin-bottom: 2vw;
    }
    .link_type2 {
        font-size: 1.2vw;
        line-height: 1.2vw;
        padding: 1vw 2vw;
    }
    .shape_text_block {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .inner_page_reserve {
        font-size: 2.8vw;
        line-height: 2.8vw;
    }
    .inner_page_reserve span {
        font-size: 2vw;
        line-height: 2.8vw;
    }
    .common_title_type1 {
        font-size: 2.8vw;
        line-height: 3vw;
        margin-bottom: 2vw;
    }
    .reserve_table_block_inner {
        margin-top: -30vh;
        padding: 5vw 8vw;
    }
    .gd_input {
        font-size: 1vw;
        line-height: 1vw;
        padding: 0.8vw 1vw;
    }
    .gd_label {
        font-size: 0.8vw;
    }
    label.error {
        font-size: 0.8vw;
    }
    .gd_form_group_split {
        width: calc(50% - 0.5vw);
        margin-right: 1vw;
        margin-bottom: 1vw;
    }
    .gd_submit {
        font-size: 1vw;
        line-height: 1vw;
        padding: 1vw 5vw;
    }
    .gd_form_group {
        margin-bottom: 1vw;
    }
    .common_title_type2 {
        font-size: 2vw;
        line-height: 2vw;
        margin-bottom: 1vw;
    }
    .commmon_para_type3 p {
        font-size: 1vw;
        line-height: 1.5vw;
    }
    .profile_block_section_wrpr .common_inner_wrpr {
        padding: 8vw 0;
    }
    .profile_block_section_wrpr .common_title_type {
        margin-bottom: 2.8vw;
    }
    .special_content_link_block_type_title {
        font-size: 2vw;
        line-height: 2vw;
        margin-bottom: 2.5vw;
    }
    .special_content_link_block_type .commmon_para_type2 {
        margin-bottom: 2.5vw;
    }
    .profile_block_section1_wrpr .common_inner_wrpr {
        padding-top: 5.5vw;
        padding-bottom: 5.5vw;
    }
    .datepicker_icon_arange {
        font-size: 1vw;
        line-height: 1vw;
    }
    .flv_full_container {
        max-width: 100%;
        padding: 0 50px;
    }
    .tbl_ftr_tottal {
        font-size: 2vw;
        line-height: 2vw;
        margin-bottom: 1vw;
    }
    .link_btn_type {
        font-size: 1vw;
        line-height: 1vw;
        padding: 0.6vw 1vw;
        margin-bottom: 1vw;
    }
    .title_input_wrpr {
        margin-bottom: 1vw;
    }
    .gd_submit1 {
        font-size: 1vw;
        line-height: 1vw;
        padding: 0.5vw 1vw;
    }
    .apply_coupn_full_wrpr .gd_form_group {
        margin-bottom: 1vw;
    }
    .apply_coupn_full_wrpr {
        max-width: 20vw;
    }
    .coupon_info_txt {
        font-size: 0.8vw;
        line-height: 0.8vw;
        margin-bottom: 1vw;
    }
}

@media (max-width: 1200px) {
    .common_subtitle_type {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 25px;
    }
    .commmon_para_type p {
        font-size: 13px;
        margin-bottom: 20px;
        line-height: 18px;
    }
    .about_content_wrpr .commmon_para_type {
        margin-bottom: 30px;
        padding-right: 25px;
    }
    .about_link_img {
        max-width: 85%;
    }
    .about_normal_img {
        max-width: 85%;
    }
    .tripadviser_block_wrpr .common_inner_wrpr {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .shape_text_block {
        padding-top: 20px;
    }
    .flv_innerpage_head {
        font-size: 30px;
        line-height: 30px;
    }
    .flv_innerpage_head span {
        font-size: 50px;
        line-height: 50px;
    }
    .shape_text_block_para {
        font-size: 13px;
        max-width: 30vw;
    }
    .link_type2 {
        font-size: 16px;
        line-height: 16px;
        padding: 15px 25px;
    }
    .inner_page_reserve {
        width: 100vw;
    }
    .reserve_table_block_inner {
        padding: 50px 65px;
    }
    .common_title_type1 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .profile_block_section_wrpr .common_inner_wrpr {
        max-width: 85%;
        padding: 100px 0;
    }
    .profile_block_section_wrpr .common_title_type {
        margin-bottom: 55px;
    }
    .profile_block_section1_wrpr .common_inner_wrpr {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .special_content_link_block_type_title {
        margin-bottom: 35px;
    }
    .special_content_link_block_type .commmon_para_type2 {
        margin-bottom: 35px;
    }
    .tripadviser_block_wrpr .common_inner_wrpr {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .style_blocker02 .quantity_main_box_wrapper2 .price {
        max-width: 60px;
    }
    .style_blocker02 .quantity_main_box_wrapper2 {
        padding: 0px;
    }
    .style_blocker02 .quantity_main_box_wrapper2 .price span {
        margin-right: 0;
    }
    .style_blocker02 .quantity_main_box_wrapper2 {
        padding: 10px 5px;
    }
    .style_blocker02 .product_title {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 1024px) {
    .special_block_img_wrpr {
        margin-bottom: 20px;
    }
    .special_para_wrpr {
        padding: 0;
        margin-bottom: 40px;
    }
    .special_info_wrpr {
        margin-bottom: 35px;
    }
    .common_title_type {
        font-size: 60px;
        line-height: 60px;
    }
    .common_title_type_top {
        font-size: 61px;
        line-height: 129px;
        top: 19px;
        left: 45px;
    }
    .parallax_common_title {
        font-size: 70px;
        line-height: 80px;
    }
    .about_img_wrpr {
        padding-left: 0;
    }
    .shape_text_block::after {
        background: rgba(255, 255, 255, 0.4);
        width: 50%;
        right: 0;
        left: auto;
        transform: none;
    }
    .link_type2 {
        font-size: 14px;
        line-height: 14px;
    }
    .reserve_table_block_inner {
        padding: 15px;
        max-width: 100%;
        margin-top: -200px;
    }
    .commmon_para_type3 p {
        font-size: 14px;
        list-style: 20px;
    }
    .common_title_type2 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .inner_page_reserve span {
        font-size: 18px;
        line-height: 18px;
    }
    .special_content_link_block_type_title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .special_content_link_block_type .commmon_para_type2 {
        margin-bottom: 20px;
        max-width: 85%;
    }
    .common_link_type {
        font-size: 14px;
        line-height: 14px;
        padding: 8px 30px;
    }
    .padding_tb_primary {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about_block_wrpr .common_inner_wrpr {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .common_padding {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer_menu .common_ul_type_1 li {
        margin-bottom: 5px;
    }
    .tbl_ftr_tottal {
        text-align: center;
    }
    .apply_coupn_full_wrpr {
        max-width: 50%;
        display: table;
        display: flex;
        float: none;
        margin: auto;
    }
    .apply_coupn_full_wrpr .link_btn_type {
        margin: auto;
        margin-bottom: 15px;
    }
    .coupon_info_txt {
        text-align: center;
    }
    .gd_submit1 {
        padding: 12px 15px;
    }
    .style_blocker02 .quantity_main_box_wrapper2 {
        padding: 10px;
    }
}

@media (max-width: 992px) {
    .about_block_wrpr .about_content_wrpr {
        margin-bottom: 25px;
    }
    .about_block_wrpr .about_img_wrpr {
        margin-bottom: 0;
        padding: 0;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .about_block_wrpr .about_img_wrpr img {
        object-fit: cover;
        object-position: center;
    }
    .about_link_img {
        width: 50%;
        margin-bottom: 0;
    }
    .about_normal_img {
        width: 50%;
        padding-left: 55px;
        position: relative;
        margin-top: -50px;
    }
    .about_link_img img {
        width: auto;
        max-width: 100%;
    }
    .about_content_wrpr .commmon_para_type {
        margin-bottom: 20px;
        padding-right: 10px;
    }
    .tripadviser_block_wrpr .common_split_wrpr .common_split_block {
        width: 100%;
        padding: 0;
    }
    .tripadviser_block {
        margin-bottom: 55px;
    }
    .tripadviser_block:last-child {
        margin-bottom: 0;
    }
    .special_link_text {
        padding: 15px 20px;
    }
    .special_para_wrpr {
        margin-bottom: 30px;
    }
    .specialdish_wrap section {
        margin-bottom: 0;
    }
    .tripadviser_block_wrpr .common_inner_wrpr {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .inner_banner_element_6 {
        left: 15vw;
        top: 20vw;
        display: none;
    }
}

@media (max-width: 768px) {
    .common_subtitle_type {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 20px;
    }
    .commmon_para_type p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .common_link_type {
        font-size: 12px;
        line-height: 12px;
        padding: 8px 25px;
    }
    .reserve_table_block_inner {
        margin-top: -100px;
    }
    .inner_page_reserve {
        margin-top: 0%;
    }
    .gd_form_group_split {
        width: 100%;
        margin-right: 0;
    }
    .gd_input {
        padding: 15px;
        font-size: 12px;
        line-height: 12px;
    }
    .gd_form_group {
        margin-bottom: 20px;
    }
    .common_title_type1 {
        font-size: 28px;
        line-height: 28px;
    }
    .gd_submit {
        font-size: 12px;
        line-height: 12px;
    }
    .common_title_type2 {
        font-size: 18px;
        line-height: 18px;
    }
    .commmon_para_type3 p {
        font-size: 12px;
        line-height: 18px;
    }
    .profile_block_section_wrpr .common_title_type {
        margin-bottom: 30px;
    }
    .profile_block_section_wrpr .common_inner_wrpr {
        padding: 55px 0;
    }
    .profile_block_section1_wrpr .common_inner_wrpr {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .profile_block_section1_wrpr .common_split_wrpr3 .common_split_block {
        width: 100%;
        margin-bottom: 35px;
    }
    .profile_block_section1_wrpr .common_split_wrpr3 .common_split_block:last-child {
        margin-bottom: 0;
    }
    .special_content_link_block_type_title {
        margin-bottom: 15px;
    }
    .special_content_link_block_type .commmon_para_type2 {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .flv_order_empty_wrpr {
        padding: 35px 40px;
    }
    .cat_evnt_bg {
        padding: 25px 0;
    }
}

@media (max-width: 576px) {
    .about_content_wrpr .commmon_para_type {
        padding-right: 0;
    }
    .common_split_wrpr2 .common_left_block {
        width: 100%;
    }
    .common_title_type {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        padding-top: 45px;
    }
    .common_subtitle_type {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .commmon_para_type p {
        margin-bottom: 10px;
    }
    .about_normal_img {
        display: none;
    }
    .about_link_img {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .about_block_wrpr .about_img_wrpr {
        position: relative;
        width: 100%;
    }
    .about_block_wrpr .about_img_wrpr img {
        width: 100%;
    }
    .special_block_img_wrpr {
        margin-bottom: 15px;
    }
    .special_para_wrpr {
        margin-bottom: 15px;
    }
    .special_info_wrpr {
        margin-bottom: 15px;
        line-height: 20px;
    }
    .special_link_items {
        margin-right: 15px;
        max-width: 150px;
    }
    .special_link_text {
        padding: 10px 15px;
    }
    .tripadviser_block {
        margin-bottom: 30px;
    }
    .reserve_tabele_block_wrpr .shape_text_block {
        padding: 25px 15px !important;
    }
    .shape_text_block_para {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .flv_innerpage_head {
        font-size: 25px;
        line-height: 25px;
    }
    .flv_innerpage_head span {
        font-size: 35px;
        line-height: 35px;
    }
    .link_type2 {
        font-size: 12px;
        line-height: 12px;
        padding: 12px 20px;
    }
    .specialdish_wrap section {
        width: 50%;
    }
    .common_title_type1 {
        font-size: 22px;
        line-height: 22px;
    }
    .inner_page_reserve span {
        font-size: 12px;
    }
    .reserve_table_block_inner {
        padding: 20px 15px;
    }
    .gd_submit {
        width: 100%;
    }
    .reserve_table_block_wrpr .common_form_type {
        margin-bottom: 25px;
    }
    .common_title_type2 {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 15px;
    }
    .profile_block_section_wrpr .common_inner_wrpr {
        padding: 30px 0;
        max-width: 100%;
    }
    .profile_block_section_wrpr .common_title_type {
        margin-bottom: 15px;
    }
    .special_content_link_block_type_title {
        font-size: 18px;
        line-height: 18px;
    }
    .back_to_top {
        width: 35px;
        height: 35px;
        right: 15px;
        bottom: 15px;
    }
    .about_block_wrpr .common_inner_wrpr {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .shade_bg_link {
        padding: 15px 20px;
        font-size: 12px;
    }
    .product_slider_inner_wrpr .shade_bg_link {
        margin-top: -40px;
    }
    .owl_slider_product .owl-nav {
        padding-top: 0;
    }
    .profile_block_section1_wrpr .common_inner_wrpr {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .copyright {
        font-size: 11px;
        line-height: 12px;
    }
    .sub_category_block {
        margin-bottom: 5px;
        margin-top: 0;
    }
    .apply_coupn_full_wrpr {
        max-width: 80%;
    }
    .link_btn_type {
        font-size: 11px;
        line-height: 11px;
    }
    .coupon_info_txt {
        font-size: 10px;
        line-height: 10px;
    }
}

@media (max-width: 480px) {
    .style_blocker02 .quantity_main_box_wrapper2 .price {
        display: flex;
        justify-content: flex-start;
    }
    .style_blocker02 .quantity_main_box_wrapper2 .price strike {
        width: auto;
        order: 2;
        margin-bottom: 0;
    }
    .style_blocker02 .quantity_main_box_wrapper2 .price span {
        width: auto;
        order: 1;
        margin-right: 0px;
    }
    .style_blocker02 .quantity_main_box_wrapper2 .price {
        font-size: 15px;
        line-height: 15px;
    }
    .style_blocker02 .quantity_main_box_wrapper2 .price strike {
        font-size: 14px;
        line-height: 14px;
    }
    .style_blocker02 .quantity_main_box_wrapper2 {
        padding: 0px;
    }
    .style_blocker02 .quantity_main_box_wrapper2 select {
        font-size: 11px;
        line-height: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .grid_overlay_more {
        padding: 10px 15px;
    }
}


/*-----------------ajin---------------*/


/*-----------------------------------*/

@media (max-width: 768px) {
    .parallax_common_title {
        font-size: 50px;
        line-height: 66px;
    }
}

@media (max-width: 576px) {
    .parallax_common_title {
        font-size: 30px;
    }
}

@media (max-width: 200px) {
    .text_element_01 {
        font-size: 80px;
        line-height: 80px;
        top: 10%;
    }
}

@media (max-width: 1024px) {
    .text_element_01 {
        font-size: 60px;
        line-height: 60px;
        top: 10%;
    }
}

@media (max-width: 768px) {
    .text_element_01 {
        font-size: 40px;
        line-height: 40px;
        top: 5%;
    }
}

@media (max-width: 1024px) {
    .text_element_02 {
        font-size: 100px;
        line-height: 100px;
        bottom: 0%;
    }
}

@media (max-width: 768px) {
    .text_element_02 {
        font-size: 50px;
        line-height: 50px;
        bottom: 0%;
    }
}

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

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

.shape_text_block {
    margin-top: 80px;
}

@media (max-width: 1024px) {
    .wrapper_contents {
        padding: 15px;
    }
}

@media (max-width: 1024px) {
    .common_box_style_1 {
        padding: 15px;
    }
}

@media (max-width: 1024px) {
    .common_heading_style_01 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media (max-width: 768px) {
    .common_heading_style_01 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 1024px) {
    .common_para_white {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 1024px) {
    .bg_img_fixed img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 992px) {
    .common_title_type_top {
        font-size: 43px;
        line-height: 81px;
        top: 5px;
        left: 45px;
    }
}

@media (max-width: 576px) {
    .common_title_type_top {
        font-size: 43px;
        line-height: 81px;
        top: 1px;
        left: 25px;
    }
}

@media (max-width: 991px) {
    .special_para_wrpr {
        min-height: auto;
        max-height: none;
        height: auto;
    }
}

@media (max-width: 768px) {
    .common_header07 {
        font-size: 40px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .common_header07 {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .shape_text_block {
        margin-bottom: 60px;
    }
}

@media (max-width: 1024px) {
    .position_content_4 {
        display: none;
    }
}

@media (max-width: 768px) {
    .position_01_parallax {
        text-align: center;
        width: 100%;
        top: -42px;
    }
}

@media (max-width: 576px) {
    .delight_party:after {
        height: 100%;
    }
}

@media (max-width: 1300px) {
    .delight_party .head_type_1 {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .delight_party .head_type_1 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .delight_party .head_type_1 {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .delight_party .sub_head_type_1 {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .delight_party .content_style_1 {
        width: 100%;
        max-width: 100%;
        text-align: center;
        height: 120px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .style_bg_text_01 {
        font-size: 83px;
        line-height: 83px;
        bottom: 0;
    }
}

@media (max-width: 576px) {
    .style_bg_text_01 {
        font-size: 60px;
        line-height: 60px;
        bottom: 0;
    }
}

@media (max-width: 992px) {
    .common_title_type {
        padding-top: 40px;
    }
}

@media (max-width: 576px) {
    .bg_img_wrapper {
        position: absolute;
    }
}

@media (max-width: 576px) {
    .position_content_1 {
        position: relative;
    }
}

@media (max-width: 576px) {
    .shape_text_wrpr {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .shape_text_wrpr .shape_text_block {
        width: calc(100% - 60px);
        margin-top: 15px;
    }
    .shape_text_wrpr .shape_text_block::before {
        content: "";
        position: absolute;
        width: calc(100% + 30px);
        float: left;
        height: 60%;
        background: #fff;
        right: 0;
        top: auto;
        z-index: -1;
        bottom: -25px;
        left: -15px;
        border: 5px solid #b19c77;
    }
}

@media (max-width: 1024px) {
    .banner_inner_img_01 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .inner_page_reserve.head_type_2 {
        font-size: 70px;
    }
}

@media (max-width: 768px) {
    .inner_page_reserve.head_type_2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .inner_page_reserve.head_type_2 {
        font-size: 35px;
    }
}

@media (max-width: 1024px) {
    .reserve_page_wrpr {
        padding-top: 0px;
    }
    .reserve_page_wrpr .rev_leaf_vector {
        display: none;
    }
}

@media (max-width: 1300px) {
    .common_anim_hero01_child01 {
        width: 30vw;
    }
    .common_anim_hero01_child02 {
        width: 28vw;
        top: 23vw !important;
        left: 7vw !important;
        z-index: 1;
    }
    .common_anim_hero01_child03 {
        width: 19vw;
    }
    .common_anim_hero01_child04 {
        width: 12vw;
    }
    .common_anim_hero01_child05 {
        width: 11vw;
    }
}

@media (max-width: 576px) {
    .common_anim_hero01_child02 {
        width: 35vw;
        top: 28vw !important;
        left: 8vw !important;
        z-index: 1;
    }
    .common_anim_hero01_child01 {
        width: 38vw;
    }
    .common_anim_hero01_child05 {
        width: 14vw;
        top: 26vw !important;
        left: 32vw !important;
    }
    .common_anim_hero01_child04 {
        width: 14vw;
        left: 23vw !important;
    }
}

@media (max-width: 576px) {
    .position_content_2_01 {
        left: 8px;
        width: 250px;
        top: 0;
    }
}

@media (max-width: 1200px) {
    .position_content_3.active {
        bottom: 4vw;
        left: 38vw;
    }
}

@media (min-width: 1440px) {
    .delight_party .bg_img_wrapper {
        width: 100%;
        float: left;
        height: 60vw;
    }
    .delight_party .bg_img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .common_anim_hero_main02_02 {
        top: 1.5vw !important;
    }
}

@media (max-width: 1024px) {
    .btn_dark {
        padding: 15px;
    }
}

@media (max-width: 1024px) {
    .btn_primary {
        padding: 15px;
    }
}

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

@media (max-width: 992px) {
    .common_split_02 {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    .reserve_table_block_wrpr .common_title_type2 {
        font-size: 35px;
    }
}

@media (max-width: 576px) {
    .reserve_table_block_wrpr .common_title_type2 {
        font-size: 30px;
        line-height: 45px;
    }
}

@media (max-width: 768px) {
    .reserve_table_block_wrpr .gd_form_group:last-child {
        margin-bottom: 20px;
    }
}

@media (min-width: 1440px) {
    .text_area_style .gd_form_group {
        height: calc(100% - 1vw);
    }
}

@media (max-width: 1200px) {
    .quantity_main_box_wrapper.active .price {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .quantity_main_box_wrapper.active select {
        color: #737373;
    }
    .quantity_main_box_wrapper.active .select_style_auto::after {
        color: #737373;
    }
    .quantity_main_box_wrapper.active .qty_text {
        color: #737373;
    }
    .quantity_main_box_wrapper.active .quantity_main_box {
        width: 70px;
        height: auto;
        background-color: transparent;
        justify-content: start;
    }
    .quantity_main_box_wrapper.active .quantity_main_box:nth-child(2) {
        width: 40px;
    }
    .quantity_main_box_wrapper.active .qty_text {
        width: 100%;
        float: left;
        font-size: 10px;
        line-height: 10px;
        border-right: 0px;
        padding: 5px;
        color: #737373;
    }
    .quantity_main_box_wrapper.active .flav_box .spicy_text {
        width: 100%;
        float: left;
        font-size: 10px;
        line-height: 10px;
        border-right: 0px;
        padding: 5px;
        color: #737373;
    }
    .quantity_main_box_wrapper.active .flav_box .select-style {
        width: 100%;
        float: left;
    }
}

@media (max-width: 1200px) {
    .product_slider_wrpr .quantity_main_box_wrapper.active .qty_text {
        color: #fff;
    }
    .product_slider_wrpr .quantity_main_box_wrapper.active select {
        color: #fff;
    }
    .product_slider_wrpr .quantity_main_box_wrapper.active .select_style_auto::after {
        color: #fff;
    }
}


/* ajith */

.common_anim_hero01_child03 {
    top: 2.3vw !important;
}

.common_anim_hero01_child05 {
    top: 25.4vw !important;
    left: 30.5vw !important;
}

@media (max-width: 576px) {
    .common_anim_hero01_child05 {
        top: 30vw !important;
        left: 35vw !important;
    }
}

@media (max-width: 576px) {
    .common_anim_hero01_child03 {
        top: 3.8vw !important;
        left: 9vw;
    }
}