/*------------- 
[Table of contents]

[ DEFULT INDEX NUMBER ]

1.  GENERAL CSS
2.  NAVBAR
4.  HOME
5.  SERVICE
6.  ABOUT
7.  TESTIMONIAL
8.  FAQ
9.  QUATE
10. SUBSCRIBE
11. PRICING
12. BLOG
13. FOOTER
14. Pagination
15. COPYRIGHT


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Color codes ]
    
    [ Text and Background Color ]
        Main color 1:       #1c93e5     
        Main color 2:       #009688      
        Main color 3:       #9c27b0
        Main color 4:       #ff4081      
        Background 1:       #FFFFFF            
        Background 2:       #F6F6F6           
        Shadow color:       #000000;            

-------------------------------------------------------------------*/
/*------------------------------------------------------------------ 
[Typography]

    [ There are using two different font typography ]
        Typography 1: Roboto font;
        Typography 2: Montserrat font;

    [ Other Typography style are same ]
    Body :
        font-style:     normal;
        font-size:      15px;

    h2:
        font-size: 48px;
        line-height: 55px;

    h3:
        font-size: 30px;
        line-height: 40px;

    h4:
        font-size: 20px;
        font-weight: 600;

    p:  
        font-size: 18px;
        line-height: 30px;*/

: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",'Varela Round',"Helvetica Neue",Arial,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%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",'Varela Round',"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    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-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 2rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "\2014 \00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: 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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .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 .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    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.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.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 {
        background-color: #71dd8a
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    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 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

    .custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
        border-color: inherit
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    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
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.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 {
        background-color: #efa2a9
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    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 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

    .custom-file-input.is-invalid ~ .custom-file-label::after, .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
        border-color: inherit
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    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
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,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(0,123,255,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.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(108,117,125,.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.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(40,167,69,.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.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(23,162,184,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.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(255,193,7,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.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(220,53,69,.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.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(248,249,250,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.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(52,58,64,.5)
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .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;
    background-color: transparent;
    background-image: none;
    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;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .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;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .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;
    background-color: transparent;
    background-image: none;
    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;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .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;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .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;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .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;
    background-color: transparent
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

/*.fade:not(.show) {
    opacity: 0
}*/

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-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;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        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 {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .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 {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.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 {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-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::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .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(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(128,189,255,.5)
    }

        .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 {
        opacity: 0
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    padding-left: 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;
        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 screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .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;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    /*flex-direction: column;*/
padding-left: 0;
margin-bottom: 0;
list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -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:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62
    }

.badge-success {
    color: #fff;
    background-color: #28a745
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5
    }

.badge-dark {
    color: #fff;
    background-color: #343a40
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .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:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            color: #000;
            text-decoration: none;
            opacity: .75
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: ""
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2))
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",'Varela Round',"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",'Varela Round',"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 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-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) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 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-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) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem .5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            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) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease,-webkit-transform .6s ease
    }

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    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)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .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: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255,255,255,.5)
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, 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 {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    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
}

.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-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-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-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-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-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
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}


-------------------------------------------------------------------*/
/**
 * -------------------
 *  Defult CSS 
 * -------------------
 */

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  /*font-family: 'Varela Round', sans-serif;*/
  font-size: 16px;
  font-style: none;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden !important;
  text-align: left;
  position: relative;
  background-color: #fff;
}
.nav li a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  /*font-family: 'Varela Round', sans-serif;*/
  padding: 0px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav li a:hover {
  background-color: transparent;
}
.nav li a:focus {
  background-color: transparent;
  outline: 0 !important;
}
a {
  text-decoration: none !important;
  cursor: pointer;
  /*font-family: 'Varela Round', sans-serif;*/
  padding: 0px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  opacity: 0.9;
}
a:hover {
  background-color: transparent;
}
a:focus {
  background-color: transparent;
  outline: 0 !important;
}
.center {
  float: none;
  margin: 0 auto;
  text-align: center;
}
/**
 * ---------------------
 *  Defult Halping Class
 * ---------------------
 */
.overflow {
  overflow: hidden;
}
.relative {
  position: relative;
}
.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-flex {
  display: flex;
  flex: 1;
}
.vertical-middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
/**
 * --------------------------------------
 *  Video Section Background Defult Style
 * --------------------------------------
 */
.section-video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  z-index: -1;
}
.section-video .bgvid {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.body-video-bg > .section-video {
  position: fixed;
  top: 0;
  left: 0;
}
/**
 * ------------------------------------
 *  Every Section Headline Defult Class
 * ------------------------------------
 */
.section-heading {
  display: block;
  margin: 0;
}
.section-header {
  margin-bottom: 100px;
  text-align: center;
}
.section-header .sub-heading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.section-header.text-left,
.section-header.text-left * {
  text-align: left;
}
.section-header.text-right,
.section-header.text-right * {
  text-align: right;
}
.section-header-separator {
  position: relative;
  width: 145px;
  margin: 5px auto;
  display: inline-block;
}
.section-header-separator .icon {
  font-size: 48px;
  text-align: center !important;
}
.section-header-separator::before,
.section-header-separator::after {
  content: '';
  position: absolute;
  width: 57px;
  height: 2px;
  top: 25px;
}
.section-header-separator::before {
  left: 0;
}
.section-header-separator::after {
  right: 0;
}
.btn-shuttr-hvr {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 50px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-shuttr-hvr:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #21b14d;
  color: #fff;
  border-color: transparent;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 50px;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-shuttr-hvr:hover,
.btn-shuttr-hvr:focus,
.btn-shuttr-hvr:active {
  color: #fff;
  border-color: transparent;
}
.btn-shuttr-hvr:hover:before,
.btn-shuttr-hvr:focus:before,
.btn-shuttr-hvr:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  border-color: transparent;
}
.btn-shuttr-hvr-half {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 50px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-shuttr-hvr-half:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #21b14d;
  color: #fff;
  border-color: transparent;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 0px 30px 30px 0px ;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-shuttr-hvr-half:hover,
.btn-shuttr-hvr-half:focus,
.btn-shuttr-hvr-half:active {
  color: white;
  border-color: transparent;
}
.btn-shuttr-hvr-half:hover:before,
.btn-shuttr-hvr-half:focus:before,
.btn-shuttr-hvr-half:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.v-middle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.mini-separator {
  padding: 20px 0;
}
/**
 * ---------------------
 *   Defult Button Style
 * ---------------------
 */
.btn {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn:last-child {
  margin-right: 0px !important;
}
.btn .icon {
  position: relative;
  top: 2px;
}
.btn .icon img {
  position: relative;
  top: -3px;
  width: 14px;
}
.btn.left-icon .icon {
  margin-right: 15px;
}
.btn.right-icon .icon {
  margin-left: 15px;
}
.btn.btn-fill {
  background-color: #21b14d;
  color: #fff;
  border-color: transparent;
}
.btn.btn-fill:hover {
  background-color: #1d9c44;
  border-color: transparent;
}
.btn.btn-border {
  background-color: transparent;
}
.btn.white-btn-border {
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-round {
  padding: 15px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 24px;
  text-align: center;
}
.btn.btn-round .icon {
  top: 7px;
}
.btn.apple,
.btn.androad {
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
  padding: 9px 28px;
  height: 82px;
}
.btn.apple img,
.btn.androad img {
  width: 35px;
  height: 100%;
  float: left;
}
.btn.apple .icon,
.btn.androad .icon {
  font-size: 60px;
  float: left;
}
.btn.apple span,
.btn.androad span {
  display: block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn.apple .group,
.btn.androad .group {
  float: right;
}
.btn.apple .big,
.btn.androad .big,
.btn.apple .small,
.btn.androad .small {
  text-align: left;
  margin-left: 7px;
  line-height: 30px;
}
.btn.apple .big,
.btn.androad .big {
  font-size: 24px;
  font-weight: 400;
}
.btn.apple .small,
.btn.androad .small {
  font-size: 16px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.btn-text-link {
  padding: 50px 0 0 0;
  text-align: center;
}
.btn-text-link a {
  margin-left: 10px;
}
/** 
 * -----------------
 * Social Icon Style
 * -----------------
 */
.social-icon {
  display: inline-block;
}
.social-icon li {
  list-style: none;
  float: left;
  margin-bottom: 0px;
}
.social-icon li a {
  font-size: 25px;
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50%;
  margin-right: 15px;
}
.social-icon li:last-child a {
  margin-right: 0px;
}
/**
 * -----------------------------------
 * Subscription and contact  "MESSAGE"
 * -----------------------------------
 */
.subscription-success,
.subscription-failed,
.email-success,
.email-failed,
.email-loading {
  font-size: 15px;
  display: none;
  text-align: center !important;
  padding: 10px !important;
}
.email-loading {
  color: #52B8FF;
}
.email-loading img {
  width: 15px;
  position: relative;
  top: -2px;
}
.subscription-failed,
.email-failed {
  color: #FF5252 !important;
}
.subscription-failed .icon,
.email-failed .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.subscription-success,
.email-success {
  color: #56CC35;
}
.subscription-failed .icon,
.email-failed .icon,
.subscription-success .icon,
.email-success .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}
/**
 * ------------------
 * Form Style 
 * ------------------
 */
/**
 * =================
 * CONTAINER HALF CONTENT
 * =================
 */
.content-half {
  position: relative;
}
.container-half {
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  width: 48%;
}
.container-half.pr30 {
  width: calc(50% - 30px);
}
.container-half-left {
  left: 0;
  background-position: center right;
}
.container-half-right {
  right: 0;
  background-position: center left;
}
/**
 * ---------------------------------
 *  Section Background Size Property
 * ---------------------------------
 */
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
}
/**
 * --------------------
 *  Defult Margin Class
 * --------------------
 */
.margin-t-15 {
  margin-top: 15px;
}
.margin-r-15 {
  margin-right: 15px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-l-15 {
  margin-left: 15px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-r-30 {
  margin-right: 30px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-l-30 {
  margin-left: 30px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-r-40 {
  margin-right: 40px;
}
.margin-b-40 {
  margin-bottom: 40px;
}
.margin-l-40 {
  margin-left: 40px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-r-50 {
  margin-right: 50px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.margin-l-50 {
  margin-left: 50px;
}
/**
 * ---------------------
 *  Defult Padding class
 * ---------------------
 */
.padding-t-15 {
  padding-top: 15px;
}
.padding-r-15 {
  padding-right: 15px;
}
.padding-b-15 {
  padding-bottom: 15px;
}
.padding-l-15 {
  padding-left: 15px;
}
.padding-t-20 {
  padding-top: 20px;
}
.padding-r-20 {
  padding-right: 20px;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-t-30 {
  padding-top: 30px;
}
.padding-r-30 {
  padding-right: 30px;
}
.padding-b-30 {
  padding-bottom: 30px;
}
.padding-l-30 {
  padding-left: 30px;
}
.padding-t-40 {
  padding-top: 40px;
}
.padding-r-40 {
  padding-right: 40px;
}
.padding-b-40 {
  padding-bottom: 40px;
}
.padding-l-40 {
  padding-left: 40px;
}
.padding-t-50 {
  padding-top: 50px;
}
.padding-r-50 {
  padding-right: 50px;
}
.padding-b-50 {
  padding-bottom: 50px;
}
.padding-l-50 {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .container-half-left,
  .container-half-right {
    display: none;
  }
}
@media (max-width: 767px) {
  /**
     * ----------------
     *  Defult CSS 
     * ----------------
     */
  html *,
  body,
  p {
    text-align: center;
  }
  h1 {
    font-size: 45px;
    line-height: 65px;
    font-weight: 300;
  }
  h2 {
    font-size: 38px;
    line-height: 55px;
    font-weight: 300;
  }
  /**
     * ------------------------------------
     *  Every Section Headline Defult Class
     * ------------------------------------
     */
  .section-header {
    margin-bottom: 80px;
  }
  .section-header .sub-heading {
    font-size: 24px;
    line-height: 30px;
  }
  /**
     * ---------------------
     *   Defult Button Style
     * ---------------------
     */
  /**
     * -------------------------------
     *  Section Top and Bottom padding  
     * -------------------------------
     */
  .section-separator {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /**
     * -----------------
     * Nav Defult Style
     * -----------------
     */
  ul,
  li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  li {
    display: inline-block;
  }
  /**
     * ----------------
     *   Helping Class
     * ----------------
     */
  .vertical-middle {
    display: block;
  }
  .display-table {
    width: auto;
    height: auto;
  }
}
/*
|===================
| GENERAL CSS
|===================
*/
h1 {
  /*font-family: 'Varela Round', sans-serif;*/
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
}
h2 {
  /*font-family: 'Varela Round', sans-serif;*/
  font-size: 55px;
  line-height: 60px;
}
h3 {
  /*font-family: 'Varela Round', sans-serif;*/
  font-size: 30px;
  line-height: 46px;
}
h4 {
  /*font-family: 'Varela Round', sans-serif;*/
  font-size: 28px;
  line-height: 36px;
}
h5 {
  /*font-family: 'Varela Round', sans-serif;*/
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
}
h6 {
  /*font-family: 'Varela Round', sans-serif;*/
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
p {
  /*font-family: 'Varela Round', sans-serif;*/
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  opacity: 0.9;
}
.tagline {
  font-size: 16px;
  line-height: 28px;
  opacity: 0.7;
}
.btn {
  /*color: #000;*/
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
  /*background-color: transparent;*/
  /*border-radius: 0px;*/
  position: relative;
  z-index: 1;
  padding: 8px 30px;
  display: inline-block;
  /*border: 2px solid #000;*/
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.btn:hover,
.btn:focus,
.btn:active {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn.btn-big {
  padding: 10px 80px;
}
.btn.btn-2 {
  border-radius: 4px;
}
.btn.active {
  box-shadow: none;
}
.btn-border {
  border-color: #21b14d;
}
.btn-border:hover {
  background-color: #21b14d;
  color: #fff;
  border-color: transparent;
}
.btn-base {
  background-color: #21b14d;
  color: #fff;
  border-color: transparent;
}
.btn-base:hover {
  border-color: transparent;
  color: #fff;
  background-color: #1d9c44;
}
.btn-fill {
  border-color: #21b14d;
}
.fixed-bg {
  background-attachment: fixed;
}
.section-separator {
  padding: 70px 0;
}
.section-margin {
  margin: 90px 0;
}
.color-bg {
  background-color: #21b14d;
  color: #fff;
}
.color {
  color: #21b14d;
}
.uv-text-color {
  color: #21b14d;
}
.white-bg {
  background-color: #fff;
  color: #333;
}
.black-bg {
  background-color: #333;
  color: #fff;
}
.footer-bg {
  background-color: #041025;
  color: #fff;
}
.bg-2 {
  background-color: #f4f4f4;
}
.bg-3 {
  background-color: #f7f5f5;
}
.bg-4 {
  background-color: #f8fafb;
}
.overflow {
  overflow: hidden;
}
.it-half-section {
  position: relative;
}
.container-half {
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  width: 50%;
}
.it-half-section .container-half-left {
  left: 0;
  background-position: center right;
  width: 50%;
  background-size: cover;
}
.it-half-section .container-half-right {
  right: 0;
  background-position: center left;
  width: 50%;
}
.table-display {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  align-items: center;
}
.center {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.right {
  float: right;
}
.main-color-bg {
  background-color: #21b14d;
  color: #fff;
}
.margin-top-o {
  margin-top: 0;
}
.padding-top-none {
  padding-top: 0;
}
.padding-o {
  padding: 0;
}
.no-border {
  border: 0px solid transparent !important;
}
.padding-left-o {
  padding-left: 0;
}
.padding-top-o {
  padding-top: 0 !important;
}
.section-title {
  margin-bottom: 30px;
  text-align: left;
}
.section-title.center {
  text-align: center;
}
.section-title h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  font-family: 'Montserrat', sans-serif;
  color: #041025;
}
.section-title span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  /*font-family: 'Varela Round', sans-serif;*/
}
.section-title .uv-hr {
  width: 10%;
  float: left;
  border-width: 2px;
  border-color: #21b14d;
  text-align: left;
}
.img-circle {
  border-radius: 50%;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
.play-btn a .fa {
  color: #fff;
  font-size: 50px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.play-btn a .fa:hover {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(1.2) ;
  -moz-transform: scale(1.2) ;
  -ms-transform: scale(1.2) ;
  -o-transform: scale(1.2) ;
  transform: scale(1.2) ;
}
.form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 27px;
  color: #333;
  font-weight: normal;
  background-color: transparent;
  background-image: none;
  border: 2px solid #333;
  border-color: #e2e2e2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  box-shadow: inset 0 0px 0px transparent;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #21b14d;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent;
  box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent;
}
.shadow {
  -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
}
.shadow-light {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) ;
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) ;
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) ;
}
.shadow-border {
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
  box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.uv-shadow {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
}
.shadow-3 {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
}
.color-overlay {
  background: rgba(51, 51, 51, 0.2);
}
.color-overlay-2 {
  background: rgba(255, 255, 255, 0.9);
}
.color-overlay-3 {
  background: rgba(51, 51, 51, 0.8);
}
.black-bg {
  background-color: #202026;
  color: #fff;
}
.blog-bg {
  background: #edecf0;
}
.white-bg {
  background-color: #fff;
  color: #333;
}
.button {
  text-align: center;
  margin-top: 30px;
}
.hr {
  width: 15%;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
}
.section-tagline h2 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 30px;
}
.section-tagline span {
  font-size: 16px;
  line-height: 26px;
}
.fix-bg {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center;
}
.image-bg {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center;
}
.section-title span {
  font-size: 20px;
  line-height: 32px;
}
.uv-hover-style {
  -webkit-transform: translateY(0px);
  transition: all 0.4s ease-out;
  transform: translateY(0px);
}
.uv-hover-style:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 0.4s ease-out;
}
/*
|===================
| HEADER TOP
|===================
*/
.xt-header-top {
  padding: 8px 0;
  overflow: hidden;
  background-color: #4f5766;
  color: #fff;
}
.uv-header-contact {
  text-align: left;
}
.uv-header-contact a {
  display: inline-block;
  margin-right: 30px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.uv-header-contact a .fa {
  margin-right: 10px;
}
.uv-header-user {
  text-align: right;
}
.uv-header-user a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.uv-header-user a .fa {
  margin-right: 10px;
}
.uv-header-user .xt-header-search {
  display: inline-block;
}
/*
|===================
| SEARCH BAR
|===================
*/
.xt-header-search #besocial-header-right {
  position: relative;
  min-width: 30px;
  text-align: right;
  cursor: pointer;
  z-index: 99;
  background: transparent;
  padding: 0px;
  margin-top: 0px;
}
.xt-header-search #besocial-header-right .fa {
  font-size: 16px;
  line-height: 30px;
  margin-left: 5px;
}
.xt-header-search #besocial-header-right .fa-remove {
  position: absolute;
  top: 0px;
  right: 25px;
  text-align: center;
  margin: 0px auto;
  -webkit-transform: translate3d(0, -65px, 0);
  transform: translate3d(0, -65px, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
}
.xt-header-search #besocial-header-right.scroll-search-icon .fa-remove {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  visibility: visible;
}
.xt-header-search #besocial-header-right .fa-search {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 0;
  line-height: 18px;
  margin-left: 20px;
}
.xt-header-search #besocial-header-right.scroll-search-icon .fa-search {
  -webkit-transform: translate3d(0, 65px, 0);
  transform: translate3d(0, 65px, 0);
}
.xt-header-search #besocial-search-bar {
  position: absolute;
  top: 0px;
  right: 15px;
  padding-right: 0px;
  width: 100%;
  max-width: 480px;
  z-index: 97;
  display: none;
  opacity: 0;
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.xt-header-search #besocial-search-bar.show-search-bar {
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.xt-header-search .besocial-topbar-searchbox {
  display: block;
  position: relative;
  margin-bottom: 0px;
  vertical-align: middle;
}
.xt-header-search .besocial-topbar-searchbox input[type="submit"] {
  height: 30px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  top: 0;
  right: 0;
  line-height: 30px;
  font-family: 'FontAwesome';
  width: 70px;
  background: #21b14d;
  position: absolute;
  margin: 0px;
  border: 0;
  padding: 0px;
  text-indent: -500em;
  -webkit-font-smoothing: antialiased;
}
.xt-header-search .besocial-topbar-searchbox input[type="text"].besocial-topbar-searchtext {
  width: 100%;
  margin: 0px;
  height: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none !important;
  border-radius: 0px !important;
  padding: 0px 90px 0px 20px;
  background: #fff;
  color: #333;
}
.xt-header-search .besocial-topbar-searchbox input[type="text"].besocial-topbar-searchtext:focus {
  border-color: #21b14d;
  outline-color: #21b14d;
}
.xt-header-search .besocial-topbar-searchbox ::-webkit-input-placeholder {
  color: #333;
  opacity: 0.8;
}
.xt-header-search .besocial-topbar-searchbox :-moz-placeholder {
  color: #333;
  opacity: 0.8;
}
.xt-header-search .besocial-topbar-searchbox ::-moz-placeholder {
  color: #333;
  opacity: 0.8;
}
.xt-header-search .besocial-topbar-searchbox :-ms-input-placeholder {
  color: #333;
  opacity: 0.8;
}
/*
|===================
| NAVBAR
|===================
*/
.navbar {
  border: none;
  min-height: initial;
  padding: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0;
}
.navbar li {
  padding: 0px 20px;
}
.navbar li:first-child {
  padding-left: 0;
}
.navbar-collapse {
  padding-left: 0;
}
.navbar-nav li a {
  color: #333;
  font-size: 14px;
  line-height: 30px;
  padding: 15px 0;
  font-weight: 600;
  /*font-family: 'Varela Round', sans-serif;*/
  text-transform: uppercase;
}
.navbar-nav li a:after {
  content: '';
  display: block;
  height: 2px;
  text-align: center;
  left: 50%;
  width: 0;
  float: none;
  background: #21b14d;
  transition: width 0.4s ease, background-color 0.4s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 auto;
}
.navbar-nav li a:hover {
  border-color: #21b14d;
  color: #333;
  width: 100%;
}
.navbar-nav li a:hover:before {
  color: #21b14d;
  width: 100%;
}
.navbar-nav li a:hover:after {
  transition: all 0.2s linear 0s;
  background: #21b14d;
  color: #21b14d;
  width: 100%;
}
.navbar-nav li a:focus {
  color: #333;
}
.navbar-nav li a:focus:before {
  background: #21b14d;
  color: #333;
  width: 100%;
}
.navbar-nav li a.active:after {
  transition: all 0.2s linear 0s;
  background: #21b14d;
  color: #21b14d;
  width: 90%;
  left: 50%;
}
.navbar-nav li:last-child {
  padding-right: 0;
}
.navbar.active {
  padding: 6px 0 8px 0;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1) ;
  -ms-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1) ;
  -o-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1) ;
}
.navbar-collapse.collapse {
  padding-right: 0;
  float: right;
}
.nav-3 {
  border-radius: 10px 10px 0px 0;
}
.navbar-nav li.active a:before {
  color: #333;
  background: #21b14d;
  width: 100%;
}
.dropdown-menu {
  box-shadow: none;
  border-radius: 0;
}
.navbar-nav > li > .dropdown-menu {
  padding: 10px 0px;
  font-size: 14px;
  line-height: 24px;
  left: 0px;
  min-width: 250px;
  text-align: center;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
  box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.navbar-nav > li > .dropdown-menu li {
  margin: 0px;
  padding: 0;
  text-align: left;
  width: 100%;
  transition: all 0.2s linear 0s;
  padding: 0 20px;
  border-bottom: 1px solid #000;
  border-color: #eaeaea;
}
.navbar-nav > li > .dropdown-menu li:last-child {
  border-bottom-color: transparent;
}
.navbar-nav > li > .dropdown-menu li:last-child a {
  padding-bottom: 0;
}
.navbar-nav > li > .dropdown-menu li a {
  color: #333;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}
.navbar-nav > li > .dropdown-menu li a:after {
  background-color: transparent;
  width: 0;
}
.navbar-nav > li > .dropdown-menu li a:hover {
  border-color: transparent;
  color: #21b14d;
}
.navbar-nav > li > .dropdown-menu li a:hover:after {
  background-color: transparent;
  width: 0;
}
.navbar-nav .dropdown.open a:active {
  color: #21b14d;
  background-color: transparent;
}
.navbar-nav .dropdown.open .dropdown-menu {
  color: #21b14d;
}
.navbar-nav .dropdown.open .dropdown-menu li a {
  color: #000;
}
.navbar-nav .dropdown.open .dropdown-menu li a:hover {
  color: #21b14d;
}
.navbar-nav .dropdown.open .dropdown-menu li a:focus {
  color: #21b14d;
}
.dropdown-menu > li.open > a {
  background-color: transparent;
  color: #21b14d !important;
  text-decoration: none;
}
.nav .open > a {
  border-color: #fff;
  width: calc(100%);
  transition: all 0.2s linear 0s;
  background-color: transparent;
}
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #fff;
  width: calc(100%);
  transition: all 0.2s linear 0s;
}
.uv-logo {
  margin-top: 11px;
}
.uv-logo img {
  max-width: 180px;
}
.mean-container .mean-bar::before {
  color: #fff;
  content: url(../images/univ-logo.png);
  top: 33px;
}
.mean-container .mean-nav ul li {
  border-color: #21b14d;
}
.mean-container .mean-nav ul li a.mean-expand {
  background-color: #21b14d;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #21b14d;
}
.menu-spacing {
  margin: 0;
}
.strict {
  -webkit-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -moz-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -ms-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  -o-box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  box-shadow: 0px 0px 60px -6px rgba(10, 10, 10, 0.2) ;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
}
/*
|===================
| HOME SECTION
|===================
*/
.uv-business-home {
  margin: 0 auto;
  float: none;
  text-align: center;
}
.uv-business-home .overlay {
  padding-top: 80px;
  padding-bottom: 300px;
  background-color: rgba(51, 51, 51, 0.6);
}
.uv-business-home .business-content p {
  padding: 0 300px;
  margin: 46px 0;
}
.uv-business-home .business-content .btn {
  margin: 0 10px;
}
/*
|===================
| SLIDER
|===================
*/
/* Preloader */
.header-slider {
  overflow: hidden;
}
.slider_preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  min-height: 750px;
}
.slider_preloader_status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
.header-slider-preloader {
  min-height: 750px;
}
.header-slider {
  position: relative;
}
.header-slider:hover .owl-prev {
  left: 5%;
}
.header-slider:hover .owl-prev .fa {
  transition: all 0.4s ease 0s;
  opacity: 0.8;
}
.header-slider:hover .owl-next {
  right: 5%;
}
.header-slider:hover .owl-next .fa {
  opacity: 0.8;
  transition: all 0.4s ease 0s;
}
.header-slider .owl-prev .fa,
.header-slider .owl-next .fa {
  background: transparent;
  font-size: 50px;
  width: 50px;
  text-align: center;
  height: 45px;
  line-height: 40px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider .owl-prev .fa:hover,
.header-slider .owl-next .fa:hover {
  color: #3cb878;
}
.header-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: 5%;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider .owl-prev .fa {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider .owl-next {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 5%;
  color: #fff;
}
.header-slider .owl-next .fa {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider .owl-dots {
  background: transparent;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  opacity: 0;
}
.header-slider .slider-preloader-wrap,
.header-slider .item {
  height: 750px;
}
.header-slider .item {
  background-size: cover;
  position: relative;
  z-index: 1;
}
.header-slider .slide-img {
  bottom: 0;
  position: absolute;
  right: 5%;
  width: auto !important;
}
/*.header-slider .item::after {
  background: #2f2a2f none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}*/
.header-slider .slide-table {
  display: table;
  height: 100%;
  width: 100%;
}
.header-slider .slide-tablecell {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.header-slider .slide-tablecell .slide-btn:hover {
  text-decoration: none;
  border-color: transparent;
}
.header-slider .slide-tablecell .slide-btn i.fa {
  margin-left: 10px;
}
.header-slider .slide-tablecell .slide-text > *:nth-child(1) {
  animation-duration: .3s;
}
.header-slider .slide-tablecell .slide-text > *:nth-child(2) {
  animation-duration: .3s;
  animation-delay: .3s;
}
.header-slider .slide-tablecell .slide-text > *:nth-child(3) {
  animation-duration: .3s;
  animation-delay: .6s;
}
.header-slider .slide-tablecell .slide-text > *:nth-child(4) {
  animation-duration: .3s;
  animation-delay: .9s;
  margin-top: 30px;
}
.header-slider .slide-tablecell .slide-text span {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.header-slider .slide-tablecell .slide-text h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.header-slider .slide-tablecell .slide-text p {
  font-size: 16px;
  line-height: 27px;
}
.header-slider .slide-tablecell .slide-text .slide-buttons .btn {
  text-transform: capitalize;
}
.header-slider .animation-slide .owl-nav div {
  color: #fff;
  font-size: 60px;
  left: 0;
  line-height: 70px;
  margin-top: -35px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.header-slider .animation-slide .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.header-slider .animation-slide:hover .owl-nav div.owl-prev {
  left: 30px;
  opacity: 0.5;
}
.header-slider .animation-slide:hover .owl-nav div.owl-next {
  right: 30px;
  opacity: .5;
}
.header-slider .owl-theme .owl-dots .owl-dot {
  border: 1px solid #fff;
  display: inline-block;
  height: 8px;
  cursor: pointer;
  margin: 5px;
  width: 15px;
  background-color: #fff;
  border-radius: 6px;
}
.header-slider .animation-slide .owl-dots {
  bottom: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider .owl-theme .owl-dots .owl-dot.active {
  background-color: #fff;
  border-color: #fff;
  width: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider .item,
.header-slider .preloader-wrap {
  background-color: #bfbfbf;
}
@media only screen and (max-width: 1900px) {
  .header-slider .slide-img {
    width: 42% !important;
    right: 0%;
  }
}
@media only screen and (max-width: 1500px) {
  .header-slider .slide-img {
    width: 50% !important;
    right: 0%;
  }
}
@media only screen and (max-width: 1200px) {
  .slide-tablecell .slide-text h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .header-slider .slide-img {
    display: none !important;
  }
  .header-slider .slider-preloader-wrap,
  .header-slider .item {
    height: 700px;
  }
  .slide-text {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .header-slider .slider-preloader-wrap,
  .header-slider .item {
    height: 600px;
  }
  .slide-tablecell .slide-text h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
/*
|===================
| FEATURED
|===================
*/
.uv-feature .uv-join-tagline h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 52px;
  font-weight: 300;
  margin-bottom: 30px;
}
.uv-feature .uv-join-tagline h2 b {
  font-weight: bold;
}
.uv-feature .uv-featured-icon ul li {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  border-right: 1px solid #e2e2e2;
}
.uv-feature .uv-featured-icon ul li:last-child {
  border-right: 0px solid transparent;
}
.uv-feature .uv-featured-icon ul li .fa {
  font-size: 42px;
  margin-bottom: 10px;
}
.uv-feature .uv-featured-icon ul li span {
  font-size: 16px;
  line-height: 27px;
  /*font-family: 'Varela Round', sans-serif;*/
  display: block;
  margin-top: 10px;
  font-weight: 600;
}
.uv-feature .uv-featured-icon h5 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}
.uv-course-author-contain {
  overflow: hidden;
  display: inline-block;
}
/*
|===================
| FEATURED CONTENT
|===================
*/
.uv-feature-2 .uv-featured-post-title {
  margin-bottom: 25px;
}
.uv-feature-2 .uv-featured-post-title h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.uv-feature-2 .featured-post-inner {
  box-shadow: 0 2px 7px rgba(0,0,0,.15);
}
.uv-feature-2 .featured-post-inner .uv-post-inner-content {
  padding: 20px;
}
.uv-feature-2 .featured-post-inner .uv-post-inner-content h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
}
.uv-feature-2 .featured-post-inner .uv-post-inner-content p {
  margin-bottom: 20px;
}
.uv-feature-2 .featured-post-inner ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.uv-feature-2 .featured-post-inner ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.uv-feature-2 .featured-post-inner ul li a:hover {
  color: #21b14d;
}
.uv-feature-2 .featured-post-inner ul li a h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 4px;
  margin-top: 0;
}
.uv-feature-2 .featured-post-inner ul li a.read-more {
  font-size: 16px;
  line-height: 27px;
  color: #21b14d;
  font-family: 'Montserrat', sans-serif;
}
.uv-feature-2 .featured-post-inner ul li span {
  font-size: 12px;
  /*font-family: 'Varela Round', sans-serif;*/
  line-height: 18px;
}
.uv-feature-2 .featured-post-inner ul li span .fa {
  margin-right: 10px;
}
.uv-join .uv-join-inner .join-content {
  padding: 30px;
  position: relative;
  color: #fff;
  padding-right: 200px;
  background: rgba(33, 177, 77, 0.7);
}
.uv-join .uv-join-inner .join-content h3 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}
.uv-join .uv-join-inner .join-content .join-btn {
  position: absolute;
  right: 30px;
  top: 33%;
  bottom: 0;
}
.uv-join .uv-join-inner .join-content .join-btn .btn {
  width: 160px;
  line-height: 44px;
  padding: 0;
  height: 44px;
  border: none;
  background-color: #fff;
  color: #333;
}
.uv-join .uv-join-inner .join-content .join-btn .btn:hover {
  background-color: #21b14d;
  color: #fff;
}
/*
|===================
| EVENT
|===================
*/
.uv-course {
  position: relative;
}
.uv-course .section-title {
  color: #fff;
}
.uv-course .section-title h2 {
  color: #fff;
}
.uv-course .overlay {
  background: rgba(55, 59, 67, 0.7);
}
.uv-course .owl-next {
  position: absolute;
  top: 48%;
  right: -6%;
}
.uv-course .owl-next .fa {
  color: #fff;
  font-size: 26px;
  margin-left: 15px;
}
.uv-course .owl-prev {
  position: absolute;
  left: -6%;
  top: 48%;
}
.uv-course .owl-prev .fa {
  color: #fff;
  font-size: 26px;
  margin-left: 10px;
}
.uv-course .owl-item {
  padding: 0 10px;
}
.uv-course .course-inner {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  margin: 30px 0;
  -webkit-transform: translateY(0px);
  transition: all 0.4s ease-out;
  transform: translateY(0px);
}
.uv-course .course-inner:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 0.4s ease-out;
}
    .uv-course .course-banner {
        position: relative;
        height: 200px;
    }
.uv-course .course-banner img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 100% !important;
}
.uv-course .course-content {
  padding: 20px;
  background-color: #fff;
}
.uv-course .course-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0;
}
.uv-course .course-content p {
  margin-bottom: 20px;
}
.uv-course .course-content .btn {
  border-color: transparent;
  text-transform: capitalize;
  font-size: 14px;
}
.uv-event .section-title {
  position: relative;
  padding-right: 200px;
}
.uv-event .section-title .uv-hr {
  width: 10%;
  float: left;
  display: block;
  border-color: #949393;
  border-width: 2px;
}
.uv-event .section-title span {
  display: block;
}
.uv-event .section-title .btn {
  height: 44px;
  width: 160px;
  position: absolute;
  right: 30px;
  line-height: 44px;
  border: none;
  top: 35%;
  padding: 0;
}
.uv-event .uv-each-events li {
  overflow: hidden;
  padding: 30px 0;
  border-top: 1px solid #e1e1e1;
}
.uv-event .uv-each-events li .uv-event-date {
  text-align: center;
}
.uv-event .uv-each-events li .uv-event-date h3 {
  font-size: 70px;
  line-height: 70px;
  color: #21b14d;
  font-weight: bold;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}
.uv-event .uv-each-events li .uv-event-date span {
  font-size: 14px;
  line-height: 20px;
  color: #21b14d;
}
.uv-event .uv-each-events li .uv-event-content {
  padding-right: 30px;
}
.uv-event .uv-each-events li .uv-event-content a:hover {
  color: #21b14d;
}
.uv-event .uv-each-events li .uv-event-content a h4 {
  font-size: 25px;
  line-height: 33px;
  /*font-family: 'Varela Round', sans-serif;*/
  font-weight: 600;
  margin-top: 0;
}
.uv-event .uv-each-events li .uv-event-content .schedule {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}
.uv-event .uv-each-events li .uv-event-content .schedule .uv-event-time {
  margin-right: 20px;
}
.uv-event .uv-each-events li .uv-event-content .schedule .uv-event-time .fa {
  margin-right: 5px;
}
.uv-event .uv-each-events li .uv-event-content .schedule .uv-event-place {
  text-transform: uppercase;
}
.uv-event .uv-each-events li .uv-event-content .schedule .uv-event-place .fa {
  margin-right: 5px;
}
.uv-video .overlay {
  background-color: rgba(43, 39, 37, 0.7);
}
.uv-video h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
.uv-video p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 100px;
  text-align: center;
}
.uv-video .fa {
  color: #fff;
  font-size: 50px;
  padding: 60px 0;
}
.uv-blog {
  position: relative;
}
.uv-blog .section-title {
  position: relative;
  padding-right: 200px;
}
.uv-blog .section-title .uv-hr {
  width: 10%;
  float: left;
  display: block;
  border-color: #949393;
  border-width: 2px;
}
.uv-blog .section-title span {
  display: block;
}
.uv-blog .section-title .btn {
  height: 44px;
  width: 160px;
  position: absolute;
  right: 30px;
  line-height: 44px;
  border: none;
  top: 35%;
  padding: 0;
}
.uv-blog .owl-next {
  position: absolute;
  top: 48%;
  right: -6%;
}
.uv-blog .owl-next .fa {
  color: #000;
  font-size: 24px;
  margin-left: 15px;
}
.uv-blog .owl-prev {
  position: absolute;
  left: -6%;
  top: 48%;
}
.uv-blog .owl-prev .fa {
  color: #000;
  font-size: 24px;
  margin-left: 10px;
}
.uv-blog .owl-item {
  padding: 0 10px;
}
.uv-blog .blog-inner {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  margin: 30px 0;
  transition: all 0.4s ease-out;
}
.uv-blog .blog-inner:hover .blog-schedule {
  transition: all 0.4s ease-out;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.uv-blog .blog-banner {
  position: relative;
}
.uv-blog .blog-banner img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.uv-blog .blog-content {
  padding: 20px;
  background-color: #fff;
  position: relative;
}
.uv-blog .blog-content h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.uv-blog .blog-content .blog-schedule h4 {
  margin-bottom: 15px;
}
.uv-blog .blog-content p {
  margin-bottom: 0;
}
.uv-blog .blog-content .blog-meta {
  font-size: 14px;
  margin-bottom: 12px;
}
.uv-blog .blog-content .btn {
  border-color: #3cb878;
  text-transform: capitalize;
  font-size: 14px;
}
.uv-blog .blog-content .blog-schedule {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -webkit-transform: translateY(50px);
  transition: all 0.4s ease-out;
  transform: translateY(50px);
}
.uv-blog .blog-content .blog-schedule a:hover {
  color: #21b14d;
}
.uv-blog .blog-content .blog-schedule span {
  display: block;
}
.uv-blog .blog-content .blog-schedule span .fa {
  margin-right: 10px;
}
.uv-blog .blog-content .blog-schedule ul li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 15px;
}
.uv-blog .blog-content .blog-schedule ul li a:hover {
  color: #21b14d;
}
.pagination-list ul {
  margin: 0;
  padding: 0;
}
.pagination-list ul li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}
.pagination-list ul li a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  border: 1px solid #111;
  line-height: 38px;
  text-align: center;
  overflow: hidden;
  transition: .3s;
}
.pagination-list ul li:last-child {
  margin-right: 0px;
}
.pagination-list ul li a:hover,
.pagination-list ul li.active a {
  background-color: #21b14d;
  border: 1px solid #21b14d;
  color: #fff;
}
.uv-testimonial .uv-client-testimonial {
  padding: 30px 0;
}
.uv-testimonial .overlay {
  background-color: rgba(59, 60, 69, 0.7);
}
.uv-testimonial .uv-client-testimonial blockquote {
  border-width: 0px;
}
.uv-testimonial .uv-client-testimonial .uv-client-quates {
  color: #fff;
  padding: 35px 55px 80px;
}
.uv-testimonial .uv-client-testimonial .uv-client-quates h3 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  /*font-family: 'Varela Round', sans-serif;*/
}
.uv-testimonial .uv-client-testimonial .uv-client-quates p {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}
.uv-testimonial .uv-indicator li {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin: 2px 6px;
  border-width: 2px;
}
.uv-testimonial .uv-indicator li.active {
  margin: 2px 6px;
  border: 2px solid #21b14d;
}
.uv-testimonial .uv-indicator li img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
}
.uv-footer {
  padding-bottom: 40px;
}
.uv-footer .footer-item h6 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.uv-footer .footer-item ul li {
  display: block;
  margin-bottom: 10px;
}
.uv-footer .footer-item ul li a {
  color: #fff;
}
.uv-footer .footer-item ul li a .fa {
  margin-right: 10px;
}
.uv-footer .footer-item ul li a:hover {
  color: #21b14d;
}
.uv-footer .footer-item ul.social {
  margin-top: 20px;
}
.uv-footer .footer-item ul.social li {
  display: inline-block;
  margin-right: 10px;
}
.uv-footer .footer-item .uv-form {
  margin-top: 30px;
}
.uv-footer .footer-item .form-control {
  height: 44px;
  border-radius: 50px;
  color: #fff;
}
.uv-footer .f-hr {
  margin: 50px 0;
  border-color: #1e3051;
}
/*
|===================
| SUBPAGE
|===================
*/
.uv-subpage-heading .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.uv-subpage-heading .uv-subhead-content {
  color: #fff;
  padding: 100px 15px;
}
.uv-subpage-heading .uv-subhead-content span {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
}
.uv-subpage-heading .uv-subhead-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 0;
}
.uv-pagination {
  margin: 30px 0;
}
.uv-pagination ul li {
  display: inline-block;
}
.uv-pagination ul li:after {
  content: "/";
  margin-left: 5px;
}
.uv-pagination ul li:last-child:after {
  content: "";
}
.uv-pagination ul li.active a {
  color: #333;
}
.uv-pagination ul li a {
  color: #21b14d;
}
.uv-about-inner .uv-about-content {
  overflow: hidden;
  padding: 30px 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.uv-about-inner .uv-about-info {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-top: 20px;
}
.uv-about-inner .uv-about-info h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 33px;
  font-family: 'Montserrat', sans-serif;
}
.uv-accordinaton {
  width: 90%;
  margin: 0 auto;
  display: table;
}
.uv-accordinaton ul {
  padding: 0;
  margin: 20px 0;
  color: #555;
}
.uv-accordinaton ul li {
  list-style: none;
  border-top: 1px solid #ddd;
  display: block;
  padding: 15px;
  overflow: hidden;
}
.uv-accordinaton ul li:first-child {
  border-color: transparent;
}
.uv-accordinaton-list {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.uv-accordinaton-list:hover {
  color: #21b14d;
}
.uv-accordinaton-list h2 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.uv-accordinaton-list h2.hilighted {
  color: #21b14d;
}
.uv-accordition-detail a {
  text-decoration: none;
  color: #C0392B;
  border: 1px solid #C0392B;
  padding: 6px 10px 5px;
  font-size: 14px;
}
.uv-accordition-detail {
  margin: 10px 0 10px 0px;
  display: none;
  line-height: 22px;
}
.uv-right-arrow {
  margin-top: 0;
  margin-left: 20px;
  width: 10px;
  height: 100%;
  float: right;
  font-weight: bold;
  font-size: 20px;
}
.uv-faq .section-title h2 {
  text-transform: uppercase;
}
.uv-achivement-circle .progress {
  margin: 0 0 30px;
}
.uv-achivement-circle .progress .progressbar-text {
  color: inherit !important;
  display: block;
}
.uv-achivement-circle .progress.progress-line {
  height: 10px;
  margin-right: 60px;
}
.uv-achivement-circle .progress.progress-line .progressbar-text {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 60px;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  text-align: center;
}
.uv-achivement-circle .progress.progress-circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: transparent;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.uv-achivement-circle .progress path:nth-child(1) {
  stroke: #E8E8E8;
}
.uv-achivement-circle .progress path:nth-child(2) {
  stroke: #21b14d;
}
.uv-achivement-circle ul li {
  display: inline-block;
  border-right: 1px solid #eee;
  text-align: center;
}
.uv-achivement-circle ul li:last-child {
  border-right: transparent;
}
.uv-achivement-circle ul li .uv-circle-info {
  text-align: left;
}
.uv-achivement-circle ul li .uv-circle-info .fa {
  font-size: 40px;
  display: block;
  margin-bottom: 15px;
}
.uv-achivement-circle ul li .uv-circle-info span {
  display: block;
  margin-top: 10px;
}
.uv-single-contest .uv-single-course-title {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.uv-single-contest .uv-single-course-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: none;
}
.uv-single-contest .uv-single-course-title .uv-course-author-contain li {
  display: inline-block;
  line-height: 20px;
  margin-right: 23px;
  padding-right: 23px;
  color: #ccc;
  border-right: 1px solid #eee;
  float: left;
}
.uv-single-contest .uv-single-course-title .uv-course-author-contain li:last-child {
  border-color: transparent;
}
.uv-single-contest .uv-single-course-title .uv-course-author-contain li img {
  border-radius: 50%;
  width: 40px;
  height: auto;
  float: left;
  margin-right: 10px;
}
.uv-single-contest .uv-single-course-title .uv-course-author-contain li .uv-author-inner label {
  display: block;
}
.uv-single-contest .uv-single-course-title .uv-course-author-contain li .uv-author-inner a {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #21b14d;
}
.uv-single-contest .uv-single-course-title .uv-course-author-contain li .uv-author-inner .ep-review-stars {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  line-height: 16px;
  height: 16px;
  color: #d3ced2;
}
.uv-single-contest .uv-single-course-title .uv-course-author-contain li .uv-author-inner .ep-review-stars li {
  width: 13px;
  height: 16px;
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
.uv-single-contest .uv-single-course-title .uv-course-author-contain li .uv-author-inner .ep-review-stars li .fa {
  color: #d3ced2;
}
.uv-single-contest .uv-single-course-title .uv-course-author-contain li .uv-author-inner span {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
.uv-single-contest .uv-single-course-title .uv-course-payment {
  float: right;
}
.uv-single-contest .uv-single-course-title .uv-course-payment .uv-price {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: inherit;
  float: left;
  margin-right: 20px;
  display: inline-block;
}
.uv-single-contest .uv-single-course-title .uv-course-payment .uv-original-price {
  text-decoration: line-through;
  padding-right: 5px;
}
.uv-single-contest .single-each-content .uv-course-banner {
  margin-bottom: 20px;
}
.uv-sidebar .sidebar-title h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: bolder;
  position: relative;
}
.uv-sidebar .sidebar-title h3:after {
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -15px;
  content: "";
  background-color: #21b14d;
}
.uv-sidebar .uv-instructor {
  background: #ffffff;
  padding: 20px;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
}
.uv-sidebar .uv-instructor ul li {
  position: relative;
  margin-bottom: 10px;
}
.uv-sidebar .uv-instructor ul li img {
  width: 80px;
  height: auto;
  display: inline-block;
}
.uv-sidebar .uv-instructor ul li .instructor-inner {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  padding-left: 90px;
}
.uv-sidebar .uv-instructor ul li .instructor-inner a {
  margin-top: 0;
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 8px;
  color: rgba(51, 51, 51, 0.7);
}
.uv-sidebar .uv-instructor ul li .instructor-inner a:hover {
  color: #21b14d;
}
.uv-sidebar .uv-instructor ul li .instructor-inner span {
  font-size: 12px;
  line-height: 12px;
  display: block;
}
.uv-sidebar .uv-course-sidebar {
  background: #ffffff;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  padding: 20px;
}
.uv-sidebar .uv-course-sidebar ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.uv-sidebar .uv-course-sidebar ul li a .fa {
  margin-right: 10px;
}
.uv-sidebar .uv-course-sidebar ul li a:hover {
  color: #21b14d;
}
.uv-single-course-tab {
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) ;
}
.uv-single-course-tab .nav-tabs > li.active > a,
.uv-single-course-tab nav-tabs > li.active > a:focus,
.uv-single-course-tab .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border-color: transparent;
  outline-color: transparent;
  transition: all 0s ease-out;
}
.uv-single-course-tab h3 {
  font-size: 24px;
  font-weight: 500;
}
.uv-single-course-tab ul.nav-tabs {
  border-bottom: 2px solid #eee;
  padding: 0;
  margin: 0;
}
.uv-single-course-tab ul.nav-tabs li {
  border-bottom: 4px solid transparent;
}
.uv-single-course-tab ul.nav-tabs li.active {
  border-width: 0px;
  border-bottom: 4px solid #21b14d;
  outline-color: transparent;
}
.uv-single-course-tab ul.nav-tabs li a {
  padding: 20px 15px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  background-color: transparent;
  border: none;
}
.uv-single-course-tab .uv-course-tab-content {
  border-right: 1px solid #eee;
  margin: 30px 0;
}
.uv-single-course-tab .uv-course-feature {
  margin-top: 30px;
}
.uv-single-course-tab .uv-course-feature ul li {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  text-align: left;
}
.uv-single-course-tab .uv-course-feature ul li:last-child {
  border-color: transparent;
}
.uv-single-course-tab .uv-course-feature ul li .fa {
  margin-right: 10px;
}
.uv-single-course-tab .uv-course-feature ul li span {
  text-align: right;
  float: right;
}
.uv-single-course-tab .uv-curriculam .uv-right-arrow {
  margin-top: 3px;
}
.uv-single-course-tab .uv-curriculam ul li a {
  text-align: right;
  padding: 20px 30px;
  background: #eee;
  margin: 20px 0;
}
.uv-single-course-tab .uv-curriculam .uv-single-accordinaton-inner ul li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin: 0 10px;
}
.uv-single-course-tab .uv-curriculam .uv-single-accordinaton-inner ul li .fa {
  margin-right: 10px;
}
.uv-single-course-tab .review-btn {
  margin-top: 20px;
  padding-bottom: 20px;
}
.uv-single-course-tab .uv-rate {
  margin-top: 30px;
}
.uv-single-course-tab .uv-single-course-instructor {
  padding: 20px;
}
.uv-single-course-tab .uv-single-course-instructor .uv-user-details {
  padding: 20px 0;
  overflow: hidden;
}
.uv-single-course-tab .uv-single-course-instructor .uv-user-details h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #21b14d;
}
.uv-single-course-tab .uv-single-course-instructor .uv-user-details p {
  color: #9e9e9e;
}
.uv-single-course-tab .uv-single-course-instructor .uv-user-details .uv-social-icons ul li {
  display: inline-block;
  height: 27px;
  margin-right: 5px;
  width: 27px;
  background: #21b14d;
  text-align: center;
  line-height: 27px;
}
.uv-single-course-tab .uv-single-course-instructor .uv-user-details .uv-social-icons ul li a {
  color: #fff;
}
.uv-single-course-tab .uv-single-course-instructor .uv-user-details .uv-social-icons ul li a i {
  font-size: 14px;
}
.uv-single-course-tab .uv-single-course-instructor .uv-instructor-bio {
  margin-top: 20px;
}
/*

Home 2


*/
.home-2 .uv-secton-title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.home-2 .uv-secton-title h2 {
  font-size: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.home-2 .uv-secton-title .uv-section-hr {
  width: 10%;
  float: none;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
}
.home-2 .uv-course-inner-2 {
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.home-2 .uv-course-inner-2 a {
  color: #fff;
}
.home-2 .uv-course-inner-2 .uv-course-highlight h4 {
  font-size: 25px;
  font-family: 'Lato', sans-serif;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 0;
}
.home-2 .uv-course-inner-2 .uv-course-highlight .fa {
  font-size: 50px;
}
.home-2 .uv-course-inner-2 .uv-course-highlight span {
  /*font-family: 'Varela Round', sans-serif;*/
}
.home-2 .uv-course-inner-2 .uv-overlay {
  background-color: rgba(51, 51, 51, 0.8);
}
.home-2 .uv-course-inner-2 .inner-course-heighlight-left {
  padding: 154px 0;
}
.home-2 .uv-course-inner-2 .inner-course-heighlight-right {
  padding: 65px 0;
  margin-bottom: 30px;
  text-align: left;
  padding-left: 60px;
}
.home-2 .uv-course-inner-2 .inner-course-heighlight-right .fa {
  display: inline-block;
  width: 60px;
}
.home-2 .uv-course-inner-2 .inner-course-heighlight-right .uv-highlight-caption {
  display: inline-block;
}
.home-slider-2.header-slider .item,
.home-slider-2.header-slider .preloader-wrap {
  background-color: transparent;
}
.uv-clients-logo ul li {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.uv-clients-logo ul li img {
  float: none;
  margin: 0 auto;
}
.uv-clients-logo .owl-carousel .owl-item {
  text-align: center;
}
.uv-clients-logo .owl-controls {
  display: none !important;
}
.uv-courses-2 .uv-courese-single-thumb {
  position: relative;
  background: #fafafa;
  margin-bottom: 30px;
}
.uv-courses-2 .uv-courese-single-thumb:hover .uv-post-img .uv-post-author {
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uv-courses-2 .uv-courese-single-thumb:hover .uv-course-thumb-inner h4 {
  color: #000;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uv-courses-2 .uv-courese-single-thumb .uv-featured-tag {
  color: #fff;
  background: #21b14d;
  padding: 2px 10px;
  border-radius: 2px;
  font-size: 14px;
  /*font-family: 'Varela Round', sans-serif;*/
  font-style: italic;
  position: absolute;
  left: -5px;
  top: 10px;
  z-index: 99;
}
    .uv-courses-2 .uv-courese-single-thumb .uv-post-img {
        position: relative;
        height: 195px;
        overflow: hidden;
    }
.uv-courses-2 .uv-courese-single-thumb .uv-post-img .uv-post-author {
  opacity: 0;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.6);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uv-courses-2 .uv-courese-single-thumb .uv-post-img .uv-post-author img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.uv-courses-2 .uv-courese-single-thumb .uv-post-img .uv-post-author span {
  font-style: italic;
  color: #fff;
}
.uv-courses-2 .uv-courese-single-thumb .uv-course-thumb-inner {
  overflow: hidden;
  padding: 15px;
  height : 230px
}
.uv-courses-2 .uv-courese-single-thumb .uv-course-thumb-inner h4 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #6a6969;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uv-courses-2 .uv-courese-single-thumb .uv-course-thumb-inner p del {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.uv-courses-2 .uv-courese-single-thumb .uv-course-thumb-inner p span {
  font-weight: bold;
  color: #21b14d;
  font-family: 'Lato', sans-serif;
  margin-right: 10px;
}
.uv-courses-2 .uv-courese-single-thumb ul {
  border-top: 1px solid #eee;
  overflow: hidden;
}
.uv-courses-2 .uv-courese-single-thumb ul li {
  font-family: 'Lato', sans-serif;
  float: left;
  padding: 10px 15px 16px;
  overflow: hidden;
  border-right: 1px solid #eee;
  margin-bottom: 0;
  width: 50%;
  position: relative;
  padding-bottom: 20px;
}
.uv-courses-2 .uv-courese-single-thumb ul li.course-info-2 .fa {
  margin-right: 5px;
}
.uv-courses-2 .uv-courese-single-thumb ul li:last-child {
  border-right: 0px solid transparent;
}
.uv-courses-2 .uv-courese-single-thumb ul li .fa {
  font-size: 12px;
}
.uv-courses-2 .uv-courese-single-thumb ul li span {
  font-weight: bold;
  font-size: 12px;
}
.uv-courses-2 .uv-course-more {
  float: none;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}
.uv-courses-2 .uv-course-more a {
  margin: 0 10px;
}
.uv-blog-2 .uv-project-gallery .grid-item {
  margin-bottom: 20px;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb {
  position: relative;
  background-color: #fdfdfd;
  overflow: hidden;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb .uv-blog-tag {
  position: absolute;
  right: 10px;
  top: 20px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 22px;
  padding: 2px 8px;
  border-radius: 4px;
  z-index: 99;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb .uv-blog-thumb-inner {
  padding: 15px;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb .uv-blog-thumb-inner .uv-date {
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  float: right;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-top: 10px;
  z-index: 99;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb .uv-blog-thumb-inner .uv-date .fa {
  margin-right: 8px;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb .uv-blog-thumb-inner h4 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 8px;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb .uv-blog-thumb-inner a:hover {
  color: #21b14d;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb .uv-blog-thumb-inner .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb .uv-blog-thumb-inner.uv-blog-caption-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 0;
  background: rgba(0, 0, 0, 0.41);
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb .uv-blog-thumb-inner.uv-blog-caption-2 .uv-date {
  margin-top: 90px;
  margin-bottom: 30px;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb .uv-blog-thumb-inner.uv-blog-caption-2 h4 {
  color: #fff;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb .uv-blog-thumb-inner.uv-blog-caption-2 ul {
  border-top: 0px solid transparent;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb .uv-blog-thumb-inner.uv-blog-caption-2 ul li {
  border-right: 0px solid transparent;
  color: #fff;
  padding-left: 0;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb ul {
  border-top: 1px solid #eee;
  overflow: hidden;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb ul li {
  float: left;
  padding: 10px 15px;
  overflow: hidden;
  border-right: 1px solid #eee;
  margin-bottom: 0;
  width: 50%;
  font-size: 12px;
  color: #767676;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb ul li:last-child {
  border-right: 0px solid transparent;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb ul li .fa {
  font-size: 12px;
  margin-right: 8px;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb ul li span {
  font-size: 12px;
}
.uv-blog-2 .uv-project-gallery .uv-blog-thumb ul li img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin-right: 8px;
}
.uv-blog-2 .uv-blog-more {
  float: none;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}
.uv-blog-2 .uv-blog-more a {
  margin: 0 10px;
}
.uv-header-item {
  overflow: hidden;
}
.uv-header-item .uv-header-inner {
  text-align: center;
}
.uv-header-item .uv-header-inner h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.uv-header-item .uv-header-inner p {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.uv-header-item .uv-header-inner .uv-head-search-form {
  overflow: hidden;
  margin-top: 30px;
}
.uv-header-item .uv-header-search-btn {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.uv-header-item .uv-header-search-btn .btn {
  padding: 10px 60px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.home-slider-2.header-slider .item.uv-header-item {
  background-color: rgba(4, 16, 37, 0.7);
}
.header-slider .uv-dropdown-search .selectize-input .item::after {
  background: transparent;
  color: #fff;
}
.header-slider .uv-dropdown-search .selectize-input {
  color: #fff;
}
.uv-header-search {
  padding: 15px 0;
  padding-left: 15px;
  padding-bottom: 0;
  text-align: left;
  overflow: hidden;
  margin-top: 50px;
}
.uv-header-search .selectize-control.single .selectize-input:after {
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  right: 20px;
  margin-top: 0px;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #fff;
  transform: rotate(45deg);
}
.uv-header-search .selectize-input,
.uv-header-search .selectize-control.single .selectize-input.input-active {
  background-color: transparent;
}
.uv-header-search .selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: 6px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0px 0px 1px;
}
.uv-header-search .form-control {
  background-color: #fff;
  border: 0px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
.uv-header-search .form-control:focus {
  border: 0px solid transparent;
  -webkit-box-shadow: 0px 0px 4px rgba(10, 9, 9, 0.78);
  -moz-box-shadow: 0px 0px 4px rgba(10, 9, 9, 0.78);
  -ms-box-shadow: 0px 0px 4px rgba(10, 9, 9, 0.78);
  -o-box-shadow: 0px 0px 4px rgba(10, 9, 9, 0.78);
  box-shadow: 0px 0px 4px rgba(10, 9, 9, 0.78);
}
.uv-header-search .uv-filter-btn {
  background: #fff;
}
.uv-header-search .uv-filter-btn .btn {
  border: 1px solid transparent;
  border-left-color: #e1e1e1;
}
.uv-header-search .uv-filter-btn .btn:focus {
  background-color: transparent;
  border-color: transparent;
}
.uv-header-search .btn-search {
  padding: 7px 14px;
  background: #222;
  color: #fff;
  border-color: #222;
  border-radius: 0;
}
.uv-select {
  width: 100%;
}
.uv-search-opt {
  float: left;
}
.uv-dropdown-search .selectize-input {
  height: 46px;
  padding-top: 12px;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 14px;
  background: transparent;
  font-weight: normal;
  text-transform: capitalize;
}
.uv-dropdown-search .selectize-input:focus {
  -webkit-box-shadow: 0px 0px 4px #0a0909 ;
  -moz-box-shadow: 0px 0px 4px #0a0909 ;
  -ms-box-shadow: 0px 0px 4px #0a0909 ;
  -o-box-shadow: 0px 0px 4px #0a0909 ;
  box-shadow: 0px 0px 4px #0a0909 ;
  outline-color: transparent;
}
.uv-dropdown-search .selectize-dropdown-content .option {
  margin: 5px 0;
}
.uv-dropdown-search .selectize-dropdown-content .option.active {
  background-color: transparent;
}
.uv-dropdown-search .selectize-dropdown-content .option:hover {
  color: #21b14d;
  background-color: transparent;
}
.uv-course-slide {
  position: relative;
}
.uv-course-slide .owl-dots {
  display: none !important;
}
.uv-course-slide .owl-next {
  position: absolute;
  top: 45%;
  right: 3%;
  color: #21b14d;
}
.uv-course-slide .owl-prev {
  position: absolute;
  top: 45%;
  left: 3%;
  color: #21b14d;
}
.uv-course-slide .section-separator {
  padding-bottom: 0;
}
.uv-course-slide .each-inner-top {
  margin-bottom: 40px;
  text-align: center;
}
.uv-course-slide .each-inner-top h2 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
}
.uv-course-slide .uv-course-slide-inner .fa.video-icon {
  color: #fff;
  font-size: 80px;
  margin-bottom: 30px;
}
.uv-course-slide .uv-course-slide-inner h3 {
  font-size: 24px;
  margin-top: 0;
  color: #fff;
  line-height: 34px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.uv-course-slide .uv-course-slide-inner .each-inner {
  padding: 80px 0;
}
.uv-course-slide .uv-course-slide-inner .each-inner ul li {
  display: inline-block;
  margin: 0 6px;
  margin-top: 30px;
}
.uv-course-slide .uv-course-slide-inner .each-inner ul li a {
  color: #fff;
}
.uv-course-slide .uv-course-slide-inner .each-inner ul li a .fa {
  font-size: 14px;
  color: #fff;
  height: 48px;
  width: 48px;
  border: 1px solid #fff;
  line-height: 50px;
  border-radius: 50px;
}
.uv-course-slide .uv-course-slide-inner .each-inner ul li a .fa:hover {
  color: #21b14d;
  border-color: #21b14d;
}
.uv-course-slide .uv-course-slide-inner .uv-slide-course-rating .fa {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.uv-course-slide .uv-course-slide-inner .uv-slide-course-rating span {
  color: #fff;
  margin-left: 20px;
}
.uv-course-slide .uv-course-slide-inner .uv-course-slide-content {
  overflow: hidden;
}
.uv-course-slide .uv-course-slide-inner .uv-course-slide-content ul li {
  position: relative;
  border-left: 1px solid #eee;
  margin: 30px 0;
  text-align: left;
  padding: 0 40px;
}
.uv-course-slide .uv-course-slide-inner .uv-course-slide-content ul li .uv-slide-course-price p {
  margin-top: 10px;
}
.uv-course-slide .uv-course-slide-inner .uv-course-slide-content ul li .uv-slide-course-price p span {
  font-size: 24px;
  line-height: 35px;
  color: #21b14d;
}
.uv-course-slide .uv-course-slide-inner .uv-course-slide-content ul li .uv-slide-course-price p del {
  font-size: 16px;
  line-height: 27px;
  margin-left: 6px;
  color: #767676;
}
.uv-course-slide .uv-course-slide-inner .uv-course-slide-content ul li .uv-slide-teacher img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.uv-course-slide .uv-course-slide-inner .uv-course-slide-content ul li .uv-slide-teacher .uv-trainer-info {
  position: absolute;
  top: 0;
  padding-left: 110px;
  left: 0;
  text-align: left;
}
.uv-course-slide .uv-course-slide-inner .uv-course-slide-content ul li .uv-slide-teacher .uv-trainer-info span {
  font-size: 14px;
  line-height: 22px;
  color: #767676;
}
.uv-course-slide .uv-course-slide-inner .uv-course-slide-content ul li .uv-slide-teacher .uv-trainer-info h4 {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}
.uv-course-slide .uv-course-slide-inner .uv-course-slide-content ul li .uv-slide-sudent-info span {
  font-size: 14px;
  line-height: 22px;
  color: #767676;
}
.uv-course-slide .uv-course-slide-inner .uv-course-slide-content ul li .uv-slide-sudent-info h4 {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}
.shadow-effect {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#uv-course-slide .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#uv-course-slide .item {
  text-align: center;
  padding: 0px;
  margin-bottom: 0px;
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#uv-course-slide .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/*
 Login Registration
 
 */
body.login-reg-page {
  background-color: #f7f7f7;
}
.login-logo img {
  margin: 0 auto;
  float: none;
  text-align: center;
  margin-bottom: 30px;
  max-width: 320px;
}
.uv-login-reg-from-inner {
  float: none;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.uv-login-reg-from-inner .uv-login-reg {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
  box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.uv-login-reg-from-inner .uv-login-reg .nav-tabs > li > a:hover,
.uv-login-reg-from-inner .uv-login-reg .nav-tabs > li.active > a,
.uv-login-reg-from-inner .uv-login-reg .nav-tabs > li.active > a:focus,
.uv-login-reg-from-inner .uv-login-reg .nav-tabs > li.active > a:hover {
  border: none;
}
.uv-login-reg-from-inner .uv-login-reg .login-reg-nav {
  margin-bottom: 30px;
}
.uv-login-reg-from-inner .uv-login-reg .login-reg-nav hr {
  margin-top: 10px;
  margin-bottom: 0;
  clear: both;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.uv-login-reg-from-inner .uv-login-reg .nav-tabs {
  border: none;
}
.uv-login-reg-from-inner .uv-login-reg .nav-tabs li {
  width: 50%;
  padding: 15px 0;
  text-align: center;
}
.uv-login-reg-from-inner .uv-login-reg .nav-tabs li.active a {
  color: #21b14d;
}
.uv-login-reg-from-inner .uv-login-reg .nav-tabs li a {
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
}
.uv-login-reg-from-inner .uv-login-form .text-center {
  margin-top: 30px;
}
.uv-login-reg-from-inner .uv-login-form .forgot-password:hover {
  color: #21b14d;
}
.uv-login-reg-from-inner .uv-login-form label {
  font-size: 14px;
  line-height: 25px;
}
.page-not-found {
  background-color: #edecf0;
}
.uv-404 .error-page-wrapper {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
}
.uv-404 .error-page-wrapper h6 {
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}
.uv-404 .error-page-wrapper .breadcrumb {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 0;
}
.uv-404 .notfound-inner {
  background-color: #fff;
  padding: 100px 0;
  margin-bottom: 40px;
}
.uv-404 .notfound-inner h3 {
  font-size: 140px;
  line-height: 140px;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}
.uv-404 .notfound-inner p {
  margin: 0 auto;
  float: none;
  margin-bottom: 40px;
  margin-top: 40px;
}
.uv-404 .notfound-inner .btn {
  margin-bottom: 30px;
}
.uv-services-feature .uv-services-items .feature-list {
  display: table;
  margin-bottom: 30px;
}
.uv-services-feature .uv-services-items .feature-list .uv-service-icon {
  float: left;
  margin: 6px 20px 6px 0;
  display: inline;
  border: 0;
  background: none;
  padding: 0;
  display: block;
  width: 60px;
  border: 1px solid #fff;
  height: 60px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}
.uv-services-feature .uv-services-items .feature-list .uv-service-icon i {
  font-size: 34px;
  line-height: 58px;
  text-align: center;
}
.uv-services-feature .uv-services-items .feature-list p {
  padding-bottom: 0;
  display: block;
}
.uv-services-feature .uv-services-items .feature-list p strong {
  font-size: 18px;
  line-height: 30px;
  color: #363a47;
}
.uv-happy-student .section-title {
  margin-bottom: 60px;
}
.uv-happy-student .uv-happy-student-inner .testimonial {
  position: relative;
  display: block;
  padding: 0 20px;
}
.uv-happy-student .uv-happy-student-inner .testimonial:after {
  font-family: 'FontAwesome';
  content: "\f10e";
  padding-right: 5px;
  right: 0;
  position: absolute;
  top: 0;
  font-size: 400%;
  opacity: .1;
  -moz-opacity: .1;
  filter: alpha(opacity=10);
}
.uv-happy-student .uv-happy-student-inner .testimonial img {
  margin-right: 15px;
  width: 75px;
  border: 0 solid #fff!important;
  height: 75px;
  float: left;
  margin: 6px 20px 6px 0;
  display: inline;
  border: 0;
  background: none;
  padding: 0;
  margin-top: 5px;
  border: medium none;
  display: inline-block;
  image-rendering: optimizequality;
  max-width: 100%;
}
.uv-happy-student .uv-happy-student-inner .testimonial .testimonial-meta {
  overflow: hidden;
}
.uv-happy-student .uv-happy-student-inner .testimonial .testimonial-meta h4 {
  font-size: 16px;
  padding-right: 5px;
  font-weight: 600;
}
.uv-happy-student .uv-happy-student-inner .testimonial .testimonial-meta h4 small {
  font-size: 11px;
  font-style: italic;
  color: #798184;
  padding: 0 10px;
  font-weight: 300;
}
.uv-happy-student .uv-student-join {
  margin-top: 50px;
}
.uv-happy-student .uv-student-join p {
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
  color: #a1a1a1;
  padding: 0 20px;
  text-align: center;
}
.uv-happy-student .uv-student-join .button .btn {
  font-size: 16px;
  line-height: 25px;
  margin: 0 5px;
}
.uv-happy-student .uv-student-join .button .btn:last-child {
  background-color: #c42c00;
}
.uv-happy-student .uv-student-join .button .btn .fa {
  font-size: 16px;
  margin-right: 10px;
}
.uv-mission {
  background-color: #edecf0;
}
.uv-mission .section-separator {
  padding: 120px 0;
}
.uv-mission .uv-mission-inner .uv-mission-item {
  padding-left: 40px;
  padding-bottom: 20px;
}
.uv-mission .uv-mission-inner .uv-mission-item span {
  font-size: 16px;
  line-height: 27px;
  color: #a1a1a1;
}
.uv-mission .uv-mission-inner .uv-mission-item h3 {
  font-size: 34px;
  padding-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
.uv-mission .uv-mission-inner .uv-mission-item h3 strong {
  font-weight: bold;
}
.uv-mission .uv-mission-inner .uv-mission-item p {
  margin-bottom: 30px;
}
.uv-our-clients {
  background-color: #edecf0;
}
.uv-our-clients .section-title {
  margin-bottom: 50px;
}
.blog-wrapper {
  border-left: 0px solid #dedde1;
  border-right: 0px solid #dedde1;
  border-top: 0px solid #dedde1;
  background-color: #ffffff;
  position: relative;
}
.blog-wrapper .second-bread {
  padding: 0 40px;
}
.blog-wrapper .second-bread h1 {
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
}
.blog-wrapper .second-bread .breadcrumb {
  margin-top: 25px;
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0;
}
.blog-wrapper .second-bread .breadcrumb li {
  display: inline-block;
}
.uv-single-blog .category_title {
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.uv-single-blog .blog-title h2,
.uv-single-blog .blog-title h2 a {
  font-size: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #363a47;
  font-weight: 700;
  line-height: 36px;
}
.uv-single-blog .blog-title {
  padding: 30px 40px;
}
.uv-single-blog .post-meta {
  margin-top: 10px;
}
.uv-single-blog .post-meta span,
.uv-single-blog .post-meta a {
  color: #bbbabe;
}
.uv-single-blog .post-meta span:hover,
.uv-single-blog .post-meta a:hover {
  color: #21b14d;
}
.uv-single-blog .post-meta span i,
.uv-single-blog .post-meta a i {
  padding-right: 2px;
}
.uv-single-blog .post-meta span {
  margin-right: 10px;
  font-size: 13px;
}
.uv-single-blog .blog-desc {
  padding: 40px;
  border-bottom: 1px solid #dedde1;
  margin-bottom: 30px;
}
.uv-single-blog .blog-desc div.post-date {
  float: left;
  margin-right: 20px;
  margin-top: 8px;
  text-align: center;
}
.uv-single-blog .blog-desc div.post-date span.day {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-color: #e34b11!important;
  background-color: #e34b11!important;
  color: #fff!important;
}
.uv-single-blog .blog-desc div.post-date span.month {
  color: #fff;
  font-size: .9em;
  padding: 0 10px 2px;
  background-color: #21b14d;
  color: #fff!important;
  border-color: #21b14d;
}
.uv-single-blog .blog-desc .readmore {
  color: #363a47;
  margin-left: 61px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.uv-single-blog .blog-desc p {
  padding-bottom: 0;
}
.uv-single-blog p {
  padding: 0 0 20px 0;
}
.uv-single-blog blockquote {
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
  font-style: italic;
  position: relative;
  width: auto;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.uv-single-blog .tags a {
  border-color: #21b14d !important;
  background-color: #21b14d !important;
  color: #fff!important;
  padding: 4px 8px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}
.uv-single-blog .invis {
  border-color: transparent;
}
.uv-single-blog .comment-wrapper .well {
  background-color: #fff!important;
}
.uv-single-blog .well {
  background-color: #edecf0;
  border-radius: 0;
  padding: 30px;
  border: none;
  border-bottom: 1px solid #dedde1;
}
.uv-single-blog .comment-wrapper h3 {
  background-color: inherit;
  color: #333;
  border-color: inherit;
  padding: 20px;
  font-weight: 21px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.uv-single-blog .comment-reply {
  margin-left: 75px;
}
.uv-single-blog .media,
.uv-single-blog .media-body {
  overflow: hidden;
  zoom: 1;
}
.uv-single-blog .media {
  margin-top: 15px;
}
.uv-single-blog .media-left,
.uv-single-blog .media-right,
.uv-single-blog .media-body {
  display: table-cell;
  vertical-align: top;
}
.uv-single-blog .media-left,
.uv-single-blog .media > .pull-left {
  padding-right: 10px;
}
.uv-single-blog .media img {
  width: 65px;
  margin-right: 10px;
}
.uv-single-blog .media-object {
  display: block;
}
.uv-single-blog .media-heading {
  font-size: 16px;
  padding-bottom: 0;
  font-weight: 600;
}
.uv-single-blog .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.uv-single-blog .time-comment {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.uv-single-blog .time-comment a {
  margin-top: -15px !important;
  padding: 3px 10px!important;
}
.uv-single-blog .comment-reply {
  margin-left: 75px;
}
.uv-single-blog .comment-form .form-control {
  margin-bottom: 12px;
  font-weight: normal;
}
.uv-single-blog .comment-title {
  margin-top: 30px;
}
.uv-single-blog .comment-title h4 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
}
.uv-single-blog .comment-title .uv-hr-title {
  width: 10%;
  float: left;
  border-color: #21b14d;
}
.uv-sidebar .uv-widget {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 30px;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-top: 0px solid transparent;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -ms-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
}
.uv-sidebar .uv-widget .widget-title h4 {
  font-size: 18px;
}
.uv-sidebar .uv-widget hr {
  width: 45px;
  border-width: 3px;
  border-color: #111;
  margin: 0;
  margin-bottom: 20px;
}
.uv-sidebar .uv-widget .form-control {
  font-size: 13px;
  line-height: 22px;
  font-style: italic;
}
.uv-sidebar .uv-widget.uv-course-widget {
  padding: 30px 0;
}
.uv-sidebar .uv-widget.uv-course-widget .widget-title {
  padding-left: 30px;
  padding-right: 30px;
}
.uv-sidebar .uv-widget.uv-course-widget .widget-title h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.uv-sidebar .uv-widget.uv-course-widget .widget-title hr {
  border-color: #21b14d;
}
.uv-sidebar .uv-newsletter .btn {
  margin-top: 10px;
}
.uv-sidebar .popular-courses {
  list-style: none;
  padding: 0;
}
.uv-sidebar .popular-courses li {
  display: inline-block;
}
.uv-sidebar .popular-courses li img {
  background: #fff;
  border: 1px solid #969ba8;
  width: 94px;
  padding: 4px;
  margin: 0 2px 2px 0;
}
.uv-sidebar .latest-tweets {
  padding: 0;
  list-style: none;
}
.uv-sidebar .latest-tweets li {
  display: inline-table;
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
}
.uv-sidebar .latest-tweets li p {
  padding-bottom: 0;
}
.uv-sidebar .latest-tweets li p:before {
  content: "\f099";
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  color: #999eab;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.uv-sidebar .latest-tweets li p a {
  margin: 0 4px;
  color: #e34b11;
}
.uv-sidebar .latest-tweets li span {
  color: #363a47;
  display: block;
  color: #fff;
  margin: 0;
  margin-top: 0;
  font-size: 12px;
}
.uv-map #map {
  height: 500px;
  width: 100%;
}
.uv-contact .widget-title h4 {
  padding-top: 0;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}
.uv-contact .widget-title .uv-hr {
  border-color: #999eab;
  border-top: 1px solid #eee;
  margin: 0;
  border-width: 2px;
  width: 45px;
  margin-bottom: 30px;
}
.uv-contact .form-control {
  margin-bottom: 15px;
}
.uv-contact .contact-message.form-control {
  height: 133px;
}
.uv-contact .btn {
  width: 100%;
}
.uv-contact .contact-list li {
  color: #999eab;
  margin-bottom: 7px;
}
.uv-contact .contact-list li .fa {
  padding-right: 7px;
}
.uv-contact .contact-list li a {
  color: #999eab;
}
.uv-course-archive .padding-side {
  padding: 0 30px;
}
.uv-course-archive .padding {
  padding: 30px;
}
.uv-course-archive .uv-course-category ul li a {
  padding: 12px 30px;
  font-weight: 400;
  color: #323232;
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.uv-course-archive .uv-course-category ul li a:hover {
  background-color: #21b14d;
  color: #fff;
}
.uv-course-archive .uv-course-category ul li a .fa {
  margin-right: 10px;
}
.uv-course-archive .uv-course-category ul li a:hover {
  color: #fff;
}
.uv-course-archive .uv-course-instructor ul li {
  margin-bottom: 15px;
}
.uv-course-archive .uv-course-instructor ul li a:hover {
  color: #21b14d;
}
.uv-course-archive .uv-course-instructor ul li a h4 {
  margin-top: 0;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 2px;
  font-weight: 500;
}
.uv-course-archive .uv-course-instructor ul li span {
  font-size: 12px;
  line-height: 12px;
}
.uv-course-archive .uv-course-nav {
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  padding: 15px 15px 8px;
  margin-bottom: 30px;
  font-size: 12px;
  min-height: 20px;
  position: relative;
}
.uv-course-archive .uv-course-nav ul li .btn {
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 3px;
  width: 100%;
}
.uv-course-archive .uv-course-nav  .selectize-input {
  border: 1px solid #ccc;
  padding: 9px 12px;
}
.uv-course-archive .uv-course-nav .uv-list-grid {
  float: right;
  margin-top: 2px;
  position: absolute;
  right: 0;
  top: 30%;
  bottom: 0;
  width: 160px;
}
.uv-course-archive .uv-course-nav .uv-list-grid a {
  line-height: 18px;
  padding: 7px 12px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-width: 2px;
  border-radius: 3px;
  border: 2px solid #ccc;
}
.uv-course-archive .uv-course-nav .uv-list-grid a .fa {
  margin-right: 4px;
}
.uv-course-thumbs {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 30px;
}
.uv-course-thumbs .uv-thumb-caption {
  padding: 20px;
}
.uv-course-thumbs .uv-thumb-caption a h4 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 24px;
}
.uv-course-thumbs .uv-thumb-caption a:hover {
  color: #21b14d;
}
.uv-course-thumbs .uv-thumb-caption .thumb-caption-inner .uv-course-author {
  margin-bottom: 15px;
  display: block;
  font-size: 13px;
}
.uv-course-thumbs .uv-thumb-caption .thumb-caption-inner .uv-course-author a span.uv-author-avatar {
  float: right;
}
.uv-course-thumbs .uv-thumb-caption .thumb-caption-inner .uv-course-author a span.uv-author-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  height: auto;
  max-width: 100%;
}
.uv-course-thumbs .uv-thumb-caption .thumb-caption-inner .uv-course-price-n-join {
  display: block;
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 0px;
}
.uv-course-thumbs .uv-thumb-caption .thumb-caption-inner .uv-course-price-n-join .uv-course-price {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 34px;
  color: #21b14d;
}
.uv-course-thumbs .uv-thumb-caption .thumb-caption-inner .uv-course-price-n-join a {
  display: inline-block;
  float: right;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
}
.uv-course-thumbs .uv-thumb-caption .thumb-caption-inner .uv-course-meta {
  color: #888;
  display: block;
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
  padding-top: 15px;
}
.uv-course-thumbs .uv-thumb-caption .thumb-caption-inner .uv-course-meta .uv-course-students {
  line-height: 24px;
  font-size: 14px;
}
.uv-course-thumbs .uv-thumb-caption .thumb-caption-inner .uv-course-meta .uv-course-review {
  display: inline-block;
  float: right;
  line-height: 24px;
  font-size: 14px;
}
.uv-course-thumbs .uv-thumb-caption .thumb-caption-inner .uv-course-meta .uv-course-review ul li {
  display: inline-block;
}
.uv-student-profile-sidebar .uv-widget {
  overflow: hidden;
}
.uv-student-profile-sidebar .uv-widget.no-side-padding {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.uv-student-profile-sidebar .uv-student-avatar {
  float: left;
  width: 82px;
}
.uv-student-profile-sidebar .uv-student-avatar figure {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.uv-student-profile-sidebar .uv-student-avatar figure img {
  width: 100%;
  height: auto;
}
.uv-student-profile-sidebar .uv-student-info {
  float: none;
  padding: 0px 0 0 95px;
  width: auto;
}
.uv-student-profile-sidebar .uv-student-info h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px 0px 5px;
  font-weight: bold;
}
.uv-student-profile-sidebar .uv-student-info p {
  color: #666666;
  line-height: normal;
  font-weight: 600;
  margin: 0px 0px 5px;
  font-size: 16px;
}
.uv-student-profile-sidebar .uv-student-info label {
  color: #999999;
  margin: 0px;
  font-size: 16px;
  display: block;
  font-weight: 400;
}
.uv-student-profile-sidebar .uv-student-infor-inner {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.uv-student-profile-sidebar .uv-student-infor-inner h6 {
  font-size: 16px;
  margin: 0px 0px 5px;
  color: #666666;
  font-weight: bold;
}
.uv-student-profile-sidebar .uv-student-infor-inner span {
  font-size: 16px;
  margin: 0px 0px 5px;
  color: #999999;
  display: block;
}
.uv-student-profile-sidebar .uv-student-nav ul li {
  padding: 0 0;
  margin: 0;
  list-style: none;
  border-bottom: 2px solid #eeeeee;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.uv-student-profile-sidebar .uv-student-nav ul li:hover {
  background-color: #21b14d;
  color: #fff;
}
.uv-student-profile-sidebar .uv-student-nav ul li:hover a {
  color: #fff;
}
.uv-student-profile-sidebar .uv-student-nav ul li:hover a .fa {
  color: #fff;
}
.uv-student-profile-sidebar .uv-student-nav ul li:last-child {
  border-bottom-color: transparent;
}
.uv-student-profile-sidebar .uv-student-nav ul li a {
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  color: #666666;
  font-weight: 600;
  display: block;
  position: relative;
}
.uv-student-profile-sidebar .uv-student-nav ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 40px;
  top: 38%;
  font-size: 11px;
  line-height: 15px;
  visibility: hidden;
  opacity: 0;
}
.uv-student-profile-sidebar .uv-student-nav ul li a .fa {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  padding: 16px 0px;
  width: 55px;
  text-align: center;
  margin-right: 10px;
  border-right: 2px solid #eeeeee;
}
.uv-sudent-profile-info {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
}
.uv-sudent-profile-info .uv-student-profile-details-header {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.uv-sudent-profile-info .uv-student-profile-details-header .uv-student-img {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.uv-sudent-profile-info .uv-student-profile-details-header .uv-student-img img {
  width: 100%;
  height: auto;
}
.uv-sudent-profile-info .uv-student-profile-inner ul {
  width: 100%;
  float: left;
}
.uv-sudent-profile-info .uv-student-profile-inner ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 0px;
  border-bottom: 1px solid #efefef;
}
.uv-sudent-profile-info .uv-student-profile-inner ul li span {
  color: #999999;
  font-weight: 600;
  margin-right: 15px;
  display: inline-block;
  line-height: normal;
}
.uv-sudent-profile-info .uv-student-profile-inner ul li p {
  margin: 0px;
  display: inline-block;
  line-height: normal;
  color: #999999;
}
.uv-sudent-profile-info .uv-student-overview {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.uv-sudent-profile-info .uv-student-courses-overview ul li {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -ms-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uv-sudent-profile-info .uv-student-courses-overview ul li:hover {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) ;
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) ;
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) ;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uv-sudent-profile-info .uv-student-courses-overview .course-feature-img {
  position: relative;
}
.uv-sudent-profile-info .uv-student-courses-overview .course-feature-img span {
  position: absolute;
  right: 0;
  top: 10px;
  background: #21b14d;
  padding: 3px 7px;
  color: #fff;
}
.uv-sudent-profile-info .uv-student-courses-overview .uv-std-course-info a:hover {
  color: #21b14d;
}
.uv-sudent-profile-info .uv-student-courses-overview .uv-std-course-info a h6 {
  text-transform: inherit;
}
.uv-sudent-profile-info .uv-student-courses-overview .uv-std-course-info .uv-std-course-review {
  margin: 10px 0;
}
.uv-sudent-profile-info .uv-student-courses-overview .uv-std-course-info .uv-std-course-review ul {
  display: inline-block;
}
.uv-sudent-profile-info .uv-student-courses-overview .uv-std-course-info .uv-std-course-review ul li {
  display: inline;
  border: inherit;
  box-shadow: none;
}
.uv-sudent-profile-info .uv-student-courses-overview .uv-std-course-info .uv-std-course-review ul li .fa {
  color: #ff9c00;
}
.uv-sudent-profile-info .uv-student-courses-overview .uv-std-course-info .uv-std-course-review span {
  margin-left: 20px;
}
.uv-std-favorites li {
  padding: 15px;
  position: relative;
  float: left;
  display: block;
  border: none;
  width: 100%;
}
.uv-std-favorites li:hover {
  background-color: #21b14d;
  color: #fff;
}
.uv-std-favorites li:hover:nth-child(odd) {
  background-color: #21b14d;
}
.uv-std-favorites li:hover a {
  color: #fff;
}
.uv-std-favorites li:hover .uv-std-fav-course-info p a {
  color: #fff;
}
.uv-std-favorites li:nth-child(odd) {
  background-color: #f5f5f5;
}
.uv-std-favorites li .uv-std-fav-course-info {
  position: relative;
  padding-right: 120px;
}
.uv-std-favorites li .uv-std-fav-course-info .uv-course-btn {
  width: 100px;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
}
.uv-std-favorites li .uv-std-fav-course-info .uv-course-btn a {
  display: inline;
}
.uv-std-favorites li .uv-std-fav-course-info .uv-course-btn a .fa {
  color: #fff;
  border-radius: 3px;
  background: #808080;
  padding: 10px;
  text-align: center;
}
.uv-std-favorites li .uv-std-fav-course-info .uv-std-course-review {
  overflow: hidden;
}
.uv-std-favorites li .uv-std-fav-course-info .uv-std-course-review ul {
  margin-right: 5px;
}
.uv-std-favorites li .uv-std-fav-course-info .uv-std-course-review ul li {
  display: inline-block;
  border: none;
  padding: 0;
  box-shadow: none;
  width: inherit;
  margin-right: 2px;
  margin-bottom: 0;
  background-color: inherit;
}
.uv-std-favorites li .uv-std-fav-course-info .uv-std-course-review ul li .fa {
  color: #ff9c00;
}
.uv-std-favorites li .uv-std-fav-course-info .uv-std-course-review b {
  margin-left: 10px;
}
.uv-std-favorites li .uv-std-fav-course-info a h6 {
  margin-top: 0;
  font-weight: bold;
  text-transform: inherit;
}
.uv-std-favorites li .uv-std-fav-course-info p {
  font-weight: bold;
}
.uv-std-favorites li .uv-std-fav-course-info p a {
  color: #21b14d;
}
.uv-sudent-profile-info .uv-student-courses-overview .uv-choose-photo li {
  border: none;
}
.uv_privacy_field > input[type="text"],
.uv_privacy_field textarea {
  float: left;
  width: 100%;
  border: 1px solid rgba(127, 127, 127, 0.21);
  border-radius: 2px;
  min-height: 48px;
  padding: 8px 20px 8px 20px;
  border-radius: 40px;
  background-color: #f5f5f5;
  position: relative;
}
.uv_privacy_field input[type="submit"],
.uv_privacy_field button {
  border: 0px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 40px;
  background-color: #222222;
  border-radius: 50px;
}
.uv_privacy_field textarea {
  min-height: 185px;
  resize: none;
  padding: 20px 30px;
  border-radius: 30px;
}
.switch {
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0px;
  margin: auto;
  display: inline-block;
  width: 100px;
  height: 30px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2dcc70;
}
.slider > span {
  color: #ffffff;
  text-transform: capitalize;
  position: absolute;
  left: 42px;
  top: 2px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 6px;
  bottom: 5px;
  background-color: #ffffff;
}
.switch input:checked + .slider {
  background-color: #666666;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider > span {
  left: 15px;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.uv_privacy_field > input[type="text"],
.uv_privacy_field textarea,
.slider:before,
.slider {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: 0;
}
.default_width {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.uv_table_head {
  background-color: #2dcc70;
}
.uv_table_head > tr > th {
  color: #ffffff;
  padding: 30px 0px;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.2);
}
.uv_table_head > tr > th:nth-child(even) {
  background-color: #1bc061;
}
.empty_class_bg {
  background-color: #f5f5f5;
}
.open-date {
  display: block;
  font-size: 10px;
  line-height: normal;
}
.uv_class_body_bg {
  background-color: #ffffff;
}
.card-container {
  padding: 30px;
  position: relative;
}
.card-container:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0;
  background-image: url(../images/class-bg.jpg);
  background-repeat: no-repeat;
  opacity: 0.2;
  background-size: cover;
  z-index: 10;
}
.uv_classes_table td {
  padding: 0px;
  border: 0px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03);
}
.uv_classes_table .card h4 {
  font-size: 14px;
  font-weight: bold;
}
.uv_classes_table .card > h4 > i {
  font-size: 13px;
  width: 25px;
  height: 25px;
  background: #f5f5f5;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  margin-right: 10px;
}
.uv_classes_table .card .open-time {
  font-size: 11px;
}
.uv_classes_table .card p {
  font-weight: 700;
}
.uv_classes_table .card p span {
  font-weight: 400;
}
/*Small Table*/
.uv_table_small {
  display: none;
  padding: 10px;
  background-color: #ffffff;
}
.uv_table_small > h3 {
  font-weight: bold;
  margin: 10px 0px 15px;
  font-size: 20px;
}
.uv_table_small ul {
  margin: 0px 0px 25px;
}
.uv_table_small ul li {
  border-bottom: 1px solid #cfdae2;
  padding: 10px 0px;
}
.uv_table_small ul li p {
  color: #91a9bb;
  float: right;
  font-size: 11px;
}
.uv_table_small ul li a.painting {
  color: #ffbb44;
}
.uv_table_small ul li a.dancing {
  color: #fc6f8d;
}
.uv_table_small ul li a.english {
  color: #ed6950;
}
/*Hover*/
.card-container:hover:before {
  height: 100%;
}
.uv_course_search_bg {
  background-image: url(extra-images/courses-search-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.uv_explore_search {
  float: left;
  width: 100%;
  position: relative;
  margin: 0px 0px 30px;
}
/*Chossen CSS*/
.uv_explore_search .chosen-container-single .chosen-single {
  height: 40px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  width: 100%;
  padding: 7px 20px;
}
.uv_explore_search .chosen-container-single .chosen-single div {
  background-color: transparent;
}
.uv_explore_search .chosen-container-single .chosen-single div b::before {
  color: #666;
  font-weight: 500;
  top: 8px;
  height: 6px;
}
.uv_explore_search .chosen-container-single .chosen-drop {
  border-radius: 12px 12px 4px 4px;
}
/*Button CSS*/
.uv_explore_search.align_center {
  text-align: center;
  margin: 0px;
}
.uv_explore_search input[type="submit"],
.uv_explore_search button {
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 30px;
  border: 0px;
  font-weight: 700;
}
.uv_explore_search ul {
  float: left;
  width: 100%;
  margin: 10px 0px 0px;
}
.uv_explore_search ul li {
  display: inline-block;
  width: 100%;
  position: relative;
}
.uv_explore_search ul li a {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin: 0px 0px 10px;
  font-weight: 500;
}
.uv_explore_search ul li a i {
  margin: 0px 10px 0px 0px;
}
/*Hover CSS*/
.uv_explore_search input[type="submit"]:hover,
.uv_explore_search button:hover {
  background-color: #191c1d;
}
.uv_advacnce_search_wrap {
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-bottom: 30px;
}
.uv_advance_search {
  width: 40%;
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.uv_advance_search form input[type="text"] {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #e8e8e8;
  height: 44px;
  padding: 10px 160px 10px 10px;
  outline: 0;
}
.uv_advance_search form input[type="submit"],
.uv_advance_search form button {
  color: #ffffff;
  height: 44px;
  padding: 0px 25px;
  border-radius: 5px;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #21b14d;
}
.uv_advance_search form input[type="submit"]:hover,
.uv_advance_search form button:hover {
  background-color: #21b14d;
}
.uv_advacnce_search_wrap .uv_explore_search {
  width: 20%;
  margin: 0px 18px 0px 0px;
}
.uv_advacnce_search_wrap .chosen-container-single .chosen-single {
  border-radius: 5px;
  background-color: #f5f5f5;
  border-color: rgba(51, 51, 51, 0.2);
  height: 44px;
}
.uv_advacnce_search_wrap .chosen-container-single .chosen-drop {
  border-radius: 0px;
}
.uv_advacnce_search_wrap .chosen-container .chosen-drop {
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.uv_search_type {
  width: 18%;
  float: left;
  text-align: center;
}
.uv_search_type ul {
  width: auto;
  border-radius: 5px;
}
.uv_search_type ul li {
  display: inline-block;
  position: relative;
  background-color: #f5f5f5;
}
.uv_search_type ul li a {
  display: block;
  border: 1px solid rgba(51, 51, 51, 0.2);
  color: #333333;
  height: 42px;
  padding: 0px 15px;
  line-height: 42px;
  margin: 0px 0px 0px -5px;
  background-color: #f5f5f5;
}
.uv_search_type ul li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.uv_search_type ul li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.uv_search_format {
  width: 18%;
  float: left;
}
.uv_search_format ul {
  width: auto;
  float: right;
}
.uv_search_format ul li {
  display: inline-block;
  position: relative;
}
.uv_search_format ul li a {
  display: block;
  color: #999999;
  height: 42px;
  padding: 0px 15px;
  line-height: 42px;
}
.uv_search_format ul li a i {
  margin-right: 8px;
  color: #999999;
}
/*Hover*/
.uv_search_type ul li:hover a {
  color: #ffffff;
}
.uv_search_format ul li:hover a,
.uv_search_format ul li:hover a i {
  color: #333333;
}
.chosen-container {
  width: 100% !important;
}
.uv_explore_search.uv_clas_search {
  width: 17.0%;
}
.uv_classes_table {
  min-width: 100%;
  width: 100%;
}
.uv_explore_search .chosen-container .chosen-results li.highlighted {
  background-color: #21b14d;
}
.uv-course-details .uv-course-details-inner {
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.uv-course-details .uv-course-details-inner .uv-cd-heading {
  overflow: hidden;
}
.uv-course-details .uv-course-details-inner .uv-social-icons {
  text-align: center;
}
.uv-course-details .uv-course-details-inner .uv-social-icons li {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  border: none;
}
.uv-course-details .uv-course-details-inner .uv-social-icons li a {
  display: inline-block;
  position: relative;
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #999999;
}
.uv-course-details .uv-course-details-inner .each-title {
  margin-top: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.uv-course-details .uv-course-details-inner .each-title h2 {
  width: 70%;
  float: left;
  color: #666666;
  margin-top: 0;
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
}
.uv-course-details .uv-course-details-inner .each-title .uv-course-reveiw span {
  float: right;
  color: #999999;
  font-size: 14px;
  margin-left: 10px;
}
.uv-course-details .uv-course-details-inner .each-title .uv-course-reveiw ul {
  float: right;
}
.uv-course-details .uv-course-details-inner .each-title .uv-course-reveiw ul li {
  display: inline-block;
  color: #ff9c00;
  margin: 0px 0px 0px -4px;
}
.uv-course-details .uv-course-details-inner .uv-cd-meta ul {
  float: left;
  width: 100%;
}
.uv-course-details .uv-course-details-inner .uv-cd-meta ul li {
  position: relative;
  float: left;
  padding: 0px 30px;
  line-height: 25px;
  border-radius: 0px;
  border-right: 1px solid #eee;
}
.uv-course-details .uv-course-details-inner .uv-cd-meta ul li:first-child {
  padding-left: 0;
}
.uv-course-details .uv-course-details-inner .uv-cd-meta ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.uv-course-details .uv-course-details-inner .uv-cd-meta ul li figure {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  border: 2px solid #e2e2e2;
  margin-right: 10px;
  float: left;
  position: relative;
  overflow: hidden;
}
.uv-course-details .uv-course-details-inner .uv-cd-meta ul li figure img {
  width: 100%;
  height: auto;
}
.uv-course-details .uv-course-details-inner .uv-cd-meta ul li .uv-course-meta-des {
  overflow: hidden;
}
.uv-course-details .uv-course-details-inner .uv-cd-meta ul li .uv-course-meta-des h6 {
  font-size: 15px;
  color: #999999;
  margin: 0;
  font-weight: bold;
}
.uv-course-details .uv-course-details-inner .uv-cd-meta ul li .uv-course-meta-des span {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}
.uv-course-details .uv-course-details-inner .uv-cd-meta ul li ul.uv-social-icons {
  text-align: center;
}
.uv-course-details .uv-course-details-inner .uv-cd-meta ul li ul.uv-social-icons li {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  border: none;
}
.uv-course-details .uv-course-details-inner .uv-cd-meta ul li ul.uv-social-icons li a {
  display: inline-block;
  position: relative;
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #999999;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap {
  padding: 15px 20px;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 20px;
  color: #666666;
  font-size: 24px;
  line-height: 34px;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap p {
  letter-spacing: 0.2px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 20px;
  font-size: 14px;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap .uv-cd-arrow {
  float: left;
  width: 100%;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap .uv-cd-arrow li {
  color: #999999;
  margin: 10px 0px 0px;
  position: relative;
  padding: 0px 0px 0px 25px;
  float: left;
  width: 100%;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap .uv-cd-arrow li:before {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap h6 {
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px 0px 15px;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap .uv-course-list-warp ul {
  float: left;
  width: 100%;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap .uv-course-list-warp ul li {
  width: 100%;
  float: left;
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #dbdbdb;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 0px 0px 10px;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap .uv-course-list-warp ul li .uv_lec_detail {
  float: left;
  width: 14%;
  color: #999999;
  text-align: left;
  text-transform: capitalize;
  font-weight: 600;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap .uv-course-list-warp ul li .uv_lec_title {
  float: left;
  width: 70%;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap .uv-course-list-warp ul li .uv_lec_title h6 {
  color: #999999;
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
  font-size: 14px;
  text-transform: inherit;
  margin: 0;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap .uv-course-list-warp ul li .uv_lec_title span {
  display: inline-block;
  padding: 1px 15px;
  border-radius: 15px;
  background-color: #d0d0d0;
  color: #6a6a6a;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap .uv-course-list-warp ul li .uv_lec_duration {
  float: left;
  width: 16%;
  color: #999999;
  font-weight: 600;
  text-align: right;
}
.uv-course-details .uv-course-details-inner .uv-cd-wrap .uv-course-list-warp ul li .uv_lec_duration .fa {
  margin-right: 10px;
}
.uv-course-details .uv-course-details-inner .uv-cd-instrutor-details {
  padding: 10px 15px;
  overflow: hidden;
  padding-left: 0;
}
.uv-course-details .uv-course-details-inner .uv-cd-instrutor-details figure {
  width: 30%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  float: left;
}
.uv-course-details .uv-course-details-inner .uv-cd-instrutor-details figure img {
  width: 100%;
  height: auto;
}
.uv-course-details .uv-course-details-inner .uv-cd-instrutor-details .uv-cd-instructor-details-inner {
  float: left;
  width: 67%;
  margin-left: 16px;
}
.uv-course-details .uv-course-details-inner .uv-cd-instrutor-details .uv-cd-instructor-details-inner h3 {
  font-weight: bold;
  margin: 0px 0px 10px;
  text-transform: uppercase;
  color: #666666;
  font-size: 24px;
  margin-bottom: 0;
}
.uv-course-details .uv-course-details-inner .uv-cd-instrutor-details .uv-cd-instructor-details-inner span {
  font-size: 18px;
  line-height: 30px;
  color: #999999;
  margin: 0px 0px 10px;
  font-weight: 600;
  margin-bottom: 20px;
}
.uv-course-details .uv-course-details-inner .uv-cd-instrutor-details .uv-cd-instructor-details-inner .uv-social-icons li {
  float: left;
}
.uv_aside2_hdg {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.uv_aside2_hdg h5 {
  font-weight: bold;
  text-transform: uppercase;
  padding: 17px 15px;
  font-size: 20px;
  margin: 0;
  color: #ffffff;
  border-bottom: 2px solid #25b762;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #21b14d;
}
.uv_aside2_hdg ul {
  float: left;
  width: 100%;
  padding: 0px 10px;
}
.uv_aside2_hdg ul li {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  padding: 12px 0px;
}
.uv_course_dur_list {
  width: 75%;
  float: left;
}
.uv_course_dur_list .fa {
  width: 40px;
  font-size: 30px;
  color: #999999;
  float: left;
}
.uv_course_dur_list span {
  color: #999999;
  font-size: 15px;
  float: left;
  padding-top: 5px;
}
.uv_featured_course_list > a {
  float: left;
  width: 50%;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  padding: 15px 0px;
  background-color: #21b14d;
}
.uv_dwnload_course {
  padding: 10px 15px;
  background-color: #ffffff;
  border: 0px solid transparent;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -ms-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  border-radius: 5px;
  width: 100%;
  position: relative;
}
.uv_dwnload_course a {
  display: block;
}
.uv_dwnload_course a i {
  border: 2px solid #999999;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  float: left;
  font-size: 30px;
  color: #999999;
  margin-right: 15px;
}
.uv_dwnload_course a span {
  color: #999999;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  float: none;
  width: auto;
}
.uv_course_intro {
  background-color: #ffffff;
  border-radius: 5px;
  border: 0px solid transparent;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -ms-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
}
.uv_course_intro figure {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.uv_course_intro figure:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.uv_course_intro figure .uv_play_btn {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.uv_course_intro figure .uv_play_btn a {
  display: block;
  color: #ffffff;
  font-size: 30px;
  width: 70px;
  height: 70px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  line-height: 70px;
  margin: auto;
  position: relative;
  top: 40%;
}
.uv_course_intro p {
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 0px;
  text-align: center;
  margin: 0px;
  float: left;
  width: 100%;
}
.uv_aside2_hdg {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 5px;
  border: 0px solid transparent;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -ms-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  background-color: #ffffff;
}
.uv_aside2_hdg h5 {
  font-weight: bold;
  text-transform: uppercase;
  padding: 17px 15px;
  font-size: 20px;
  color: #ffffff;
  border-bottom: 2px solid #25b762;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.uv_aside_category ul {
  padding: 10px 15px;
  float: left;
  width: 100%;
}
.uv_aside_category ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0;
  border: none;
}
.uv_aside_category ul li:hover a {
  color: #21b14d;
}
.uv_aside_category ul li:hover span {
  color: #21b14d;
}
.uv_aside_category ul li:before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  width: auto;
  height: auto;
  top: 7px;
  left: 0px;
  color: #999999;
}
.uv_aside_category ul li a {
  display: inline-block;
  color: #999999;
  font-weight: 500;
  padding: 8px 0px 8px 18px;
}
.uv_aside_category ul li span {
  float: right;
  padding-top: 6px;
  color: #999999;
}
.uv_featured_course_list ul.uv_aside_fea_course {
  padding: 0px;
}
.uv_featured_course_list ul.uv_aside_fea_course li {
  padding: 15px;
}
.uv_featured_course_list ul.uv_aside_fea_course li figure {
  width: 80px;
  float: left;
  overflow: hidden;
  position: relative;
}
.uv_featured_course_list ul.uv_aside_fea_course li figure:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 3px solid;
  opacity: 0;
  z-index: 10;
}
.uv_featured_course_list ul.uv_aside_fea_course li figure img {
  width: 100%;
  height: auto;
}
.uv_featured_course_list ul.uv_aside_fea_course li .aside_fea_course_des {
  float: none;
  padding: 0px 0px 0px 90px;
  width: auto;
}
.uv_featured_course_list ul.uv_aside_fea_course li .aside_fea_course_des h6 {
  font-size: 18px;
  margin: 0;
}
.uv_featured_course_list ul.uv_aside_fea_course li .aside_fea_course_des h6 a {
  display: block;
  font-size: 14px;
  color: #999999;
  margin: 0px 0px 6px;
  font-weight: 600;
  line-height: 22px;
}
.uv_featured_course_list ul.uv_aside_fea_course li .aside_fea_course_des h6 a:hover {
  color: #21b14d;
}
.uv_featured_course_list ul.uv_aside_fea_course li .aside_fea_course_des span {
  display: block;
  font-weight: bold;
  color: #999999;
}
.uv_aside_hdg {
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -ms-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  background-color: #ffffff;
  border-radius: 5px;
}
.uv_aside_hdg h6 {
  text-transform: capitalize;
  padding: 20px 25px 20px 20px;
  border-bottom: 1px solid #dbdbdb;
  font-weight: bold;
  color: #999999;
  font-size: 18px;
  margin: 0;
}
.uv_aside_hdg i {
  position: absolute;
  top: 18px;
  right: 10px;
  font-size: 8px;
  width: 25px;
  height: 25px;
  background-color: #e8e8e8;
  border-radius: 100%;
  line-height: 26px;
  text-align: center;
  color: #999999;
}
.uv_aside_hdg form {
  padding: 15px;
}
.uv_aside_hdg form .uv_aside_field {
  position: relative;
}
.uv_aside_hdg form .uv_aside_field i.uv-gt-search {
  top: 10px;
  background: none;
}
.uv_aside_hdg form input[type="text"] {
  width: 100%;
  height: 45px;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  margin: 0px 0px 15px;
  padding: 8px 40px 8px 10px;
  color: #999999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  vertical-align: middle;
}
.uv_aside_field button > i {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #21b14d;
  color: #fff;
}
.uv_aside_hdg form {
  padding: 15px;
}
.uv_aside_field {
  position: relative;
}
.uv_aside_field input[type="text"] {
  width: 100%;
  height: 45px;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  margin: 0px 0px 15px;
  padding: 8px 40px 8px 10px;
  color: #999999;
}
.uv_aside_field > i {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 14px;
  color: #999999;
}
.uv_aside_field button {
  color: #ffffff;
  background-color: #21b14d;
  border: none;
  height: 45px;
  text-transform: capitalize;
  width: 100%;
  border-radius: 5px;
  padding-left: 40px;
  text-align: left;
}
.uv_aside_field button > i {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 45px;
  width: 50px;
  background-color: #21b14d;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  border-radius: 5px;
  text-align: center;
}
/*Chossen CSS*/
.uv_aside_field .chosen-container-single .chosen-single {
  height: 45px;
  background: #f5f5f5;
  box-shadow: none;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  width: 100%;
  padding: 9px 10px;
  font-size: 14px;
  color: #999999;
}
.uv_aside_field .chosen-container-single .chosen-single div {
  color: #999999;
  font-size: 16px;
  top: 1px;
  right: -4px;
}
.uv_aside_field .chosen-container-single {
  margin: 0px 0px 15px;
}
.uv_aside_field .chosen-container-single .chosen-single div {
  background-color: transparent;
}
.uv_aside_field .chosen-container-single .chosen-single div b::before {
  color: #666;
  font-weight: 500;
  top: 8px;
  height: 6px;
}
.uv_aside_field .chosen-container-single .chosen-drop {
  border-radius: 5px 5px 4px 4px;
  border-color: rgba(51, 51, 51, 0.2);
}
/*Form Hover*/
.uv_aside_field button:hover i {
  width: 100%;
}
/*Checkbox Css*/
ul.uv_checkbox_list {
  width: 100%;
  float: left;
  padding: 15px;
}
ul.uv_checkbox_list li {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 10px;
}
ul.uv_checkbox_list li:last-child {
  margin-bottom: 0px;
}
ul.uv_checkbox_list li input[type="checkbox"] {
  display: none;
}
ul.uv_checkbox_list li label {
  font-weight: normal;
  line-height: 20px;
  color: #999999;
  cursor: pointer;
  margin: 0px;
}
ul.uv_checkbox_list li input[type="checkbox"] + label span {
  width: 11px;
  height: 11px;
  margin: 0px 12px 0 0;
  border: 2px solid #999999;
  border-radius: 100%;
  cursor: pointer;
  float: left;
  margin-top: 4px;
  font-weight: bold;
}
ul.uv_checkbox_list li input[type="checkbox"]:checked + label span {
  background-color: #21b14d;
  border-color: #21b14d;
}
ul.uv_aside_fea_course li {
  border-bottom: 1px solid #efefef;
  padding: 10px 10px;
  width: 100%;
  display: inline-block;
}
ul.uv_aside_fea_course li:last-child {
  border-bottom: 0px;
}
ul.uv_aside_fea_course li figure {
  width: 80px;
  float: left;
  overflow: hidden;
  position: relative;
}
ul.uv_aside_fea_course li figure:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 3px solid;
  opacity: 0;
  z-index: 10;
}
ul.uv_aside_fea_course li:hover figure:before {
  opacity: 1;
}
ul.uv_aside_fea_course li figure img {
  width: 100%;
  height: auto;
}
.aside_fea_course_des-alt {
  float: none;
  padding: 0px 0px 0px 90px;
  width: auto;
}
.aside_fea_course_des-alt h6 {
  padding: 0;
  border: none;
}
.aside_fea_course_des-alt h6 > a {
  display: block;
  font-size: 14px;
  color: #999999;
  margin: 0px 0px 6px;
  font-weight: 600;
  line-height: 22px;
}
.aside_fea_course_des-alt p {
  margin: 0px 0px 6px;
}
.aside_fea_course_des-alt p,
.aside_fea_course_des-alt span {
  color: #999999;
}
.aside_fea_course_des-alt span {
  display: block;
  font-weight: bold;
}
.uv-course-listing-inner {
  padding-bottom: 30px;
}
.uv_course_listing_wrap {
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -ms-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  -o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) ;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uv_course_listing_wrap:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uv_course_listing_wrap > figure {
  width: 30%;
  border-radius: 5px;
  float: left;
  position: relative;
  overflow: hidden;
}
.uv_course_listing_wrap > figure > img {
  width: 100%;
  height: auto;
}
.uv_course_listing_des {
  width: 70%;
  float: left;
  position: relative;
  padding: 0px 15px;
}
.uv_course_listing_des > ul.uv_event_meta {
  margin: 0px 0px 10px;
}
.uv_course_listing_des > h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px 0px 8px;
  font-size: 22px;
}
.uv_course_listing_des > a {
  display: inline-block;
  padding: 10px 25px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  background-color: #666666;
  border-radius: 30px;
}
.uv_course_price {
  float: right;
  width: auto;
  color: #999999;
}
.uv_course_price > h4 {
  color: #666666;
  margin-right: 5px;
  display: inline-block;
  font-weight: 600;
}
.uv_listing_rating {
  position: absolute;
  top: 0px;
  right: -20px;
  padding: 5px 5px 5px 25px;
  background-color: #21b14d;
}
.uv_listing_rating:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -12px;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  background-color: #ffffff;
}
.uv_listing_rating:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #1bbc5f;
}
.uv_listing_rating ul.uv_rating_star li a {
  color: #ffffff;
}
ul.uv_event_meta {
  margin: 0px 0px 10px;
}
ul.uv_event_meta {
  width: 100%;
  float: left;
}
ul.uv_event_meta li {
  display: inline-block;
  color: #999999;
  padding: 0px 10px;
}
ul.uv_event_meta li:first-child {
  padding-left: 0px;
}
ul.uv_event_meta li > i {
  margin: 0px 8px 0px 0px;
}
ul.uv_event_meta li > a {
  display: inline-block;
  color: #999999;
  margin-left: 5px;
}
ul.uv_event_meta li > a:hover {
  color: #21b14d;
}
.uv_pagination_outer_wrap {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.uv_pagination_outer_wrap ul {
  display: inline-block;
  width: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
}
.uv_pagination_outer_wrap ul li {
  position: relative;
  display: inline-block;
  margin: 0px -4px 0px 0px;
}
.uv_pagination_outer_wrap ul li:last-child {
  margin-right: 0px;
}
.uv_pagination_outer_wrap ul li a {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #f2f2f2;
  line-height: 48px;
  color: #585858;
  font-weight: 500;
}
.uv_pagination_outer_wrap ul li:first-child a,
.uv_pagination_outer_wrap ul li:last-child a {
  width: 60px;
  border: 1px solid #f2f2f2;
}
.uv_pagination_outer_wrap ul li.active a,
.uv_pagination_outer_wrap ul li:hover a {
  color: #fff;
  background-color: #21b14d;
}
.quiz-wrapper .lead {
  padding-bottom: 0;
  color: #363a47;
}
.progress,
.panel-footer {
  box-shadow: none;
  background-color: #edecf0;
}
.panel-primary {
  border-color: #edecf0;
}
.course-list .shop-item-list,
#course-left-sidebar {
  margin-bottom: 30px;
}
.course-instructors img {
  width: 20px;
  margin: 0 8px;
}
.course-prize i {
  font-size: 16px;
  padding: 3px 2px 0;
}
.course-description small {
  font-weight: 600;
  margin-right: 20px;
  font-size: 13px;
}
.course-description small span {
  font-weight: 400;
}
.course-description small span a:hover {
  color: #21b14d;
}
.course-description .course-title {
  font-size: 24px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.progressbar-text {
  display: none;
}
.course-meta i {
  padding-right: 3px;
}
.course-meta .label-primary {
  width: 25px;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  line-height: 16px;
  text-align: center;
}
.course-meta p {
  width: 100%;
  display: block;
  position: relative;
}
.course-meta small {
  position: absolute;
  right: 0;
  top: 0;
}
.course-image-widget img {
  width: 100%;
}
.course-meta p,
.course-meta a {
  line-height: 1;
  color: #ffffff;
}
.course-meta {
  padding: 15px 20px 10px;
  background-color: #3f4451;
  margin-top: 0;
}
.course-meta.forshop {
  background-color: #fff;
}
.course-meta.forshop hr {
  border-color: #fff;
  background-color: #fff;
}
.course-meta.forshop p {
  color: #777777;
  font-size: 14px;
}
.course-meta.forshop a {
  color: #363a47 !important;
}
.course-meta .rating {
  margin-top: 0;
  padding-top: 0;
}
.course-meta .rating i {
  padding: 0;
  color: #eabe12;
}
.course-meta p {
  display: inline-block;
  padding-right: 4px;
  padding-bottom: 0;
  font-size: 13px;
}
.course-meta hr {
  background: #626774;
  border-color: #121724;
  height: 1px;
  margin-bottom: 6px;
  margin-top: 6px;
}
.course-button .btn {
  border-radius: 0;
  padding: 10px 20px;
}
.course-table .fa-check {
  background-color: #92CD00;
  color: #ffffff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.uv_contact_list {
  background-color: #f5f5f5;
  border: 1px solid rgba(207, 207, 207, 0.5);
  border-radius: 60px;
  padding: 50px 40px;
}
.uv_contact_list h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px 0px 20px;
}
.uv_contact_list > ul {
  margin: 0px 0px 10px;
  float: left;
  width: 100%;
}
.uv_contact_list > ul > li {
  width: 100%;
  position: relative;
  margin: 0px 0px 20px;
}
.uv_contact_icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid rgba(164, 164, 164, 0.55);
  color: #666666;
  line-height: 50px;
  float: left;
  text-align: center;
  font-size: 25px;
  margin: 3px 0px 0px;
}
.uv_contact_des {
  padding: 5px 0px 0px 70px;
  float: none;
  width: auto;
}
.uv_contact_des > h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 8px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}
.uv_contact_des > a {
  display: block;
  color: #666666;
}
.uv_cdd_outer_wrap {
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  border-radius: 5px;
}
.uv_cdd_outer_wrap > figure {
  margin: 0px 0px 30px;
}
.uv_cdd_outer_wrap > figure > img {
  width: 100%;
  height: auto;
}
.uv_cd_hdg_wrap {
  padding: 10px 15px;
}
.uv_cd_hdg_wrap > h5 {
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  width: 70%;
}
.uv_cd_rating {
  float: right;
  width: 30%;
}
.uv_cd_rating > span {
  float: right;
  color: #999999;
  font-size: 14px;
  margin-left: 10px;
}
.uv_cd_mata_wrap {
  padding: 15px 15px;
  border-bottom: 1px solid #dbdbdb;
}
.uv_cd_mata_wrap > ul {
  float: left;
  width: 100%;
}
.uv_cd_mata_wrap > ul > li {
  position: relative;
  float: left;
  padding: 0px 30px;
  line-height: 25px;
  border-radius: 5px;
}
.uv_cd_mata_wrap > ul > li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 1px;
  background-color: #cccccc;
}
.uv_cd_mata_wrap > ul > li:first-child {
  padding-left: 0px;
}
.uv_cd_mata_wrap > ul > li:last-child {
  float: right;
  padding-right: 0px;
}
.uv_cd_mata_wrap > ul > li:first-child:before {
  display: none;
}
.uv_cd_mata_wrap > ul > li > figure {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  border: 2px solid #e2e2e2;
  margin-right: 10px;
}
.uv_cd_mata_wrap > ul > li > figure > img {
  width: 100%;
  height: auto;
}
.uv_course_meta_des {
  overflow: hidden;
}
.uv_course_meta_des > h6 {
  font-size: 15px;
  color: #999999;
  font-weight: bold;
}
.uv_course_meta_des > span {
  color: #999999;
}
.uv_cd_mata_wrap > ul > li > i {
  width: 30px;
  float: left;
  font-size: 35px;
  color: #666666;
  margin-right: 10px;
}
.uv_cd_mata_wrap > ul > li ul.uv_scl_icon li a {
  color: #ffffff;
  border: 1px solid transparent;
}
/*Description*/
.uv_cd_des_wrap {
  padding: 15px 20px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
}
.uv_cd_des_wrap > h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 20px;
  color: #666666;
}
.uv_cd_des_wrap ul,
.uv_cd_des_wrap ul li {
  float: left;
  width: 100%;
}
.uv_cd_des_wrap ul li {
  color: #999999;
  margin: 10px 0px 0px;
  position: relative;
  padding: 0px 0px 0px 25px;
}
.uv_cd_des_wrap ul li:before {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
}
.uv_cd_des_wrap.border_bottom {
  border-bottom: 0px;
}
/*Couurse List*/
.uv_course_list_wrap {
  padding: 0px 15px 15px;
}
.uv_course_list_wrap > h6 {
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px 0px 15px;
}
.uv_course_list_wrap > ul {
  float: left;
  width: 100%;
}
.uv_course_list_wrap > ul > li {
  width: 100%;
  float: left;
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #dbdbdb;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 0px 0px 10px;
}
.uv_lec_detail {
  float: left;
  width: 14%;
  color: #999999;
  text-align: left;
  text-transform: capitalize;
  font-weight: 600;
}
.uv_lec_title {
  float: left;
  width: 70%;
}
.uv_lec_title > h6 {
  color: #999999;
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
  font-size: 14px;
}
.uv_lec_title > span {
  display: inline-block;
  padding: 1px 15px;
  border-radius: 15px;
  background-color: #d0d0d0;
  color: #6a6a6a;
}
.uv_lec_duration {
  float: left;
  width: 16%;
  color: #999999;
  font-weight: 600;
  text-align: right;
}
.uv_lec_duration > i {
  margin-right: 10px;
}
.uv_course_list_wrap.border_bottom {
  border-bottom: 1px solid #dbdbdb;
}
/*Instructor Des*/
.uv_instructor_detail {
  padding: 10px 15px;
}
.uv_instructor_detail > figure {
  width: 30%;
  border-radius: 5px;
}
.uv_instructor_detail > figure > img {
  width: 100%;
  height: auto;
}
.uv_instructor_detail_des {
  float: left;
  width: 67%;
  margin-left: 16px;
}
.uv_instructor_detail_des > h4 {
  font-weight: bold;
  margin: 0px 0px 10px;
  text-transform: uppercase;
  color: #666666;
}
.uv_instructor_detail_des > h6 {
  color: #999999;
  margin: 0px 0px 10px;
  font-weight: 600;
}
.uv_instructor_detail_des ul.uv_scl_icon li {
  float: left;
  margin-right: 8px;
}
.uv_instructor_detail_des ul.uv_scl_icon li a {
  color: #ffffff;
  border-color: transparent;
}
.uv_team_wrap {
  border: 1px solid #e1e1e1;
  text-align: center;
}
.uv_team_wrap img {
  width: 100%;
  height: auto;
}
.uv_team_des {
  padding: 20px 0px 15px;
}
.uv_team_des h6 > a {
  font-weight: 600;
  margin: 0px 0px 5px;
  display: block;
  text-transform: uppercase;
}
.uv_team_des span {
  display: block;
  margin: 0px 0px 12px;
  text-transform: capitalize;
  color: #999999;
}
.uv_team_des ul.uv_scl_icon {
  border-bottom: 1px solid #e1e1e1;
  padding: 0px 0px 15px;
  margin: 0px 0px 15px;
}
ul.uv_scl_icon li {
  display: inline-block;
  position: relative;
}
ul.uv_scl_icon li a {
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #999999;
}
.uv_team_des p {
  padding: 0px 15px;
}
/*Hover*/
.uv_team_wrap:hover img {
  transform: scale(1.2) rotateZ(-6deg);
  -moz-transform: scale(1.2) rotateZ(-6deg);
  -webkit-transform: scale(1.2) rotateZ(-6deg);
  -ms-transform: scale(1.2) rotateZ(-6deg);
}
ul.uv_scl_icon li:hover a {
  color: #21b14d;
}
.uv_team_wrap:hover {
  box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.15);
}
.uv_team_border {
  border-radius: 5px;
}
.uv_team_padding {
  padding: 20px;
}
.uv_team_d_img > img {
  width: 100%;
  height: auto;
}
.uv_team_d_outer {
  border-bottom: 1px solid #ededed;
  margin: 0px 0px 25px;
  padding: 0px 0px 10px;
}
.uv_team_d_title {
  width: 40%;
  float: left;
}
.uv_team_d_title > h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 8px;
}
.uv_team_d_title > p {
  color: #999999;
}
.uv_team_scl {
  float: left;
  width: 60%;
  margin: 10px 0px 0px;
}
.uv_team_scl > ul > li > a {
  text-align: center;
}
.uv_team_d_des > p {
  color: #666666;
}
.uv_team_d_des > ul {
  border-top: 1px solid #ededed;
  margin: 25px 0px 0px;
  padding: 25px 0px 0px;
}
.uv_team_d_des > ul > li {
  width: 33.3%;
  float: left;
}
.uv_team_d_des .uv_contact_icon {
  background-color: #999999;
  color: #ffffff;
}
.uv_team_d_point > ul {
  width: 50%;
}
.what-we-do p {
  margin-bottom: 20px;
}
.what-we-do .progress-content span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  opacity: 0.7;
}
.what-we-do .progress {
  height: 6px;
  margin-bottom: 20px;
  margin-top: 10px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.19);
}
.what-we-do .progress-bar {
  background-color: #21b14d;
}
.selectize-input.focus {
    border-color: #21b14d;
}
    /* ramin azadi ======================================================================*/
  