/*!
 * 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 {
    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;
    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 {
    font-style: normal;
    line-height: inherit
}

address,dl,ol,ul {
    margin-bottom: 1rem
}

dl,ol,ul {
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .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]),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 {
    border-style: none
}

img,svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

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
}

.display-1,.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
    font-size: 80%;
    font-weight: 400
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.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: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1,.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-2,.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-4,.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-8,.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-10,.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    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 {
        flex-basis:0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        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 {
        flex-basis:0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        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 {
        flex-basis:0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        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 {
        flex-basis:0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        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,.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,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>td,.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0,0%,100%,.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0,0%,100%,.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;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        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 {
    border-color: #80bdff;
    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::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],textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: flex;
    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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        -webkit-box-pack:center;
        justify-content: center
    }

    .form-inline .form-group,.form-inline label {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }

    .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: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-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;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    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 {
        -webkit-transition: none;
        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 {
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary.focus,.btn-primary:focus,.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,.btn-primary:focus {
    box-shadow: 0 0 0 .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.focus,.btn-secondary:focus,.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,.btn-secondary:focus {
    box-shadow: 0 0 0 .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.focus,.btn-success:focus,.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
    box-shadow: 0 0 0 .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 {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,.btn-info:focus,.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
    box-shadow: 0 0 0 .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.focus,.btn-warning:focus,.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,.btn-warning:focus {
    box-shadow: 0 0 0 .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.focus,.btn-danger:focus,.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,.btn-danger:focus {
    box-shadow: 0 0 0 .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.focus,.btn-light:focus,.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,.btn-light:focus {
    box-shadow: 0 0 0 .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.focus,.btn-dark:focus,.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,.btn-dark:focus {
    box-shadow: 0 0 0 .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 {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        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: "";
    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;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    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: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-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;
    -webkit-box-flex: 1;
    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: -webkit-box;
    display: flex;
    -webkit-box-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: -webkit-box;
    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: -webkit-box;
    display: flex;
    -webkit-box-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: -webkit-inline-box;
    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 {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0,123,255,.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;
    -webkit-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 {
        -webkit-transition: none;
        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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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 {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .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 {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    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,.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,.custom-file-label,.custom-select {
    -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
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label:before,.custom-file-label,.custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: flex;
    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 {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    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 {
    flex-basis: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-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 50%;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow:row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm,.navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm .navbar-nav {
        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 {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: flex!important;
        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 {
        flex-flow:row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md,.navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md .navbar-nav {
        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 {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: flex!important;
        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 {
        flex-flow:row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg,.navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg .navbar-nav {
        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 {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: flex!important;
        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 {
        flex-flow:row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl,.navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl .navbar-nav {
        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 {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    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 {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='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,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0,0%,100%,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0,0%,100%,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    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 {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .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-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,.card-header-tabs {
    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 {
    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:-webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        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:-webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        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: -webkit-box;
    display: flex;
    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;
    color: #6c757d
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    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 {
    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;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    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 {
        -webkit-transition: none;
        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 {
    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 {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,.progress-bar {
    display: -webkit-box;
    display: flex;
    overflow: hidden
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,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: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    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 {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        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 {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        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 {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        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 {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        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: hsla(0,0%,100%,.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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0,0%,100%,.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;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        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: -webkit-box;
    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 {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: flex;
    -webkit-box-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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    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: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 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;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-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 {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,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,.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    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;
    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;
    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 {
    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;
    -webkit-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 {
        -webkit-transition: none;
        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 {
    -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
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        -webkit-transition: none;
        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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%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: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -webkit-box-flex: 0;
    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;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        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(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid 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
}

.rounded-right,.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-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: -webkit-box!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -webkit-box!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -webkit-box!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -webkit-box!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -webkit-box!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -webkit-box!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box!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 {
    -webkit-box-orient: horizontal!important;
    flex-direction: row!important
}

.flex-column,.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -webkit-box-flex: 1!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal!important;
        flex-direction: row!important
    }

    .flex-sm-column,.flex-sm-row {
        -webkit-box-direction: normal!important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient:horizontal!important;
        flex-direction: row!important
    }

    .flex-md-column,.flex-md-row {
        -webkit-box-direction: normal!important
    }

    .flex-md-column {
        -webkit-box-orient: vertical!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        -webkit-box-flex: 1!important;
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .align-items-md-start {
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient:horizontal!important;
        flex-direction: row!important
    }

    .flex-lg-column,.flex-lg-row {
        -webkit-box-direction: normal!important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient:horizontal!important;
        flex-direction: row!important
    }

    .flex-xl-column,.flex-xl-row {
        -webkit-box-direction: normal!important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-box-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        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 {
    top: 0
}

.fixed-bottom,.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@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: transparent
}

.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: hsla(0,0%,100%,.5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,:after,:before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,body {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #dee2e6!important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-size: 95%;
    overflow-x: hidden
}

* {
    box-sizing: border-box
}

ul {
    margin: 0;
    padding: 0
}

body,html {
    height: 100%
}

a:hover {
    text-decoration: none
}

.btn.focus,.btn:focus {
    box-shadow: none
}

p {
    font-size: 100%;
    line-height: 23px
}

ul li:last-child {
    margin-bottom: 0
}

.form-control::-webkit-input-placeholder {
    color: #495057
}

.form-control::-moz-placeholder {
    color: #495057
}

.form-control:-ms-input-placeholder {
    color: #495057
}

.form-control:-moz-placeholder {
    color: #495057
}

.navbar-toggler-icon strong {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    position: relative;
    top: -6px;
    text-transform: uppercase;
    margin-right: 8px
}

.left-navbar-fix .li-mobile-menu-close,.navbar-menu-right-side-icon .li-mobile-menu-close,.right-navbar-fix .li-mobile-menu-close {
    display: none
}

.navbar {
    padding: 8px 15px
}

.navbar-menu-left-side-icon .dropdown-menu,.navbar-menu-right-side-icon .dropdown-menu {
    position: static!important
}

.navbar-menu-right-side-icon .li-mobile-menu-close {
    display: block
}

.navbar-menu-right-side-icon .dropdown-menu {
    border-radius: 0!important
}

.navbar-menu-right-side-icon .mobile-menu-close i {
    font-size: 29px
}

.navbar-menu-right-side-icon .mobile-menu-close {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0!important;
    position: relative;
    top: 20px;
    right: 15px
}

.navbar-menu-right-side-icon .navbar-collapse {
    background: #08325e;
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 15px;
    min-width: 330px;
    height: 100%;
    overflow: auto;
    z-index: 99999999999;
    padding: 0
}

.navbar-menu-right-side-icon .navbar-collapse.collapsing {
    right: -75%;
    -webkit-transition: height 0s ease;
    transition: height 0s ease
}

.navbar-menu-right-side-icon .navbar-collapse.show {
    right: 0;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out
}

.navbar-menu-right-side-icon .navbar-toggler.collapsed~.navbar-menu-right-side-icon .navbar-collapse {
    -webkit-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out
}

.navbar-menu-right-side-icon .navbar-toggler {
    padding: 0;
    margin-left: auto
}

.navbar-menu-right-side-icon .navbar-toggler-icon {
    width: auto;
    height: auto
}

.navbar-menu-right-side-icon .navbar-toggler-icon i {
    font-size: 30px;
    color: #fff
}

section.header-menu.navbar.navbar-menu-right-side-icon {
    padding: 5px
}

.navbar-menu-right-side-icon.header-fix {
    position: static;
    -webkit-animation: none;
    animation: none
}

.navbar-menu-right-side-icon .collapse:not(.show) {
    display: none!important
}

.navbar-menu-right-side-icon .navbar-toggler {
    display: block!important
}

.navbar-menu-right-side-icon .navbar-nav {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    flex-direction: column!important
}

.navbar-menu-right-side-icon .navbar-collapse {
    display: block!important
}

.navbar-menu-right-side-icon .dropdown-submenu>.dropdown-menu {
    top: 0;
    -webkit-transform: none;
    transform: none;
    position: static
}

.navbar-menu-right-side-icon .dropdown-menu {
    width: 100%
}

.navbar-menu-right-side-icon .dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 18px
}

.navbar-menu-left-side-icon .li-mobile-menu-close {
    display: block
}

.navbar-menu-left-side-icon .dropdown-menu {
    border-radius: 0!important
}

.navbar-menu-left-side-icon .mobile-menu-close i {
    font-size: 24px
}

.navbar-menu-left-side-icon .mobile-menu-close {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0!important;
    position: relative;
    top: 20px;
    right: 15px
}

.navbar-menu-left-side-icon .navbar-collapse {
    background: #08325e;
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 15px;
    min-width: 330px;
    max-width: 330px;
    height: 100%;
    overflow: auto;
    z-index: 99999999999;
    padding: 0
}

.navbar-menu-left-side-icon .navbar-collapse.collapsing {
    right: -75%;
    -webkit-transition: height 0s ease;
    transition: height 0s ease
}

.navbar-menu-left-side-icon .navbar-collapse.show {
    right: 0;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out
}

.navbar-menu-left-side-icon .navbar-toggler.collapsed~.navbar-menu-left-side-icon .navbar-collapse {
    -webkit-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out
}

.navbar-menu-left-side-icon .navbar-toggler {
    padding: 0;
    margin-left: 0
}

.navbar-menu-left-side-icon .navbar-toggler-icon {
    width: auto;
    height: auto
}

.navbar-menu-left-side-icon .navbar-toggler-icon i {
    font-size: 30px;
    color: #fff
}

section.header-menu.navbar.navbar-menu-left-side-icon {
    padding: 5px
}

.navbar-menu-left-side-icon.header-fix {
    position: static;
    -webkit-animation: none;
    animation: none
}

.navbar-menu-left-side-icon .collapse:not(.show) {
    display: none!important
}

.navbar-menu-left-side-icon .navbar-toggler {
    display: block!important
}

.navbar-menu-left-side-icon .navbar-nav {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    flex-direction: column!important
}

.navbar-menu-left-side-icon .navbar-collapse {
    display: block!important
}

.navbar-menu-left-side-icon .dropdown-submenu>.dropdown-menu {
    top: 0;
    -webkit-transform: none;
    transform: none;
    position: static
}

.navbar-menu-left-side-icon .dropdown-menu {
    width: 100%
}

.navbar-menu-left-side-icon .dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 18px
}

.right-navbar-fix .li-mobile-menu-close {
    display: block
}

.right-navbar-fix .dropdown-menu {
    border-radius: 0!important
}

.right-navbar-fix .mobile-menu-close i {
    font-size: 29px
}

.right-navbar-fix .mobile-menu-close {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0!important;
    position: relative;
    top: 20px;
    right: 15px
}

.right-navbar-fix .navbar-collapse {
    background: #08325e;
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 15px;
    min-width: 330px;
    height: 100%;
    overflow: auto;
    z-index: 99999999999;
    padding: 0
}

.right-navbar-fix .navbar-collapse.collapsing {
    right: -75%;
    -webkit-transition: height 0s ease;
    transition: height 0s ease
}

.right-navbar-fix .navbar-collapse.show {
    right: 0;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out
}

.right-navbar-fix .navbar-toggler.collapsed~.right-navbar-fix .navbar-collapse {
    -webkit-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out
}

.right-navbar-fix .navbar-toggler {
    padding: 0;
    margin-left: auto
}

.right-navbar-fix .navbar-toggler-icon {
    width: auto;
    height: auto
}

.right-navbar-fix .navbar-toggler-icon i {
    font-size: 30px;
    color: #fff
}

section.header-menu.navbar.right-navbar-fix {
    padding: 5px
}

.right-navbar-fix.header-fix {
    position: static;
    -webkit-animation: none;
    animation: none
}

.right-navbar-fix .navbar-toggler {
    display: block!important
}

.right-navbar-fix .navbar-nav {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    flex-direction: column!important
}

.right-navbar-fix .navbar-collapse {
    display: block!important
}

.right-navbar-fix .dropdown-submenu>.dropdown-menu {
    top: 0;
    -webkit-transform: none;
    transform: none;
    position: static
}

.right-navbar-fix .dropdown-menu {
    width: 100%
}

.right-navbar-fix .dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 18px
}

.right-navbar-fix .header-fix {
    -webkit-animation: none;
    animation: none;
    position: static
}

.right-navbar-fix .dropdown-submenu .dropdown-toggle:after {
    top: 11px
}

.right-navbar-fix .dropdown-menu a.dropdown-item {
    padding-left: 30px!important
}

.right-navbar-fix .dropdown-menu {
    position: static!important
}

@media screen and (max-width: 1350px) {
    .right-navbar-fix .collapse:not(.show) {
        display:none!important
    }
}

@media screen and (min-width: 1350px) {
    .right-navbar-fix {
        margin-right:329px
    }

    .right-navbar-fix .li-mobile-menu-close,.right-navbar-fix .navbar-toggler {
        display: none!important
    }

    .right-navbar-fix .navbar-collapse {
        display: block!important;
        box-shadow: 0 0 20px #dbdbdb
    }

    .right-navbar-fix .navbar-collapse ul>li a {
        font-size: 118%
    }
}

.left-navbar-fix .li-mobile-menu-close {
    display: block
}

.left-navbar-fix .dropdown-menu {
    border-radius: 0!important
}

.left-navbar-fix .mobile-menu-close i {
    font-size: 24px
}

.left-navbar-fix .mobile-menu-close {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0!important;
    position: relative;
    top: 20px;
    right: 15px
}

.left-navbar-fix .navbar-collapse {
    background: #08325e;
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 15px;
    min-width: 330px;
    max-width: 330px;
    height: 100%;
    overflow: auto;
    z-index: 99999999999;
    padding: 0
}

.left-navbar-fix .navbar-collapse.collapsing {
    right: -75%;
    -webkit-transition: height 0s ease;
    transition: height 0s ease
}

.left-navbar-fix .navbar-collapse.show {
    right: 0;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out
}

.left-navbar-fix .navbar-toggler.collapsed~.left-navbar-fix .navbar-collapse {
    -webkit-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out
}

.left-navbar-fix .navbar-toggler {
    padding: 0;
    margin-left: 0
}

.left-navbar-fix .navbar-toggler-icon {
    width: auto;
    height: auto
}

.left-navbar-fix .navbar-toggler-icon i {
    font-size: 30px;
    color: #fff
}

section.header-menu.navbar.left-navbar-fix {
    padding: 5px
}

.left-navbar-fix.header-fix {
    position: static;
    -webkit-animation: none;
    animation: none
}

.left-navbar-fix .navbar-toggler {
    display: block!important
}

.left-navbar-fix .navbar-nav {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    flex-direction: column!important
}

.left-navbar-fix .navbar-collapse {
    display: block!important
}

.left-navbar-fix .dropdown-submenu>.dropdown-menu {
    top: 0;
    -webkit-transform: none;
    transform: none;
    position: static
}

.left-navbar-fix .dropdown-menu {
    width: 100%
}

.left-navbar-fix .dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 18px
}

.left-navbar-fix .header-fix {
    -webkit-animation: none;
    animation: none;
    position: static
}

.left-navbar-fix .dropdown-submenu .dropdown-toggle:after {
    top: 11px
}

.left-navbar-fix .dropdown-menu a.dropdown-item {
    padding-left: 30px!important
}

.left-navbar-fix .dropdown-menu {
    position: static!important
}

@media screen and (max-width: 1350px) {
    .left-navbar-fix .collapse:not(.show) {
        display:none!important
    }
}

@media screen and (min-width: 1350px) {
    .left-navbar-fix {
        margin-left:329px
    }

    .left-navbar-fix .li-mobile-menu-close,.left-navbar-fix .navbar-toggler {
        display: none!important
    }

    .left-navbar-fix .navbar-collapse {
        display: block!important;
        box-shadow: 0 0 20px #dbdbdb;
        left: 0;
        right: auto
    }

    .left-navbar-fix .navbar-collapse ul>li a {
        font-size: 118%
    }
}

.theme-change-btn {
    height: 15px!important;
    width: 15px!important;
    display: inline-block;
    background: #000;
    border-radius: 100%;
    cursor: pointer;
    margin-left: 4px
}

.topbar {
    background: #292929;
    text-align: right;
    padding: 5px
}

.topbar .theme-change a:first-child {
    background: #fff
}

.topbar .theme-change a:nth-child(2) {
    background: #7a7a7a
}

.topbar .theme-change a:nth-child(3) {
    background: #174c77
}

.topbar .theme-change a:nth-child(4) {
    background: #f29111
}

.lan-change a {
    color: #fff;
    font-size: 90%;
    padding: 2px 8px;
    border-radius: 10px;
    margin: 0 4px;
    background: #2b566b
}

.font-size-change a:hover,.lan-change a:hover {
    color: #fff
}

.lan-change {
    margin: 0 10px
}

.font-size-change a {
    color: #fff;
    font-size: 90%;
    padding: 1px 4px;
    width: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    margin: 0 2px
}

.raj-cm {
    max-width: 70px;
    margin: auto;
    max-height: 70px
}

.raj-satark {
    max-width: 280px
}

.navbar {
    padding: 0;
    background: linear-gradient(174deg,#c33764 33%,#1d2671 112%)
}

.navbar li>a {
    color: #fff;
    padding: 12px!important;
    font-weight: 500;
    font-size: 95%;
    border-bottom: 2px solid transparent
}

.navbar li>a:hover {
    color: #fff
}

.navbar li.active>a {
    border-bottom: 2px solid #fff;
    background: #009688
}

.btn-theme {
    background: #135da4;
    color: #fff;
    padding: 4px 18px;
    font-weight: 500
}

.btn-round {
    border-radius: 30px
}

.btn-theme:hover {
    background: #002231;
    color: #fff
}

.nav-btn-login {
    background: #fff;
    color: #000
}

.nav-btn-reg {
    background: #002231;
    margin-left: 5px
}

.btn-yellow {
    background: #205fa2;
    color: #fff!important;
    font-weight: 600
}

.carousel-control-icon {
    font-size: 30px;
    color: #000
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #000
}

.home-stack-holders-items-count {
    height: 105px;
    width: 105px;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    color: #000;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 220%;
    font-weight: 500;
    border: 1px solid #135da4
}

.home-stack-holders [class*=col-]:first-child .home-stack-holders-items-count.card-shadow {
    border-color: #f94f4f;
    color: #f94f4f
}

.home-stack-holders [class*=col-]:nth-child(2) .home-stack-holders-items-count.card-shadow {
    border-color: #2a9598;
    color: #2a9598
}

.home-stack-holders [class*=col-]:nth-child(3) .home-stack-holders-items-count.card-shadow {
    border-color: #63458e;
    color: #63458e
}

.home-stack-holders [class*=col-]:nth-child(4) .home-stack-holders-items-count.card-shadow {
    border-color: #0082c6;
    color: #0082c6
}

.card-shadow {
    box-shadow: 0 0 15px 0 #e6e6e6;
    -moz-box-shadow: 0 0 15px 0 #e6e6e6;
    -webkit-box-shadow: 0 0 15px 0 #e6e6e6
}

.home-stack-holders-items h3 {
    font-size: 135%;
    color: #5c5c5c;
    margin: 15px 0 0
}

.home-stack-holders {
    padding: 65px 0;
    background: url(map-pattern-1.adde7126f107397d819f.png);
    background-position: 50%;
    background-repeat: no-repeat
}

.home-comunications-items {
    background: #fff;
    display: block;
    border: 2px solid #3f93d3;
    border-radius: 12px;
    overflow: hidden
}

.home-comunications-count {
    font-size: 300%;
    font-weight: 600;
    padding: 18px;
    color: #3f93d3
}

.home-comunications-name {
    background: #3f93d3;
    color: #fff;
    padding: 4px 5px;
    font-size: 135%;
    font-weight: 400
}

.home-comunications-items:hover {
    background: #f2f2f2
}

.home-comunications [class*=col-]:first-child .home-comunications-count {
    color: #23839c
}

.home-comunications [class*=col-]:first-child .home-comunications-name {
    background: #23839c
}

.home-comunications [class*=col-]:first-child .home-comunications-items {
    border-color: #23839c
}

.home-comunications [class*=col-]:nth-child(2) .home-comunications-count {
    color: #8ec63f
}

.home-comunications [class*=col-]:nth-child(2) .home-comunications-name {
    background: #8ec63f
}

.home-comunications [class*=col-]:nth-child(2) .home-comunications-items {
    border-color: #8ec63f
}

.home-comunications [class*=col-]:nth-child(3) .home-comunications-count {
    color: #d77319
}

.home-comunications [class*=col-]:nth-child(3) .home-comunications-name {
    background: #d77319
}

.home-comunications [class*=col-]:nth-child(3) .home-comunications-items {
    border-color: #d77319
}

.home-comunications [class*=col-]:nth-child(4) .home-comunications-count {
    color: #613eb1
}

.home-comunications [class*=col-]:nth-child(4) .home-comunications-name {
    background: #613eb1
}

.home-comunications [class*=col-]:nth-child(4) .home-comunications-items {
    border-color: #613eb1
}

.home-comunications [class*=col-]:nth-child(5) .home-comunications-count {
    color: #fbb300
}

.home-comunications [class*=col-]:nth-child(5) .home-comunications-name {
    background: #fbb300
}

.home-comunications [class*=col-]:nth-child(5) .home-comunications-items {
    border-color: #fbb300
}

.home-comunications {
    background: #08608d url(bg2.72302b6f42737f1ca610.png);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 70px 0
}

.section-title {
    font-size: 190%;
    color: #af1446;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: Playfair Display,serif;
    position: relative
}

.section-title:before {
    left: auto;
    margin-left: -95px
}

.section-title:after,.section-title:before {
    position: absolute;
    border-top: 2px solid #dcdcdc;
    content: "";
    width: 80px;
    top: 50%
}

.section-title:after {
    right: auto;
    margin-left: 8px
}

section.awareness-material .row .section-title:after,section.awareness-material .row .section-title:before {
    display: none
}

.home-how-it-works {
    padding: 50px 0;
    background: #f5f5f5
}

.home-how-it-works-items-title {
    font-size: 140%;
    margin-top: 10px;
    font-weight: 500
}

.home-how-it-works span {
    background: #fff;
    padding: 10px 20px;
    font-size: 130%;
    margin: 0 10px;
    border-radius: 10px;
    border: 1px solid #e6e6e6
}

.home-how-it-works span i {
    margin-right: 10px;
    color: #b3b3b3
}

section.tab-design1 {
    box-shadow: 0 0 15px 0 #dedede;
    border-radius: 15px;
    overflow: hidden
}

.nav-tabs li {
    margin: 0!important
}

.tab-design1 li.nav-item a {
    font-size: 20px;
    color: #000;
    border-radius: 0;
    border: none;
    padding: 22px 0;
    transition: -webkit-transform .4s cubic-bezier(.42,0,.175,1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.42,0,.175,1);
    transition: transform .4s cubic-bezier(.42,0,.175,1);
    transition: transform .4s cubic-bezier(.42,0,.175,1),-webkit-transform .4s cubic-bezier(.42,0,.175,1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.tab-design1 li.nav-item a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.tab-design1 li.nav-item {
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center
}

.tab-design1 li.nav-item a img {
    display: block;
    margin: auto auto 10px;
    height: 75px
}

.tab-design1 li.nav-item a.active {
    color: #af1446;
    background: #fff2f6;
    font-weight: 600
}

.tab-design1 li.nav-item a.active:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.tab-design1 li.nav-item a.active img {
    -webkit-filter: brightness(.1);
    filter: brightness(.1)
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: transparent
}

.fade:not(.show) {
    opacity: 0;
    display: none
}

footer:before {
    background: #151d4c;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    -webkit-transform: scaleX(1.8);
    transform: scaleX(1.8);
    border-top: 2px solid #f1f1f1
}

footer {
    padding: 100px 50px 35px;
    position: relative
}

footer,footer p,footer p font {
    color: #fff
}

.footer-copyright {
    font-size: 90%;
    padding: 5px 0
}

.footer-copyright p {
    display: inline
}

.footer-link a {
    color: #fff;
    font-size: 90%;
    margin-right: 25px
}

.footer-link {
    margin-bottom: 15px
}

.footer-link a:hover {
    color: #007bff
}

.back-to-top {
    font-size: 20px;
    padding: 0;
    background: #135da4;
    color: #fff;
    border: none;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%
}

.back-to-top i {
    position: relative;
    top: 6px
}

.carousel-indicators li {
    background-color: #135da4
}

.social-fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 6px 7px;
    border-radius: 10px 0 0 12px;
    z-index: 999999999999
}

.social-fix,.social-fix a {
    display: -webkit-box;
    display: flex
}

.social-fix a {
    height: 28px;
    width: 28px;
    background: #052869;
    border-radius: 100%;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px
}

.social-fix a:nth-child(3) {
    margin: 0;
    background: #01b5e8
}

.social-fix a:first-child {
    background: #0450b0
}

.social-fix a:nth-child(2) {
    background: #dc3545
}

.social-fix a:hover {
    background: #365477
}

.homepage-slider-caption {
    position: absolute;
    top: 35%;
    -webkit-transform: translate(-17%,-27%);
    transform: translate(-17%,-27%);
    left: 17%;
    max-width: 500px;
    text-align: center
}

.homepage-slider-caption h2 {
    font-size: 40px
}

.homepage-slider-caption p {
    font-size: 15px;
    color: #404040
}

.inner-page {
    padding: 50px 0
}

.inner-page h3 {
    font-size: 180%;
    margin-bottom: 15px;
    color: #0b4482
}

.box-box-shadow {
    box-shadow: 0 0 15px 0 rgb(0 0 0/10%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0/10%)
}

.custom-select,.form-control {
    height: 40px;
    min-height: 40px;
    border-radius: 10px!important;
    font-size: 14px;
    padding-left: 12px
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #135da4;
    outline: 0
}

.font-w-300 {
    font-weight: 300
}

.bg-dark-blue {
    background: #135da4;
    border-radius: 10px;
    height: 100%
}

.color-yellow {
    color: #002231
}

.box-shadow-dark {
    box-shadow: 0 3px 15px 0 rgb(73 78 92/30%);
    -moz-box-shadow: 0 3px 15px 0 rgba(73,78,92,.3);
    -webkit-box-shadow: 0 3px 15px 0 rgb(73 78 92/30%)
}

.faq-accordion .card {
    border: none!important;
    border-radius: 10px!important;
    overflow: hidden;
    box-shadow: 0 5px 34px 0 #dee3ef
}

.faq-accordion .card-header h5 {
    color: #135da4;
    font-size: 20px;
    font-weight: 400
}

.faq-accordion .card-header {
    background: #fff;
    border: none;
    padding: 20px 25px
}

.faq-accordion .card-body p {
    font-size: 110%;
    line-height: 27px
}

.faq-accordion [data-toggle=collapse] .fas:before {
    content: "\f139"
}

.faq-accordion [data-toggle=collapse].collapsed .fas:before {
    content: "\f13a"
}

.field-course-course_type {
    margin: 0
}

.faq-accordion .card-body {
    border-top: 1px solid #f1f1f1
}

.testimonial-card-info {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #f3f3f3;
    color: #616161;
    margin-bottom: 20px;
    border-radius: 10px
}

.testimonial-card-info>a {
    font-weight: 500;
    color: #135da4;
    font-size: 150%;
    margin-bottom: 5px;
    display: block
}

.testimonial-img {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
    height: 100px;
    width: 100px;
    -webkit-box-flex: 0;
    flex: 0 0 100px
}

.testimonial-entry-author {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
    display: block
}

.testimonial-entry-company {
    color: #9e9e9e;
    margin-bottom: 5px
}

.testimonial-entry-rating i {
    color: #ffc833
}

.testimonial-card-info p {
    margin: 0
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.page-item.active .page-link {
    z-index: 3;
    background-color: #135da4;
    border-color: #135da4
}

.page-link {
    color: #135da4
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f3f3f3
}

.table-striped tbody tr:nth-of-type(2n) {
    background: #f9f9f9
}

.table-custom thead th {
    background: #135da4;
    color: #fff
}

.table-search {
    min-width: 265px
}

.page-filter {
    background: #135da4;
    padding: 15px
}

section.home-about-us {
    padding: 60px 0
}

.home-assembly-constituncy-items-img {
    height: 230px;
    overflow: hidden;
    margin: auto;
    background: #fff
}

.text-blue {
    color: #135da4
}

section.home-assembly-constituncy {
    padding: 50px 0
}

.home-assembly-constituncy-items-social a {
    font-size: 25px;
    margin: 0 6px
}

.socail-color-twitter {
    color: #01b5e8
}

.socail-color-fb {
    color: #0450b0
}

.socail-color-twitter:hover {
    color: #009ac5
}

.socail-color-fb:hover {
    color: #135da4
}

footer h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #00c7ff
}

footer ul {
    margin: 0;
    padding: 0
}

footer ul li {
    margin-bottom: 6px
}

footer ul li a:hover {
    color: #00c7ff
}

section.home-about-us ul.district-glance {
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2;
    margin: 15px 0 15px 15px
}

section.home-about-us ul.district-glance li {
    margin-bottom: 10px
}

ul.list-with-dot {
    margin: 0;
    padding: 0 0 0 20px
}

.list-design-w-dot li {
    padding-bottom: 10px;
    color: #797979
}

.list-design-w-dot li:last-child {
    padding-bottom: 0
}

.list-design-w-dot li a {
    color: #000
}

.district-list-items {
    display: block;
    position: relative;
    box-shadow: 0 0 15px 0 rgb(0 0 0/5%);
    padding: 8px;
    border-radius: 15px
}

.district-list-items-img {
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

.district-list-items-img:before {
    background: rgba(0,0,0,.4);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.district-list-items-title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 24px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center
}

.district-list-items-img:hover:before {
    background: rgba(0,0,0,.6)
}

.home-inauguration-items-date {
    position: absolute;
    background: #af1446;
    border-radius: 13px 0 13px 0;
    color: #fff;
    padding: 2px 10px;
    top: -13px;
    left: 12px
}

.custom-card {
    background: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0/20%);
    height: 100%;
    border-radius: 15px
}

.custom-card-title {
    text-align: center;
    background: #f5f5f5;
    color: #000;
    padding: 2px;
    font-size: 29px;
    font-weight: 500
}

.custom-card-body {
    padding: 15px
}

.card-population {
    background: url(population-bg.cb17bbe562b44f1f8c86.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 250px;
    font-size: 55px;
    color: #000;
    text-shadow: 1px -3px #ff7900
}

.round-circle-design {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.round-circle-items {
    background: #000;
    border-radius: 20px;
    color: #fff;
    -webkit-box-flex: 1;
    flex: 1;
    margin: 0 5px;
    height: 120px
}

.round-circle-items p {
    margin: 0;
    font-size: 17px
}

.round-circle-design .round-circle-items:nth-child(3) {
    background: #dc3545
}

.round-circle-design .round-circle-items:nth-child(2) {
    background: #009688
}

.round-circle-design .round-circle-items:first-child {
    background: #ff9800
}

section.map-area {
    padding: 50px 0
}

.navbar-nav {
    flex-wrap: wrap
}

.dropdown-menu {
    background: #901c4d;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 2px solid #009688;
    border-radius: 0;
    min-width: 250px;
    z-index: 99999999999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dropdown-menu .dropdown-item {
    white-space: normal
}

.dropdown-item.active,.dropdown-item:active,.dropdown-item:focus,.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #009688
}

.dropdown-menu a.dropdown-item {
    color: #fff;
    font-size: 85%!important;
    border-bottom: 1px solid #b13858!important;
    padding: 4px 10px!important;
    font-weight: 400
}

.dropdown-menu a:last-child {
    border: none
}

.dropdown-menu a.dropdown-item:active,.dropdown-menu a.dropdown-item:focus {
    background: transparent
}

.dropdown-menu a.dropdown-item:focus-visible {
    outline: none
}

.dropdown-menu li:last-child a.dropdown-item {
    border: none!important
}

.district-temp-list-d-1 {
    margin-left: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 #e0e0e0;
    overflow: hidden
}

.district-temp-list-d-1-title {
    background: #429446;
    text-align: center;
    padding: 5px 0 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    color: #fff
}

.district-temp-list-d-1-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.district-temp-list-d-1-list ul a {
    -webkit-box-pack: justify;
    justify-content: space-between
}

.district-temp-list-d-1-list-page,.district-temp-list-d-1-list ul a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.district-temp-list-d-1-list-page {
    -webkit-box-flex: 1;
    flex: 1
}

.district-temp-list-d-1-list-icon {
    width: 30px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    flex: 0 0 30px
}

.district-temp-list-d-1-list-title {
    font-size: 125%;
    color: #274171;
    font-weight: 600;
    margin-left: 20px
}

.home-latest-updates-list-count {
    border-radius: 8px
}

.district-temp-list-d-1-list ul li {
    padding: 7px 10px;
    background: #fff
}

.district-temp-list-d-1-list ul li:nth-child(2n) {
    background: #ecf7ff
}

.district-temp-list-d-1-list ul li:nth-child(2n) .home-latest-updates-list-count {
    background: #607d8b
}

.district-temp-list-d-1-list ul li:nth-child(2n) .district-temp-list-d-1-list-title {
    color: #000
}

.district-temp-list-d-1-list {
    max-height: 375px;
    overflow: auto
}

.district-temp-list-d-1-list ul li img {
    max-width: 50px
}

.district-temp-list-d-1-list ul li:hover {
    opacity: .9
}

.inner-pages-hero h1 {
    margin: 0;
    font-size: 210%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.inner-pages-hero h1 img {
    max-width: 45px;
    margin-right: 15px
}

.inner-pages-hero {
    background: #f5f5f5;
    padding: 15px 0
}

.text-color-theme-blue {
    color: #af1446
}

.font-size-5x {
    font-size: 200%
}

.font-size-4x {
    font-size: 180%
}

.font-size-3x {
    font-size: 150%
}

.img-box {
    border-radius: 20px;
    overflow: hidden
}

.card-2-design-img {
    height: 300px;
    overflow: hidden;
    background: #f5f5f5
}

.card-2-design-img-date {
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px
}

.card-2-design:hover img,.img-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.card-2-design img,.img-box img {
    transition: -webkit-transform .4s cubic-bezier(.42,0,.175,1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.42,0,.175,1);
    transition: transform .4s cubic-bezier(.42,0,.175,1);
    transition: transform .4s cubic-bezier(.42,0,.175,1),-webkit-transform .4s cubic-bezier(.42,0,.175,1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    overflow: hidden
}

p a {
    color: #135da4;
    font-weight: 500;
    text-decoration: underline
}

.wildlife-img {
    height: 100%;
    background: #e9f4ff
}

.bg-light-yellow {
    background: #fffbf4
}

.table-v-align td {
    vertical-align: middle
}

.card-3-design-img {
    height: 200px;
    width: 200px;
    margin: -100px auto auto;
    background: #fffbf4;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #607d8b
}

.card-3-design {
    border: 3px double #ccc;
    border-radius: 10px
}

.district-service-list {
    margin-top: 150px
}

.page-district-service .district-service-list:first-child {
    margin-top: 90px
}

.table-bus-time-table tbody tr:first-child td {
    background: #ff9800;
    color: #fff;
    font-size: 17px
}

.card-design-1 .card-design-1-img {
    -webkit-box-flex: 0;
    flex: 0 0 60px;
    text-align: center;
    margin-right: 10px
}

.card-design-1 .card-design-1-img img {
    max-width: 45px
}

.card-design-1 .card-design-1-detail h5 {
    font-size: 105%;
    line-height: 24px;
    font-weight: 400
}

.tab-design1 .tab-content {
    background: url(pattern4.dcb9d47148eccc75e6d9.png)
}

.card-design-1 {
    background: #fff;
    padding: 11px;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 #e8e8e8;
    height: 100%
}

.row [class*=col-]:nth-child(2n) .card-design-1 {
    background: #fff8fc
}

.tab-design1 .nav-tabs {
    border-bottom: 2px solid #f7c467
}

.website-impo-links {
    padding: 50px 0
}

.website-impo-links .section-title {
    margin-bottom: 45px
}

.website-impo-links-items {
    font-size: 145%;
    padding: 9px 5px;
    border-radius: 20px;
    border-top: none;
    position: relative;
    z-index: 99999999;
    background: #f5f5f5
}

.website-impo-links-items:hover:after {
    background: #fff
}

.website-impo-links-items:after {
    background: #f5f5f5;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    top: 0
}

.website-impo-links-items-img {
    height: 115px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.website-impo-links-items p {
    color: #000
}

.impo-links-default-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,.5);
    font-size: 100%;
    padding: 3px 10px;
    border-radius: 8px;
    color: #fff!important
}

.website-impo-links-items-img img {
    max-height: 104px
}

.website-impo-links-items:hover {
    background: #f5f5f5
}

.list-style-1 {
    padding: 0 20px
}

.list-style-1 li,.list-style-1 li a {
    margin-bottom: 10px;
    font-size: 112%;
    color: #000
}

.list-style-1 li:last-child {
    margin: 0
}

.middle-content .row [class*=middle-content-items-card]:nth-child(2) .custom-card-title,.middle-content .row [class*=middle-content-items-card]:nth-child(2) .middle-content-date {
    background: #673ab7;
    color: #fff
}

.middle-content .row [class*=middle-content-items-card]:first-child .custom-card-title,.middle-content .row [class*=middle-content-items-card]:first-child .middle-content-date {
    background: #901c4d;
    color: #fff
}

.middle-content .row [class*=middle-content-items-card]:nth-child(3) .custom-card-title,.middle-content .row [class*=middle-content-items-card]:nth-child(3) .middle-content-date {
    background: #9c27b0;
    color: #fff
}

.middle-content .row [class*=middle-content-items-card]:nth-child(4) .custom-card-title,.middle-content .row [class*=middle-content-items-card]:nth-child(4) .middle-content-date {
    background: #607d8b;
    color: #fff
}

.middle-content-items-card {
    -webkit-box-flex: 1;
    flex: 1 1 30%;
    padding: 0 12px;
    margin: 10px
}

@media screen and (max-width: 1400px) {
    .middle-content-items-card {
        -webkit-box-flex:1;
        flex: 1 1 47%;
        max-width: 47%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 600px) {
    .middle-content-items-card {
        -webkit-box-flex:1;
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
}

.home-project {
    padding: 60px 0
}

.card-design-2 {
    background: #fff url(box_bg.4db54e7c53319ad30a92.png);
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgb(0 0 0/5%);
    border-bottom: 4px solid #b5b5b5;
    background-size: 50%
}

section.map-area .card-design-2 {
    background: #fff;
    box-shadow: none;
    border: 1px solid #002231;
    border-radius: 5px;
    position: relative;
    overflow: initial;
    padding-top: 12px
}

section.map-area .card-design-2:hover {
    background: #f5f5f5
}

.card-design-2-info-date {
    position: absolute;
    background: #002231;
    top: -13px;
    color: #fff;
    padding: 2px 8px;
    border-radius: 13px 0 13px 0;
    left: -1px
}

section.map-area .card-design-2:nth-child(odd) {
    background: #efefef;
    border-color: #efefef
}

.card-design-2-info {
    padding: 15px;
    -webkit-box-flex: 1;
    flex: 1
}

.card-design-2 .card-design-2-img {
    -webkit-box-flex: 0;
    flex: 0 0 145px;
    text-align: center
}

.card-design-2-info h5 {
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 5px
}

.text-theme {
    color: #af1446
}

.font-w-600 {
    font-weight: 600
}

.card-design-2-info ul {
    list-style: none;
    display: -webkit-box;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.card-design-2-info ul li {
    -webkit-box-flex: 1;
    flex: 1 1 30%;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

section.home-project .card-design-2-info ul li {
    -webkit-box-flex: initial;
    flex: initial
}

.home-project-complete-project .section-title,.home-project-ongoing-project .section-title {
    font-size: 195%
}

.home-project-complete-project {
    background: #009688 url(complete-projects.66a2ff54106813dbacdc.png);
    border-radius: 50px;
    background-repeat: repeat-x;
    background-size: 68px;
    background-position: 0 100%
}

.home-project-ongoing-project {
    background: url(ongoing-project-bg.591697f238ece49325d1.png);
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    background-position: 50%
}

.home-project-ongoing-project:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.card-design-2:hover {
    background: #f3f9ff
}

.home-inauguration-items-img {
    height: 240px;
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 15px 15px 0 0
}

.home-inauguration-items {
    border-bottom: 2px solid #cacaca
}

.home-inauguration-items-info {
    background: #fff;
    width: 100%;
    color: #000;
    padding: 14px;
    font-size: 110%;
    border-radius: 0 0 15px 15px
}

.home-inauguration-items:hover .home-inauguration-items-info {
    border-color: #af1446;
    color: #af1446
}

.card-2-design,.card-design-2,.home-inauguration-items {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.card-2-design:hover,.card-design-2:hover,.home-inauguration-items:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

section.home-inauguration {
    padding: 60px 0
}

.tab-design2 .nav-tabs li a img {
    display: block;
    margin: auto auto 12px
}

.tab-design2 .nav-tabs li {
    -webkit-box-flex: 1;
    flex: 1;
    margin: 0 20px!important
}

.tab-design2 .nav-tabs li a {
    padding: 20px 10px;
    background: #fff;
    border: none;
    font-size: 135%;
    color: #000;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgb(0 0 0/9%)
}

.tab-design2 .nav-tabs li a.active {
    background: #002231;
    color: #fff
}

.tab-design2 .nav-tabs {
    border: none
}

section.awareness-material {
    padding: 40px 0;
    margin-bottom: 40px;
    position: relative
}

section.awareness-material:before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 100%;
    width: 100%;
    top: 0;
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    background: linear-gradient(174deg,#1d6588 33%,#607d8b 112%);
    left: 0;
    background-size: 200px;
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg)
}

section.awareness-material:after {
    background: #16336d;
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1
}

section.awareness-material .container-fluid {
    z-index: 99999999;
    position: relative
}

.home-awareness-material-items {
    background: rgba(0,0,0,.4);
    padding: 15px;
    border-radius: 15px
}

.col-lg-5 .home-awareness-material-items {
    height: 100%
}

.home-awareness-material-items-title:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background: #af1446;
    left: 32px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -6px
}

.home-awareness-material-items-title {
    background: linear-gradient(174deg,#af1446 33%,#fff 112%);
    padding: 5px 15px;
    border-radius: 15px;
    position: relative
}

section.awareness-material .section-title.text-center {
    color: #fff;
    position: relative
}

section.awareness-material .photo-gallery-bx {
    box-shadow: none
}

.av-caption+p,.soft-entry {
    display: none
}

.temp-gov-dec-design .modal-content {
    border: none;
    box-shadow: 0 0 15px 0 rgb(0 0 0/5%);
    margin-bottom: 65px
}

.temp-gov-dec-design .modal-content .modal-header h5 {
    font-size: 160%
}

.card-2-design {
    background: #fff;
    border-bottom: 2px solid #cacaca;
    height: 100%
}

.card-2-design:hover {
    border-color: #af1446
}

.home-page-ent-number {
    background: #fff;
    padding: 25px 20px;
    position: relative
}

.home-page-ent-number:before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 100%;
    width: 100%;
    top: 0;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    background: #f5f5f5;
    left: 0
}

.home-page-ent-number-items {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.home-page-ent-number-items a {
    background: rgba(0,0,0,.2);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0 10px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-flex: 1;
    flex: 1;
    max-width: 350px
}

.home-page-ent-number-items-img {
    max-width: 105px;
    margin: 15px auto
}

.home-page-ent-number-info {
    background: #002231;
    display: block;
    width: 100%;
    padding: 6px;
    color: #fff;
    font-size: 130%;
    font-weight: 600
}

.home-page-ent-number-info span {
    background: #ad0537;
    color: #fff;
    border-radius: 8px;
    padding: 1px 8px;
    text-align: center;
    margin-right: 12px
}

.home-page-ent-number-items a i {
    margin-left: 8px
}

.home-page-ent-number-items a:nth-child(2) .home-page-ent-number-info {
    background: #002231;
    color: #fff
}

.home-page-ent-number-items a:nth-child(2) {
    background: #fff
}

section.middle-content {
    background: url(bg-patter-1.5b9a4cd5c26cdf5d6ba0.jpg);
    padding: 60px;
    margin-top: 0;
    background-size: contain;
    position: relative;
    background-attachment: fixed
}

section.middle-content:before {
    background: rgba(0,0,0,.7);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.middle-content-custom-card {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    background: #fff
}

.middle-content-custom-card:after {
    content: "";
    position: absolute;
    background: #fffcfc;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: 18px
}

.middle-content-custom-card .custom-card-body {
    padding: 0
}

.middle-content .row [class*=col-]:first-child .middle-content-custom-card {
    background: #f1f1f1
}

.middle-content .row [class*=col-]:nth-child(2) .middle-content-custom-card {
    background: #fff
}

.middle-content .row [class*=col-]:nth-child(3) .middle-content-custom-card {
    background: #f1f1f1
}

.middle-content-items:nth-child(2n) {
    background: #efefef
}

.middle-content-items {
    border-radius: 0;
    border-bottom: 1px solid #ececec;
    margin: 0!important;
    position: relative;
    padding: 40px 8px 8px;
    color: #000;
    display: block
}

.middle-content-date {
    position: absolute;
    background: #002231;
    color: #fff;
    border-radius: 13px 0 13px 0;
    padding: 1px 10px;
    top: 6px
}

.middle-content-info {
    font-weight: 600
}

span.middle-content-date-big {
    font-size: 15px;
    display: block;
    font-weight: 400;
    line-height: 25px;
    color: #fff
}

span.middle-content-date-sm {
    font-size: 12px;
    line-height: 0
}

.header-logo h1 {
    font-size: 24px;
    max-width: 200px;
    text-align: center;
    margin-bottom: 0
}

.header-logo-name {
    font-size: 28px;
    font-weight: 500;
    max-width: 300px;
    color: #135da4;
    line-height: 38px;
    text-shadow: 0 12px 14px #c7c7c7
}

img.main-logo {
    max-width: 91px;
    margin-right: 10px
}

.header-main-logo a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.logo_dis_name {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    line-height: 28px;
    max-width: 310px;
    text-align: left
}

.logo_gov_tagline {
    color: #000;
    font-size: 122%
}

.header-logo-items.header-main-logo {
    -webkit-box-flex: 0;
    flex: 0 0 620px
}

.header-logo-items {
    margin: 4px 18px
}

.homepage-slider {
    text-align: center;
    margin-bottom: 30px
}

footer ul.quick-link {
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2
}

section.header-logo {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    padding-right: 5px!important;
    min-height: 132px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 1640px) {
    section.header-logo {
        padding-right:250px
    }
}

.homepage-slider .carousel-item img {
    max-height: 680px;
    width: 100%
}

.dept-min-profile a {
    padding: 0;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.dept-min-profile a img {
    max-width: 70px;
    overflow: hidden;
    height: auto;
    max-height: 70px
}

.dept-min-profile {
    display: -webkit-box;
    display: flex;
    margin-left: 20px;
    -webkit-box-align: center;
    align-items: center
}

.min-profile-name {
    background: transparent;
    border-radius: 4px;
    color: #000;
    margin-top: 3px;
    padding: 0 6px;
    font-weight: 600;
    font-size: 84%;
    margin-bottom: 1px
}

.min-profile-name+p {
    line-height: 10px;
    font-weight: 400!important
}

.card-design-1-detail h5,.card-design-1-detail p {
    margin: 0
}

.home-project-title {
    font-size: 125%
}

.home-assembly-constituncy-items-social {
    display: none
}

.home-assembly-constituncy-items {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgb(0 0 0/5%);
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #205fa2;
    height: 100%
}

a {
    -webkit-transition: .3s;
    transition: .3s
}

.home-assembly-constituncy-items-detail {
    display: -webkit-box;
    display: flex;
    background: #205fa2;
    width: 100%;
    bottom: 0;
    -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;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-top: 12px!important
}

.home-assembly-constituncy-items-detail h5,.home-assembly-constituncy-items-detail p {
    color: #fff!important
}

.tab-dis-about li {
    list-style: none
}

section.tab-design1.tab-info-design-district .tab-content {
    background: #fff
}

.tab-dis-about {
    background: url(bg-district-info.3f65a38a9b7c5b9f1565.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    color: #fff
}

.tab-info-design-district .tab-pane {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    color: #fff
}

.tab-dis-place-visit {
    background: url(bg-district-visit.fe6dd72b0fb8b1dd3560.png)
}

.tab-dis-fair {
    background: url(bg-district-fair.941300a1ebc6f790210c.png)
}

.bg-overlay:before {
    content: "";
    background: rgba(0,43,109,.8);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0
}

.tab-dis-fair:before {
    background: rgba(224,150,68,.8)
}

.tab-dis-culture:before {
    background: #fff3ef
}

.tab-dis-place-visit:before {
    background: rgba(0,150,136,.8)
}

.tab-dis-how-reach:before {
    background: #f7f8ff
}

.tab-info-design-district .tab-pane {
    padding: 42px 0 30px
}

.tab-info-design-district {
    box-shadow: none!important;
    border-radius: 0!important
}

.tab-info-design-district a.nav-link {
    border-radius: 15px!important;
    position: relative
}

.tab-info-design-district a.nav-link:before {
    background: transparent;
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    bottom: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tab-info-design-district a.nav-link.active:before {
    background: #fff2f6
}

.custom-slider-1 {
    background: #fff;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgb(0 0 0/5%)
}

.custom-slider-1 .img-box {
    border-radius: 0
}

.card-2-design,.festival-details {
    background: url(pattern4.dcb9d47148eccc75e6d9.png);
    background-position: 50%
}

.place-visit-title {
    background: #ad0537;
    border-radius: 50px;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    margin: -33px auto auto;
    position: relative;
    padding: 5px 20px;
    font-size: 150%;
    line-height: 30px;
    white-space: normal;
    word-break: break-all;
    max-width: 75%
}

.card-2-design:hover .place-visit-title {
    background: #002231
}

.slider-data-d-1-arrow {
    text-align: right
}

.slider-data-d-1-arrow a {
    background: #000;
    display: inline-block;
    padding: 5px;
    background: #002231;
    margin: 0 8px;
    border-radius: 8px;
    color: #fff;
    height: 40px;
    width: 40px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 1px solid #002231;
    font-size: 24px;
    font-weight: 300
}

.slider-data-d-1-arrow a:hover {
    background: #f1f1f1;
    color: #002231;
    border-color: #f1f1f1
}

.mla-detail-img {
    overflow: hidden;
    height: 300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.mla-detail-img-item {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0/5%)
}

.mla-detail-img img {
    max-height: 290px
}

.table-mla-detail tr:nth-child(2n) {
    background: #f1f9ff
}

.table-mla-detail tr td {
    padding: 7px
}

.mla-detail-info h2 {
    font-size: 180%;
    margin-bottom: 5px
}

.mla-detail-info {
    background: #af1446;
    padding: 10px 5px
}

.table-mla-detail tr td strong {
    font-weight: 600
}

.bg-pattern-1 {
    background: #fff url(box_bg.4db54e7c53319ad30a92.png) repeat 50%
}

.page-mla-details .home-inauguration-items-img {
    height: 250px
}

#SliderPress .carousel-item {
    text-align: center
}

#SliderPress img {
    max-height: 450px;
    margin: auto
}

.press-release-details-right .middle-content-custom-card:after {
    display: none
}

.press-release-details-right .middle-content-date {
    background: #901c4d;
    top: 11px
}

.press-release-details-right .middle-content-items:last-child {
    border: none
}

.press-release-details-right .middle-content-items {
    padding: 45px 10px 10px
}

.side-photo-gallery-img {
    -webkit-box-flex: 0;
    flex: 0 0 31%;
    height: 100px;
    margin: 5px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #f1eed1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.side-photo-gallery-img:hover:before {
    background: rgba(0,0,0,.3);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.custom-card-title .btn:hover {
    background: #ffcf3e
}

.custom-card-title .btn {
    background: #ffc107;
    color: #000;
    font-weight: 600
}

.tab-info-design-district .btn-theme.btn-yellow:hover {
    background: #205fa2;
    color: #fff!important
}

.tab-info-design-district .btn-theme.btn-yellow {
    background: #ffc107;
    color: #000!important
}

.mla-detail-desination {
    color: #fff;
    padding: 8px 10px 4px;
    border-radius: 21px;
    margin: 0 10px 7px!important
}

.mla-detail-desination,.mla-detail-info .mla-detail-desination {
    background: rgba(0,0,0,.2)
}

.slick-next:before,.slick-prev:before {
    font-size: 35px
}

.slick-dots li button:before {
    font-size: 16px
}

.slick-prev {
    left: -35px
}

.modal-body-w-btn button.close {
    background: #f10;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    position: absolute;
    right: -15px;
    top: -13px
}

.modal-body-w-btn {
    background: url(box_bg.4db54e7c53319ad30a92.png);
    border-top: 5px solid #009688
}

.row {
    -webkit-box-pack: center;
    justify-content: center
}

.theme-orange .middle-content-date {
    background: #f5a741
}

.theme-black .middle-content-date,.theme-black .navbar .dropdown-submenu>.dropdown-menu {
    background: #000
}

.theme-blue-new .middle-content-date {
    background: #dc3545
}

.theme-black .carousel-control-next i,.theme-black .carousel-control-prev i,.theme-black .home-assembly-constituncy-items-detail,.theme-black .home-awareness-material-items-title,.theme-black .home-awareness-material-items-title:before,.theme-black .home-inauguration-items-date,.theme-black .navbar,.theme-black .place-visit-title,.theme-black footer:before {
    background: #000
}

.theme-blue-new section.topbar {
    background: #dc3545
}

.theme-black .mla-detail-info,.theme-black .navbar li.active>a {
    background: #ffb600;
    color: #000
}

.theme-black .section-title,.theme-black .tab-design1 li.nav-item a.active,.theme-black .text-color-theme-blue {
    color: #ffb600
}

.theme-black .tab-design1 li.nav-item a.active,.theme-black .tab-info-design-district a.nav-link.active:before {
    background: #fffaed
}

.theme-black .tab-design1 li.nav-item a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.theme-black .tab-dis-fair:before {
    background: rgba(0,0,0,.8)
}

.theme-black .tab-dis-place-visit:before {
    background: rgba(0,0,0,.6)
}

.theme-black .home-project-complete-project {
    background: #000 url(complete-projects.66a2ff54106813dbacdc.png);
    background-repeat: repeat-x;
    background-size: 68px;
    background-position: 0 100%
}

.theme-black .row [class*=col-]:nth-child(2n) .card-design-1 {
    background: #f7f7f7
}

.theme-blue-new .carousel-control-next i,.theme-blue-new .carousel-control-prev i,.theme-blue-new .home-assembly-constituncy-items-detail,.theme-blue-new .home-awareness-material-items-title,.theme-blue-new .home-awareness-material-items-title:before,.theme-blue-new .home-inauguration-items-date,.theme-blue-new .navbar,.theme-blue-new .place-visit-title,.theme-blue-new footer:before {
    background: #174c77
}

.theme-blue-new .mla-detail-info,.theme-blue-new .navbar li.active>a {
    background: #dc3545;
    color: #fff
}

.theme-blue-new .section-title,.theme-blue-new .tab-design1 li.nav-item a.active,.theme-blue-new .text-color-theme-blue {
    color: #dc3545
}

.theme-blue-new .place-visit-title {
    color: #fff
}

.theme-blue-new .tab-design1 li.nav-item a.active,.theme-blue-new .tab-info-design-district a.nav-link.active:before {
    background: #f1f9ff
}

.theme-blue-new .home-project-complete-project {
    background: #174c77 url(complete-projects.66a2ff54106813dbacdc.png);
    background-repeat: repeat-x;
    background-size: 68px;
    background-position: 0 100%
}

.theme-blue-new .row [class*=col-]:nth-child(2n) .card-design-1 {
    background: #f1f9ff
}

.theme-blue-new .tab-info-design-district .btn-theme.btn-yellow {
    background: #dc3545;
    color: #fff!important
}

.theme-orange .carousel-control-next i,.theme-orange .carousel-control-prev i,.theme-orange .home-assembly-constituncy-items-detail,.theme-orange .home-awareness-material-items-title,.theme-orange .home-awareness-material-items-title:before,.theme-orange .home-inauguration-items-date,.theme-orange .navbar,.theme-orange .place-visit-title {
    background: #f29111
}

.theme-orange .mla-detail-info,.theme-orange .navbar li.active>a {
    background: #14133b;
    color: #fff
}

.theme-orange .section-title,.theme-orange .tab-design1 li.nav-item a.active,.theme-orange .text-color-theme-blue {
    color: #14133b
}

.theme-orange .place-visit-title {
    color: #fff
}

.theme-orange .tab-design1 li.nav-item a.active,.theme-orange .tab-info-design-district a.nav-link.active:before {
    background: #f1f9ff
}

.theme-orange .home-project-complete-project {
    background: #f29111 url(complete-projects.66a2ff54106813dbacdc.png);
    background-repeat: repeat-x;
    background-size: 68px;
    background-position: 0 100%
}

.theme-orange .row [class*=col-]:nth-child(2n) .card-design-1 {
    background: #f1f9ff
}

.theme-orange .tab-info-design-district .btn-theme.btn-yellow {
    background: #14133b;
    color: #fff!important
}

.theme-orange footer:before {
    background: #14133b
}

.table-tender-list thead {
    background: #607d8b;
    color: #fff
}

.table-tender-list {
    background: #e1e9ec
}

.table-tender-list ul a {
    color: #0067b9;
    display: block;
    margin-top: 5px
}

.table-tender-list ul {
    list-style: none;
    margin-top: 10px
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    right: -100%;
    overflow: auto;
    background: #c33764;
    border: none
}

.dropdown-submenu>.dropdown-menu li {
    border-bottom: 1px solid #da507c
}

.dropdown-submenu {
    position: relative
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block
}

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.dropdown-menu>li>a:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 11px;
    top: 12px
}

.theme-black section.topbar {
    background: #424242
}

.theme-black .home-assembly-constituncy-items {
    background: #000
}

.theme-black .navbar .dropdown-menu {
    background: #424242
}

.theme-black .navbar .dropdown-menu a.dropdown-item,.theme-black .navbar .dropdown-menu li {
    border-color: #757575!important
}

.theme-blue-new .navbar .dropdown-menu {
    background: #042642
}

.theme-blue-new .navbar .dropdown-menu .dropdown-menu {
    background: #00346a
}

.theme-blue-new .navbar .dropdown-menu a.dropdown-item,.theme-blue-new .navbar .dropdown-menu li {
    border-color: #757575!important
}

.theme-orange .navbar .dropdown-menu {
    background: #000
}

.theme-orange .navbar .dropdown-menu a.dropdown-item,.theme-orange .navbar .dropdown-menu li {
    border-color: #757575!important
}

.hcm_with_name a {
    color: #000;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.hcm_with_name a p {
    font-weight: 600;
    font-size: 96%
}

.page-press-release-details .text-center .btn.btn-round {
    margin-bottom: 30px
}

.new-pagination-outer {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 45px
}

.new-pagination-outer select.form-control-sm {
    top: 0;
    position: static
}

.new-d-box-1 {
    box-shadow: 0 10px 30px 0 rgb(0 0 0/10%);
    padding: 0;
    height: 100%;
    position: relative;
    overflow: hidden
}

.new-d-box-1 .new-d-box-1-header {
    background: #607d8b;
    padding: 2px 12px
}

.new-d-box-1 .new-d-box-1-header h5 {
    display: -webkit-box;
    display: flex
}

.new-d-box-1 .new-d-box-1-header h5 strong {
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.new-d-box-1 h5 {
    color: #fff;
    font-weight: 600;
    font-size: 100%;
    line-height: 28px;
    margin: 5px 0
}

.new-d-box-1 h5 span {
    color: #fff;
    padding: 2px 10px;
    border-radius: 9px;
    box-shadow: none;
    margin-left: 8px;
    font-size: 92%;
    opacity: .8
}

.new-d-box-1-body {
    padding: 15px;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.new-d-box-1 p {
    color: #000;
    text-align: left;
    font-size: 110%;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 26px
}

.new-d-box-1-body ul {
    list-style: none
}

.new-d-box-1-body ul li {
    margin-bottom: 15px
}

.new-d-box-1-body ul li a {
    color: #131c7b;
    display: -webkit-box;
    display: flex
}

.new-d-box-1-body:hover {
    background: #274a5a
}

.new-d-box-1-body:hover a,.new-d-box-1-body:hover li,.new-d-box-1-body:hover p {
    color: #fff
}

.footer-add-image a {
    display: inline-block;
    background: #fff;
    padding: 8px;
    border-radius: 12px
}

.footer-add-image {
    margin-top: 18px
}

.page-editor-entry-design ul {
    list-style: none
}

.page-editor-entry-design table {
    border: none;
    width: 100%;
    box-shadow: 0 0 30px #e9e9e9
}

.page-editor-entry-design table tr:nth-child(2n) {
    background: #fff5e7;
    color: #000
}

.page-editor-entry-design table tr td,.page-editor-entry-design table tr th {
    padding: 10px;
    border: 1px solid #dfdfdf;
    color: #000
}

.page-editor-entry-design table tr td p,.page-editor-entry-design table tr th p {
    margin: 0
}

section.order-list .container-fluid {
    max-width: 1550px;
    margin: auto
}

.scheme_search input.form-control {
    border-radius: 10px 0 0 10px!important
}

.scheme_search button.btn {
    background: #009688!important
}

.header-fix {
    position: fixed;
    top: 0;
    z-index: 999999999;
    width: 100%
}

.how-reach-img img {
    max-width: 70px;
    margin-right: 15px
}

.page-file-download-btn {
    height: 70px;
    width: 70px;
    background: #135da4;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 0 30px #d9d9d9;
    margin-left: auto;
    margin-top: -60px;
    position: absolute;
    right: 0;
    border: none
}

.page-file-download {
    position: relative
}

.page-file-download-btn:hover {
    background: #fff
}

.lightboxOverlay {
    z-index: 999999999
}

.page-editor-entry-design table tr:first-child {
    background: #135da4;
    color: #fff
}

.mr-10 {
    margin-right: 10px
}

.Updation_info {
    background: #fff;
    font-size: 16px;
    -webkit-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
    font-weight: 400;
    padding: 4px 15px;
    margin-top: -6px;
    margin-bottom: -4px
}

.header-img-info {
    background: hsla(0,0%,100%,.6);
    padding: 0 5px;
    border-radius: 5px
}

.photo-gallery-new-design .photo-gallery-bx {
    box-shadow: none;
    background: #fffcf7;
    border: 2px solid #e3ba84
}

.img-loading {
    text-align: center;
    color: #000
}

.img-loading img {
    max-width: 100px
}

.img-loading span {
    display: block;
    margin-top: 10px
}

.img-loader {
    background: transparent url(loader.dc25e38f62e60a668fc9.gif);
    background-size: 90px;
    min-height: 100px;
    min-width: 100px;
    background-repeat: no-repeat;
    background-position: 50%
}

.slick-track {
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex
}

.col-lg-12.d-md-flex.align-items-center.justify-content-between a.btn.btn-round.btn-theme.btn-yellow {
    margin-left: -100px
}

table {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto
}

.ngx-progressbar-loader,.outer-bar {
    z-index: 999999999999;
    position: relative
}

footer ul.social {
    padding: 0;
    list-style: none;
    margin: 38px 0 0
}

footer ul.social li:first-child {
    margin: 0
}

footer ul.social li {
    display: inline-block;
    margin-left: 5px
}

footer ul li a {
    color: #fff;
    cursor: pointer;
    max-width: 250px;
    white-space: normal;
    margin: auto;
    word-break: break-word;
    text-align: left;
    font-weight: 600
}

footer ul.social li i.fa-facebook-f {
    background: #0450b0
}

footer ul.social li i.fa-instagram {
    background: #dc3545
}

footer ul.social li i.fa-twitter {
    background: #01b5e8
}

footer ul.social li i.fa-youtube {
    background: red
}

footer ul.social li i:hover {
    background: #365477!important;
    color: #fff
}

footer ul.social li i {
    width: 36px;
    font-size: 20px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 100%
}

@-webkit-keyframes color-change {
    0% {
        color: red
    }

    50% {
        color: #000
    }

    to {
        color: red
    }
}

@keyframes color-change {
    0% {
        color: red
    }

    50% {
        color: #000
    }

    to {
        color: red
    }
}

.pdf-Viewer {
    width: 100%;
    height: 1200px;
    max-width: 100%;
    overflow: auto
}

.progress-outer {
    width: 100%!important;
    margin: 0!important;
    background: #000!important;
    border-radius: 0!important;
    border: none!important;
    position: fixed;
    z-index: 9999999999999;
    padding: 0!important
}

.progress-inner {
    border-radius: 0!important;
    min-height: 4px!important;
    font-size: 0;
    font-weight: 600;
    color: #000
}

.home-schemes .scheme_bx {
    width: 100%!important;
    border: none!important;
    margin: 0!important
}

.theme-default {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%
}

app-footer {
    margin-top: auto
}

.header-btns-items {
    font-size: 85%;
    color: #fff;
    margin: 0 10px;
    font-weight: 400;
    border: 1px solid #777fb1;
    padding: 0 8px;
    border-radius: 10px
}

.header-btns-items:hover {
    background: #6c757d;
    color: #fff
}

.footer-ext-links a:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #c33764;
    border-radius: 100%;
    top: 7px;
    left: 1px
}

.footer-ext-links a {
    color: #fff;
    font-size: 100%;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-weight: 300
}

.footer-ext-links a:hover {
    opacity: .6
}

.footer-ext-links {
    text-align: center;
    margin-top: 35px
}

.header_search {
    position: relative;
    margin-left: 15px
}

.header_search input {
    border-radius: 15px;
    border: none;
    padding: 3px 40px 3px 8px
}

.header_search button {
    position: absolute;
    right: 5px;
    background: transparent;
    border: none;
    top: 5px
}

.header_search input:focus {
    outline: none
}

.page-sitemap section.header.px-2.px-lg-3 {
    display: none
}

.page-sitemap .navbar {
    background: transparent
}

.page-sitemap .navbar ul.dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
    border: none;
    z-index: 0
}

.page-sitemap .navbar ul.dropdown-menu a {
    color: #818181;
    border: none!important;
    position: relative;
    padding-left: 28px!important
}

.page-sitemap .navbar ul.dropdown-menu a:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    top: 14px;
    left: 10px;
    border: 1px solid #b7b7b7
}

.page-sitemap .navbar ul.navbar-nav li {
    -webkit-box-flex: 0;
    flex: 0 0 16%
}

.page-sitemap .navbar ul.navbar-nav {
    flex-wrap: wrap;
    -webkit-box-pack: start!important;
    justify-content: start!important
}

.page-sitemap .dropdown-submenu>.dropdown-menu {
    -webkit-transform: none;
    transform: none;
    margin: 6px 0 6px 25px
}

.page-sitemap .navbar ul.navbar-nav li.nav-item:nth-child(2) {
    display: none
}

.page-sitemap .navbar ul.navbar-nav>li>a {
    background: #fff;
    border-radius: 0;
    color: #394aa9;
    font-size: 130%
}

.page-sitemap .navbar ul.navbar-nav>li>a:after {
    display: none
}

.page-sitemap .navbar ul.dropdown-menu a:focus,.page-sitemap .navbar ul.dropdown-menu a:hover {
    color: #000!important;
    background: #f2f2f3
}

.page-sitemap .navbar ul.dropdown-menu ul.dropdown-menu a,.page-sitemap .navbar ul.dropdown-menu ul.dropdown-menu li {
    border: none
}

.page-sitemap .navbar ul.dropdown-menu ul.dropdown-menu {
    background: #fffaf4!important;
    box-shadow: none;
    overflow: hidden;
    left: auto!important
}

.page-sitemap .navbar ul.navbar-nav>li {
    margin-bottom: 40px
}

.page-sitemap .header-fix {
    position: static;
    -webkit-animation: none;
    animation: none;
    padding: 0;
    z-index: 0
}

.slider-act-btn {
    font-size: 28px;
    border: none;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 45px;
    right: 40px;
    z-index: 99;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    color: #ffbf00
}

.page-sitemap .collapse:not(.show) {
    display: block
}

.page-sitemap .navbar-toggler {
    display: none
}

.page-sitemap .dropdown-menu>li>a:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.navbar-nav .nav-link:focus-visible+ul.dropdown-menu {
    display: block!important
}

a:focus-visible,button:focus-visible {
    outline-style: dashed;
    outline-width: 1px
}

.search-card-items-img svg {
    height: 35px;
    width: 35px;
    fill: #6c757d
}

.search-card-items-info p {
    color: #646464;
    font-weight: 300
}

.search-card-outer .search-card:last-child {
    border: none
}

.search-card-items-info small {
    font-size: 90%
}

.search-card-items-info-content {
    background: #fbf7ec;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 10px
}

.search-card-inner-bx-img {
    -webkit-box-flex: 0;
    flex: 0 0 80px;
    width: 80px;
    background: #fff;
    height: 80px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 100%
}

.search-card-inner-bx-info {
    -webkit-box-flex: 1;
    flex: auto
}

.search-card-inner-bx-info h4 {
    font-size: 100%;
    margin: 0 0 3px;
    line-height: 22px;
    color: #14314c;
    font-weight: 500
}

.search-card-inner-bx-info p {
    font-size: 90%
}

.search-card-inner-bx {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #e3e3e3;
    height: 100%;
    color: #000
}

.search-card-inner-bx p {
    color: #a93466;
    font-size: 110%
}

.search-card-inner-bx small {
    color: #919191;
    font-size: 76%
}

.search-card-inner-bx-img img {
    max-height: 65px
}

.search-card-inner-bx-info small {
    font-size: 90%;
    float: right;
    color: #000
}

.search-card-items-info {
    -webkit-box-flex: 1;
    flex: auto
}

.search-card-inner-bx:hover {
    background: #fff;
    box-shadow: 0 0 20px #dbdbdb
}

.photo-gallery-new-design .photo-gallery-bx a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%
}

.photo-gallery-bx img {
    margin: auto
}

.home-gallery-items-caption {
    background: #151d4c;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 130%;
    text-transform: capitalize;
    margin-top: auto;
    width: 100%
}

table p,table span {
    text-align: left!important
}

.visit-web-icon svg {
    height: 35px;
    width: 35px;
    color: #151d4c
}

.detail-page-share-icons svg {
    height: 26px;
    width: 26px
}

svg.bi.bi-whatsapp {
    color: #00a934
}

.btn-whtsap_share svg:hover {
    color: #109f31
}

.btn-whtsap_share svg {
    height: 35px;
    width: 35px;
    margin-right: 20px;
    color: #24bb47
}

.btn-whtsap_share {
    background: transparent;
    border: none;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: flex
}

.order-whtsp-share .btn-whtsap_share svg {
    margin: 0
}

.order-whtsp-share .btn-whtsap_share {
    position: absolute;
    bottom: -26px;
    background: #e6ffec;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 2px solid #bfffce
}

.page-entry-details {
    box-shadow: 0 0 20px #efefef;
    padding: 15px;
    border-radius: 15px;
    overflow: hidden
}

.page-entry-details .carousel-control-next i,.page-entry-details .carousel-control-prev i {
    color: #fff;
    background: rgba(21,29,76,.8)
}

.card-d-1 {
    box-shadow: 0 0 20px #e9e9e9;
    padding: 18px;
    border-radius: 10px
}

.card-d-1-gallery-img {
    height: 70px;
    width: 70px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #e9e9e9;
    padding: 2px
}

.card-d-1-gallery-img,.card-d-1-gallery-pdf a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.card-d-1-gallery-pdf a {
    height: 66px;
    width: 66px;
    background: #205fa2;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    margin-left: 12px
}

.web-advertisement-card {
    max-height: 680px;
    overflow: auto;
    height: 100%;
    background: #fdfae4;
    padding: 15px;
    white-space: normal;
    word-break: break-all
}

.web-advertisement-card-items {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #c5c5c5;
    color: #000;
    margin-bottom: 15px
}

.web-advertisement-card-items p {
    margin: 0;
    text-align: left;
    font-size: 90%
}

.web-advertisement-card-items:last-of-type {
    margin: 0
}

.web-advertisement-card .web-advertisement-card-items:nth-child(2n) {
    background: #f0f7ff
}

.web-advertisement-card-items-img {
    border: 2px solid #d4e2f3;
    display: block;
    border-radius: 15px;
    overflow: hidden
}

section.home-banner-slider {
    background: #f7f4e1
}

.col-advertisement-d-2 .web-advertisement-card {
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: self-start;
    align-items: self-start;
    flex-wrap: wrap;
    background: #2f4956
}

.col-advertisement-d-2 .web-advertisement-card .web-advertisement-card-items {
    -webkit-box-flex: 1;
    flex: 1 1 15%;
    margin: 0 10px;
    box-shadow: none;
    border-bottom: 4px solid #135da4
}

@media screen and (max-width: 960px) {
    .col-advertisement-d-2 .web-advertisement-card {
        -webkit-box-align:stretch;
        align-items: stretch
    }

    .col-advertisement-d-2 .web-advertisement-card .web-advertisement-card-items {
        -webkit-box-flex: 1;
        flex: 1 1 47%;
        margin: 5px;
        height: auto
    }
}

.col-slider {
    -webkit-box-flex: 1;
    flex: 1 1 80%
}

.col-advertisement {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    border-left: 4px double #ebb512
}

.info-deign-2-shape .info-deign-2-shape-items:first-child {
    border-color: #9c27b0
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(2) {
    border-color: #3f51b5
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(3) {
    border-color: #4caf50
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(4) {
    border-color: #b56c02
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(5) {
    border-color: #3f4549
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(6) {
    border-color: #f44336
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(7) {
    border-color: #3a2956
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(8) {
    border-color: #b53f76
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(9) {
    border-color: #259ab5
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(10) {
    border-color: #61817e
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(11) {
    border-color: #46283a
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(12) {
    border-color: #685826
}

.info-deign-2-shape .info-deign-2-shape-items:first-child .info-deign-2-shape-items-count {
    background: #9c27b0
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(2) .info-deign-2-shape-items-count {
    background: #3f51b5
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(3) .info-deign-2-shape-items-count {
    background: #4caf50
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(4) .info-deign-2-shape-items-count {
    background: #b56c02
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(5) .info-deign-2-shape-items-count {
    background: #3f4549
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(6) .info-deign-2-shape-items-count {
    background: #f44336
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(7) .info-deign-2-shape-items-count {
    background: #3a2956
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(8) .info-deign-2-shape-items-count {
    background: #b53f76
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(9) .info-deign-2-shape-items-count {
    background: #259ab5
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(10) .info-deign-2-shape-items-count {
    background: #61817e
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(11) .info-deign-2-shape-items-count {
    background: #46283a
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(12) .info-deign-2-shape-items-count {
    background: #685826
}

.info-deign-2-shape .info-deign-2-shape-items:nth-child(2n) {
    background: #fff
}

section.info-deign-2 {
    background: url(footer.403a6b4987bd4daf0222.png);
    background-attachment: fixed;
    margin-top: -24px;
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat
}

.info-deign-2-shape-items {
    border-radius: 40px;
    min-height: 220px;
    width: 220px;
    box-shadow: 0 0 20px #cdcdcd;
    color: #000;
    overflow: hidden;
    margin: 10px;
    border-bottom: 4px solid #9eb4c9;
    background: #e6f4ff;
    padding: 10px
}

.info-deign-2-shape-items-count {
    background: #607d8b;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px;
    border-radius: 0 25px 25px 25px;
    font-size: 200%;
    font-weight: 600;
    color: #fff
}

.info-deign-2-shape-items-name {
    font-size: 130%;
    color: #000;
    font-weight: 500
}

section.info-deign-1 {
    background: url(medical_bg.38032931c0d57bbfb93e.png);
    background-attachment: fixed;
    margin-top: -24px;
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat
}

.info-deign-1-shape-items {
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
    background: #d1dce1;
    min-height: 250px;
    width: 250px;
    box-shadow: 0 0 20px #cdcdcd;
    border: 2px solid #135da4;
    color: #000;
    overflow: hidden;
    margin: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.info-deign-1-shape-items:hover {
    background: #fff!important;
    color: #000;
    border-color: #ccc!important;
    box-shadow: none
}

.info-deign-1-shape-items-name {
    margin-top: auto;
    max-width: 165px;
    font-size: 130%;
    text-align: center;
    font-weight: 500
}

.info-deign-1-shape-items-count {
    margin-top: auto;
    background: #135da4;
    font-size: 200%;
    border-radius: 15px 15px 0 0;
    padding: 5px 15px;
    margin-bottom: -2px;
    color: #fff
}

.info-deign-1-shape a.info-deign-1-shape-items:nth-child(2n) {
    background: #fffbed;
    border-color: #592c6c
}

.info-deign-1-shape a.info-deign-1-shape-items:nth-child(2n) .info-deign-1-shape-items-count {
    background: #592c6c
}

.page-jan-entry-details-info-design .info-deign-2-shape-items {
    -webkit-box-flex: 1;
    flex: 1;
    min-height: 170px;
    margin: 0 20px;
    border-radius: 15px
}

.header-fix+.card-mega-menu .card-mega-menu-items {
    position: fixed;
    top: 49px
}

section.card-mega-menu {
    position: relative;
    display: none;
    z-index: 999999999999999
}

section.card-mega-menu.active {
    display: block
}

.card-mega-menu-close svg {
    height: 25px;
    width: 25px;
    fill: red
}

.card-mega-menu-close {
    position: absolute;
    right: 35px;
    z-index: 999999999;
    top: 15px
}

.card-mega-menu-items {
    position: absolute;
    right: 20px;
    background: #fffcf2;
    left: auto;
    top: 0;
    z-index: 9999;
    width: 100%;
    max-width: 60%;
    border-radius: 20px;
    box-shadow: 0 0 20px #c5c5c5;
    padding: 20px
}

.card-mega-menu-items ul {
    margin: 0;
    padding: 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    column-count: 3;
    list-style: none
}

.card-mega-menu-items ul li a {
    color: #000;
    font-size: 90%;
    display: block;
    padding: 4px 4px 4px 18px;
    position: relative
}

.card-mega-menu-items ul li a:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #b1c0c7;
    border-radius: 100%;
    top: 9px;
    left: 0
}

.btn-mega-menu {
    background: #009688
}

.card-mega-menu-items ul li a:hover {
    color: #135da4;
    font-weight: 600
}

.mx-100 {
    max-width: 100%
}

.font-90 {
    font-size: 90%
}

.table-blue thead {
    background: #135da4;
    color: #fff
}

.web-advertisement-adv-btn {
    display: block;
    background: #151d4c;
    padding: 8px 4px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
    font-size: 100%
}

.web-advertisement-adv-btn:first-of-type {
    background: #009688
}

.web-advertisement-adv-btn:nth-of-type(2) {
    background: #3f51b5
}

.web-advertisement-adv-btn:nth-of-type(3) {
    background: #cf3c0e
}

.web-advertisement-adv-btn:nth-of-type(4) {
    background: #9c27b0
}

.web-advertisement-adv-btn:nth-of-type(5) {
    background: #795548
}

.web-advertisement-adv-btn:nth-of-type(6) {
    background: #607d8b
}

.web-advertisement-adv-btn:hover {
    color: #fff;
    opacity: .9
}

.page-link-listing li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px!important
}

.page-link-listing li a {
    font-size: 16px!important;
    font-weight: 500
}

.page-link-listing li:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    top: 12px;
    left: 0;
    background: #135da4;
    border-radius: 100%
}

.new-l-design {
    background: #452a6e;
    box-shadow: 0 0 20px #ccdaed;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden
}

.new-l-design-items {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 12px;
    box-shadow: 0 0 20px #484848
}

.new-l-design-items-img {
    height: 100px;
    width: 100px;
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    margin-right: 15px;
    box-shadow: 0 0 20px #dbdbdb;
    border-radius: 100%
}

.new-l-design-items:last-child {
    margin: 0
}

.new-l-design-items-info h3 {
    font-size: 120%;
    color: #000
}

.new-l-design-items-info p {
    margin: 0 0 10px;
    color: #bb3665
}

section.video-gallery {
    background: #0e1d6e;
    padding: 40px 0;
    margin-bottom: 50px
}

section.video-gallery .pb-video {
    background: rgba(0,0,0,.5);
    border: none;
    box-shadow: 0 0 20px #00168f;
    height: 100%;
    border-radius: 20px;
    overflow: hidden
}

section.video-gallery h1.title.text-center {
    color: #fff
}

section.video-gallery .pb-video p {
    color: #fff;
    padding: 10px 0;
    margin: 0
}

.header-icon-link {
    max-width: 100px;
    margin-left: 80px
}

@media screen and (max-width: 1400px) {
    .col-slider {
        -webkit-box-flex:1;
        flex: 1 1 75%
    }

    .col-advertisement {
        -webkit-box-flex: 1;
        flex: 1 1 25%
    }
}

@media screen and (max-width: 1000px) {
    .col-slider {
        -webkit-box-flex:1;
        flex: 1 1 10%
    }

    .col-advertisement {
        -webkit-box-flex: 1;
        flex: 1 1 100%
    }

    .col-advertisement iframe {
        height: 600px
    }
}

@media screen and (max-width: 1190px) {
    .search-card-items-img svg {
        height:20px;
        width: 20px
    }

    .search-card-items-img.mr-3 {
        margin-right: 10px!important
    }

    .search-card-inner-bx-info h4 {
        font-size: 105%
    }

    .search-card-inner-bx-info p {
        font-size: 80%
    }

    .search-card-inner-bx-info small {
        font-size: 75%;
        margin-top: 5px
    }

    .page-sitemap .navbar-menu-right-side-icon .navbar-collapse {
        position: static;
        background: #fff;
        z-index: 99
    }

    .page-sitemap .navbar li.d-block.d-xl-none {
        display: none!important
    }

    .hero-with-img {
        margin-top: 61px;
        padding: 60px 0
    }

    .temp-edit_mainview {
        padding-top: 61px
    }
}

@media (max-width: 992px) {
    .header_search {
        position:relative;
        margin-left: 0;
        margin-top: 15px
    }

    .navbar-menu-right-side-icon .navbar-collapse {
        width: 40%
    }

    .awards_details .card-body {
        padding: 20px 0
    }

    .awards_details .col-md-12 {
        padding: 0
    }

    .press-release-details-left h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .home-project-complete-project .section-title,.home-project-ongoing-project .section-title {
        font-size: 144%
    }

    section.home-project [class*=col-],section.middle-content [class*=col-] {
        padding: 0;
        margin-bottom: 12px
    }

    .mla-detail-info h2 {
        font-size: 145%;
        line-height: 32px
    }

    .custom-slider-1 {
        margin: 0
    }

    section.middle-content .col-lg-4.col-md-6.col-sm-12 {
        padding: 0 5px
    }

    .footer-add-image {
        margin-top: 40px
    }

    img.main-logo {
        max-width: 65px;
        margin-top: 0
    }

    .logo_dis_name {
        font-size: 16px;
        top: 34px;
        left: 73px;
        max-width: 270px;
        line-height: 25px
    }

    section.topbar {
        padding: 5px 0
    }

    .header-logo-items.header-main-logo {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        margin: 15px 0 0
    }

    .Updation_info {
        display: none
    }

    .header-logo-items {
        margin: 0
    }

    .col-lg-12.d-md-flex.align-items-center.justify-content-between a.btn.btn-round.btn-theme.btn-yellow {
        margin: 15px 0 0
    }

    .col-lg-12.d-md-flex.align-items-center.justify-content-between.mb-4,.col-lg-12.d-md-flex.align-items-center.justify-content-between.mb-5 {
        text-align: center
    }

    .custom-card-title {
        font-size: 21px
    }

    .custom-card-title.d-flex.align-items-center.justify-content-between.px-3 {
        padding: 10px 9px!important
    }

    section.middle-content {
        padding: 15px 0
    }

    section.home-about-us {
        padding: 10px 0 40px
    }

    .doc-detail-bx .list-group-item {
        -webkit-box-flex: 1!important;
        flex: 1 1 100%!important
    }

    .section-title:after,.section-title:before,section.awareness-material:after,section.awareness-material:before {
        display: none
    }

    section.awareness-material {
        background: #205fa2
    }

    .website-impo-links .container {
        max-width: 88%!important
    }

    .website-impo-links .row {
        margin: 0
    }

    section.header-logo {
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .slider-act-btn {
        font-size:16px;
        height: 30px;
        width: 30px;
        left: 50%
    }

    .navbar-menu-right-side-icon .navbar-collapse {
        width: 60%
    }

    .footer-ext-links {
        margin-bottom: 0
    }

    .footer-ext-links a {
        margin: 5 px
    }

    .info-deign-2-shape-items {
        min-height: 153px;
        width: 38%;
        margin: 10px
    }

    .info-deign-2-shape-items-name {
        font-size: 100%
    }

    .info-deign-2-shape-items-count {
        font-size: 150%
    }

    .page-jan-entry-details-info-design .info-deign-2-shape-items {
        width: 100%;
        margin: 0 0 20px;
        min-height: 129px
    }
}

@media (max-width: 595px) {
    .home-awareness-material-items .col-xl-6.col-lg-6.col-sm-6.col-12.mb-0 {
        margin-bottom:15px!important
    }

    .tab-design1 li.nav-item {
        -webkit-box-flex: 1;
        flex: 1 1 100%
    }

    .tab-design1 li.nav-item a {
        position: static;
        top: auto!important;
        margin: 5px 0!important
    }

    .photo-gallery-bx {
        width: 100%
    }

    .navbar-menu-right-side-icon .navbar-collapse {
        width: 75%
    }

    .header-btns {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 1600px) {
    .district-list-items-title {
        font-size:18px
    }

    section.header-logo {
        padding-right: 0
    }

    img.main-logo {
        max-width: 65px
    }

    .logo_dis_name {
        font-size: 20px
    }

    .Updation_info {
        font-size: 15px
    }

    .dept-min-profile a img,.raj-cm {
        max-width: 52px
    }

    .header-logo-items {
        margin: 0
    }
}

.page-file-download-pos-static .page-file-download-btn {
    position: static;
    margin-top: 0
}

.orders_filter-btn-grp .btn {
    -webkit-box-flex: 1;
    flex: 1;
    margin: 0 5px
}

.zoom-in-zoom-out {
    -webkit-animation: zoom-in-zoom-out 2s ease-out infinite;
    animation: zoom-in-zoom-out 2s ease-out infinite
}

@-webkit-keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

ul.adv-link-w-icon-btn {
    list-style: none;
    margin-top: 25px
}

.adv-social-media-fb,.adv-social-twitter {
    font-size: 105%;
    color: #000;
    background: #fff;
    padding: 6px 15px;
    border-radius: 10px;
    box-shadow: 0 0 20px #e5e5e5;
    border: 2px solid #dfdfdf;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: 500
}

.adv-social-media-fb i,.adv-social-twitter i {
    margin-right: 8px;
    font-size: 28;
    color: #000
}

.adv-social-media-fb {
    background: #e6f2fd;
    color: #135da4
}

.adv-social-media-fb i {
    color: #135da4
}

.adv-social-twitter,.adv-social-twitter i {
    color: #1da1f2
}

.adv-social-media-fb,.adv-social-twittera:hover {
    background: #fff
}

.dropdown-submenu>.dropdown-menu {
    max-height: 250px;
    background: #d93d6f;
    top: 50%;
    bottom: auto;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
}

.dropdown-submenu>.dropdown-menu a {
    font-size: 85%!important;
    font-size: 90%!important;
    font-weight: 400;
    padding: 2px 12px!important
}

.btn-link-big {
    font-size: 200%;
    color: #0074f1;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center
}

.list-grid-view-btn button {
    background: transparent;
    border: none;
    font-size: 30px;
    color: #bbb
}

.list-grid-view-btn ul.nav.nav-tabs .nav-link.active button {
    color: #135da4
}

.table-shadow {
    box-shadow: 0 0 20px #cbcbcb;
    padding: 15px;
    border-radius: 15px;
    background: #fff
}

.text-link-btn {
    color: #0b4985
}

.list-grid-view-btn ul.nav.nav-tabs {
    border: none;
    -webkit-box-pack: end;
    justify-content: end
}

.list-grid-view-btn ul.nav.nav-tabs .nav-link {
    border: none;
    padding: 0
}

.tender-list .tab-content>.active {
    display: -webkit-box;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

app-mini-loader {
    width: 100%
}

.mini-loading {
    width: 100%;
    font-size: 150%
}

.mini-loading i {
    font-size: 40px;
    margin-bottom: 10px
}

app-no-records {
    width: 100%
}

.mini-loading,.not-record-found {
    padding: 25px;
    margin: 15px 0
}

.not-record-found {
    color: #d10000!important
}

.not-record-found img {
    max-width: 550px;
    margin: auto
}

.not-record-found p {
    margin-top: 15px;
    font-size: 200%
}

.new-action-btn a {
    margin: 0 7px;
    font-size: 25px
}

div#RajAdvtPopupModel button.close {
    color: #fff
}

.home-project .row {
    position: relative
}

.scheme_logo_name {
    margin-top: -120px
}

.btn-sahre-whtsapp {
    background: #c5ffc7;
    padding: 6px 25px;
    border-radius: 20px;
    color: #000
}

.footer-app-btn a img {
    max-width: 140px
}

.footer-app-btn {
    margin-top: 30px
}

.footer-app-btn a {
    display: inline-block
}

.table-action-media-list a {
    padding: 0!important;
    margin-right: 12px!important
}

.ban-item-details {
    color: #818181;
    font-size: 90%
}

@media screen and (max-width: 1400px) {
    .footer-app-btn a img {
        max-width:120px
    }

    footer {
        padding: 100px 15px 35px
    }

    footer .container {
        max-width: 100%
    }
}

@media screen and (max-width: 1400px) {
    .footer-app-btn a {
        margin-bottom:10px
    }
}

.dept-dynamic-info-home-page p {
    line-height: 35px;
    font-weight: 300;
    color: currentColor
}

.dept-dynamic-info-home-page {
    padding: 50px 0;
    font-size: 130%;
    line-height: 35px;
    background: url(bg-new-1.532b0e990e410a82fdd5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed
}

.dept-dynamic-info-home-page .row {
    background: #fff;
    box-shadow: 0 0 20px #ebebeb;
    border-radius: 15px;
    padding: 15px
}

.table-data-sm-img {
    border: 1px solid #d9d9d9;
    padding: 4px;
    background: #fff;
    border-radius: 10px
}

.cls-web-my-web .navbar ul>li a {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.cls-web-my-web .navbar {
    background: #fff;
    color: #000
}

.cls-web-my-web .header-fix {
    box-shadow: 0 0 20px #d5d5d5
}

.cls-web-my-web .dropdown-menu {
    background: #fff
}

.cls-web-my-web section.header-logo {
    background: #efefef!important;
    min-height: 110px
}

.cls-web-my-web .dropdown-menu a.dropdown-item {
    border: none!important;
    color: #6e6e6e!important
}

.cls-web-my-web .dropdown-menu a.dropdown-item:active,.cls-web-my-web .dropdown-menu a.dropdown-item:focus {
    background: #e9e9e9!important
}

.cls-web-my-web .dropdown-menu a.dropdown-item:hover {
    background: #e9e9e9
}

.cls-web-my-web section.topbar {
    background: #bd8e00
}

.cls-web-my-web .header-btns-items {
    border: none;
    background: transparent!important
}

.cls-web-my-web img.main-logo {
    max-width: 65px
}

.cls-web-my-web .raj-cm {
    max-width: 60px
}

.cls-web-my-web .Updation_info {
    font-size: 17px;
    font-weight: 600
}

.cls-web-my-web footer:before {
    display: none
}

.cls-web-my-web footer {
    background: #00216a;
    padding: 40px 0 15px;
    margin-top: 100px;
    border-top: 4px solid #2967b1
}

.cls-web-my-web .footer-ext-links a,.cls-web-my-web footer h4 {
    color: #ffbf00
}

.cls-web-my-web footer ul.quick-link li,.cls-web-my-web footer ul li a {
    color: #fff
}

.cls-web-my-web footer p {
    color: #bbb;
    font-weight: 600
}

.cls-web-my-web footer ul.social li i {
    background: #fff!important;
    color: #000
}

.cls-web-my-web .footer-ext-links a:before {
    background: #f5a900
}

.cls-web-my-web nav.breadcrumb_nav {
    background: #135da4;
    min-height: 60px
}

.cls-web-my-web h1.title img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    max-width: 30px;
    top: 0
}

.cls-web-my-web .page-editor-entry-design div {
    text-align: justify;
    margin-bottom: 6px
}

.cls-web-my-web .baseRichText h3,.cls-web-my-web .page-editor-entry-design div {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px
}

.cls-web-my-web .page-editor-entry-design div p {
    text-align: justify;
    line-height: 33px
}

.cls-web-my-web .page-editor-entry-design ol,.cls-web-my-web .page-editor-entry-design ul {
    margin: 0;
    padding: 0 0 0 20px
}

.cls-web-my-web .page-editor-entry-design li {
    margin-bottom: 15px;
    list-style: disc
}

.cls-web-my-web .col-advertisement {
    border: none
}

.cls-web-my-web font {
    font-family: Quicksand,sans-serif
}

.cls-web-my-web .page-editor-entry-design h5 {
    font-weight: 600
}

.cls-web-my-web .about-yajona-text img {
    margin-bottom: 30px
}

.cls-web-my-web {
    font-family: Quicksand,sans-serif
}

.cls-web-my-web .header-logo-items.header-main-logo {
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.custom-logo img {
    max-width: 120px
}

.custom-logo p {
    color: #000;
    font-weight: 600;
    margin-top: 4px
}

.cls-web-my-web .orders_filter {
    margin-top: 20px!important
}

.cls-web-my-web .header_search input {
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff
}

.cls-web-my-web .header_search input::-webkit-input-placeholder {
    color: #fff
}

.cls-web-my-web .header_search input::-moz-placeholder {
    color: #fff
}

.cls-web-my-web .header_search input:-ms-input-placeholder {
    color: #fff
}

.cls-web-my-web .header_search input:-moz-placeholder {
    color: #fff
}

.cls-web-my-web .orders_filter {
    margin-top: -20px!important;
    background: #2260ae;
    box-shadow: none;
    max-width: 100%;
    border-radius: 0
}

.cls-web-my-web .orders_filter label {
    color: #fff!important;
    font-weight: 600
}

.cls-web-my-web .orders_filter .container-fluid {
    max-width: 1300px
}

.cls-web-my-web .filter-btn {
    background: #ffb000;
    border-radius: 0!important
}

.cls-web-my-web button.btn.btn-danger.filter-btn {
    background: rgba(0,0,0,.5)
}

.cls-web-my-web .filter-btn:hover {
    background: rgba(0,0,0,.2)!important
}

.cls-web-my-web .doc-bx-title {
    background: #082542!important;
    border: none!important
}

.cls-web-my-web .table-responsive {
    box-shadow: 0 0 20px #ebebeb;
    padding: 10px;
    border-radius: 15px;
    max-width: 1400px;
    margin: auto
}

.cls-web-my-web .table-responsive table {
    margin: 0
}

.cls-web-my-web .table-new-design thead {
    background: #f2f6ff;
    color: #000
}

.cls-web-my-web .btn {
    border-radius: 10px
}

.cls-web-my-web .table-new-design thead th {
    line-height: 28px;
    font-size: 14px
}

.cls-web-my-web .scheme_search button.btn {
    background: #135da4!important
}

.cls-web-my-web .btn-dark {
    background-color: #bd8e00;
    border-color: #bd8e00
}

.cls-web-my-web .form-control {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0!important
}

.cls-web-my-web .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff
}

.cls-web-my-web .scheme_search input.form-control {
    background: #f5f5f5;
    border: none;
    padding: 25px
}

.cls-web-my-web table .badge-info {
    background: #000!important;
    padding: 4px 10px;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 5px
}

.cls-web-my-web table a.text-blue.fa-2x img {
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #f5f5f5;
    padding: 3px
}

.cls-web-my-web table a.text-blue.fa-2x {
    font-size: 20px
}

.cls-web-my-web .photo-gallery-new-design .photo-gallery-bx {
    border: none;
    background: #fff;
    border-radius: 0;
    width: 22%
}

.cls-web-my-web .home-gallery-items-caption {
    background: transparent;
    padding-top: 10px;
    color: #000;
    font-weight: 500
}

.web-advertisement-card-items {
    padding: 0!important
}

.cls-web-my-web .doc-detail-bx {
    border-color: #f1f1f1!important
}

.cls-web-my-web .page-editor-entry-design table tr:first-child {
    background: #f2f6ff;
    color: #000;
    font-weight: 600
}

.cls-web-my-web .page-editor-entry-design table tr td,.cls-web-my-web .page-editor-entry-design table tr th {
    padding: 2px 8px;
    vertical-align: middle;
    border: 1px solid #f5f5f5
}

.cls-web-my-web .page-editor-entry-design table tr:nth-child(2n) {
    background: #f9f9f9;
    color: #000
}

.cls-web-my-web .page-link-listing li {
    list-style: none!important
}

@media screen and (max-width: 992px) {
    .cls-web-my-web .navbar {
        background:#042248
    }

    .cls-web-my-web .navbar ul>li a {
        color: #000;
        font-size: 16px;
        padding: 9px 10px!important
    }

    .cls-web-my-web .custom-logo img {
        max-width: 180px
    }

    .cls-web-my-web .custom-logo {
        display: block;
        margin: 15px 0
    }

    .cls-web-my-web .navbar-menu-right-side-icon .navbar-collapse {
        background: #fff
    }

    .cls-web-my-web .dropdown-menu {
        background: #fff;
        border: none;
        padding-bottom: 10px
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        -webkit-transform: none;
        transform: none
    }
}

iframe {
    border: none
}

ul.tender-list-sub-item {
    font-size: 85%;
    padding: 0 0 0 25px;
    margin-top: 5px;
    color: #3a3a3a;
    font-weight: 400
}

.grid-other-doc-items {
    color: #000;
    font-size: 110%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px #bbb;
    height: 100%
}

.grid-other-doc-items .grid-other-doc-items-icons {
    font-size: 30px;
    max-width: 30px;
    -webkit-box-flex: 1;
    flex: 1 1 30px
}

.grid-other-doc-items-url {
    -webkit-box-flex: 1;
    flex: auto;
    padding-left: 10px
}

.topbar-sectoral-btn {
    margin-left: 20px
}

.topbar-sectoral-btn a {
    background: #e5d01b;
    color: #000;
    padding: 2px 10px;
    border-radius: 30px
}

.service-list-card-items h5 {
    font-size: 16px;
    background: #efefef;
    border-radius: 10px;
    padding: 8px 12px;
    margin-bottom: 10px!important
}

.service-list-card-items h2 {
    font-weight: 600;
    font-size: 22px!important;
    line-height: 30px!important
}

.modal-header {
    background: #1d4168
}

.modal-content {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .header-icon-link {
        display:none!important
    }

    .middle-content-items-card {
        padding: 0
    }

    section.awareness-material h1.section-title {
        font-size: 115%!important
    }

    .home-awareness-material-items {
        padding: 8px
    }

    section.awareness-material .container-fluid {
        padding: 0 8px
    }
}

.tender-expire h5 {
    color: #000;
    font-weight: 300
}

.tender-expire:after {
    background: #e7c8c8
}

.tender-expire .new-d-box-1-header {
    background: #ffcfcf
}

.tender-expire .new-d-box-1-header span {
    background: #eb3838
}

.tender-expire .new-d-box-1-body:hover {
    background: #f5f5f5
}

.tender-expire .new-d-box-1-body:hover a,.tender-expire .new-d-box-1-body:hover li,.tender-expire .new-d-box-1-body:hover p {
    color: #000
}

tr.tender-expire {
    background: #ffdfdf!important
}

@media (min-width: 767px) {
    .btn-right-w-title-center {
        position:absolute;
        right: 0
    }
}

.tender-list .row {
    width: 100%
}

body.dept-medical {
    font-family: "Roboto Serif",serif
}

.dept-medical section.topbar {
    background: #499afa
}

.dept-medical section.header-logo {
    background: #d7e9ff!important
}

.dept-medical .custom-logo img {
    border-radius: 15px;
    box-shadow: 0 0 20px #c3c3c3
}

.dept-medical .header-icon-link img {
    border-radius: 10px
}

.dept-medical .navbar {
    background: #e5b800
}

.dept-medical .navbar li>a {
    color: #000;
    font-size: 100%
}

.dept-medical .btn-mega-menu {
    background: #d7e9ff
}

.dept-medical .navbar .dropdown-menu {
    background: #034ea9
}

.dept-medical .dropdown-menu a.dropdown-item {
    color: #fff!important
}

.dept-medical .dropdown-item:focus,.dept-medical .dropdown-item:hover {
    background-color: #094187
}

.dept-medical .header-btns-items {
    border: none
}

.dept-medical .lan-change a {
    background: #002f68
}

.dept-medical section.home-banner-slider {
    background: #fff;
    margin: 30px 30px 10px;
    box-shadow: 0 0 20px #e7e7e7;
    padding: 10px;
    border-radius: 20px
}

.dept-medical section.middle-content {
    background: url(medical_bg_2.a8031e721ec8da6a22cb.png);
    background-size: cover;
    background-position: 50%
}

.dept-medical section.middle-content:before {
    display: none
}

.dept-medical section.middle-content .custom-card-title {
    background: #e9e9e9!important;
    color: #000!important;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px
}

.dept-medical .middle-content-items-card {
    -webkit-box-flex: 1;
    flex: 1 1 50%;
    margin: 10px 0
}

.dept-medical .middle-content-items {
    background: #fff
}

.dept-medical .middle-content-date {
    background: #727272!important;
    border-radius: 10px;
    color: #fff!important
}

.dept-medical .custom-card-title .btn {
    background: transparent;
    color: #006dc3;
    text-decoration: underline
}

.dept-medical section.home-marquee {
    background: #ff4033!important
}

.dept-medical .home-page-ent-number:before {
    background: transparent
}

.dept-medical .home-page-ent-number-items a {
    background: #fff;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 20px #e5e5e5
}

.dept-medical .home-page-ent-number-info {
    background: #e5b800
}

.dept-medical section.tab-design1 {
    box-shadow: none
}

.dept-medical .tab-design1 .tab-content {
    background: transparent
}

.dept-medical .row [class*=col-]:nth-child(2n) .card-design-1 {
    background: #f3f3f3;
    box-shadow: none
}

.dept-medical .tab-design1 li.nav-item a {
    font-size: 16px;
    padding: 10px;
    max-width: 150px;
    text-align: center;
    margin: auto
}

.dept-medical .tab-design1 li.nav-item a.active {
    color: #000;
    background: transparent
}

.dept-medical .tab-design1 .nav-tabs {
    border-bottom: none
}

.dept-medical .card-design-1 .card-design-1-img img,.dept-medical .tab-design1 li.nav-item a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.dept-medical section.home-about-us {
    background: url(medical_bg.38032931c0d57bbfb93e.png);
    background-size: cover
}

.dept-medical .home-project-complete-project {
    background: transparent;
    box-shadow: 0 0 20px #f7f7f7;
    border-radius: 20px
}

.dept-medical .card-design-2 {
    background: #fffdfd
}

.dept-medical .custom-card {
    border-radius: 5px
}

.dept-medical .home-inauguration-items-date {
    position: static;
    background: transparent!important;
    border-radius: 13px 0 13px 0;
    color: #4c4c4c;
    padding: 10px;
    top: 0;
    left: 0;
    font-weight: 600
}

.dept-medical .home-inauguration-items-img {
    border-radius: 0
}

.dept-medical section.awareness-material:after,.dept-medical section.awareness-material:before {
    background: transparent
}

.dept-medical section.awareness-material .section-title.text-center {
    color: #000
}

.dept-medical .home-awareness-material-items {
    background: none;
    color: #000
}

.dept-medical .not-record-found p {
    color: #d90909
}

.dept-medical .home-awareness-material-items-title {
    background: transparent!important
}

.dept-medical .home-awareness-material-items-title .section-title {
    color: #000!important;
    font-size: 200%!important
}

.dept-medical .home-awareness-material-items-title:before {
    display: none
}

.dept-medical .av-caption {
    background: #135da4;
    color: #fff
}

.dept-medical section.awareness-material .row [class*=col-] {
    padding: 0;
    margin: 0!important
}

.dept-medical section.awareness-material .row [class*=col-] .home-awareness-material-items {
    border-radius: 0
}

.dept-medical section.awareness-material .row [class*=col-]:first-child .home-awareness-material-items {
    background: #fdf4ff
}

.dept-medical section.awareness-material .row [class*=col-]:nth-child(2) .home-awareness-material-items {
    background: #edf0ff
}

.dept-medical section.awareness-material .row [class*=col-]:nth-child(3) .home-awareness-material-items {
    background: #eaffeb
}

.dept-medical section.awareness-material .row [class*=col-]:nth-child(4) .home-awareness-material-items {
    background: #ebf9ff
}

.dept-medical .website-impo-links-items,.dept-medical .website-impo-links-items:after {
    background: transparent
}

.dept-medical footer:before {
    display: none
}

.dept-medical footer {
    padding: 50px 0 15px;
    background: #cfd5db
}

.dept-medical footer ul.quick-link li {
    color: #000
}

.dept-medical footer ul li a {
    color: #000;
    font-weight: 400
}

.dept-medical footer ul.social li i {
    color: #fff
}

.dept-medical .footer-ext-links a,.dept-medical footer p {
    color: #000
}

.dept-medical .footer-nodal-officer p {
    margin: 0
}

.dept-medical .footer-ext-links {
    margin-top: 15px
}

.dept-medical footer h4 {
    color: #977900;
    font-size: 170%!important
}

.dept-medical .card-design-2 {
    background: #fff!important;
    border: none;
    box-shadow: none
}

.page-editor-entry-design sup {
    line-height: normal
}

.custom-card-title svg,.home-marquee-title,.link-new-d-1,.not-record-found-temp-1,.template-university-minister-hader,.template-university-minister-header,.template-university .not-record-found-default,.template-university section.header-logo,.university-logo,section.new-media-d-1,section.template-university-about-us {
    display: none
}

.template-university .custom-card-title svg,.template-university .home-marquee-title,.template-university .link-new-d-1,.template-university .not-record-found-temp-1,.template-university .template-university-minister-header,.template-university section.new-media-d-1,.template-university section.template-university-about-us {
    display: block
}

.template-university .university-logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.template-university .navbar {
    background: #fff url(strip-1.2ddfad9193c56650410e.png)!important;
    padding: 15px
}

.template-university .navbar li>a {
    color: #000;
    font-weight: 400;
    font-size: 98%;
    padding: 4px 8px!important
}

.template-university .university-logo img {
    max-width: 270px
}

.template-university {
    font-family: Roboto Slab,serif;
    font-weight: 400
}

.template-university .navbar-nav {
    -webkit-box-pack: end!important;
    justify-content: end!important
}

.template-university section.topbar {
    background: #3f51b5!important;
    padding: 0
}

.template-university .header-btns-items {
    border: none
}

.template-university .lan-change a {
    background: transparent
}

.template-university .header_search input {
    background: hsla(0,0%,100%,.8);
    border-radius: 0
}

.template-university .header_search {
    margin-right: -15px
}

.template-university .dropdown-menu {
    background: #fff!important;
    box-shadow: 0 0 20px #b5b5b5;
    border-radius: 15px;
    border-bottom-color: #3f51b5
}

.template-university .dropdown-menu a.dropdown-item {
    border: none!important;
    color: #626262
}

.template-university .btn-mega-menu {
    background: transparent;
    color: #727272!important
}

.template-university .dropdown-item:focus,.template-university .dropdown-item:hover {
    background-color: #e3e3e3
}

.template-university .dropdown-submenu>.dropdown-menu li {
    border: none
}

.template-university .dropdown-submenu>.dropdown-menu {
    background: #f1f3ff!important
}

.template-university .dropdown-submenu>.dropdown-menu a:hover {
    background: #fff!important
}

.template-university-minister-header {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-bottom: 5px solid #2196f3;
    padding: 20px 0;
    background-position: 50%!important;
    position: relative
}

.template-university-minister-header:before {
    background: hsla(0,0%,100%,.8);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0
}

.template-university .navbar.header-fix {
    box-shadow: none;
    border-bottom: 1px solid #efefef
}

.template-university-minister-img-items {
    margin: 0 25px;
    text-align: center;
    color: #000
}

.template-university-minister-img-items:nth-child(2),.template-university-minister-img-items:nth-child(3),.template-university-minister-img-items:nth-child(4),.template-university-minister-img-items:nth-child(5) {
    margin: 0 10px
}

.template-university-minister-img-items-img {
    margin-bottom: 5px
}

.template-university-minister-img-items-img img {
    background: #fff;
    box-shadow: 0 0 10px #c1c1c1;
    padding: 2px;
    max-width: 85px;
    max-height: 85px
}

.template-university-minister-cm img {
    max-width: 120px
}

.template-university section.home-marquee {
    background: #e0e5ff!important
}

.template-university section.home-marquee ul li a {
    color: red!important;
    font-weight: 600;
    font-size: 115%
}

.template-university section.home-marquee {
    background: #f1f5ff!important;
    margin: 0;
    padding: 0!important
}

.template-university section.home-marquee ul li a:before {
    background: red!important;
    top: 6px!important
}

.home-marquee-title {
    background: #000;
    color: #fff;
    padding: 5px 40px;
    font-size: 130%;
    position: relative
}

.home-marquee-title:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    right: -6px;
    background: #000;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999999
}

section.template-university-about-us {
    padding: 50px 0;
    font-size: 160%;
    text-align: center;
    max-width: 1100px;
    margin: auto
}

section.template-university-about-us p {
    line-height: 30px;
    font-weight: 400
}

.template-university section.middle-content {
    background: #fff;
    padding: 25px
}

.template-university section.middle-content .container-fluid {
    margin: auto
}

.template-university .middle-content-custom-card:after,.template-university section.middle-content:before {
    display: none
}

.template-university .custom-card-title {
    background: transparent!important;
    color: #000!important;
    font-weight: 600;
    font-size: 24px;
    font-family: Poppins,sans-serif;
    text-align: left;
    line-height: 30px
}

.template-university .custom-card-title svg {
    margin-right: 13px!important
}

.template-university .custom-card-title .btn {
    background: transparent;
    color: #505050;
    text-decoration: underline;
    padding: 0;
    min-width: 100px
}

.template-university .middle-content-items {
    display: -webkit-box!important;
    display: flex!important;
    -webkit-box-align: start;
    align-items: start;
    padding: 10px;
    border-bottom: 1px solid #efefef
}

.template-university .middle-content-date {
    position: static;
    border-radius: 10px;
    margin-right: 15px;
    min-width: 70px;
    text-align: left;
    white-space: normal;
    font-size: 15px;
    max-width: 70px;
    line-height: 21px;
    background: #2c8a8d!important;
    color: #fff!important;
    font-weight: 600;
    padding: 0;
    height: 60px;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.template-university .middle-content-custom-card .custom-card-body {
    padding: 10px;
    box-shadow: 0 0 20px #e9e9e9;
    display: block;
    margin: 15px;
    border-radius: 10px
}

.template-university .middle-content-items:nth-child(2n) {
    background: #fff
}

.template-university .middle-content-items:last-child {
    border: none
}

.template-university .middle-content-info {
    font-size: 102%;
    white-space: normal;
    text-align: left
}

.template-university .middle-content-items-card {
    -webkit-box-flex: 0;
    flex: 0 0 24%
}

.template-university section.middle-content .container-fluid .row .middle-content-items-card:nth-child(2n) .middle-content-custom-card {
    background: #ecfeff;
    padding-top: 10px
}

.template-university section.middle-content .container-fluid .row .middle-content-items-card:nth-child(2n) .middle-content-custom-card .custom-card-body {
    box-shadow: none
}

.template-university section.middle-content .container-fluid .row .middle-content-items-card:nth-child(2n) .middle-content-custom-card .custom-card-body .middle-content-items {
    background: #fff;
    border: none;
    margin-bottom: 8px!important;
    border-radius: 10px;
    box-shadow: 0 0 20px #c9e3e5
}

.template-university section.middle-content .container-fluid .row .middle-content-items-card:nth-child(2n) .middle-content-custom-card .custom-card-body .middle-content-items:last-child {
    margin: 0!important
}

.template-university section.middle-content .container-fluid .row .middle-content-items-card:nth-child(2n) .middle-content-custom-card .custom-card-body .middle-content-items .middle-content-date {
    background: #caedef!important;
    color: #000!important
}

.template-university footer:before {
    display: none
}

.template-university footer {
    background: url(university-footer.1fa85e65575a8ee62293.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0
}

.template-university .footer-add-image a {
    background: transparent;
    box-shadow: none
}

.template-university .footer-nodal-officer p {
    margin: 0 0 6px
}

.template-university .footer-nodal-officer {
    text-align: left!important
}

.template-university footer h4 {
    color: #fff;
    font-size: 25px!important
}

.template-university footer ul li a {
    line-height: 28px;
    font-weight: 400
}

.template-university .footer-ext-links a:before {
    background: #fff
}

.template-university footer ul li a:hover {
    color: hsla(0,0%,100%,.5)
}

.template-university footer ul.social li i {
    background: rgba(0,0,0,.5)!important
}

.template-university-minister-cm strong {
    font-size: 140%
}

.template-university-minister-img-items-info p {
    max-width: 165px;
    margin-left: auto!important;
    margin-right: auto!important
}

.template-university-minister-cm p {
    font-size: 110%
}

.link-new-d-1 {
    background: #035048 url(university-bg2.10aeccf0c8da33b4a767.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 60px 0;
    margin: 50px 0
}

section.link-new-d-1 .link-new-d-1-header h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600
}

section.link-new-d-1 .link-new-d-1-header p {
    color: #fff;
    max-width: 830px;
    margin: 15px auto;
    font-size: 18px;
    line-height: 28px
}

.link-new-d-1-content {
    flex-wrap: wrap;
    margin-top: 70px
}

.link-new-d-1-content,.link-new-d-1-content-items {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.link-new-d-1-content-items {
    text-align: center;
    background: rgba(0,0,0,.5);
    height: 150px;
    width: 150px;
    border-radius: 100%;
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.link-new-d-1-content .link-new-d-1-content-items:first-child {
    background: rgba(9,47,187,.4)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(2) {
    background: rgba(255,141,0,.4)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(3) {
    background: rgba(255,0,0,.4)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(4) {
    background: rgb(88 143 0/50%)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(5) {
    background: rgb(205 47 120/40%)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(6) {
    background: rgba(9,47,187,.4)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(7) {
    background: rgb(255 255 255/40%)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(8) {
    background: rgb(0 0 0/25%)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(9) {
    background: rgb(255 90 64/30%)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(10) {
    background: rgb(134 138 139/40%)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(11) {
    background: rgba(9,47,187,.4)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(12) {
    background: rgba(255,141,0,.4)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(13) {
    background: rgba(255,0,0,.4)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(14) {
    background: rgb(88 143 0/50%)
}

.link-new-d-1-content .link-new-d-1-content-items:nth-child(15) {
    background: rgb(205 47 120/40%)
}

.link-new-d-1-content-items:hover {
    background: #000!important
}

.link-new-d-1-content-items .link-new-d-1-content-items-img img {
    max-height: 60px;
    margin-bottom: 5px;
    max-width: 60px
}

.link-new-d-1-content-items p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px
}

.template-university nav.breadcrumb_nav {
    background: #035048 url(/img/slider-banner-2.024c8d4997734f89db63.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.template-university nav.breadcrumb_nav:before {
    display: none
}

.template-university .page-editor-entry-design {
    margin-bottom: 50px
}

.template-university .photo-gallery-new-design .photo-gallery-bx {
    background: #fff;
    border: none
}

.template-university .home-gallery-items-caption {
    background: transparent;
    color: #000;
    font-weight: 600
}

.template-university h1.title img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    top: 0
}

.new-media-d-1-items {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

section.new-media-d-1 {
    padding: 80px 0
}

.template-university .section-title {
    margin-bottom: 35px;
    color: #000!important;
    font-size: 35px
}

.template-university .section-title:after,.template-university .section-title:before {
    display: none
}

.uni-temp-logo {
    margin-right: auto
}

.uni-temp-logo img {
    max-width: 120px;
    border-radius: 5px
}

.uni-temp-logo-name {
    color: #035048;
    font-size: 26px;
    margin-left: auto;
    font-weight: 500;
    max-width: 400px;
    text-align: left;
    line-height: 35px
}

.template-university .header-icon-link {
    margin-right: 90px;
    margin-left: 20px
}

.template-university .dept-dynamic-info-home-page {
    background: #fff;
    text-align: center
}

.template-university .dept-dynamic-info-home-page .row {
    box-shadow: none
}

.template-university .dept-dynamic-info-home-page p {
    line-height: 40px;
    font-weight: 300;
    color: currentColor;
    font-size: 135%
}

.template-university .website-impo-links {
    background: url(university-bg1.0e250f2d5b26da2528af.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0
}

.template-university .website-impo-links:before {
    background: rgba(0,0,0,.4);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0
}

.template-university .website-impo-links .section-title.text-center {
    color: #fff!important
}

.template-university .website-impo-links-items:after {
    display: none
}

.template-university .slider-items-4 {
    background: #fff;
    padding: 25px 0!important;
    border-radius: 40px;
    box-shadow: 0 0 20px #727272
}

.template-university .website-impo-links-items {
    background: transparent
}

.template-university-minister-header .container {
    position: relative;
    max-width: 1580px
}

.template-university .btn-round {
    border-radius: 0
}

.template-university .btn-yellow {
    background: transparent;
    color: #545454!important;
    text-decoration: underline
}

.template-university .btn-yellow:hover {
    background: transparent;
    color: #000!important
}

.template-university .custom-card {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 20px #d3d3d3
}

.template-university .custom-card:hover {
    background: #ecfeff
}

.template-university .home-inauguration-items-img {
    height: 220px;
    border-radius: 0
}

.template-university .home-inauguration-items-date {
    background: rgba(0,0,0,.6);
    border-radius: 0;
    top: 15px;
    right: 0;
    left: auto
}

.template-university .home-inauguration-items:hover .home-inauguration-items-info {
    color: #484848
}

.template-university .home-inauguration-items-info {
    background: transparent;
    border-radius: 0
}

.template-university section.tab-design1 {
    box-shadow: none;
    border-radius: 5px
}

.template-university .tab-design1 li.nav-item a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    max-width: 50px;
    height: auto
}

.template-university .tab-design1 li.nav-item a {
    padding: 10px 0;
    max-width: 185px;
    margin: auto
}

.template-university .tab-design1 li.nav-item a.active {
    background: transparent;
    border-bottom: 2px solid #035048;
    color: #035048
}

.template-university .tab-design1 .tab-content {
    background: transparent
}

.template-university .tab-design1 .nav-tabs {
    border: none
}

.template-university .card-design-1 .card-design-1-img {
    display: none
}

.template-university .row [class*=col-]:nth-child(2n) .card-design-1 {
    background: #fff
}

.template-university .page-editor-entry-design table tr:nth-child(2n) {
    background: #fff;
    color: #353535
}

.template-university .page-editor-entry-design table tr:first-child a {
    color: #fff
}

.template-university .page-editor-entry-design table tr:first-child,.template-university .table-custom thead th,.template-university .table-new-design thead {
    background: #3f51b5;
    color: #fff
}

.template-university .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff
}

.template-university .orders_filter {
    background: #035048 url(university-bg2.10aeccf0c8da33b4a767.png);
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: none;
    border-radius: 5px
}

.template-university .text-theme {
    color: #035048
}

.template-university .temp-gov-dec-design .modal-content {
    overflow: initial
}

.template-university .modal-header {
    border-radius: 0!important;
    background: #f3fffe;
    border: none
}

.template-university ul.gov-decisions-new-design-list li:nth-of-type(odd) {
    background: #fbfbfb
}

.template-university ul.gov-decisions-new-design-list li {
    border: none!important
}

.new-tab-design-1-items .new-tab-design-1-items-list h3 {
    font-size: 108%;
    margin-bottom: 8px!important
}

.new-tab-design-1-items .new-tab-design-1-items-list p {
    font-size: 95%;
    line-height: 18px;
    color: #4e4e4e
}

.new-tab-design-1 .nav-tabs {
    border: none;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    justify-content: center
}

.new-tab-design-1 .nav-tabs a {
    border: none;
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 12px
}

.new-tab-design-1 .nav-tabs a.active {
    background: #963267;
    color: #fff;
    border-radius: 10px
}

.new-tab-design-1-items {
    background: #e7f3ff;
    padding: 15px;
    box-shadow: 0 0 20px #f1f1f1;
    border-radius: 15px;
    max-height: 370px;
    overflow: auto;
    height: 100%
}

.new-tab-design-1-items-list {
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb
}

.new-tab-design-1-items .new-tab-design-1-items-list:last-child {
    border: none;
    padding-bottom: 0
}

.new-tab-design-1 .nav-tabs a i {
    margin-right: 5px
}

.footer-add-image {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.footer-add-image a {
    -webkit-box-flex: 1;
    flex: 1 1 50%;
    max-width: 50%
}

.footer-add-image a:first-child {
    margin-right: 15px
}

.footer-add-image-g20-logo {
    box-shadow: none!important;
    margin-right: 10px;
    background: hsla(0,0%,100%,.8)!important
}

section.home-project .home-project-complete-project .section-title:after,section.home-project .home-project-complete-project .section-title:before {
    display: none
}

.dynamic-flex-25 {
    border: 2px solid #e2e2e2;
    padding: 15px;
    min-width: 550px
}

@media screen and (min-width: 1190px) {
    .dynamic-flex-25 {
        -webkit-box-flex:0;
        flex: 0 0 30%
    }

    .dynamic-flex-75 {
        -webkit-box-flex: 0;
        flex: 0 0 70%
    }

    section.home-new-document-design {
        padding: 20px
    }

    .custom-logo {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 767px) {
    .footer-add-image a {
        max-width:120px
    }

    .dynamic-flex-25 {
        min-width: auto
    }
}

.home-press-release-gallery .home-gallery-items-img img {
    max-height: 200px
}

.home-press-release-gallery .home-gallery-items-img {
    height: 220px
}

.home-press-release-gallery .home-gallery-items-caption {
    min-height: 47px
}

.home-press-release-gallery .home-gallery-items-caption span {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 328px;
    white-space: nowrap;
    display: block
}

.template-university .modal-header button.close {
    color: #000!important
}

.page-web-directory-list h2 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-left: 15px
}

.page-web-directory-list {
    background: #ebf9ff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 20px #e4e4e4;
    margin-bottom: 35px
}

.page-web-directory-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.page-web-directory-list ul li {
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    margin: 10px
}

.page-web-directory-list ul li a {
    border: 1px solid #eee;
    display: block;
    padding: 6px 10px;
    color: #135da4;
    border-radius: 20px;
    background: #fff;
    text-align: left;
    box-shadow: 0 0 12px #ededed
}

.page-web-directory-list ul li a:hover {
    background: #f5f5f5
}

.page-web-directory .page-web-directory-list:nth-child(2) {
    background: #eff1ff
}

.page-web-directory .page-web-directory-list:nth-child(3) {
    background: #fff3f2
}

.page-web-directory .page-web-directory-list:nth-child(4) {
    background: #fffdec
}

.page-web-directory .page-web-directory-list:nth-child(5) {
    background: #eff1ff
}

.navbar-nav li:last-child ul.dropdown-menu ul.dropdown-menu {
    left: -100%;
    right: auto;
    top: 0;
    -webkit-transform: none;
    transform: none
}

@media screen and (max-width: 767px) {
    .page-web-directory-list ul li {
        -webkit-box-flex:0;
        flex: 0 0 45%
    }
}

@media screen and (max-width: 595px) {
    .page-web-directory-list ul li {
        -webkit-box-flex:0;
        flex: 0 0 100%;
        margin: 0 0 10px
    }
}

.section_bg-black {
    background: #000!important
}

.section_bg-white {
    background: #fff!important
}

.section_bg-green {
    background: #3e6158!important
}

.section_bg-green-darksky {
    background: #3f7a89!important
}

.section_bg-light-green {
    background: #96c582!important
}

.section_bg-light-green-more {
    background: #b7d5c4!important
}

.section_bg-light-blue {
    background: #bcd6e7!important
}

.section_bg-mid-blue {
    background: #7c90c1!important
}

.section_bg-Mountbatten-Pink {
    background: #9d8594!important
}

.section_bg-Lola {
    background: #dad0d8!important
}

.section_bg-Indigo {
    background: #4b4fce!important
}

.section_bg-Windsor {
    background: #4e0a77!important
}

.section_bg-Wisteria {
    background: #a367b5!important
}

.section_bg-French-Rose {
    background: #ee3e6d!important
}

.section_bg-Cabaret {
    background: #d63d62!important
}

.section_bg-Laser {
    background: #c6a670!important
}

.section_bg-Blaze-Orange {
    background: #f46600!important
}

.section_bg-Guardsman-Red {
    background: #cf0500!important
}

.section_bg-Wewak {
    background: #efabbd!important
}

.section_bg-Monarch {
    background: #8e0622!important
}

.section_bg-Tacao {
    background: #f0b89a!important
}

.section_bg-Cream-Can {
    background: #f0ca68!important
}

.section_bg-Buccaneer {
    background: #62382f!important
}

.section_bg-Raw-Sienna {
    background: #c97545!important
}

.section_bg-Hot-Toddy {
    background: #c1800b!important
}

.section_bg-light-yellow {
    background: #fff6ae!important
}

.section_bg-theme-pink {
    background: #dc2694!important
}

.gov-doc-grid {
    border: 1px solid #dbdbdb;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 40px
}

.gov-doc-grid h2 {
    font-size: 25px;
    padding: 8px 12px;
    background: #135da4;
    color: #fff;
    font-weight: 300;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px
}

.gov-doc-grid .row {
    -webkit-box-pack: start;
    justify-content: start
}

.gov-doc-grid-items {
    box-shadow: 0 0 20px #e6f3ff;
    height: 100%
}

.gov-doc-grid-items-img {
    height: 190px;
    background: #f6f6f6
}

.gov-doc-grid-items-img img {
    max-width: 185px;
    max-height: 180px
}

.gov-doc-grid-items-body h6 {
    font-weight: 400;
    white-space: normal;
    text-align: left;
    margin-bottom: 10px;
    line-height: 25px;
    color: #000;
    word-wrap: break-word
}

.gov-doc-grid-items-body {
    padding: 15px
}

.gov-doc-grid-items-body p {
    font-size: 14px;
    color: #939393;
    line-height: 20px;
    margin: 0;
    word-wrap: break-word
}

.gov-doc-grid-items-action a {
    font-size: 25px;
    margin-right: 15px;
    cursor: pointer
}

.gov-doc-grid-items-action {
    margin-top: 15px
}

.section_bg-black .tab-design1 li.nav-item a,.section_bg-Blaze-Orange .tab-design1 li.nav-item a,.section_bg-Buccaneer .tab-design1 li.nav-item a,.section_bg-Cabaret .tab-design1 li.nav-item a,.section_bg-Cream-Can .tab-design1 li.nav-item a,.section_bg-French-Rose .tab-design1 li.nav-item a,.section_bg-green-darksky .tab-design1 li.nav-item a,.section_bg-green .tab-design1 li.nav-item a,.section_bg-Guardsman-Red .tab-design1 li.nav-item a,.section_bg-Hot-Toddy .tab-design1 li.nav-item a,.section_bg-Indigo .tab-design1 li.nav-item a,.section_bg-Laser .tab-design1 li.nav-item a,.section_bg-light-blue .tab-design1 li.nav-item a,.section_bg-light-green-more .tab-design1 li.nav-item a,.section_bg-light-green .tab-design1 li.nav-item a,.section_bg-Lola .tab-design1 li.nav-item a,.section_bg-mid-blue .tab-design1 li.nav-item a,.section_bg-Monarch .tab-design1 li.nav-item a,.section_bg-Mountbatten-Pink .tab-design1 li.nav-item a,.section_bg-Raw-Sienna .tab-design1 li.nav-item a,.section_bg-Tacao .tab-design1 li.nav-item a,.section_bg-Wewak .tab-design1 li.nav-item a,.section_bg-Windsor .tab-design1 li.nav-item a,.section_bg-Wisteria .tab-design1 li.nav-item a {
    color: #fff
}

.section_bg-black .tab-design1 li.nav-item a.active,.section_bg-Blaze-Orange .tab-design1 li.nav-item a.active,.section_bg-Buccaneer .tab-design1 li.nav-item a.active,.section_bg-Cabaret .tab-design1 li.nav-item a.active,.section_bg-Cream-Can .tab-design1 li.nav-item a.active,.section_bg-French-Rose .tab-design1 li.nav-item a.active,.section_bg-green-darksky .tab-design1 li.nav-item a.active,.section_bg-green .tab-design1 li.nav-item a.active,.section_bg-Guardsman-Red .tab-design1 li.nav-item a.active,.section_bg-Hot-Toddy .tab-design1 li.nav-item a.active,.section_bg-Indigo .tab-design1 li.nav-item a.active,.section_bg-Laser .tab-design1 li.nav-item a.active,.section_bg-light-blue .tab-design1 li.nav-item a.active,.section_bg-light-green-more .tab-design1 li.nav-item a.active,.section_bg-light-green .tab-design1 li.nav-item a.active,.section_bg-Lola .tab-design1 li.nav-item a.active,.section_bg-mid-blue .tab-design1 li.nav-item a.active,.section_bg-Monarch .tab-design1 li.nav-item a.active,.section_bg-Mountbatten-Pink .tab-design1 li.nav-item a.active,.section_bg-Raw-Sienna .tab-design1 li.nav-item a.active,.section_bg-Tacao .tab-design1 li.nav-item a.active,.section_bg-Wewak .tab-design1 li.nav-item a.active,.section_bg-Windsor .tab-design1 li.nav-item a.active,.section_bg-Wisteria .tab-design1 li.nav-item a.active {
    color: #000
}

.section_bg-mid-blue .new-tab-design-1 .nav-tabs a {
    color: #fff
}

.section_bg-Cabaret .section-title.text-center {
    color: #fff!important
}

.lookup-page-discription {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px
}

.slick-list.draggable {
    width: 100%
}

.template-university .university-logo img {
    max-width: 60px
}

.university-logo .logo_gov_tagline {
    text-align: left;
    min-width: 207px;
    font-weight: 500
}

.svg-btns button {
    background: transparent;
    margin-left: 15px;
    border: 1px solid #b9b9b9!important;
    padding: 5px 15px
}

.svg-btns button svg {
    margin-right: 7px
}

.show-attach-files {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.show-attach-files-items-inside i.bi.bi-file-pdf {
    font-size: 40px
}

.show-attach-files .show-attach-files-items img {
    max-height: 100px;
    max-width: 100px
}

.show-attach-files .show-attach-files-items {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.show-attach-files .show-attach-files-items .show-attach-files-items-inside {
    margin-right: 15px;
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media print {
    table td {
        border: 1px solid #000!important
    }

    ;.print-d-none {
        display: none!important
    }
}

.page-gen-entry-tabing .nav-pills .nav-link {
    padding: 8px 12px;
    color: #000;
    font-size: 120%;
    background: #efefef;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: left
}

.page-gen-entry-tabing .nav-pills .nav-link.active {
    background: #6e2e6a;
    color: #fff
}

.page-gen-entry-tabing .nav-pills .nav-link i {
    float: right;
    position: relative;
    top: 5px
}

.page-gen-entry-tabing ul {
    padding: 10px 20px 25px;
    line-height: 30px
}

.governance-initiatives-items {
    background: #f0eaff;
    padding: 15px;
    height: 100%;
    border-radius: 10px;
    color: #000;
    font-size: 115%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-align: left;
    font-weight: 400;
    text-decoration: none
}

.governance-initiatives-items:hover {
    color: #000;
    box-shadow: 0 10px 10px #e5e5e5
}

.page-Governance-initiatives .row [class*=col-]:nth-child(2n) .governance-initiatives-items {
    background: #fff1e5
}

.governance-initiatives-items i {
    font-size: 32px;
    margin-left: 10px
}

.page-gen-entry-tabing-img img {
    max-height: 400px
}

.page-gen-entry-tabing-img {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 400px;
    overflow: hidden;
    background: #f5f5f5
}

.page-gen-entry-tabing-pdf i {
    color: #b93228
}

.page-gen-entry-tabing-url i {
    color: #069
}

.page-gen-entry-tabing-pdf {
    margin-bottom: 20px;
    font-size: 40px
}

@media screen and (min-width: 1440px) {
    section.inner-page.page-Governance-initiatives .row [class*=col-] {
        -webkit-box-flex:30%;
        flex: 30%;
        max-width: 30%
    }
}

.home-gallery-items {
    background: #151d4c;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #f1f1f1
}

.home-gallery-items .home-gallery-items-img {
    height: 250px;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    background: #fff
}

.home-gallery-items .home-gallery-items-img img {
    max-height: 250px;
    width: auto
}

.home-gallery-items .home-gallery-items-caption {
    border-radius: 0 0 3px 3px
}

span.new-date-design {
    position: absolute;
    top: 12px;
    background: rgba(0,0,0,.6);
    color: #fff;
    left: 0;
    padding: 2px 15px;
    border-radius: 0 10px 10px 0;
    z-index: 999999
}

.home-gallery-items-caption span:first-child {
    font-weight: 500;
    font-size: 14px;
    color: #fff
}

.home-gallery-items-caption span {
    display: block;
    font-size: 15px;
    color: #fff
}

.certificate {
    background: url(certificate_bg.18d855e131eac5dafe7c.png);
    margin: auto;
    width: 100%;
    height: 723px;
    padding: 80px
}

.certificate h2 {
    font-size: 30px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    border: none!important
}

.certificate h2 img {
    max-width: 50px;
    margin: 0 10px
}

.certificate h1 {
    color: #7a412d;
    font-size: 45px;
    font-weight: 600;
    text-shadow: 0 0 #000;
    margin-top: 12px;
    border: none!important
}

.certificate-box {
    height: 70%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-top: 140px
}

.certificate-msg input {
    background: transparent;
    border: none;
    border-bottom: 2px dotted #7a412d;
    outline: none!important
}

.certificate-msg {
    color: #7a412d;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    line-height: 32px
}

.certificate-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: auto
}

.certificate-footer .jila_logo img {
    max-width: 105px
}

.certificate-footer .jila_sign {
    color: #000;
    font-weight: 600;
    font-size: 18px
}

.certificate-footer .jila_sign img {
    max-width: 90px;
    max-height: 90px
}

.cer-print-btn button {
    background: transparent;
    padding: 6px 20px;
    border: 1px solid #1d4168!important;
    border-radius: 8px
}

.cer-print-btn {
    max-width: 1024px;
    margin: 10px auto;
    text-align: right
}

.otp-control .btn.btn-success {
    width: 150px;
    margin-left: 10px;
    border-radius: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 14px
}

.participant-msg {
    border: 2px solid #e5e5e5;
    padding: 25px;
    max-width: 1350px;
    margin: 25px auto
}

.participant-msg h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
    color: red
}

.participant-msg h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px
}

.form-box {
    max-width: 430px;
    margin: auto;
    border: 1px solid #983267;
    border-radius: 10px;
    box-shadow: 0 0 20px #dbdbdb;
    padding: 15px 0
}

.form-box label.text-white {
    color: #000!important;
    margin-bottom: 2px;
    font-size: 14px
}

.my-swal,.swal2-container {
    z-index: 10000000000000000000!important
}

.otp-timer {
    color: #000;
    font-weight: 500
}

#pdfDoc iframe {
    height: 800px
}

img {
    max-width: 100%
}

a,button {
    -webkit-transition: .3s;
    transition: .3s
}

section.topbar {
    text-align: right;
    padding: 2px 0;
    background: #151d4c
}

.topbar ul.social {
    margin: 0;
    padding: 0;
    list-style: none
}

.topbar ul.social li {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-size: 12px
}

.topbar ul.social li button.active,ul.social li button:hover {
    color: #fff;
    background: #f13c1f
}

.topbar ul.social li button {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    background: transparent
}

.topbar ul.social li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 0 2px;
    border-radius: 0;
    min-width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    margin-left: 3px
}

body a:hover {
    text-decoration: none
}

header {
    box-shadow: 0 2px 2px rgba(0,0,0,.115);
    background: #fff;
    border-bottom: 4px solid #f13c1f;
    position: relative;
    z-index: 9999;
}

.top-fix-nav,header {
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.cm-logo img {
    max-width: 115px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

section.menu_bg {
    background: #404040;
    box-shadow: 0 2px 2px rgba(0,0,0,.22);
    margin: 25px 0;
    border-radius: 5px;
    padding: 10px 20px
}

section.menu_bg img {
    max-width: 60px
}

@media (max-width: 1700px) {
    section.menu_bg img {
        margin:auto;
        max-width: 50px;
        display: block
    }
}

section.menu_bg [class*=col-] {
    border-right: 1px solid #ccc
}

section.menu_bg a {
    color: #fff;
    text-transform: capitalize;
    font-size: 100%
}

section.menu_bg [class*=col-]:last-child {
    border: none
}

section.top_news {
    background: #e0000b;
    text-align: center;
    color: #fff;
    padding: 2px 0 0;
    font-weight: 600
}

section.top_news ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex
}

section.top_news ul li {
    margin-right: 70px
}

section.top_news ul li a {
    color: #fff
}

h1.title {
    font-size: 200%;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

h1.title svg {
    margin-right: 8px;
    height: 32px;
    width: 32px;
    opacity: .5
}

section.inner-page,section.schemes {
    padding: 30px 0
}

section.schemes .scheme_bx img {
    max-width: 145px
}

.scheme-img {
    height: 150px;
    width: 150px;
    background: #fff;
    margin: 20px auto;
    border-radius: 100%;
    border: 1px solid #f3f3f3;
    overflow: hidden
}

section.schemes .scheme_bx {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff url(box_bg.4db54e7c53319ad30a92.png) 50%;
    width: 320px;
    text-align: center;
    margin: 10px;
    overflow: hidden;
    background-size: 50%;
    min-height: 287px;
    box-shadow: 0 0 25px 0 #e0e0e0
}

section.schemes.home-page-scheme .scheme_bx {
    width: 31.33%
}

.scheme_titile {
    background: #ccdaed;
    padding: 10px;
    color: #000
}

.scheme_titile,.seheme_name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.seheme_name {
    font-size: 115%;
    color: #fff;
    padding: 8px 30px 8px 10px;
    background: #274171;
    position: relative;
    max-width: 90%;
    border-radius: 10px;
    margin: auto auto 14px;
    font-weight: 600
}

.seheme_name i {
    position: absolute;
    right: 15px;
    top: 13px
}

.btn-primary {
    color: #fff;
    background-color: #49678a;
    border-color: #49678a
}

section.home_awards_bg {
    background: #404040;
    position: relative
}

section.home_awards_bg .row>[class*=col-] {
    padding: 25px 90px
}

section.home_awards_bg .row>[class*=col-]:first-child {
    background: #f3f6fa url(award_bg.b98cf5fb7f62ea798760.png) 50%;
    position: relative
}

section.home_awards_bg .row>[class*=col-]:first-child:before {
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 0
}

section.home_awards_bg .row>[class*=col-]:last-child {
    background: #294973 url(bg3.182bcc0606be8b5ab1e7.png) 50%;
    position: relative
}

section.home_awards_bg .row>[class*=col-]:last-child:after {
    content: " ";
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: -47px;
    background: #fa0;
    background-size: 200px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-30deg,0deg);
    transform: skew(-4deg,0deg);
    z-index: 1
}

section.home_awards_bg .row>[class*=col-]:last-child:before {
    background: rgba(30,58,111,.9);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 0
}

.newsmonitor {
    padding-top: 15px
}

.newsmonitor-items {
    background: #144f77;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.newsmonitor .newsmonitor-items:nth-of-type(2n) {
    background: #0f74b9
}

.newsmonitor .newsmonitor-items:nth-of-type(2n) .newsmonitor-items-date {
    background: #ab1524
}

.newsmonitor-items .newsmonitor-items-date {
    text-align: center;
    background: #dc3545;
    max-width: 100px;
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    padding: 12px 0
}

.newsmonitor-items .newsmonitor-items-date h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 800
}

.newsmonitor-items .newsmonitor-items-date p {
    margin: 0
}

.newsmonitor-items-info {
    padding: 15px;
    -webkit-box-flex: 1;
    flex: auto
}

.newsmonitor-items-info-headline {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #fff;
    display: block;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.bg-StateGov {
    background: #f5f5f5;
    padding: 5px 5px 5px 12px!important;
    border-radius: 5px
}

.newsmonitor-items-info-headline:hover {
    color: #fa0
}

.newsmonitor-items:hover {
    background: #0f74b9
}

.newsmonitor-items-info-type {
    font-size: 13px;
    color: #fa0
}

.newsmonitor-items-info-dept {
    font-weight: 600;
    color: hsla(0,0%,100%,.8);
    border-top: 1px solid #196192;
    width: 100%;
    margin-top: 6px;
    padding-top: 2px
}

section.home_awards_bg h1.title {
    color: #fff
}

section.home_awards_bg h1.title:before {
    border: 1px solid #fff
}

.award_slider img {
    max-width: 100%;
    max-height: 335px
}

.award_slider .carousel-item {
    min-height: 335px
}

.award_caption {
    background: #052869;
    color: #fff;
    padding: 8px;
    font-size: 15px;
    min-height: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.award_slider {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    overflow: hidden
}

.carousel-control-next i,.carousel-control-prev i {
    color: #fff;
    font-size: 25px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.carousel-control-next,.carousel-control-prev {
    opacity: .8
}

.image-parent {
    max-width: 120px
}

section.home_awards_bg ul.list-group a {
    color: #000
}

section.home_awards_bg ul.list-group h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px!important;
    word-break: break-all;
    white-space: normal;
    font-weight: 600
}

section.home_awards_bg ul.list-group h6 {
    color: #d9e9ff;
    text-transform: capitalize
}

section.home_awards_bg ul.list-group li {
    background: #1d3f6b;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #fa0
}

section.home_awards_bg .image-parent {
    max-width: 90px;
    background: #fff;
    border-radius: 12px;
    min-height: 90px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

section.home_awards_bg ul.list-group p {
    color: #e4e4e4;
    font-size: 13px
}

section.home_awards_bg a.more_btn {
    float: right
}

a.more_btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    background: #2e4593;
    border-radius: 30px;
    padding: 4px 14px;
    display: inline-block;
    max-width: 100px;
    text-align: center;
    line-height: 26px
}

a.more_btn:hover {
    background: #404040
}

section.document {
    padding: 40px 0
}

.doc-detail-bx,section.program .card {
    box-shadow: 0 0 40px 0 rgba(73,78,92,.1);
    padding: 12px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 50px;
    background: #fff url(pattern.dcb9d47148eccc75e6d9.png);
    background-size: 50%;
    border: 1px solid #e2dddd;
    background-repeat: repeat-x
}

section.document-new .document-new-bx {
    background: #fff url(video-bg3.5c3176b5f76ae06791c0.jpg);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #f1f1f1
}

.bx-design {
    background: #fff;
    padding: 12px;
    box-shadow: 10px 10px 15px rgba(73,78,92,.1)
}

.achiv-bx-image {
    height: 280px;
    overflow: hidden;
    background: #ccc
}

.bx-design h6 {
    font-size: 20px;
    font-weight: 500;
    color: #172f54;
    word-break: break-all
}

section.document .doc-detail-bx {
    min-height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 0
}

section.program .card {
    padding: 0;
    overflow: hidden
}

section.program .card img {
    border-radius: 0
}

.doc-bx-title {
    font-size: 22px;
    color: #f2462a;
    text-transform: uppercase;
    font-weight: 600
}

.btn-orange {
    background: #2e4593;
    color: #fff;
    font-weight: 600;
    z-index: 1
}

.btn-orange:hover {
    background: #ea2101;
    color: #fff
}

.doc-bx-title img {
    max-width: 50px;
    border: 1px solid #efefef;
    border-radius: 100%;
    margin-right: 7px;
    padding: 5px
}

.doc-detail-bx .list-group-item {
    border-color: transparent;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 15px 0 rgba(73,78,92,.1);
    -webkit-box-flex: 1;
    flex: 1 1 30%;
    margin: 5px 10px
}

.doc-detail-bx ul li:nth-of-type(2n) {
    background: #fffcf2
}

section.document-new .doc-detail-bx .list-group-item {
    box-shadow: 10px 10px 15px rgba(73,78,92,.1);
    border: 1px solid #f1f1f1
}

.doc-detail-bx .list-group-item .list-caption {
    width: 100%
}

.doc-detail-bx .list-group-item:last-child {
    border: none
}

#MyModel {
    padding-left: 0!important
}

#MyModel .modal-dialog {
    max-width: 1000px!important
}

#MyModel .modal-dialog iframe {
    height: 600px;
    border: none
}

#MyModel .modal-dialog .modal-header {
    padding: 6px;
    border: none
}

#MyModel .modal-dialog .modal-header .close {
    font-size: 31px;
    position: absolute;
    right: 2px;
    top: -9px;
    background: rgba(0,0,0,.73);
    border-radius: 100%;
    color: #fff;
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 19px;
    opacity: 1;
    z-index: 99999
}

#MyModel .modal-dialog iframe .container {
    max-width: 100%
}

.pb-video-container {
    background: #fff
}

.pb-video {
    border: 2px solid #d3d3d3;
    padding: 10px;
    margin: 0 10px;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%
}

.page-achievement ul li.list-group-item:nth-of-type(odd) {
    background: #fff8f7
}

.pb-video-frame {
    -webkit-transition: width 2s,height 2s;
    transition: width 2s,height 2s
}

.pb-row {
    margin-bottom: 10px
}

.pb-video .form-control {
    margin-top: 10px;
    display: none
}

.site-map-link {
    display: -webkit-box;
    display: flex
}

.site-map-link li {
    padding-right: 30px
}

svg.foo-logo {
    fill: #626262;
    max-width: 110px;
    padding-right: 10px;
    border-right: 1px solid #ccc
}

footer ul.quick-link li {
    list-style: disc;
    color: #fff;
    margin: 0 25px
}

section.footer_copyright {
    background: #000;
    color: #fff;
    padding: 5px;
    font-size: 12px
}

.back-to-top {
    bottom: 25px;
    z-index: 99999999
}

.back-to-top,.top-to-back {
    position: fixed;
    right: 25px;
    display: none
}

.top-to-back {
    top: 160px;
    border: none;
    z-index: 999999999;
    background: rgba(46,69,147,.8);
    color: #fff
}

section.footer_copyright a {
    color: #fff
}

.footer-gandhi {
    max-width: 180px;
    margin-top: 22px
}

.row.mb-5.scheme_search {
    margin-bottom: 25px!important
}

.orders_filter {
    background: #135da4;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    max-width: 1550px;
    border-radius: 15px;
    background-size: 40%;
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 25px 0 35px;
    border: none;
    box-shadow: 0 20px 50px #d9d9d9;
    margin: -50px auto 25px!important
}

.orders_filter label {
    color: #b5dbff!important
}

.orders_filter .form-control {
    margin-bottom: 15px;
    border-color: #e8e8e8;
    font-size: 14px;
    height: calc(2.6rem + 2px);
    background: #fff
}

select,select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url(arrow.88efc03577598742f17d.png) no-repeat scroll 100%!important;
    padding-right: 28px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.orders_filter .btn-search {
    max-width: 300px;
    margin: 20px auto auto;
    text-transform: uppercase
}

.table_order_list thead {
    background: #404040;
    color: #fff
}

.table_order_list a.btn_detail {
    background: #fff;
    color: #365477;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #365477;
    width: 100px;
    display: block;
    text-align: center;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.table_order_list {
    font-size: 14px;
    background: #fff
}

ul.image-list {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.image-list li a {
    font-size: 13px;
    padding: 3px 10px
}

ul.image-list li {
    display: block
}

ul.image-list li a.btn-info {
    margin-bottom: 10px
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #002558;
    border-color: #002558
}

.scheme_search button.btn {
    background: #197cdc;
    color: #fff
}

.form-control:focus {
    border-color: #49678a;
    box-shadow: none
}

.awards .card {
    padding: 0;
    box-shadow: 2px 0 25px 0 rgba(0,0,0,.2);
    overflow: hidden;
    height: 100%
}

.filter-btn {
    color: #fff;
    min-height: 43px;
    border: none
}

.filter-btn:hover {
    color: #fff;
    background: #f13c1f!important
}

.awards .card:hover {
    background: #f1f1f1
}

.awards .card img {
    transition: -webkit-transform .4s cubic-bezier(.42,0,.175,1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.42,0,.175,1);
    transition: transform .4s cubic-bezier(.42,0,.175,1);
    transition: transform .4s cubic-bezier(.42,0,.175,1),-webkit-transform .4s cubic-bezier(.42,0,.175,1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    overflow: hidden;
    max-height: 300px;
    width: auto;
    max-width: 100%
}

.awards .card .event_img {
    height: 275px;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #fff url(video-bg3.5c3176b5f76ae06791c0.jpg) 50%
}

.awards .card a {
    color: #000
}

.awards .card .card-title,.awards_details .card-body .card-title {
    color: #23385f;
    text-transform: capitalize;
    font-size: 22px
}

.awards .card small,.awards_details small {
    font-size: 13px
}

.dep_name {
    margin-bottom: 15px;
    color: #828282
}

.awards_details .dep_name {
    text-align: justify
}

.dep_name span {
    color: #006aff
}

.awards_details {
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border-radius: 15px;
    overflow: hidden
}

.page-achievement .list-group h5 {
    color: #197cdc;
    text-transform: capitalize
}

.page-achievement .image-parent {
    max-width: 180px
}

.page-achievement .list-group ul li {
    margin-bottom: 8px;
    color: #000;
    text-align: justify
}

.order_page_detail .doc-detail-bx {
    min-height: auto
}

.doc-detail-bx li h6 {
    color: #000;
    text-transform: capitalize;
    font-weight: 600
}

.doc-detail-bx li small {
    display: block;
    margin-bottom: 4px
}

.doc-detail-bx li small:last-child {
    margin: 0
}

.page-achievement .list-group ul {
    padding: 0;
    margin: 15px 0 0 20px;
    color: #929292
}

.page-achievement .list-group-item-action {
    margin-bottom: 25px!important;
    border: 1px solid #eaeaea
}

.btn-list-more {
    top: 5px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 0;
    background: #fff url(box_bg.4db54e7c53319ad30a92.png) repeat;
    background-size: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}

.sidenav .closebtn {
    border: none;
    position: absolute;
    top: 2px;
    right: 14px;
    font-size: 30px;
    padding: 0;
    line-height: normal;
    color: #8e8e8e;
    display: none
}

.sidenav.active .closebtn {
    display: block
}

.sidenav .closebtn:hover {
    background: transparent;
    color: #000
}

.sidenav.active {
    width: 320px!important
}

.awards .card small i,.awards_details small i {
    margin-right: 5px
}

span.menu_btn {
    cursor: pointer;
    font-size: 20px;
    margin-left: 60px;
    background: transparent;
    height: 30px;
    width: 90px;
    display: inline-block;
    color: #000;
    text-align: center;
    border-radius: 100%
}

.sidenav a img {
    max-width: 30px
}

.doc-detail-bx li a {
    color: #000
}

section.program {
    padding: 10px 0;
    background: #fff;
    margin: 0 0 30px;
    background-attachment: fixed;
    text-transform: capitalize
}

section.program h5.card-title {
    margin-bottom: 5px;
    color: #294973
}

section.program p {
    margin-bottom: 0
}

section.program h1.title:before {
    border: 1px solid #000
}

section.program p {
    color: #647892
}

section.program h1.title {
    color: #000
}

div#btnContainer {
    text-align: right;
    margin-bottom: 20px
}

div#btnContainer .btn.active {
    background: #056b92;
    color: #fff
}

.font-14 {
    font-size: 100%
}

.table td,.table th {
    vertical-align: middle
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff5e7
}

.theme-black .table-striped tbody tr:nth-of-type(odd) {
    background: #f3f3f3
}

.theme-blue-new .table-striped tbody tr:nth-of-type(odd) {
    background: #ebf4fb
}

.theme-orange .table-striped tbody tr:nth-of-type(odd) {
    background: #ffe4e6
}

.table {
    color: #000;
    background: #fff
}

.page-link {
    color: #4c4c4c
}

.btn-list-more {
    position: absolute;
    right: -20px;
    top: -6px
}

.logo img {
    max-width: 330px
}

.logo img,.raj-logo img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.raj-logo img {
    max-width: 290px
}

.top-fix-nav .raj-logo img {
    max-width: 250px
}

.page-dept .card {
    border: 1px solid #d2d2d2!important
}

.page-dept .card-header {
    background-color: #25345c
}

.page-dept .card-header h5 {
    color: #fff
}

.awards .card {
    background: #fff
}

.no-record {
    padding: 40px;
    color: #e41515
}

.page-dept .card,.page-dept .card-header {
    border: none
}

.page-dept .card-header a {
    color: #000
}

.page-dept .card {
    margin-bottom: 10px;
    height: 90%
}

.card-img-overlay {
    background-color: rgba(0,0,0,.7)
}

.home-page-scheme {
    position: relative;
    background: url(scheme_bg.85a7d27d798b5af182fd.jpg) repeat 50%;
    background-attachment: fixed;
    border-radius: 0 15px 15px 0
}

.home-page-scheme .scheme_bx {
    z-index: 999
}

.btn-info {
    color: #fff;
    background-color: #197cdc;
    border-color: #197cdc
}

.home-page-scheme:before {
    background: hsla(0,0%,100%,.8);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: ""
}

.photo-gallery-bx {
    width: 30%;
    margin: 10px;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    background: transparent;
    box-shadow: 13px 9px 11px 0 #f1f1f1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    border-radius: 13px 0 13px 0
}

.soft-entry {
    background: #3c819e;
    color: #fff;
    padding: 1px 15px;
    border-radius: 30px;
    left: 50%;
    margin: 10px auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.photo-gallery-bx img {
    max-height: 550px
}

@media (max-width: 1200px) {
    .photo-gallery-bx {
        width:30%
    }
}

@media (max-width: 990px) {
    .photo-gallery-bx {
        width:46%
    }
}

.scheme-d-right {
    background: #162e50;
    padding: 15px;
    border-radius: 10px;
    height: 92%
}

.scheme-d-right h3 {
    color: #fff!important
}

.side-image img {
    max-height: 400px
}

.scheme-d-right section.schemes {
    max-height: 750px;
    overflow-x: auto;
    padding: 0 15px 0 0
}

.scheme-d-right section.schemes .scheme_bx {
    background: #fff!important;
    margin: 0 0 20px!important;
    width: 100%;
    min-height: auto;
    padding: 5px
}

.scheme-d-right section.schemes .scheme_bx a {
    display: -webkit-box!important;
    display: flex!important;
    width: 100%;
    -webkit-box-align: center!important;
    align-items: center!important
}

.scheme-d-right section.schemes .scheme_bx img {
    max-width: 70px;
    margin-right: 15px
}

.scheme-d-right section.schemes .scheme_bx .seheme_name {
    font-size: 100%;
    padding: 6px 30px 6px 10px;
    background: #f13c1f;
    margin: 0;
    text-overflow: clip;
    white-space: break-spaces;
    text-align: left;
    width: 100%;
    white-space: normal
}

.scheme-d-right section.schemes .scheme_bx .seheme_name i {
    top: 9px
}

.vis-count-sec {
    position: relative;
    display: inline-block;
    margin-right: 15px
}

.vis-count-sec .vis-count {
    background: #fff;
    color: #404040;
    margin-top: 0;
    padding: 8px 3px 8px 15px;
    border-radius: 20px;
    border: 2px solid #404040;
    font-weight: 600;
    margin-bottom: 0
}

.vis-count-sec .vis-count i {
    margin-left: 8px
}

.vis-count-sec .vis-count span {
    background: #f13c1f;
    color: #fff;
    padding: 6px;
    border-radius: 22px;
    margin-left: 3px
}

section.document .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff7f6
}

section.home_awards_bg a.more_btn {
    background: #1d3f6b;
    color: #fff;
    margin-top: 15px;
    position: relative
}

section.home_awards_bg .row>[class*=col-]:last-child a.more_btn {
    background: #fa0;
    color: #000
}

.row.mb-5.scheme_search .input-group.col-xl-5.m-auto {
    max-width: 800px
}

.table td,.table th {
    border: 1px solid #f1f1f1
}

nav.breadcrumb_nav {
    margin-bottom: -20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 125px;
    background: url(/img/slider-banner-2.024c8d4997734f89db63.jpg);
    background-size: contain;
    background-position: 50%;
    margin-bottom: 0px;
    position: relative
}

nav.breadcrumb_nav:before {
    background: rgba(0,0,0,.6);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

nav.breadcrumb_nav ol.breadcrumb {
    background: transparent;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    position: relative
}

nav.breadcrumb_nav ol.breadcrumb li a {
    background: hsla(0,0%,100%,.2);
    padding: 5px 10px;
    border-radius: 6px;
    color: #fff
}

.breadcrumb-item.active {
    color: #fff
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #f29111;
    content: "/"
}

nav.breadcrumb_nav a {
    color: #056b92
}

.doc-detail-bx ul {
    margin: 0;
    padding: 0
}

.doc-detail-bx ul li {
    display: inline-block;
    list-style: circle;
    padding: 4px 10px;
    border: 1px solid #ccc;
    margin: 2px;
    border-radius: 50px;
    background-color: #fff
}

.table-border-none td {
    border: none
}

.text-blue {
    color: #294973
}

.text-orange {
    color: rgb(255 35 0)!important
}

.badge-info {
    color: #fff;
    background-color: #197cdc
}

.btn-adsearch {
    float: right;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 20px
}

.btn-adsearch:hover {
    background: #fff;
    color: #000
}

.s-detail-bx ol li p,.s-detail-bx ol li span,.s-detail-bx p,.s-detail-bx p span,.s-detail-bx span,.s-detail-bx ul li p,.s-detail-bx ul li span {
    text-align: justify!important;
    font-size: 14px!important;
    font-family: Open Sans,sans-serif!important;
    margin: 0!important
}

.scheme-details-all .row {
    margin-bottom: 25px
}

.white_bx ul {
    margin: 0;
    padding: 0 0 15px 20px
}

.white_bx {
    position: relative
}

.s-detail-bx-supporting-doc-note {
    bottom: 0;
    width: 100%;
    background: #e6f2ff;
    left: 0;
    padding: 10px 10px 1px;
    margin-top: auto
}

.contact_details .badge.badge-primary,.contact_details .badge.badge-secondary {
    background: transparent;
    color: currentColor
}

.scheme-details-all .section_title+h3 {
    display: none
}

.s-detail-bx ol,.s-detail-bx ul {
    margin: 0!important;
    padding: 10px!important
}

.s-detail-bx ol li,.s-detail-bx ul li {
    margin: 0!important
}

.scheme-details-all div {
    padding: 0;
    margin: 0;
    width: 100%
}

.scheme-details-all table {
    width: 100%!important;
    margin: 10px 0
}

.scheme-details-all table td {
    padding: 5px;
    border: 2px solid #ccc!important
}

.section_title h1 {
    margin-top: 12px
}

.s-detail-bx .section_title h1 {
    text-align: left;
    margin: 0!important
}

.scheme_name a {
    display: -webkit-box!important;
    display: flex!important;
    -webkit-box-align: center;
    align-items: center
}

.scheme_name a i {
    margin-right: 10px
}

.department-profile .container {
    max-width: 100%!important
}

.department-profile div {
    width: 100%!important;
    max-width: 100%
}

.department-profile h1,.department-profile h2 {
    color: #1c426a;
    font-size: 28px;
    margin-bottom: 12px
}

.department-profile table {
    width: 100%;
    background: #fff
}

.department-profile h4 {
    font-size: 14px
}

.department-profile p strong {
    color: #f13c1f
}

.department-profile tr.hovercolor {
    border: 2px solid #c3c3c3;
    margin-bottom: 18px
}

.modal-open .modal {
    z-index: 999999999999
}

.modal-round-design .modal-header {
    background: #151d4c;
    padding: 10px 15px
}

.modal-round-design .modal-header h5 {
    font-weight: 400
}

.modal-dsign-sm .close {
    font-size: 30px!important
}

.modal-round-design .modal-content {
    border-radius: 25px;
    overflow: hidden
}

.modal-header .close,.modal-header h5 {
    color: #fff
}

.theme-dark-blue .bs-datepicker-body table td span.selected {
    background: #f13c1f!important
}

.theme-dark-blue .bs-datepicker-head {
    background-color: #0a456b!important
}

.calendar-icon-date i {
    position: absolute;
    right: 28px;
    top: 42px;
    color: #000;
    font-size: 16px
}

.box_bg .card_slider>[class*=col-],.print-p-title {
    margin-bottom: 25px
}

.print-p-title {
    font-size: 30px
}

.cm-logo a img.logo-rajeev-gandhi {
    max-width: 80px;
    padding-left: 10px
}

.top-raj-satark {
    max-width: 180px!important;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.top-fix-nav .top-raj-satark {
    max-width: 130px!important;
    display: inline-block;
    margin-bottom: 5px
}

.logo img {
    margin: 0 10px
}

section.ext-link {
    background: #f9f9f9;
    margin-top: 45px;
    padding: 8px 0;
    text-align: center;
    box-shadow: 0 7px 20px 5px rgba(0,0,0,.1)
}

section.ext-link h3 {
    text-align: center;
    color: #f13c1f;
    font-size: 22px;
    margin-bottom: 8px
}

section.ext-link ul {
    margin: 0
}

section.ext-link ul li {
    color: #cdcecf;
    display: inline-block;
    padding: 0 20px
}

section.ext-link ul li:before {
    content: "\f00c";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 5px
}

section.ext-link ul li a {
    color: #1e3a6f
}

.img_bx {
    overflow: hidden
}

.side-image {
    background: url(s-detail-right.16733abaa140b4429152.png);
    text-align: center;
    background-repeat: repeat-y
}

.department-head-search i {
    color: #f3d600
}

.dept-data-design h3 {
    margin-bottom: 20px;
    font-size: 25px
}

audio:focus {
    outline: none
}

.audio-card {
    padding: 12px;
    border-radius: 20px;
    outline-offset: -10px;
    outline: 1px dotted #a2b4cc;
    box-shadow: 0 0 15px 0 rgba(73,78,92,.1);
    background: #fff;
    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: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.video-card-new {
    padding: 0;
    outline: none;
    border: none;
    position: relative
}

.audio-card img {
    max-width: 120px;
    margin-bottom: 5px
}

video:focus {
    border: none;
    outline: none
}

.home-audio-video {
    background: #fff url(video-bg3.5c3176b5f76ae06791c0.jpg) 50%;
    margin: 40px 0 0;
    padding: 20px 0;
    border-top: 3px solid #f13c1f
}

::-webkit-scrollbar {
    height: 12px;
    width: 8px;
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #7b7b7b;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.75)
}

::-webkit-scrollbar-corner {
    background: #000
}

.d-box-icon {
    margin-right: 7px;
    border: 1px solid #ececec;
    border-radius: 100%;
    width: 90px;
    height: 80px;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 15px;
    background: #fff
}

.doc-detail-bx ul li:nth-of-type(2n) .d-box-icon {
    background: #16336d
}

.d-box-icon img {
    max-width: 80px
}

.av-caption {
    background: #fff;
    color: #000;
    font-size: 120%;
    margin: 0;
    width: 100%;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 8px 10px
}

.new-achivement-bx {
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    background-color: #fff
}

.new-achivement-bx .new-achivement-bx-name {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
    background: #197cdc;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    font-weight: 800;
    min-height: 55px
}

.new-achivement-bx .new-achivement-bx-name a {
    padding: 13px;
    display: block;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    cursor: pointer
}

.new-achivement {
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    padding: 8px;
    border-radius: 5px;
    margin: 20px;
    background: #fff;
    background-size: 250px
}

.new-achivemen-date,.new-achivement .new-achivemen-date {
    background: #f13c1f;
    border-radius: 5px;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 15px;
    color: #fff;
    padding: 6px;
    min-width: 80px;
    min-height: 80px
}

.date-day,.new-achivement .new-achivemen-date .date-day {
    font-size: 30px;
    font-weight: 600;
    line-height: normal
}

.new-achivemen-inof h3 {
    color: #2d2d2d;
    font-size: 115%;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 400
}

.new-achivement-icon {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 70px
}

.new-achivemen-inof p {
    margin: 0;
    color: #646464
}

.nd-scheme-btn a {
    -webkit-box-flex: 1;
    flex-grow: 1;
    background: #eee;
    margin: 5px;
    padding: 6px;
    text-align: center;
    border-radius: 30px;
    color: #000;
    cursor: pointer;
    border: 1px solid #adadad
}

.nd-scheme-btn a:hover {
    border-color: #757575
}

.scheme-start-data {
    margin-bottom: 20px!important
}

.scheme-details-all .scheme-start-data-items {
    -webkit-box-flex: 1;
    flex-grow: 1;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    padding: 10px;
    margin: 0 10px 0 0
}

.scheme-details-all .scheme-start-data-items strong {
    color: #162e50
}

span.scheme-per {
    background: #eee;
    padding: 0 3px;
    margin: 2px;
    display: inline-block;
    border-radius: 5px
}

.badge {
    font-size: 97%
}

.d-inherit {
    display: inherit
}

h1.title img {
    max-width: 40px;
    position: relative;
    top: -5px
}

section.home_awards_bg h1.title img {
    top: 0
}

pre {
    margin: 0;
    width: 100%;
    font-size: 100%;
    font-family: Open Sans,sans-serif!important;
    line-height: 26px;
    font-weight: 500;
    white-space: normal;
    white-space: -moz-normal;
    white-space: -normal;
    white-space: -o-normal;
    word-wrap: break-word
}

div#demo .carousel-inner {
    text-align: center
}

.scheme_name .page_btn img {
    max-width: 22px
}

.box_bg .white_bx .mCustomScrollbar {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px
}

.bx-who-is-eligible span p br {
    display: none
}

.bx-who-is-eligible span p {
    margin-bottom: 0
}

.dark-head,.dark-head tr {
    background: #404040!important;
    color: #fff!important
}

.theme-green-btn {
    background: #497329
}

.theme-sky-btn {
    background: #17a1ab
}

.theme-blue-btn {
    background: #217cc8
}

.theme-1 {
    background: #000
}

.theme-green .bg-theme {
    background: #497329!important
}

.theme-sky .bg-theme {
    background: #17a1ab!important
}

.theme-blue .bg-theme {
    background: #217cc8!important
}

.theme-dark .bg-theme {
    background: #000!important
}

.theme-green .text-theme {
    color: #497329
}

.theme-sky .text-theme {
    color: #17a1ab
}

.theme-blue .text-theme {
    color: #217cc8
}

.theme-dark .text-theme {
    color: #000
}

.btn-view .btn {
    background: #f5f5f5;
    margin: 0 4px;
    color: #000
}

.theme-green .btn-info,.theme-green .btn-primary {
    background-color: #27480f;
    border-color: #27480f
}

.theme-sky .btn-info,.theme-sky .btn-primary {
    background-color: #07818a;
    border-color: #07818a
}

.theme-blue .btn-info,.theme-blue .btn-primary {
    background-color: #0a599a;
    border-color: #0a599a
}

.theme-green .gov-decisions-new-design-header {
    background: #497329
}

.theme-green .gov-decisions-new-design {
    border-color: #497329
}

.theme-green .gov-dec-total,.theme-green .gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design .gov-decisions-new-design-header {
    background: #656736
}

.theme-green .gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design .gov-dec-total {
    background: #497329
}

.theme-green .gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design {
    border-color: #818353
}

.theme-green .modal-header {
    background: #497329
}

.theme-green ul.gov-decisions-new-design-list li:nth-of-type(odd) {
    background: #e3ecdb;
    border-left-color: #497329!important
}

.theme-green .govdec-tabs .nav-tabs li a.active {
    background: #497329
}

.theme-green .new-modal-design .gov-dec-total {
    background: #656736
}

.theme-green .govdec-tabs .nav-tabs li a {
    color: #497329
}

.theme-green ul.gov-decisions-new-design-list li:nth-of-type(2n) .date-design {
    background: #e3ecdb
}

.theme-green .show-info-hide .show-info-hide-file span,.theme-green ul.gov-decisions-new-design-list li:nth-of-type(2n) .show-info-hide .show-info-hide-file span {
    background: #497329
}

.theme-green .new-achiv-box-design .col-lg-4:nth-of-type(odd) .new-achiv-box a {
    background: #497329;
    outline-color: #67a539
}

.theme-green .new-achiv-box a {
    background: #64a035
}

.theme-green .new-achiv-box a:hover {
    background: #64a035!important;
    outline-color: #529022!important
}

.theme-green .table-new-design thead {
    background: #234609
}

.theme-green .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7fff0
}

.theme-green .badge-info {
    background-color: #497329
}

.theme-sky .table-new-design thead {
    background: #00646b
}

.theme-sky .table-striped tbody tr:nth-of-type(odd) {
    background-color: #effeff
}

.theme-sky .badge-info {
    background-color: #17a1ab
}

.theme-blue .table-new-design thead {
    background: #0070ce
}

.theme-blue .table-striped tbody tr:nth-of-type(odd) {
    background-color: #e5f3ff
}

.theme-blue .badge-info {
    background-color: #217cc8
}

.theme-sky .new-achiv-box-design .col-lg-4:nth-of-type(odd) .new-achiv-box a {
    background: #0c939c;
    outline-color: #0ccdda
}

.theme-sky .new-achiv-box a {
    background: #0ccdda
}

.theme-sky .new-achiv-box a:hover {
    background: #0ccdda!important;
    outline-color: #0c939c!important
}

.theme-sky .gov-decisions-new-design-header {
    background: #0c939c
}

.theme-sky .gov-decisions-new-design {
    border-color: #0c939c
}

.theme-sky .gov-dec-total,.theme-sky .gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design .gov-decisions-new-design-header {
    background: #515e69
}

.theme-sky .gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design .gov-dec-total {
    background: #0c939c
}

.theme-sky .gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design {
    border-color: #515e69
}

.theme-sky .modal-header {
    background: #0c939c
}

.theme-sky ul.gov-decisions-new-design-list li:nth-of-type(odd) {
    background: #daedef;
    border-left-color: #0c939c!important
}

.theme-sky .govdec-tabs .nav-tabs li a.active {
    background: #0c939c
}

.theme-sky .new-modal-design .gov-dec-total {
    background: #515e69
}

.theme-sky .govdec-tabs .nav-tabs li a {
    color: #0c939c
}

.theme-blue .new-achiv-box-design .col-lg-4:nth-of-type(odd) .new-achiv-box a {
    background: #1975c1;
    outline-color: #013c6d
}

.theme-blue .new-achiv-box a {
    background: #013c6d
}

.theme-blue .new-achiv-box a:hover {
    background: #013c6d!important;
    outline-color: #1975c1!important
}

.theme-blue ul.gov-decisions-new-design-list li:nth-of-type(2n) .date-design {
    background: #d6edff
}

.theme-blue .gov-decisions-new-design-header,.theme-blue .show-info-hide .show-info-hide-file span,.theme-blue ul.gov-decisions-new-design-list li:nth-of-type(2n) .show-info-hide .show-info-hide-file span {
    background: #1975c1
}

.theme-blue .gov-decisions-new-design {
    border-color: #1975c1
}

.theme-blue .gov-dec-total,.theme-blue .gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design .gov-decisions-new-design-header {
    background: #197cdc
}

.theme-blue .gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design .gov-dec-total {
    background: #1975c1
}

.theme-blue .gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design {
    border-color: #197cdc
}

.theme-blue .modal-header {
    background: #1975c1
}

.theme-blue ul.gov-decisions-new-design-list li:nth-of-type(odd) {
    background: #d7edff;
    border-left-color: #1975c1!important
}

.theme-blue .govdec-tabs .nav-tabs li a.active {
    background: #1975c1
}

.theme-blue .new-modal-design .gov-dec-total {
    background: #197cdc
}

.theme-blue .govdec-tabs .nav-tabs li a {
    color: #1975c1
}

.theme-dark .new-achiv-box-design .col-lg-4:nth-of-type(odd) .new-achiv-box a {
    background: #1f1f1f;
    outline-color: #efaa00
}

.theme-dark .new-achiv-box a {
    background: #efaa00
}

.theme-dark .new-achiv-box a:hover {
    background: #efaa00!important;
    outline-color: #1f1f1f!important
}

.theme-dark ul.gov-decisions-new-design-list li:nth-of-type(2n) .date-design {
    background: #fff4da
}

.theme-dark .gov-decisions-new-design-header,.theme-dark .show-info-hide .show-info-hide-file span,.theme-dark ul.gov-decisions-new-design-list li:nth-of-type(2n) .show-info-hide .show-info-hide-file span {
    background: #1f1f1f
}

.theme-dark .gov-decisions-new-design {
    border-color: #1f1f1f
}

.theme-dark .gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design .gov-decisions-new-design-header {
    background: #efaa00
}

.theme-dark .gov-dec-total {
    background: #efaa00;
    border-color: #3c3c3c
}

.theme-dark .gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design .gov-dec-total {
    background: #1f1f1f
}

.theme-dark .gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design {
    border-color: #efaa00
}

.theme-dark .modal-header {
    background: #1f1f1f
}

.theme-dark ul.gov-decisions-new-design-list li:nth-of-type(odd) {
    background: #fff4da;
    border-left-color: #efaa00!important
}

.theme-dark .govdec-tabs .nav-tabs li a.active {
    background: #1f1f1f
}

.theme-dark .new-modal-design .gov-dec-total {
    background: #efaa00
}

.theme-dark .govdec-tabs .nav-tabs li a {
    color: #1f1f1f
}

.theme-dark .table-new-design thead {
    background: #000;
    color: #fff
}

.theme-green .table_list thead {
    background: #497329!important
}

.theme-sky .table_list thead {
    background: #17a1ab!important
}

.theme-blue .table_list thead {
    background: #217cc8!important
}

.dept-rightside-content table {
    width: 100%;
    background: #fff
}

.dept-rightside-content table ul {
    margin: 0;
    padding: 0
}

.dept-rightside-content table p {
    text-align: justify
}

.dept-rightside-content .table_order_list h2 {
    font-size: 15px
}

.theme-dark .gov-dec-detail-card {
    box-shadow: none
}

.theme-dark .table-striped tbody tr:nth-of-type(2n) {
    background: #e2e2e2;
    color: #000
}

.theme-dark .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff
}

.theme-dark .award_caption,.theme-dark .doc-detail-bx .list-group-item,.theme-dark .scheme-d-right,.theme-dark .scheme_logo_name,.theme-dark footer .nodal-office,.theme-dark section.home_awards_bg ul.list-group li,.theme-dark section.topbar {
    background: #000!important
}

.theme-blue .orders_filter label,.theme-dark .orders_filter label,.theme-green .orders_filter label,.theme-sky .orders_filter label {
    color: #fff!important
}

.theme-dark .home-new-video-bg {
    box-shadow: none
}

.theme-dark section.top_news {
    background-color: #002231
}

.theme-dark .home-new-document-design-items {
    box-shadow: none;
    border: 2px solid #002231
}

.theme-dark .photo-gallery-bx {
    box-shadow: none
}

.theme-dark .awards .card .card-title,.theme-dark .btn-view .btn,.theme-dark .home-page-scheme h1.title,.theme-dark .ngx-pagination .disabled,.theme-dark section.home-new-program h1.title,.theme-dark section.top_news ul li,.theme-dark section.top_news ul li a {
    color: #000!important
}

.theme-dark .doc-bx-title {
    color: #fff
}

.theme-dark .jan-ghoshna-patra-detail-card .card-header {
    background: #da9b00;
    color: #fff
}

.theme-dark header {
    border-color: #002231
}

.theme-dark .av-caption,.theme-dark .new-achivemen-date,.theme-dark .new-achivement .new-achivemen-date,.theme-dark .scheme-d-right section.schemes .scheme_bx .seheme_name,.theme-dark .scheme_search button.btn,.theme-dark .seheme_name,.theme-dark .topbar ul.social li button.active,.theme-dark .vis-count-sec .vis-count span,.theme-dark button.btn.btn-success.filter-btn,.theme-dark div#btnContainer .btn.active,.theme-dark ul.social li button:hover {
    color: #000;
    background: #002231
}

.theme-dark .scheme_titile {
    background: #404040;
    color: #fff
}

.theme-dark .doc-detail-bx li h6,.theme-dark .doc-detail-bx li small,.theme-dark .new-achivement-bx .new-achivement-bx-name {
    color: #fff!important
}

.theme-dark .awards_details .dep_name {
    color: #000!important
}

.theme-dark .pms-detail-table h3 {
    color: #fff!important
}

.theme-dark .d-box-icon {
    background: #002231;
    border-color: #000
}

.theme-dark .photo-gallery-bx {
    border: 1px solid #002231;
    background: #fff
}

.theme-dark .home-audio-video {
    background: transparent
}

.theme-dark .orders_filter,.theme-dark .orders_filter:after,.theme-dark .page-dept .card-header,.theme-dark footer,.theme-dark section.home_awards_bg .row>[class*=col-]:last-child {
    background: #1f1f1f!important
}

.theme-dark .btn-orange {
    background: #002231;
    color: #000;
    font-weight: 600;
    border: 1px solid #000
}

.theme-dark .btn-orange:hover {
    background: #000;
    border-color: #002231;
    color: #fff
}

.theme-dark .orders_filter {
    border: none!important
}

.theme-dark .btn-info,.theme-dark .btn-primary {
    color: #fff;
    background-color: #000;
    border: none
}

.theme-dark .btn-info:hover,.theme-dark .btn-primary:hover {
    background: #000;
    border-color: #000;
    color: #fff
}

.theme-dark .ngx-pagination .disabled:hover,.theme-dark .ngx-pagination li {
    background: #fff!important
}

.theme-dark .ngx-pagination .current {
    background: #002231!important;
    color: #000;
    font-weight: 700
}

.theme-dark .av-caption {
    font-weight: 600
}

.theme-dark .filter-btn:hover {
    background: #fff!important;
    color: #000!important
}

.theme-dark h1.title:before {
    border-color: #fff
}

.theme-dark .awards_details .card-body .card-title,.theme-dark .dep_name span {
    color: #002231
}

.theme-dark .home-page-scheme h1.title:before {
    border-color: #000
}

.theme-dark .new-achivement-bx .new-achivement-bx-name {
    background-color: #002231;
    color: #000;
    font-weight: 600
}

.theme-dark .new-achivement-bx .new-achivement-bx-name a {
    color: #000
}

.theme-green footer {
    background: #497329
}

.theme-green footer .nodal-office {
    background: #2c4e11
}

.theme-green footer h3 {
    color: #caffa2
}

.theme-sky footer h3 {
    color: #e5fdff
}

.theme-blue footer h3 {
    color: #dff0ff
}

.theme-sky footer {
    background: #17a1ab
}

.theme-sky footer .nodal-office {
    background: #137880
}

.theme-blue footer {
    background: #217cc8
}

.theme-blue footer .nodal-office {
    background: #135d9a
}

.theme-green .btn-orange,.theme-green .doc-detail-bx ul li:nth-of-type(2n) .d-box-icon,.theme-green .jan-ghoshna-patra-detail-card .card-header,.theme-green .new-achivemen-date,.theme-green .new-achivement .new-achivemen-date,.theme-green .order_page_detail .doc-bx-title,.theme-green .orders_filter,.theme-green .orders_filter:after,.theme-green .scheme-d-right,.theme-green .seheme_name,.theme-green .topbar ul.social li button.active,.theme-green .vis-count-sec .vis-count span,.theme-green .web-items-list i,.theme-green a.more_btn,.theme-green div#btnContainer .btn.active,.theme-green section.home_awards_bg .row>[class*=col-]:first-child,.theme-green section.top_news,.theme-green ul.social li button:hover {
    background: #497329!important
}

.theme-blue .jan-ghoshna-patra-detail-card .card-body,.theme-green .jan-ghoshna-patra-detail-card .card-body,.theme-sky .jan-ghoshna-patra-detail-card .card-body {
    background: #f8f8f8
}

.theme-blue .jan-ghoshna-patra-detail-card .card-body .btn-readmore.collapsed,.theme-green .jan-ghoshna-patra-detail-card .card-body .btn-readmore.collapsed,.theme-sky .jan-ghoshna-patra-detail-card .card-body .btn-readmore.collapsed {
    color: #005398
}

.theme-blue .gov-dec-detail-card:hover .card-body,.theme-green .gov-dec-detail-card:hover .card-body,.theme-sky .gov-dec-detail-card:hover .card-body {
    background: #fff
}

.theme-blue .jan-ghoshna-patra-detail-card .card-body h5,.theme-blue .jan-ghoshna-patra-detail-card .card-body p,.theme-green .jan-ghoshna-patra-detail-card .card-body h5,.theme-green .jan-ghoshna-patra-detail-card .card-body p,.theme-sky .jan-ghoshna-patra-detail-card .card-body h5,.theme-sky .jan-ghoshna-patra-detail-card .card-body p {
    color: #000
}

.theme-green .home-web_bg {
    background-color: #497329
}

.theme-green .web-items-list {
    background: #244809
}

.theme-sky .jan-ghoshna-patra-detail-card .card-header {
    background: #068992;
    color: #fff
}

.theme-blue .jan-ghoshna-patra-detail-card .card-header {
    background: #005398
}

.theme-blue a.more_btn,.theme-green a.more_btn,.theme-sky a.more_btn {
    color: #fff!important
}

.theme-green .web-items-list:hover {
    background: #173500
}

.theme-green .doc-bx-title,.theme-green .web-items-list .web-items-list-icon,.theme-green .web-items-list .web-items-list-text h3 a,.theme-green header {
    border-color: #497329
}

.theme-green .app-items-list .app-items-list-text h3 a,.theme-green .app-items-list i,.theme-green .awards .card .card-title,.theme-green .awards_details .card-body .card-title,.theme-green .doc-bx-title {
    color: #497329
}

.theme-green .av-caption,.theme-green .btn-success.filter-btn,.theme-green .scheme_titile {
    background: #dfe4da;
    font-weight: 600;
    color: #000
}

.theme-green .btn-success.filter-btn:hover {
    background: #a1b58d!important
}

.theme-green .new-achivement-bx .new-achivement-bx-name {
    background: #eef5e7;
    color: #2a4416
}

.theme-green .new-achivement-bx .new-achivement-bx-name a {
    color: #2a4416
}

.theme-green section.home_awards_bg .row>[class*=col-]:first-child a.more_btn {
    background: #1e345f!important
}

.theme-sky .btn-orange,.theme-sky .new-achivemen-date,.theme-sky .new-achivement .new-achivemen-date,.theme-sky .order_page_detail .doc-bx-title,.theme-sky .orders_filter,.theme-sky .orders_filter:after,.theme-sky .scheme-d-right,.theme-sky .seheme_name,.theme-sky .topbar ul.social li button.active,.theme-sky .vis-count-sec .vis-count span,.theme-sky a.more_btn,.theme-sky div#btnContainer .btn.active,.theme-sky section.home_awards_bg .row>[class*=col-]:first-child,.theme-sky section.top_news,.theme-sky ul.social li button:hover {
    background: #17a1ab!important
}

.theme-sky .doc-bx-title,.theme-sky header {
    border-color: #17a1ab
}

.theme-sky .awards .card .card-title,.theme-sky .awards_details .card-body .card-title,.theme-sky .doc-bx-title {
    color: #17a1ab
}

.theme-sky .av-caption,.theme-sky .btn-success.filter-btn,.theme-sky .scheme_titile {
    background: #badadc;
    font-weight: 600;
    color: #000
}

.theme-sky .btn-success.filter-btn:hover {
    background: #95f8ff!important
}

.theme-sky .new-achivement-bx .new-achivement-bx-name {
    background: #badadc;
    color: #000
}

.theme-sky .new-achivement-bx .new-achivement-bx-name a {
    color: #000
}

.theme-sky section.home_awards_bg .row>[class*=col-]:first-child a.more_btn {
    background: #1e345f!important
}

.theme-blue .btn-orange,.theme-blue .new-achivemen-date,.theme-blue .new-achivement .new-achivemen-date,.theme-blue .order_page_detail .doc-bx-title,.theme-blue .orders_filter,.theme-blue .orders_filter:after,.theme-blue .scheme-d-right,.theme-blue .seheme_name,.theme-blue .topbar ul.social li button.active,.theme-blue .vis-count-sec .vis-count span,.theme-blue a.more_btn,.theme-blue div#btnContainer .btn.active,.theme-blue section.home_awards_bg .row>[class*=col-]:first-child,.theme-blue section.top_news,.theme-blue ul.social li button:hover {
    background: #217cc8!important
}

.theme-blue .doc-bx-title,.theme-blue header {
    border-color: #217cc8
}

.theme-blue .awards .card .card-title,.theme-blue .awards_details .card-body .card-title,.theme-blue .doc-bx-title {
    color: #217cc8
}

.theme-blue .av-caption,.theme-blue .btn-success.filter-btn,.theme-blue .scheme_titile {
    background: #e0efff;
    font-weight: 600;
    color: #000
}

.theme-blue .btn-success.filter-btn:hover {
    background: #003f73!important;
    color: #fff
}

.theme-blue .new-achivement-bx .new-achivement-bx-name {
    background: #003f73;
    color: #fff
}

.theme-blue .new-achivement-bx .new-achivement-bx-name a {
    color: #fff
}

.theme-blue section.home_awards_bg .row>[class*=col-]:first-child a.more_btn {
    background: #1e345f!important
}

@media print {
    .box_bg .white_bx .mCustomScrollbar {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    .back-to-top,.top-to-back {
        display: none!important
    }

    .bx-who-is-eligible {
        text-align: center
    }

    .bx-who-is-eligible table td {
        padding: 0
    }

    .img_bx {
        max-width: 140px!important;
        min-height: 140px!important;
        top: 0!important;
        margin-top: 0!important
    }

    .img_bx img {
        max-width: 100px!important
    }

    .scheme_detail,.white_bx {
        padding: 0!important
    }

    .white_bx {
        height: auto!important
    }

    .white_bx h2 {
        margin: 0!important
    }

    .white_bx p {
        color: #000!important;
        font-size: 14px!important
    }

    .table_list thead,.table_list thead tr th {
        background-color: #1a4567!important;
        -webkit-print-color-adjust: exact
    }

    .col-print-1 {
        width: 8%!important;
        max-width: 8%!important;
        float: left
    }

    .col-print-2 {
        width: 16%!important;
        max-width: 16%!important;
        float: left
    }

    .col-print-3 {
        width: 25%!important;
        max-width: 25%!important;
        float: left
    }

    .col-print-4 {
        width: 33%!important;
        max-width: 33%!important;
        float: left
    }

    .col-print-5 {
        width: 42%!important;
        max-width: 42%!important;
        float: left
    }

    .col-print-6 {
        width: 50%!important;
        max-width: 50%!important;
        float: left
    }

    .col-print-7 {
        width: 58%!important;
        max-width: 58%!important;
        float: left
    }

    .col-print-8 {
        width: 66%!important;
        max-width: 66%!important;
        float: left
    }

    .col-print-9 {
        width: 75%!important;
        max-width: 75%!important;
        float: left
    }

    .col-print-10 {
        width: 83%!important;
        max-width: 83%!important;
        float: left
    }

    .col-print-11 {
        width: 92%!important;
        max-width: 92%!important;
        float: left
    }

    .col-print-12 {
        width: 100%!important;
        max-width: 100%!important;
        float: left;
        -webkit-box-flex: 0;
        flex: 0 0 auto
    }

    @media (min-width: 768px) {
        .col-md-7 {
            -webkit-box-flex:100%;
            flex: 100%;
            max-width: 100%
        }
    }
}

@media (max-width: 992px) {
    .sidenav.active {
        width:100%!important
    }

    .sidenav a {
        -webkit-box-flex: 0;
        flex: 0 0 85%
    }

    header {
        padding-bottom: 10px
    }

    .page_btn {
        text-align: center;
        -webkit-box-pack: center!important;
        justify-content: center!important
    }

    section.home_awards_bg ul.list-group .list-caption {
        margin-left: 10px
    }

    section.home_awards_bg ul.list-group p {
        word-break: break-all;
        white-space: normal
    }

    .new-achivement {
        text-align: center
    }

    .new-achivemen-date {
        max-width: 30%;
        margin: 20px auto!important
    }

    .new-achivement-bx .new-achivement-bx-name a {
        font-size: 16px
    }

    .new-achivement {
        margin: 0 0 20px
    }

    .table-responsive {
        margin-bottom: 15px
    }

    section.home_awards_bg h1.title {
        margin-top: 20px
    }

    h1.title {
        font-size: 22px;
        text-transform: capitalize;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center
    }

    section.home_awards_bg ul.list-group h5 {
        font-size: 14px
    }

    section.home_awards_bg .row>[class*=col-] {
        padding: 15px
    }

    .white_bx h2:before,h1.title:before {
        display: none
    }

    .filter-btn {
        margin-top: 15px
    }

    .scheme_search {
        margin: 0
    }

    .page-dept .card-header h5 img {
        max-width: 40px
    }

    .page-dept .card-header h5 {
        font-size: 18px
    }

    .scheme-details-all .scheme-start-data-items {
        margin: 0 0 15px
    }

    .new-achivement,.scheme-start-data {
        display: block!important
    }

    .scheme_name {
        margin-top: 125px
    }

    .scheme_name [class*=col-] {
        display: block!important;
        text-align: center
    }

    .scheme_name a {
        text-align: center!important;
        display: block!important
    }

    .img_bx {
        max-width: 150px!important;
        min-height: 150px!important
    }

    .img_bx img {
        max-width: 135px!important
    }

    .s-detail-bx {
        margin: 0
    }

    .scheme-details-all {
        padding: 0 15px
    }

    footer .flex-row-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        flex-direction: column!important
    }

    footer ul.quick-link li {
        list-style: none
    }

    .achiv-bx-image {
        height: auto
    }

    .bx-design h6,.doc-detail-bx li h6 {
        word-break: break-all
    }

    .photo-gallery-bx {
        width: 45%;
        margin: 5px
    }

    .raj-logo img {
        max-width: 170px
    }

    .page_btn ul,.vis-count-sec .vis-count {
        position: relative
    }

    span.menu_btn {
        margin-left: 0
    }

    .page-achievement .list-group .d-flex {
        display: block!important
    }

    .page-achievement .image-parent {
        max-width: 100%
    }

    section.topbar {
        text-align: center;
        padding: 8px 0
    }

    .cm-logo img {
        max-width: 70px
    }

    section.menu_bg [class*=col-] {
        text-align: center!important;
        margin-bottom: 10px
    }

    footer [class*=col-] {
        text-align: center!important
    }
}

@media (max-width: 736px) {
    .mean-container a.meanmenu-reveal {
        right:162px!important
    }
}

@media (max-width: 667px) {
    .mean-container a.meanmenu-reveal {
        right:133px!important
    }
}

@media (max-width: 568px) {
    .mean-container a.meanmenu-reveal {
        right:92px!important
    }
}

.switch input {
    display: none
}

.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 8px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: relative
}

.slider_switch {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777,0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden
}

.slider_switch,.slider_switch:before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.slider_switch:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 30px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

section.gallery.scheme_gallery {
    background: #f5f5f5;
    padding: 30px;
    margin: 50px 0
}

.scheme_video {
    margin-bottom: 40px
}

input:checked+.slider_switch:before {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    background: #32cd32
}

input:checked+.slider_switch {
    box-shadow: 0 0 0 2px #32cd32,0 0 2px #32cd32
}

.ngx-pagination .current {
    padding: .1875rem .625rem;
    background: #009688!important;
    color: #fefefe;
    cursor: default
}

@media (min-width: 767px) {
    .top-0 {
        top:0!important
    }

    select.form-control-sm {
        top: 50px;
        position: relative
    }

    pagination-controls {
        display: block
    }

    .top-fix-nav {
        position: fixed;
        top: 0;
        z-index: 999999999;
        width: 100%;
        right: 0;
        min-height: 157px;
        clear: both;
        transition: .5s;
        -webkit-transition: .5s;
        -webkit-transition: all .05s ease-in-out;
        transition: all .05s ease-in-out;
        -webkit-transition: .3s;
        transition: .3s
    }

    .top-fix-nav .cm-logo img {
        max-width: 90px
    }

    .top-fix-nav .logo img {
        max-width: 290px
    }

    .top-fix-nav .img-fluid {
        max-width: 210px
    }
}

@media (min-width: 1024px) {
    div#btnContainer {
        position:relative
    }
}

@media (max-width: 900px) {
    span.menu_btn {
        margin-left:10px
    }
}

@media (max-width: 1700px) {
    span.menu_btn {
        margin-left:0
    }
}

@media (max-width: 1350px) {
    .raj-logo img {
        max-width:240px
    }

    .cm-logo a img.logo-rajeev-gandhi {
        max-width: 70px
    }

    svg.foo-logo {
        max-width: 80px
    }

    .cm-logo img {
        max-width: 90px
    }

    .img_bx {
        max-width: 200px;
        max-height: 200px
    }
}

.celebration-page-card {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    height: 100%
}

.celebration-page-card-img {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 250px;
    background: #f8f8f8;
    overflow: hidden
}

.celebration-page-card-info {
    padding: 12px 12px 10px
}

.celebration-page-card-info h1 {
    font-size: 18px;
    color: #052869;
    margin-bottom: 6px;
    font-weight: 600
}

.celebration-page-detail .celebration-page-card-info h1 {
    font-size: 22px;
    margin-bottom: 12px
}

.celebration-page-card-info h1 a {
    color: currentColor
}

.celebration-page-card-info h3 {
    font-size: 14px;
    color: #5e5e5e
}

.celebration-page-detail .celebration-page-card-info h3 {
    font-size: 16px;
    color: #5e5e5e
}

.celebration-page-card-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eaeaea
}

.celebration-page-card-info-date {
    font-size: 12px
}

.celebration-page-card-img-slider {
    background: #f8f8f8;
    padding: 15px;
    margin-top: 10px
}

.celebration-page-card-img-slider .carousel-inner {
    max-width: 800px;
    margin: auto
}

.celebration-page-card-img-slider img {
    max-width: 100%;
    margin: auto
}

.modal-dsign-sm .close {
    float: right;
    font-size: 40px;
    line-height: 1;
    text-shadow: none;
    opacity: .5;
    position: absolute;
    right: 15px;
    top: 9px;
    font-weight: 500
}

button:focus {
    border: none;
    outline: none
}

.modal-dsign-sm .form-control {
    height: 42px;
    font-size: 14px
}

.modal-dsign-sm textarea.form-control {
    height: auto;
    min-height: 100px
}

.cel-dettail-media-btn a {
    padding: 15px 25px;
    background: #f5f5f5;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    margin: 0 8px;
    border-radius: 10px;
    color: #000
}

.cel-dettail-media-btn a.active i {
    color: #fff
}

.cel-dettail-media-btn a.active {
    background: #052869;
    color: #fff
}

.cel-dettail-media-btn i {
    font-size: 40px;
    color: #052869
}

.cel-dettail-media-btn {
    border: none
}

.suggestions-list a.nav-link {
    background: #f5f5f5;
    padding: 5px 8px;
    margin-bottom: 5px;
    color: #000
}

.table-img-btn a {
    font-size: 45px;
    color: #1c4da8;
    line-height: 0
}

.modal-dsign-sm-close-btn .close {
    background: #000;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    top: -19px;
    opacity: 1;
    right: -15px
}

.modal-dsign-sm h1,.modal-dsign-sm h2 {
    font-size: 26px;
    line-height: 35px;
    color: #042d48;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.modal-dsign-sm b {
    color: #607d8b
}

.modal-dsign-sm p {
    color: #434343
}

.project-images-slider i {
    color: #fff
}

.view-btn-option img:hover {
    opacity: .8
}

.view-btn-option a img {
    max-width: 30px;
    margin: 0 8px
}

@media (min-width: 576px) {
    .mid-w-slider {
        max-width:800px;
        margin: 1.75rem auto
    }
}

.new-employement-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 70px 0
}

.new-employement-card .new-employement-card-item {
    border: 1px solid #f5f5f5;
    margin: 0 40px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}

.new-employement-card .new-employement-card-item:hover {
    opacity: .8
}

.jankalyan-2-year-logo {
    text-align: center
}

.jankalyan-2-year-logo img {
    max-width: 240px;
    margin-bottom: 50px
}

.card-sector {
    text-align: center;
    border: 2px solid #044807;
    border-radius: 25px 0 25px 0;
    padding: 12px;
    background: #fff url(box_bg.4db54e7c53319ad30a92.png) 50%;
    height: 100%;
    position: relative
}

.page-sector .col-lg-4:nth-of-type(odd) .card-sector .card-sector-info {
    background: #607d8b
}

.card-sector .card-sector-info {
    background: #004f8d;
    padding: 8px;
    margin-top: 15px;
    border-radius: 0 10px 2px 10px
}

.card-sector .card-sector-info a {
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.card-sector-img {
    height: 130px;
    width: 130px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    padding: 10px;
    margin: auto;
    border: 2px solid #f1f1f1;
    overflow: hidden
}

.sector-pdf {
    position: absolute;
    right: 0;
    top: 0;
    background: #dc3545;
    padding: 10px;
    border-radius: 0 0 0 50px;
    height: 40px;
    width: 40px;
    text-align: right;
    line-height: 30px
}

.sector-pdf i {
    color: #fff;
    font-size: 19px;
    position: relative;
    top: -7px;
    right: -3px
}

@media (max-width: 992px) {
    .new-employement-card .new-employement-card-item {
        margin:0 15px
    }
}

.gallery-page-card {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    cursor: pointer
}

.gallery-page-card-img {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 300px;
    background: #f8f8f8;
    overflow: hidden
}

.gallery-page-card-img img {
    max-height: 280px
}

.gallery-page-card-info {
    padding: 12px 5px 12px 12px;
    background: #052869;
    color: #fff;
    margin-top: auto;
    min-height: 66px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.gallery-page-card-info h1 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 25px
}

.gallery-detail-popup h5.modal-title {
    font-weight: 600
}

.gallery-page-card-info h1 a {
    color: currentColor;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: start
}

.gallery-page-card-info-img {
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 100%;
    margin-right: 10px;
    padding: 5px;
    overflow: hidden
}

.gallery-detail-card,.gallery-page-card-info-img {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.gallery-detail-card {
    text-align: center;
    border: 1px solid #eaeaea;
    padding: 10px;
    box-shadow: 0 0 50px 0 #e6e6e6;
    height: 100%
}

.gallery-detail-card img {
    max-height: 500px
}

table:empty,td:empty,tr:empty {
    display: none;
    padding: 0
}

.td-spacing {
    padding: 0!important
}

.white_bx td {
    padding: 8px
}

.table_order_list td,.table_order_list th {
    vertical-align: top!important
}

.av-caption-date {
    background: #4468ab;
    width: auto;
    padding: 3px 8px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 10px 0 10px;
    font-size: 13px;
    color: #fff;
    z-index: 99999999
}

.lightbox {
    z-index: 9999999999
}

a.slider-icon-full {
    background: rgba(0,0,0,.6);
    z-index: 99999999999999;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    font-size: 20px
}

a.slider-icon-full:hover {
    background: #000
}

.leftside-menu-title {
    text-align: center;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    color: #052869;
    padding: 6px;
    max-width: 150px;
    background: #eaeaea;
    border-radius: 0 12px 12px 0
}

.theme-blue .leftside-menu-title,.theme-dark .leftside-menu-title,.theme-green .leftside-menu-title,.theme-sky .leftside-menu-title {
    color: #fff
}

.dept-rightside-content-search {
    background: #fff url(topbar.8ba2471b9fde61068d03.jpg) 50%;
    padding: 40px 15px;
    margin-bottom: 15px
}

.leftside-menu {
    flex: 0 0 145px;
    height: 100%
}

.leftside-menu,.leftside-menu-departments-template {
    -webkit-box-flex: 0;
    background: #d0e1f3;
    padding: 10px;
    border: none;
    border-radius: 0 15px 15px 0
}

.leftside-menu-departments-template {
    flex: 0 0 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.theme-green .dept-new-header,.theme-green .dept-new-header:after,.theme-green .leftside-menu {
    background: #497329
}

.theme-green .leftside-menu .leftside-menu-item.active,.theme-green .leftside-menu .leftside-menu-item.active:after,.theme-green .leftside-menu .leftside-menu-item:hover {
    background: #305217
}

.theme-sky .dept-new-header,.theme-sky .dept-new-header:after,.theme-sky .leftside-menu {
    background: #17a1ab
}

.theme-sky .leftside-menu .leftside-menu-item.active,.theme-sky .leftside-menu .leftside-menu-item.active:after,.theme-sky .leftside-menu .leftside-menu-item:hover {
    background: #0b686f
}

.theme-blue .dept-new-header,.theme-blue .dept-new-header:after,.theme-blue .leftside-menu {
    background: #217cc8
}

.theme-blue .leftside-menu .leftside-menu-item.active,.theme-blue .leftside-menu .leftside-menu-item.active:after,.theme-blue .leftside-menu .leftside-menu-item:hover {
    background: #225886
}

.theme-dark .leftside-menu .leftside-menu-item.active,.theme-dark .leftside-menu .leftside-menu-item.active:after,.theme-dark .leftside-menu .leftside-menu-item:hover {
    background: #002231;
    color: #000
}

.theme-dark .dept-new-header,.theme-dark .dept-new-header:after {
    background: #3c3c3c
}

.theme-dark .leftside-menu {
    background: #252525
}

.theme-dark .department-head-search i {
    color: #000
}

.theme-dark .dept-rightside-content-search h1.title {
    color: #000!important
}

.leftside-menu .leftside-menu-item {
    background: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 5px;
    flex-basis: 135px;
    max-width: 135px;
    margin: 4px;
    color: #000;
    position: relative
}

section.d-flex.dept-new-design-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.leftside-menu .leftside-menu-item i.fa-search {
    position: absolute;
    top: 50%;
    right: -11px;
    font-size: 15px;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    background: #052869;
    height: 28px;
    width: 28px;
    line-height: 28px;
    border-radius: 100%;
    color: #fff;
    z-index: 9
}

.leftside-menu .leftside-menu-item.active,.leftside-menu .leftside-menu-item:hover {
    background: #197cdc;
    color: #fff;
    position: relative
}

.leftside-menu .leftside-menu-item.active:after {
    right: -10px;
    top: 50%
}

.dept-new-design-wraper .leftside-menu .leftside-menu-item.active:after,.leftside-menu .leftside-menu-item.active:after {
    background: #197cdc;
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%)
}

.dept-new-design-wraper .leftside-menu .leftside-menu-item.active:after {
    left: 50%;
    top: auto;
    bottom: -11px
}

.leftside-menu .leftside-menu-item img {
    max-width: 43px
}

.leftside-menu .leftside-menu-item span {
    display: block;
    font-weight: 600;
    margin-top: 2px;
    line-height: normal
}

.dept-rightside-content {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding-left: 15px
}

.dept-new-header {
    background: #197cdc;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 4px;
    border-radius: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

.dept-new-header img {
    max-width: 54px;
    margin-right: 8px
}

.dept-new-header:after {
    background: #197cdc;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    content: "";
    bottom: -12px;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%)
}

.dept-new-header a {
    position: absolute;
    right: 20px
}

.dept-rightside-content .tab-pane .card {
    margin: 0;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    border: none;
    background: #fff url(blue-bg.397aef15e8bc007eb031.png) 50%;
    border-radius: 10px
}

.Department-contact-details {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border: none
}

.dept-rightside-content .tab-pane .card .card-body .card {
    margin: 0;
    background: #fff
}

.rajasthan-about {
    background: #fff url(rajasthan-about.48e03a035ec6f3731eeb.png) 50%!important;
    padding: 18px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 9;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border: 1px solid #e8e8e8;
    margin-top: 4px!important
}

.rajasthan-about:before {
    background: hsla(0,0%,100%,.6);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.rajasthan-about p {
    color: #000;
    text-align: justify;
    font-weight: 600
}

.rajasthan-about h3 {
    color: #2b5c90;
    font-weight: 600
}

.gov-decisions-new-design {
    background: #fff url(blue-bg.397aef15e8bc007eb031.png) 50%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #0d5b82;
    border-left-width: 5px
}

.gov-dec-total {
    position: absolute;
    background: #009688;
    height: 55px;
    width: 55px;
    color: #fff;
    line-height: 47px;
    text-align: center;
    border-radius: 100%;
    font-size: 22px;
    top: 18px;
    right: 30px;
    border: 4px solid #fff;
    font-weight: 600
}

#sticky.stick {
    position: fixed;
    top: 170px;
    z-index: 999;
    width: 90%
}

.new-modal-design .gov-dec-total {
    line-height: 50px;
    background: #5f89b7;
    position: static;
    display: inline-block;
    margin-top: -29px;
    margin-left: 15px
}

.gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design .gov-dec-total {
    background: #197cdc
}

.gov-decisions-new-design-header {
    padding: 15px 8px 8px;
    background: #0e638e
}

.gov-decisions-new-design-info {
    padding: 15px;
    height: calc(100% - 56px);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.gov-decisions-new-design-info [data-toggle*=modal] {
    margin-top: auto
}

.date-design {
    background: #fff;
    padding: 4px 10px;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 #eaeaea;
    font-size: 13px
}

section.detail_page .carousel-inner img {
    width: auto!important;
    max-width: 100%!important;
    margin: auto;
    max-height: 400px
}

section.detail_page .carousel-inner {
    background: #f5f5f5
}

.left-side-image-default {
    background: #f8f8f8 url(box_bg.4db54e7c53319ad30a92.png) 50%;
    background-size: 50%
}

ul.gov-decisions-new-design-list .d-flex.align-items-center.justify-content-between.mb-2.show-info-hide {
    margin-bottom: 16px!important
}

.gov-decisions-new-design-info .d-flex.align-items-center.justify-content-between.mb-2.show-info-hide {
    margin-bottom: 15px!important;
    flex-wrap: wrap
}

.gov-decisions-new-design-info .show-info-hide div {
    -webkit-box-flex: 1;
    flex: 1 1 50%
}

.show-info-hide .show-info-hide-file {
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.date-design span {
    margin-right: 8px
}

.show-info-hide .show-info-hide-file {
    background: #fff;
    padding: 4px 3px 4px 10px;
    border-radius: 20px;
    border: 1px solid #d2e8f3
}

.show-info-hide .show-info-hide-file span {
    background: #5d7c8c;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px
}

.gov-decisions-new-design:hover {
    background: #f8f8f8
}

ul.gov-decisions-new-design-list li:last-child {
    border: none
}

ul.gov-decisions-new-design-list li {
    padding: 20px 15px;
    border: 1px solid #fff;
    width: 100%;
    list-style: none;
    font-weight: 500;
    border-left: 4px solid #c33764!important;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify
}

ul.gov-decisions-new-design-list li:nth-of-type(odd) {
    background: #fff2f6;
    border-left: none!important;
    border: none
}

ul.gov-decisions-new-design-list li:nth-of-type(2n) .date-design {
    background: #daf1ef;
    color: #000;
    box-shadow: none
}

ul.gov-decisions-new-design-list li:nth-of-type(2n) .show-info-hide .show-info-hide-file span {
    background: #0e877c
}

ul.gov-decisions-new-design-list {
    margin: 0;
    padding: 0;
    width: 100%
}

.gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design {
    background: #fff;
    border-color: #0e877c
}

.gov-decisions-new-page .col-lg-4:nth-of-type(2n) .gov-decisions-new-design .gov-decisions-new-design-header {
    background: #0e877c
}

.gov-decisions-new-design-icon {
    -webkit-box-flex: 0;
    flex: 0 0 34px;
    max-width: 34px;
    margin-right: 8px
}

.gov-decisions-new-design h3 {
    font-size: 19px;
    margin: 0;
    color: #fff
}

.gov-decisions-new-design p {
    margin: 0;
    text-align: justify
}

.gov-decisions-new-design p a {
    display: block
}

.modal-backdrop.show {
    opacity: .6;
    z-index: 999999999
}

.modal {
    z-index: 9999999999999
}

.new-modal-design .modal-dialog {
    max-width: 80%;
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: auto
}

.new-modal-design .modal-dialog .modal-header {
    margin: 15px;
    border-radius: 10px
}

.new-modal-design .modal-dialog .close {
    font-size: 35px;
    font-weight: 500;
    opacity: .9;
    line-height: 28px
}

.new-achiv-box a {
    background: #0e877c;
    font-size: 18px;
    border-radius: 8px;
    padding: 17px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    outline: 2px solid #fff;
    outline-offset: -10px;
    position: relative;
    cursor: pointer
}

.govdec-tabs .nav-tabs li a,.new-modal-design .nav-tabs li a {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 4px 4px 12px
}

.financial-tab-title,.new-modal-design .financial-tab-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-top: 18px
}

.govdec-tabs .nav-tabs li a.active,.new-modal-design .nav-tabs li a.active {
    background: #009688;
    color: #fff
}

.theme-green .govdec-tabs .nav-tabs li a.active,.theme-green .new-modal-design .nav-tabs li a.active {
    background: #497329
}

.theme-sky .govdec-tabs .nav-tabs li a.active,.theme-sky .new-modal-design .nav-tabs li a.active {
    background: #0c939c
}

.theme-blue .govdec-tabs .nav-tabs li a.active,.theme-blue .new-modal-design .nav-tabs li a.active {
    background: #1975c1
}

.theme-dark .govdec-tabs .nav-tabs li a.active,.theme-dark .new-modal-design .nav-tabs li a.active {
    background: #1f1f1f
}

.govdec-tabs .nav-tabs,.new-modal-design .nav-tabs {
    -webkit-box-pack: center;
    justify-content: center
}

.new-achiv-box a:hover {
    background: #13afa1;
    outline-color: #31d2c3;
    color: #fff
}

.new-achiv-box-design .col-lg-4:nth-of-type(odd) .new-achiv-box a {
    background: #0d5b82;
    color: #fff;
    outline-color: #0e877c
}

.new-achiv-box-design .col-lg-4:nth-of-type(odd) .new-achiv-box a:hover {
    background: #167caf;
    outline-color: #65a0bd
}

.new-achiv-box a img {
    margin-right: 8px;
    background: #fff;
    padding: 8px;
    border-radius: 100%;
    border: 2px solid #f1f1f1;
    max-width: 70px
}

.new-achiv-box a i {
    position: absolute;
    right: -11px!important;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    font-size: 28px;
    background: #f5f5f5;
    color: #411a12;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%
}

section.home-web-app {
    background: #fff;
    margin-bottom: 40px
}

.home-web-app__title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative
}

.web-items-list {
    background: #1d5896;
    border-radius: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    height: 100%
}

.app-platform img {
    max-width: 45px
}

.app-platform {
    position: absolute;
    right: 14px;
    top: -22px
}

.web-items-list:hover {
    background: #124882
}

.app-items-list:hover {
    background: #f4f7fa
}

section.home-web-app .web-items-list:last-child {
    margin: 0
}

.web-items-list .web-items-list-text h3 a {
    font-size: 20px;
    border-bottom: 3px solid #2c6daf;
    width: 90%;
    padding: 0 0 5px;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block
}

.web-items-list .web-items-list-icon {
    -webkit-box-flex: 0;
    flex: 0 0 140px;
    border-radius: 8px;
    border: 3px solid #2c6daf;
    background: #fff;
    text-align: center;
    min-height: 85px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.web-items-list .web-items-list-icon img {
    max-width: 100%;
    max-height: 90px
}

.web-items-list .web-items-list-text {
    padding-left: 10px;
    -webkit-box-flex: 1;
    flex: auto
}

.web-items-list .web-items-list-text p {
    color: #e6f3ff
}

.btn-orange-bg {
    background: #ff2407
}

.home-web_bg {
    background: #2c6daf url(box_bg.4db54e7c53319ad30a92.png) 50%;
    padding: 35px 130px 35px 30px;
    margin: 20px 0;
    background-size: 200px
}

.home-app_bg {
    padding: 60px 30px 35px 10px;
    position: relative;
    z-index: 9
}

.home-app_bg,.home-app_bg:before {
    background: #f3f6fa url(web-bg.7ae8cbf1b1e4a1dcb640.png) 50%;
    background-size: 200px
}

.home-app_bg:before {
    content: " ";
    position: absolute;
    width: 136px;
    height: 100%;
    top: 0;
    left: -99px;
    z-index: -1;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-30deg,0deg);
    transform: skew(-10deg,0deg)
}

.app-items-list {
    background: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    height: 100%
}

.home-app_bg .app-items-list,.home-web_bg .web-items-list {
    height: auto
}

.home-app_bg .app-items-list:last-child {
    margin: 0
}

.app-items-list .app-items-list-text h3 a {
    font-size: 20px;
    border-bottom: 3px solid #f2f5fa;
    width: 90%;
    padding: 0 0 5px;
    margin-bottom: 5px;
    color: #132549;
    display: inline-block
}

.app-items-list .app-items-list-text h3,.web-items-list .web-items-list-text h3 {
    margin: 0
}

.app-items-list .app-items-list-icon {
    -webkit-box-flex: 0;
    flex: 0 0 140px;
    border: 2px solid #f4f7fb;
    border-radius: 8px;
    background: #fff;
    text-align: center
}

.app-items-list .app-items-list-icon img {
    max-width: 100%;
    max-height: 80px
}

.app-items-list .app-items-list-text {
    padding-left: 10px;
    padding-right: 35px;
    -webkit-box-flex: 1;
    flex: auto
}

.app-items-list .app-items-list-text p {
    color: #505050
}

.box-box-shadow {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}

section.home-service {
    background: #0c3a6b;
    padding: 40px 0
}

section.home-service h1.title {
    color: #fff
}

section.home-project h1.title,section.home-service h1.title,section.schemes.home-page-scheme h1.title {
    position: relative;
    left: 60px
}

section.home-service h1.title:before {
    border: 1px solid #fff
}

.home-service_box {
    background: #fff url(box_bg.4db54e7c53319ad30a92.png) 50%;
    border-radius: 10px;
    padding: 15px 100px 15px 15px;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    background-size: 70%
}

.home-service_box:hover {
    background: #fef5ea
}

.home-service_box:hover .home-service_box_detail h4,.home-service_box:hover .home-service_box_detail h4 a {
    color: #000
}

.home-service_box .home-service_box_detail h4,.home-service_box .home-service_box_detail h4 a {
    font-size: 17px;
    color: #1a3b67;
    margin: 0 0 5px;
    display: block;
    font-weight: 600;
    white-space: normal;
    word-break: break-all
}

.home-service_box .home-service_box_detail p {
    margin: 0;
    color: #7a7a7a
}

.home-service_box .home-service_box_icon {
    height: 90px;
    width: 90px;
    border-radius: 100%;
    border: 2px solid #fa0
}

.home-service_box-new .home-service_box_icon,.home-service_box .home-service_box_icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-right: 15px;
    overflow: hidden
}

.home-service_box-new .home-service_box_icon {
    height: 70px;
    width: 70px;
    border-radius: 10px;
    border: 5px solid #0c3a6b;
    font-size: 32px;
    background: #28a745;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 18px;
    right: -20px
}

.home-service .col-xl-3:nth-child(3) .home-service_box-new .home-service_box_icon {
    background: #ffc107
}

.home-service .col-xl-3:nth-child(4) .home-service_box-new .home-service_box_icon {
    background: #167ac6
}

.home-service .col-xl-3:nth-child(5) .home-service_box-new .home-service_box_icon {
    background: #f13c1f
}

section.government-decisions {
    padding: 50px 0
}

.government-decisions-bg {
    background: url(government-decisions-bg.a73569f3c7cd26087efd.png) 50%;
    padding: 25px;
    background-attachment: fixed;
    border-radius: 12px;
    overflow: hidden
}

section.government-decisions h1.title img {
    max-width: 55px
}

.government-decisions-items {
    background: #fff url(pattern.dcb9d47148eccc75e6d9.png);
    border-radius: 10px;
    padding: 12px 0;
    -webkit-transition: .3s;
    transition: .3s
}

.government-decisions-items:hover {
    background: #e3e9f1
}

.government-decisions-items:hover a {
    margin-top: 12px
}

.government-decisions-items a {
    display: block;
    background: #052869;
    padding: 7px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    margin-left: -7px;
    margin-top: 18px;
    border-radius: 0 30px 30px 0;
    -webkit-transition: .3s;
    transition: .3s
}

section.government-decisions .col-xl-3:first-child a {
    background: #e59900
}

section.government-decisions .col-xl-3:nth-child(2) a {
    background: #f03800
}

section.government-decisions .col-xl-3:nth-child(3) a {
    background: #d03432
}

section.government-decisions .col-xl-3:nth-child(4) a {
    background: #2996bf
}

section.government-decisions .col-xl-3:nth-child(5) a {
    background: #b59510
}

.government-decisions-items a i {
    float: right;
    background: #e3e9f1;
    height: 40px;
    width: 40px;
    color: #000;
    line-height: 40px;
    border-radius: 100%;
    position: relative;
    top: -5px;
    right: -18px
}

.home-new-document-design-items {
    background: #fff0f5;
    padding: 10px 25px;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0 0 20px #d8d8d8;
    margin: 15px 20px;
    width: 200px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.home-new-document-design-items:nth-of-type(2n) {
    background: #fff url(pattern.dcb9d47148eccc75e6d9.png);
    border: 1px solid #e7ecf5
}

.home-new-document-design-items img {
    max-width: 100px
}

.home-new-document-design-items:hover {
    background: #fff;
    outline: 1px dotted #adadad;
    outline-offset: 12px
}

.home-new-document-design-items a {
    color: #000;
    display: block
}

.home-new-document-design-items img {
    display: block;
    margin: auto auto 10px
}

.home-new-video-bg {
    background: url(scheme_bg.85a7d27d798b5af182fd.jpg) repeat 50%;
    box-shadow: 0 0 15px 0 #e0e0e0;
    border-radius: 10px;
    overflow: hidden
}

.home-new-video-bg:before {
    background: rgba(0,0,0,.7);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

section.home-new-program {
    padding: 25px;
    background-attachment: fixed;
    background: #fff
}

section.home-new-program .home-new-program-bg-white {
    background: #e6f2ff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #c5daf1
}

section.home-new-program .home-new-program-bg-white .av-caption {
    background: #135da4;
    color: #fff
}

.table-new-design thead th {
    border-bottom: none
}

.table-new-design thead {
    background: #703979;
    color: #fff
}

.gov-dec-detail-card {
    box-shadow: 0 0 30px 0 #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
    padding: 6px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 2px solid #e4cbca
}

.gov-dec-detail-card:hover .card-body {
    background: #197cdc
}

.gov-dec-detail-card .card-header {
    border: none;
    background: #f3eeca;
    border-radius: 10px 0
}

.gov-dec-detail-card .card-body {
    background: #fffef8
}

.gov-dec-detail-card .card-body h5 {
    color: #383100
}

.gov-dec-detail-card .card-body p {
    color: #fff;
    text-align: justify
}

.cabinet-decisions-detail-card .card-header {
    background: #ffe9e2
}

.cabinet-decisions-detail-card .card-body {
    background: #fffaf8
}

.cabinet-decisions-detail-card .card-body .card-title {
    color: #f03800
}

.cm-announcement-detail-card .card-header {
    background: #dfe4ff
}

.cm-announcement-detail-card .card-body {
    background: #f4f6ff
}

.cm-announcement-detail-card .card-body .card-title {
    color: #060f42
}

.budget-detail-card .card-header {
    background: #e4f7ff
}

.budget-detail-card .card-body {
    background: #f9fdff
}

.budget-detail-card .card-body .card-title {
    color: #2996bf
}

.jan-ghoshna-patra-detail-card .card-header {
    background: #ad342c;
    color: #fff
}

.jan-ghoshna-patra-detail-card .btn-readmore.collapsed {
    color: #fee108
}

.jan-ghoshna-patra-detail-card .btn-readmore {
    color: #ff8f7d
}

.jan-ghoshna-patra-detail-card .card-body {
    background: #346ca9;
    margin-top: 5px;
    border-radius: 5px
}

.jan-ghoshna-patra-detail-card .card-body .card-title {
    color: #fff
}

p.app-items-list-text-achiv {
    margin-bottom: 6px;
    font-size: 16px;
    color: #488dd7!important
}

p.mb-0.app-items-list-text-dis {
    font-size: 13px
}

.app-items-list i {
    background: #f4f7fb;
    color: #3f51b5
}

.app-items-list i,.web-items-list i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    padding: 8px;
    border-radius: 100%;
    font-size: 18px
}

.web-items-list i {
    background: #2c6daf;
    color: #e8f3ff
}

.app-items-list-text-dis [data-toggle=collapse] .fas:before {
    content: "\f139"
}

.app-items-list-text-dis [data-toggle=collapse].collapsed .fas:before {
    content: "\f13a"
}

.btn-readmore.collapsed {
    color: #009454;
    font-size: 12px
}

.btn-readmore {
    color: #dc3c23;
    font-size: 12px
}

.btn-readmore.collapsed:before {
    content: "...Read more "
}

.btn-readmore:before {
    content: " Read Less "
}

.h-44 {
    height: 44px
}

.table2-design td:last-child,.table2-design th:last-child {
    border: none
}

.table2-design td,.table2-design th {
    vertical-align: top!important;
    border: none;
    border-right: 1px solid #dcd19f;
    padding: 14px
}

.table2-design th {
    background: #520100;
    color: #fff;
    border-bottom: none!important;
    vertical-align: top!important
}

.table2-design tbody tr:nth-of-type(2n) {
    background-color: #ece3ba;
    color: #000;
    font-weight: 600
}

.home-project-box {
    border: 1px solid #ccc;
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0 0 30px 0 #e0e0e0
}

.home-project-box-top {
    display: -webkit-box;
    display: flex;
    padding: 10px
}

.home-project-box-img {
    height: 90px;
    width: 90px;
    -webkit-box-flex: 0;
    flex: 0 0 90px;
    border-radius: 100%;
    border: 2px solid #265991;
    padding: 1px;
    position: relative;
    margin-top: -35px
}

.home-project-box-name {
    -webkit-box-flex: 1;
    flex: auto;
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-project-box-name a {
    color: currentcolor
}

.home-project-box-info {
    background: #265991;
    padding: 12px;
    margin-top: auto!important
}

section.home-project .col-lg-3:nth-child(3) .home-project-box-info {
    background: #0e877c
}

section.home-project .col-lg-3:nth-child(3) .home-project-box-name-assembly {
    color: #17f9e4
}

section.home-project .col-lg-3:nth-child(4) .home-project-box-name-assembly {
    color: #ffdad1
}

section.home-project .col-lg-3:nth-child(5) .home-project-box-name-assembly {
    color: #9cff00
}

section.home-project .col-lg-3:nth-child(3) .home-project-box-name-status {
    background: #046960
}

section.home-project .col-lg-3:nth-child(4) .home-project-box-name-status {
    background: #942207
}

section.home-project .col-lg-3:nth-child(5) .home-project-box-name-status {
    background: #6baf00
}

section.home-project .col-lg-3:nth-child(4) .home-project-box-info {
    background: #c62b07
}

section.home-project .col-lg-3:nth-child(5) .home-project-box-info {
    background: #5c8f0c
}

section.home-project .col-lg-3:nth-child(3) .home-project-box-name {
    color: #0e877c
}

section.home-project .col-lg-3:nth-child(4) .home-project-box-name {
    color: #c62b07
}

section.home-project .col-lg-3:nth-child(5) .home-project-box-name {
    color: #5c8f0c
}

section.home-project .col-lg-3:nth-child(3) .home-project-box-img {
    border-color: #0e877c
}

section.home-project .col-lg-3:nth-child(4) .home-project-box-img {
    border-color: #c62b07
}

section.home-project .col-lg-3:nth-child(5) .home-project-box-img {
    border-color: #5c8f0c
}

.home-project-box-name-cat {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px
}

.home-project-box-name-sub-cat {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px
}

.home-project-box-name-assembly {
    color: #c0deff
}

.home-project-box-name-status {
    background: #00172f;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px
}

section.home-project {
    padding: 50px 0
}

section.home-project h1.title {
    margin-bottom: 35px
}

.scheme-details-all .scheme-start-data-items {
    display: -webkit-box;
    display: flex
}

.scheme-details-all .scheme-start-data-items strong {
    -webkit-box-flex: 0;
    flex: 0 0 85px
}

@media screen and (max-width: 1500px) {
    .app-items-list .app-items-list-icon,.web-items-list .web-items-list-icon {
        -webkit-box-flex:0;
        flex: 0 0 115px;
        min-height: 76px
    }

    .app-items-list .app-items-list-text h3 a,.web-items-list .web-items-list-text h3 a {
        font-size: 16px
    }

    .app-items-list i,.web-items-list i {
        right: 5px;
        font-size: 14px
    }

    .date-design span {
        margin-right: 8px;
        display: block
    }

    .home-project-box-img {
        height: 70px;
        width: 70px;
        -webkit-box-flex: 0;
        flex: 0 0 70px
    }

    .home-project-box-name {
        font-size: 15px
    }

    .government-decisions-bg {
        padding: 15px;
        margin: 0!important
    }

    .government-decisions-items img {
        max-width: 94px
    }

    .government-decisions-items a {
        font-size: 16px
    }

    .government-decisions-items a i {
        top: -8px;
        right: -22px
    }
}

@media (min-width: 1200px) {
    section.government-decisions [class*=col-] {
        max-width:25%
    }
}

@media screen and (max-width: 992px) {
    .home-web_bg {
        padding:20px;
        margin: 0
    }

    .home-app_bg {
        padding: 20px
    }

    .home-app_bg:before {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .new-modal-design .modal-dialog {
        max-width:100%
    }

    .new-achiv-box a {
        font-size: 15px
    }

    .new-achiv-box a img {
        max-width: 50px
    }

    .dept-new-design-wraper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .leftside-menu {
        display: block;
        white-space: nowrap;
        overflow: auto;
        padding: 5px;
        -webkit-box-flex: 0;
        flex: 0 0 100%
    }

    .leftside-menu .leftside-menu-item {
        width: 154px;
        display: -webkit-inline-box;
        display: inline-flex;
        margin: 4px;
        height: 100px;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .newsmonitor-items-info-headline {
        font-size: 15px
    }

    .newsmonitor-items .newsmonitor-items-date {
        max-width: 70px;
        -webkit-box-flex: 0;
        flex: 0 0 70px;
        padding: 8px 0
    }

    section.home-project {
        padding: 25px 0 0
    }

    section.home_awards_bg .row>[class*=col-]:last-child:after {
        display: none
    }

    .logo img {
        max-width: 265px
    }

    .seheme_name {
        font-size: 100%
    }

    .app-items-list .app-items-list-text h3 a,.web-items-list .web-items-list-text h3 a {
        font-size: 15px
    }

    .app-items-list .app-items-list-icon,.web-items-list .web-items-list-icon {
        -webkit-box-flex: 0;
        flex: 0 0 60px;
        max-width: 60px
    }

    .app-items-list .app-items-list-icon img,.web-items-list .web-items-list-icon img {
        max-width: 100%
    }

    .home-web_bg {
        padding: 10px
    }

    .home-web-app__title {
        font-size: 16px
    }

    .btn-orange {
        font-weight: 300;
        font-size: 12px!important;
        padding: 5px 10px!important
    }

    section.home-new-program {
        padding: 15px 0
    }
}

@media screen and (max-width: 595px) {
    .home-new-document-design-items {
        padding:10px;
        font-size: 15px;
        margin: 10px;
        width: 43%
    }
}

.project-images-slider i.fa-chevron-left,.project-images-slider i.fa-chevron-right {
    background: #000;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    font-size: 22px
}

ul.budget-page-list {
    -webkit-columns: 3;
    -moz-columns: 3;
    column-count: 3;
    padding: 0
}

ul.budget-page-list li {
    padding: 4px 0;
    position: relative
}

ul.budget-page-list li a {
    color: #032e7f;
    font-weight: 600
}

ul.inner-ul li a {
    color: #585858
}

.budget-page-list-outer {
    background: #fff;
    padding: 15px 15px 15px 50px;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgb(0 0 0/10%);
    overflow: hidden
}

.budget-page-list-outer-header {
    background: #e9ecef;
    padding: 11px 24px;
    margin: -15px -15px 20px -50px;
    position: relative
}

.budget-page-list-outer-header h4 {
    font-weight: 600
}

.budget-page-list-outer-header:before {
    background: #e9ecef;
    position: absolute;
    height: 15px;
    width: 15px;
    z-index: 99999;
    top: 64px;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 73px
}

.budget-page-list-outer-header a {
    font-size: 20px;
    color: #000
}

.budget-page-list-outer-header a span {
    display: block;
    font-size: 13px;
    color: #032e7f
}

.page-sitemap-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.page-sitemap-list li {
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    margin-bottom: 8px
}

.page-sitemap-list li a {
    color: #0441b3;
    font-size: 15px
}

.select-dept-or-sec-for-achiv {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.select-dept-or-sec-for-achiv a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin: 20px;
    text-align: center;
    border: 2px solid #e4e4e4;
    padding: 20px;
    border-radius: 15px
}

.select-dept-or-sec-for-achiv a img {
    max-width: 150px;
    margin: auto
}

.select-dept-or-sec-for-achiv a span {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-top: 12px
}

.select-dept-or-sec-for-achiv a:hover {
    background: #f8f8f8
}

.impo-dec-achiv-box {
    background: #fff;
    display: block;
    padding: 15px 0 0;
    border-radius: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.impo-dec-achiv-box:hover {
    border-color: #f1f1f1
}

.impo-dec-achiv-box .impo-dec-achiv-box-img {
    height: 80px;
    width: 80px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: auto;
    border-radius: 100%
}

.impo-dec-achiv-box-info {
    background: #dedede;
    color: #000;
    padding: 4px;
    font-weight: 600;
    font-size: 15px;
    margin-top: 15px;
    line-height: 22px
}

.booklet-outer {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    overflow: hidden
}

.booklet-header {
    background: #1e3e65;
    padding: 12px 15px
}

.booklet-header-items .booklet-header-items-icon-home {
    font-size: 23px
}

.booklet-header-items h2 {
    line-height: normal;
    font-size: 27px;
    font-weight: 600
}

.booklet-outer .booklet-header-items {
    -webkit-box-flex: 1;
    flex: 1 1 33.33%
}

.booklet-info {
    padding-top: 100px;
    padding-right: 65px;
    padding-left: 65px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%
}

.booklet-info-list ul {
    list-style: none;
    border-left: 2px solid #ccc;
    padding: 0
}

.booklet-info-list ul li {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
    line-height: 28px;
    padding-left: 25px;
    position: relative
}

.booklet-info-list ul li:before {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    background: #fff;
    border-radius: 100%;
    left: -10px;
    border: 2px solid #ccc
}

.booklet-info-list ul li:first-child:before {
    border-color: #ff9c9c
}

.booklet-info-list ul li:nth-child(2):before {
    border-color: #97f962
}

.booklet-info-list ul li:nth-child(3):before {
    border-color: #ffe659
}

.booklet-info-list ul li:nth-child(4):before {
    border-color: #a5adff
}

.booklet-info-list ul li:nth-child(5):before {
    border-color: #85f5f9
}

.booklet-info-list ul li:nth-child(6):before {
    border-color: #f4abff
}

.booklet-info-list ul li:nth-child(7):before {
    border-color: #8df7e4
}

.booklet-info-list ul li:nth-child(8):before {
    border-color: #f4abff
}

.bg-book-pattern {
    background: #fff url(book-pattern.ce88e80a67c4c211a090.png) 50%
}

.booklet-header-items-logo {
    position: absolute;
    background: #fff;
    border: 1px solid #f1f1f1;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    top: 15px;
    left: 100px
}

.booklet-header-items-logo img {
    max-width: 75px
}

.overflow-visible {
    overflow: visible
}

.slider-booklet .carousel-control-prev {
    left: -125px
}

.slider-booklet .carousel-control-next {
    right: -125px
}

.slider-booklet .carousel-control-next i,.slider-booklet .carousel-control-prev i {
    background: #000;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    color: #fff;
    line-height: 40px
}

.slider-booklet .carousel-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 1000px
}

.dropdown:hover>.dropdown-menu {
    display: block
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none
}

.leftside-menu .dropdown {
    display: -webkit-box;
    display: flex;
    flex-basis: 135px;
    max-width: 135px
}

.leftside-menu .dropdown-menu a {
    color: #000;
    font-size: 15px;
    font-weight: 600
}

.leftside-menu .dropdown-menu a:active,.leftside-menu .dropdown-menu a:focus {
    background: #fff
}

.leftside-menu .dropdown-menu {
    background: #fff;
    border-radius: 15px!important;
    max-height: 265px;
    overflow: auto
}

.leftside-menu .dropdown-menu:before {
    background: #fff;
    position: absolute;
    content: "";
    top: -2px;
    left: 40px;
    height: 15px;
    width: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width: 767px) {
    .page-sitemap-list li {
        -webkit-box-flex:0;
        flex: 0 0 100%;
        margin-bottom: 8px
    }

    ul.budget-page-list {
        -webkit-columns: 1;
        -moz-columns: 1;
        column-count: 1
    }
}

.home-scheme-with-latest-updates {
    display: -webkit-box;
    display: flex
}

.home-scheme-with-latest-updates-items {
    -webkit-box-flex: 1;
    flex: 1
}

.home-laetst-updates {
    -webkit-box-flex: 0;
    flex: 0 0 340px;
    margin-left: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 #e0e0e0;
    overflow: hidden;
    margin-right: 10px
}

.home-laetst-updates-title {
    background: #404040;
    text-align: center;
    padding: 5px 0 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    color: #fff
}

.home-laetst-updates-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.home-laetst-updates-list ul a {
    -webkit-box-pack: justify;
    justify-content: space-between
}

.home-laetst-updates-list-page,.home-laetst-updates-list ul a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.home-laetst-updates-list-page {
    -webkit-box-flex: 1;
    flex: 1
}

.home-laetst-updates-list-icon {
    width: 30px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    flex: 0 0 30px
}

.home-laetst-updates-list-title {
    font-size: 15px;
    color: #274171;
    font-weight: 600
}

.home-latest-updates-list-count {
    background: #425262;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 9999;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.home-latest-updates-list-count:before {
    border: 1px solid #f5f5f5;
    position: absolute;
    width: 40px;
    content: "";
    right: 0;
    left: -40px;
    top: 50%;
    z-index: 9
}

.home-laetst-updates-list ul li {
    padding: 7px 10px;
    background: #fff
}

.home-laetst-updates-list ul li:nth-child(2n) {
    background: #eee
}

.home-laetst-updates-list ul li:nth-child(2n) .home-latest-updates-list-count {
    background: #607d8b
}

.home-laetst-updates-list ul li:nth-child(2n) .home-laetst-updates-list-title {
    color: #000
}

.home-laetst-updates-list {
    max-height: 396px;
    overflow: auto
}

.home-laetst-updates-list ul li:hover {
    opacity: .9
}

@media screen and (max-width: 1500px) {
    section.schemes.home-page-scheme .scheme_bx {
        width:30%
    }

    .home-laetst-updates {
        -webkit-box-flex: 0;
        flex: 0 0 320px
    }
}

@media screen and (max-width: 1100px) {
    section.schemes.home-page-scheme .scheme_bx {
        width:46%
    }

    .home-laetst-updates-list {
        max-height: 703px
    }
}

@media screen and (max-width: 600px) {
    section.schemes.home-page-scheme .scheme_bx {
        width:100%
    }
}

@media screen and (max-width: 1000px) {
    .home-scheme-with-latest-updates {
        display:block
    }

    .home-laetst-updates {
        margin: 20px 10px 0
    }
}

@media (max-width: 992px) {
    .carousel-control-next i,.carousel-control-prev i {
        font-size:15px;
        height: 30px;
        width: 30px
    }

    section.menu_bg [class*=col-] {
        border: none!important
    }

    h1.title.text-center.mb-0.ml-auto.mr-auto {
        margin-left: 0!important
    }

    .home-service_box-new .home-service_box_icon {
        height: 40px;
        width: 40px;
        font-size: 20px;
        top: 0;
        right: 0
    }

    section.document .doc-detail-bx .d-flex.align-items-center.mb-4.justify-content-between h1.title.text-center.mb-0.ml-auto.mr-auto {
        margin-bottom: 15px!important
    }

    section.document .doc-detail-bx .d-flex.align-items-center.mb-4.justify-content-between {
        display: block!important;
        text-align: center
    }

    h1.title.text-center.mb-0.ml-auto.mr-auto {
        margin-left: inherit!important;
        margin-right: auto!important;
        text-align: left!important;
        -webkit-box-flex: 1!important;
        flex: auto!important;
        left: auto;
        position: static
    }

    .d-box-icon {
        width: 50px;
        height: 50px;
        padding: 0;
        -webkit-box-flex: 0;
        flex: 0 0 50px
    }

    h1.title img {
        max-width: 30px;
        position: relative;
        top: 0
    }

    section.home-new-program .home-new-program-bg-white .d-flex.align-items-center.mb-3.justify-content-between,section.home-service .d-flex.align-items-center.mb-4.justify-content-between {
        display: block!important;
        text-align: center
    }

    section.home-new-program .home-new-program-bg-white .d-flex.align-items-center.mb-3.justify-content-between h1.title.mb-0 {
        margin-bottom: 15px!important
    }

    .home-latest-updates-list-count:before {
        display: none
    }

    footer ul.quick-link {
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-columns: 1;
        -moz-columns: 1;
        column-count: 1
    }

    .photo-gallery {
        margin-bottom: 25px
    }

    .home-new-video-bg {
        margin-bottom: 30px
    }

    section.inner-page .container-fluid.p-5 {
        padding: 16px!important
    }

    section.inner-page p {
        text-align: justify
    }
}

.about-page-info p {
    line-height: 24px;
    text-align: justify
}

.about-page-info ul li {
    padding-bottom: 7px;
    font-size: 16px
}

.about-page-info ul {
    margin: 0;
    padding: 0 0 0 25px
}

.about-video {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #e0e0e0
}

.document-new-bx-horizontal {
    background-size: 350px
}

@media screen and (max-width: 1600px) {
    .district-list-items-title {
        font-size:18px
    }

    section.header-logo {
        padding-right: 160px
    }

    .Updation_info {
        left: -300px
    }
}

@media screen and (max-width: 1400px) {
    .side-photo-gallery-img {
        -webkit-box-flex:0;
        flex: 0 0 47%
    }
}

@media screen and (max-width: 1200px) {
    .side-photo-gallery-img {
        -webkit-box-flex:0;
        flex: 0 0 45%
    }
}

@media (min-width: 1350px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1480px
    }

    .header-fix {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
}

@media (max-width: 1350px) {
    section.header-logo {
        padding-right:170px
    }
}

@media screen and (max-width: 1600px) {
    .section-title {
        font-size:250%
    }
}

@media screen and (max-width: 1400px) {
    .navbar li>a {
        padding:10px!important
    }
}

li.li-mobile-menu-close {
    display: none
}

@media screen and (max-width: 1200px) {
    li.li-mobile-menu-close {
        display:block
    }

    .navbar {
        padding: 8px 15px
    }

    .dropdown-menu {
        border-radius: 0!important;
        -webkit-transform: none;
        transform: none
    }

    .mobile-menu-close i {
        font-size: 24px
    }

    li .mobile-menu-close {
        display: block;
        width: 100%;
        text-align: right;
        padding: 0!important
    }

    .navbar-collapse {
        background: #08325e;
        position: fixed;
        top: 0;
        right: 0;
        padding-left: 5px;
        padding-right: 10px;
        padding-bottom: 15px;
        width: 30%;
        min-width: 300px;
        height: 100vh;
        overflow: auto;
        z-index: 99999999999;
        padding: 0!important
    }

    .dropdown-toggle:after {
        position: absolute;
        right: 15px;
        top: 18px
    }

    .navbar-collapse {
        padding: 10px
    }

    .navbar-collapse.collapsing {
        right: -75%;
        -webkit-transition: height 0s ease;
        transition: height 0s ease
    }

    .navbar-collapse.show {
        right: 0;
        -webkit-transition: right .3s ease-in-out;
        transition: right .3s ease-in-out
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        -webkit-transition: right .5s ease-in-out;
        transition: right .5s ease-in-out
    }

    .navbar-toggler {
        padding: 0;
        margin-left: auto
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto
    }

    .navbar-toggler-icon i {
        font-size: 30px;
        color: #fff
    }

    .navbar-toggler {
        margin-left: 0
    }

    .raj-satark {
        max-width: 250px
    }

    .raj-cm {
        max-width: 70px
    }

    .navbar li a {
        padding: 12px 15px!important
    }

    .homepage-slider-caption {
        display: none
    }

    section.header-logo {
        padding-right: 150px
    }

    .home-page-ent-number:before,footer:before {
        border-radius: 0;
        -webkit-transform: none;
        transform: none;
        display: none
    }

    footer {
        background: #151d4c;
        padding: 30px 0
    }

    section.header-logo {
        padding-right: 0
    }

    .tab-design1 li.nav-item a img {
        height: 50px
    }

    .tab-design1 li.nav-item a {
        font-size: 110%
    }

    section.middle-content {
        padding: 10px
    }

    section.home-project [class*=col-],section.middle-content [class*=col-] {
        margin-bottom: 25px
    }

    .home-comunications {
        background: #0f6791;
        padding: 50px 0
    }

    .dropdown-menu {
        border-radius: 15px
    }
}

@media screen and (max-width: 992px) {
    .district-temp-list-d-1 {
        margin-left:0
    }

    .middle-content .custom-card {
        margin-bottom: 25px
    }

    .home-stack-holders {
        padding: 40px 0
    }

    .footer-link a {
        margin-right: 10px
    }

    .navbar-toggler {
        padding: 0;
        font-size: 28px;
        line-height: 1;
        background-color: transparent;
        border: none;
        border-radius: 0;
        color: #fff;
        margin-left: auto
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: auto;
        height: auto;
        vertical-align: middle;
        content: "";
        background: 50%/100% 100% no-repeat
    }

    .navbar {
        padding: 8px 15px
    }

    .mob-nav-btn .btn-theme {
        padding: 1px 15px
    }

    .navbar-collapse {
        padding-top: 12px
    }

    .navbar li a {
        padding: 10px 15px!important
    }
}

@media screen and (max-width: 767px) {
    .tab-design1 li.nav-item a img {
        height:42px
    }

    .container,.container-sm {
        max-width: 100%
    }

    .card-2-design-img {
        height: auto
    }

    .round-circle-design {
        display: block
    }

    .round-circle-items {
        margin-bottom: 12px
    }

    footer h4 {
        margin-bottom: 15px;
        margin-top: 20px
    }

    .nav-tabs li {
        -webkit-box-flex: 100%;
        flex: 100%;
        text-align: center
    }

    footer ul li {
        list-style: none
    }

    .main-logo {
        max-width: 300px;
        margin: 10px auto
    }

    .home-stack-holders {
        padding: 30px 0
    }

    .tab-design1 li.nav-item a {
        font-size: 100%;
        padding: 10px
    }

    footer {
        font-size: 95%;
        padding: 30px 0 20px
    }

    .faq-accordion .card-header {
        padding: 12px
    }

    .faq-accordion .card-header h5 img {
        max-width: 35px;
        -webkit-box-flex: 0;
        flex: 0 0 35px
    }

    .faq-accordion .card-header h5 {
        font-size: 16px;
        line-height: 24px
    }

    .faq-accordion .card-body p {
        font-size: 100%;
        line-height: 24px
    }

    footer {
        text-align: center
    }

    footer .d-flex {
        display: block!important
    }

    .template-university-minister-img-items {
        margin: 5px;
        -webkit-box-flex: 1;
        flex: 1 1 40%
    }

    .uni-temp-logo {
        margin: auto auto 20px
    }
}

@media screen and (max-width: 575px) {
    .section-title {
        font-size:190%
    }

    .home-comunications {
        padding: 30px 0
    }

    .home-how-it-works span {
        display: block;
        margin-top: 15px
    }

    .home-stack-holders-items h3 {
        font-size: 108%
    }

    .home-stack-holders-items h3 img {
        max-width: 25px
    }

    section.header-logo .header-logo-items:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    section.header-logo .justify-content-between {
        -webkit-box-pack: center!important;
        justify-content: center!important
    }

    .raj-cm {
        margin-left: 20px
    }

    .header-logo {
        padding-bottom: 10px
    }

    .lan-change {
        margin: 0 8px
    }

    .social-fix a {
        height: 30px;
        width: 30px
    }

    .social-fix {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        position: static;
        top: auto;
        -webkit-transform: initial;
        transform: none;
        -webkit-box-pack: center;
        justify-content: center;
        border-radius: 0
    }

    .social-fix a {
        margin: 0 5px!important
    }

    .faq-accordion .card-header h5>div {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
}

@media (max-width: 1024px) {
    .container,.container-md,.container-sm {
        max-width:95%!important;
        padding: 0 10px
    }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 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),(print) {
    .animated {
        -webkit-animation: unset!important;
        animation: unset!important;
        -webkit-transition: none!important;
        transition: none!important
    }
}

@font-face {
    font-family: bootstrap-icons;
    src: url(bootstrap-icons.715b7ba5cced4fcee0ee.woff2) format("woff2"),url(bootstrap-icons.a892cbb9df5b3b2af3e4.woff) format("woff")
}

.bi:before,[class*=" bi-"]:before,[class^=bi-]:before {
    display: inline-block;
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bi-123:before {
    content: "\f67f"
}

.bi-alarm-fill:before {
    content: "\f101"
}

.bi-alarm:before {
    content: "\f102"
}

.bi-align-bottom:before {
    content: "\f103"
}

.bi-align-center:before {
    content: "\f104"
}

.bi-align-end:before {
    content: "\f105"
}

.bi-align-middle:before {
    content: "\f106"
}

.bi-align-start:before {
    content: "\f107"
}

.bi-align-top:before {
    content: "\f108"
}

.bi-alt:before {
    content: "\f109"
}

.bi-app-indicator:before {
    content: "\f10a"
}

.bi-app:before {
    content: "\f10b"
}

.bi-archive-fill:before {
    content: "\f10c"
}

.bi-archive:before {
    content: "\f10d"
}

.bi-arrow-90deg-down:before {
    content: "\f10e"
}

.bi-arrow-90deg-left:before {
    content: "\f10f"
}

.bi-arrow-90deg-right:before {
    content: "\f110"
}

.bi-arrow-90deg-up:before {
    content: "\f111"
}

.bi-arrow-bar-down:before {
    content: "\f112"
}

.bi-arrow-bar-left:before {
    content: "\f113"
}

.bi-arrow-bar-right:before {
    content: "\f114"
}

.bi-arrow-bar-up:before {
    content: "\f115"
}

.bi-arrow-clockwise:before {
    content: "\f116"
}

.bi-arrow-counterclockwise:before {
    content: "\f117"
}

.bi-arrow-down-circle-fill:before {
    content: "\f118"
}

.bi-arrow-down-circle:before {
    content: "\f119"
}

.bi-arrow-down-left-circle-fill:before {
    content: "\f11a"
}

.bi-arrow-down-left-circle:before {
    content: "\f11b"
}

.bi-arrow-down-left-square-fill:before {
    content: "\f11c"
}

.bi-arrow-down-left-square:before {
    content: "\f11d"
}

.bi-arrow-down-left:before {
    content: "\f11e"
}

.bi-arrow-down-right-circle-fill:before {
    content: "\f11f"
}

.bi-arrow-down-right-circle:before {
    content: "\f120"
}

.bi-arrow-down-right-square-fill:before {
    content: "\f121"
}

.bi-arrow-down-right-square:before {
    content: "\f122"
}

.bi-arrow-down-right:before {
    content: "\f123"
}

.bi-arrow-down-short:before {
    content: "\f124"
}

.bi-arrow-down-square-fill:before {
    content: "\f125"
}

.bi-arrow-down-square:before {
    content: "\f126"
}

.bi-arrow-down-up:before {
    content: "\f127"
}

.bi-arrow-down:before {
    content: "\f128"
}

.bi-arrow-left-circle-fill:before {
    content: "\f129"
}

.bi-arrow-left-circle:before {
    content: "\f12a"
}

.bi-arrow-left-right:before {
    content: "\f12b"
}

.bi-arrow-left-short:before {
    content: "\f12c"
}

.bi-arrow-left-square-fill:before {
    content: "\f12d"
}

.bi-arrow-left-square:before {
    content: "\f12e"
}

.bi-arrow-left:before {
    content: "\f12f"
}

.bi-arrow-repeat:before {
    content: "\f130"
}

.bi-arrow-return-left:before {
    content: "\f131"
}

.bi-arrow-return-right:before {
    content: "\f132"
}

.bi-arrow-right-circle-fill:before {
    content: "\f133"
}

.bi-arrow-right-circle:before {
    content: "\f134"
}

.bi-arrow-right-short:before {
    content: "\f135"
}

.bi-arrow-right-square-fill:before {
    content: "\f136"
}

.bi-arrow-right-square:before {
    content: "\f137"
}

.bi-arrow-right:before {
    content: "\f138"
}

.bi-arrow-up-circle-fill:before {
    content: "\f139"
}

.bi-arrow-up-circle:before {
    content: "\f13a"
}

.bi-arrow-up-left-circle-fill:before {
    content: "\f13b"
}

.bi-arrow-up-left-circle:before {
    content: "\f13c"
}

.bi-arrow-up-left-square-fill:before {
    content: "\f13d"
}

.bi-arrow-up-left-square:before {
    content: "\f13e"
}

.bi-arrow-up-left:before {
    content: "\f13f"
}

.bi-arrow-up-right-circle-fill:before {
    content: "\f140"
}

.bi-arrow-up-right-circle:before {
    content: "\f141"
}

.bi-arrow-up-right-square-fill:before {
    content: "\f142"
}

.bi-arrow-up-right-square:before {
    content: "\f143"
}

.bi-arrow-up-right:before {
    content: "\f144"
}

.bi-arrow-up-short:before {
    content: "\f145"
}

.bi-arrow-up-square-fill:before {
    content: "\f146"
}

.bi-arrow-up-square:before {
    content: "\f147"
}

.bi-arrow-up:before {
    content: "\f148"
}

.bi-arrows-angle-contract:before {
    content: "\f149"
}

.bi-arrows-angle-expand:before {
    content: "\f14a"
}

.bi-arrows-collapse:before {
    content: "\f14b"
}

.bi-arrows-expand:before {
    content: "\f14c"
}

.bi-arrows-fullscreen:before {
    content: "\f14d"
}

.bi-arrows-move:before {
    content: "\f14e"
}

.bi-aspect-ratio-fill:before {
    content: "\f14f"
}

.bi-aspect-ratio:before {
    content: "\f150"
}

.bi-asterisk:before {
    content: "\f151"
}

.bi-at:before {
    content: "\f152"
}

.bi-award-fill:before {
    content: "\f153"
}

.bi-award:before {
    content: "\f154"
}

.bi-back:before {
    content: "\f155"
}

.bi-backspace-fill:before {
    content: "\f156"
}

.bi-backspace-reverse-fill:before {
    content: "\f157"
}

.bi-backspace-reverse:before {
    content: "\f158"
}

.bi-backspace:before {
    content: "\f159"
}

.bi-badge-3d-fill:before {
    content: "\f15a"
}

.bi-badge-3d:before {
    content: "\f15b"
}

.bi-badge-4k-fill:before {
    content: "\f15c"
}

.bi-badge-4k:before {
    content: "\f15d"
}

.bi-badge-8k-fill:before {
    content: "\f15e"
}

.bi-badge-8k:before {
    content: "\f15f"
}

.bi-badge-ad-fill:before {
    content: "\f160"
}

.bi-badge-ad:before {
    content: "\f161"
}

.bi-badge-ar-fill:before {
    content: "\f162"
}

.bi-badge-ar:before {
    content: "\f163"
}

.bi-badge-cc-fill:before {
    content: "\f164"
}

.bi-badge-cc:before {
    content: "\f165"
}

.bi-badge-hd-fill:before {
    content: "\f166"
}

.bi-badge-hd:before {
    content: "\f167"
}

.bi-badge-tm-fill:before {
    content: "\f168"
}

.bi-badge-tm:before {
    content: "\f169"
}

.bi-badge-vo-fill:before {
    content: "\f16a"
}

.bi-badge-vo:before {
    content: "\f16b"
}

.bi-badge-vr-fill:before {
    content: "\f16c"
}

.bi-badge-vr:before {
    content: "\f16d"
}

.bi-badge-wc-fill:before {
    content: "\f16e"
}

.bi-badge-wc:before {
    content: "\f16f"
}

.bi-bag-check-fill:before {
    content: "\f170"
}

.bi-bag-check:before {
    content: "\f171"
}

.bi-bag-dash-fill:before {
    content: "\f172"
}

.bi-bag-dash:before {
    content: "\f173"
}

.bi-bag-fill:before {
    content: "\f174"
}

.bi-bag-plus-fill:before {
    content: "\f175"
}

.bi-bag-plus:before {
    content: "\f176"
}

.bi-bag-x-fill:before {
    content: "\f177"
}

.bi-bag-x:before {
    content: "\f178"
}

.bi-bag:before {
    content: "\f179"
}

.bi-bar-chart-fill:before {
    content: "\f17a"
}

.bi-bar-chart-line-fill:before {
    content: "\f17b"
}

.bi-bar-chart-line:before {
    content: "\f17c"
}

.bi-bar-chart-steps:before {
    content: "\f17d"
}

.bi-bar-chart:before {
    content: "\f17e"
}

.bi-basket-fill:before {
    content: "\f17f"
}

.bi-basket:before {
    content: "\f180"
}

.bi-basket2-fill:before {
    content: "\f181"
}

.bi-basket2:before {
    content: "\f182"
}

.bi-basket3-fill:before {
    content: "\f183"
}

.bi-basket3:before {
    content: "\f184"
}

.bi-battery-charging:before {
    content: "\f185"
}

.bi-battery-full:before {
    content: "\f186"
}

.bi-battery-half:before {
    content: "\f187"
}

.bi-battery:before {
    content: "\f188"
}

.bi-bell-fill:before {
    content: "\f189"
}

.bi-bell:before {
    content: "\f18a"
}

.bi-bezier:before {
    content: "\f18b"
}

.bi-bezier2:before {
    content: "\f18c"
}

.bi-bicycle:before {
    content: "\f18d"
}

.bi-binoculars-fill:before {
    content: "\f18e"
}

.bi-binoculars:before {
    content: "\f18f"
}

.bi-blockquote-left:before {
    content: "\f190"
}

.bi-blockquote-right:before {
    content: "\f191"
}

.bi-book-fill:before {
    content: "\f192"
}

.bi-book-half:before {
    content: "\f193"
}

.bi-book:before {
    content: "\f194"
}

.bi-bookmark-check-fill:before {
    content: "\f195"
}

.bi-bookmark-check:before {
    content: "\f196"
}

.bi-bookmark-dash-fill:before {
    content: "\f197"
}

.bi-bookmark-dash:before {
    content: "\f198"
}

.bi-bookmark-fill:before {
    content: "\f199"
}

.bi-bookmark-heart-fill:before {
    content: "\f19a"
}

.bi-bookmark-heart:before {
    content: "\f19b"
}

.bi-bookmark-plus-fill:before {
    content: "\f19c"
}

.bi-bookmark-plus:before {
    content: "\f19d"
}

.bi-bookmark-star-fill:before {
    content: "\f19e"
}

.bi-bookmark-star:before {
    content: "\f19f"
}

.bi-bookmark-x-fill:before {
    content: "\f1a0"
}

.bi-bookmark-x:before {
    content: "\f1a1"
}

.bi-bookmark:before {
    content: "\f1a2"
}

.bi-bookmarks-fill:before {
    content: "\f1a3"
}

.bi-bookmarks:before {
    content: "\f1a4"
}

.bi-bookshelf:before {
    content: "\f1a5"
}

.bi-bootstrap-fill:before {
    content: "\f1a6"
}

.bi-bootstrap-reboot:before {
    content: "\f1a7"
}

.bi-bootstrap:before {
    content: "\f1a8"
}

.bi-border-all:before {
    content: "\f1a9"
}

.bi-border-bottom:before {
    content: "\f1aa"
}

.bi-border-center:before {
    content: "\f1ab"
}

.bi-border-inner:before {
    content: "\f1ac"
}

.bi-border-left:before {
    content: "\f1ad"
}

.bi-border-middle:before {
    content: "\f1ae"
}

.bi-border-outer:before {
    content: "\f1af"
}

.bi-border-right:before {
    content: "\f1b0"
}

.bi-border-style:before {
    content: "\f1b1"
}

.bi-border-top:before {
    content: "\f1b2"
}

.bi-border-width:before {
    content: "\f1b3"
}

.bi-border:before {
    content: "\f1b4"
}

.bi-bounding-box-circles:before {
    content: "\f1b5"
}

.bi-bounding-box:before {
    content: "\f1b6"
}

.bi-box-arrow-down-left:before {
    content: "\f1b7"
}

.bi-box-arrow-down-right:before {
    content: "\f1b8"
}

.bi-box-arrow-down:before {
    content: "\f1b9"
}

.bi-box-arrow-in-down-left:before {
    content: "\f1ba"
}

.bi-box-arrow-in-down-right:before {
    content: "\f1bb"
}

.bi-box-arrow-in-down:before {
    content: "\f1bc"
}

.bi-box-arrow-in-left:before {
    content: "\f1bd"
}

.bi-box-arrow-in-right:before {
    content: "\f1be"
}

.bi-box-arrow-in-up-left:before {
    content: "\f1bf"
}

.bi-box-arrow-in-up-right:before {
    content: "\f1c0"
}

.bi-box-arrow-in-up:before {
    content: "\f1c1"
}

.bi-box-arrow-left:before {
    content: "\f1c2"
}

.bi-box-arrow-right:before {
    content: "\f1c3"
}

.bi-box-arrow-up-left:before {
    content: "\f1c4"
}

.bi-box-arrow-up-right:before {
    content: "\f1c5"
}

.bi-box-arrow-up:before {
    content: "\f1c6"
}

.bi-box-seam:before {
    content: "\f1c7"
}

.bi-box:before {
    content: "\f1c8"
}

.bi-braces:before {
    content: "\f1c9"
}

.bi-bricks:before {
    content: "\f1ca"
}

.bi-briefcase-fill:before {
    content: "\f1cb"
}

.bi-briefcase:before {
    content: "\f1cc"
}

.bi-brightness-alt-high-fill:before {
    content: "\f1cd"
}

.bi-brightness-alt-high:before {
    content: "\f1ce"
}

.bi-brightness-alt-low-fill:before {
    content: "\f1cf"
}

.bi-brightness-alt-low:before {
    content: "\f1d0"
}

.bi-brightness-high-fill:before {
    content: "\f1d1"
}

.bi-brightness-high:before {
    content: "\f1d2"
}

.bi-brightness-low-fill:before {
    content: "\f1d3"
}

.bi-brightness-low:before {
    content: "\f1d4"
}

.bi-broadcast-pin:before {
    content: "\f1d5"
}

.bi-broadcast:before {
    content: "\f1d6"
}

.bi-brush-fill:before {
    content: "\f1d7"
}

.bi-brush:before {
    content: "\f1d8"
}

.bi-bucket-fill:before {
    content: "\f1d9"
}

.bi-bucket:before {
    content: "\f1da"
}

.bi-bug-fill:before {
    content: "\f1db"
}

.bi-bug:before {
    content: "\f1dc"
}

.bi-building:before {
    content: "\f1dd"
}

.bi-bullseye:before {
    content: "\f1de"
}

.bi-calculator-fill:before {
    content: "\f1df"
}

.bi-calculator:before {
    content: "\f1e0"
}

.bi-calendar-check-fill:before {
    content: "\f1e1"
}

.bi-calendar-check:before {
    content: "\f1e2"
}

.bi-calendar-date-fill:before {
    content: "\f1e3"
}

.bi-calendar-date:before {
    content: "\f1e4"
}

.bi-calendar-day-fill:before {
    content: "\f1e5"
}

.bi-calendar-day:before {
    content: "\f1e6"
}

.bi-calendar-event-fill:before {
    content: "\f1e7"
}

.bi-calendar-event:before {
    content: "\f1e8"
}

.bi-calendar-fill:before {
    content: "\f1e9"
}

.bi-calendar-minus-fill:before {
    content: "\f1ea"
}

.bi-calendar-minus:before {
    content: "\f1eb"
}

.bi-calendar-month-fill:before {
    content: "\f1ec"
}

.bi-calendar-month:before {
    content: "\f1ed"
}

.bi-calendar-plus-fill:before {
    content: "\f1ee"
}

.bi-calendar-plus:before {
    content: "\f1ef"
}

.bi-calendar-range-fill:before {
    content: "\f1f0"
}

.bi-calendar-range:before {
    content: "\f1f1"
}

.bi-calendar-week-fill:before {
    content: "\f1f2"
}

.bi-calendar-week:before {
    content: "\f1f3"
}

.bi-calendar-x-fill:before {
    content: "\f1f4"
}

.bi-calendar-x:before {
    content: "\f1f5"
}

.bi-calendar:before {
    content: "\f1f6"
}

.bi-calendar2-check-fill:before {
    content: "\f1f7"
}

.bi-calendar2-check:before {
    content: "\f1f8"
}

.bi-calendar2-date-fill:before {
    content: "\f1f9"
}

.bi-calendar2-date:before {
    content: "\f1fa"
}

.bi-calendar2-day-fill:before {
    content: "\f1fb"
}

.bi-calendar2-day:before {
    content: "\f1fc"
}

.bi-calendar2-event-fill:before {
    content: "\f1fd"
}

.bi-calendar2-event:before {
    content: "\f1fe"
}

.bi-calendar2-fill:before {
    content: "\f1ff"
}

.bi-calendar2-minus-fill:before {
    content: "\f200"
}

.bi-calendar2-minus:before {
    content: "\f201"
}

.bi-calendar2-month-fill:before {
    content: "\f202"
}

.bi-calendar2-month:before {
    content: "\f203"
}

.bi-calendar2-plus-fill:before {
    content: "\f204"
}

.bi-calendar2-plus:before {
    content: "\f205"
}

.bi-calendar2-range-fill:before {
    content: "\f206"
}

.bi-calendar2-range:before {
    content: "\f207"
}

.bi-calendar2-week-fill:before {
    content: "\f208"
}

.bi-calendar2-week:before {
    content: "\f209"
}

.bi-calendar2-x-fill:before {
    content: "\f20a"
}

.bi-calendar2-x:before {
    content: "\f20b"
}

.bi-calendar2:before {
    content: "\f20c"
}

.bi-calendar3-event-fill:before {
    content: "\f20d"
}

.bi-calendar3-event:before {
    content: "\f20e"
}

.bi-calendar3-fill:before {
    content: "\f20f"
}

.bi-calendar3-range-fill:before {
    content: "\f210"
}

.bi-calendar3-range:before {
    content: "\f211"
}

.bi-calendar3-week-fill:before {
    content: "\f212"
}

.bi-calendar3-week:before {
    content: "\f213"
}

.bi-calendar3:before {
    content: "\f214"
}

.bi-calendar4-event:before {
    content: "\f215"
}

.bi-calendar4-range:before {
    content: "\f216"
}

.bi-calendar4-week:before {
    content: "\f217"
}

.bi-calendar4:before {
    content: "\f218"
}

.bi-camera-fill:before {
    content: "\f219"
}

.bi-camera-reels-fill:before {
    content: "\f21a"
}

.bi-camera-reels:before {
    content: "\f21b"
}

.bi-camera-video-fill:before {
    content: "\f21c"
}

.bi-camera-video-off-fill:before {
    content: "\f21d"
}

.bi-camera-video-off:before {
    content: "\f21e"
}

.bi-camera-video:before {
    content: "\f21f"
}

.bi-camera:before {
    content: "\f220"
}

.bi-camera2:before {
    content: "\f221"
}

.bi-capslock-fill:before {
    content: "\f222"
}

.bi-capslock:before {
    content: "\f223"
}

.bi-card-checklist:before {
    content: "\f224"
}

.bi-card-heading:before {
    content: "\f225"
}

.bi-card-image:before {
    content: "\f226"
}

.bi-card-list:before {
    content: "\f227"
}

.bi-card-text:before {
    content: "\f228"
}

.bi-caret-down-fill:before {
    content: "\f229"
}

.bi-caret-down-square-fill:before {
    content: "\f22a"
}

.bi-caret-down-square:before {
    content: "\f22b"
}

.bi-caret-down:before {
    content: "\f22c"
}

.bi-caret-left-fill:before {
    content: "\f22d"
}

.bi-caret-left-square-fill:before {
    content: "\f22e"
}

.bi-caret-left-square:before {
    content: "\f22f"
}

.bi-caret-left:before {
    content: "\f230"
}

.bi-caret-right-fill:before {
    content: "\f231"
}

.bi-caret-right-square-fill:before {
    content: "\f232"
}

.bi-caret-right-square:before {
    content: "\f233"
}

.bi-caret-right:before {
    content: "\f234"
}

.bi-caret-up-fill:before {
    content: "\f235"
}

.bi-caret-up-square-fill:before {
    content: "\f236"
}

.bi-caret-up-square:before {
    content: "\f237"
}

.bi-caret-up:before {
    content: "\f238"
}

.bi-cart-check-fill:before {
    content: "\f239"
}

.bi-cart-check:before {
    content: "\f23a"
}

.bi-cart-dash-fill:before {
    content: "\f23b"
}

.bi-cart-dash:before {
    content: "\f23c"
}

.bi-cart-fill:before {
    content: "\f23d"
}

.bi-cart-plus-fill:before {
    content: "\f23e"
}

.bi-cart-plus:before {
    content: "\f23f"
}

.bi-cart-x-fill:before {
    content: "\f240"
}

.bi-cart-x:before {
    content: "\f241"
}

.bi-cart:before {
    content: "\f242"
}

.bi-cart2:before {
    content: "\f243"
}

.bi-cart3:before {
    content: "\f244"
}

.bi-cart4:before {
    content: "\f245"
}

.bi-cash-stack:before {
    content: "\f246"
}

.bi-cash:before {
    content: "\f247"
}

.bi-cast:before {
    content: "\f248"
}

.bi-chat-dots-fill:before {
    content: "\f249"
}

.bi-chat-dots:before {
    content: "\f24a"
}

.bi-chat-fill:before {
    content: "\f24b"
}

.bi-chat-left-dots-fill:before {
    content: "\f24c"
}

.bi-chat-left-dots:before {
    content: "\f24d"
}

.bi-chat-left-fill:before {
    content: "\f24e"
}

.bi-chat-left-quote-fill:before {
    content: "\f24f"
}

.bi-chat-left-quote:before {
    content: "\f250"
}

.bi-chat-left-text-fill:before {
    content: "\f251"
}

.bi-chat-left-text:before {
    content: "\f252"
}

.bi-chat-left:before {
    content: "\f253"
}

.bi-chat-quote-fill:before {
    content: "\f254"
}

.bi-chat-quote:before {
    content: "\f255"
}

.bi-chat-right-dots-fill:before {
    content: "\f256"
}

.bi-chat-right-dots:before {
    content: "\f257"
}

.bi-chat-right-fill:before {
    content: "\f258"
}

.bi-chat-right-quote-fill:before {
    content: "\f259"
}

.bi-chat-right-quote:before {
    content: "\f25a"
}

.bi-chat-right-text-fill:before {
    content: "\f25b"
}

.bi-chat-right-text:before {
    content: "\f25c"
}

.bi-chat-right:before {
    content: "\f25d"
}

.bi-chat-square-dots-fill:before {
    content: "\f25e"
}

.bi-chat-square-dots:before {
    content: "\f25f"
}

.bi-chat-square-fill:before {
    content: "\f260"
}

.bi-chat-square-quote-fill:before {
    content: "\f261"
}

.bi-chat-square-quote:before {
    content: "\f262"
}

.bi-chat-square-text-fill:before {
    content: "\f263"
}

.bi-chat-square-text:before {
    content: "\f264"
}

.bi-chat-square:before {
    content: "\f265"
}

.bi-chat-text-fill:before {
    content: "\f266"
}

.bi-chat-text:before {
    content: "\f267"
}

.bi-chat:before {
    content: "\f268"
}

.bi-check-all:before {
    content: "\f269"
}

.bi-check-circle-fill:before {
    content: "\f26a"
}

.bi-check-circle:before {
    content: "\f26b"
}

.bi-check-square-fill:before {
    content: "\f26c"
}

.bi-check-square:before {
    content: "\f26d"
}

.bi-check:before {
    content: "\f26e"
}

.bi-check2-all:before {
    content: "\f26f"
}

.bi-check2-circle:before {
    content: "\f270"
}

.bi-check2-square:before {
    content: "\f271"
}

.bi-check2:before {
    content: "\f272"
}

.bi-chevron-bar-contract:before {
    content: "\f273"
}

.bi-chevron-bar-down:before {
    content: "\f274"
}

.bi-chevron-bar-expand:before {
    content: "\f275"
}

.bi-chevron-bar-left:before {
    content: "\f276"
}

.bi-chevron-bar-right:before {
    content: "\f277"
}

.bi-chevron-bar-up:before {
    content: "\f278"
}

.bi-chevron-compact-down:before {
    content: "\f279"
}

.bi-chevron-compact-left:before {
    content: "\f27a"
}

.bi-chevron-compact-right:before {
    content: "\f27b"
}

.bi-chevron-compact-up:before {
    content: "\f27c"
}

.bi-chevron-contract:before {
    content: "\f27d"
}

.bi-chevron-double-down:before {
    content: "\f27e"
}

.bi-chevron-double-left:before {
    content: "\f27f"
}

.bi-chevron-double-right:before {
    content: "\f280"
}

.bi-chevron-double-up:before {
    content: "\f281"
}

.bi-chevron-down:before {
    content: "\f282"
}

.bi-chevron-expand:before {
    content: "\f283"
}

.bi-chevron-left:before {
    content: "\f284"
}

.bi-chevron-right:before {
    content: "\f285"
}

.bi-chevron-up:before {
    content: "\f286"
}

.bi-circle-fill:before {
    content: "\f287"
}

.bi-circle-half:before {
    content: "\f288"
}

.bi-circle-square:before {
    content: "\f289"
}

.bi-circle:before {
    content: "\f28a"
}

.bi-clipboard-check:before {
    content: "\f28b"
}

.bi-clipboard-data:before {
    content: "\f28c"
}

.bi-clipboard-minus:before {
    content: "\f28d"
}

.bi-clipboard-plus:before {
    content: "\f28e"
}

.bi-clipboard-x:before {
    content: "\f28f"
}

.bi-clipboard:before {
    content: "\f290"
}

.bi-clock-fill:before {
    content: "\f291"
}

.bi-clock-history:before {
    content: "\f292"
}

.bi-clock:before {
    content: "\f293"
}

.bi-cloud-arrow-down-fill:before {
    content: "\f294"
}

.bi-cloud-arrow-down:before {
    content: "\f295"
}

.bi-cloud-arrow-up-fill:before {
    content: "\f296"
}

.bi-cloud-arrow-up:before {
    content: "\f297"
}

.bi-cloud-check-fill:before {
    content: "\f298"
}

.bi-cloud-check:before {
    content: "\f299"
}

.bi-cloud-download-fill:before {
    content: "\f29a"
}

.bi-cloud-download:before {
    content: "\f29b"
}

.bi-cloud-drizzle-fill:before {
    content: "\f29c"
}

.bi-cloud-drizzle:before {
    content: "\f29d"
}

.bi-cloud-fill:before {
    content: "\f29e"
}

.bi-cloud-fog-fill:before {
    content: "\f29f"
}

.bi-cloud-fog:before {
    content: "\f2a0"
}

.bi-cloud-fog2-fill:before {
    content: "\f2a1"
}

.bi-cloud-fog2:before {
    content: "\f2a2"
}

.bi-cloud-hail-fill:before {
    content: "\f2a3"
}

.bi-cloud-hail:before {
    content: "\f2a4"
}

.bi-cloud-haze-1:before {
    content: "\f2a5"
}

.bi-cloud-haze-fill:before {
    content: "\f2a6"
}

.bi-cloud-haze:before {
    content: "\f2a7"
}

.bi-cloud-haze2-fill:before {
    content: "\f2a8"
}

.bi-cloud-lightning-fill:before {
    content: "\f2a9"
}

.bi-cloud-lightning-rain-fill:before {
    content: "\f2aa"
}

.bi-cloud-lightning-rain:before {
    content: "\f2ab"
}

.bi-cloud-lightning:before {
    content: "\f2ac"
}

.bi-cloud-minus-fill:before {
    content: "\f2ad"
}

.bi-cloud-minus:before {
    content: "\f2ae"
}

.bi-cloud-moon-fill:before {
    content: "\f2af"
}

.bi-cloud-moon:before {
    content: "\f2b0"
}

.bi-cloud-plus-fill:before {
    content: "\f2b1"
}

.bi-cloud-plus:before {
    content: "\f2b2"
}

.bi-cloud-rain-fill:before {
    content: "\f2b3"
}

.bi-cloud-rain-heavy-fill:before {
    content: "\f2b4"
}

.bi-cloud-rain-heavy:before {
    content: "\f2b5"
}

.bi-cloud-rain:before {
    content: "\f2b6"
}

.bi-cloud-slash-fill:before {
    content: "\f2b7"
}

.bi-cloud-slash:before {
    content: "\f2b8"
}

.bi-cloud-sleet-fill:before {
    content: "\f2b9"
}

.bi-cloud-sleet:before {
    content: "\f2ba"
}

.bi-cloud-snow-fill:before {
    content: "\f2bb"
}

.bi-cloud-snow:before {
    content: "\f2bc"
}

.bi-cloud-sun-fill:before {
    content: "\f2bd"
}

.bi-cloud-sun:before {
    content: "\f2be"
}

.bi-cloud-upload-fill:before {
    content: "\f2bf"
}

.bi-cloud-upload:before {
    content: "\f2c0"
}

.bi-cloud:before {
    content: "\f2c1"
}

.bi-clouds-fill:before {
    content: "\f2c2"
}

.bi-clouds:before {
    content: "\f2c3"
}

.bi-cloudy-fill:before {
    content: "\f2c4"
}

.bi-cloudy:before {
    content: "\f2c5"
}

.bi-code-slash:before {
    content: "\f2c6"
}

.bi-code-square:before {
    content: "\f2c7"
}

.bi-code:before {
    content: "\f2c8"
}

.bi-collection-fill:before {
    content: "\f2c9"
}

.bi-collection-play-fill:before {
    content: "\f2ca"
}

.bi-collection-play:before {
    content: "\f2cb"
}

.bi-collection:before {
    content: "\f2cc"
}

.bi-columns-gap:before {
    content: "\f2cd"
}

.bi-columns:before {
    content: "\f2ce"
}

.bi-command:before {
    content: "\f2cf"
}

.bi-compass-fill:before {
    content: "\f2d0"
}

.bi-compass:before {
    content: "\f2d1"
}

.bi-cone-striped:before {
    content: "\f2d2"
}

.bi-cone:before {
    content: "\f2d3"
}

.bi-controller:before {
    content: "\f2d4"
}

.bi-cpu-fill:before {
    content: "\f2d5"
}

.bi-cpu:before {
    content: "\f2d6"
}

.bi-credit-card-2-back-fill:before {
    content: "\f2d7"
}

.bi-credit-card-2-back:before {
    content: "\f2d8"
}

.bi-credit-card-2-front-fill:before {
    content: "\f2d9"
}

.bi-credit-card-2-front:before {
    content: "\f2da"
}

.bi-credit-card-fill:before {
    content: "\f2db"
}

.bi-credit-card:before {
    content: "\f2dc"
}

.bi-crop:before {
    content: "\f2dd"
}

.bi-cup-fill:before {
    content: "\f2de"
}

.bi-cup-straw:before {
    content: "\f2df"
}

.bi-cup:before {
    content: "\f2e0"
}

.bi-cursor-fill:before {
    content: "\f2e1"
}

.bi-cursor-text:before {
    content: "\f2e2"
}

.bi-cursor:before {
    content: "\f2e3"
}

.bi-dash-circle-dotted:before {
    content: "\f2e4"
}

.bi-dash-circle-fill:before {
    content: "\f2e5"
}

.bi-dash-circle:before {
    content: "\f2e6"
}

.bi-dash-square-dotted:before {
    content: "\f2e7"
}

.bi-dash-square-fill:before {
    content: "\f2e8"
}

.bi-dash-square:before {
    content: "\f2e9"
}

.bi-dash:before {
    content: "\f2ea"
}

.bi-diagram-2-fill:before {
    content: "\f2eb"
}

.bi-diagram-2:before {
    content: "\f2ec"
}

.bi-diagram-3-fill:before {
    content: "\f2ed"
}

.bi-diagram-3:before {
    content: "\f2ee"
}

.bi-diamond-fill:before {
    content: "\f2ef"
}

.bi-diamond-half:before {
    content: "\f2f0"
}

.bi-diamond:before {
    content: "\f2f1"
}

.bi-dice-1-fill:before {
    content: "\f2f2"
}

.bi-dice-1:before {
    content: "\f2f3"
}

.bi-dice-2-fill:before {
    content: "\f2f4"
}

.bi-dice-2:before {
    content: "\f2f5"
}

.bi-dice-3-fill:before {
    content: "\f2f6"
}

.bi-dice-3:before {
    content: "\f2f7"
}

.bi-dice-4-fill:before {
    content: "\f2f8"
}

.bi-dice-4:before {
    content: "\f2f9"
}

.bi-dice-5-fill:before {
    content: "\f2fa"
}

.bi-dice-5:before {
    content: "\f2fb"
}

.bi-dice-6-fill:before {
    content: "\f2fc"
}

.bi-dice-6:before {
    content: "\f2fd"
}

.bi-disc-fill:before {
    content: "\f2fe"
}

.bi-disc:before {
    content: "\f2ff"
}

.bi-discord:before {
    content: "\f300"
}

.bi-display-fill:before {
    content: "\f301"
}

.bi-display:before {
    content: "\f302"
}

.bi-distribute-horizontal:before {
    content: "\f303"
}

.bi-distribute-vertical:before {
    content: "\f304"
}

.bi-door-closed-fill:before {
    content: "\f305"
}

.bi-door-closed:before {
    content: "\f306"
}

.bi-door-open-fill:before {
    content: "\f307"
}

.bi-door-open:before {
    content: "\f308"
}

.bi-dot:before {
    content: "\f309"
}

.bi-download:before {
    content: "\f30a"
}

.bi-droplet-fill:before {
    content: "\f30b"
}

.bi-droplet-half:before {
    content: "\f30c"
}

.bi-droplet:before {
    content: "\f30d"
}

.bi-earbuds:before {
    content: "\f30e"
}

.bi-easel-fill:before {
    content: "\f30f"
}

.bi-easel:before {
    content: "\f310"
}

.bi-egg-fill:before {
    content: "\f311"
}

.bi-egg-fried:before {
    content: "\f312"
}

.bi-egg:before {
    content: "\f313"
}

.bi-eject-fill:before {
    content: "\f314"
}

.bi-eject:before {
    content: "\f315"
}

.bi-emoji-angry-fill:before {
    content: "\f316"
}

.bi-emoji-angry:before {
    content: "\f317"
}

.bi-emoji-dizzy-fill:before {
    content: "\f318"
}

.bi-emoji-dizzy:before {
    content: "\f319"
}

.bi-emoji-expressionless-fill:before {
    content: "\f31a"
}

.bi-emoji-expressionless:before {
    content: "\f31b"
}

.bi-emoji-frown-fill:before {
    content: "\f31c"
}

.bi-emoji-frown:before {
    content: "\f31d"
}

.bi-emoji-heart-eyes-fill:before {
    content: "\f31e"
}

.bi-emoji-heart-eyes:before {
    content: "\f31f"
}

.bi-emoji-laughing-fill:before {
    content: "\f320"
}

.bi-emoji-laughing:before {
    content: "\f321"
}

.bi-emoji-neutral-fill:before {
    content: "\f322"
}

.bi-emoji-neutral:before {
    content: "\f323"
}

.bi-emoji-smile-fill:before {
    content: "\f324"
}

.bi-emoji-smile-upside-down-fill:before {
    content: "\f325"
}

.bi-emoji-smile-upside-down:before {
    content: "\f326"
}

.bi-emoji-smile:before {
    content: "\f327"
}

.bi-emoji-sunglasses-fill:before {
    content: "\f328"
}

.bi-emoji-sunglasses:before {
    content: "\f329"
}

.bi-emoji-wink-fill:before {
    content: "\f32a"
}

.bi-emoji-wink:before {
    content: "\f32b"
}

.bi-envelope-fill:before {
    content: "\f32c"
}

.bi-envelope-open-fill:before {
    content: "\f32d"
}

.bi-envelope-open:before {
    content: "\f32e"
}

.bi-envelope:before {
    content: "\f32f"
}

.bi-eraser-fill:before {
    content: "\f330"
}

.bi-eraser:before {
    content: "\f331"
}

.bi-exclamation-circle-fill:before {
    content: "\f332"
}

.bi-exclamation-circle:before {
    content: "\f333"
}

.bi-exclamation-diamond-fill:before {
    content: "\f334"
}

.bi-exclamation-diamond:before {
    content: "\f335"
}

.bi-exclamation-octagon-fill:before {
    content: "\f336"
}

.bi-exclamation-octagon:before {
    content: "\f337"
}

.bi-exclamation-square-fill:before {
    content: "\f338"
}

.bi-exclamation-square:before {
    content: "\f339"
}

.bi-exclamation-triangle-fill:before {
    content: "\f33a"
}

.bi-exclamation-triangle:before {
    content: "\f33b"
}

.bi-exclamation:before {
    content: "\f33c"
}

.bi-exclude:before {
    content: "\f33d"
}

.bi-eye-fill:before {
    content: "\f33e"
}

.bi-eye-slash-fill:before {
    content: "\f33f"
}

.bi-eye-slash:before {
    content: "\f340"
}

.bi-eye:before {
    content: "\f341"
}

.bi-eyedropper:before {
    content: "\f342"
}

.bi-eyeglasses:before {
    content: "\f343"
}

.bi-facebook:before {
    content: "\f344"
}

.bi-file-arrow-down-fill:before {
    content: "\f345"
}

.bi-file-arrow-down:before {
    content: "\f346"
}

.bi-file-arrow-up-fill:before {
    content: "\f347"
}

.bi-file-arrow-up:before {
    content: "\f348"
}

.bi-file-bar-graph-fill:before {
    content: "\f349"
}

.bi-file-bar-graph:before {
    content: "\f34a"
}

.bi-file-binary-fill:before {
    content: "\f34b"
}

.bi-file-binary:before {
    content: "\f34c"
}

.bi-file-break-fill:before {
    content: "\f34d"
}

.bi-file-break:before {
    content: "\f34e"
}

.bi-file-check-fill:before {
    content: "\f34f"
}

.bi-file-check:before {
    content: "\f350"
}

.bi-file-code-fill:before {
    content: "\f351"
}

.bi-file-code:before {
    content: "\f352"
}

.bi-file-diff-fill:before {
    content: "\f353"
}

.bi-file-diff:before {
    content: "\f354"
}

.bi-file-earmark-arrow-down-fill:before {
    content: "\f355"
}

.bi-file-earmark-arrow-down:before {
    content: "\f356"
}

.bi-file-earmark-arrow-up-fill:before {
    content: "\f357"
}

.bi-file-earmark-arrow-up:before {
    content: "\f358"
}

.bi-file-earmark-bar-graph-fill:before {
    content: "\f359"
}

.bi-file-earmark-bar-graph:before {
    content: "\f35a"
}

.bi-file-earmark-binary-fill:before {
    content: "\f35b"
}

.bi-file-earmark-binary:before {
    content: "\f35c"
}

.bi-file-earmark-break-fill:before {
    content: "\f35d"
}

.bi-file-earmark-break:before {
    content: "\f35e"
}

.bi-file-earmark-check-fill:before {
    content: "\f35f"
}

.bi-file-earmark-check:before {
    content: "\f360"
}

.bi-file-earmark-code-fill:before {
    content: "\f361"
}

.bi-file-earmark-code:before {
    content: "\f362"
}

.bi-file-earmark-diff-fill:before {
    content: "\f363"
}

.bi-file-earmark-diff:before {
    content: "\f364"
}

.bi-file-earmark-easel-fill:before {
    content: "\f365"
}

.bi-file-earmark-easel:before {
    content: "\f366"
}

.bi-file-earmark-excel-fill:before {
    content: "\f367"
}

.bi-file-earmark-excel:before {
    content: "\f368"
}

.bi-file-earmark-fill:before {
    content: "\f369"
}

.bi-file-earmark-font-fill:before {
    content: "\f36a"
}

.bi-file-earmark-font:before {
    content: "\f36b"
}

.bi-file-earmark-image-fill:before {
    content: "\f36c"
}

.bi-file-earmark-image:before {
    content: "\f36d"
}

.bi-file-earmark-lock-fill:before {
    content: "\f36e"
}

.bi-file-earmark-lock:before {
    content: "\f36f"
}

.bi-file-earmark-lock2-fill:before {
    content: "\f370"
}

.bi-file-earmark-lock2:before {
    content: "\f371"
}

.bi-file-earmark-medical-fill:before {
    content: "\f372"
}

.bi-file-earmark-medical:before {
    content: "\f373"
}

.bi-file-earmark-minus-fill:before {
    content: "\f374"
}

.bi-file-earmark-minus:before {
    content: "\f375"
}

.bi-file-earmark-music-fill:before {
    content: "\f376"
}

.bi-file-earmark-music:before {
    content: "\f377"
}

.bi-file-earmark-person-fill:before {
    content: "\f378"
}

.bi-file-earmark-person:before {
    content: "\f379"
}

.bi-file-earmark-play-fill:before {
    content: "\f37a"
}

.bi-file-earmark-play:before {
    content: "\f37b"
}

.bi-file-earmark-plus-fill:before {
    content: "\f37c"
}

.bi-file-earmark-plus:before {
    content: "\f37d"
}

.bi-file-earmark-post-fill:before {
    content: "\f37e"
}

.bi-file-earmark-post:before {
    content: "\f37f"
}

.bi-file-earmark-ppt-fill:before {
    content: "\f380"
}

.bi-file-earmark-ppt:before {
    content: "\f381"
}

.bi-file-earmark-richtext-fill:before {
    content: "\f382"
}

.bi-file-earmark-richtext:before {
    content: "\f383"
}

.bi-file-earmark-ruled-fill:before {
    content: "\f384"
}

.bi-file-earmark-ruled:before {
    content: "\f385"
}

.bi-file-earmark-slides-fill:before {
    content: "\f386"
}

.bi-file-earmark-slides:before {
    content: "\f387"
}

.bi-file-earmark-spreadsheet-fill:before {
    content: "\f388"
}

.bi-file-earmark-spreadsheet:before {
    content: "\f389"
}

.bi-file-earmark-text-fill:before {
    content: "\f38a"
}

.bi-file-earmark-text:before {
    content: "\f38b"
}

.bi-file-earmark-word-fill:before {
    content: "\f38c"
}

.bi-file-earmark-word:before {
    content: "\f38d"
}

.bi-file-earmark-x-fill:before {
    content: "\f38e"
}

.bi-file-earmark-x:before {
    content: "\f38f"
}

.bi-file-earmark-zip-fill:before {
    content: "\f390"
}

.bi-file-earmark-zip:before {
    content: "\f391"
}

.bi-file-earmark:before {
    content: "\f392"
}

.bi-file-easel-fill:before {
    content: "\f393"
}

.bi-file-easel:before {
    content: "\f394"
}

.bi-file-excel-fill:before {
    content: "\f395"
}

.bi-file-excel:before {
    content: "\f396"
}

.bi-file-fill:before {
    content: "\f397"
}

.bi-file-font-fill:before {
    content: "\f398"
}

.bi-file-font:before {
    content: "\f399"
}

.bi-file-image-fill:before {
    content: "\f39a"
}

.bi-file-image:before {
    content: "\f39b"
}

.bi-file-lock-fill:before {
    content: "\f39c"
}

.bi-file-lock:before {
    content: "\f39d"
}

.bi-file-lock2-fill:before {
    content: "\f39e"
}

.bi-file-lock2:before {
    content: "\f39f"
}

.bi-file-medical-fill:before {
    content: "\f3a0"
}

.bi-file-medical:before {
    content: "\f3a1"
}

.bi-file-minus-fill:before {
    content: "\f3a2"
}

.bi-file-minus:before {
    content: "\f3a3"
}

.bi-file-music-fill:before {
    content: "\f3a4"
}

.bi-file-music:before {
    content: "\f3a5"
}

.bi-file-person-fill:before {
    content: "\f3a6"
}

.bi-file-person:before {
    content: "\f3a7"
}

.bi-file-play-fill:before {
    content: "\f3a8"
}

.bi-file-play:before {
    content: "\f3a9"
}

.bi-file-plus-fill:before {
    content: "\f3aa"
}

.bi-file-plus:before {
    content: "\f3ab"
}

.bi-file-post-fill:before {
    content: "\f3ac"
}

.bi-file-post:before {
    content: "\f3ad"
}

.bi-file-ppt-fill:before {
    content: "\f3ae"
}

.bi-file-ppt:before {
    content: "\f3af"
}

.bi-file-richtext-fill:before {
    content: "\f3b0"
}

.bi-file-richtext:before {
    content: "\f3b1"
}

.bi-file-ruled-fill:before {
    content: "\f3b2"
}

.bi-file-ruled:before {
    content: "\f3b3"
}

.bi-file-slides-fill:before {
    content: "\f3b4"
}

.bi-file-slides:before {
    content: "\f3b5"
}

.bi-file-spreadsheet-fill:before {
    content: "\f3b6"
}

.bi-file-spreadsheet:before {
    content: "\f3b7"
}

.bi-file-text-fill:before {
    content: "\f3b8"
}

.bi-file-text:before {
    content: "\f3b9"
}

.bi-file-word-fill:before {
    content: "\f3ba"
}

.bi-file-word:before {
    content: "\f3bb"
}

.bi-file-x-fill:before {
    content: "\f3bc"
}

.bi-file-x:before {
    content: "\f3bd"
}

.bi-file-zip-fill:before {
    content: "\f3be"
}

.bi-file-zip:before {
    content: "\f3bf"
}

.bi-file:before {
    content: "\f3c0"
}

.bi-files-alt:before {
    content: "\f3c1"
}

.bi-files:before {
    content: "\f3c2"
}

.bi-film:before {
    content: "\f3c3"
}

.bi-filter-circle-fill:before {
    content: "\f3c4"
}

.bi-filter-circle:before {
    content: "\f3c5"
}

.bi-filter-left:before {
    content: "\f3c6"
}

.bi-filter-right:before {
    content: "\f3c7"
}

.bi-filter-square-fill:before {
    content: "\f3c8"
}

.bi-filter-square:before {
    content: "\f3c9"
}

.bi-filter:before {
    content: "\f3ca"
}

.bi-flag-fill:before {
    content: "\f3cb"
}

.bi-flag:before {
    content: "\f3cc"
}

.bi-flower1:before {
    content: "\f3cd"
}

.bi-flower2:before {
    content: "\f3ce"
}

.bi-flower3:before {
    content: "\f3cf"
}

.bi-folder-check:before {
    content: "\f3d0"
}

.bi-folder-fill:before {
    content: "\f3d1"
}

.bi-folder-minus:before {
    content: "\f3d2"
}

.bi-folder-plus:before {
    content: "\f3d3"
}

.bi-folder-symlink-fill:before {
    content: "\f3d4"
}

.bi-folder-symlink:before {
    content: "\f3d5"
}

.bi-folder-x:before {
    content: "\f3d6"
}

.bi-folder:before {
    content: "\f3d7"
}

.bi-folder2-open:before {
    content: "\f3d8"
}

.bi-folder2:before {
    content: "\f3d9"
}

.bi-fonts:before {
    content: "\f3da"
}

.bi-forward-fill:before {
    content: "\f3db"
}

.bi-forward:before {
    content: "\f3dc"
}

.bi-front:before {
    content: "\f3dd"
}

.bi-fullscreen-exit:before {
    content: "\f3de"
}

.bi-fullscreen:before {
    content: "\f3df"
}

.bi-funnel-fill:before {
    content: "\f3e0"
}

.bi-funnel:before {
    content: "\f3e1"
}

.bi-gear-fill:before {
    content: "\f3e2"
}

.bi-gear-wide-connected:before {
    content: "\f3e3"
}

.bi-gear-wide:before {
    content: "\f3e4"
}

.bi-gear:before {
    content: "\f3e5"
}

.bi-gem:before {
    content: "\f3e6"
}

.bi-geo-alt-fill:before {
    content: "\f3e7"
}

.bi-geo-alt:before {
    content: "\f3e8"
}

.bi-geo-fill:before {
    content: "\f3e9"
}

.bi-geo:before {
    content: "\f3ea"
}

.bi-gift-fill:before {
    content: "\f3eb"
}

.bi-gift:before {
    content: "\f3ec"
}

.bi-github:before {
    content: "\f3ed"
}

.bi-globe:before {
    content: "\f3ee"
}

.bi-globe2:before {
    content: "\f3ef"
}

.bi-google:before {
    content: "\f3f0"
}

.bi-graph-down:before {
    content: "\f3f1"
}

.bi-graph-up:before {
    content: "\f3f2"
}

.bi-grid-1x2-fill:before {
    content: "\f3f3"
}

.bi-grid-1x2:before {
    content: "\f3f4"
}

.bi-grid-3x2-gap-fill:before {
    content: "\f3f5"
}

.bi-grid-3x2-gap:before {
    content: "\f3f6"
}

.bi-grid-3x2:before {
    content: "\f3f7"
}

.bi-grid-3x3-gap-fill:before {
    content: "\f3f8"
}

.bi-grid-3x3-gap:before {
    content: "\f3f9"
}

.bi-grid-3x3:before {
    content: "\f3fa"
}

.bi-grid-fill:before {
    content: "\f3fb"
}

.bi-grid:before {
    content: "\f3fc"
}

.bi-grip-horizontal:before {
    content: "\f3fd"
}

.bi-grip-vertical:before {
    content: "\f3fe"
}

.bi-hammer:before {
    content: "\f3ff"
}

.bi-hand-index-fill:before {
    content: "\f400"
}

.bi-hand-index-thumb-fill:before {
    content: "\f401"
}

.bi-hand-index-thumb:before {
    content: "\f402"
}

.bi-hand-index:before {
    content: "\f403"
}

.bi-hand-thumbs-down-fill:before {
    content: "\f404"
}

.bi-hand-thumbs-down:before {
    content: "\f405"
}

.bi-hand-thumbs-up-fill:before {
    content: "\f406"
}

.bi-hand-thumbs-up:before {
    content: "\f407"
}

.bi-handbag-fill:before {
    content: "\f408"
}

.bi-handbag:before {
    content: "\f409"
}

.bi-hash:before {
    content: "\f40a"
}

.bi-hdd-fill:before {
    content: "\f40b"
}

.bi-hdd-network-fill:before {
    content: "\f40c"
}

.bi-hdd-network:before {
    content: "\f40d"
}

.bi-hdd-rack-fill:before {
    content: "\f40e"
}

.bi-hdd-rack:before {
    content: "\f40f"
}

.bi-hdd-stack-fill:before {
    content: "\f410"
}

.bi-hdd-stack:before {
    content: "\f411"
}

.bi-hdd:before {
    content: "\f412"
}

.bi-headphones:before {
    content: "\f413"
}

.bi-headset:before {
    content: "\f414"
}

.bi-heart-fill:before {
    content: "\f415"
}

.bi-heart-half:before {
    content: "\f416"
}

.bi-heart:before {
    content: "\f417"
}

.bi-heptagon-fill:before {
    content: "\f418"
}

.bi-heptagon-half:before {
    content: "\f419"
}

.bi-heptagon:before {
    content: "\f41a"
}

.bi-hexagon-fill:before {
    content: "\f41b"
}

.bi-hexagon-half:before {
    content: "\f41c"
}

.bi-hexagon:before {
    content: "\f41d"
}

.bi-hourglass-bottom:before {
    content: "\f41e"
}

.bi-hourglass-split:before {
    content: "\f41f"
}

.bi-hourglass-top:before {
    content: "\f420"
}

.bi-hourglass:before {
    content: "\f421"
}

.bi-house-door-fill:before {
    content: "\f422"
}

.bi-house-door:before {
    content: "\f423"
}

.bi-house-fill:before {
    content: "\f424"
}

.bi-house:before {
    content: "\f425"
}

.bi-hr:before {
    content: "\f426"
}

.bi-hurricane:before {
    content: "\f427"
}

.bi-image-alt:before {
    content: "\f428"
}

.bi-image-fill:before {
    content: "\f429"
}

.bi-image:before {
    content: "\f42a"
}

.bi-images:before {
    content: "\f42b"
}

.bi-inbox-fill:before {
    content: "\f42c"
}

.bi-inbox:before {
    content: "\f42d"
}

.bi-inboxes-fill:before {
    content: "\f42e"
}

.bi-inboxes:before {
    content: "\f42f"
}

.bi-info-circle-fill:before {
    content: "\f430"
}

.bi-info-circle:before {
    content: "\f431"
}

.bi-info-square-fill:before {
    content: "\f432"
}

.bi-info-square:before {
    content: "\f433"
}

.bi-info:before {
    content: "\f434"
}

.bi-input-cursor-text:before {
    content: "\f435"
}

.bi-input-cursor:before {
    content: "\f436"
}

.bi-instagram:before {
    content: "\f437"
}

.bi-intersect:before {
    content: "\f438"
}

.bi-journal-album:before {
    content: "\f439"
}

.bi-journal-arrow-down:before {
    content: "\f43a"
}

.bi-journal-arrow-up:before {
    content: "\f43b"
}

.bi-journal-bookmark-fill:before {
    content: "\f43c"
}

.bi-journal-bookmark:before {
    content: "\f43d"
}

.bi-journal-check:before {
    content: "\f43e"
}

.bi-journal-code:before {
    content: "\f43f"
}

.bi-journal-medical:before {
    content: "\f440"
}

.bi-journal-minus:before {
    content: "\f441"
}

.bi-journal-plus:before {
    content: "\f442"
}

.bi-journal-richtext:before {
    content: "\f443"
}

.bi-journal-text:before {
    content: "\f444"
}

.bi-journal-x:before {
    content: "\f445"
}

.bi-journal:before {
    content: "\f446"
}

.bi-journals:before {
    content: "\f447"
}

.bi-joystick:before {
    content: "\f448"
}

.bi-justify-left:before {
    content: "\f449"
}

.bi-justify-right:before {
    content: "\f44a"
}

.bi-justify:before {
    content: "\f44b"
}

.bi-kanban-fill:before {
    content: "\f44c"
}

.bi-kanban:before {
    content: "\f44d"
}

.bi-key-fill:before {
    content: "\f44e"
}

.bi-key:before {
    content: "\f44f"
}

.bi-keyboard-fill:before {
    content: "\f450"
}

.bi-keyboard:before {
    content: "\f451"
}

.bi-ladder:before {
    content: "\f452"
}

.bi-lamp-fill:before {
    content: "\f453"
}

.bi-lamp:before {
    content: "\f454"
}

.bi-laptop-fill:before {
    content: "\f455"
}

.bi-laptop:before {
    content: "\f456"
}

.bi-layer-backward:before {
    content: "\f457"
}

.bi-layer-forward:before {
    content: "\f458"
}

.bi-layers-fill:before {
    content: "\f459"
}

.bi-layers-half:before {
    content: "\f45a"
}

.bi-layers:before {
    content: "\f45b"
}

.bi-layout-sidebar-inset-reverse:before {
    content: "\f45c"
}

.bi-layout-sidebar-inset:before {
    content: "\f45d"
}

.bi-layout-sidebar-reverse:before {
    content: "\f45e"
}

.bi-layout-sidebar:before {
    content: "\f45f"
}

.bi-layout-split:before {
    content: "\f460"
}

.bi-layout-text-sidebar-reverse:before {
    content: "\f461"
}

.bi-layout-text-sidebar:before {
    content: "\f462"
}

.bi-layout-text-window-reverse:before {
    content: "\f463"
}

.bi-layout-text-window:before {
    content: "\f464"
}

.bi-layout-three-columns:before {
    content: "\f465"
}

.bi-layout-wtf:before {
    content: "\f466"
}

.bi-life-preserver:before {
    content: "\f467"
}

.bi-lightbulb-fill:before {
    content: "\f468"
}

.bi-lightbulb-off-fill:before {
    content: "\f469"
}

.bi-lightbulb-off:before {
    content: "\f46a"
}

.bi-lightbulb:before {
    content: "\f46b"
}

.bi-lightning-charge-fill:before {
    content: "\f46c"
}

.bi-lightning-charge:before {
    content: "\f46d"
}

.bi-lightning-fill:before {
    content: "\f46e"
}

.bi-lightning:before {
    content: "\f46f"
}

.bi-link-45deg:before {
    content: "\f470"
}

.bi-link:before {
    content: "\f471"
}

.bi-linkedin:before {
    content: "\f472"
}

.bi-list-check:before {
    content: "\f473"
}

.bi-list-nested:before {
    content: "\f474"
}

.bi-list-ol:before {
    content: "\f475"
}

.bi-list-stars:before {
    content: "\f476"
}

.bi-list-task:before {
    content: "\f477"
}

.bi-list-ul:before {
    content: "\f478"
}

.bi-list:before {
    content: "\f479"
}

.bi-lock-fill:before {
    content: "\f47a"
}

.bi-lock:before {
    content: "\f47b"
}

.bi-mailbox:before {
    content: "\f47c"
}

.bi-mailbox2:before {
    content: "\f47d"
}

.bi-map-fill:before {
    content: "\f47e"
}

.bi-map:before {
    content: "\f47f"
}

.bi-markdown-fill:before {
    content: "\f480"
}

.bi-markdown:before {
    content: "\f481"
}

.bi-mask:before {
    content: "\f482"
}

.bi-megaphone-fill:before {
    content: "\f483"
}

.bi-megaphone:before {
    content: "\f484"
}

.bi-menu-app-fill:before {
    content: "\f485"
}

.bi-menu-app:before {
    content: "\f486"
}

.bi-menu-button-fill:before {
    content: "\f487"
}

.bi-menu-button-wide-fill:before {
    content: "\f488"
}

.bi-menu-button-wide:before {
    content: "\f489"
}

.bi-menu-button:before {
    content: "\f48a"
}

.bi-menu-down:before {
    content: "\f48b"
}

.bi-menu-up:before {
    content: "\f48c"
}

.bi-mic-fill:before {
    content: "\f48d"
}

.bi-mic-mute-fill:before {
    content: "\f48e"
}

.bi-mic-mute:before {
    content: "\f48f"
}

.bi-mic:before {
    content: "\f490"
}

.bi-minecart-loaded:before {
    content: "\f491"
}

.bi-minecart:before {
    content: "\f492"
}

.bi-moisture:before {
    content: "\f493"
}

.bi-moon-fill:before {
    content: "\f494"
}

.bi-moon-stars-fill:before {
    content: "\f495"
}

.bi-moon-stars:before {
    content: "\f496"
}

.bi-moon:before {
    content: "\f497"
}

.bi-mouse-fill:before {
    content: "\f498"
}

.bi-mouse:before {
    content: "\f499"
}

.bi-mouse2-fill:before {
    content: "\f49a"
}

.bi-mouse2:before {
    content: "\f49b"
}

.bi-mouse3-fill:before {
    content: "\f49c"
}

.bi-mouse3:before {
    content: "\f49d"
}

.bi-music-note-beamed:before {
    content: "\f49e"
}

.bi-music-note-list:before {
    content: "\f49f"
}

.bi-music-note:before {
    content: "\f4a0"
}

.bi-music-player-fill:before {
    content: "\f4a1"
}

.bi-music-player:before {
    content: "\f4a2"
}

.bi-newspaper:before {
    content: "\f4a3"
}

.bi-node-minus-fill:before {
    content: "\f4a4"
}

.bi-node-minus:before {
    content: "\f4a5"
}

.bi-node-plus-fill:before {
    content: "\f4a6"
}

.bi-node-plus:before {
    content: "\f4a7"
}

.bi-nut-fill:before {
    content: "\f4a8"
}

.bi-nut:before {
    content: "\f4a9"
}

.bi-octagon-fill:before {
    content: "\f4aa"
}

.bi-octagon-half:before {
    content: "\f4ab"
}

.bi-octagon:before {
    content: "\f4ac"
}

.bi-option:before {
    content: "\f4ad"
}

.bi-outlet:before {
    content: "\f4ae"
}

.bi-paint-bucket:before {
    content: "\f4af"
}

.bi-palette-fill:before {
    content: "\f4b0"
}

.bi-palette:before {
    content: "\f4b1"
}

.bi-palette2:before {
    content: "\f4b2"
}

.bi-paperclip:before {
    content: "\f4b3"
}

.bi-paragraph:before {
    content: "\f4b4"
}

.bi-patch-check-fill:before {
    content: "\f4b5"
}

.bi-patch-check:before {
    content: "\f4b6"
}

.bi-patch-exclamation-fill:before {
    content: "\f4b7"
}

.bi-patch-exclamation:before {
    content: "\f4b8"
}

.bi-patch-minus-fill:before {
    content: "\f4b9"
}

.bi-patch-minus:before {
    content: "\f4ba"
}

.bi-patch-plus-fill:before {
    content: "\f4bb"
}

.bi-patch-plus:before {
    content: "\f4bc"
}

.bi-patch-question-fill:before {
    content: "\f4bd"
}

.bi-patch-question:before {
    content: "\f4be"
}

.bi-pause-btn-fill:before {
    content: "\f4bf"
}

.bi-pause-btn:before {
    content: "\f4c0"
}

.bi-pause-circle-fill:before {
    content: "\f4c1"
}

.bi-pause-circle:before {
    content: "\f4c2"
}

.bi-pause-fill:before {
    content: "\f4c3"
}

.bi-pause:before {
    content: "\f4c4"
}

.bi-peace-fill:before {
    content: "\f4c5"
}

.bi-peace:before {
    content: "\f4c6"
}

.bi-pen-fill:before {
    content: "\f4c7"
}

.bi-pen:before {
    content: "\f4c8"
}

.bi-pencil-fill:before {
    content: "\f4c9"
}

.bi-pencil-square:before {
    content: "\f4ca"
}

.bi-pencil:before {
    content: "\f4cb"
}

.bi-pentagon-fill:before {
    content: "\f4cc"
}

.bi-pentagon-half:before {
    content: "\f4cd"
}

.bi-pentagon:before {
    content: "\f4ce"
}

.bi-people-fill:before {
    content: "\f4cf"
}

.bi-people:before {
    content: "\f4d0"
}

.bi-percent:before {
    content: "\f4d1"
}

.bi-person-badge-fill:before {
    content: "\f4d2"
}

.bi-person-badge:before {
    content: "\f4d3"
}

.bi-person-bounding-box:before {
    content: "\f4d4"
}

.bi-person-check-fill:before {
    content: "\f4d5"
}

.bi-person-check:before {
    content: "\f4d6"
}

.bi-person-circle:before {
    content: "\f4d7"
}

.bi-person-dash-fill:before {
    content: "\f4d8"
}

.bi-person-dash:before {
    content: "\f4d9"
}

.bi-person-fill:before {
    content: "\f4da"
}

.bi-person-lines-fill:before {
    content: "\f4db"
}

.bi-person-plus-fill:before {
    content: "\f4dc"
}

.bi-person-plus:before {
    content: "\f4dd"
}

.bi-person-square:before {
    content: "\f4de"
}

.bi-person-x-fill:before {
    content: "\f4df"
}

.bi-person-x:before {
    content: "\f4e0"
}

.bi-person:before {
    content: "\f4e1"
}

.bi-phone-fill:before {
    content: "\f4e2"
}

.bi-phone-landscape-fill:before {
    content: "\f4e3"
}

.bi-phone-landscape:before {
    content: "\f4e4"
}

.bi-phone-vibrate-fill:before {
    content: "\f4e5"
}

.bi-phone-vibrate:before {
    content: "\f4e6"
}

.bi-phone:before {
    content: "\f4e7"
}

.bi-pie-chart-fill:before {
    content: "\f4e8"
}

.bi-pie-chart:before {
    content: "\f4e9"
}

.bi-pin-angle-fill:before {
    content: "\f4ea"
}

.bi-pin-angle:before {
    content: "\f4eb"
}

.bi-pin-fill:before {
    content: "\f4ec"
}

.bi-pin:before {
    content: "\f4ed"
}

.bi-pip-fill:before {
    content: "\f4ee"
}

.bi-pip:before {
    content: "\f4ef"
}

.bi-play-btn-fill:before {
    content: "\f4f0"
}

.bi-play-btn:before {
    content: "\f4f1"
}

.bi-play-circle-fill:before {
    content: "\f4f2"
}

.bi-play-circle:before {
    content: "\f4f3"
}

.bi-play-fill:before {
    content: "\f4f4"
}

.bi-play:before {
    content: "\f4f5"
}

.bi-plug-fill:before {
    content: "\f4f6"
}

.bi-plug:before {
    content: "\f4f7"
}

.bi-plus-circle-dotted:before {
    content: "\f4f8"
}

.bi-plus-circle-fill:before {
    content: "\f4f9"
}

.bi-plus-circle:before {
    content: "\f4fa"
}

.bi-plus-square-dotted:before {
    content: "\f4fb"
}

.bi-plus-square-fill:before {
    content: "\f4fc"
}

.bi-plus-square:before {
    content: "\f4fd"
}

.bi-plus:before {
    content: "\f4fe"
}

.bi-power:before {
    content: "\f4ff"
}

.bi-printer-fill:before {
    content: "\f500"
}

.bi-printer:before {
    content: "\f501"
}

.bi-puzzle-fill:before {
    content: "\f502"
}

.bi-puzzle:before {
    content: "\f503"
}

.bi-question-circle-fill:before {
    content: "\f504"
}

.bi-question-circle:before {
    content: "\f505"
}

.bi-question-diamond-fill:before {
    content: "\f506"
}

.bi-question-diamond:before {
    content: "\f507"
}

.bi-question-octagon-fill:before {
    content: "\f508"
}

.bi-question-octagon:before {
    content: "\f509"
}

.bi-question-square-fill:before {
    content: "\f50a"
}

.bi-question-square:before {
    content: "\f50b"
}

.bi-question:before {
    content: "\f50c"
}

.bi-rainbow:before {
    content: "\f50d"
}

.bi-receipt-cutoff:before {
    content: "\f50e"
}

.bi-receipt:before {
    content: "\f50f"
}

.bi-reception-0:before {
    content: "\f510"
}

.bi-reception-1:before {
    content: "\f511"
}

.bi-reception-2:before {
    content: "\f512"
}

.bi-reception-3:before {
    content: "\f513"
}

.bi-reception-4:before {
    content: "\f514"
}

.bi-record-btn-fill:before {
    content: "\f515"
}

.bi-record-btn:before {
    content: "\f516"
}

.bi-record-circle-fill:before {
    content: "\f517"
}

.bi-record-circle:before {
    content: "\f518"
}

.bi-record-fill:before {
    content: "\f519"
}

.bi-record:before {
    content: "\f51a"
}

.bi-record2-fill:before {
    content: "\f51b"
}

.bi-record2:before {
    content: "\f51c"
}

.bi-reply-all-fill:before {
    content: "\f51d"
}

.bi-reply-all:before {
    content: "\f51e"
}

.bi-reply-fill:before {
    content: "\f51f"
}

.bi-reply:before {
    content: "\f520"
}

.bi-rss-fill:before {
    content: "\f521"
}

.bi-rss:before {
    content: "\f522"
}

.bi-rulers:before {
    content: "\f523"
}

.bi-save-fill:before {
    content: "\f524"
}

.bi-save:before {
    content: "\f525"
}

.bi-save2-fill:before {
    content: "\f526"
}

.bi-save2:before {
    content: "\f527"
}

.bi-scissors:before {
    content: "\f528"
}

.bi-screwdriver:before {
    content: "\f529"
}

.bi-search:before {
    content: "\f52a"
}

.bi-segmented-nav:before {
    content: "\f52b"
}

.bi-server:before {
    content: "\f52c"
}

.bi-share-fill:before {
    content: "\f52d"
}

.bi-share:before {
    content: "\f52e"
}

.bi-shield-check:before {
    content: "\f52f"
}

.bi-shield-exclamation:before {
    content: "\f530"
}

.bi-shield-fill-check:before {
    content: "\f531"
}

.bi-shield-fill-exclamation:before {
    content: "\f532"
}

.bi-shield-fill-minus:before {
    content: "\f533"
}

.bi-shield-fill-plus:before {
    content: "\f534"
}

.bi-shield-fill-x:before {
    content: "\f535"
}

.bi-shield-fill:before {
    content: "\f536"
}

.bi-shield-lock-fill:before {
    content: "\f537"
}

.bi-shield-lock:before {
    content: "\f538"
}

.bi-shield-minus:before {
    content: "\f539"
}

.bi-shield-plus:before {
    content: "\f53a"
}

.bi-shield-shaded:before {
    content: "\f53b"
}

.bi-shield-slash-fill:before {
    content: "\f53c"
}

.bi-shield-slash:before {
    content: "\f53d"
}

.bi-shield-x:before {
    content: "\f53e"
}

.bi-shield:before {
    content: "\f53f"
}

.bi-shift-fill:before {
    content: "\f540"
}

.bi-shift:before {
    content: "\f541"
}

.bi-shop-window:before {
    content: "\f542"
}

.bi-shop:before {
    content: "\f543"
}

.bi-shuffle:before {
    content: "\f544"
}

.bi-signpost-2-fill:before {
    content: "\f545"
}

.bi-signpost-2:before {
    content: "\f546"
}

.bi-signpost-fill:before {
    content: "\f547"
}

.bi-signpost-split-fill:before {
    content: "\f548"
}

.bi-signpost-split:before {
    content: "\f549"
}

.bi-signpost:before {
    content: "\f54a"
}

.bi-sim-fill:before {
    content: "\f54b"
}

.bi-sim:before {
    content: "\f54c"
}

.bi-skip-backward-btn-fill:before {
    content: "\f54d"
}

.bi-skip-backward-btn:before {
    content: "\f54e"
}

.bi-skip-backward-circle-fill:before {
    content: "\f54f"
}

.bi-skip-backward-circle:before {
    content: "\f550"
}

.bi-skip-backward-fill:before {
    content: "\f551"
}

.bi-skip-backward:before {
    content: "\f552"
}

.bi-skip-end-btn-fill:before {
    content: "\f553"
}

.bi-skip-end-btn:before {
    content: "\f554"
}

.bi-skip-end-circle-fill:before {
    content: "\f555"
}

.bi-skip-end-circle:before {
    content: "\f556"
}

.bi-skip-end-fill:before {
    content: "\f557"
}

.bi-skip-end:before {
    content: "\f558"
}

.bi-skip-forward-btn-fill:before {
    content: "\f559"
}

.bi-skip-forward-btn:before {
    content: "\f55a"
}

.bi-skip-forward-circle-fill:before {
    content: "\f55b"
}

.bi-skip-forward-circle:before {
    content: "\f55c"
}

.bi-skip-forward-fill:before {
    content: "\f55d"
}

.bi-skip-forward:before {
    content: "\f55e"
}

.bi-skip-start-btn-fill:before {
    content: "\f55f"
}

.bi-skip-start-btn:before {
    content: "\f560"
}

.bi-skip-start-circle-fill:before {
    content: "\f561"
}

.bi-skip-start-circle:before {
    content: "\f562"
}

.bi-skip-start-fill:before {
    content: "\f563"
}

.bi-skip-start:before {
    content: "\f564"
}

.bi-slack:before {
    content: "\f565"
}

.bi-slash-circle-fill:before {
    content: "\f566"
}

.bi-slash-circle:before {
    content: "\f567"
}

.bi-slash-square-fill:before {
    content: "\f568"
}

.bi-slash-square:before {
    content: "\f569"
}

.bi-slash:before {
    content: "\f56a"
}

.bi-sliders:before {
    content: "\f56b"
}

.bi-smartwatch:before {
    content: "\f56c"
}

.bi-snow:before {
    content: "\f56d"
}

.bi-snow2:before {
    content: "\f56e"
}

.bi-snow3:before {
    content: "\f56f"
}

.bi-sort-alpha-down-alt:before {
    content: "\f570"
}

.bi-sort-alpha-down:before {
    content: "\f571"
}

.bi-sort-alpha-up-alt:before {
    content: "\f572"
}

.bi-sort-alpha-up:before {
    content: "\f573"
}

.bi-sort-down-alt:before {
    content: "\f574"
}

.bi-sort-down:before {
    content: "\f575"
}

.bi-sort-numeric-down-alt:before {
    content: "\f576"
}

.bi-sort-numeric-down:before {
    content: "\f577"
}

.bi-sort-numeric-up-alt:before {
    content: "\f578"
}

.bi-sort-numeric-up:before {
    content: "\f579"
}

.bi-sort-up-alt:before {
    content: "\f57a"
}

.bi-sort-up:before {
    content: "\f57b"
}

.bi-soundwave:before {
    content: "\f57c"
}

.bi-speaker-fill:before {
    content: "\f57d"
}

.bi-speaker:before {
    content: "\f57e"
}

.bi-speedometer:before {
    content: "\f57f"
}

.bi-speedometer2:before {
    content: "\f580"
}

.bi-spellcheck:before {
    content: "\f581"
}

.bi-square-fill:before {
    content: "\f582"
}

.bi-square-half:before {
    content: "\f583"
}

.bi-square:before {
    content: "\f584"
}

.bi-stack:before {
    content: "\f585"
}

.bi-star-fill:before {
    content: "\f586"
}

.bi-star-half:before {
    content: "\f587"
}

.bi-star:before {
    content: "\f588"
}

.bi-stars:before {
    content: "\f589"
}

.bi-stickies-fill:before {
    content: "\f58a"
}

.bi-stickies:before {
    content: "\f58b"
}

.bi-sticky-fill:before {
    content: "\f58c"
}

.bi-sticky:before {
    content: "\f58d"
}

.bi-stop-btn-fill:before {
    content: "\f58e"
}

.bi-stop-btn:before {
    content: "\f58f"
}

.bi-stop-circle-fill:before {
    content: "\f590"
}

.bi-stop-circle:before {
    content: "\f591"
}

.bi-stop-fill:before {
    content: "\f592"
}

.bi-stop:before {
    content: "\f593"
}

.bi-stoplights-fill:before {
    content: "\f594"
}

.bi-stoplights:before {
    content: "\f595"
}

.bi-stopwatch-fill:before {
    content: "\f596"
}

.bi-stopwatch:before {
    content: "\f597"
}

.bi-subtract:before {
    content: "\f598"
}

.bi-suit-club-fill:before {
    content: "\f599"
}

.bi-suit-club:before {
    content: "\f59a"
}

.bi-suit-diamond-fill:before {
    content: "\f59b"
}

.bi-suit-diamond:before {
    content: "\f59c"
}

.bi-suit-heart-fill:before {
    content: "\f59d"
}

.bi-suit-heart:before {
    content: "\f59e"
}

.bi-suit-spade-fill:before {
    content: "\f59f"
}

.bi-suit-spade:before {
    content: "\f5a0"
}

.bi-sun-fill:before {
    content: "\f5a1"
}

.bi-sun:before {
    content: "\f5a2"
}

.bi-sunglasses:before {
    content: "\f5a3"
}

.bi-sunrise-fill:before {
    content: "\f5a4"
}

.bi-sunrise:before {
    content: "\f5a5"
}

.bi-sunset-fill:before {
    content: "\f5a6"
}

.bi-sunset:before {
    content: "\f5a7"
}

.bi-symmetry-horizontal:before {
    content: "\f5a8"
}

.bi-symmetry-vertical:before {
    content: "\f5a9"
}

.bi-table:before {
    content: "\f5aa"
}

.bi-tablet-fill:before {
    content: "\f5ab"
}

.bi-tablet-landscape-fill:before {
    content: "\f5ac"
}

.bi-tablet-landscape:before {
    content: "\f5ad"
}

.bi-tablet:before {
    content: "\f5ae"
}

.bi-tag-fill:before {
    content: "\f5af"
}

.bi-tag:before {
    content: "\f5b0"
}

.bi-tags-fill:before {
    content: "\f5b1"
}

.bi-tags:before {
    content: "\f5b2"
}

.bi-telegram:before {
    content: "\f5b3"
}

.bi-telephone-fill:before {
    content: "\f5b4"
}

.bi-telephone-forward-fill:before {
    content: "\f5b5"
}

.bi-telephone-forward:before {
    content: "\f5b6"
}

.bi-telephone-inbound-fill:before {
    content: "\f5b7"
}

.bi-telephone-inbound:before {
    content: "\f5b8"
}

.bi-telephone-minus-fill:before {
    content: "\f5b9"
}

.bi-telephone-minus:before {
    content: "\f5ba"
}

.bi-telephone-outbound-fill:before {
    content: "\f5bb"
}

.bi-telephone-outbound:before {
    content: "\f5bc"
}

.bi-telephone-plus-fill:before {
    content: "\f5bd"
}

.bi-telephone-plus:before {
    content: "\f5be"
}

.bi-telephone-x-fill:before {
    content: "\f5bf"
}

.bi-telephone-x:before {
    content: "\f5c0"
}

.bi-telephone:before {
    content: "\f5c1"
}

.bi-terminal-fill:before {
    content: "\f5c2"
}

.bi-terminal:before {
    content: "\f5c3"
}

.bi-text-center:before {
    content: "\f5c4"
}

.bi-text-indent-left:before {
    content: "\f5c5"
}

.bi-text-indent-right:before {
    content: "\f5c6"
}

.bi-text-left:before {
    content: "\f5c7"
}

.bi-text-paragraph:before {
    content: "\f5c8"
}

.bi-text-right:before {
    content: "\f5c9"
}

.bi-textarea-resize:before {
    content: "\f5ca"
}

.bi-textarea-t:before {
    content: "\f5cb"
}

.bi-textarea:before {
    content: "\f5cc"
}

.bi-thermometer-half:before {
    content: "\f5cd"
}

.bi-thermometer-high:before {
    content: "\f5ce"
}

.bi-thermometer-low:before {
    content: "\f5cf"
}

.bi-thermometer-snow:before {
    content: "\f5d0"
}

.bi-thermometer-sun:before {
    content: "\f5d1"
}

.bi-thermometer:before {
    content: "\f5d2"
}

.bi-three-dots-vertical:before {
    content: "\f5d3"
}

.bi-three-dots:before {
    content: "\f5d4"
}

.bi-toggle-off:before {
    content: "\f5d5"
}

.bi-toggle-on:before {
    content: "\f5d6"
}

.bi-toggle2-off:before {
    content: "\f5d7"
}

.bi-toggle2-on:before {
    content: "\f5d8"
}

.bi-toggles:before {
    content: "\f5d9"
}

.bi-toggles2:before {
    content: "\f5da"
}

.bi-tools:before {
    content: "\f5db"
}

.bi-tornado:before {
    content: "\f5dc"
}

.bi-trash-fill:before {
    content: "\f5dd"
}

.bi-trash:before {
    content: "\f5de"
}

.bi-trash2-fill:before {
    content: "\f5df"
}

.bi-trash2:before {
    content: "\f5e0"
}

.bi-tree-fill:before {
    content: "\f5e1"
}

.bi-tree:before {
    content: "\f5e2"
}

.bi-triangle-fill:before {
    content: "\f5e3"
}

.bi-triangle-half:before {
    content: "\f5e4"
}

.bi-triangle:before {
    content: "\f5e5"
}

.bi-trophy-fill:before {
    content: "\f5e6"
}

.bi-trophy:before {
    content: "\f5e7"
}

.bi-tropical-storm:before {
    content: "\f5e8"
}

.bi-truck-flatbed:before {
    content: "\f5e9"
}

.bi-truck:before {
    content: "\f5ea"
}

.bi-tsunami:before {
    content: "\f5eb"
}

.bi-tv-fill:before {
    content: "\f5ec"
}

.bi-tv:before {
    content: "\f5ed"
}

.bi-twitch:before {
    content: "\f5ee"
}

.bi-twitter:before {
    content: "\f5ef"
}

.bi-type-bold:before {
    content: "\f5f0"
}

.bi-type-h1:before {
    content: "\f5f1"
}

.bi-type-h2:before {
    content: "\f5f2"
}

.bi-type-h3:before {
    content: "\f5f3"
}

.bi-type-italic:before {
    content: "\f5f4"
}

.bi-type-strikethrough:before {
    content: "\f5f5"
}

.bi-type-underline:before {
    content: "\f5f6"
}

.bi-type:before {
    content: "\f5f7"
}

.bi-ui-checks-grid:before {
    content: "\f5f8"
}

.bi-ui-checks:before {
    content: "\f5f9"
}

.bi-ui-radios-grid:before {
    content: "\f5fa"
}

.bi-ui-radios:before {
    content: "\f5fb"
}

.bi-umbrella-fill:before {
    content: "\f5fc"
}

.bi-umbrella:before {
    content: "\f5fd"
}

.bi-union:before {
    content: "\f5fe"
}

.bi-unlock-fill:before {
    content: "\f5ff"
}

.bi-unlock:before {
    content: "\f600"
}

.bi-upc-scan:before {
    content: "\f601"
}

.bi-upc:before {
    content: "\f602"
}

.bi-upload:before {
    content: "\f603"
}

.bi-vector-pen:before {
    content: "\f604"
}

.bi-view-list:before {
    content: "\f605"
}

.bi-view-stacked:before {
    content: "\f606"
}

.bi-vinyl-fill:before {
    content: "\f607"
}

.bi-vinyl:before {
    content: "\f608"
}

.bi-voicemail:before {
    content: "\f609"
}

.bi-volume-down-fill:before {
    content: "\f60a"
}

.bi-volume-down:before {
    content: "\f60b"
}

.bi-volume-mute-fill:before {
    content: "\f60c"
}

.bi-volume-mute:before {
    content: "\f60d"
}

.bi-volume-off-fill:before {
    content: "\f60e"
}

.bi-volume-off:before {
    content: "\f60f"
}

.bi-volume-up-fill:before {
    content: "\f610"
}

.bi-volume-up:before {
    content: "\f611"
}

.bi-vr:before {
    content: "\f612"
}

.bi-wallet-fill:before {
    content: "\f613"
}

.bi-wallet:before {
    content: "\f614"
}

.bi-wallet2:before {
    content: "\f615"
}

.bi-watch:before {
    content: "\f616"
}

.bi-water:before {
    content: "\f617"
}

.bi-whatsapp:before {
    content: "\f618"
}

.bi-wifi-1:before {
    content: "\f619"
}

.bi-wifi-2:before {
    content: "\f61a"
}

.bi-wifi-off:before {
    content: "\f61b"
}

.bi-wifi:before {
    content: "\f61c"
}

.bi-wind:before {
    content: "\f61d"
}

.bi-window-dock:before {
    content: "\f61e"
}

.bi-window-sidebar:before {
    content: "\f61f"
}

.bi-window:before {
    content: "\f620"
}

.bi-wrench:before {
    content: "\f621"
}

.bi-x-circle-fill:before {
    content: "\f622"
}

.bi-x-circle:before {
    content: "\f623"
}

.bi-x-diamond-fill:before {
    content: "\f624"
}

.bi-x-diamond:before {
    content: "\f625"
}

.bi-x-octagon-fill:before {
    content: "\f626"
}

.bi-x-octagon:before {
    content: "\f627"
}

.bi-x-square-fill:before {
    content: "\f628"
}

.bi-x-square:before {
    content: "\f629"
}

.bi-x:before {
    content: "\f62a"
}

.bi-youtube:before {
    content: "\f62b"
}

.bi-zoom-in:before {
    content: "\f62c"
}

.bi-zoom-out:before {
    content: "\f62d"
}

.bi-bank:before {
    content: "\f62e"
}

.bi-bank2:before {
    content: "\f62f"
}

.bi-bell-slash-fill:before {
    content: "\f630"
}

.bi-bell-slash:before {
    content: "\f631"
}

.bi-cash-coin:before {
    content: "\f632"
}

.bi-check-lg:before {
    content: "\f633"
}

.bi-coin:before {
    content: "\f634"
}

.bi-currency-bitcoin:before {
    content: "\f635"
}

.bi-currency-dollar:before {
    content: "\f636"
}

.bi-currency-euro:before {
    content: "\f637"
}

.bi-currency-exchange:before {
    content: "\f638"
}

.bi-currency-pound:before {
    content: "\f639"
}

.bi-currency-yen:before {
    content: "\f63a"
}

.bi-dash-lg:before {
    content: "\f63b"
}

.bi-exclamation-lg:before {
    content: "\f63c"
}

.bi-file-earmark-pdf-fill:before {
    content: "\f63d"
}

.bi-file-earmark-pdf:before {
    content: "\f63e"
}

.bi-file-pdf-fill:before {
    content: "\f63f"
}

.bi-file-pdf:before {
    content: "\f640"
}

.bi-gender-ambiguous:before {
    content: "\f641"
}

.bi-gender-female:before {
    content: "\f642"
}

.bi-gender-male:before {
    content: "\f643"
}

.bi-gender-trans:before {
    content: "\f644"
}

.bi-headset-vr:before {
    content: "\f645"
}

.bi-info-lg:before {
    content: "\f646"
}

.bi-mastodon:before {
    content: "\f647"
}

.bi-messenger:before {
    content: "\f648"
}

.bi-piggy-bank-fill:before {
    content: "\f649"
}

.bi-piggy-bank:before {
    content: "\f64a"
}

.bi-pin-map-fill:before {
    content: "\f64b"
}

.bi-pin-map:before {
    content: "\f64c"
}

.bi-plus-lg:before {
    content: "\f64d"
}

.bi-question-lg:before {
    content: "\f64e"
}

.bi-recycle:before {
    content: "\f64f"
}

.bi-reddit:before {
    content: "\f650"
}

.bi-safe-fill:before {
    content: "\f651"
}

.bi-safe2-fill:before {
    content: "\f652"
}

.bi-safe2:before {
    content: "\f653"
}

.bi-sd-card-fill:before {
    content: "\f654"
}

.bi-sd-card:before {
    content: "\f655"
}

.bi-skype:before {
    content: "\f656"
}

.bi-slash-lg:before {
    content: "\f657"
}

.bi-translate:before {
    content: "\f658"
}

.bi-x-lg:before {
    content: "\f659"
}

.bi-safe:before {
    content: "\f65a"
}

.bi-apple:before {
    content: "\f65b"
}

.bi-microsoft:before {
    content: "\f65d"
}

.bi-windows:before {
    content: "\f65e"
}

.bi-behance:before {
    content: "\f65c"
}

.bi-dribbble:before {
    content: "\f65f"
}

.bi-line:before {
    content: "\f660"
}

.bi-medium:before {
    content: "\f661"
}

.bi-paypal:before {
    content: "\f662"
}

.bi-pinterest:before {
    content: "\f663"
}

.bi-signal:before {
    content: "\f664"
}

.bi-snapchat:before {
    content: "\f665"
}

.bi-spotify:before {
    content: "\f666"
}

.bi-stack-overflow:before {
    content: "\f667"
}

.bi-strava:before {
    content: "\f668"
}

.bi-wordpress:before {
    content: "\f669"
}

.bi-vimeo:before {
    content: "\f66a"
}

.bi-activity:before {
    content: "\f66b"
}

.bi-easel2-fill:before {
    content: "\f66c"
}

.bi-easel2:before {
    content: "\f66d"
}

.bi-easel3-fill:before {
    content: "\f66e"
}

.bi-easel3:before {
    content: "\f66f"
}

.bi-fan:before {
    content: "\f670"
}

.bi-fingerprint:before {
    content: "\f671"
}

.bi-graph-down-arrow:before {
    content: "\f672"
}

.bi-graph-up-arrow:before {
    content: "\f673"
}

.bi-hypnotize:before {
    content: "\f674"
}

.bi-magic:before {
    content: "\f675"
}

.bi-person-rolodex:before {
    content: "\f676"
}

.bi-person-video:before {
    content: "\f677"
}

.bi-person-video2:before {
    content: "\f678"
}

.bi-person-video3:before {
    content: "\f679"
}

.bi-person-workspace:before {
    content: "\f67a"
}

.bi-radioactive:before {
    content: "\f67b"
}

.bi-webcam-fill:before {
    content: "\f67c"
}

.bi-webcam:before {
    content: "\f67d"
}

.bi-yin-yang:before {
    content: "\f67e"
}

.bi-bandaid-fill:before {
    content: "\f680"
}

.bi-bandaid:before {
    content: "\f681"
}

.bi-bluetooth:before {
    content: "\f682"
}

.bi-body-text:before {
    content: "\f683"
}

.bi-boombox:before {
    content: "\f684"
}

.bi-boxes:before {
    content: "\f685"
}

.bi-dpad-fill:before {
    content: "\f686"
}

.bi-dpad:before {
    content: "\f687"
}

.bi-ear-fill:before {
    content: "\f688"
}

.bi-ear:before {
    content: "\f689"
}

.bi-envelope-check-1:before {
    content: "\f68a"
}

.bi-envelope-check-fill:before {
    content: "\f68b"
}

.bi-envelope-check:before {
    content: "\f68c"
}

.bi-envelope-dash-1:before {
    content: "\f68d"
}

.bi-envelope-dash-fill:before {
    content: "\f68e"
}

.bi-envelope-dash:before {
    content: "\f68f"
}

.bi-envelope-exclamation-1:before {
    content: "\f690"
}

.bi-envelope-exclamation-fill:before {
    content: "\f691"
}

.bi-envelope-exclamation:before {
    content: "\f692"
}

.bi-envelope-plus-fill:before {
    content: "\f693"
}

.bi-envelope-plus:before {
    content: "\f694"
}

.bi-envelope-slash-1:before {
    content: "\f695"
}

.bi-envelope-slash-fill:before {
    content: "\f696"
}

.bi-envelope-slash:before {
    content: "\f697"
}

.bi-envelope-x-1:before {
    content: "\f698"
}

.bi-envelope-x-fill:before {
    content: "\f699"
}

.bi-envelope-x:before {
    content: "\f69a"
}

.bi-explicit-fill:before {
    content: "\f69b"
}

.bi-explicit:before {
    content: "\f69c"
}

.bi-git:before {
    content: "\f69d"
}

.bi-infinity:before {
    content: "\f69e"
}

.bi-list-columns-reverse:before {
    content: "\f69f"
}

.bi-list-columns:before {
    content: "\f6a0"
}

.bi-meta:before {
    content: "\f6a1"
}

.bi-mortorboard-fill:before {
    content: "\f6a2"
}

.bi-mortorboard:before {
    content: "\f6a3"
}

.bi-nintendo-switch:before {
    content: "\f6a4"
}

.bi-pc-display-horizontal:before {
    content: "\f6a5"
}

.bi-pc-display:before {
    content: "\f6a6"
}

.bi-pc-horizontal:before {
    content: "\f6a7"
}

.bi-pc:before {
    content: "\f6a8"
}

.bi-playstation:before {
    content: "\f6a9"
}

.bi-plus-slash-minus:before {
    content: "\f6aa"
}

.bi-projector-fill:before {
    content: "\f6ab"
}

.bi-projector:before {
    content: "\f6ac"
}

.bi-qr-code-scan:before {
    content: "\f6ad"
}

.bi-qr-code:before {
    content: "\f6ae"
}

.bi-quora:before {
    content: "\f6af"
}

.bi-quote:before {
    content: "\f6b0"
}

.bi-robot:before {
    content: "\f6b1"
}

.bi-send-check-fill:before {
    content: "\f6b2"
}

.bi-send-check:before {
    content: "\f6b3"
}

.bi-send-dash-fill:before {
    content: "\f6b4"
}

.bi-send-dash:before {
    content: "\f6b5"
}

.bi-send-exclamation-1:before {
    content: "\f6b6"
}

.bi-send-exclamation-fill:before {
    content: "\f6b7"
}

.bi-send-exclamation:before {
    content: "\f6b8"
}

.bi-send-fill:before {
    content: "\f6b9"
}

.bi-send-plus-fill:before {
    content: "\f6ba"
}

.bi-send-plus:before {
    content: "\f6bb"
}

.bi-send-slash-fill:before {
    content: "\f6bc"
}

.bi-send-slash:before {
    content: "\f6bd"
}

.bi-send-x-fill:before {
    content: "\f6be"
}

.bi-send-x:before {
    content: "\f6bf"
}

.bi-send:before {
    content: "\f6c0"
}

.bi-steam:before {
    content: "\f6c1"
}

.bi-terminal-dash-1:before {
    content: "\f6c2"
}

.bi-terminal-dash:before {
    content: "\f6c3"
}

.bi-terminal-plus:before {
    content: "\f6c4"
}

.bi-terminal-split:before {
    content: "\f6c5"
}

.bi-ticket-detailed-fill:before {
    content: "\f6c6"
}

.bi-ticket-detailed:before {
    content: "\f6c7"
}

.bi-ticket-fill:before {
    content: "\f6c8"
}

.bi-ticket-perforated-fill:before {
    content: "\f6c9"
}

.bi-ticket-perforated:before {
    content: "\f6ca"
}

.bi-ticket:before {
    content: "\f6cb"
}

.bi-tiktok:before {
    content: "\f6cc"
}

.bi-window-dash:before {
    content: "\f6cd"
}

.bi-window-desktop:before {
    content: "\f6ce"
}

.bi-window-fullscreen:before {
    content: "\f6cf"
}

.bi-window-plus:before {
    content: "\f6d0"
}

.bi-window-split:before {
    content: "\f6d1"
}

.bi-window-stack:before {
    content: "\f6d2"
}

.bi-window-x:before {
    content: "\f6d3"
}

.bi-xbox:before {
    content: "\f6d4"
}

.bi-ethernet:before {
    content: "\f6d5"
}

.bi-hdmi-fill:before {
    content: "\f6d6"
}

.bi-hdmi:before {
    content: "\f6d7"
}

.bi-usb-c-fill:before {
    content: "\f6d8"
}

.bi-usb-c:before {
    content: "\f6d9"
}

.bi-usb-fill:before {
    content: "\f6da"
}

.bi-usb-plug-fill:before {
    content: "\f6db"
}

.bi-usb-plug:before {
    content: "\f6dc"
}

.bi-usb-symbol:before {
    content: "\f6dd"
}

.bi-usb:before {
    content: "\f6de"
}

.bi-boombox-fill:before {
    content: "\f6df"
}

.bi-displayport-1:before {
    content: "\f6e0"
}

.bi-displayport:before {
    content: "\f6e1"
}

.bi-gpu-card:before {
    content: "\f6e2"
}

.bi-memory:before {
    content: "\f6e3"
}

.bi-modem-fill:before {
    content: "\f6e4"
}

.bi-modem:before {
    content: "\f6e5"
}

.bi-motherboard-fill:before {
    content: "\f6e6"
}

.bi-motherboard:before {
    content: "\f6e7"
}

.bi-optical-audio-fill:before {
    content: "\f6e8"
}

.bi-optical-audio:before {
    content: "\f6e9"
}

.bi-pci-card:before {
    content: "\f6ea"
}

.bi-router-fill:before {
    content: "\f6eb"
}

.bi-router:before {
    content: "\f6ec"
}

.bi-ssd-fill:before {
    content: "\f6ed"
}

.bi-ssd:before {
    content: "\f6ee"
}

.bi-thunderbolt-fill:before {
    content: "\f6ef"
}

.bi-thunderbolt:before {
    content: "\f6f0"
}

.bi-usb-drive-fill:before {
    content: "\f6f1"
}

.bi-usb-drive:before {
    content: "\f6f2"
}

.bi-usb-micro-fill:before {
    content: "\f6f3"
}

.bi-usb-micro:before {
    content: "\f6f4"
}

.bi-usb-mini-fill:before {
    content: "\f6f5"
}

.bi-usb-mini:before {
    content: "\f6f6"
}

.bi-cloud-haze2:before {
    content: "\f6f7"
}

.bi-device-hdd-fill:before {
    content: "\f6f8"
}

.bi-device-hdd:before {
    content: "\f6f9"
}

.bi-device-ssd-fill:before {
    content: "\f6fa"
}

.bi-device-ssd:before {
    content: "\f6fb"
}

.bi-displayport-fill:before {
    content: "\f6fc"
}

.bi-mortarboard-fill:before {
    content: "\f6fd"
}

.bi-mortarboard:before {
    content: "\f6fe"
}

.bi-terminal-x:before {
    content: "\f6ff"
}


.w-80 {
    width: 65%;
}

.column-link {
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    width: 10%;
    height: 150px;
}

.header a {
    float: left;
    color: black;
    text-decoration: none;
    margin: 5px 5px 5px 5px;
    font-size: 40px;
    font-weight: bold;
    font-family: Georgia;
}

.Selfie {border: 2px dashed #ccc;
    border-radius: 9px;
    width: 180px;
    margin-bottom: 14px;}


    /* -----------change--------- */
.modal {
    display: none; 
    position: fixed; 
    z-index: 9999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color:#be0f0f; 
    background-color: rgba(255, 255, 255, 0.4); 
  }
  
  
  .modal-content {
    background-color: rgb(255, 71, 141);
    margin: 15% auto;  
    border: 6px solid #FFEB3B;
  }
  
  
  .Close Button {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: 20;
  }
  
  .close:hover,
  .close:focus {
    color: maroon;
    text-decoration: #4CAF50;
    cursor: pointer;
  }
  
  .btn1  {
    background-color: saddlebrown; 
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  }
  
  .modal-header .btn-close  {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
  }
  
  .btn-close:hover {
    color: #3f2626;
    text-decoration: none;
    opacity: .75;
  }

  /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */  
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
footer:before {border-top:0px solid #f1f1f1 !important}