/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.mfp-arrow,
.owl-carousel,
.owl-carousel .owl-item,
html {
    -webkit-tap-highlight-color: transparent
}

dl,
ol,
p,
pre,
ul {
    margin-top: 0
}

address,
dl,
ol,
pre,
ul {
    margin-bottom: 1rem
}

img,
svg {
    vertical-align: middle
}

body,
caption {
    text-align: left
}

dd,
label {
    margin-bottom: .5rem
}

pre,
textarea {
    overflow: auto
}

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

address,
legend {
    line-height: inherit
}

a:not([href]),
a:not([href]):hover,
legend {
    color: inherit
}

.badge,
progress,
sub,
sup {
    vertical-align: baseline
}

label,
output {
    display: inline-block
}

button,
hr,
input {
    overflow: visible
}

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

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

html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-weight: 400;
    background-color: #fff
}

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

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

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

address {
    font-style: normal
}

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

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before,
.btn-link,
.card-link:hover,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.list-group-item-action:focus,
.list-group-item-action:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-toggler:focus,
.navbar-toggler:hover,
.page-link:hover,
a.badge:focus,
a.badge:hover,
a:not([href]),
a:not([href]):hover {
    text-decoration: none
}

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

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

button {
    border-radius: 0
}

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

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

.card,
code {
    word-wrap: break-word
}

[type=button],
[type=reset],
[type=submit],
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 {
    resize: vertical
}

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

legend {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    white-space: normal
}

.badge,
.dropdown-header,
.dropdown-item,
.dropdown-toggle,
.input-group-text,
.navbar-brand,
.progress-bar {
    white-space: nowrap
}

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

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

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

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

.display-1,
.display-2,
.display-3,
.display-4 {
    line-height: 1.2
}

.custom-range,
.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

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

.blockquote,
hr {
    margin-bottom: 1rem
}

.display-1,
.display-2,
.display-3,
.display-4,
.lead {
    font-weight: 300
}

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

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

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

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

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

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

.lead {
    font-size: 1.25rem
}

.display-1 {
    font-size: 6rem
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

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

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

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

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

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

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

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

.blockquote {
    font-size: 1.25rem
}

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

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

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

code,
kbd {
    font-size: 87.5%
}

a>code,
pre code {
    color: inherit
}

code {
    color: #e83e8c
}

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

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

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

.btn,
.btn-link,
.custom-select,
.dropdown-item,
.form-control,
.input-group-text {
    font-weight: 400
}

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

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

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

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

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion>.card,
.collapsing,
.modal-open,
.progress,
.progress-bar,
.toast {
    overflow: hidden
}

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

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

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

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

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

.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);
    font-size: inherit;
    line-height: 1.5
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip,
.valid-tooltip {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    border-radius: .25rem;
    top: 100%;
    line-height: 1.5
}

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

.valid-tooltip {
    display: none;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(40, 167, 69, .9)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
    display: none;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9)
}

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

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

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

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

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

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

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

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

.btn,
.btn-warning,
.btn:hover {
    color: #212529
}

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

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

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

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

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

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

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

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    vertical-align: .255em;
    content: ""
}

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

.btn.focus,
.btn:focus {
    outline: 0
}

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

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

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

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

.btn-primary:hover {
    background-color: #0069d9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-outline-primary.focus,
.btn-outline-primary:focus,
.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-primary {
    color: #007bff;
    border-color: #007bff
}

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

.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-secondary.focus,
.btn-outline-secondary:focus,
.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-secondary {
    color: #6c757d;
    border-color: #6c757d
}

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

.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-success.focus,
.btn-outline-success:focus,
.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-success {
    color: #28a745;
    border-color: #28a745
}

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

.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-info.focus,
.btn-outline-info:focus,
.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-info {
    color: #17a2b8;
    border-color: #17a2b8
}

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

.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-warning.focus,
.btn-outline-warning:focus,
.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-warning {
    color: #ffc107;
    border-color: #ffc107
}

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

.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-danger.focus,
.btn-outline-danger:focus,
.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-danger {
    color: #dc3545;
    border-color: #dc3545
}

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

.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-light.focus,
.btn-outline-light:focus,
.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-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

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

.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-dark.focus,
.btn-outline-dark:focus,
.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-outline-dark {
    color: #343a40;
    border-color: #343a40
}

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

.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-link:hover {
    text-decoration: underline
}

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

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

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

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

.btn-block {
    display: block
}

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

.fade {
    transition: opacity .15s linear
}

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

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

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

.collapsing {
    height: 0;
    transition: height .35s ease
}

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

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent
}

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

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

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

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

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

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

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    border-right: .3em solid;
    vertical-align: 0
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 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
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.custom-control-label,
.custom-file,
.dropdown-header,
.input-group-text,
.nav {
    margin-bottom: 0
}

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    font-size: .875rem;
    color: #6c757d
}

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

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

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

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

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

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

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

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

.input-group-append,
.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,
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

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

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

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

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

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

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

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

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

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

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

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

.input-group>.custom-file .custom-file-input: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-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label::before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label::after {
    background: 50%/50% 50% no-repeat
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-select:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

.custom-file,
.custom-file-input,
.custom-file-label {
    height: calc(1.5em + .75rem + 2px)
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0
}

.custom-file-label,
.custom-file-label::after {
    position: absolute;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    top: 0;
    right: 0
}

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

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

.custom-file-label {
    left: 0;
    z-index: 1;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

.nav,
.navbar {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap
}

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

.custom-range:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

.nav-link,
.navbar {
    padding: .5rem 1rem
}

.nav-link {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center no-repeat;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

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

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

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

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

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

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

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

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

@media (max-width:767.98px) {

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

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

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

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

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

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

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

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

@media (max-width:991.98px) {

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

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

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

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

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

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

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

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

@media (max-width:1199.98px) {

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

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text a,
.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;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

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

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

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

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

.card-footer,
.card-header {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03)
}

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

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

.card-subtitle {
    margin-top: -.375rem
}

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

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

.card-header {
    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 {
    border-top: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

.alert,
.btn .badge,
.page-link {
    position: relative
}

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

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

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

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

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

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

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

@media (min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

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

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-columns {
        -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%
    }
}

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

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

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

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

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

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

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

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

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

.page-link {
    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;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

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

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

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

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

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

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

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

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

.badge,
.close {
    font-weight: 700;
    line-height: 1
}

.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%;
    text-align: center;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.badge:empty {
    display: none
}

.btn .badge {
    top: -1px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert {
    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;
    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;
    background-color: #007bff;
    transition: width .6s ease
}

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

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

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

    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

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

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

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

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

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

@media (min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

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

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

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

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

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

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

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

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

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

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

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

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close {
    float: right;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.popover,
.tooltip {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    text-decoration: none;
    word-wrap: break-word
}

.modal-title,
.popover,
.tooltip {
    line-height: 1.5
}

.popover,
.text-hide,
.tooltip {
    text-shadow: none
}

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

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

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

.toast,
.toast-header {
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box
}

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

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

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

.toast.showing {
    opacity: 1
}

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

.toast.hide {
    display: none
}

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

.toast-body {
    padding: .75rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-inner::after,
.clearfix::after,
.embed-responsive::before,
.popover .arrow::after,
.popover .arrow::before,
.stretched-link::after,
.tooltip .arrow::before {
    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;
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0
}

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

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

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

.modal-title {
    margin-bottom: 0
}

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

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

.popover,
.popover .arrow,
.popover .arrow::after,
.popover .arrow::before,
.tooltip,
.tooltip .arrow {
    position: absolute;
    display: block
}

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

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

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

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

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

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

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

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

@media (min-width:992px) {

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

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

.tooltip {
    z-index: 1070;
    margin: 0;
    text-align: left;
    text-align: start;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    width: .8rem;
    height: .4rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    text-align: left;
    text-align: start;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.carousel,
.carousel-inner,
.carousel-item {
    position: relative
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both
}

.carousel-item {
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

.mfp-wrap,
.owl-carousel .owl-item,
.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.spinner-border,
.spinner-grow {
    display: inline-block;
    vertical-align: text-bottom
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

*,
.plyr--full-ui {
    box-sizing: border-box
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    width: 2rem;
    height: 2rem;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-left,
.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both
}

.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
}

.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
    }
}

.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
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    white-space: nowrap
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .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
    }

    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .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-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.core-content.open-side-menu,
.core-content.open-side-menu nav.nav-core-sticky.on-scroll {
    margin-left: -280px;
    margin-right: 280px
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    ::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
    }

    thead {
        display: table-header-group
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.core-content {
    -webkit-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    min-height: 100vh
}

.core-content .brand {
    outline: 0
}

.core-content .brand img {
    border: 0;
    outline: 0;
   /* width: 35%;*/
}

.core-content .side-menu {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    display: block;
    border-left: solid 1px #efefef;
    -webkit-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9
}

.core-content.open-side-menu .side-menu {
    right: 0
}

.core-content .wrap-search-top {
    display: none;
    border-bottom: solid 1px #efefef
}

.core-content .wrap-search-top input {
    border: 0;
    padding: 15px;
    display: block;
    width: 100%;
    outline: 0;
    font-size: 14px;
    color: #6a6a6a
}

.core-content .wrap-search-top ::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic
}

.core-content .wrap-search-top ::-moz-placeholder {
    font-size: 14px;
    font-style: italic
}

.core-content .wrap-search-top :-ms-input-placeholder {
    font-size: 14px;
    font-style: italic
}

.core-content .wrap-search-top :-moz-placeholder {
    font-size: 14px;
    font-style: italic
}

.core-content .wrap-search-fullscreen {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none
}

.core-content .wrap-search-fullscreen .nav-container {
    position: relative;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px
}

.core-content .wrap-search-fullscreen.open {
    display: block
}

.core-content .wrap-search-fullscreen .close-search {
    position: absolute;
    right: 0;
    top: 15px;
    padding: 15px;
    border: 0;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    color: #6a6a6a;
    z-index: 3;
    font-size: 24px
}

.core-content .wrap-search-fullscreen input {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: solid 1px #efefef;
    padding: 15px;
    outline: 0;
    font-size: 24px
}

.core-nav {
    display: block;
    position: relative
}

.core-nav.open-dropdown {
    z-index: 99999999
}

.core-nav .nav-header {
    display: block;
    position: absolute;
    z-index: 2
}

.core-nav .nav-header.left {
    float: left;
    position: relative;
    display: inline-block
}

.core-nav .nav-header.center .brand {
    display: block;
    margin: auto
}

.core-nav .nav-header .content-header {
    float: right
}

.core-nav .core-nav-toggle {
    display: none;
    border: 0;
    padding: 0;
    background: 0 0;
    outline: 0;
    cursor: pointer
}

.core-nav .wrap-core-nav-list {
    text-align: left;
    position: relative;
    z-index: 1
}

.core-nav .wrap-core-nav-list.right {
    text-align: right
}

.core-nav .wrap-core-nav-list.center {
    text-align: center
}

.core-nav .wrap-core-nav-list .core-nav-list {
    display: inline-block;
    margin: 0 0 -5px;
    padding: 0;
    list-style: none
}

.core-nav .wrap-core-nav-list .core-nav-list li {
    display: block;
    float: left
}

.core-nav .wrap-core-nav-list .core-nav-list li:hover {
    background-color: #fff;
    }

.core-nav.nav-core-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.core-nav.nav-core-sticky {
    position: relative
}

.core-nav.nav-core-sticky.on-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

@media (min-width:992px) {

    .core-nav .nav-header.bottom,
    .core-nav .wrap-core-nav-list.bottom {
        position: relative;
        float: none;
        display: block;
        width: 100%
    }
}

@media (max-width:992px) {

    .core-nav .wrap-core-nav-list,
    .core-responsive-slide {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -khtml-transition: all .5s ease-in-out
    }

    .core-nav .nav-header {
        position: relative;
        width: 100%;
        display: block
    }

    .core-nav .nav-header.left {
        float: none;
        display: block;
        position: relative
    }

    .core-nav .nav-header::after {
        content: "";
        clear: both;
        display: table
    }

    .core-nav .nav-header .content-header {
        float: none
    }

    .core-nav .core-nav-toggle {
        display: inline-block;
        float: left
    }

    .core-nav .wrap-core-nav-list {
        width: 100%;
        max-height: 300px;
        overflow: auto;
        left: 0;
        margin-top: -100vh;
        position: absolute;
        border-bottom: solid 1px #dfdfdf;
        border-top: solid 1px #dfdfdf;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        transition: all .5s ease-in-out
    }

    .core-nav.open-responsive .wrap-core-nav-list,
    .core-responsive-slide {
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1
    }

    .core-nav .wrap-core-nav-list .core-nav-list {
        margin: 0;
        display: block
    }

    .core-nav .wrap-core-nav-list .core-nav-list li {
        float: none;
        display: block;
        width: 100%
    }

    .core-nav .wrap-core-nav-list .core-nav-list li a {
        display: block;
        width: 100%;
        text-align: left
    }

    .core-nav .nav-header.bottom {
        border: 0
    }

    .core-nav.open-responsive .wrap-core-nav-list {
        margin-top: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -khtml-opacity: 1;
        opacity: 1
    }

    .core-responsive-slide {
        transition: all .5s ease-in-out;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -khtml-opacity: 1;
        opacity: 1
    }

    .core-responsive-slide .core-nav .wrap-core-nav-list {
        top: 0;
        width: 270px;
        max-height: 100vh;
        height: 100vh;
        margin-top: 0;
        margin-left: -270px;
        border: 0;
        border-right: solid 1px #dfdfdf;
        position: fixed;
        -webkit-transition: all .5s ease-in-out;
        -khtml-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .core-responsive-slide.open {
        margin-left: 270px;
        margin-right: -270px
    }

    .core-responsive-slide.open .core-nav .wrap-core-nav-list {
        top: 0;
        margin-top: 0;
        margin-left: 0;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }
}

@media (min-width:920px) {
    .core-nav.fullscreen .nav-header {
        width: 100%;
        text-align: left;
        padding: 0;
        position: relative
    }

    .core-nav.fullscreen .nav-header .brand {
        top: 0;
        margin: 15px
    }

    .core-nav.fullscreen .core-nav-toggle {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 20px;
        display: inline-block
    }

    .core-nav.fullscreen .wrap-core-nav-list {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        background-color: #fff
    }

    .core-nav.fullscreen .wrap-core-nav-list.center {
        text-align: center
    }

    .core-nav.fullscreen .wrap-core-nav-list.right {
        text-align: right
    }

    .core-nav.fullscreen .wrap-core-nav-list .nav-container {
        height: 100vh;
        display: table;
        position: relative;
        padding: 0 30px
    }

    .core-nav.fullscreen .wrap-core-nav-list .menu {
        display: table-cell;
        vertical-align: middle
    }

    .core-nav.fullscreen .wrap-core-nav-list .menu li {
        float: none;
        display: block
    }

    .core-nav.fullscreen.open-fullscreen .core-nav-toggle {
        right: 30px
    }

    .core-nav.fullscreen.open-fullscreen .wrap-core-nav-list {
        display: block
    }
}

.core-nav .wrap-core-nav-list.dropdown-accordion.right .dropdown>.dropdown-menu .dropdown>.dropdown-menu,
.core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu {
    right: 0
}

@media (max-width:920px) {
    .core-nav.fullscreen .wrap-core-nav-list .nav-container .core-nav-toggle {
        display: none
    }
}

@media (min-width:992px) {
    .core-content {
        position: relative;
        min-height: 100vh
    }

    .core-content.core-sidebar {
        padding-left: 270px
    }

    .core-content.core-sidebar .dropdown-overlay {
        left: 270px
    }

    .core-content.core-sidebar ul.attributes {
        position: fixed;
        width: 270px;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: space-around;
        z-index: 3
    }

    .nav-sidebar .nav-header,
    .nav-sidebar .nav-header .brand,
    .nav-sidebar .wrap-core-nav-list .core-nav-list {
        display: block
    }

    .nav-sidebar {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 270px !important;
        border-right: solid 1px #dfdfdf
    }

    .nav-sidebar .nav-header {
        width: 100%
    }

    .nav-sidebar .nav-header .brand img {
        width: 100%
    }

    .nav-sidebar .wrap-core-nav-list .core-nav-list li {
        display: block;
        float: none
    }
}

@media (max-width:992px) {

    .nav-sidebar .nav-header .nav-container,
    .nav-sidebar .wrap-core-nav-list .nav-container {
        padding-left: 0;
        padding-right: 0
    }

    .nav-sidebar {
        border-right: 0
    }

    .nav-sidebar .wrap-core-nav-list {
        padding: 0;
        border-bottom: solid 1px #dfdfdf
    }

    .core-content.core-sidebar.core-responsive-slide nav.core-nav.nav-core-fixed.nav-sidebar {
        -webkit-transition: all .5s ease-in-out;
        -khtml-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .core-content.core-sidebar.core-responsive-slide.open nav.core-nav.nav-core-fixed.nav-sidebar {
        margin-left: 270px;
        margin-right: -270px
    }

    .core-content.core-sidebar.core-responsive-slide.open .dropdown-overlay.open-dropdown {
        left: 270px
    }
}

@media (min-width:920px) {

    .core-nav.brand-center .full-container,
    .core-nav.brand-center .nav-container {
        position: relative
    }

    .core-nav.brand-center .nav-header {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0
    }

    .core-nav.brand-center .nav-header .brand {
        margin: auto
    }

    .core-nav.brand-center .wrap-core-nav-list .col-menu {
        width: 50%;
        display: inline-block
    }

    .core-nav.brand-center .wrap-core-nav-list .col-menu.right {
        text-align: right
    }

    .core-nav.brand-center .wrap-core-nav-list.center .col-menu.left {
        text-align: right;
        padding-right: 50px
    }

    .core-nav.brand-center .wrap-core-nav-list.center .col-menu.right {
        text-align: left;
        padding-left: 50px
    }
}

@media (min-width:992px) {
    .core-content {
        position: relative;
        min-height: 100vh
    }

    .core-content.core-sidebar-toggle {
        padding-left: 75px
    }

    .sidebar-toggle {
        width: 75px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        border-right: solid 1px #dfdfdf
    }

    .sidebar-toggle .nav-header {
        display: block;
        width: 100%;
        height: 100vh
    }

    .sidebar-toggle .nav-header .brand {
        display: block
    }

    .sidebar-toggle .nav-header .brand img {
        width: 100%
    }

    .sidebar-toggle .core-nav-toggle {
        display: block;
        width: 75px;
        height: 75px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        font-size: 18px;
        color: #6a6a6a
    }

    .sidebar-toggle .wrap-core-nav-list {
        position: absolute;
        height: 100%;
        width: 270px;
        margin-left: -270px;
        border-right: solid 1px #dfdfdf;
        -webkit-transition: all .5s ease-in-out;
        -khtml-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .sidebar-toggle .wrap-core-nav-list .core-nav-list {
        display: block
    }

    .sidebar-toggle .wrap-core-nav-list .core-nav-list li {
        display: block;
        float: none
    }

    .sidebar-toggle .wrap-core-nav-list .core-nav-list li a {
        border-bottom: solid 1px #dfdfdf
    }

    .sidebar-toggle .wrap-core-nav-list.full-width {
        width: calc(100vw - 75px);
        margin-left: -100vw
    }

    .sidebar-toggle .wrap-core-nav-list.full-width .core-nav-list {
        display: inline-block;
        width: 100%;
        margin: 0
    }

    .sidebar-toggle .wrap-core-nav-list.full-width .core-nav-list li {
        background: #fafafa;
        float: left;
        display: table;
        height: 100vh;
        text-align: center;
        vertical-align: middle
    }

    .sidebar-toggle .wrap-core-nav-list.full-width .core-nav-list li a {
        border: 0;
        height: 100vh;
        display: table-cell;
        vertical-align: middle;
        border-right: solid 1px #dfdfdf
    }

    .sidebar-toggle.open-responsive .wrap-core-nav-list {
        margin-left: 75px
    }
}

.core-nav-section .core-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000
}

@media (min-width:920px) {
    .core-nav-section .core-nav {
        height: 100%;
        background: 0 0
    }

    .core-nav-section .core-nav .nav-header {
        padding: 50px
    }

    .core-nav-section .core-nav .nav-header .brand {
        width: 100px;
        display: block
    }

    .core-nav-section .core-nav .nav-header .brand img {
        width: 100%
    }

    .core-nav-section .core-nav .core-nav-list {
        display: block;
        background: 0 0;
        position: absolute;
        padding-left: 50px;
        width: 150px
    }

    .core-nav-section .core-nav .core-nav-list li {
        float: none;
        display: block
    }

    .core-nav-section .core-nav .core-nav-list li a {
        background: 0 0;
        color: #6a6a6a;
        text-decoration: none;
        margin: 15px 0;
        display: block;
        font-size: 14px
    }

    .core-nav-section .core-nav .core-nav-list li.active a {
        font-size: 18px;
        color: #e74c3c
    }
}

@media (max-width:920px) {
    .core-nav-section .core-nav {
        width: 100%
    }
}

@media (min-width:992px) {
    .core-content {
        position: relative;
        min-height: 100vh
    }

    .core-content.core-side-icon {
        padding-left: 75px
    }

    .core-content .nav-side-icon {
        -webkit-transition: all .5s ease-in-out;
        -khtml-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        width: 75px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        border-right: solid 1px #dfdfdf
    }

    .core-content .nav-side-icon .nav-header {
        display: block;
        width: 100%
    }

    .core-content .nav-side-icon .nav-header .brand {
        display: block
    }

    .core-content .nav-side-icon .nav-header .brand img {
        width: 100%
    }

    .core-content .nav-side-icon .wrap-core-nav-list {
        display: block;
        position: relative;
        margin-top: 100px
    }

    .core-content .nav-side-icon .wrap-core-nav-list ul.core-nav-list {
        display: block
    }

    .core-content .nav-side-icon .wrap-core-nav-list ul.core-nav-list>li {
        float: none;
        display: block;
        width: 100%;
        position: relative
    }

    .core-content .nav-side-icon .wrap-core-nav-list ul.core-nav-list>li>a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 5px
    }

    .core-content .nav-side-icon .wrap-core-nav-list ul.core-nav-list>li.dropdown>ul.dropdown-menu {
        top: 0;
        left: 100%
    }

    .core-content .nav-side-icon .wrap-core-nav-list ul.core-nav-list .text-icon {
        display: none
    }

    .core-content.open-side-icon {
        padding-left: 250px
    }

    .core-content.open-side-icon .nav-side-icon {
        width: 250px
    }

    .core-content.open-side-icon .wrap-core-nav-list ul.core-nav-list>li>a {
        position: relative;
        text-align: left
    }

    .core-content.open-side-icon .wrap-core-nav-list ul.core-nav-list .icon {
        position: absolute;
        left: 20px;
        top: 12px
    }

    .core-content.open-side-icon .wrap-core-nav-list ul.core-nav-list .text-icon {
        display: inline-block;
        margin-left: 40px
    }
}

@media (max-width:992px) {
    .nav-side-icon .wrap-core-nav-list li {
        position: relative
    }

    .nav-side-icon .wrap-core-nav-list li .icon {
        position: absolute;
        left: 10px;
        top: 12px
    }

    .nav-side-icon .wrap-core-nav-list li .text-icon {
        display: inline-block;
        margin-left: 25px
    }
}

.dropdown-overlay {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0
}

.dropdown-overlay.open-dropdown {
    display: block;
    z-index: 9999999
}

.core-nav .dropdown {
    position: relative
}

.core-nav .dropdown .dropdown-menu {
    display: none
}

.core-nav .dropdown>.dropdown-menu {
    width: 230px;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    top: 100%;
    padding: 0
}

.core-nav .dropdown>.dropdown-menu>li {
    float: none;
    display: block
}

.core-nav .dropdown>.dropdown-menu>li>a {
    border-bottom: solid 1px #eee;
    padding: 10px 15px;
    text-align: left
}

.core-nav .dropdown.open>.dropdown-menu {
    display: block
}

.core-nav .wrap-core-nav-list.center .dropdown>.dropdown-menu,
.core-nav .wrap-core-nav-list.left .dropdown>.dropdown-menu {
    left: 0
}

.core-nav .wrap-core-nav-list.center .dropdown>.dropdown-menu .dropdown>.dropdown-menu,
.core-nav .wrap-core-nav-list.left .dropdown>.dropdown-menu .dropdown>.dropdown-menu {
    top: 0;
    left: 100%
}

.core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list li.dropdown>.dropdown-menu {
    position: relative;
    width: 100%;
    border: 0;
    padding-left: 15px
}

.core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list>li.dropdown>.dropdown-menu {
    position: absolute !important;
    width: 230px;
    border: 1px solid #efefef;
    padding-left: 0
}

.core-nav .wrap-core-nav-list.dropdown-accordion.center .dropdown>.dropdown-menu .dropdown>.dropdown-menu,
.core-nav .wrap-core-nav-list.dropdown-accordion.left .dropdown>.dropdown-menu .dropdown>.dropdown-menu {
    left: 0
}

.core-sidebar .core-nav .wrap-core-nav-list.center>.core-nav-list>li.dropdown>ul.dropdown-menu,
.core-sidebar .core-nav .wrap-core-nav-list.left>.core-nav-list>li.dropdown>ul.dropdown-menu,
.core-sidebar .core-nav .wrap-core-nav-list.right>.core-nav-list>li.dropdown>ul.dropdown-menu,
.core-sidebar-toggle .core-nav .wrap-core-nav-list.center>.core-nav-list>li.dropdown>ul.dropdown-menu,
.core-sidebar-toggle .core-nav .wrap-core-nav-list.left>.core-nav-list>li.dropdown>ul.dropdown-menu,
.core-sidebar-toggle .core-nav .wrap-core-nav-list.right>.core-nav-list>li.dropdown>ul.dropdown-menu {
    left: 100%;
    top: 0
}

.core-sidebar .core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list>li.dropdown>.dropdown-menu,
.core-sidebar-toggle .core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list>li.dropdown>.dropdown-menu {
    left: 0 !important;
    position: relative !important;
    width: 100%;
    border: 1px solid #efefef;
    padding-left: 0
}

@media (max-width:920px) {
    .core-nav .dropdown .dropdown-menu {
        position: relative;
        width: 100%;
        border: 0;
        padding-left: 15px;
        top: 0;
        left: 0 !important;
        right: 0 !important
    }

    .core-nav ul.attributes .dropdown .dropdown-menu {
        border: 1px solid #efefef;
        padding: 0;
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        right: 0;
        width: 230px
    }

    .core-nav ul.attributes .dropdown.open .dropdown-menu {
        display: block
    }

    .core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list>li.dropdown>a {
        display: block;
        position: relative
    }

    .core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list>li.dropdown .dropdown-menu {
        position: relative !important;
        width: 100% !important
    }

    .core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list>li.dropdown.open>.dropdown-menu {
        display: block;
        position: relative;
        border: 0 !important;
        padding-left: 15px
    }
}

.core-nav .megamenu>.megamenu-content {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    text-align: left;
    border: 1px solid #efefef;
    display: none
}

.core-nav .megamenu.open>.megamenu-content {
    display: block
}

.core-nav .wrap-core-nav-list.center .megamenu>.megamenu-content,
.core-nav .wrap-core-nav-list.left .megamenu>.megamenu-content {
    left: 0
}

.core-nav .wrap-core-nav-list.right .megamenu>.megamenu-content {
    right: 0
}

@media (max-width:920px) {
    .core-nav .megamenu>.megamenu-content {
        position: relative;
        width: 100% !important;
        border: 0;
        border-bottom: solid 1px #efefef
    }

    .core-nav ul.attributes .megamenu .megamenu-content {
        border: 1px solid #efefef;
        padding: 0;
        position: absolute;
        display: none;
        width: 300px !important;
        top: 100%;
        left: 0;
        right: 0
    }

    .core-nav ul.attributes .megamenu.open .megamenu-content {
        display: block
    }
}

ul.attributes {
    padding: 0;
    margin: 0 0 -7px;
    list-style: none;
    display: inline-block;
    float: right
}

ul.attributes li {
    float: left;
    display: block
}

ul.attributes li a {
    display: block;
    padding: 20px 10px;
    color: #6a6a6a
}

ul.attributes li a:hover {
    color: #e74c3c
}

.nav-header ul.attributes {
    position: relative;
    z-index: 9;
    margin-right: 10px
}

.nav-header ul.attributes li a {
    padding: 20px 8px
}

@media (min-width:920px) {
    .nav-header ul.attributes {
        display: none
    }

    .wrap-core-nav-listul.attributes {
        display: inline-block
    }
}

@media (max-width:920px) {
    .nav-header ul.attributes {
        display: inline-block
    }

    .wrap-core-nav-list ul.attributes {
        display: none
    }
}

.core-nav .nav-row::after {
    content: "";
    clear: both;
    display: table
}

.core-nav .nav-row [class*=col-] {
    float: left;
    padding: 15px
}

.core-nav .nav-container {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .core-nav .nav-row .col-sm-1 {
        width: 8.33%
    }

    .core-nav .nav-row .col-sm-2 {
        width: 16.66%
    }

    .core-nav .nav-row .col-sm-3 {
        width: 25%
    }

    .core-nav .nav-row .col-sm-4 {
        width: 33.33%
    }

    .core-nav .nav-row .col-sm-5 {
        width: 41.66%
    }

    .core-nav .nav-row .col-sm-6 {
        width: 50%
    }

    .core-nav .nav-row .col-sm-7 {
        width: 58.33%
    }

    .core-nav .nav-row .col-sm-8 {
        width: 66.66%
    }

    .core-nav .nav-row .col-sm-9 {
        width: 75%
    }

    .core-nav .nav-row .col-sm-10 {
        width: 83.33%
    }

    .core-nav .nav-row .col-sm-11 {
        width: 91.66%
    }

    .core-nav .nav-row .col-sm-12 {
        width: 100%
    }

    .core-nav .nav-container {
        width: 750px
    }
}

@media (min-width:992px) {
    .core-nav .nav-row .col-md-1 {
        width: 8.33%
    }

    .core-nav .nav-row .col-md-2 {
        width: 16.66%
    }

    .core-nav .nav-row .col-md-3 {
        width: 25%
    }

    .core-nav .nav-row .col-md-4 {
        width: 33.33%
    }

    .core-nav .nav-row .col-md-5 {
        width: 41.66%
    }

    .core-nav .nav-row .col-md-6 {
        width: 50%
    }

    .core-nav .nav-row .col-md-7 {
        width: 58.33%
    }

    .core-nav .nav-row .col-md-8 {
        width: 66.66%
    }

    .core-nav .nav-row .col-md-9 {
        width: 75%
    }

    .core-nav .nav-row .col-md-10 {
        width: 83.33%
    }

    .core-nav .nav-row .col-md-11 {
        width: 91.66%
    }

    .core-nav .nav-row .col-md-12 {
        width: 100%
    }

    .core-nav .nav-container {
        width: 970px
    }

    .core-nav .full-container {
        padding: 0 15px
    }
}

@media (min-width:1200px) {
    .core-nav .nav-container {
        width: 1170px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width:767px) {
    .core-nav .nav-row .col-xs-1 {
        width: 8.33%
    }

    .core-nav .nav-row .col-xs-2 {
        width: 16.66%
    }

    .core-nav .nav-row .col-xs-3 {
        width: 25%
    }

    .core-nav .nav-row .col-xs-4 {
        width: 33.33%
    }

    .core-nav .nav-row .col-xs-5 {
        width: 41.66%
    }

    .core-nav .nav-row .col-xs-6 {
        width: 50%
    }

    .core-nav .nav-row .col-xs-7 {
        width: 58.33%
    }

    .core-nav .nav-row .col-xs-8 {
        width: 66.66%
    }

    .core-nav .nav-row .col-xs-9 {
        width: 75%
    }

    .core-nav .nav-row .col-xs-10 {
        width: 83.33%
    }

    .core-nav .nav-row .col-xs-11 {
        width: 91.66%
    }

    .core-nav .nav-row .col-xs-12 {
        width: 100%
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height:140px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(plugins/owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease
}

.plyr audio,
.plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4f5b5f;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
    display: inline
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(-40px)
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all .3s ease
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true],
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    color: #fff
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

a.plyr__control {
    text-decoration: none
}

a.unnderline,
a:active,
a:focus,
a:hover {
    text-decoration: underline
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control::after,
a.plyr__control::before {
    display: none
}

.plyr--video .plyr__control svg {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .15))
}

.plyr__control--overlaid {
    border: 0;
    border-radius: 100%;
    color: #fff;
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
    display: none
}

.plyr__controls .plyr__menu,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls .plyr__volume,
.plyr__controls>.plyr__control {
    margin-left: 5px
}

.plyr__controls .plyr__menu+.plyr__control,
.plyr__controls .plyr__progress+.plyr__control,
.plyr__controls>.plyr__control+.plyr__control,
.plyr__controls>.plyr__control+.plyr__menu {
    margin-left: 2px
}

.plyr__controls>.plyr__control:first-child,
.plyr__controls>.plyr__control:first-child+[data-plyr=pause] {
    margin-left: 0;
    margin-right: auto
}

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4f5b5f;
    padding: 10px
}

.plyr--video .plyr__controls {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3
}

@media (min-width:480px) {

    .plyr__controls .plyr__menu,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls .plyr__volume,
    .plyr__controls>.plyr__control {
        margin-left: 10px
    }

    .plyr--video .plyr__controls {
        padding: 35px 10px 10px
    }

    .plyr__volume {
        max-width: 90px
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__video-embed {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

.plyr__video-embed iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4f5b5f;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.fa-fw,
.fa-li,
.mfp-container {
    text-align: center
}

.plyr__menu__container>div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container::after {
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, .9);
    content: '';
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4f5b5f;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control::after {
    border: 4px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px
}

.plyr__menu__container .plyr__control--forward::after {
    border-left-color: rgba(79, 91, 95, .8);
    right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px 7px 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back::after {
    border-right-color: rgba(79, 91, 95, .8);
    left: 7px
}

.plyr__menu__container .plyr__control--back::before {
    background: #b7c5cd;
    box-shadow: 0 1px 0 #fff;
    content: '';
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    background: rgba(0, 0, 0, .1);
    content: '';
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: #1aafff
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
    background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 28px;
    color: #1aafff;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 2px;
    height: 4px;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 14px;
    position: relative;
    transition: all .2s ease;
    width: 14px;
    -webkit-appearance: none;
    margin-top: -5px
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2px;
    height: 4px;
    transition: box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 14px;
    position: relative;
    transition: all .2s ease;
    width: 14px
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2px;
    height: 4px
}

.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2px;
    height: 4px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: 2px;
    height: 4px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    border: 0;
    border-radius: 2px;
    height: 4px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 14px;
    position: relative;
    transition: all .2s ease;
    width: 14px;
    margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr__time {
    font-size: 14px
}

.plyr__time+.plyr__time::before {
    content: '\2044';
    margin-right: 10px
}

@media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
    background: rgba(255, 255, 255, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4f5b5f;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, .9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
    left: 16px
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1)
}

.plyr--video {
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__progress {
    flex: 1;
    left: 7px;
    margin-right: 14px;
    position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
    margin-left: -7px;
    margin-right: -7px;
    width: calc(100% + 14px)
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 4px;
    left: 0;
    margin-top: -2px;
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0;
    transition: width .2s ease
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 4px
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 4px;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width .2s ease
}

.plyr--video .plyr__progress__buffer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .25)
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(183, 197, 205, .66)
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(47, 52, 61, .6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, .6) 50%, rgba(47, 52, 61, .6) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(183, 197, 205, .66)
}

.plyr__volume {
    align-items: center;
    display: flex;
    flex: 1;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .plyr__volume {
        max-width: 110px
    }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
    display: none !important
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:fullscreen .plyr__video-embed {
    overflow: visible
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-webkit-full-screen .plyr__video-embed {
    overflow: visible
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-moz-full-screen .plyr__video-embed {
    overflow: visible
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-ms-fullscreen .plyr__video-embed {
    overflow: visible
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr--fullscreen-fallback .plyr__video-embed {
    overflow: visible
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg,
.plyr__ads::after:empty {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:fullscreen .plyr__captions {
        font-size: 21px
    }

    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }

    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads::after {
    background: rgba(47, 52, 61, .8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 4px;
    left: 0;
    margin: -2px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.plyr--no-transition {
    transition: none !important
}

.header,
a {
    -webkit-transition: all .3s ease-in-out !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

.fa,
.fa-stack,
.icon {
    display: inline-block
}

@font-face {
    font-family: 'Montserrat Light';
    src: url(../fonts/montserrat/montserrat-light.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/montserrat-regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url(../fonts/montserrat/montserrat-medium.ttf) format("truetype")
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url(../fonts/montserrat/montserrat-bold.ttf) format("truetype")
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url(../fonts/montserrat/montserrat-semi-bold.ttf) format("truetype")
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../icons/fontawesome/fontawesome-webfont3e6e.eot?v=4.7.0);
    src: url(../icons/fontawesome/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../icons/fontawesome/fontawesome-webfont3e6e.woff2?v=4.7.0) format("woff2"), url(../icons/fontawesome/fontawesome-webfont3e6e.woff?v=4.7.0) format("woff"), url(../icons/fontawesome/fontawesome-webfont3e6e.ttf?v=4.7.0) format("truetype"), url(../icons/fontawesome/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-1x {
    font-size: 1.6em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left,
.select2-container .select2-search--inline {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.icon {
    background: 0 0;
    width: 60px;
    height: 60px;
    background-size: 60px auto;
    margin-bottom: 10px
}

@media (max-width:991px) {
    .icon {
        margin-bottom: 5px;
        background-size: 30px auto;
        width: 30px;
        height: 30px
    }
}

.icon-lg {
    width: 120px;
    height: 120px;
    background-size: 120px auto
}

@media (max-width:991px) {
    .icon-lg {
        margin-bottom: 5px;
        background-size: 60px auto;
        width: 60px;
        height: 60px
    }
}

.icon-book {
    background-image: url(../icons/svg/book.svg)
}

.icon-chart {
    background-image: url(../icons/svg/chart.svg)
}

.icon-cogs {
    background-image: url(../icons/svg/cogs.svg)
}

.icon-device {
    background-image: url(../icons/svg/device.svg)
}

.icon-download {
    background-image: url(../icons/svg/download.svg)
}

.icon-flask {
    background-image: url(../icons/svg/flask.svg)
}

.icon-hard-disk {
    background-image: url(../icons/svg/hard-disk.svg)
}

.icon-help {
    background-image: url(../icons/svg/help.svg)
}

.icon-gift {
    background-image: url(../icons/svg/gift.svg)
}

.icon-users {
    background-image: url(../icons/svg/users.svg)
}

.icon-paper-plane {
    background-image: url(../icons/svg/paper-plane.svg)
}

.icon-tree {
    background-image: url(../icons/svg/tree.svg)
}

.icon-question {
    background-image: url(../icons/svg/question.svg)
}

.icon-wallet {
    background-image: url(../icons/svg/wallet.svg)
}

.pricing__content-price,
.pricing__grid-header--icon,
.section__heading,
h1 {
    font-family: "Montserrat Bold", sans-serif;
    font-size: 45px;
    line-height: 48px;
    color: #2c2d2d;
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width:768px) and (max-width:991px) {

    .pricing__content-price,
    .pricing__grid-header--icon,
    .section__heading,
    h1 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {

    .pricing__content-price,
    .pricing__grid-header--icon,
    .section__heading,
    h1 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

.blockquote blockquote::after,
.blockquote blockquote::before,
.headline::before,
.tabs__navigation-item--icon,
.testimoni blockquote::after,
.testimoni blockquote::before,
h2 {
    font-family: "Montserrat Bold", sans-serif;
    font-size: 28px;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width:768px) and (max-width:991px) {

    .blockquote blockquote::after,
    .blockquote blockquote::before,
    .headline::before,
    .tabs__navigation-item--icon,
    .testimoni blockquote::after,
    .testimoni blockquote::before,
    h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {

    .blockquote blockquote::after,
    .blockquote blockquote::before,
    .headline::before,
    .tabs__navigation-item--icon,
    .testimoni blockquote::after,
    .testimoni blockquote::before,
    h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }
}

.blockquote blockquote,
.pricing__popular .pricing__content p,
.team__card--join-link,
.testimoni blockquote,
h3 {
    font-family: "Montserrat Bold", sans-serif;
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width:768px) and (max-width:991px) {

    .blockquote blockquote,
    .pricing__popular .pricing__content p,
    .team__card--join-link,
    .testimoni blockquote,
    h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {

    .blockquote blockquote,
    .pricing__popular .pricing__content p,
    .team__card--join-link,
    .testimoni blockquote,
    h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }
}


.br{border-right: solid 1px #e4e4e4;}
.bl{border-left: solid 1px #e4e4e4;}
.bt{border-top: solid 1px #e4e4e4;}


.article__card-comment,
.footer__widget-contact .fa,
.form__subscribe-button,
.masthead__content-subtitle,
.pricing__content p,
.pricing__grid-price,
.pricing__popular .pricing__content-currency,
.pricing__popular .pricing__content-package,
.testimoni__author,
h4 {
    font-family: "Montserrat Bold", sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
  /*  margin-bottom: 20px*/
}

@media (min-width:768px) and (max-width:991px) {

    .article__card-comment,
    .footer__widget-contact .fa,
    .form__subscribe-button,
    .masthead__content-subtitle,
    .pricing__content p,
    .pricing__grid-price,
    .pricing__popular .pricing__content-currency,
    .pricing__popular .pricing__content-package,
    .testimoni__author,
    h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {

    .article__card-comment,
    .footer__widget-contact .fa,
    .form__subscribe-button,
    .masthead__content-subtitle,
    .pricing__content p,
    .pricing__grid-price,
    .pricing__popular .pricing__content-currency,
    .pricing__popular .pricing__content-package,
    .testimoni__author,
    h4 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px
    }
}

.package__content ul li,
.pricing__content-currency,
.pricing__content-package,
.pricing__grid-content,
.section__cta-subscribe-input,
.tabs__navigation-item--link,
h5 {
    font-family: "Montserrat Bold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width:768px) and (max-width:991px) {

    .package__content ul li,
    .pricing__content-currency,
    .pricing__content-package,
    .pricing__grid-content,
    .section__cta-subscribe-input,
    .tabs__navigation-item--link,
    h5 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {

    .package__content ul li,
    .pricing__content-currency,
    .pricing__content-package,
    .pricing__grid-content,
    .section__cta-subscribe-input,
    .tabs__navigation-item--link,
    h5 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

h6 {
    font-family: "Montserrat Bold", sans-serif;
    font-size: 14px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 20px
}

.body-copy,
.fine-print,
.form-control,
.headline,
.section__cta .column__boxed,
body,
html {
    font-family: Montserrat, sans-serif
}

@media (min-width:768px) and (max-width:991px) {
    h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    h6 {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px
    }
}

.body-copy,
.section__cta .column__boxed,
body,
html {
    font-size: 14px;
    line-height: 24px;
    color: #2c2d2d;
    margin-top: 0;
    margin-bottom: 0px
}

@media (max-width:991px) {

    .body-copy,
    .section__cta .column__boxed,
    body,
    html {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .fine-print,
    .form-control {
        font-size: 12px;
        line-height: 22px
    }
}

.fine-print,
.form-control {
    font-size: 12px;
    line-height: 22px;
    color: #2c2d2d;
    margin: 0
}

.headline {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    padding-left: 40px;
    padding-top: 5px;
    margin-bottom: 20px
}

@media (min-width:768px) and (max-width:991px) {
    .headline {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .container,
    .core-nav .nav-container {
        width: 720px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:767px) {
    .headline {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

.headline::before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    color: #1e5ee5;
    top: -5px;
    left: 0
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
    content: ''
}

a {
    transition: all .3s ease-in-out !important;
    color: #1e5ee5
}

a:active,
a:focus,
a:hover {
    color: #0f44b2
}

p {
    margin-bottom: 20px
}

strong {
    font-family: "Montserrat Bold", sans-serif !important
}

.text-normal {
    font-family: Montserrat, sans-serif
}

body,
html {
    color: #2c2d2d;
    margin-bottom: 0;
    overflow-x: hidden !important
}

@media (max-width:767px) {

    .container,
    .core-nav .nav-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.container__fullwidth,
.core-nav .nav-container__fullwidth {
    width: 100% !important
}

@media (min-width:1400px) {

    .container,
    .core-nav .nav-container {
        max-width: 1200px
    }

    .container__fullwidth,
    .core-nav .nav-container__fullwidth {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (min-width:1200px) and (max-width:1399px) {

    .container,
    .core-nav .nav-container {
        max-width: 1140px
    }

    .container__fullwidth,
    .core-nav .nav-container__fullwidth {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:991px) {
    p {
        margin-bottom: 10px
    }

    .container__fullwidth,
    .core-nav .nav-container__fullwidth {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1400px) {
    .core-nav .nav-container {
        padding-left: 0;
        padding-right: 0
    }
}

.divider {
    position: relative;
    display: block;
    height: 1px;
    background: #d7deee;
    margin: 60px 0
}

@media (max-width:767px) {
    .divider {
        margin: 30px 0
    }
}

@-webkit-keyframes flyIn {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem)
    }
}

@keyframes flyIn {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem)
    }
}

.flyIn {
    -webkit-animation-name: flyIn;
    animation-name: flyIn;
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.demo-list {
    margin: 0;
    padding: 0
}

.demo-list li {
    list-style: none;
    margin: 0 0 2px;
    padding: 0
}

.demo-list li a {
    display: block;
    border: 1px solid #b7c3de;
    padding: 10px 25px;
    color: #000;
    font-weight: 700
}

@-webkit-keyframes modal-video {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-video {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.modal-video-close {
    opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: 0 0
}

.modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-video-close-btn:after,
.modal-video-close-btn:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--classic .select2-results>.select2-results__options,
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-arrow,
.mfp-arrow:focus,
.mfp-arrow:hover,
.mfp-close,
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-wrap {
    z-index: 1043;
    position: fixed;
    outline: 0 !important
}

.mfp-container {
    position: absolute;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-close,
.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    margin: -55px 0 0;
    top: 50%;
    padding: 0
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-zoom-out-cur {
    cursor: default
}

.mfp-bottom-bar {
    margin-top: -20px
}

.mfp-heading {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px
}

.mfp-author {
    font-size: 12px
}

.mfp-author strong {
    margin-right: 5px
}

.mfp-counter {
    color: #fff;
    font-size: 14px
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
    color: #fff
}

.mfp-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

.mfp-arrow:active,
.mfp-arrow:focus {
    margin-top: -15px;
    outline: 0
}

.mfp-arrow:after {
    display: none
}

.mfp-arrow:before {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-top: 0;
    border: none;
    opacity: 1
}

.mfp-arrow.mfp-arrow-left {
    left: 30px
}

@media (max-width:991px) {
    .mfp-container {
        padding-left: 30px;
        padding-right: 30px
    }

    .mfp-arrow.mfp-arrow-left {
        left: 5px
    }
}

.mfp-arrow.mfp-arrow-left:before {
    margin-left: 0;
    content: "\f177"
}

.mfp-arrow.mfp-arrow-right {
    left: auto;
    right: 30px
}

.mfp-arrow.mfp-arrow-right:before {
    margin-left: 5px;
    content: "\f178"
}

.header {
    position: fixed;
    width: 100%;
    transition: all .3s ease-in-out !important;
    z-index: 1020
}

.header .wrap-core-nav-list {
    position: initial
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .header .wrap-core-nav-list {
        position: static
    }
}

.header:hover {
    /*background: #fff;*/
   /* -webkit-box-shadow: 0 3px 59px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 59px 0 rgba(0, 0, 0, .15)*/
}

@media (max-width:991px) {
    .mfp-arrow.mfp-arrow-right {
        right: 5px
    }

    .header {
        padding: 20px 0
    }

    .header:hover {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.header:hover .attributes li,
.header:hover .menu li a {
  /*  padding: 25px 0 !important*/
}

/*.header:hover .nav-header .brand {
    margin-top: 20px !important
}*/

@media (max-width:991px) {
    .header:hover .attributes li {
        padding: 0 !important
    }

    .header:hover .nav-header .brand {
        margin-top: 0 !important
    }
}

.header__white {
    background: #fff;
    -webkit-box-shadow: 0 3px 59px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 59px 0 rgba(0, 0, 0, .15)
}

.header__inner,
.header__inner:hover {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header__inner.header__sticky:hover {
    -webkit-box-shadow: 0 3px 59px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 59px 0 rgba(0, 0, 0, .15)
}

.header__inner .attributes li,
.header__inner .menu li a {
    padding: 25px 0 !important
}

.header__inner .nav-header .brand {
    margin-top: 20px !important
}

.header__sticky {
    background: #fff;
    -webkit-box-shadow: 0 3px 59px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 59px 0 rgba(0, 0, 0, .15)
}

@media (max-width:991px) {

    .header__inner .attributes li,
    .header__inner .menu li a {
        padding: 0 !important
    }

    .header__inner .nav-header .brand {
        margin-top: 0 !important
    }

    .header__sticky:hover {
        background: #fff;
        padding: 20px 0;
        -webkit-box-shadow: 0 3px 59px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 3px 59px 0 rgba(0, 0, 0, .15)
    }
}

.header__sticky .attributes li,
.header__sticky .menu li a {
    padding: 25px 0 !important;
    margin-top: 0px !important;
}

.font30{font-size: 30px;}
.font40{font-size: 40px;}
.font50{font-size: 50px;}

.fa-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#333));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.header__sticky .nav-header .brand {
    margin-top: 20px !important
}*/

@media (max-width:991px) {

    .header__sticky .attributes li,
    .header__sticky .menu li a {
        padding: 0 !important
    }

    .header__sticky .nav-header .brand {
        margin-top: 0 !important
    }

    .header .attributes {
        margin-right: 0 !important
    }
}

.header .menu li {
    padding: 0 15px
}

.header__sticky .brand img {
    border: 0;
    outline: 0;
    width: 70%;
}

.header__sticky .brand{
    margin-top: 2px !important;
}

.header .menu li a {
    display: inline-block;
    color: #2c2d2d;
    font-size: 16px;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-top: 50px;
    text-decoration: none
}

.header .menu li a:hover,
.header .menu li.active a {
    color: #000
}

.header .menu li.dropdown a::after,
.header .menu li.megamenu a::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 15px;
    margin-left: 5px;
    padding-top: 4px
}

.header .toggle-bar.core-nav-toggle {
    float: right;
    font-size: 24px
}

.header .attributes {
    margin-left: 10px
}

.header .attributes li {
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    padding: 50px 0
}

.header .attributes li a.btn-header {
    margin-top: -6px
}

@media (max-width:991px) {
    .header .attributes li {
        padding: 0 !important
    }

    .header .attributes li.header__button {
        display: none
    }
}

.header .attributes li.header__download-icon {
    display: none;
    padding: 0
}

.header .attributes li.header__download-icon a {
    padding: 0;
    font-size: 22px;
    line-height: auto;
    color: #1e5ee5;
    margin-top: 3px
}

.header .nav-header .brand {
    display: inline-block;
    margin-top: 10px
}

@media (max-width:991px) {
    .header .attributes li.header__download-icon {
        display: inline-block
    }

    .header .nav-header .brand {
        margin-top: 0
    }
}

.header__mobile {
    position: fixed;
    width: 100%;
    display: none;
    background: #fff;
    padding: 20px 0;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
    text-align: center;
    top: 0;
    z-index: 2
}

.header__mobile-brand {
    display: inline-block;
    width: 100px;
    height: 25px;
    background: url(../brand/logo%402x.png) no-repeat;
    background-size: 100px 25px;
    text-indent: -99999px
}

.header__mobile-toggle {
    position: absolute;
    top: 23px;
    font-size: 18px !important;
    right: 15px;
    color: #d7deee
}

.header__mobile-toggle:hover {
    color: #1e5ee5
}

@media (max-width:991px) {
    .header__mobile {
        display: block
    }
}

.core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d7deee;
    border-bottom: none
}

.core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu li {
    padding: 0
}

.core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu li a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px !important;
    margin-top: 0px;
    font-family: Montserrat, sans-serif;
    border-bottom: 1px solid #d7deee
}

.core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu li a::after {
    display: none;
    margin-left: 0;
    padding-top: 0
}

.core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu li a:hover {
    background: #f8faff
}

@media (max-width:991px) {
    .core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu li a:hover {
        background: 0 0
    }

    .core-responsive-slide.open {
        margin-left: 100%;
        margin-right: -100%
    }
}

.core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu li.dropdown {
    position: relative
}

.core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu li.dropdown::after {
    position: absolute;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 11px;
    top: 50%;
    right: 20px;
    margin-top: -12px
}

.masthead__browser-wrapper .owl-carousel:after,
.masthead__browser-wrapper .owl-carousel:before,
.masthead__style-overlay,
.section__divider::before,
.section__heading:before {
    content: ''
}

.core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu .dropdown>.dropdown-menu {
    top: 0;
    left: auto;
    right: 100% !important
}

.header .menu li.active .dropdown-menu li a {
    color: #000
}

.header .menu li.active .dropdown-menu li a:hover {
    color: #1e5ee5
}

.dropdown-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: #fff;
    left: 0;
    top: 0;
    opacity: 0
}

@media (max-width:991px) {
    .core-responsive-slide .core-nav .wrap-core-nav-list {
        padding-top: 65px;
        background: #fff;
        width: 100%;
        border: none;
        z-index: 1070;
        margin-left: -100%
    }

    .header .core-nav .wrap-core-nav-list.right .menu,
    .header:hover .core-nav .wrap-core-nav-list.right .menu,
    .header__inner .core-nav .wrap-core-nav-list.right .menu,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu {
        padding: 0 15px !important
    }

    .header .core-nav .wrap-core-nav-list.right .menu li,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li {
        float: left;
        border-bottom: 1px solid #d7deee;
        padding: 10px 0 !important
    }

    .header .core-nav .wrap-core-nav-list.right .menu li:last-child,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li:last-child,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li:last-child,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li:last-child {
        border-bottom: none;
        margin-bottom: 5px
    }

    .header .core-nav .wrap-core-nav-list.right .menu li a,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li a,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li a,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li a {
        font-size: 13px;
        padding: 0 !important
    }

    .header .core-nav .wrap-core-nav-list.right .menu li.dropdown::after,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown::after,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown::after,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown::after {
        display: none
    }

    .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu {
        position: relative;
        border: none;
        display: block !important;
        margin: 10px 0 0 !important;
        padding: 0 !important
    }

    .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li {
        border: none;
        padding: 0 !important;
        margin-bottom: 5px
    }

    .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li:last-child,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li:last-child,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li:last-child,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li:last-child {
        border-bottom: none;
        margin-bottom: 0
    }

    .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li a,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li a,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li a,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li a {
        padding: 0 !important;
        font-size: 13px !important;
        border: none
    }

    .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown {
        margin-top: 5px !important;
        padding-top: 10px !important;
        border-top: 1px solid #d7deee
    }

    .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown a,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown a,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown a,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown a {
        font-family: "Montserrat Bold", sans-serif
    }

    .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a {
        font-family: Montserrat, sans-serif
    }

    .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown a,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown a,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown a,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown a {
        font-family: "Montserrat Bold", sans-serif
    }

    .header .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu li a {
        font-family: Montserrat, sans-serif
    }
}

.header .menu .megamenu__widget-group-link span,
.header .menu .megamenu__widget-list li a,
.masthead__content-subtitle {
    font-family: Montserrat, sans-serif
}

@media (max-width:991px) {

    .header .core-nav .wrap-core-nav-list.right .menu li.dropdown a::after,
    .header .core-nav .wrap-core-nav-list.right .menu li.megamenu a::after,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.dropdown a::after,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li.megamenu a::after,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li.dropdown a::after,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li.megamenu a::after,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li.dropdown a::after,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li.megamenu a::after {
        display: none
    }

    .header .menu .megamenu__widget,
    .header:hover .menu .megamenu__widget,
    .header__inner .menu .megamenu__widget,
    .header__sticky .menu .megamenu__widget {
        float: left;
        width: 100%;
        margin-top: 10px !important
    }

    .header .menu .megamenu__widget-lis,
    .header:hover .menu .megamenu__widget-lis,
    .header__inner .menu .megamenu__widget-lis,
    .header__sticky .menu .megamenu__widget-lis {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

.core-nav .wrap-core-nav-list.right .megamenu>.megamenu-content {
    margin-top: -2px;
    border: 1px solid #d7deee;
    -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .04);
    padding: 60px 0
}

.core-nav .wrap-core-nav-list.right .megamenu>.megamenu-content .container {
    padding-right: 30%
}

.core-nav .wrap-core-nav-list.right .megamenu>.megamenu-content:before {
    position: absolute;
    content: '';
    width: 35%;
    height: 100%;
    display: block;
    background: url(../images/megamenu-bg.svg) bottom left no-repeat #edf3ff;
    background-size: 100% auto;
    top: 0;
    right: 0
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .core-nav .wrap-core-nav-list.right .megamenu>.megamenu-content:before {
        background-position: 0 100px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .core-nav .wrap-core-nav-list.right .megamenu>.megamenu-content .container {
        padding-right: 20%
    }

    .core-nav .wrap-core-nav-list.right .megamenu>.megamenu-content:before {
        width: 20%
    }
}

@media (max-width:991px) {
    .core-nav .wrap-core-nav-list.right .megamenu>.megamenu-content:before {
        display: none
    }

    .core-nav .wrap-core-nav-list.right .megamenu>.megamenu-content {
        padding: 0;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none
    }

    .core-nav .wrap-core-nav-list.right .megamenu>.megamenu-content .col-megamenu {
        padding-left: 0;
        padding-right: 0
    }
}

.header .menu .megamenu__widget {
    display: block;
    position: relative;
    padding: 0;
    margin: 0
}

.header .menu .megamenu__widget-title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal
}

@media (max-width:991px) {
    .header .menu .megamenu__widget {
        margin-top: 20px
    }

    .header .menu .megamenu__widget-title {
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.header .menu .megamenu__widget-group {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .header .menu .megamenu__widget-group {
        margin-bottom: 10px
    }
}

.header .menu .megamenu__widget-group-link {
    margin-bottom: 0;
    padding: 0 !important;
    color: #000 !important
}

.header .menu .megamenu__widget-group-link::after,
.header .menu .megamenu__widget-group-link::before {
    display: none
}

.header .menu .megamenu__widget-group-link span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    color: #2c2d2d
}

.header .menu .megamenu__widget-group-link:active span,
.header .menu .megamenu__widget-group-link:focus span,
.header .menu .megamenu__widget-group-link:hover span {
    color: #2c2d2d
}

.header .menu .megamenu__widget-group:hover .megamenu__widget-group-link {
    color: #1e5ee5 !important
}

.header .menu .megamenu__widget-list {
    float: none;
    display: block;
    margin: 0;
    padding: 0
}

@media (max-width:991px) {
    .header .menu .megamenu__widget-list {
        float: left;
        width: 100%
    }
}

.header .menu .megamenu__widget-list li {
    float: none;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:991px) {
    .header .menu .megamenu__widget-list li {
        border: none;
        float: left;
        width: 100%;
        padding: 0 !important;
        margin-top: 10px
    }
}

.header .menu .megamenu__widget-list li a {
    position: relative;
    padding: 0 0 0 30px !important;
    margin-bottom: 20px
}

.header .menu .megamenu__widget-list li a::after,
.header .menu .megamenu__widget-list li a::before {
    display: none
}

.header .menu .megamenu__widget-list li a .list--icon {
    color: #1e5ee5;
    position: absolute;
    top: 2px;
    left: 0
}

.header .menu .megamenu__widget-list li:last-child a {
    margin-bottom: 0
}

@media (max-width:991px) {
    .header .menu .megamenu__widget-list li a {
        font-size: 15px;
        margin-bottom: 0;
        padding: 0 !important
    }

    .header .menu .megamenu__widget-list li a .list--icon {
        display: none
    }

    .header .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li {
        border-bottom: none;
        padding: 0 !important
    }

    .header .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li:last-child,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li:last-child,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li .megamenu__widget-list li:last-child {
        margin-bottom: 0 !important
    }
}

.header:hover .menu li a.megamenu__widget-group-link {
    padding: 0 !important
}

.masthead {
    position: relative;
   /* background: #edf3ff;*/
   background: #f0ebe3;
    padding: 150px 0 80px
}

.masthead__white {
    background: #fff
}

.masthead__style-overlay,
.masthead__style-watter {
    background-repeat: no-repeat;
    background-size: 100% auto
}

.masthead__fullscreen {
    width: 100%;
    height: 100vh
}

.masthead__content {
    display: block;
    margin-bottom: 40px
}

.masthead__content-mtop {
    margin-top: 80px
}

@media (max-width:991px) {
    .masthead {
        padding: 80px 0 40px
    }

    .masthead__content {
        margin-bottom: 20px
    }

    .masthead__content-mtop {
        margin-top: 0
    }
}

.masthead__content-image {
    max-width: 100% !important;
    height: auto;
    margin-bottom: -3px
}

.masthead__content-action {
    display: block;
    margin-top: 40px
}

.masthead__content-action .btn {
    margin-right: 10px;
    margin-bottom: 10px
}

@media (max-width:991px) {
    .masthead__content-action .btn {
        margin-right: 5px;
        margin-bottom: 5px
    }

    .masthead__content-action {
        margin-top: 20px
    }
}

.masthead__offset-bottom {
    margin-bottom: -140px
}

.masthead__style-watter {
    position: relative;
    background-image: url(../images/masthead-watter-bg.png);
    background-position: bottom left;
    padding-bottom: 280px
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .masthead__style-watter {
        background-image: url(../images/masthead-watter-bg.png)
    }
}

@media (max-width:991px) {
    .masthead__offset-bottom {
        margin-bottom: 0
    }

    .masthead__style-watter {
        padding-bottom: 140px;
        text-align: center
    }
}

@media (max-width:767px) {
    .masthead__style-watter {
        padding-bottom: 100px
    }
}

.masthead__style-watter--image {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 180px
}

.masthead__style-watter--icon {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    z-index: 9;
    top: 0;
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.back-to-top,
.form__subscribe-button {
    -webkit-transition: all .3s ease-in-out
}

.masthead__style-overlay {
    position: absolute;
    background-image: url(../images/masthead-overlay.png);
    background-position: top left;
    display: block;
    width: 400px;
    height: 596px;
    top: 0;
    right: 0
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .masthead__style-overlay {
        background-image: url(../images/masthead-overlay%402x.png)
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .masthead__style-overlay {
        width: 260px;
        height: 298px
    }
}

@media (max-width:991px) {
    .masthead__style-watter--image {
        padding-top: 90px
    }

    .masthead__style-overlay {
        display: none
    }
}

.masthead__form {
    position: relative;
    display: block;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 20px 40px;
    border: 1px solid #bac6e1;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1)
}

.masthead__form-action {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -60px
}

.masthead__form-action .btn {
    display: inline-block
}

.masthead__browser {
    display: block;
    position: relative;
    background-image: url(../images/icons-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    overflow: hidden
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .masthead__browser {
        background-image: url(../images/icons-bg%402x.png)
    }
}

.masthead__browser-wrapper {
    padding: 30px 40px 0
}

@media (max-width:991px) {
    .masthead__browser {
        background-position: bottom left
    }

    .masthead__browser-wrapper {
        padding: 15px 0 0
    }
}

.masthead__browser-wrapper .owl-carousel {
    -webkit-box-shadow: 0 3px 59px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 59px 0 rgba(0, 0, 0, .15)
}

.masthead__browser-wrapper .owl-carousel:before {
    position: absolute;
    width: 100%;
    height: 30px;
    background: #d7deee;
    border-radius: 4px 4px 0 0;
    top: -30px;
    left: 0
}

.masthead__browser-wrapper .owl-carousel:after {
    position: absolute;
    width: 60px;
    height: 10px;
    background-image: url(../images/screenshot/browser-clos.html);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
    top: -20px;
    left: 15px;
    z-index: 2
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .masthead__browser-wrapper .owl-carousel:after {
        background-image: url(../images/screenshot/browser-close%402x.png)
    }
}

.masthead__video {
    position: relative;
    display: block;
    -webkit-box-shadow: 0 16px 74px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 16px 74px 6px rgba(0, 0, 0, .1);
    margin-bottom: -80px
}

.masthead__gradient {
    padding: 0;
    background: #5a25c2;
    background: -webkit-gradient(linear, left top, left bottom, from(#5a25c2), to(#5f63d6));
    background: linear-gradient(to bottom, #5a25c2 0, #5f63d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a25c2', endColorstr='#5f63d6', GradientType=0)
}

.features__wrapper:after,
.features__wrapper:before {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)
}

.masthead__gradient-content {
    background-image: url(../images/gradient-image-bg.png);
    background-repeat: repeat;
    background-position: top left;
    padding: 180px 0 80px
}

@media (max-width:991px) {
    .masthead__video {
        margin-bottom: -40px
    }

    .masthead__gradient-content {
        padding: 80px 0 40px
    }
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .masthead__gradient-content {
        background-image: url(../images/gradient-image-bg%402x.png)
    }
}

.masthead__gradient .masthead__content,
.masthead__gradient .masthead__content-title {
    color: #fff
}

.innerhead {
    background: #edf3ff;
    padding: 180px 0 80px
}

@media (max-width:991px) {
    .innerhead {
        padding: 90px 0 40px
    }
}

.section {
    position: relative;
    padding: 80px 0
}

.section__divider {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .section {
        padding: 40px 0
    }

    .section__divider {
        margin-bottom: 20px
    }
}

.section__divider::before {
    display: block;
    width: 720px;
    height: 186px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto
}

@media (min-width:992px) and (max-width:1199px) {
    .section__divider::before {
        width: 550px;
        height: 142px
    }
}

.section__divider-left::before {
    background-image: url(../images/section-divider-bg-left.png)
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .section__divider-left::before {
        background-image: url(../images/section-divider-bg-left%402x.png)
    }
}

.section__divider-right::before {
    background-image: url(../images/section-divider-bg-right.png)
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .section__divider-right::before {
        background-image: url(../images/section-divider-bg-right%402x.png)
    }
}

.section__purple {
    /*background: #403595;
    color: #fff*/
    background: #ff6634ba;
    color: #fff;
    padding: 40px 0px;
}

.section__gray {
    background: #edf3ff
}

.section__gray-watter--bottom,
.section__gray-watter--top {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #edf3ff
}

.section__gray-watter--top {
    padding: 380px 0 80px;
    background-position: top center;
    background-image: url(../images/section-bg-watter-top.png)
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .section__gray-watter--top {
        background-image: url(../images/section-bg-watter-top%402x.png)
    }
}

@media (max-width:991px) {
    .section__divider::before {
        display: none
    }

    .section__gray-watter--top {
        padding: 380px 0 80px
    }
}

.section__gray-watter--bottom {
    padding: 80px 0 380px;
    background-position: bottom center;
    background-image: url(../images/section-bg-watter-bottom.png)
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .section__gray-watter--bottom {
        background-image: url(../images/section-bg-watter-bottom%402x.png)
    }
}

@media (max-width:991px) {
    .section__gray-watter--bottom {
        padding: 40px 0 80px
    }
}

.section__heading {
    display: block;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .section__heading {
        padding-bottom: 15px;
        margin-bottom: 20px
    }
}

.section__heading:before {
    position: absolute;
    display: block;
    background: url(../images/section-heading.png) no-repeat;
    background-size: cover;
    width: 85px;
    height: 8px;
    bottom: 0;
    left: 0
}

.section__heading-center {
    text-align: center
}

.section__heading-center:before {
    left: 50%;
    margin-left: -42.5px
}

.section__column {
    display: block;
    position: relative;
    margin-bottom: 40px
}

.section__column .column-icon {
    position: absolute;
    top: 0
}

.section__column-left {
    padding-left: 80px
}

@media (max-width:991px) {
    .section__column {
        margin-bottom: 20px
    }

    .section__column-left {
        padding-left: 50px
    }
}

.section__column-left .column-icon {
    left: 0
}

.section__column-top--left {
    border-bottom: 1px solid #d7deee
}

.section__column-top--left-action {
    display: block;
    margin-bottom: 40px
}

.section__column-top--left-action a {
    display: inline-block
}

.section__contact {
    position: relative
}

.section__contact::before,
.section__contact:after {
    content: '';
    height: 100%;
    position: absolute;
    left: 0
}

.section__contact::before {
    display: block;
    width: 20%;
    top: 0;
    background: #f4f7fc
}

@media (max-width:991px) {
    .section__column-top--left-action {
        margin-bottom: 20px
    }

    .section__contact::before {
        display: none
    }
}

.section__contact:after {
    display: block;
    width: 35%;
    bottom: 0;
    background: url(../images/megamenu-bg.svg) bottom left no-repeat #f4f7fc
}

@media (max-width:991px) {
    .section__contact:after {
        display: none
    }
}

.footer {
    position: relative;
    display: block;
    padding: 50px 0 0
}

.footer__widget {
    /*margin-bottom: 60px*/
}

@media (max-width:991px) {
    .footer {
        padding: 50px 0 0
    }

    .footer__widget {
        margin-bottom: 20px
    }
}

.footer__widget-title {
    /*margin-bottom: 40px*/
}

@media (max-width:991px) {
    .footer__widget-title {
        margin-bottom: 10px
    }
}

.footer__widget-logo {
    display: inline-block;
    margin-bottom:10px
}

.footer__widget-contact {
    display: block;
    position: relative;
    padding-left: 30px
}

@media (max-width:991px) {
    .footer__widget-logo {
        margin-bottom: 20px
    }

    .footer__widget-contact {
        padding-left: 25px
    }
}

.footer__widget-contact .fa {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0
}

.footer__widget-linklist {
    margin: 0;
    padding: 0
}

.footer__widget-linklist li {
    margin: 0 0 5px;
    padding: 0;
    list-style: none
}

@media (max-width:991px) {
    .footer__widget-linklist li {
        margin: 0 0 7.5px
    }
}

.footer__widget-network,
.footer__widget-network li {
    margin: 0;
    padding: 0;
    display: inline-block
}

.footer__widget-linklist li a {
    color: #2c2d2d
}

.footer__widget-linklist li a:hover {
    color: #0f44b2
}

.footer__widget-network li {
    list-style: none
}

.footer__widget-network-link {
    background: #eaeef4;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #7483a3;
    overflow: hidden;
    padding-top: 5px;
    margin-right: 5px
}

.footer__widget-network-link:hover {
    background: #403595 !important;
    color: #fff
}

.footer__subfooter {
    display: block;
    border-top: 1px solid #d7deee;
    margin-top: 10px;
    padding: 10px 0 0px
}

@media (max-width:991px) {
    .footer__subfooter {
        margin-top: 30px;
        padding: 20px 0 15px
    }

    .footer__subfooter .text-right {
        text-align: left !important
    }
}

.footer__subfooter-liststyle {
    display: block;
    margin: 0;
    padding: 0
}

.footer__subfooter-liststyle li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__subfooter-liststyle li a {
    color: #2c2d2d
}

.footer__subfooter-liststyle li a:hover {
    color: #0f44b2
}

.footer__subfooter-liststyle li+li::before {
    display: inline-block;
    padding-right: 10px;
    content: "|"
}

.aside__right {
    padding-left: 30px
}

.aside__left {
    padding-right: 30px
}

.aside__widget {
    margin-bottom: 40px
}

@media (max-width:991px) {
    .aside__right {
        padding-left: 0;
        margin-top: 40px
    }

    .aside__left {
        padding-right: 0;
        margin-top: 40px
    }

    .aside__widget {
        margin-bottom: 20px
    }
}

.aside__widget-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.aside__widget-title.instagram:after,
.aside__widget-title:before {
    position: absolute;
    content: '';
    left: 0
}

.aside__widget-title:before {
    display: block;
    background: url(../images/section-heading.png) no-repeat;
    background-size: cover;
    width: 85px;
    height: 8px;
    bottom: 0
}

.aside__widget-title.instagram {
    padding-left: 35px
}

@media (max-width:991px) {
    .aside__widget-title {
        padding-bottom: 0;
        margin-bottom: 15px
    }

    .aside__widget-title:before {
        display: none
    }

    .aside__widget-title.instagram {
        padding-left: 20px
    }
}

.aside__widget-title.instagram:after {
    display: block;
    background: url(../icons/instagram.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 5px
}

.aside__widget-recent--post {
    margin: 0;
    padding: 0
}

.aside__widget-recent--post li {
    min-height: 55px;
    position: relative;
    list-style: none;
    margin: 0 0 20px;
    padding: 0 0 0 70px
}

@media (max-width:991px) {
    .aside__widget-title.instagram:after {
        width: 15px;
        height: 15px
    }

    .aside__widget-recent--post li {
        margin: 0 0 10px;
        padding: 0 0 0 70px
    }
}

.aside__widget-recent--post li:last-child {
    margin: 0
}

.aside__widget-recent--post-thumb {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    left: 0
}

.aside__widget-recent--post-title {
    position: relative;
    line-height: 28px;
    font-family: Montserrat, sans-serif;
    margin: 0
}

.aside__widget-recent--post-title a {
    color: #000
}

.aside__widget-instagram {
    float: left;
    padding: 0;
    margin: -2px -2px 10px;
    width: 100%
}

@media (max-width:991px) {
    .aside__widget-instagram {
        margin: -2px -2px 5px
    }
}

.aside__widget-instagram li {
    float: left;
    list-style: none;
    width: 25%;
    height: auto;
    margin: 0;
    padding: 2px
}

.aside__widget-instagram li img {
    width: 100%;
    max-width: auto;
    height: auto
}

.aside__widget-instagram--follow {
    display: block;
    text-align: center
}

.aside__widget-instagram--follow label {
    font-family: "Montserrat Bold", sans-serif;
    margin: 0
}

.aside__widget-categories {
    margin: 0;
    padding: 0 0 0 20px
}

@media (max-width:991px) {
    .aside__widget-categories {
        padding: 0 0 0 10px
    }
}

.aside__widget-tags {
    margin: 0;
    padding: 0
}

.aside__widget-tags li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0
}

.aside__widget-tags li a {
    border-radius: 20px;
    background: #d7deee;
    color: #000;
    padding: 2px 15px
}

@media (max-width:991px) {
    .aside__widget-tags li a {
        padding: 2px 7.5px
    }
}

.aside__widget-tags li a:active,
.aside__widget-tags li a:focus,
.aside__widget-tags li a:hover {
    text-decoration: none;
    background: #1e5ee5;
    color: #fff
}

.section__cta {
    background: url(../images/cta-bg.png) center center no-repeat #ff9573;
    padding: 50px 0;
    color: #fff;
    text-align: center
}

@media (max-width:991px) {
    .section__cta {
        padding: 50px 0
    }
}

.section__cta-column {
    position: relative;
    border-radius: 20px;
    z-index: 1000;
    padding: 40px 0;
    -webkit-box-shadow: 0 30px 59px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 30px 59px 0 rgba(0, 0, 0, .15)
}

.section__cta-subscribe {
    position: relative;
    display: block;
    margin-top: 40px
}

@media (max-width:991px) {
    .section__cta-column {
        border-radius: 10px;
        padding: 20px 0;
        -webkit-box-shadow: 0 15x 30px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 15x 30px 0 rgba(0, 0, 0, .15)
    }

    .section__cta-subscribe {
        margin-top: 0
    }
}

.section__cta-subscribe-input {
    font-family: Montserrat, sans-serif;
    width: 100%;
    background: 0 0;
    padding: 20px 0;
    border: none;
    color: #b7c3de;
    border-bottom: 1px solid #695faf
}

.section__cta-subscribe-input:focus {
    outline: 0;
    border-color: #fff
}

.section__cta-subscribe-input::-webkit-input-placeholder {
    color: #b7c3de
}

.section__cta-subscribe-input::-ms-input-placeholder {
    color: #b7c3de
}

.section__cta-subscribe-input::placeholder {
    color: #b7c3de
}

.section__cta-subscribe-button {
    position: absolute;
    right: 0;
    top: 0
}

.section__cta-offset {
    margin-bottom: -100px
}

@media (max-width:991px) {
    .section__cta-subscribe-input {
        padding: 0 0 10px
    }

    .section__cta-subscribe-button {
        position: relative;
        display: block;
        width: 100%
    }

    .section__cta-offset {
        margin-bottom: -50px
    }
}

.back-to-top {
    position: fixed;
    z-index: 99;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    color: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #edf3ff;
    background-color: #edf3ff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    padding-top: 8px;
    display: none;
    -webkit-box-shadow: 0 15px 16px -5px rgba(150, 155, 181, .55);
    box-shadow: 0 15px 16px -5px rgba(150, 155, 181, .55);
    transition: all .3s ease-in-out
}

.back-to-top:active,
.back-to-top:focus {
    color: #000;
    background-color: #edf3ff;
    border-color: #edf3ff
}

.back-to-top:hover {
    background: #d7deee;
    border-color: #d7deee
}

.back-to-top.active {
    display: block
}

.back-to-top__icon {
    display: block;
    margin-top: -5px;
    font-size: 24px
}

.back-to-top__text {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: -2px
}

@media (max-width:767px) {
    .back-to-top {
        right: 5vw;
        bottom: 5vw
    }
}

.accordion__group {
    margin-bottom: 30px
}

.accordion__link {
    position: relative;
    border: none;
    display: block;
    width: 100%;
    background: #f1f5fd;
    padding: 20px 60px 20px 30px;
    text-align: left;
    color: #000;
    font-size: 18px;
    cursor: pointer
}

.accordion__link:focus {
    outline: 0
}

.accordion__link:after {
    position: absolute;
    content: "\f068";
    font-family: FontAwesome;
    top: 50%;
    right: 30px;
    margin-top: -11px
}

@media (max-width:991px) {
    .accordion__group {
        margin-bottom: 15px
    }

    .accordion__link {
        padding: 10px 35px 10px 15px
    }

    .accordion__link:after {
        font-size: 14px;
        right: 15px
    }
}

.accordion__link.collapsed:after {
    content: "\f067"
}

.btn-link::after,
.form__subscribe-button:after {
    content: "\f178"
}

.accordion__collapse {
    background: #f1f5fd;
    margin-top: 2px
}

.accordion__collapse .card-body {
    padding: 30px
}

.form {
    display: block;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .accordion__collapse .card-body {
        padding: 15px
    }

    .form {
        margin-bottom: 20px
    }
}

.form button:focus,
.form input:focus,
.form select:focus,
.form textarea:focus {
    outline: 0
}

.form-control {
    background: #fafbfc;
    border: 1px solid #bac6e1;
    padding: 20px 15px;
    -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, .05)
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #1e5ee5
}

.form__subscribe {
    position: relative;
    display: block
}

.form__subscribe-rounded {
    border-radius: 80px
}

.form__subscribe-shadow {
    -webkit-box-shadow: 4px 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 4px 6px 0 rgba(0, 0, 0, .15)
}

.form__subscribe-input {
    background: #fff;
    width: 100%;
    border: 2px solid;
    padding: 20px;
    line-height: normal
}

@media (max-width:991px) {
    .form__subscribe-input {
        line-height: 24px;
        padding: 7.5px 10px
    }
}

.form__subscribe-input-blue {
    border-color: #1e5ee5
}

.form__subscribe-input-green {
    border-color: #4aa47b
}

.form__subscribe-input-yellow {
    border-color: #f9d750
}

.form__subscribe-input-purple {
    border-color: #403595
}

.form__subscribe-input-red {
    border-color: #e24c43
}

.form__subscribe-input-orange {
    border-color: #f26822
}

.form__subscribe-button {
    line-height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 80px 80px 0;
    padding: 20px;
    border: 2px solid;
    transition: all .3s ease-in-out
}

.btn-link,
.form__subscribe-button:after {
    position: relative;
    -webkit-transition: all .3s ease-in-out
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .form__subscribe-button {
        padding: 20px 20px 18px
    }
}

.form__subscribe-button:hover::after {
    right: -5px
}

.form__subscribe-button:after {
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px;
    top: 1px;
    right: 0;
    transition: all .3s ease-in-out
}

.btn,
.btn-link,
.form-group label {
   /* font-family: "Montserrat Bold", sans-serif*/
}

.form__subscribe-button-blue {
    background: #1e5ee5;
    border-color: #1e5ee5;
    color: #fff
}

.form__subscribe-button-green {
    background: #4aa47b;
    border-color: #4aa47b;
    color: #fff
}

.form__subscribe-button-yellow {
    background: #f9d750;
    border-color: #f9d750;
    color: #fff
}

.form__subscribe-button-purple {
    background: #403595;
    border-color: #403595;
    color: #fff
}

.form__subscribe-button-red {
    background: #e24c43;
    border-color: #e24c43;
    color: #fff
}

.form__subscribe-button-orange {
    background: #f26822;
    border-color: #f26822;
    color: #fff
}

.form-group {
    display: block;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .form__subscribe-button {
        line-height: 24px;
        padding: 7.5px 10px
    }

    .form__subscribe-button:after {
        right: 5px
    }

    .form-group {
        margin-bottom: 10px
    }
}

.form-action {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px
}

@media (max-width:991px) {
    .form-action {
        margin-top: 5px;
        margin-bottom: 10px
    }
}

.select2-container {
    width: 100% !important
}

.select2-container--default .select2-selection--single {
    font-size: 12px;
    line-height: 22px;
    background: #fafbfc;
    border: 1px solid #bac6e1;
    padding: 20px 15px;
    -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, .05);
    color: #2c2d2d;
    width: 100%;
    height: calc(2.25rem + 2px)
}

.select2-container--default .select2-selection--single:focus {
    outline: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-size: 12px;
    line-height: 22px;
    margin-top: -10px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple:focus,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single:focus {
    outline: 0
}

.select2-dropdown {
    border: 1px solid #bac6e1
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #d7deee
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1e5ee5
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 10px
}

button:active,
button:focus,
button:hover {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn {
    padding: 15px 30px;
    font-size: 16px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 2px
}

@media (max-width:991px) {
    .btn {
        font-size: 14px;
        padding: 12.5px 20px
    }
}

.btn:active,
.btn:focus,
.btn:hover {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none
}

.btn-rounded {
    border-radius: 80px
}

.btn-sm {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px
}

@media (max-width:991px) {
    .btn-sm {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 15px
    }

    .btn-xs,
    .header .attributes li a.btn-header {
        font-size: 12px;
        line-height: 12px;
        padding: 8px 20px
    }
}

.btn-xs,
.header .attributes li a.btn-header {
    font-size: 14px;
    line-height: 12px;
    font-weight: 500;
    padding: 11px 11px
}

.btn-lg {
    font-size: 24px;
    line-height: normal;
    padding: 20px 40px
}

@media (max-width:991px) {
    .btn-lg {
        font-size: 18px;
        padding: 15px 25px
    }
}

.btn-icon-left .fa {
    margin-right: 5px
}

.btn-icon-right .fa {
    margin-left: 5px
}

.btn-default {
    background: #2c2d2d;
    color: #fff
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    background: #000;
    color: #fff;
    text-decoration: none
}

.btn-primary,
.header .attributes li a.btn-header {
    background: #ff6634;
    border-color: #ff531b;
    color: #fff
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.header .attributes li a.btn-header:active,
.header .attributes li a.btn-header:focus,
.header .attributes li a.btn-header:hover {
   /* background: #0f44b2;
    border-color: #0f44b2;*/
     background: #000;
    border-color: #222;
    color: #fff;
    text-decoration: none
}

.btn-green {
    background: #4aa47b;
    border-color: #4aa47b;
    color: #fff
}

.btn-green:active,
.btn-green:focus,
.btn-green:hover {
    background: #2c7855;
    border-color: #2c7855;
    color: #fff;
    text-decoration: none
}


.btn-blue {
    background: #1e5ee5;
    border-color: #1e5ee5;
    color: #fff
}

.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
    background: #164cbd;
    border-color: #164cbd;
    color: #fff;
    text-decoration: none
}


.btn-purple {
    background: #403595;
    border-color: #403595;
    color: #fff
}

.btn-purple:active,
.btn-purple:focus,
.btn-purple:hover {
    background: #271e6f;
    border-color: #271e6f;
    color: #fff;
    text-decoration: none
}

.btn-red {
    background: #e24c43;
    border-color: #e24c43;
    color: #fff
}

.btn-red:active,
.btn-red:focus,
.btn-red:hover {
    background: #ab2921;
    border-color: #ab2921;
    color: #fff;
    text-decoration: none
}

.btn-yellow {
    background: #f9d750;
    border-color: #f9d750;
    color: #fff
}

.btn-yellow:active,
.btn-yellow:focus,
.btn-yellow:hover {
    background: #d0af2d;
    border-color: #d0af2d;
    color: #fff;
    text-decoration: none
}

.btn-orange {
    background: #f26822;
    border-color: #f26822;
    color: #fff
}

.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {
    background: #c74e11;
    border-color: #c74e11;
    color: #fff;
    text-decoration: none
}

.btn-white {
    background: #fff;
    border-color: #fff;
    color: #2c2d2d
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    background: #edf3ff;
    border-color: #edf3ff;
    color: #2c2d2d;
    text-decoration: none
}

.btn-stroke {
    background: 0 0
}

.btn-stroke.btn-default {
    border-color: #2c2d2d;
    color: #2c2d2d
}

.btn-stroke.btn-default:active,
.btn-stroke.btn-default:focus,
.btn-stroke.btn-default:hover {
    background: #2c2d2d;
    color: #fff;
    text-decoration: none
}

.btn-stroke.btn-primary,
.header .attributes li a.btn-stroke.btn-header {
    border-color: #1e5ee5;
    color: #1e5ee5
}

.btn-stroke.btn-primary:active,
.btn-stroke.btn-primary:focus,
.btn-stroke.btn-primary:hover,
.header .attributes li a.btn-stroke.btn-header:active,
.header .attributes li a.btn-stroke.btn-header:focus,
.header .attributes li a.btn-stroke.btn-header:hover {
    background: #1e5ee5;
    color: #fff;
    text-decoration: none
}

.btn-stroke.btn-green {
    border-color: #4aa47b;
    color: #4aa47b
}

.btn-stroke.btn-green:active,
.btn-stroke.btn-green:focus,
.btn-stroke.btn-green:hover {
    background: #4aa47b;
    color: #fff;
    text-decoration: none
}

.btn-stroke.btn-purple {
    border-color: #403595;
    color: #403595
}

.btn-stroke.btn-purple:active,
.btn-stroke.btn-purple:focus,
.btn-stroke.btn-purple:hover {
    background: #403595;
    color: #fff;
    text-decoration: none
}

.btn-stroke.btn-red {
    border-color: #e24c43;
    color: #e24c43
}

.btn-stroke.btn-red:active,
.btn-stroke.btn-red:focus,
.btn-stroke.btn-red:hover {
    background: #e24c43;
    color: #fff;
    text-decoration: none
}

.btn-stroke.btn-yellow {
    border-color: #f9d750;
    color: #f9d750
}

.btn-stroke.btn-yellow:active,
.btn-stroke.btn-yellow:focus,
.btn-stroke.btn-yellow:hover {
    background: #f9d750;
    color: #fff;
    text-decoration: none
}

.btn-stroke.btn-orange {
    border-color: #f26822;
    color: #f26822
}

.btn-stroke.btn-orange:active,
.btn-stroke.btn-orange:focus,
.btn-stroke.btn-orange:hover {
    background: #f26822;
    color: #fff;
    text-decoration: none
}

.btn-stroke.btn-white {
    border-color: #fff;
    color: #fff
}

.btn-stroke.btn-white:active,
.btn-stroke.btn-white:focus,
.btn-stroke.btn-white:hover {
    background: #fff;
    color: #fff;
    text-decoration: none
}

.btn-link {
    color: #2c2d2d;
    padding-right: 20px;
    transition: all .3s ease-in-out
}

.btn-link::after,
.team__thumbnail img {
    -webkit-transition: all .3s ease-in-out
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    color: #0f44b2
}

.btn-link:hover::after {
    right: -5px
}

.btn-link::after {
    position: absolute;
    font-family: FontAwesome;
    transition: all .3s ease-in-out;
    right: 0;
    top: -1.5px
}

.pricing__content p,
.pricing__content-currency,
.pricing__content-package,
.pricing__content-price,
.pricing__popular .pricing__content p,
.pricing__popular .pricing__content-currency,
.pricing__popular .pricing__content-package {
    font-family: "Montserrat Light", sans-serif
}

.btn-link.btn-primary,
.header .attributes li a.btn-link.btn-header {
    background: 0 0;
    color: #1e5ee5
}

.btn__play {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #1e5ee5;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-top: 25px
}

.btn__play:active,
.btn__play:focus,
.btn__play:hover {
    background: #0f44b2;
    color: #fff
}

.btn__play-stroke {
    background: 0 0;
    color: #1e5ee5;
    border: 1px solid #1e5ee5
}

.btn__play-stroke:active,
.btn__play-stroke:focus,
.btn__play-stroke:hover {
    background: #0f44b2;
    color: #fff;
    border: 1px solid #0f44b2
}

.btn__play-white {
    background: #fff;
    color: #1e5ee5
}

.btn__play-white.btn__play-stroke {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}

.btn__play-white.btn__play-stroke:active,
.btn__play-white.btn__play-stroke:focus,
.btn__play-white.btn__play-stroke:hover {
    background: #fff;
    color: #1e5ee5;
    border: 1px solid #fff
}

.column__icon {
    display: block;
    position: relative;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .btn__play {
        font-size: 18px;
        line-height: 18px;
        width: 60px;
        height: 60px;
        padding-top: 20px
    }

    .column__icon {
        margin-bottom: 15px
    }
}

.column__icon .text-normal {
    line-height: 24px
}

.column__icon-left {
    padding-left: 40px
}

@media (max-width:991px) {
    .column__icon-left {
        padding-left: 30px
    }
}

.column__icon-left .fa {
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width:992px)
{
    .btm-area .col-lg-2{
    max-width:20%;
    flex: 0 0 20%;
    }
}

.column__boxed {
    position: relative;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 30px;
}

.pricing__column,
.pricing__grid,
.pricing__grid-header {
    display: block;
    text-align: center
}

.column__boxed-title {
    margin-bottom: 10px
}

.column__boxed-icon {
    /*position: absolute;
    top: 30px;
    left: 30px*/
}

@media (max-width:991px) {
    .column__boxed {
        padding: 15px 15px 15px 60px
    }

    .column__boxed-title {
        margin-bottom: 5px
    }

    .column__boxed-icon {
        top: 20px;
        left: 15px
    }
}

.pricing {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 60px
}

.pricing__column {
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    width: 31%;
    margin-top: 20px;
    padding: 40px 20px
}

.pricing__column.pp-fist {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

@media (max-width:991px) {
    .pricing {
        margin-bottom: 30px
    }

    .pricing__column {
        width: 100%;
        margin-top: 0;
        padding: 30px 10px;
        margin-bottom: 20px
    }

    .pricing__column:last-child {
        margin-bottom: 0
    }

    .pricing__column.pp-fist {
        border-width: 1px;
        border-style: solid;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }
}

.pricing__column.pp-last {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pricing__heading h3 {
    margin-bottom: 10px
}

@media (max-width:991px) {
    .pricing__column.pp-last {
        border-width: 1px;
        border-style: solid;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .pricing__heading h3 {
        margin-bottom: 5px
    }
}

.pricing__icon {
    font-size: 42px;
    margin-bottom: 10px
}

@media (max-width:991px) {
    .pricing__icon {
        font-size: 36px;
        margin-bottom: 5px
    }
}

.pricing__content {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .pricing__content {
        margin-bottom: 10px
    }
}

.pricing__content p {
    margin-bottom: 5px
}

.pricing__content-price {
    position: relative;
    padding-left: 10px
}

.pricing__content-currency {
    position: absolute;
    line-height: auto;
    font-style: normal;
    margin-top: 5px;
    left: 0
}

.pricing__popular {
    position: relative;
    width: 38%;
    margin-top: 0;
    padding: 60px 20px 50px;
    z-index: 4;
    border-radius: 8px;
    border-width: 3px;
    border-color: #1e5ee5;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.pricing__popular .pricing__icon {
    font-size: 72px;
    color: #1e5ee5
}



:root {
  /* Change this to change the appearance of the hexaons */
  --hex-width: 140px; 
  --hex-between: 10px;

  
  /* Other hexagon dimentions */
  --hex-height: calc(var(--hex-width) / 1.73 /* sqrt(3) */);
  --hex-margin: calc(var(--hex-width) / 2);
  --hex-border: calc(var(--hex-margin) / 1.73 /* sqrt(3) */);
  --hex-transition: all .2s ease;
  
  /* Colors */
  --color-hex-default: #000000;
  --color-hex-hover:   #222;
  --color-angular:     #DD0031;
  --color-atom:        #66595C;
  --color-bootstrap:   #563D7C;
  --color-circleci:    #343434;
  --color-css:         #1572B6;
  --color-git:         #F14E32;
  --color-gulp:        #DA4648;
  --color-haskell:     #5D4F85;
  --color-html:        #E34F26;
  --color-javascript:  #F7DF1E;
  --color-meteor:      #DE4F4F;
  --color-python:      #3776AB;
  --color-rails:       #CC0000;
  --color-sass:        #CC6699;
  --color-vuejs:       #4FC08D;
  --color-webpack:     #2389b9;
}

/* Hexagons */
.hexagon-container {
        margin-bottom: -35px;
  display: grid;
  grid-template-columns: var(--hex-width) var(--hex-width) var(--hex-width) var(--hex-width) var(--hex-width) var(--hex-width) var(--hex-width) var(--hex-width);
  grid-auto-rows: calc(var(--hex-width) - 28.87px/2);
  grid-gap: var(--hex-between) var(--hex-between);
  padding-bottom: var(--hex-border);
}
.hexagon {
  align-items: center;
  background-color: var(--color-hex-default);
  cursor: pointer;
  display: flex;
  fill: white;
  height: var(--hex-height);
  justify-content: center;
  margin: var(--hex-border) 0;
  position: relative;
  transition: var(--hex-transition);
  width: var(--hex-width);
  color: #fff;
    font-size: 18px;
    
    text-align: center;
    height: 135px; 
    border-radius: 100%;
}

.hexagon a{
    color:#fff;
}

.hexagon::after,
.hexagon::before {
  border-left: var(--hex-margin) solid transparent;
  border-right: var(--hex-margin) solid transparent;
  content: "";
  left: 0;
  position: absolute;
  transition: var(--hex-transition);
  width: 0;
}
.hexagon::after {
  /*border-top: var(--hex-border) solid var(--color-hex-default);*/
  top: 100%;
  width: 0;
}
.hexagon::before {
 /* border-bottom: var(--hex-border) solid var(--color-hex-default);*/
  bottom: 100%;
}
  
.hexagon:hover {
  background-color: var(--color-hex-hover);
}

.hexagon a:hover {
text-decoration: none;
}

.hexagon:hover::after,
.hexagon:hover::before {
  border-top-color: var(--color-hex-hover);
  border-bottom-color: var(--color-hex-hover);

 
  }
 
.hexagon:nth-child(8n + 5),
.hexagon:nth-child(8n + 6),
.hexagon:nth-child(8n + 7),
.hexagon:nth-child(8n + 8) {
  /*margin-left: calc(var(--hex-width) / 2 + var(--hex-between) / 2);*/
}

.hexagon > svg {
  height: 75%;
  transition: var(--hex-transition);
}

/* Colors */
.color-sass {
  background-color: var(--color-sass);
}
.color-sass::after,
.color-sass::before {
  border-top-color: var(--color-sass);
  border-bottom-color: var(--color-sass);
}
.color-sass:hover {
  fill: #e4e4e4;
  
}   

.color-angular {
  background-color: var(--color-angular);
}
.color-angular::after,
.color-angular::before {
  border-top-color: var(--color-angular);
  border-bottom-color: var(--color-angular);
}
.color-angular:hover {
  fill: var(--color-angular);
}

.color-gulp {
  background-color: var(--color-gulp);
} 
.color-gulp::after,
.color-gulp::before {
  border-top-color: var(--color-gulp);
  border-bottom-color: var(--color-gulp);
}
.color-gulp:hover {
  fill: var(--color-gulp);
}

.color-rails {
  background-color: var(--color-rails);
}
.color-rails::after,
.color-rails::before {
  border-top-color: var(--color-rails);
  border-bottom-color: var(--color-rails);
}
.color-rails:hover {
  fill: var(--color-rails);
}

.color-git {
  background-color: var(--color-git);
}
.color-git::after,
.color-git::before {
  border-top-color: var(--color-git);
  border-bottom-color: var(--color-git);
}
.color-git:hover {
  fill: var(--color-git);
}

.color-html {
  background-color: var(--color-html);
}
.color-html::after,
.color-html::before {
  border-top-color: var(--color-html);
  border-bottom-color: var(--color-html);
}
.color-html:hover {
  fill: var(--color-html);
}

.color-javascript {
  background-color: var(--color-javascript);
}
.color-javascript::after,
.color-javascript::before {
  border-top-color: var(--color-javascript);
  border-bottom-color: var(--color-javascript);
}
.color-javascript:hover {
  fill: var(--color-javascript);
}

.color-vuejs {
  background-color: var(--color-vuejs);
}
.color-vuejs::after,
.color-vuejs::before {
  border-top-color: var(--color-vuejs);
  border-bottom-color: var(--color-vuejs);
}
.color-vuejs:hover {
  fill: var(--color-vuejs);
}

.color-circleci {
  background-color: var(--color-circleci);
}
.color-circleci::after,
.color-circleci::before {
  border-top-color: var(--color-circleci);
  border-bottom-color: var(--color-circleci);
}
.color-circleci:hover {
  fill: var(--color-circleci);
}

.color-webpack {
  background-color: var(--color-webpack);
}
.color-webpack::after,
.color-webpack::before {
  border-top-color: var(--color-webpack);
  border-bottom-color: var(--color-webpack);
}
.color-webpack:hover {
  fill: var(--color-webpack);
}

.color-css {
  background-color: var(--color-css);
}
.color-css::after,
.color-css::before {
  border-top-color: var(--color-css);
  border-bottom-color: var(--color-css);
}
.color-css:hover {
  fill: var(--color-css);
}

.color-python {
  background-color: var(--color-python);
}
.color-python::after,
.color-python::before {
  border-top-color: var(--color-python);
  border-bottom-color: var(--color-python);
}
.color-python:hover {
  fill: var(--color-python);
}

.color-haskell {
  background-color: var(--color-haskell);
}
.color-haskell::after,
.color-haskell::before {
  border-top-color: var(--color-haskell);
  border-bottom-color: var(--color-haskell);
}
.color-haskell:hover {
  fill: var(--color-haskell);
}

.color-bootstrap {
  background-color: var(--color-bootstrap);
}
.color-bootstrap::after,
.color-bootstrap::before {
  border-top-color: var(--color-bootstrap);
  border-bottom-color: var(--color-bootstrap);
}
.color-bootstrap:hover {
  fill: var(--color-bootstrap);
}

.color-atom {
  background-color: var(--color-atom);
}
.color-atom::after,
.color-atom::before {
  border-top-color: var(--color-atom);
  border-bottom-color: var(--color-atom);
}
.color-atom:hover {
  fill: var(--color-atom);
}

.color-meteor {
  background-color: var(--color-meteor);
}
.color-meteor::after,
.color-meteor::before {
  border-top-color: var(--color-meteor);
  border-bottom-color: var(--color-meteor);
}
.color-meteor:hover {
  fill: var(--color-meteor);
}






@media (max-width:991px) {
    .pricing__content p {
        margin-bottom: 0
    }

    .pricing__popular {
        width: 100%;
        padding: 30px 10px
    }

    .pricing__popular .pricing__icon {
        font-size: 60px
    }
}

.pricing__popular .pricing__heading {
    margin-bottom: 20px
}

.pricing__popular .pricing__content p {
    margin-bottom: 10px
}

.pricing__popular .pricing__content-price {
    font-size: 54px
}

.pricing__popular .pricing__action {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px
}

.pricing__popular .btn {
    padding: 20px 45px;
    background: #fff
}

.pricing__green {
    border-color: #4aa47b
}

.pricing__green .pricing__content-package,
.pricing__green .pricing__icon {
    color: #4aa47b
}

@media (max-width:991px) {
    .pricing__popular .pricing__heading {
        margin-bottom: 10px
    }

    .pricing__popular .pricing__content p {
        margin-bottom: 5px
    }

    .pricing__popular .pricing__content-price {
        font-size: 42px
    }

    .pricing__popular .pricing__action {
        position: relative;
        left: auto;
        bottom: auto
    }

    .pricing__popular .btn {
        padding: 12.5px 25px
    }

    .pricing__green.pp-fist,
    .pricing__green.pp-last {
        border-color: #4aa47b
    }

    .pricing__red.pp-fist,
    .pricing__red.pp-last {
        border-color: #e24c43
    }
}

.pricing__red {
    border-color: #e24c43
}

.pricing__red .pricing__content-package,
.pricing__red .pricing__icon {
    color: #e24c43
}

.pricing__orange {
    border-color: #f26822
}

.pricing__orange .pricing__content-package,
.pricing__orange .pricing__icon {
    color: #f26822
}

@media (max-width:991px) {

    .pricing__orange.pp-fist,
    .pricing__orange.pp-last {
        border-color: #f26822
    }

    .pricing__purple.pp-fist,
    .pricing__purple.pp-last {
        border-color: #403595
    }
}

.pricing__purple {
    border-color: #403595
}

.pricing__purple .pricing__icon {
    color: #4aa47b
}

.pricing__purple .pricing__content-package {
    color: #403595
}

.pricing__yellow {
    border-color: #f9d750
}

.pricing__yellow .pricing__content-package,
.pricing__yellow .pricing__icon {
    color: #f9d750
}

@media (max-width:991px) {

    .pricing__yellow.pp-fist,
    .pricing__yellow.pp-last {
        border-color: #f9d750
    }
}

.pricing__grid {
    position: relative;
    background: #fff;
    border: 1px solid #d7deee;
    -webkit-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, .15);
    margin-bottom: 40px
}

@media (max-width:991px) {
    .pricing__grid {
        margin-bottom: 30px
    }
}

.pricing__grid-header {
    position: relative;
    padding: 20px 0 1px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
/*    background-color: #d7deee;
    background-image: url(../images/pricing-bg-default.png)*/
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .pricing__grid-header {
        background-image: url(../images/pricing-bg-default%402x.png)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .pricing__grid-header {
        padding: 40px 0 130px
    }
}

@media (max-width:767px) {
    .pricing__grid-header {
        padding: 20px 0
    }
}

.pricing__grid-header-title {
    font-family: Montserrat, sans-serif
}

@media (max-width:991px) {
    .pricing__grid-header-title {
        margin-bottom: 20px
    }
}

.pricing__grid-header--icon {
    font-family: FontAwesome;
    line-height: 48px;
    display: inline-block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    background: #2c2d2d;
    border-radius: 50%;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 0
}

@media (max-width:991px) {
    .pricing__grid-header--icon {
        padding: 10px 0;
        line-height: 42px;
        width: 60px;
        height: 60px
    }
}

.pricing__grid-price {
    font-family: "Montserrat Light", sans-serif;
    position: relative;
    display: block;
    margin-bottom: 20px
}

.package__content ul li,
.pricing__grid-content,
.tabs__navigation-item--link {
    font-family: Montserrat, sans-serif
}

.pricing__grid-price--number {
    position: relative;
    font-size: 35px;
    font-weight: bold;
    padding-left: 0px
}

@media (max-width:991px) {
    .pricing__grid-price--number {
        font-size: 42px
    }
}

.pricing__grid-price--currency {
  /*  position: absolute;*/
    font-style: normal;
    font-size: 33px;
   /* top: 10px;*/
   padding-right: 3px;
    left: 0
}

.pricing__grid-content {
    text-align: left;
    display: inline-block;
    padding: 40px 0;
    margin: 0
}

@media (max-width:991px) {
    .pricing__grid-content {
        padding: 20px 0
    }
}

.pricing__grid-content ul {
    margin: 0;
    padding: 0
}

.pricing__grid-content ul li {
    list-style: none;
    margin: 0 0 10px;
    padding: 0
}

@media (max-width:991px) {
    .pricing__grid-content ul li {
        margin: 0 0 5px
    }
}

.pricing__grid-content ul li .fa {
    margin-right: 5px
}

.pricing__grid-content ul li.included .fa {
    color: #4aa47b
}

.pricing__grid-content ul li.unincluded .fa {
    color: #e24c43
}

.pricing__grid-action {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: -30px
}

@media (max-width:991px) {
    .pricing__grid-action {
        margin-bottom: -20px
    }
}

.pricing__grid-blue .pricing__grid-header {
    background-color: #1e5ee5;
   /* background-image: url(../images/pricing-bg-blue.png)*/
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .pricing__grid-blue .pricing__grid-header {
        background-image: url(../images/pricing-bg-blue%402x.png)
    }
}

.pricing__grid-blue .pricing__grid-header-title {
    color: #fff
}

.pricing__grid-blue .pricing__grid-header--icon {
    background: #fff;
    color: #1e5ee5
}

.pricing__grid-blue .pricing__grid-price,
.pricing__grid-orange .pricing__grid-header-title {
    color: #fff
}

.pricing__grid-orange .pricing__grid-header {
    background-color: #f26822;
    /*background-image: url(../images/pricing-bg-orange.png)*/
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .pricing__grid-orange .pricing__grid-header {
        /*background-image: url(../images/pricing-bg-orange%402x.png)*/
    }
}

.pricing__grid-orange .pricing__grid-header--icon {
    background: #fff;
    color: #f26822
}

.pricing__grid-green .pricing__grid-header-title,
.pricing__grid-orange .pricing__grid-price {
    color: #fff
}

.pricing__grid-green .pricing__grid-header {
    background-color: #4aa47b;
   /* background-image: url(../images/pricing-bg-green.png)*/
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .pricing__grid-green .pricing__grid-header {
        background-image: url(../images/pricing-bg-green%402x.png)
    }
}

.pricing__grid-green .pricing__grid-header--icon {
    background: #fff;
    color: #4aa47b
}

.pricing__grid-green .pricing__grid-price,
.pricing__grid-yellow .pricing__grid-header-title {
    color: #fff
}

.pricing__grid-yellow .pricing__grid-header {
    background-color: #f9d750;
    background-image: url(../images/pricing-bg-yellow.png)
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .pricing__grid-yellow .pricing__grid-header {
        background-image: url(../images/pricing-bg-yellow%402x.png)
    }
}

.pricing__grid-yellow .pricing__grid-header--icon {
    background: #fff;
    color: #f9d750
}

.pricing__grid-red .pricing__grid-header-title,
.pricing__grid-yellow .pricing__grid-price {
    color: #fff
}

.pricing__grid-red .pricing__grid-header {
    background-color: #e24c43;
    /*background-image: url(../images/pricing-bg-red.png)*/
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .pricing__grid-red .pricing__grid-header {
        background-image: url(../images/pricing-bg-red%402x.png)
    }
}

.pricing__grid-red .pricing__grid-header--icon {
    background: #fff;
    color: #e24c43
}

.pricing__grid-purple .pricing__grid-header-title,
.pricing__grid-red .pricing__grid-price {
    color: #fff
}

.pricing__grid-purple .pricing__grid-header {
    background-color: #403595;
    background-image: url(../images/pricing-bg-purple.png)
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .pricing__grid-purple .pricing__grid-header {
        background-image: url(../images/pricing-bg-purple%402x.png)
    }
}

.pricing__grid-purple .pricing__grid-header--icon {
    background: #fff;
    color: #403595
}

.pricing__grid-purple .pricing__grid-price {
    color: #fff
}

.package {
    text-align: center
}

.package__heading {
    display: inline-block;
    width: 252px;
    height: 162px;
    background: url(../images/package-head-bg.png) center center no-repeat;
    background-size: cover;
    font-size: 38px;
    margin-left: 20px
}

@media (max-width:767px) {
    .package__heading {
        margin-left: 0
    }
}

.package__heading .fa {
    margin-top: 72px;
    margin-left: -10px
}

.package__heading-green .fa {
    color: #4aa47b
}

.package__heading-primary .fa {
    color: #1e5ee5
}

.package__heading-red .fa {
    color: #e24c43
}

.package__heading-yellow .fa {
    color: #f9d750
}

.package__heading-purple .fa {
    color: #403595
}

.package__heading-orange .fa {
    color: #f26822
}

.package__content {
    display: block;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .package__content {
        margin-bottom: 10px
    }
}

.package__content ul {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0
}

.package__content ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none
}

.package__content ul li .fa {
    margin-right: 5px
}

.package__content ul li.included .fa {
    color: #4aa47b
}

.package__content ul li.unincluded {
    color: #b7c3de
}

.package__content ul li.unincluded .fa {
    color: #e24c43
}

.package__action {
    display: block;
    margin-bottom: 20px
}

.modal {
    background: rgba(0, 0, 0, .5)
}

.modal-content {
    border: none;
    border-radius: 0
}

.modal-content .modal-body {
    padding: 30px
}

.modal-content .modal-body .close:hover {
    color: #1e5ee5
}

.tabs__navigation-item--link,
.tabs__navigation-item--link:hover {
    color: #2c2d2d;
    text-decoration: none
}

.tabs__navigation {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 6px 40px 3px rgba(0, 0, 0, .06);
    box-shadow: 0 6px 40px 3px rgba(0, 0, 0, .06);
    margin-bottom: 80px
}

.tabs__navigation-item {
    float: left
}

@media (max-width:991px) {
    .tabs__navigation {
        margin-bottom: 40px
    }

    .tabs__navigation-item {
        width: 100% !important
    }
}

.tabs__navigation-item--link {
    display: block;
    text-align: center;
    border-bottom: 3px solid transparent;
    margin-bottom: 0;
    padding: 60px 20px
}

.tabs__navigation-item--link:hover .tabs__navigation-item--icon {
    color: #4aa47b
}

.tabs__navigation-item--link:focus {
    color: #1e5ee5;
    text-decoration: none
}

.tabs__navigation-item--link.active {
    color: #2c2d2d;
    border-bottom: 3px solid #4aa47b
}

@media (max-width:991px) {
    .tabs__navigation-item--link {
        padding: 30px 10px
    }

    .tabs__navigation-item--link.active {
        background: 0 0;
        color: #2c2d2d;
        border-bottom: 3px solid transparent
    }
}

.tabs__navigation-item--link.active .tabs__navigation-item--icon {
    color: #4aa47b
}

.tabs__navigation-item--icon {
    font-family: FontAwesome;
    margin-bottom: 10px;
    display: block;
    color: #1e5ee5
}

.tabs__navigation .owl-nav .owl-next.disabled,
.tabs__navigation .owl-nav .owl-prev.disabled {
    display: none
}

@media (max-width:991px) {
    .tabs__navigation-item--link.active .tabs__navigation-item--icon {
        color: #1e5ee5
    }

    .tabs__navigation-item--icon {
        margin-bottom: 0
    }
}

.tabs__navigation .owl-nav .owl-prev {
    left: 20px
}

.tabs__navigation .owl-nav .owl-next {
    left: auto;
    right: 20px
}

.tabs__content {
    float: left;
    width: 100%
}

.blockquote {
    position: relative;
    width: 90%;
    margin: 0 auto 25px
}

.blockquote blockquote {
    text-align: center;
    position: relative;
    font-family: Montserrat, sans-serif;
    font-style: italic;
    padding: 0 30px
}

@media (max-width:991px) {
    .blockquote {
        margin-bottom: 10px
    }

    .blockquote blockquote {
        padding: 0 15px
    }
}

.blockquote blockquote::after,
.blockquote blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    color: #1e5ee5;
    top: -10px;
    left: 0
}

.blockquote blockquote::after {
    content: "\f10e";
    color: #4aa47b;
    top: auto;
    left: auto;
    right: 10px;
    bottom: -30px
}

.testimoni {
    display: block;
    position: relative
}

.testimoni__card {
    position: relative;
    border: 1px solid #d7deee;
    background: #f1f5fd;
    padding: 40px 20px 98px;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .testimoni__card {
        padding: 20px 10px;
        margin-bottom: 15px
    }
}

.testimoni__card .blockquote {
    margin-bottom: 40px
}

.testimoni__card--author {
    position: absolute;
    width: 100%;
    border-top: 1px solid #d7deee;
    padding: 20px 20px 20px 94px;
    left: 0;
    bottom: 0
}

@media (max-width:991px) {
    .testimoni__card .blockquote {
        margin-bottom: 20px
    }

    .testimoni__card--author {
        position: relative;
        padding: 10px 10px 0 70px
    }
}

.testimoni__card--author-avatar {
    position: absolute;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%;
    top: 20px;
    left: 20px
}

@media (max-width:991px) {
    .testimoni__card--author-avatar {
        width: 48px;
        height: 48px;
        top: 10px;
        left: 10px
    }
}

.testimoni__card--author-avatar img {
    width: 100%;
    height: auto
}

.testimoni__card--author-name {
    margin-bottom: 5px
}

@media (max-width:991px) {
    .testimoni__card--author-name {
        margin-bottom: 2px
    }
}

.testimoni blockquote {
    position: relative;
    font-family: Montserrat, sans-serif;
    font-style: italic;
    padding: 0 30px;
    margin-bottom: 40px
}

.testimoni blockquote::after,
.testimoni blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    color: #1e5ee5;
    top: 0;
    left: 0
}

.testimoni blockquote::after {
    content: "\f10e";
    color: #4aa47b;
    top: 75%;
    left: auto;
    right: 10px
}

.testimoni__author {
    font-family: Montserrat, sans-serif
}

.testimoni__avatar {
    display: inline-block;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #edf3ff
}

@media (max-width:991px) {
    .testimoni blockquote {
        margin-bottom: 20px;
        padding: 0 15px
    }

    .testimoni__avatar {
        width: 53px;
        height: 53px;
        border: 4px solid #edf3ff
    }
}

.testimoni__avatar:hover {
    border-color: #1e5ee5
}

.testimoni__avatar-image {
    width: 100%;
    height: auto
}

.article__card {
    display: block;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    border: 1px solid #d7deee
}

@media (max-width:991px) {
    .article__card {
        margin-bottom: 5px
    }
}

.article__card-label {
    font-family: "Montserrat Bold", sans-serif;
    display: block;
    margin-bottom: 10px;
    color: #2c2d2d
}

@media (max-width:991px) {
    .article__card-label {
        margin-bottom: 5px
    }
}

.article__card-author p,
.article__card-title {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 20px;
}

.article__card-label:active,
.article__card-label:focus,
.article__card-label:hover {
    color: #0f44b2
}

.article__card-title a {
    color: #2c2d2d
}

.article__card-title a:active,
.article__card-title a:focus,
.article__card-title a:hover {
    color: #0f44b2
}

.article__card-comment {
    font-family: "Montserrat Light", sans-serif;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #d7deee;
    margin-top: -5px
}

.article__card-comment:active,
.article__card-comment:focus,
.article__card-comment:hover {
    text-decoration: none;
    color: #1e5ee5
}

.article__card-heading {
    position: relative;
    padding: 20px
}

@media (max-width:991px) {
    .article__card-comment {
        margin-top: -10px
    }

    .article__card-heading {
        padding: 10px
    }
}

.article__card-footer {
    position: relative;
    padding: 20px
}

@media (max-width:991px) {
    .article__card-footer {
        padding: 10px
    }
}

.article__card-author {
    position: relative;
    display: block;
  /*  padding-left: 55px*/
}

.article__card-author .fa {
    display: none;
    margin-right: 5px
}

.article__card-author a {
    color: #2c2d2d
}

.article__card-author a:active,
.article__card-author a:focus,
.article__card-author a:hover {
    color: #0f44b2
}

.article__card-avatar {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    left: 0;
    top: 5px
}

.article__card-action {
      position: relative;
    /* top: 30px; */
    margin-right: 20px;
}

@media (max-width:991px) {
    .article__card-author {
        padding-left: 40px;
        font-size: 12px;
        line-height: 16px
    }

    .article__card-author strong {
        display: none
    }

    .article__card-author .fa {
        display: inline-block
    }

    .article__card-avatar {
        width: 30px !important;
        height: 30px !important;
        margin-top: -5px
    }

    .article__card-action {
        top: 15px;
        right: 10px
    }
}

.article__card .btn-link:after {
    top: 1px
}

.article__recent {
    position: relative;
    display: block
}

.article__recent-content {
    position: absolute;
    background: #fff;
    width: 90%;
    right: 0;
    bottom: 0
}

.article__recent-content .article__card-footer {
    border-top: 1px solid #d7deee
}

.section__gray .article__card {
    border: none
}

.owl-active-nav {
    padding: 0 60px
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -5px;
    z-index: 99999
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    display: block;
    width: 30px;
    height: 10px;
    left: -60px
}

@media (max-width:991px) {
    .owl-active-nav {
        padding: 0 40px
    }

    .owl-nav .owl-next,
    .owl-nav .owl-prev {
        left: -40px;
        width: 25px
    }
}

.owl-nav .owl-next:before,
.owl-nav .owl-prev:before {
    position: absolute;
    content: "\f177";
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 28px;
    top: -10px;
    left: -1px;
    color: #d7deee;
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
    display: none
}

.owl-nav .owl-next:hover:before,
.owl-nav .owl-prev:hover:before {
    color: #1e5ee5
}

.owl-nav .owl-next {
    left: auto;
    right: -60px
}

@media (max-width:991px) {

    .owl-nav .owl-next:before,
    .owl-nav .owl-prev:before {
        font-size: 24px;
        line-height: 24px;
        top: -8px
    }

    .owl-nav .owl-next {
        right: -40px
    }
}

.owl-nav .owl-next:before {
    content: "\f178"
}

.owl-dots {
    position: relative;
    text-align: center;
    padding: 0;
    margin-top: 20px
}

.owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #bfcae2 !important;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 2px !important
}

.owl-dots .owl-dot span {
    position: absolute;
    display: inline-block;
    background: #bfcae2 !important;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px
}

.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
    border: 1px solid #1e5ee5 !important
}

.owl-dots .owl-dot:hover span {
    background: #1e5ee5 !important
}

.owl-dots .owl-dot.active {
    width: 16px;
    height: 16px;
    top: 2px !important
}

.owl-dots .owl-dot.active span {
    background: #1e5ee5 !important;
    width: 8px;
    height: 8px;
    top: 3px;
    left: 3px
}

.section__purple .owl-nav .owl-next:hover:before,
.section__purple .owl-nav .owl-prev:hover:before {
    color: #f26822
}

.owl-active-nav {
    position: relative
}

.owl-active-nav--left .owl-nav {
    position: absolute;
    width: 110px;
    display: block;
    top: -55px;
    left: auto;
    right: 80px;
    background: red
}

@media (min-width:1200px) and (max-width:1399px) {
    .owl-active-nav--left .owl-nav {
        right: 40px
    }
}

@media (max-width:991px) {
    .owl-active-nav--left .owl-nav {
        right: 15px;
        width: 85px
    }
}

.owl-active-nav--left .owl-nav .owl-next,
.owl-active-nav--left .owl-nav .owl-prev {
    position: absolute;
    display: block;
    width: 50px;
    height: 32px;
    left: 0
}

.owl-active-nav--left .owl-nav .owl-next:before,
.owl-active-nav--left .owl-nav .owl-prev:before {
    position: absolute;
    content: "\f177";
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 28px;
    top: 0;
    left: 0;
    color: #d7deee;
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    border: 1px solid #d7deee;
    padding: 0 10px
}

@media (max-width:991px) {

    .owl-active-nav--left .owl-nav .owl-next,
    .owl-active-nav--left .owl-nav .owl-prev {
        width: 40px;
        height: 20px
    }

    .owl-active-nav--left .owl-nav .owl-next:before,
    .owl-active-nav--left .owl-nav .owl-prev:before {
        font-size: 18px;
        line-height: 18px
    }
}

.owl-active-nav--left .owl-nav .owl-next span,
.owl-active-nav--left .owl-nav .owl-prev span {
    display: none
}

.owl-active-nav--left .owl-nav .owl-next:hover:before,
.owl-active-nav--left .owl-nav .owl-prev:hover:before {
    color: #1e5ee5;
    border: 1px solid #1e5ee5
}

.owl-active-nav--left .owl-nav .owl-next {
    left: auto;
    right: 0
}

.owl-active-nav--left .owl-nav .owl-next:before {
    content: "\f178"
}

.client {
    position: relative;
    display: block;
    text-align: center
}

.client img {
    width: 100px !important;
    height: auto;
    margin: 0 auto
}

.client_logo {
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important
}

.client_logo-hover {
    position: absolute;
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    opacity: 0;
    left: 50%;
    margin-left: -72.5px !important
}

.client:hover .client_logo {
    opacity: 0
}

.client:hover .client_logo-hover {
    opacity: 1
}

.plyr__control--overlaid {
    background: #f26822;
    padding: 30px;
    -webkit-box-shadow: 0 5px 28px -5px rgba(190, 151, 151, .5);
    box-shadow: 0 5px 28px -5px rgba(190, 151, 151, .5)
}

@media (max-width:991px) {
    .plyr__control--overlaid {
        padding: 15px
    }
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #c74e11;
    border: none;
    outline: 0
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true],
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #c74e11;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.plyr--video .plyr__controls {
    background: 0 0
}

.plyr--stopped .plyr__controls {
    opacity: 0
}

.plyr--video,
.plyr__video-wrapper {
    background: 0 0 !important
}

.plyr__poster {
    background-color: transparent !important;
    background-position: top center;
    background-size: cover
}

.video__background {
    position: relative;
    display: block
}

.video__background-wrapper {
    position: absolute;
    top: 5%;
    margin-top: 17px
}

.features,
.features__wrapper {
    position: relative;
    display: block
}

.video__background-image {
    width: 100%
}

.features {
    margin-bottom: 30px
}

.features__card {
    -webkit-box-shadow: 0 5px 30px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 5px 30px 6px rgba(0, 0, 0, .06);
    padding: 40px 30px;
    border-radius: 10px;
    background-color: #ffffff !important;
}

.features__wrapper .item {
    padding: 30px 0
}

.features__wrapper:after,
.features__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    z-index: 9;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.blog__author,
.blog__listing,
.hero__standout {
    position: relative
}

@media (max-width:991px) {
    .features__wrapper .item {
        padding: 30px 0 0
    }

    .features__wrapper:after,
    .features__wrapper:before {
        width: 100px
    }
}

.features__wrapper:after {
    left: auto;
    right: 0;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.features__wrapper .owl-nav {
    z-index: 9999 !important;
}

.features__wrapper .owl-nav .owl-next {
    right: 0 !important
}

.features__wrapper .owl-nav .owl-prev {
    left: 0 !important;
    z-index: 9999
}

.inner_page .header
{
    position: relative;
    height:75px;
    background: #f4f7fc;
}

.inner_page .header .nav-header .brand
{
    margin-top:5px;
}

.inner_page .header .menu li a{
    margin-top: 30px;
}

.inner_page .header .attributes li
{
    padding : 25px 0px;
}

.inner_page .section__heading
{
    font-size:30px;
}

.inner_page .pricing__grid-content
{
    text-align: left;
    /* display: inline-block; */
    padding: 15px 15px;
    margin: 0;
    width:100%;
}

.inner_page .pricing__grid-content span
{
    float:right;
}

.inner_page .pricing__grid-content span b
{
    margin-right:10px;
}

.inner_page .section__heading
{
    margin-bottom:20px;
    padding-bottom:10px;
}

.inner_page .section__heading:before
{
    position: absolute;
    display: block;
    background: url(../images/section-heading.png) no-repeat;
    background-size: 100%;
    width: 55px;
    height: 8px;
    bottom: 0;
    left: 0;
}

.innerpage__head {
   /* background: #edf3ff;*/
    background-color: #f4f7fc;
    color: #fff;
    padding: 80px 0 10px;
    margin-bottom: 40px;
    border-radius: 0;
    display: block;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit
}

@media (max-width:991px) {
    .innerpage__head {
        padding: 72px 0 5px;
        margin-bottom: 20px
    }
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #000
}

.breadcrumb .breadcrumb-item i {
    margin-right: 5px
}

.breadcrumb .breadcrumb-item.active {
    color: #000;
    opacity: .6
}

.pagination {
    margin: 0
}

.pagination li {
    text-align: center;
    margin-right: 5px
}

.pagination li span {
    padding: 5px 10px
}

.pagination li span.disebled,
.pagination li span.disebled:active,
.pagination li span.disebled:focus,
.pagination li span.disebled:hover {
    cursor: default;
    background: #f1f5fd;
    color: #b7c3de
}

.pagination li a {
    padding: 5px 15px;
    display: block;
    background: #d7deee
}

.pagination li a.active,
.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover {
    text-decoration: none;
    background: #1e5ee5;
    color: #fff
}

.pagination li a.disebled,
.pagination li a.disebled:active,
.pagination li a.disebled:focus,
.pagination li a.disebled:hover {
    display: none
}

.advertisement,
.advertisement__label {
    display: block;
    text-align: center
}

.advertisement__label {
    color: #b7c3de;
    text-transform: uppercase;
    margin-bottom: 10px
}

.hero__standout .row {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:991px) {
    .hero__standout .row {
        padding-left: 0;
        padding-right: 0
    }
}

.hero__standout--headline {
    background: #fff;
    padding: 40px 30px;
    margin-top: -80px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

@media (max-width:991px) {
    .hero__standout--headline {
        margin-top: -20px;
        padding: 20px 15px
    }
}

.hero__standout--content {
    padding: 40px 20px 0
}

.team__card {
    -webkit-box-shadow: -1px 4px 10px rgba(0, 0, 0, .05);
    box-shadow: -1px 4px 10px rgba(0, 0, 0, .05);
    margin-bottom: 40px
}

@media (min-width:768px) and (max-width:991px) {
    .team__card {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .team__card {
        margin-bottom: 20px
    }
}

.team__card:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.team__card--join {
    display: table;
    width: 100%;
    border: 1px solid #d7deee;
    text-align: center;
    -webkit-box-shadow: -1px 4px 10px rgba(0, 0, 0, .05);
    box-shadow: -1px 4px 10px rgba(0, 0, 0, .05)
}

.team__card--join-link {
    display: table-cell;
    vertical-align: middle;
    text-decoration: underline
}

@media (max-width:991px) {
    .hero__standout--content {
        padding: 20px 10px 0
    }

    .team__card--join-link {
        display: block;
        margin: 0;
        padding: 10px 20px
    }

    .team__card--join {
        border: 1px solid #1e5ee5
    }
}

.blog__listing,
.blog__related-read,
.career__wrapper {
    border-bottom: 1px solid #d7deee
}

.team__thumbnail {
    overflow: hidden
}

.team__thumbnail img {
    transition: all .3s ease-in-out
}

.team__content {
    background: #fff;
    border: 1px solid #d7deee;
    border-top: none;
    padding: 20px 30px
}

.team__content--heading {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .team__content {
        padding: 10px 15px
    }

    .team__content--heading {
        margin-bottom: 10px
    }
}

.team__name {
    margin-bottom: 0
}

.team__network {
    display: block;
    margin: 0 0 20px;
    padding: 0
}

@media (max-width:991px) {
    .team__network {
        margin: 0 0 10px
    }
}

.team__network li {
    display: inline;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0
}

@media (max-width:991px) {
    .team__network li {
        margin: 0 5px 0 0
    }
}

.team__network--link {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background: #d7deee;
    color: #2c2d2d;
    line-height: 32px
}

.team__network--link:hover {
    background: #1e5ee5;
    color: #fff
}

.notices__heading {
    margin-bottom: 60px
}

@media (max-width:991px) {
    .notices__heading {
        margin-bottom: 30px
    }
}

.blog__listing {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .blog__listing {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.blog__listing-grid .article__card {
    margin-bottom: 30px
}

.blog__listing-thumbnail {
    display: block;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .blog__listing-thumbnail {
        margin-bottom: 10px
    }
}

.blog__listing-title {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .blog__listing-title {
        margin-bottom: 10px
    }
}

.blog__listing-title a {
    color: #000
}

.blog__listing-meta {
    display: block;
    margin: 0 0 20px;
    padding: 0
}

@media (max-width:991px) {
    .blog__listing-meta {
        margin: 0 0 10px
    }
}

.blog__listing-meta li {
    list-style: none;
    display: inline;
    margin: 0 20px 0 0;
    padding: 0
}

@media (max-width:991px) {
    .blog__listing-meta li {
        margin: 0 10px 0 0
    }
}

.blog__listing-meta li label {
    font-family: "Montserrat Bold", sans-serif;
    margin: 0 5px 0 0
}

.blog__listing-meta li label i {
    margin-right: 5px
}

.blog__listing-content {
    display: block;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .blog__listing-content {
        margin-bottom: 15px
    }
}

.blog__listing-content--text {
    display: block;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .blog__listing-content--text {
        margin-bottom: 10px
    }
}

.blog__listing-content--tags {
    display: block;
    margin: 0;
    padding: 0
}

.blog__listing-content--tags li {
    list-style: none;
    display: inline;
    margin: 0 5px 0 0;
    padding: 0
}

.blog__listing-content--tags li a {
    border-radius: 20px;
    background: #d7deee;
    color: #000;
    padding: 3px 15px
}

@media (max-width:991px) {
    .blog__listing-content--tags li {
        margin: 0 1.25px 0 0
    }

    .blog__listing-content--tags li a {
        padding: 2px 7.5px
    }
}

.blog__listing-content--tags li a:active,
.blog__listing-content--tags li a:focus,
.blog__listing-content--tags li a:hover {
    text-decoration: none;
    background: #1e5ee5;
    color: #fff
}

.blog__asside-image--thumbnail {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .blog__asside-image--thumbnail {
        margin-bottom: 10px
    }
}

.blog__single-post .blog__listing-content,
.blog__single-post .blog__listing-content--tags {
    margin-bottom: 0
}

.blog__author {
    background: #edf3ff;
    padding: 30px 30px 10px 130px;
    margin-bottom: 40px
}

.blog__author--avatar {
    position: absolute;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    top: 30px;
    left: 30px
}

.blog__author--content-title a {
    color: #000
}

.blog__author--content-title a:hover {
    color: #1e5ee5
}

.blog__author--network {
    display: block;
    position: relative;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .blog__author {
        padding: 15px 15px 20px 80px;
        margin-bottom: 20px
    }

    .blog__author--avatar {
        width: 50px;
        height: 50px;
        top: 15px;
        left: 15px
    }

    .blog__author--network {
        margin-bottom: 10px
    }
}

.blog__author--network a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #c4d0e8;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    margin-right: 5px
}

.blog__related-read {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.blog__related-read .article__card {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .blog__related-read {
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .blog__related-read .article__card {
        margin-bottom: 10px
    }
}

.blog__comments--media {
    position: relative;
    border: 1px solid #d7deee;
    padding: 30px 30px 10px 100px;
    margin-bottom: 40px
}

.blog__comments--media .blog__comments--media {
    margin-bottom: 20px
}

.blog__comments--avatar {
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    top: 30px;
    left: 30px
}

@media (max-width:991px) {
    .blog__comments--media {
        padding: 15px 15px 20px 70px;
        margin-bottom: 20px
    }

    .blog__comments--media .blog__comments--media {
        padding-bottom: 10px;
        margin-top: 5px;
        margin-bottom: 0
    }

    .blog__comments--avatar {
        width: 40px;
        height: 40px;
        top: 15px;
        left: 15px
    }
}

.blog__comments--content {
    margin-bottom: 20px
}

.blog__comments--content-title {
    position: relative
}

.blog__comments--content-title a {
    color: #000
}

.blog__comments--content-title a:hover {
    color: #1e5ee5
}

.blog__comments--content-title--label {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    background: #d7deee;
    padding: 4px 15px;
    border-radius: 20px
}

.career__label,
.demo__card--blank-link {
    font-family: "Montserrat Bold", sans-serif
}

.contact__aside {
    background: #f4f7fc;
    height: 100%;
    text-align: right;
    padding: 60px
}

@media (max-width:991px) {
    .blog__comments--content {
        margin-bottom: 10px
    }

    .contact__aside {
        text-align: left;
        padding: 30px 30px 20px;
        margin-top: 30px;
        margin-bottom: 30px;
        height: auto
    }
}

.contact__aside--content {
    position: relative;
    z-index: 2
}

.contact__aside--widget {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .contact__aside--widget {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.contact__aside--widget p {
    margin: 0
}

.contact__aside--widget::after {
    content: '';
    position: absolute;
    background: #000;
    display: inline-block;
    width: 80px;
    height: 1px;
    border-radius: 3px;
    right: 0;
    bottom: 0
}

.contact__aside--widget-title {
    position: relative;
    padding-right: 25px
}

@media (max-width:991px) {
    .contact__aside--widget::after {
        right: auto;
        left: 0
    }

    .contact__aside--widget-title {
        padding-right: 0;
        padding-left: 25px
    }
}

.contact__aside--widget-title .fa {
    position: absolute;
    right: 0;
    top: 3px
}

.contact__main {
    padding: 60px 30px
}

@media (max-width:991px) {
    .contact__aside--widget-title .fa {
        right: auto;
        left: 0
    }

    .contact__main {
        padding: 30px 0 0
    }
}

.career__wrapper {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 60px
}

@media (max-width:991px) {
    .career__wrapper {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
}

.career__wrapper:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.career__list {
    margin: 0 0 20px 15px;
    padding: 0
}

.career__content {
    padding-left: 60px
}

@media (max-width:991px) {
    .career__list {
        margin: 0 0 10px 15px
    }

    .career__content {
        padding-left: 0
    }
}

.gallery__filter {
    position: relative;
    display: block;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .gallery__filter {
        margin-bottom: 15px
    }
}

.gallery__filter--list {
    display: block;
    margin: 0;
    padding: 0
}

.gallery__filter--list li {
    display: inline-block;
    list-style: none
}

.gallery__filter--list li.active .gallery__filter--list-link {
    background: #403595;
    color: #fff
}

.gallery__filter--list-link {
    background: #d7deee;
    border: none;
    display: inline-block;
    color: #000;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.gallery__filter--list-link:active,
.gallery__filter--list-link:focus,
.gallery__filter--list-link:hover {
    background: #403595;
    color: #fff
}

.gallery__item {
    position: relative;
    margin-bottom: 40px
}

.gallery__item--image {
    position: relative;
    display: block;
    padding-top: 70%;
    overflow: hidden;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .gallery__item {
        margin-bottom: 20px
    }

    .gallery__item--image {
        margin-bottom: 10px
    }
}

.gallery__item--image--background {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 2
}

@media (max-width:991px) {
    .gallery__item--image--background {
        margin-bottom: 10px
    }
}

.gallery__item--image--overlay {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: normal;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 4
}

.gallery__item--desc--author a,
.gallery__item--desc--title a {
    color: #000
}

.demo__footer,
.demo__header {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#624ada', endColorstr='#654be5', GradientType=1);
    z-index: 5
}

.gallery__item--image--overlay.show {
    opacity: 1
}

.gallery__item--image--overlay i {
    display: table-cell;
    vertical-align: middle
}

.gallery__item--image:hover .gallery__item--image--background {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.gallery__item--desc {
    position: relative
}

.gallery__item--desc--title {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .gallery__item--desc--title {
        margin-bottom: 10px
    }
}

.gallery__item--desc--author {
    position: relative;
    padding-left: 50px;
    padding-right: 100px
}

.gallery__item--desc--author p {
    margin-bottom: 5px;
    line-height: 14px
}

.gallery__item--desc--author span {
    font-size: 12px;
    line-height: 12px
}

.gallery__item--desc--author-avatar {
    position: absolute;
    width: 37px;
    height: 37px;
    left: 0;
    top: 2px
}

.gallery__item--action {
    position: absolute;
    font-size: 20px;
    line-height: normal;
    right: 0;
    bottom: 13px
}

.gallery__item--action--link {
    color: #b7c3de;
    margin-left: 10px
}

.demo__masthead {
    display: table;
    position: relative;
    background-image: url(../images/demo-masthead-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    text-align: center;
    color: #fff;
    min-height: 95vh;
    width: 100%;
    padding-bottom: 80px
}

@media (min-width:768px) and (max-width:991px) {
    .demo__masthead {
        min-height: 50vh;
        padding-bottom: 20px
    }
}

@media (max-width:767px) {
    .demo__masthead {
        min-height: 85vh;
        padding-bottom: 40px
    }
}

.demo__masthead--content {
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.demo__title {
    color: #fff
}

.demo__description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 80px
}

@media (max-width:991px) {
    .demo__description {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 40px
    }
}

.demo__action a {
    margin: 0 10px
}

.demo__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 15px 0;
    background: #624ada;
    background: -webkit-gradient(linear, left top, right top, from(#624ada), to(#654be5));
    background: linear-gradient(to right, #624ada 0, #654be5 100%)
}

.demo__header--action {
    float: right
}

.demo__section {
    padding: 80px 0
}

@media (max-width:991px) {
    .demo__section {
        padding: 40px 0
    }
}

.demo__column {
    padding-top: 40px
}

@media (max-width:991px) {
    .demo__column {
        padding-top: 20px
    }
}

.demo__card {
    text-align: center;
    -webkit-box-shadow: 0 14px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 14px 20px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    overflow: hidden
}

.demo__card:hover {
    margin-top: -20px
}

.demo__card--thumbnail {
    display: block;
    width: 100%
}

.demo__card--thumbnail .img-fluid {
    width: 100%
}

.demo__card--content {
    padding: 30px 30px 60px
}

@media (max-width:991px) {
    .demo__card--content {
        padding: 15px 15px 30px
    }
}

.demo__card--title a {
    color: #000
}

.demo__card--button {
    display: inline-block;
    border: 1px solid #f0f0f0;
    color: #000;
    padding: 10px 30px;
    border-radius: 40px;
    -webkit-box-shadow: 0 14px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 14px 20px 2px rgba(0, 0, 0, .1)
}

.demo__card--button:active,
.demo__card--button:focus,
.demo__card--button:hover {
    color: #000;
    text-decoration: none;
    font-family: "Montserrat Bold", sans-serif
}

.demo__card--blank {
    display: table;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 14px 0px2px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    overflow: hidden
}

@media (max-width:991px) {
    .demo__card--blank {
        border-radius: 60px;
        height: 60px;
        margin-top: 20px
    }
}

.demo__card--blank:hover {
    margin-top: -20px
}

.demo__card--blank-link {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-size: 18px;
    line-height: 24px
}

.demo__card--blank-link:active,
.demo__card--blank-link:focus,
.demo__card--blank-link:hover {
    color: #000
}

.demo__footer {
    color: #fff;
    padding: 15px 0;
    background: #624ada;
    background: -webkit-gradient(linear, left top, right top, from(#624ada), to(#654be5));
    background: linear-gradient(to right, #624ada 0, #654be5 100%);
    text-align: center
}

.demo__footer a {
    color: #fff;
    text-decoration: underline
}

.demo__footer a:active,
.demo__footer a:focus,
.demo__footer a:hover {
    color: #fff
}

.demo__footer p {
    margin: 0
}

.p0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pt-20 {
    padding-top: 20px
}

@media (max-width:991px) {
    .pt-20 {
        padding-top: 10px
    }
}

.pt-30 {
    padding-top: 30px
}

@media (max-width:991px) {
    .pt-30 {
        padding-top: 15px
    }
}

.pt-40 {
    padding-top: 40px
}

.pb-0 {
    padding-bottom: 0
}

.pb-20 {
    padding-bottom: 20px
}

@media (max-width:991px) {
    .pt-40 {
        padding-top: 20px
    }

    .pb-20 {
        padding-bottom: 10px
    }
}

.pb-40 {
    padding-bottom: 40px
}

@media (max-width:991px) {
    .pb-40 {
        padding-bottom: 20px
    }
}

.pb-50 {
    padding-bottom: 50px
}

@media (max-width:991px) {
    .pb-50 {
        padding-bottom: 25px
    }
}

.pb-60 {
    padding-bottom: 60px
}

@media (max-width:991px) {
    .pb-60 {
        padding-bottom: 30px
    }
}

.pb-80 {
    padding-bottom: 80px
}

.mt-20 {
    margin-top: 20px
}

@media (max-width:991px) {
    .pb-80 {
        padding-bottom: 40px
    }

    .mt-20 {
        margin-top: 10px
    }
}

.mt-30 {
    margin-top: 30px
}

@media (max-width:991px) {
    .mt-30 {
        margin-top: 15px
    }
}

.mt-40 {
    margin-top: 40px
}

@media (max-width:991px) {
    .mt-40 {
        margin-top: 20px
    }
}

.mt-60 {
    margin-top: 60px
}

@media (max-width:991px) {
    .mt-60 {
        margin-top: 30px
    }
}

.mt-80 {
    margin-top: 80px
}

@media (max-width:991px) {
    .mt-80 {
        margin-top: 40px
    }
}

.mt-90 {
    margin-top: 90px
}

@media (max-width:991px) {
    .mt-90 {
        margin-top: 45px
    }
}

.mt-100 {
    margin-top: 100px
}

.mb-10 {
    margin-bottom: 10px
}

@media (max-width:991px) {
    .mt-100 {
        margin-top: 50px
    }

    .mb-10 {
        margin-bottom: 5px
    }
}

.mb-20 {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .mb-20 {
        margin-bottom: 10px
    }
}

.mb-30 {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .mb-30 {
        margin-bottom: 15px
    }
}

.mb-40 {
    margin-bottom: 40px
}

@media (max-width:991px) {
    .mb-40 {
        margin-bottom: 20px
    }
}

.mb-60 {
    margin-bottom: 60px
}

.mr-10 {
    margin-right: 10px
}

.ml-10 {
    margin-left: 10px
}

.offset-top-160 {
    margin-top: -160px
}

@media (max-width:991px) {
    .mb-60 {
        margin-bottom: 30px
    }

    .mr-10 {
        margin-right: 5px
    }

    .ml-10 {
        margin-left: 5px
    }

    .offset-top-160 {
        margin-top: -80px
    }
}

.offset-bottom-80 {
    margin-bottom: -80px
}

@media (max-width:991px) {
    .offset-bottom-80 {
        margin-bottom: -40px
    }

    .sm-clear-pt {
        padding: 0
    }

    .sm-mb-clear {
        margin-bottom: 0
    }

    .sm-text-center {
        text-align: center
    }
}

.z-index {
    z-index: 9
}


.services {
    margin-bottom: 30px;
    position: relative;
    padding: 10px 0;
    z-index: 0;
    display: block;
    border: 1px solid #e6e6e6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.services .icon {
    margin: 0 auto;
    margin-bottom: 10px;
    display: block
}

.services .icon i {
    font-size: 50px;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.services .desc {
    padding: 0 5px
}

.services .desc h3 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.services:hover {
    -webkit-box-shadow: 0 16px 78px -34px rgba(0, 0, 0, .52);
    -moz-box-shadow: 0 16px 78px -34px rgba(0, 0, 0, .52);
    box-shadow: 0 16px 78px -34px rgba(0, 0, 0, .52);
    margin-top: -5px
}

.services:hover .icon i {
    color: #4586ff
}

.services:hover .desc h3 {
    color: #4586ff
}

@font-face {
    font-family: 'icomoon';
    src: url(css/fonts/icomoon366d.html?5j2n32);
    src: url(css/fonts/icomoon366d.html?5j2n32#iefix) format('embedded-opentype'), url(css/fonts/icomoon366d-2.html?5j2n32) format('truetype'), url(css/fonts/icomoon366d-3.html?5j2n32) format('woff'), url(css/fonts/icomoon366d-4.html?5j2n32#icomoon) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Flaticon";
    src: url(fonts/flaticon/font/Flaticon.eot);
    src: url(fonts/flaticon/font/Flaticond41d.eot?#iefix) format("embedded-opentype"), url(fonts/flaticon/font/Flaticon.woff) format("woff"), url(fonts/flaticon/font/Flaticon.ttf) format("truetype"), url(fonts/flaticon/font/Flaticon.svg#Flaticon) format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url(fonts/flaticon/font/Flaticon.svg#Flaticon) format("svg")
    }
}

@font-face {
    font-family: 'icomoon';
    src: url(fonts/icomoon/icomoona57c.eot?srf3rx);
    src: url(fonts/icomoon/icomoona57c.eot?srf3rx#iefix) format("embedded-opentype"), url(fonts/icomoon/icomoona57c.ttf?srf3rx) format("truetype"), url(fonts/icomoon/icomoona57c.woff?srf3rx) format("woff"), url(fonts/icomoon/icomoona57c.svg?srf3rx#icomoon) format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-desktop:before {
    content: "\f100"
}

.flaticon-video-player:before {
    content: "\f101"
}

.flaticon-layers:before {
    content: "\f102"
}

.flaticon-laboratory:before {
    content: "\f103"
}

.flaticon-smartphone:before {
    content: "\f104"
}

.flaticon-computer-graphic:before {
    content: "\f105"
}

/* Head Langschool */
.head-langschool h5{
    
}
.head-langschool .title{
    font-family: "Roboto", sans-serif;
    font-size: 60px;
    color: #07294d;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}
.head-langschool.text-white .title{
    color:#fff; 
}
.head-langschool p{
    padding-top: 0;
    font-size: 18px;
}
.iconbox-lang{
    background: #fff;
    padding: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.iconbox-lang:hover{
    transform:translateY(-10px);
    box-shadow:0 5px 30px 0 rgba(0,0,0,0.10);
}
.iconbox-lang .icon-bx-xs{
    display: block;
    max-width: 60px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    flex: 0 0 60px;
    font-size: 28px;
    font-family: 'Merriweather', serif;
    font-weight: 900;
}
.langschool .bg-dark {
    background-color: #07294d!important;
}
.langschool-about{
    z-index:1;
}
.langschool-about:after,
.langschool-about:before{
    content: "";
    position: absolute;
    width: 15%;
    right: 85%;
    height: 70%;
    top: 0;
    z-index: -1;
    background: #F7F9FB;
}
.langschool-about:before{
    height: 30%;
    top: auto;
    bottom: 0;
    background: #07294d;
}
.langschool-says .testimonial-pic{
    border: 0;
    width: 120px;
    height: 120px;
}
.langschool-says .testimonial-text p {
    font-size: 20px;
    line-height: 28px;
    color: #494949;
    font-weight: 400;
}
.langschool-says .testimonial-name {
    color: #07294d !important;
    font-size: 24px;
}

.btn-store{
    padding: 15px 30px;
    display: inline-block;
    margin-right: 15px; 
}
.btn-store .fa{
    float: left;
    font-size: 27px;
}
.btn-store .btn-label{
    display: block;
    font-size: 11px;
    font-weight: 500;
    padding-left: 30px;
    line-height: 11px;
    margin-bottom: 2px;
}
.btn-store .btn-caption{
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding-left: 30px;
    line-height: 16px;
}





@media only screen and (min-width: 1300px) {
    .kids-school .container {
        max-width: 1300px;
    }
}
@media only screen and (max-width: 1400px) {
    .banner-langschool{
        padding-left: 70px;
        padding-right: 70px;
    }
    .header-langschool .main-bar {
        padding: 0 0;
    }
    .header-langschool .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
    .banner-langschool .banner-content h1{
        font-size: 65px;
    }
    .banner-langschool .dlab-bnr-inr {
        height: calc(100vh - 70px);
    }
}
@media only screen and (max-width: 1200px) {
    .banner-langschool .banner-content h4 {
        font-size: 20px;
        line-height: 1.2;
    }
    .banner-langschool .banner-content h1 {
        font-size: 50px;
    }
    .search-coures .dropdown-toggle{
        font-size: 15px;
        padding: 10px 20px;
        width: 210px;
    }
    .dlab-bnr-inr.banner-content .site-button {
        padding: 13px 20px;
        font-size: 15px;
    }
    .blog-md .dlab-post-media {
        width: 300px;
        max-width: 300px;
        min-width: 300px;
    }
    .banner-langschool .dlab-bnr-inr {
        height: 500px;
    }
    .header-langschool .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-langschool {
        padding-left: 15px;
        padding-right: 15px;
    }
    .head-langschool .title{
        font-size: 45px;
    }
    .contact-style-3 .contact-info .contact-info-inner{
        padding: 30px;
    }
    .item-box .item-info-in .center.p-lr40{
        padding-left: 20px;
        padding-right: 20px;
    }
    .service-list ul li .title {
        font-size: 16px;
    }
    .iconbox-lang{
        padding: 15px;
    }
}

/*==========================
    Custom css
==========================*/
/*=== Font Size And Font Family ====*/
.dis-block{ 
    display:block;
}
.bg-img-fix {
    background-attachment: fixed;
    background-size: cover;
}
.text-gray-dark {
    color: #9a9a9a;
}
.section-head.m-b20{
    margin-bottom: 20px;
}

/*=== Slider  ===*/
.main-slider .button-lg{
    padding: 15px 30px;
}
.owl-none .owl-nav{
    display:none;
}
/* Client Logo */
.client-logo ul{
    margin:0 -10px;
}
.client-logo ul li {
    display: inline-block;
    float: left;
    padding: 0 10px;
    width: 33.33%;
    margin-bottom: 20px;
}
.client-logo img{
    width:100%;
}

/* Banner */
.dlab-bnr-inr .dz_error-404-area{
    height: 100vh;
}

/* about-service */
.table-responsive{
    overflow-x: unset;
}
@media only screen and (max-width: 1280px) {
    .blog-info li{
        font-size:13px;
    }
    .table-responsive{
        overflow-x: auto;
    }
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 767px) {
    .dlab-tabs.vertical .tab-pane{
        padding:0;
    }
    .footer-bottom .text-left,
    .footer-bottom .text-right{
        text-align:center;
    }
}
/* Team Section */
.skew-content-box ul li a {
    color: #fff;
    font-size: 14px;
    width: auto;
    padding: 0px 10px;
    line-height: 24px;
}
.skew-content-box {
    display: inline;
    left: -1px;
    padding: 5px 20px;
    position: absolute;
    top: -15px;
    width: auto;
}
.skew-content-box:after {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    width: 20px;
    z-index: 1;
}
/* Responsive */
@media only screen and (max-width: 767px) {
    .main-slider .button-lg {
        font-size: 14px;
        padding: 8px 10px;
    }
}
/* Heart */
footer .footer-bottom .fa-heart{
    animation: 2.5s ease 0s normal none infinite running animateHeart;
    font-size: 16px;
}
@keyframes animateHeart {
    0% {
        transform: scale(1);
    }
    5% {
        transform: scale(1.2);
    }
    10% {
        transform: scale(1.1);
    }
    15% {
        transform: scale(1.25);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
/* Gradiyant And Color Css */
.overlay-primary-light:after, 
.overlay-primary-middle:after, 
.overlay-primary-dark:after{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/var(--color-primary)+8,ff9314+100 */
    background: var(--color-primary); /* Old browsers */
    background: -moz-linear-gradient(45deg, var(--color-primary) 8%, var(--color-hover) 100%); /* FF3.6-15 */
    background: -Winkit-linear-gradient(45deg, var(--color-primary) 8%,var(--color-hover) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, var(--color-primary) 8%,var(--color-hover) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color-primary)', endColorstr='#ff9314',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* Heading Tag */
.h4, .h5, .h6, h4, h5, h6{
    font-weight:600;
}
.box-sort{
    background-color: #ffffff;
    /* box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08); */
    border: 1px solid #ebedf2;
    border-radius: 4px;
}
.box-sort .box-sort-in{
    border-top:1px solid #ebedf2;
}
.dis-tbl{
    display:table;
}
.dis-tbl-cell{
    display:table-cell;
    vertical-align:middle;
}
.widget.bg-white{
    border: 1px solid #ebedf2;
}
/* Contact Form */
.dlab-social-icon.dlab-social-icon-lg li a {
    color: #ffffff;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
}
.dlab-social-icon-lg.dlab-social-icon li {
    display: inline-block;
    font-size: 12px;
    padding: 0;
}
.dlab-social-icon-lg.dlab-social-icon.border li a {
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.contact-style-1 input{
    height:50px;    
}
.contact-style-1 .site-button{
    height:50px;
    width:100%;
}
.contact-style-1 .form-control{
    padding:10px 20px;
    border-radius: 4px; 
}
.contact-style-1 .form-control:focus,
.contact-style-1 .form-control:hover{
    border-color:#c0c0c0;
}
.contact-style-1 h2{
    margin-top:0;
}
.contact-style-1 .border-1{
    border:1px solid #eee;
}
.contact-style-1 .dlab-social-icon-lg{
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    text-align: left;
    width: 100%;
    margin: 0;
}
.contact-style-1 .dlab-social-icon-lg a{
    text-align:center;
}
.contact-style-1 .dlab-social-icon-lg li a:hover{
    background:#fff;
    color:#000;
    border:1px solid #eee;
}
.contact-style-1  .form-group {
    margin-bottom: 25px;
}
.counter {
    position: relative;
}
.about-progress-box .about-progress-bar{
    height: 5px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}
.about-progress-box .about-progress{
    height: 5px;
    border-radius: 5px;
}
.about-progress-box{
    margin-bottom: 30px;
}
.faq-1 .panel{
    margin-bottom: 20px!important; 
    transition: all 0.5s;
}
.faq-1 .acod-title a {
    padding: 20px 40px 20px 20px;
    border-radius: 0;
    border: 0;
    background-color: var(--color-primary);
    color: #fff;
}
.faq-1 .acod-head a::after {
    color: #fff;
}
.faq-1 .acod-head a.collapsed::after{
    color: #000;
}
.faq-1 .acod-title a.collapsed{
    background-color: #eaeef2;
    color: #000;
}
.faq-1 .acod-head a::after{
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 20px;
}
.faq-video{
    position: relative;
}
.faq-video .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 65px;
}
.title-box{
    font-weight: 500;
}
.faq-2 .panel .acod-head a,
.faq-2 .panel .acod-body{
    border-width: 1px 0;
}
.faq-2 .panel .acod-head a{
    padding: 20px 40px 20px 0px;
    color: #000;
    
}
.faq-2 .panel .acod-content{
    margin: 20px 0;
}
.icon-bx-wraper.expertise{
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.01);
}
.contact-page-9 .icon-bx-wraper{
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #505050;
}
.contact-full .dlab-bnr-inr{
    padding-bottom:0;
}

/* Error */
.dz_error-404 .dz_error{
    border-radius: 50%;
    font-size: 70px;
    font-weight: 700;
    height: 200px;
    line-height: 200px;
    margin: 20px 0;
    text-align: center;
    width: 200px;
}
.dz_error-405 .dz_error{
    color: #dfdfdf;
    font-family: poppins;
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
}
.dz_error-404 .error-head{
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.dz_error-405 .error-head{
    font-size: 50px;
    font-weight: 700;
}
.dz_error-405 .error-content{
    font-size: 21px;
    font-weight: 500;
}
@media only screen and (max-width: 1024px){
    .dz_error-405 .dz_error{
        font-size: 150px;
        line-height: 150px;
    }
    .title-box span {
        display:none;
    }
}
@media only screen and (max-width: 767px){
    .testimonials .testimonial-content {
        padding-left: 0;
    }
    .portfolio .filters .btn a {
        clear: both;
        display: table-cell;
        padding: 5px 20px;
        text-align: center;
    }
    .dz_error-404 .dz_error{
        font-size: 35px;
        height: 100px;
        line-height: 100px;
        margin: auto;
        width: 100px;
    }
    .dz_error-404 .error-head {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .dz_error-405 .dz_error{
        font-size: 120px;
        line-height: 120px;
    }
    .dz_error-405 .error-head{
        font-size: 35px;
        margin: 10px 0;
    }
    .dz_error-405 .dlab-divider{
        margin: 15px 0;
    }
    .dz_error-405 .col-lg-5.m-tb30{
        margin-bottom: 0;
    }
    .dz_error-404 [class*="col-"].m-tb30{
        margin-top: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 360px){
    .dz_error-404 p{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .dz_error-404 .error-head {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 32px;
    }
    .dz_error-405 .col-lg-5.m-tb30{
        margin-top: 0;
    }
}
/*==============
    portfolio 
================*/
/* portfolio */
.portfolio .dez-info{
    padding: 25px;
}
.portfolio .dez-info .category {
    line-height: 20px;
    font-size: 18px;
}
.portfolio .dez-info .dez-title {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.portfolio .site-filters {
    margin-bottom: 40px;
}
.portfolio .dlab-gallery-box {
    margin-bottom: 30px;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.02)!important;
}
.portfolio .btn {
    font-size: 16px; 
}
.portfolio .dlab-img-overlay1:hover::before,
.portfolio .dlab-box:hover .dlab-img-overlay1::before {
    opacity: 0.8;
}
.portfolio p {
    margin: 0px;
}
.portfolio p small {
    opacity: 0.7;
}
.portfolio .ow-portfolio:hover .overlay-icon,
.portfolio .dlab-box:hover .overlay-icon{
    margin-top: 0;
    transition: all 0.2s;
    opacity: 1;
}
.portfolio .ow-portfolio .overlay-icon,
.portfolio .dlab-box .overlay-icon{
    margin-top: 15px;
    transition: all 0.2s;
    opacity: 0;
}
/* portfolio with icon */
.portfolio .icon-bx-xs {
    border-radius: 50%;
}
.portfolio .icon-bx-xs {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.portfolio-ic a {
    color: #000;
}
.portfolio-ic .dez-info a:hover{
    color: #24C4DD;
}
.portfolio-ic a:hover {
    color: #fff;
}
.portfolio-ic a:hover i{ 
    background: transparent;
    border: 2px solid #fff;
}
.portfolio-ic .overlay-icon a {
    margin: 0px 7px;
}
.portfolio .owl-prev:hover,
.portfolio .owl-next:hover, 
.portfolio .owl-prev, 
.portfolio .owl-next {
    background-color: #fff;
    color: #000;
    padding: 17px 17px;
}
/* Img Hover Content Effect */
.img-hvr-content-style-1 .link-list,
.img-hvr-content-style-3 .link-list,
.img-hvr-content-style-4 .link-list,
.img-content-style-2 .link-list{
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
    margin: 0;
}
.img-hvr-content-style-2 .link-list{
    right: 20px;
    top: 20px; 
    position: absolute;
}
.img-hvr-content-style-2 .dlab-info-has-text,
.img-hvr-content-style-4 .dlab-info-has-text{
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
}
.dlab-divider.margin-0{
    margin-top: 0;
    margin-bottom: 0;
}
.img-hvr-content-style-3 .dlab-info-has-text{
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: left;
}
.no-hover .overlay-bx{
    opacity:1;
    visibility: visible;
}
.no-hover[class*="dlab-img-overlay"]:after,
.no-hover[class*="dlab-img-overlay"]:before{
    opacity:0.5;
}
/* Img Content Effect */
.img-content-style-1 .overlay-icon .link-list a i{
    background-color: rgba(0,0,0,0);
}
.img-content-style-3 .link-list{
    list-style: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

/* content-box-style */
.content-box-style .dlab-img-overlay12:before{
    opacity:0.2;
}
.content-box-style.style1 .box-visible{
    transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    visibility: hidden;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.content-box-style.style1:hover .box-visible{
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
}
.subscribe-form .form-control:focus{
    border-color: rgba(255,255,255,0.8);
    background-color: rgba(0,0,0,0);
}
.footer-info-bar .icon-bx-wraper.bx-style-1{
    background:#fff;
}
.footer-info-bar .icon-bx-wraper.bx-style-1{
    
}
.footer-info-bar .icon-bx-wraper.bx-style-1 p,
.footer-info-bar .icon-bx-wraper.bx-style-1 .icon-sm,
.footer-info-bar .icon-bx-wraper.bx-style-1 .dlab-tilte{
    color:#000;
}
@media only screen and (max-width: 1024px){
    .footer-info-bar .icon-content p{
        font-size: 12px;
    }
    .footer-info-bar [class*="col-"]{
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer-info-bar .icon-bx-wraper{
        padding: 20px;
    }
}
@media only screen and (max-width: 768px){
    
}
@media only screen and (max-width: 600px){
    .footer-info-bar [class*="col-"]{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 360px){
    
}
.mfp-bg {
    z-index: 9999999;
}
.mfp-wrap{
    z-index: 9999999;
}
/* Light Gallery */
.lg-actions .lg-next, 
.lg-actions .lg-prev, 
.lg-sub-html, 
.lg-toolbar{
    background-color: rgba(30, 30, 30, .6);
}
.lg-outer .lg-toogle-thumb, 
.lg-outer .lg-thumb-outer,
.lg-outer .lg-img-wrap, 
.lg-outer .lg-item{
    background-color: transparent;
}
.lg-backdrop {
    background-color: rgba(30, 30, 30, 0.9);
}
.lg-outer .lg-toogle-thumb, 
.lg-actions .lg-next, 
.lg-actions .lg-prev, 
.lg-toolbar .lg-icon,
#lg-counter{
    color: #fff;
}
.check-km{
    cursor: pointer;
}

/*  Features Box */
.features-box .dlab-info .dlab-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.features-box .dlab-info .dlab-title a{
    color: var(--color-primary);
}
.features-box .dlab-info p {
    margin-bottom: 15px;
}
.features-info .title {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 40px;
    padding-right: 30px;
    margin-bottom: 30px;
}

/*  Service Info */
.service-info {
    max-width: 780px;
    margin: auto;
}
.service-info .title{
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}
.service-info p {
    font-size: 16px;
    line-height: 30px;
}

/* Call To Action */
.call-action{
    padding: 50px 0;
}
.call-action .title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 5px;
}
.call-action.style1{
    padding: 30px 0;
}
.call-action.style1 .title{
    font-size: 24px;
}

/* about-service1 */
.about-service2{
    padding-top: 150px;
    padding-bottom: 150px;
}
/* Home Slider */
.home-slider.style1 .title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 50px;
    max-width: 600px;
    margin: 0 auto 15px;
}
.home-slider.style1 p {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 20px;
}
.home-slider.style2 .title {
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 56px;
    max-width: 700px;
    margin: 0 auto 20px;
}
/* Service Box Style1 */
.service-box.style1 {
    background-color: #fff;
    padding: 40px 35px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    margin: 10px 0 40px;
}
.service-box.style1 .title{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
}
.service-box.style1:hover:after {
    width: 100%;
    transform-origin: right;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    right: auto;
    left: 0;
}
.service-box.style1:after {
    content: "";
    height: 5px;
    background: var(--color-primary);
    width: 0;
    position: absolute;
    bottom: 0;
    right: -1px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
/* Service Box Style2 */
.service-box.style2 {
    align-self: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    height: 100%;
    background: inherit;
    position: relative;
    z-index: 1;
}
.service-box.style2 .dlab-info-has{
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.service-box.style2 .text-black{
    color:#000;
}
.service-box.style2 .title span{
    font-weight: 400;
}
.service-box.style2 .title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
}
.service-box.style2 i{
    font-size: 40px;
    margin-bottom: 10px;
    width: 40px;
    overflow: hidden;
}
.service-box.style2 p {
    font-size: 16px;
}
.services-masonry{
    margin-top: -100px;
}
.service-box.style2 .dlab-media{
    width:100%;
}
/* Widget Blog */
.widget-blog .dlab-post-header .post-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.widget-blog .widget-post {
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

/* Blog */
.date-style-2 .dlab-info{
    position: unset;
}
.date-style-2 .post-date {
    top: 20px;
    border-radius: 5px;
    width: 65px;
    font-family: "Poppins",sans-serif;
}
.date-style-2 .post-date > strong:after{
    content: unset;
}
.date-style-2 .post-date strong{ 

    font-size: 16px;
    padding: 5px 5px 0;
}
.date-style-2 .post-date span {
    padding: 0 5px 8px;
    text-transform: capitalize;
}
/* Video Bx */
.video-bx.style1{
    position: relative;
}
.video-bx.style1 .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-bx .play-btn {
    font-size: 70px;
}
/* Project Box */
.project-box.style1{
    position: relative;
}
.project-box.style1 .project-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px;
}
.project-box.style1 .project-info .dlab-tilte {
    margin-bottom: 0;
}
.project-box.style1 .project-info .dlab-tilte a,
.project-box.style1 .project-info-hover .dlab-tilte a{
    color: #fff;
}
.project-box.style1 .project-info-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--color-primary);
    padding: 30px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
}
.project-box.style1:hover .project-info-hover {
    opacity: 1;
    transition: all 0.5s;
}
.project-box.style1 .project-info-hover .dlab-tilte {
    font-size: 22px;
    line-height: 30px;
    margin: 15px 0;
}

/* Blog Post Content */
.blog-post-content{
    margin: 0;
}
.blog-post-content [class*="col-"]{
    padding: 0;
}
.blog-post-content .blog-post .dlab-info{
    border: 1px solid rgba(0,0,0,0.10);
    border-width: 1px 0 1px 1px;
    padding: 35px;
    transition: all 0.5s;
}
.blog-post-content [class*="col-"]:last-child .blog-post .dlab-info{
    border-right: 1px solid rgba(0,0,0,0.10);
}
.blog-post-content .blog-post:hover .dlab-info{
    background-color: #edf5f8;
    transition: all 0.5s;
}
.blog-post-content .blog-post .dlab-post-text p{
    font-size: 15px;
    line-height: 26px;
}
.blog-post-content .blog-post .dlab-post-text {
    margin-bottom: 20px;
    margin-top: 15px;
}
.blog-post-content .blog-post .dlab-post-meta{
    margin-bottom: 15px;
}

/* About History */
.about-history .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.about-history {
    padding-right: 50px;
}
.about-history p {
    font-size: 15px;
    line-height: 26px;
}

.history-box,
.about-history-carousel{
    position: relative;
}
.history-box .dlab-media {
    width: 65%;
}
.history-box .history-info .title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.history-box .history-info {
    background-color: var(--color-primary);
    padding: 40px;
    color: #fff;
    width: 55%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.history-box .history-info p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
}
.about-history-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}

/* counter-fly-box */
.counter-fly-box {
    margin: -100px 0 10px;
    z-index: 99;
    position: relative;
    background-color: #fff;
    padding: 30px 30px 10px;
}
.about-bx-2 .ext{
    text-decoration: underline;
    font-weight: 500;
    font-size: 24px;
    color: var(--color-primary);
}
.about-bx-2 .title{
    font-size: 38px;
    line-height: 50px;
}
.counter-staus-box .section-head .title{
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
}
.counter-staus-box .play-btn {
    font-size: 18px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
}
.counter-staus-box .play-btn span{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--color-primary);
    display: inline-block;
    border-radius: 70px;
    color: #fff;
    font-size: 22px;
    margin-right:15px;
    position:relative;
}
/* @keyframes animationSignal3 {
    0% {
         height: 0%;
    }
    25% {
         height: 100%;
    }
    50% {
         height: 80%;
    }
    100% {
        height: 100%;
    }
} */

/* Team */
.dlab-team1 {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 5px 5px 30px 0 rgba(0,0,0,0.1);
    transition: all 0.5s;
}
.dlab-team1 .dlab-info {
    position: absolute;
    bottom: -55px;
    background: #fff;
    width: 100%;
    padding: 20px 30px;
    text-align: center;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.dlab-team1 .dlab-position {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--color-primary);
}
.dlab-team1 .dlab-social-icon {
    display: block;
    margin-top: 20px;
}
.dlab-team1 .dlab-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}
.dlab-team1 .dlab-info:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
}
.dlab-team1:hover .dlab-info {
    bottom: 0;
    background: var(--color-primary);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.dlab-team1:hover .dlab-position {
    color: #fff;
    opacity: 0.6;
}
.dlab-team1:hover .dlab-title a {
    color: #fff;
}
.dlab-team1:hover .dlab-social-icon li a {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
}
.dlab-team1 .dlab-social-icon li a {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
}
.dlab-team1:hover .dlab-info:after {
    background: var(--color-primary);
}

/* Testimonial */
.testimonial-1 .testimonial-text p {
    font-size: 20px;
    line-height: 40px;
    color: #737984;
}
.testimonial-1 .testimonial-name {
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 5px;
}
.testimonial-1 .testimonial-text {
    max-width: 980px;
    margin: auto;
}
.quote-icon {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.post-style-2 .dlab-post-info{
    margin-top:20px;
}
.post-style-2 .dlab-post-title .post-title{
    margin-top:0;
    margin-bottom: 15px;
    font-weight: 500;
}
.post-style-2 .dlab-post-meta {
    margin-bottom: 10px;
}
/* Contact No Area */
.contact-no-area .title{
    margin-top: 0;
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 30px;
}
.contact-no p{
    margin-bottom: 0;
    font-size: 14px;
    opacity: 0.8;
}
.contact-no .no{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
    color: var(--color-primary);
    font-weight: 500;
    margin-top: 0;
}
.contact-no {
    color: #fff;
    display: flex;
    align-items: center;
}
.contact-no .contact-right .site-button{
    padding: 15px 30px;
}
.contact-no .contact-right {
    padding-left: 40px;
}
.contact-no .contact-left {
    padding-right: 40px;
    border-right: 3px solid;
}
.counter-box h2{
    font-size: 45px;
    padding: 30px 15px;
}
.contact-img-bx  img{
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -80px;
}

/* Services */
.service-media-bx{
    padding: 25px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 6px 6px 35px 0 rgba(0,0,0,0.05);
    transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -ms-transition:all 0.8s;
    -o-transition:all 0.8s;
}
.service-media-bx:hover{
    transform:translateY(-15px);
    -moz-transform:translateY(-15px);
    -webkit-transform:translateY(-15px);
    -ms-transform:translateY(-15px);
    -o-transform:translateY(-15px);
}
.service-media-bx:after{
    content: "";
    height: 4px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform-origin:left;
    -moz-transform-origin:left;
    -ms-transform-origin:left;
    -webkit-transform-origin:left;
    -o-transform-origin:left;
    transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -ms-transition:all 0.8s;
    -o-transition:all 0.8s;
}
.service-media-bx:hover:after{
    width: 100%;
    left:0;
    right:auto;
    transform-origin:right;
    -moz-transform-origin:right;
    -ms-transform-origin:right;
    -webkit-transform-origin:right;
    -o-transform-origin:right;
}
.service-media-bx .dlab-title a{
    color:#000;
}
.service-media-bx p{
    color: #8e8e99;
    line-height: 30px;
    margin-bottom: 15px;
}
.service-media-bx .dlab-title{
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
}
.service-media-bx .dlab-info{
    padding: 35px 0 20px 0;
}
.service-media-bx .site-button{
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px;
}
.about-ser-carousel.owl-carousel .owl-stage-outer {
    overflow: inherit;
}
.about-ser-carousel.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0.2;
}
.about-ser-carousel.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}
/* Footer Info */
.ft-contact{
    background: var(--color-primary);
    border-radius: 10px;
    display: flex;
}
.ft-contact .ft-contact-bx{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    padding: 25px 40px 25px 120px;
    z-index: 1;
}
.ft-contact .ft-contact-bx .title{
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.ft-contact .ft-contact-bx:last-child:after{
    content:none;
}
.ft-contact .ft-contact-bx:after{
    content: "";
    height: 100%;
    width: 50px;
    position: absolute;
    right: -15px;
    top: 0;
    z-index: -1;
    background-image: url(../images/icon/right.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.ft-contact .ft-contact-bx p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 0;
    font-size: 16px;
}
.ft-contact .ft-contact-bx img{
    width: 55px;
    height: 55px;
    position: absolute;
    left: 45px;
    top: 36px;
    transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -ms-transition:all 0.8s;
    -o-transition:all 0.8s;
}
.ft-contact .ft-contact-bx:hover img{
    transform:scale(1.2);
}
.box-about-list{
    
}
/* Footer */

/* Portfolio */
.portfolio .check-km i{
    background-color: #fff;
    color: #000;
    cursor: pointer;
}
.portfolio .check-km:hover i{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.video-play-icon a {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
    display: block;
    font-size: 28px;
    margin: auto;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.video-bx {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
}
.video-bx .video-play-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
}
.video-section {
    background-repeat: no-repeat;
    background-position: right bottom;
}

/* Blog Post Single */
.blog-post.blog-single .dlab-post-meta{
    margin-bottom: 10px;
}
.blog-post.blog-single .dlab-post-title .post-title{
    margin-top: 10px;
    margin-bottom: 10px;
}
ol.comment-list li.comment p {
    line-height: 24px;
    font-size: 14px;
}
ol.comment-list li.comment .comment-meta {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
}
ol.comment-list li.comment .comment-author .fn {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
ol.comment-list li.comment .comment-author {
    margin-bottom: 15px;
}
ol.comment-list li.comment .reply a {
    font-size: 14px;
    font-weight: 600;
}
.comments-area .comment-form p input[type="submit"]{
    cursor: pointer;
}
ol.commentlist li .meta strong {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
}
ol.commentlist li .description p {
    font-size: 14px;
    line-height: 24px;
}
ol.commentlist li .meta span {
    color: #000;
    font-size: 14px;
}

/*  Shop Service Info */
.shop-service-info p{
    font-size: 14px;
    line-height: 24px;
}


/* SortCodes Image Box Content */
.dlab-info-has.no-hover .dlab-post-meta{
    margin-bottom: 0;
}
.dlab-info-has.no-hover .dlab-post-title .post-title{
    margin-top: 0;
}

/* SortCodes Carousel Sliders */
.ow-entry-title {
    font-size: 18px;
    text-transform: capitalize;
}
.ow-carousel-entry .ow-entry-text p{
    font-size: 14px;
    line-height: 24px;
}
.box-about-list .icon-bx-wraper{
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 30px 30px;
    background: rgba(0,0,0,0.2);
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.box-about-list .img-cover{
    height: 100%;   
}
.box-about-list .icon-bx-wraper p{
    opacity: 0.8;
    font-size: 15px;
    line-height: 26px;
}
.box-about-list .icon-bx-wraper .dlab-tilte{
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
.box-about-list .icon-bx-wraper:hover{
    background-color:#fff;
    border: 1px solid rgba(255,255,255,0.2);
}
.box-about-list .icon-bx-wraper:hover .text-white,
.box-about-list .icon-bx-wraper:hover .dlab-tilte,
.box-about-list .icon-bx-wraper:hover  p{
    color:#000!important;
}

/* Service Details */
.ext-sidebar-menu ul.menu li a {
    background: #fff;
    display: block;
    border-radius: 4px;
    padding: 15px 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 5px 12px 20px 0 rgba(0,0,0,0.05);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.ext-sidebar-menu ul.menu li {
    display: block;
    padding: 0 !important;
    border: 0;
}
.ext-sidebar-menu ul.menu li:before{
    content: none;
}
.ext-sidebar-menu.sidebar-widget ul.menu li:hover a, 
.ext-sidebar-menu.sidebar-widget ul.menu li.current-menu-item a, 
.ext-sidebar-menu ul.menu li:hover a, 
.ext-sidebar-menu ul.menu li.active a {
    background: var(--color-primary);
    color: #fff;
}

.download-file {
    background: var(--color-primary);
    color: #fff;
    padding: 25px 25px 20px 20px;
    border-radius: 4px;
}
.download-file ul li a {
    background: #000;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.download-file ul li a .text {
    display: inline;
    position: relative;
    margin-right: 3px;
}
.download-file .title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

/* Portfolio Details */
.widget_getintuch-pro-details .pro-details strong{
    font-weight: 600;
    color: #000;
    font-size: 15px;    
}
.widget_getintuch-pro-details {
    background-color: #f5f5f5;
    padding: 30px 30px 0;
}
.widget_getintuch-pro-details .pro-details {
    padding-left: 55px;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    color: #000;
    font-size: 15px;
}
.widget_getintuch-pro-details .pro-details i {
    background-color: var(--color-primary);
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 50px;
    line-height: 40px;
    font-size: 16px;
    top: 0;
}
/* Gallery Filters */
.gallery-filters .check-km i{
    font-size: 20px;
    color: #fff;
}


.overlay-icon .check-km i.icon-bx-xs {
    background-color: #fff;
    color: var(--color-hover);
}
.testimonial-1 .testimonial-name {
    color: #737984!important;
}
.testimonial-1.text-white .testimonial-text p,
.testimonial-1.text-white .testimonial-name{
    color: rgba(255,255,255,0.8)!important;
}
.dlab-box ul li .check-km i{
    color: var(--color-primary);
}
/* code-box */
.code-box{
    box-shadow:none;
    margin: 0 0 25px;
    padding: 20px;
    color: #fff;
    background-color: #191F23;
    white-space: pre;
    text-shadow: 0 1px 0 #000;
    border-radius: 5px;
    border-bottom: 1px solid #555;
    max-height:700px;
    
}
.code-box.active{
    user-select:all;
}
.footer-box ,
.header-box{
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 20px 40px 0 40px;
    margin-bottom: 50px;
    background: rgba(0,0,0,0.01);
}
.footer-box  .title,
.header-box .title{
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-primary);
    margin-bottom: 20px;
}
.header-box p{
    font-size: 16px;
    line-height: 28px;
    color: #000;
    opacity: 0.9;
}
#copyButton.btn{
    position: absolute;
    right: 30px;
    top: 15px;
    background: #eee;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 4px 10px;
}
#copyButton.btn.active{
    background: #449cff;
    color: #fff;
}

/* ==============
HOME 5 Box Header 
=============== */
/* Header */
.box-header.header-transparent .main-bar{
    border:0;
}
.box-header.site-header .main-bar .container{
    background: #fff;
}
.box-header.header-transparent .header-nav .nav > li > a, 
.box-header.header-transparent .extra-nav .site-button-link, 
.box-header.header-transparent .navbar-toggler{
    color:#000;
}
.box-header.header-transparent .top-bar{
    padding: 12px 0;
}
.box-header .dlab-topbar-right .site-button-link{
    color:#fff;
    font-size: 14px;    
}
.box-header.header-transparent .top-bar{
    border-bottom:0;
}
.box-header.header-transparent .top-bar.text-black .topbar-social li a.site-button-link,
.box-header.header-transparent .top-bar.text-black .dlab-topbar-left li a{
    color: #000;
}
.box-header.header-transparent .top-bar .topbar-social li a.site-button-link:hover,
.box-header.header-transparent .top-bar .dlab-topbar-left li a:hover{
    color: var(--color-primary);
}
.box-header .extra-nav{
    padding:0;
    border:0;
}
.box-header .dlab-topbar-left ul li a{
    font-size: 14px;    
}
.box-header .dlab-topbar-right .site-button-link i{
    margin:0;
}
@media only screen and (min-width: 991px){
    .box-header .header-nav .nav > li > a{
        padding: 24px 8px 24px 8px;
    }
}
.box-header .header-nav .nav > li > a{
    border: 0;  
    
}
.box-header  .extra-nav .site-button{
    height: 70px;
    display: flex;
    align-items: center;
    margin-right: -16px;
    padding: 0 30px;
    margin-left: 30px;
    position:relative;
}
.box-header  .extra-nav .site-button:after{
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    left: -12px;
    background: var(--color-primary);
    transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    top: 0;
    transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -webkit-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
}
.box-header.header-transparent .is-fixed .main-bar{
    background-color: transparent;
    box-shadow: none;
}
.box-header  .extra-nav .site-button:hover:after{
    background: var(--color-hover);
    transition: all 0.8s linear;
}
.box-header.site-header .is-fixed .main-bar .container{
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.1);
}

.list-details li {
    color: #000;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.list-details li:first-child{
    border-top: 0;
}
.list-details {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 430px;
}
.portbox3 {
    border-radius: 6px;
    margin-bottom: 10px;
}
.portbox3 .overlay-bx, .portbox1 .portinner {
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
.portbox3 .overlay-bx, .portbox1 .overlay-bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.portbox3:hover .overlay-bx, .portbox1:hover .portinner {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
/* .portbox3 .portinner {
    
    margin: auto;
    position: relative;
    z-index: 1;
    top: -25px;
} */
.portbox3 .portinner {
    max-width: 250px;
    width: 250px;
    min-width: 250px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.portbox3 .portinner .port-up {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
}
.portbox3 .portinner .port-down {
    background: var(--color-primary);
    position: absolute;
    top: 50px;
    height: 100%;
    width: calc(100% + 20px);
    vertical-align: bottom;
    display: flex;
    align-items: end;
    text-align: center;
    flex-direction: row;
    border-radius: 6px;
    z-index: -1;
    left: -10px;
}
.portbox3 .portinner .port-up span {
    text-transform: uppercase;
    font-weight: 600;
    color: #5e5e5e;
    font-family: Montserrat;
    font-size: 14px;
}
.portbox3 .portinner .port-up .port-title {
    margin-bottom: 0;
}
.portbox3 .portinner .port-down a {
    width: 100%;
    color: #000;
    font-weight: 400;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.portbox3 .portinner .port-down a.btn-link:hover i{
    text-decoration: none;
}
.filters2 ul{
    display:flex;
    margin:0 -10px;
}
.filters2 ul li{
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    margin: 0;
    border: 0;
    padding: 0 10px;
}
.filters2 ul li a i{
    margin-right: 10px;
    color: var(--color-primary);
    font-size: 40px;
    line-height: 40px;
}
.filters2 ul li a{
    width: 100%;
    margin: 0;
    display: flex;
    padding: 12px 10px;
    font-size: 22px;
    color: #000;
    border-bottom: 3px solid #eee;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Condensed', sans-serif;
    position:relative;
}
.filters2 ul li a:after {
    content: "";
    height: 3px;
    background: var(--color-primary);
    width: 0;
    position: absolute;
    bottom: -3px;
    right: -1px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.filters2 ul li.active a:after,
.filters2 ul li.active a:hover:after {
    width: 100%;
    transform-origin: right;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    right: auto;
    left: 0;
}

.section-head.style2 .title{
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 10px;
}
.section-head.style2 p{
    padding-top: 0;
    font-size: 15px;
    line-height: 26px;
}
.sr-iconbox .dlab-tilte{
    font-weight: 600;
    margin-bottom: 10px;
}
.sr-iconbox.style2{
    padding:20px;
    transition:all 0.8s;
    -o-transition:all 0.8s;
    -ms-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -moz-transition:all 0.8s;
}
.sr-iconbox.style2:hover{
    background:#fff;
    box-shadow:0 0 30px 0 rgba(0,0,0,0.2);
}
.img-ho1{
    position:relative;
    z-index:1;
}
.img-ho1:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    border: 20px solid;
    z-index: -1;
    transition:all 0.8s;
    -moz-transition:all 0.8s;
    -ms-transition:all 0.8s;
    -o-transition:all 0.8s;
    -webkit-transition:all 0.8s;
}
.img-ho1:hover:after{
    right: -15px;
    top: -15px;
}
.img-ho1 img{
    transition:all 0.8s;
    -moz-transition:all 0.8s;
    -ms-transition:all 0.8s;
    -o-transition:all 0.8s;
    -webkit-transition:all 0.8s;
}
.img-ho1:hover img{
    transform:translate(-15px, 15px);
    -moz-transform:translate(-15px, 15px);
    -ms-transform:translate(-15px, 15px);
    -webkit-transform:translate(-15px, 15px);
    -o-transform:translate(-15px, 15px);
}
/* Solar Plant */
.service-box.style4 .title{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 32px;
}
.service-box.style4{
    background: #fff;
    padding:30px 50px 40px 50px;
    border-radius: 4px;
    text-align: center;
}
.service-box.style4 .no{
    background-color: #eee;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #000;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.service-box.style4:hover .no{
    background-color:var(--color-primary);
    color:#fff;
}
.our-team .social-list li {
    display: inline-block;
    font-size: 16px;
    margin: 0 2px;
}
.our-team .social-list {
    padding: 0;
    margin: 10px 0 0;
}
.our-team .team-title-bx{
    margin-top:20px;
}
.our-team .title{
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 35px;
}

/* Food Industry */
.portbox1 {
    transition: all 0.5s;
    transform: scale(1);
}
.portbox1 > img {
    transform: scale(1.05);
    transition: all 0.5s;
}
.portbox1 .overlay-bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.portbox1 .portinner {
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.portbox1.style1 .overlay-bx .port-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
}
.portbox1.style1 .portinner span {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 5px;
    font-weight: 500;
}
.portbox1 .overlay-bx span {
    display: block;
    margin-bottom: 10px;
}
.portbox1 .overlay-bx .port-title a {
    color: #fff;
}
.portbox1:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.2);
}
.portbox1:hover > img {
    transform: scale(1);
}
.portbox1:hover .portinner {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.latest-project-info {
    padding: 100px 130px;
}
.latest-project-info h2 {
    font-size: 50px;
    line-height: 60px;
}
.latest-project-info p {
    color: rgba(255,255,255,0.75);
    font-weight: 300;
}
.sr-iconbox1{
    padding: 50px 30px;
    background: #fff;
    text-align: center;
    border-radius: 4px;
}
.sr-iconbox1 .dlab-tilte{
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 32px;
}
.sr-iconbox1  p{
    color: #000;
    font-size: 15px;
    opacity: 0.7;
}
.sr-iconbox1  .icon-lg{
    position:relative;
    z-index: 1;
}
.sr-iconbox1  .icon-lg:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #6a1a1f;
    position: absolute;
    left: 0;
    z-index: -1;
    border-radius: 10px 10px 10px 10px;
    transform: scale(1.3) rotate(15deg);
    opacity: 0.05;
}
/* Responsive */
@media only screen and (max-width: 1024px){
    .service-box.style2 .title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    .team-box-type .team-p-info li {
        font-size: 14px;
    }
    .team-box-type .team-mamber-img{
        width: 40%;
    }
    .team-box-type p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .team-box-type .team-info-box ul{
        margin: 10px 0;
    }
    .team-box-type .team-info-box h4.dlab-title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .team-box-type .team-info-box {
        padding: 10px 15px;
    }
    .box-about-list .max-w700,
    .about-progress .max-w700{
        padding: 30px;
    }
}
@media only screen and (max-width: 991px){
    .our-story h2.title {
        font-size: 36px;
        line-height: 46px;
    }
    .our-story h4.title {
        font-size: 20px;
        line-height: 30px;
    }
    .call-action.style1 .title ,
    .call-action .title ,
    .call-action p{
        text-align: center;
    }
    .call-action.style1 .site-button,
    .call-action .site-button{
        margin: 10px auto 0;
    }
    .team-box-type .team-info-box {
        padding: 10px 30px;
    }
    .team-box-type .team-info-box h4.dlab-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .box-about-list .max-w700, 
    .about-progress .max-w700 {
        padding: 40px 0;
    }
    .our-story-thum{
        display: none;
    }
    .dz_error-405 .text-center{
        text-align: left!important;
    }
    .dz_error-404-area{
        display: table-cell!important;
    }
    .dlab-bnr-inr h1 {
        margin-bottom: 10px;
    }
    .dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry{
        padding-top: 160px;
    }
}
@media only screen and (max-width: 767px){
    .service-info .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .team-mamber-img, .team-info-box {
        display: table-cell;
    }
    .team-box-type .team-info-box h4.dlab-title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .team-box-type .team-info-box {
        padding: 15px 20px;
    }
    .dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry {
        height: 250px;
        padding-top: 65px;
    }
    .pricingtable-wrapper.style2 .pricingtable-bx {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .box-about-list .max-w700, 
    .about-progress .max-w700 {
        padding: 30px;
    }
    .dz_error-404 .dz_error {
        margin: 0;
    }
    .dlab-tabs.vertical .tab-pane {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 360px){
    .service-box.style2 .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .site-footer.style1 .footer-bottom-in .footer-bottom-logo a img {
        height: 30px;
    }
    .site-footer.style1 .footer-bottom-in .dlab-social-icon li a {
        width: 40px;
        height: 50px;
        font-size: 15px;
        line-height: 50px;
    }
    .site-footer.style1 .footer-top {
        padding: 50px 0 25px 0;
    }
    .site-footer.style1 .footer-title {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .site-footer.style1 .widget_subscribe .input-group .form-control {
        height: 50px;
        padding: 10px 20px;
    }
    .site-footer.style1 .widget_subscribe .input-group .input-group-addon .site-button {
        height: 50px;
        font-size: 14px;
        padding: 12px 20px;
    }
    .our-story h2.title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .our-story > span {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .call-action.style1 .title ,
    .call-action .title {
        font-size: 20px;
        line-height: 30px;
    }
    .call-action p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .section-head .title{
        font-size: 28px;
        line-height: 38px;
    }
    .section-head p{
        line-height: 26px;
    }
    .testimonial-8 .testimonial-text{
        padding: 20px;
    }
    .testimonial-8 .testimonial-text p,
    .dlab-tabs .tab-content p{
        font-size: 14px;
        line-height: 26px;
    }
    .testimonial-8 .testimonial-pic {
        margin-right: 10px;
        width: 70px;
        height: 70px;
    }
    .testimonial-8 .testimonial-name {
        padding-top: 10px;
    }
    .home-slider.style1 .title {
        font-size: 24px;
        line-height: 34px;
        margin: 0 auto 10px;
    }
    .home-slider.style1 p,
    .pricingtable-wrapper.style2 p{
        font-size: 14px;
    }
    .dlab-bnr-inr.dlab-bnr-inr-md.home-banner1 {
        height: 450px;
    }
    .team-box-type .team-mamber-img {
        width: 100%;
        display: unset;
    }
    .video-infobx h2.title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 34px;
    }
    .dlab-bnr-inr {
        height: 180px;
    }
    .box-about-list h2{
        font-size: 24px;
        line-height: 38px;
    }
    .box-about-list .icon-bx-wraper {
        padding: 20px;
    }
    .box-about-list .icon-bx-wraper h4.dlab-tilte{
        font-size: 18px;
        line-height: 28px;
    }   
    .about-progress .max-w700{
        padding: 30px 0 10px;
    }
    .service-main-title .title {
        font-size: 22px;
    }
    .dz_error-405 .dz_error {
        font-size: 100px;
        line-height: 100px;
    }
    .dz_error-405 .text-center {
        margin-bottom: 15px;
    }
    .dz_error-405 .error-content ,
    .inner-text p,
    .inner-text ul li,
    blockquote,
    .testimonial-1 .testimonial-text p{
        font-size: 16px;
        line-height: 28px;
    }
    .testimonial-1 .testimonial-name {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .testimonial-10 .testimonial-pic {
        height: 100px;
        width: 100px;
    }
    .testimonial-10 {
        padding-left: 120px;
    }
    .dlab-tabs .nav-tabs > li > a .title-head{
        display: none;
    }
    .dlab-tabs.vertical .nav-tabs {
        width: 60px;
    }
    .dlab-tabs.vertical .tab-content {
        margin-left: 59px;
    }
    .dlab-tabs.vertical.right .tab-content {
        margin-right: 59px;
    }
    .sort-title {
        margin-bottom: 25px;
    }
    .add-box h2,
    .item-add.add-style-2 h2 ,
    .item-add.add-style-3 h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .item-add .add-box h5,
    .item-add.add-style-2 h5,
    .item-add.add-style-3 h5{
        font-size: 16px;
        margin-bottom: 5px;
    }
}


/* index 9 */
.header-white-transparent{
    background-color: rgba(255,255,255,0.3);
}
.course-banner {
    height: 550px;
    text-align: center;
}
.course-banner .title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 25px;
}
.course-banner .dlab-bnr-inr-entry {
    display: table-cell;
    vertical-align: center;
}
.banner-form {
    background: rgba(0,0,0,0.5);
    padding: 15px;
    border-radius: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.banner-form .form-control{
    border-radius: 50px;
    height: 50px;
    padding: 10px 30px;
    font-size: 16px;
    border: 0 !important;
}
.banner-form .site-button{
    height: 50px;
    border-radius: 0 25px 25px 0;
    font-size: 16px;
    font-weight: 600;
}
.banner-form .bootstrap-select.btn-group .dropdown-toggle .caret {
    font-size: 15px;
    top: 22px;
    right: 20px;
}

/* Service Box Style6 */
.service-box.style6 .icon-bx{
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}
.service-box.style6 .icon-bx:after{
    height: 100%;
    content: "";
    width: 100%;
    right: -10px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transform: skew(19deg);
}
.service-box.style6 .icon-bx.bg-primary:after{
    background-color: var(--color-primary);
}
.service-box.style6 .icon-bx.icon-bx-sm {
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
}
.service-box.style6 .dlab-tilte{
    margin-bottom: 10px;
}
@media only screen and (max-width: 1200px){
    .course-banner .title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 30px;
    }
    .service-box.style5 .icon-content {
        padding: 30px;
    }
    .service-box.style5 h2.dlab-tilte {
        font-size: 24px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 991px){
    .course-banner .title {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-form .bootstrap-select .dropdown-toggle, 
    .banner-form .form-control, 
    .banner-form .site-button {
        height: 50px;
        padding: 10px 15px;
        font-size: 16px;
    }
    .banner-form {
        padding-bottom: 10px;
    }
    .course-banner .dlab-bnr-inr-entry{
        padding-bottom: 0;
    }
    .filters2 ul li a i {
        font-size: 30px;
        line-height: 30px;
    }
    .filters2 ul li a {
        font-size: 18px;
    }
    .filters2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .filters2 ul li {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        min-width: 50%;
    }
}
@media only screen and (max-width: 767px){
    .portbox3:hover .overlay-bx{ 
        padding: 20px;
    }
    .portbox3 .portinner .port-up h3.port-title {
        font-size: 18px;
        line-height: 28px;
    }
    .portbox3 .portinner .port-up span {
        font-size: 12px;
    }
}
@media only screen and (max-width: 591px){
    .course-banner .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .course-banner .banner-form .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .course-banner .banner-form [class*="col-"]{
        padding-left: 5px;
        padding-right: 5px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .service-box.style5 h2.dlab-tilte {
        font-size: 22px;
        line-height: 32px;
    }
    .service-box.style5 .icon-content {
        padding: 25px;
    }
}



/* Header Curv */
.header-curve.ext-header .middle-bar.bg-dark .service-list ul li .title{
    color: #fff;
}
.header-curve.ext-header .logo-header:before, 
.header-curve.ext-header .logo-header:after,
.header-curve.ext-header .extra-nav:before,
.header-curve.ext-header .extra-nav:after,
.social-curve:after,
.social-curve:before{
    background-color: var(--color-primary);
}
.header-curve.ext-header .logo-header:before {
    -webkit-transform: skew( -30deg);
    -moz-transform: skew( -30deg);
    -o-transform: skew( -30deg);
    -ms-transform: skew( -30deg);
    transform: skew(-30deg);
    right: -140px;
    width: 100%;
}
.header-curve.ext-header .middle-bar{
    padding: 0;
    border-bottom: 0;
}
.header-curve.ext-header .middle-bar .logo-header{
    padding: 20px 0;
}
.header-curve.ext-header .container-fluid{
    padding-left: 50px;
    padding-right: 50px;
}
.header-curve.ext-header .extra-nav {
    position: relative;
    width: 20%;
    top: 1px;
}
.header-curve.ext-header .extra-nav:before,
.social-curve:before{
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew( 30deg);
}
.header-curve.ext-header .extra-nav:before,
.header-curve.ext-header .extra-nav:after,
.social-curve:after,
.social-curve:before{
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
}
.header-curve.ext-header .extra-nav:before {
    width: 100%;
    left: -25px;
}
.header-curve.ext-header .extra-nav:after {
    width: 100%;
    right: -50px;
}
.header-curve.ext-header .extra-nav .site-button-link{
    color: #fff;
    font-size: 14px;
}
.header-curve.ext-header .header-nav .nav>li.active>a, 
.header-curve.ext-header .header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
}

/* Social Curve */
.social-curve {
    position: relative;
    padding: 20px 30px;
    width: 100%;
    margin: 0 0 -15px;
}
.social-curve:before {
    width: 100%;
    left: -50%;
    z-index: 0;
}
.social-curve .social-icon li a{
    color: #fff!important;
    font-size: 18px;
}
.social-curve .social-icon{
    z-index: 99;
    position: relative;
}
.social-curve .social-icon .title {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
}


/* Curve Header Style 2 */
.header-curve.ext-header.style2 .logo-header:before,
.header-curve.ext-header.style2 .logo-header:after{
    content: unset;
}
.header-curve.ext-header.style2 .extra-nav{
    height: 65px;
    top: 0;
    transform: unset;
}
.header-curve.ext-header.style2 .extra-nav:before{
    -webkit-transform: skew( -30deg);
    -moz-transform: skew( -30deg);
    -o-transform: skew( -30deg);
    -ms-transform: skew( -30deg);
    transform: skew( -30deg);
}
.header-curve.ext-header.style2.white .header-nav .nav > li.active > a {
    color: var(--color-primary)!important;
}

/* Slider Box */
.slider-tabs .slider-box{
    position: relative;
}
.slider-tabs .slider-box .slider-content p {
    color: #fff;
    font-size: 18px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 35px;
    max-width: 700px;
}
.slider-box .slider-content {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    width: 1170px;
    transform: translate(-50%,-50%);
}
.slider-tabs .slider-box .slider-content .title {
    font-size: 70px;
    font-family: 'Teko', sans-serif;
    line-height: 70px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}
.slider-tabs .slide-tabs {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
}   
.slider-tabs .dlab-thum-bx img{
    height:100vh;
    object-fit:cover;
}
.slider-tabs .tab-box .content-box .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.slider-tabs .tab-box .content-box p {
    color: #000;
    margin-bottom: 0;
    opacity: 0.85;
    font-weight: 400;
    font-size: 14px;
}
.slider-tabs .tab-box .icon-box i{
    font-size: 35px;
    line-height: 35px;
    color: #000;
}
.slider-tabs .tab-box {
    position: relative;
    padding:15px 15px 15px 80px;
    background-color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(0,0,0,0.1);
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    cursor: pointer;
}
.slider-tabs .tab-box .icon-box {
    position: absolute;
    left: 20px;
    top: 25px;
}
.slider-tabs .owl-item.current.active .tab-box{
    background: var(--color-primary);
    color:#000;
}
.slider-tabs .owl-item.current.active .tab-box .content-box p,
.slider-tabs .owl-item.current.active .tab-box .icon-box i,
.slider-tabs .owl-item.current.active .tab-box .content-box .title{
    color: #fff;
}

/* Service box 4 */
.service-box-4 .service-images {
    position: relative;
    padding: 20px 20px 0px;
}
.service-box-4 .service-images img {
    width: 220px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
    border-radius: 500px;
    border-width: 10px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: all 0.5s ease 0s;
}
.service-box-4:hover .service-images img {
    border-width: 10px;
    border-style: solid;
    border-color: var(--color-primary);
    border-image: initial;
}
.service-box-4 .service-images i {
    font-size: 40px;
    width: 70px;
    height: 70px;
    border-radius: 40px;
    position: absolute;
    bottom: 10px;
    line-height: 70px;
    right: 10px;
    background: #fff;
    color: var(--color-primary);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.service-box-4 .service-content .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 5px;
}

/* About info 1 */
.section-head.style1 .title {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    font-family: poppins;
    color: #000;
}
.about-info1 p,
.section-head.style1 p{
    color: #768492;
    line-height: 28px;
    font-size: 16px;
}

/* Latest project info Style1 */
.latest-project-info.style1{
    padding: 70px 70px 10px;
}
.latest-project-info.style1 .list-check li p{
    font-size: 16px;
}
.latest-project-info.style1 .list-check li:before{
    top: 20px;
}
.video-bx.radius-no{
    border-radius: 0;
}
.dlab-services-box{
    padding: 50px;
}
.service-year {
    font-size: 130px;
    line-height: 140px;
    font-weight: 600;
    margin-bottom: 0px;
}
.service-year small {
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

/*  */
.request-form {
    margin-top: -178px;
}
.request-form form {
    background-color: #fff;
    padding:30px 30px 20px;
    box-shadow: 0 0 41px 5px rgba(0,0,0,0.1);
}
.request-form .request-form-header{
    background-color: var(--color-primary);
    padding: 20px 50px 20px 100px;
    position: relative;
}
.request-form .request-form-header i {
    position: absolute;
    left: 30px;
    font-size: 60px;
    top: 14px;
    color: #fff;
}
.request-form .request-form-header p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.request-form .request-form-header h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 30px;
}
.request-form label {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    top: 5px;
    left: 0;
    transition: all 0.5s;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.request-form .form-control{
    background-color: transparent;
    border-width: 0 0 0px 0;
    border-bottom-color: #771cb8;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    position: relative;
    padding: 15px 0;
}
.request-form .input-group:after {
    width: 100%;
    height: 2px;
    content: "";
    border-radius: 0;
    box-shadow: none;
    bottom: 0;
    background: var(--color-primary);
    display: block;
}
.request-form .focused label {
    font-size: 12px;
    top: -10px;
    left: 0;
    color: #707070;
}

/* team 2 */
.dlab-box.project-bx.dlab-team2 .dlab-info.bg-dark{
    background-color: #1f0404;
}
.dlab-box.project-bx.dlab-team2 .dlab-info.bg-dark .dlab-title a{
    color: #fff;
}


/* SideNav ======= */
.header-sidenav .full-sidenav{
    position: fixed;
    right: -300px;
    width: 300px;
    top: 0;
    z-index: 999988;
    background: #fff;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    left: auto;
}
.header-sidenav .full-sidenav .mCSB_container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
.header-sidenav .full-sidenav.active{
    right:0;
}
.header-sidenav .full-sidenav .nav {
    margin-bottom:auto;
}
.header-sidenav .header-nav.full-sidenav .nav > li > a{
    color:#000;
}
.header-sidenav .header-nav.full-sidenav .nav > li > a:after{
    content:none;
}
.header-sidenav .header-nav.full-sidenav .social-menu,
.header-sidenav .header-nav.full-sidenav .logo-header,
.header-sidenav .header-nav.full-sidenav .nav{
    float: none;
    width: 100%;
}
.header-sidenav .header-nav.full-sidenav .logo-header{
    height: auto;
    padding: 50px 40px 30px 40px;
}
.header-sidenav.header-nav.full-sidenav .logo-header a{
    width: 170px;
    display: block;
}
.header-sidenav .header-nav.full-sidenav .nav > li > .sub-menu, 
.header-sidenav .header-nav.full-sidenav .nav > li:hover > .sub-menu, 
.header-sidenav .header-nav.full-sidenav .nav > li > .mega-menu,
.header-sidenav .header-nav.full-sidenav .nav > li:hover > .mega-menu{
    opacity: 1;
    visibility: visible;
    position:unset;
}
.header-sidenav .header-nav.full-sidenav .nav > li > .sub-menu, 
.header-sidenav .header-nav.full-sidenav .nav > li > .mega-menu{
    box-shadow: none;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.header-sidenav .header-nav .nav > li .sub-menu{
    width: 100%;
    padding: 0;
}
.header-sidenav .header-nav .nav > li .sub-menu li a {
    color: #8799a3;
    padding: 10px 40px;
}
.header-sidenav .header-nav .nav > li > a{
    padding: 12px 40px;
    width: 100%;
    font-size: 18px;
}
.header-sidenav .social-menu{
    padding:40px;
}
.header-sidenav .social-menu ul{
    margin:0;
    padding:0;
    list-style:none;
    margin-bottom:15px;
}
.header-sidenav .social-menu .copyright-head{
    margin-bottom:0;
    color:#cccccc;
}
.header-sidenav .social-menu ul li{
    display:inline-block;
}
.header-sidenav .social-menu ul li a{
    color: #bbc7cd;
    font-size: 18px;
    padding-right: 15px;
}
.header-sidenav .social-menu ul li a:hover{
    color: #8799a3;
}
.header-sidenav .header-nav.full-sidenav .mCustomScrollBox{
    width:100%;
}
.header-sidenav .menu-close i{
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 320px;
    top: 20px;
}
.header-sidenav .menu-close{
    position:fixed;
    height:100vh;
    width:0;
    background:#3a3a3a;
    top:0;
    right:0;
    opacity:0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    filter: blur(300px);
    cursor:pointer;
    overflow: hidden;
    z-index: 9999;
}
.header-sidenav .menu-close.active{
    width:100%;
    opacity:0.8;
    filter: blur(0);
}
.header-sidenav .header-transparent .is-fixed .main-bar {
    position: fixed;
    background-color: rgba(255,255,255,0.9);
}
.header-sidenav .header-full .container-fluid{
    padding-left:30px;
    padding-right:30px;
}
.header-sidenav .site-header ul, .site-header ol {
    margin-bottom: 0;
    list-style: none;
}
.header-sidenav .extra-nav ul li{
    list-style: none;
}
.header-sidenav .is-fixed .extra-nav,
.header-sidenav .extra-nav{
    background-color: var(--color-primary);
    margin: 0;
    padding: 0;
}
.header-sidenav .extra-nav .extra-cell{
    margin:0;
}
.header-sidenav .menu-icon{
    padding: 0;
    width: 70px;
    height: 71px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-sidenav .menu-icon-in{
    width: 30px;
    height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
.header-sidenav .menu-icon-in span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color:#fff;
  border-radius: 10px;
}
.header-sidenav .menu-icon-in span:nth-child(1) {
    top: 0px;
    width: 60%;
}
.header-sidenav .menu-icon-in span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.header-sidenav .menu-icon-in span:nth-child(3) {
  bottom: 0;
  width: 85%;
}
.header-sidenav .menu-icon:hover .menu-icon-in span:nth-child(1),
.header-sidenav .menu-icon:hover .menu-icon-in span:nth-child(2),
.header-sidenav .menu-icon:hover .menu-icon-in span:nth-child(3) {
    width: 100%;
}
.header-sidenav.header-transparent .main-bar{
    background-color:transparent;
    border:0;
}
.header-sidenav.header-transparent .is-fixed .main-bar{
    background-color: rgba(0,0,0,0.9);
}
.header-sidenav .header-nav.full-sidenav .nav > li > a.scroll.active{
    color:var(--color-primary);
}
/* dlab team 3 */
.dlab-team3{
    background: #fff;
    padding: 10px 10px;
    border-radius: 4px;
}
.dlab-team3 .dlab-info {
    text-align: center;
    padding: 20px 0;
}
.dlab-team3 .dlab-info .dlab-title {
    font-size: 18px;
    margin-bottom: 5px;
}
.dlab-team3 .dlab-info .dlab-position {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000;
    opacity: 0.3;
    margin-bottom: 10px;
}
.dlab-team3 .dlab-info .dlab-social-icon li a {
    width: 30px;
    height: 30px;
    background: #000;
    font-size: 12px;
    line-height: 30px;
    padding: 0;
    border: 0;
    border-radius: 40px;
    color: #fff;
}

/* dlab team 10 */
.dlab-team11 .dlab-media{
    width: 240px;
    height: 240px;
    margin: auto;
    border-radius: 240px;
    overflow: hidden;
    padding: 10px;
    border: 2px dashed; 
}
.dlab-team11 .dlab-info{
    background: var(--color-primary);
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: 15px;
    text-align:center;
}
.dlab-team11 .dlab-media img{
    border-radius: 100%;    
}
.dlab-team11 .dlab-title{
    margin: 0;
}
.dlab-team11 .dlab-title a{
    color: #fff;
}
.dlab-team11 .dlab-position{
    color: #fff;
    text-transform: capitalize;
}
.dlab-team11-area.dots-theme.owl-theme .owl-dots .owl-dot span{
    width: 16px;
    height: 16px;
    background: transparent;
    border: 3px solid #bcbcbc;
    margin: 5px 5px;
}
.dlab-team11-area.dots-theme.owl-theme .owl-dots .owl-dot.active span{
    border: 3px solid var(--color-primary);
}

/* Testimonial */
.testimonial-1.testimonial-box{
    background: #fff;
    text-align: left;
    padding: 20px 30px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    margin: 30px 0;
}
.testimonial-1.testimonial-box .testimonial-detail {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 20px 30px 4px 30px;
    margin: 20px -30px 0 -30px;
    position: relative;
}
.testimonial-1.testimonial-box .review li {
    display: inline-block;
    color: #ffc000;
}
.testimonial-1.testimonial-box .testimonial-text{
    padding: 0;
}
.testimonial-1.testimonial-box .testimonial-text p {
    font-size: 16px;
    line-height: 28px;
}
.testimonial-1.testimonial-box .review {
    top: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 30px;
}
.testimonial-1.testimonial-box .testimonial-name {
    font-size: 22px;
    color: #000!important;
    margin-bottom: 5px;
}
/* Hex box */
.hex-box .hex {
    fill: transparent;
    stroke: var(--color-primary);
    stroke-width: 3;
}
.hex-box .icon-box{
    position: relative;
}
.hex-box .icon-box i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    height: 70px;
}

.btn.youtube.outline {
    color: #CE201F;
}
.h100{
    height:100%;
}
/* homedemo */
.header-nav .nav>li.homedemo{
    
}
.header-nav .nav>li.homedemo .mega-menu{
    display:flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    border-radius:0;
}
.header-nav .nav > li.homedemo .mega-menu > li{
    flex: 0 0 25%;
    max-width: 25%;
}

.header-nav .nav > li.homedemo .mega-menu > li:after{
    content:none;
}
.header-nav .nav > li.homedemo .mega-menu > li > a {
    border:0;
    padding-bottom: 0;
}
.header-nav .nav > li.homedemo .mega-menu > li > a img{
    box-shadow: 0 10px 20px rgba(0,0,0,.17);
    margin-bottom: 15px;
    transition:all 0.5s;
    width: 100%;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.header-nav .nav > li.homedemo .mega-menu > li:hover > a img{
    transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    -o-transform:translateY(-10px);
}
.header-nav .nav > li.homedemo .mega-menu > li > a span{
    display: block;
    text-transform: capitalize;
    font-size: 16px;
}

.header-nav .nav > li.homedemo .mega-menu > li:nth-child(2n){
    background: rgba(0,0,0,0.04);
}
.header-nav .dlab-social-icon{
    display:none;
}
/* Responsive Css */
@media only screen and (max-width: 1200px){
    .header-curve.ext-header .logo-header:before {
        right: -50px;
    }
    .header-curve.ext-header .service-list ul li i {
        left: 7px;
        font-size: 30px;
        line-height: 38px;
    }
    .header-curve.ext-header .service-list ul li {
        padding: 0 0 0 45px;
        margin-left: 10px;
    }
    .header-curve.ext-header .service-list ul li .title {
        font-size: 16px;
    }
    .header-curve.ext-header .extra-nav:before {
        left: -5px;
    }
    .header-curve.ext-header .extra-nav .extra-cell {
        float: right;
    }
    .service-box-4 .service-images img {
        width: 100%;
    }
    .request-form .request-form-header {
        padding: 20px 30px 20px 80px;
    }
    .request-form .request-form-header h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .request-form .request-form-header i {
        font-size: 36px;
    }
    .request-form {
        margin-top: -174px;
    }
    .list-check.list-2.rounded.border[class*="list-"] li {
        padding: 10px 20px 10px 45px;
    }
}
@media only screen and (max-width: 991px){
    .header-curve.ext-header .extra-nav:after,
    .header-curve.ext-header .extra-nav:before {
        content:none;
    }
    .header-sidenav .header-nav.full-sidenav .nav > li > a{
        padding: 8px 0;
        border: 0;
    }
    .header-sidenav .header-nav.full-sidenav .logo-header a{
        text-align:left;
    }
    .header-sidenav .header-nav.full-sidenav .logo-header{
        padding: 30px 40px 30px 28px;
    }
    .header-sidenav .social-menu {
        padding: 10px 30px 20px 30px;
    }
    .header-nav .dlab-social-icon.ind-social ul{
        margin-bottom:5px;
    }
    .header-nav .dlab-social-icon.ind-social li a{
        color:#111;
    }
    .header-nav .dlab-social-icon.ind-social p{
        color:#111;
    }
    .header-nav .dlab-social-icon{
        display:block;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 15px;        
    }
    .header-nav .dlab-social-icon li {
        color: #000;
        font-size: 16px;
    }
    .header-nav .dlab-social-icon li a{
        
    }
    .ft-contact .ft-contact-bx {
        padding: 20px 20px 20px 75px;
    }
    .ft-contact .ft-contact-bx img {
        width: 35px;
        height: 35px;
        left: 25px;
    }
    .ft-contact .ft-contact-bx p {
        line-height: 26px;
        font-size: 14px;
    }
    .ft-contact .ft-contact-bx .title {
        margin: 0 0 5px 0;
        font-size: 18px;
        line-height: 24px;
    }
    .about-year span {
        font-size: 70px;
        width: 110px;
        height: 120px;
    }
    .section-head.style2 .title {
        font-size: 30px;
    }
    .about-year {
        margin-bottom: 15px;
    }
    
    
    .latest-project-info {
        padding: 50px;
    }
    .social-curve:before {
        left: -40%;
    }
    .header-curve.ext-header .extra-nav:after {
        right: -100px;
    }
    .header-curve.ext-header .extra-nav {
        width: 30%;
    }
    .header-curve.ext-header .navbar-toggler{
        z-index: 99;
        position: relative;
    }
    .header-transparent.box-header .navbar-toggler span {
        background-color: #000;
    }
    .header-transparent.box-header .navbar-toggler {
        margin: 26px 0 18px 35px;
    }
    .box-header .header-nav .nav > li > a {
        font-family: Roboto;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .request-form {
        margin-top: 0;
    }
    .latest-project-info.style1 {
        padding: 50px 50px 0px;
    }
    .header-nav .nav > li.homedemo .mega-menu {
        margin:0;
        padding:10px 0;
    }
    .header-nav .nav > li.homedemo .mega-menu > li > a {
        display: block;
        padding: 5px 0 5px 15px;
        position: relative;
    }
    .header-nav .nav > li.homedemo .mega-menu > li > a:after{
        content: "\f105";
        font-family: FontAwesome;
        width: auto;
        height: auto;
        background: transparent;
        top: 3px;
        color: #000;
        font-size: 18px;
        position: absolute;
        left: 0;
        font-weight: 700;
    }
    .header-nav .nav > li.homedemo .mega-menu > li > a img,
    .header-nav .nav>li.homedemo .mega-menu{
        display:none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .header-nav .nav>li.homedemo.open .mega-menu {
        display: block;
    }
    .header-nav .nav > li.homedemo .mega-menu > li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-nav .nav > li.homedemo .mega-menu > li > a span {
        display: block;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        color: #505050;
    }
    .header-nav .nav > li.homedemo .mega-menu > li:nth-child(2n) {
        background: transparent;
    }
}

@media only screen and (max-width: 767px){
    .header-sidenav .menu-icon-in span{
        height: 2px;
    }
    .header-sidenav .menu-icon-in {
        width: 20px;
        height: 16px;
    }
    .header-sidenav .menu-icon {
        width: 50px;
        height: 50px;
    }
    .contact-no-area .title {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .counter-style-5 {
        padding: 30px 15px;
    }
    .counter-style-5 .counter {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 5px;
    }
    .counter-staus-box .section-head .title {
        font-size: 36px;
        line-height: 46px;
    }
    .counter-style-5 p {
        font-size: 14px;
    }
    .counter-style-5 .icon-xl i {
        font-size: 50px;
        line-height: 50px;
    }
    .counter-staus-box .play-btn {
        margin-bottom: 20px;
    }
    .service-media-bx .dlab-info {
        padding: 25px 0 10px 0;
    }
    .service-media-bx {
        padding: 15px;
    }
    .ft-contact .ft-contact-bx:after {
        content: unset;
    }
    .ft-contact .ft-contact-bx {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 25px 20px 5px 75px;
    }
    .ft-contact {
        padding-bottom: 20px;
    }
    
    .project-carousel-1 .owl-nav {
        right: 0px;
        bottom: 10px;
    }
    
    .project-carousel-1 .owl-next, 
    .project-carousel-1 .owl-prev {
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0 10px;
    }
    .social-curve:before {
        left: -30%;
    }
    .header-curve.ext-header .extra-nav {
        width: 35%;
        padding: 11px 0;
    }
    .section-head.style1 .title {
        font-size: 36px;
        line-height: 46px;
    }
    .header-transparent.box-header .is-fixed .navbar-toggler ,
    .header-transparent.box-header .navbar-toggler {
        margin: 17px 0 15px 20px;
    }
    .box-header .is-fixed .extra-nav .site-button ,
    .box-header .extra-nav .site-button {
        height: 50px;
    }
    .box-header.site-header .extra-nav, 
    .box-header.site-header .is-fixed .extra-nav {
        padding: 0;
    }
    .dlab-services-box {
        padding: 30px;
    }
    .service-year {
        font-size: 100px;
        line-height: 120px;
    }
    .latest-project-info.style1 {
        padding: 30px 30px 0px;
    }
    .list-check.list-2.rounded.border[class*="list-"] li {
        width: 100%;
    }
}

@media only screen and (max-width: 591px){
    .site-filters .button-sm {
        font-size: 12px;
        padding: 5px 15px;
    }
    .contact-no-area .title {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .contact-no .no {
        font-size: 20px;
        line-height: 30px;
    }
    .contact-no .contact-right .site-button {
        padding: 12px 24px;
        font-size: 12px;
    }
    .contact-no .contact-left {
        padding-right: 15px;
    }
    .contact-no .contact-right {
        padding-left: 15px;
    }
    .counter-staus-box .section-head .title {
        font-size: 28px;
        line-height: 40px;
    }
    .service-media-bx .dlab-title {
        font-size: 20px;
        line-height: 30px;
    }
    .service-media-bx .dlab-info {
        padding: 25px 0 15px 0;
    }
    .service-media-bx {
        padding: 10px;
    }
    .ft-contact {
        margin: 0 0;
    }
    .service-box.style1 {
        padding: 30px;
        margin: 10px 20px 25px;
    }
    .service-box.style1 .title {
        font-size: 18px;
        line-height: 28px;
    }

    .service-box.style4 {
        padding: 30px;
    }
    .row.sp15, .sp15{
        margin-left: 0;
        margin-right: 0;
    }
    .latest-project-info {
        padding: 30px;
    }
    .latest-project-info h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .social-curve {
        padding: 15px 0px;
    }
    .social-curve:before {
        left: -10%;
    }
    .social-curve .social-icon .title{
        font-size: 16px;
    }
    .social-curve .social-icon li a {
        font-size: 16px;
        padding: 2px;
    }
    .header-curve.ext-header .extra-nav,
    .box-header .extra-nav .site-button {
        display: none;
    }
    .header-curve.ext-header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-head.style1 .title {
        font-size: 30px;
        line-height: 40px;
    }
    .section-head.style1  p {
        font-size: 14px;
    }
    .box-header.header-transparent .main-bar {
        padding: 0 15px;
    }
    .request-form .form-group {
        margin-bottom: 15px;
    }
    
}


/* dlab team 4 */
.dlab-team4{ 
    text-align: center; 
}
.dlab-team4 .dlab-media{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.dlab-team4 .dlab-media:before,
.dlab-team4 .dlab-media:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 13px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
}
.dlab-team4 .dlab-media:after{
    border-color: var(--color-primary) #e6e5e5 #e6e5e5 var(--color-primary);
    z-index: 1;
    transform: rotate(-10deg);
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}
.dlab-team4:hover .dlab-media:after{ 
    transform: rotate(350deg); 
}
.dlab-team4 img{
    width: 100%;
    height: auto;
}
.dlab-team4 .dlab-title{
    font-size: 20px;
    font-weight: bold;
    color: #222;
    padding-bottom: 15px;
    margin: 15px 0 10px 0;
    position: relative;
}
.dlab-team4 .dlab-title:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #222;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.dlab-team4 .dlab-position{
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #777;
    margin-bottom: 10px;
}
.dlab-team4 .dlab-social-icon li a.site-button.gray-light.
.dlab-team5 .dlab-social-icon li a{
    background-color: #e0e0e0;
    color: #999;
    line-height: 30px;
    margin: 0 1px;
}
.dlab-team4 .dlab-social-icon li a.site-button:hover,
.dlab-team5 .dlab-social-icon li a.site-button:hover{
    background: var(--color-primary);
    color: #fff;
}


/* dlab team 5 */
.dlab-team5{
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.dlab-team5 .dlab-border-left:after,
.dlab-team5 .dlab-border-left:before,
.dlab-team5 .dlab-border-right:before,
.dlab-team5 .dlab-border-right:after{
    content: "";
    width: 50px;
    height: 50px;
    background: var(--color-primary);
    position: absolute;
    z-index: -1;
}
.dlab-team5 .dlab-border-left:after{
    left: 0;
    top: 0px;
}
.dlab-team5 .dlab-border-left:before{
    bottom: 0px;
    left: 0;
}
.dlab-team5 .dlab-border-right:before{
    right: 0;
    bottom: 0px;
}
.dlab-team5 .dlab-border-right:after{
    top: 0px;
    right: 0;
}
.dlab-team5 .dlab-media{
    margin: 5px;
    position: relative;
    border: 3px solid #fff;
    transition: all 0.5s ease 0s;
}
.dlab-team5:hover .dlab-media{
    border-color: #33343e;
}
.dlab-team5 .dlab-media:after{
    content: "";
    width: 100%;
    height: 0;
    background: #33343e;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.dlab-team5:hover .dlab-media:after{
    height: 100%;
    opacity: 0.85;
}
.dlab-team5 img{
    width: 100%;
    height: auto;
}
.dlab-team5 .dlab-info{
    width: 100%;
    position: absolute;
    top: -50%;
    left: 0;
    transition: all 0.5s ease 0.2s;
}
.dlab-team5:hover .dlab-info {
    top: 50%;
    transform: translateY(-50%);
}
.dlab-team5 .dlab-title a{
    color: #fff;
}
.dlab-team5 .dlab-title{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.dlab-team5 .dlab-position{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}

/* dlab team 6 */
.dlab-team6{
    background: #000;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}
.dlab-team6 img{
    width: 100%;
    height: auto;
    transition: all 0.55s ease 0s;
}
.dlab-team6:hover img{ 
    opacity: 0.5; 
}
.dlab-team6 .dlab-info{
    padding: 5px 10px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 0 0;
    transition: all 0.55s ease 0s;
}
.dlab-team6:hover .dlab-info{ 
    opacity: 1; 
}
.dlab-team6 .dlab-info:before,
.dlab-team6 .dlab-info:after{
    content: "";
    width: 400px;
    height: 2px;
    background: var(--color-primary);
    position: absolute;
    top: 0;
    left: 10px;
    transform: translateX(100%);
    transition: all 0.55s ease 0s;
}
.dlab-team6 .dlab-info:after{
    top: auto;
    left: auto;
    bottom: 0;
    right: 10px;
    transform: translateX(-100%);
}
.dlab-team6:hover .dlab-info:before,
.dlab-team6:hover .dlab-info:after{
    transform: translate(0, 0);
    transition-delay: 0.15s;
}
.dlab-team6 .dlab-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px;
    line-height: 26px;
}
.dlab-team6 .dlab-title:before,
.dlab-team6 .dlab-title:after{
    content: "";
    width: 2px;
    height: 300px;
    background: var(--color-primary);
    position: absolute;
    top: 10px;
    right: 0;
    transform: translateY(100%);
    transition: all 0.55s ease 0s;
}
.dlab-team6 .dlab-title:after{
    top: auto;
    right: auto;
    bottom: 10px;
    left: 0;
    transform: translateY(-100%);
}
.dlab-team6:hover .dlab-title:before,
.dlab-team6:hover .dlab-title:after{
    transform: translate(0, 0);
}
.dlab-team6 .dlab-position{
    display: block;
    padding: 5px 10px;
    background: var(--color-primary);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize;
}

/* Owl team */
.team-carousel .owl-item.active.center .dlab-team7 {
    background-color: #fff;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
    transition: all 0.5s;
    transform: scale(1.05);
}
.dlab-team7 {
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    margin: 30px 0;
    transition: all 0.5s;
}
.dlab-team7 .dlab-media {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}
.dlab-team7 .dlab-title {
    line-height: 24px;
    margin-bottom: 5px;
}
.dlab-team7 .dlab-position {
    display: block;
    margin-bottom: 10px;
}

/* dlab team 8 */
.dlab-team8 .dlab-title {
    margin-bottom: 5px;
    margin-top: 15px;
}
.dlab-team8 .dlab-info{
    text-align: center;
}
.dlab-team8 .dlab-media{
    position: relative;
}
.dlab-team8:hover .dlab-media .dlab-social-icon {
    opacity: 1;
    transition: all 0.5s;
}
.dlab-team8 .dlab-media .dlab-social-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    margin: 0;
    opacity: 1;
    transition: all 0.5s;
}
.dlab-team8 .dlab-media .dlab-social-icon li{
    width: 50%;
    position: relative;
}
.dlab-team8 .dlab-media .dlab-social-icon li a {
    border-radius: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    padding: 30px;
    position: relative;
    transition: all 0.5s;
}
.dlab-team8 .dlab-media .dlab-social-icon li a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dlab-team8 .dlab-media .dlab-social-icon li:nth-child(1) a {
    top: -100%;
}
.dlab-team8:hover .dlab-media .dlab-social-icon li:nth-child(1) a{
    top: 0;
    transition: all 0.5s;
}
.dlab-team8 .dlab-media .dlab-social-icon li:nth-child(4) a{
    bottom: -100%;
}
.dlab-team8:hover .dlab-media .dlab-social-icon li:nth-child(4) a{
    bottom: 0;
    transition: all 0.5s;
}
.dlab-team8 .dlab-media .dlab-social-icon li:nth-child(2) a{
    right: -100%;
}
.dlab-team8:hover .dlab-media .dlab-social-icon li:nth-child(2) a{
    right: 0;
    transition: all 0.5s;
}
.dlab-team8 .dlab-media .dlab-social-icon li:nth-child(3) a{
    left: -100%;
}
.dlab-team8:hover .dlab-media .dlab-social-icon li:nth-child(3) a{
    left: 0;
    transition: all 0.5s;
}

/* dlab team 9 */
.dlab-team9 .dlab-title a{
    color: #fff;
    display:block;
    padding:25px 10px;
}
.dlab-team9 .dlab-media.dlab-media-right .dlab-info-has {
    background-color: var(--color-primary);
    border-radius: 20px 0 0 20px;
    top: 50px;
    transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -moz-transition:all 0.8s;
    -o-transition:all 0.8s; 
}
.dlab-team9 .dlab-social-icon li a{
    vertical-align: middle;
    padding: 7px 5px;
    height: auto;
    width: auto;
    font-size: 16px;
}
.dlab-team9 .dlab-info {
    position: unset;
}
.dlab-team9 .dlab-title {
    background-color: var(--color-primary);
    font-weight: 500;
    bottom: 0;
    position: absolute;
    color: #fff;
    display: block;
    left:0;
    font-size: 14px;
    letter-spacing: 3px;
    height: 100%;
    transition: all 0.8s;
    writing-mode: tb-rl;
    top: 0;
    margin: 0;
    transform-origin: left;
    text-align: right;
    line-height: 24px;
    text-transform: uppercase;
    opacity: 0.8;
    -ms-opacity: 0.8;
}

/* testimonial 11 */
.testimonial-11 {
    display: flex;
    align-items: center;
    padding: 0 100px 30px;
}
.testimonial-11 .testimonial-pic {
    width: 250px;
    height: auto;
    border: 0;
    min-width: 250px;
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.testimonial-11 .testimonial-text {
    padding: 0 0 15px;
}
.testimonial-11 .testimonial-name {
    font-size: 20px;
    line-height: 30px;
}
.testimonial-11 .testimonial-text p {
    line-height: 32px;
    font-size: 18px;
    font-style: italic;
}
.owl-btn-white .owl-nav .owl-prev, 
.owl-btn-white .owl-nav .owl-next {
    color: #fff;
    opacity: 0.8;
}

/* Testimonial 10 */
.testimonial-9 .testimonial-text,
.testimonial-10 .testimonial-text{
    margin-bottom: 10px;
}
.testimonial-9 .testimonial-text p,
.testimonial-10 .testimonial-text p{
    font-size: 16px;
}
.testimonial-9 .testimonial-name,
.testimonial-10 .testimonial-name{
    font-size: 18px;
    text-transform: capitalize;
}
.testimonial-9 .testimonial-position ,
.testimonial-10 .testimonial-position {
    text-transform: capitalize;
    font-size: 14px;
    color: var(--color-primary);
}

/* Testimonial 11 Box */
.testimonial-11.testimonial-box {
    background-color: #fff;
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.1);
    margin: 30px 100px;
    padding: 40px;
}
.testimonial-11.testimonial-box .testimonial-pic{
    border-radius: 0;
}
.testimonial-11.testimonial-box .quote-left:before, 
.testimonial-11.testimonial-box .quote-right:after {
    font-size: 50px;
    color: rgba(0,0,0,0.1);
}
.testimonial-11.testimonial-box .testimonial-detail {
    padding: 50px 85px;
}
.testimonial-11.testimonial-box .quote-left:before {
    left: 20px;
    top: 0;
}
.testimonial-11.testimonial-box .quote-right:after {
    top: auto;
    right: 50px;
    bottom: 50px;
}
.testimonial-11.testimonial-box .testimonial-text p {
    line-height: 28px;
    font-size: 16px;
}
.owl-btn-2.radius-no .owl-nav .owl-prev,
.owl-btn-2.radius-no .owl-nav .owl-next{
    border-radius: 0;
}
.owl-btn-2.owl-btn-md .owl-nav .owl-prev,
.owl-btn-2.owl-btn-md .owl-nav .owl-next{
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
}
.testimonial-box-carousel .owl-nav .owl-prev{
    left: 140px;
}
.testimonial-box-carousel .owl-nav .owl-next{
    right: 140px;
}

/* Testimonial 12 */
.testimonial-12{
    display: flex;
}
.testimonial-12 .testimonial-pic {
    padding: 0;
    width: 200px;
    min-width: 200px;
    height: 200px;
    border: 0;
    margin: 30px -80px 30px 0;
}
.testimonial-12 .testimonial-text {
    padding: 0;
}
.testimonial-12 .testimonial-detail{
    background-color: var(--color-primary);
    padding: 50px 30px 50px 110px;
}
.testimonial-12 h4.testimonial-name {
    font-size: 22px;
}
.testimonial-12 .testimonial-position {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.testimonial-num-count{
    width: 750px;
    margin: auto;
}

/* owl num count */
.owl-num-count .owl-dots{
    text-align: right;
    counter-reset:li;
}
.owl-num-count .owl-dots{
    text-align: right;
    counter-reset: li;
    justify-content: flex-end;
    display: flex;
}
.owl-num-count .owl-dots .owl-dot{
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    font-size: 18px;
}
.owl-num-count .owl-dots .owl-dot span {
    margin: 0;
    width: 0;
    border-radius: 0;
    height: 2px;
    transition: all 0.5s;
    margin-left: 5px;
}
.owl-num-count .owl-dots .owl-dot.active:before{
    color: #000;
}
.owl-num-count .owl-dots .active.owl-dot span{
    width: 40px;
    background-color: #000;
}
.owl-num-count .owl-dots .owl-dot:before{
    content: counter(li,decimal);
    counter-increment: li;
    font-weight: 500;
    color: #a0a0a0;
}

/* Testimonial 13 */
.testimonial-13{
    border: 1px solid rgba(0,0,0,0.09);
    box-shadow: 5px 25px 35px -35px #736d6d;
    margin: 40px 15px 20px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.5s;
}
.testimonial-13 .testimonial-detail{
    padding: 25px 0 20px 20px;
    border-top: 1px solid rgba(0,0,0,0.09);
}
.testimonial-13 .testimonial-pic{
    width: 70px;
    height: 70px;
    border: 0;
    float: left;
    margin-right: 15px;
}
.testimonial-13 .testimonial-text {
    padding: 85px 25px 25px;
}
.testimonial-13 .quote-left:before{
    font-size: 50px;
    color: var(--color-primary);
    top: -75px;
}
.testimonial-13-area.owl-theme .owl-dots{
    margin-top: 0;
}
.owl-item.active.center .testimonial-13 .testimonial-text{
    background-color: transparent;
    color: #6f6f6f;
}
.owl-item.active.center .testimonial-13 {
    margin-top: 0;
    transition: all 0.5s;
}

/* Testimonial 14 */
.testimonial-14{
    border: 10px solid;
    padding: 40px 0 25px 0;
    margin: 30px 30px 10px;
    text-align: center;
    position: relative;
}
.testimonial-14 .testimonial-detail{
    padding: 7px 0;
    margin: 0 -30px 20px;
    border: 7px solid #fff;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.testimonial-14 .testimonial-detail:before {
    content: "";
    border-top: 15px solid;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}
.testimonial-14 .testimonial-detail:after {
    content: "";
    border-top: 15px solid;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial-14.quote-left:before {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin: 0 auto;
    font-size: 70px;
    font-weight: 900;
    color: var(--color-primary);
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.bg-gray .testimonial-14.quote-left:before{
    background:#F7F9FB;
}
.testimonial-14 .testimonial-detail{
    border-color:#F7F9FB;
}
/* testimonial 15 */
.testimonial-15 {
    margin: 0;
    position: relative;
    padding: 30px 30px;
    background: #fff;
    border-radius: 4px;
}
.testimonial-15 .testimonial-pic{
    width: 70px;
    height: 70px;
    border: 3px solid var(--color-primary);
    float: left;
    margin-right: 15px;
}
.testimonial-15 .testimonial-text {
    padding: 0;
    margin-bottom: 10px;
}
.testimonial-15 .testimonial-text p{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
}
.testimonial-15 .testimonial-name {
    margin-top: 10px;
}
.testimonial-15 .testimonial-detail {
    padding: 0;
}
.testimonial-15.quote-right:after{
    bottom: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    background: var(--color-primary);
    border-radius: 20px 0px 4px 0px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    top: auto;
}
.testimonial-15 .testimonial-position{
    color: var(--color-primary);
}

/* Call To Action */
.call-action.style2 h2.title {
    font-size: 36px;
    line-height: 46px;
    font-family: poppins;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.call-action.style2{
    padding: 0;
}
.call-action.style2 h3 {
    font-size: 26px;
    font-weight: 600;
    font-family: poppins;
    line-height: 36px;
    margin-bottom: 15px;
}
.call-action.style2 i.call-icon{
    font-size: 100px;
    margin-bottom: 50px;
    position: relative;
}
.call-action.style2 i.call-icon:after {
    content: "\f10b";
    font-size: 45%;
    color: var(--color-primary);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Service box 5 */
.service-box-5 .dlab-info {
    margin-top: 20px;
}
.service-box-5 .icon-bx{
    float: left;
    margin-right: 20px;
}
.service-box-5 .dlab-info .title {
    font-size: 20px;
    margin-bottom: 5px;
}
.service-box-5 .dlab-info p {
    line-height: 26px;
}

/* Site Footer Style 2 */
.site-footer.style2 .footer-top{
    background-color: #fff;
    position:relative;
}
.site-footer.style2 .recent-posts-entry .widget-post {
    border-bottom: 1px solid rgba(0,0,0,0.09);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.site-footer.style2 .recent-posts-entry .post-title {
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
}
.site-footer.style2 .recent-posts-entry .post-title a,
.site-footer.style2 .recent-posts-entry .post-date strong,
.site-footer.style2 .footer-title,
.site-footer.style2 .widget .list-2 li a,
.site-footer.style2 .widget_getintuch li{
    color: #000;
}
.site-footer.style2 .container-fluid{
    padding-left: 50px;
    padding-right: 50px;
}
.site-footer.style2 .subscribe-form input {
    border: 1px solid rgba(0,0,0,0.1);
    margin-right: 0;
}
.site-footer.style2 .subscribe-form .input-group-btn{
    padding-left: 0;
}
.site-footer.style2 .widget {
    padding: 0 5px;
    z-index: 1;
    position: relative;
}
.site-footer.style2 .footer-top:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 33.33%;
    background-color: #f1f1f1;
    z-index: 0;
}
.site-footer.style2 .widget .list-2 li {
    padding: 8px 8px 8px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.site-footer.style2 .widget p{
    font-size: 16px;
    line-height: 28px;
    color: #747477;
}
.site-footer.style2 .widget.widget_about{
    padding: 0 50px 0 5px;
}
.site-footer.style2 .widget.widget_getintuch li i{
    color: var(--color-primary);
    top: 0px;
}
.site-footer.style2 .footer-logo{
    margin-bottom: 30px;
    width: 200px;
}
.site-footer.style2 .widget.widget_getintuch{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 20px 0 0;
    margin-top: 20px;
}
.site-footer.style2 .widget.widget_getintuch li {
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    color: #747477;
}
.site-footer.style2 .site-button-link i {
    margin-left: 0;
}


@media only screen and (max-width: 1024px){
    .site-footer.style2 .footer-top {
        padding: 60px 0 0px;
    }
    .site-footer.style2 .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-footer.style2 .widget.widget_about {
        padding: 0 5px;
    }
    .testimonial-box-carousel .owl-nav .owl-next {
        right: 60px;
    }
    .testimonial-box-carousel .owl-nav .owl-prev {
        left: 60px;
    }
    .testimonial-11.testimonial-box {
        padding: 30px;
    }
    .testimonial-11.testimonial-box .quote-left:before, 
    .testimonial-11.testimonial-box .quote-right:after {
        font-size: 36px;
    }
    .testimonial-11.testimonial-box .testimonial-detail {
        padding: 50px;
    }
    .testimonial-11 .testimonial-pic {
        margin-right: 15px;
    }
    .testimonial-num-count {
        width: 100%;
        padding: 0 50px;
    }
    .header-nav .nav > li .sub-menu.right{
        right: 0;
        left: auto;
    }
    .dlab-quik-search span {
        right: 30px;
    }
    .dlab-quik-search.On form {
        max-width: 100%;
        padding: 0 30px;
    }
    .box-header .extra-nav .site-button {
        height: 70px;
    }
}
@media only screen and (max-width: 991px){
    .site-footer.style2 .footer-top:after{
        content: unset;
    }
    .testimonial-11 {
        padding: 0 60px 30px;
    }
    .testimonial-11 .testimonial-text p {
        line-height: 30px;
        font-size: 16px;
    }
    .testimonial-11 .testimonial-pic {
        width: 150px;
        min-width: 150px;
        margin-right: 20px;
    }
    .testimonial-11.testimonial-box {
        margin: 20px 40px;
    }
    .testimonial-box-carousel .owl-nav .owl-next {
        right: 0;
    }
    .testimonial-box-carousel .owl-nav .owl-prev {
        left: 0;
    }
    .testimonial-12 .testimonial-pic {
        width: 150px;
        min-width: 150px;
        height: 150px;
        margin: 25px -80px 25px 0;
    }
    .testimonial-12 .testimonial-detail {
        padding: 25px 25px 25px 100px;
    }
    .dlab-team4 {
        padding: 0 50px;
    }
    .dlab-team6 .dlab-position {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .dlab-team6 .dlab-title {
        font-size: 16px;
        line-height: 22px;
    }
    .header-nav .nav > li:focus > a,
    .header-nav .nav > li:active > a,
    .header-nav .nav > li:hover > a{
        color: #313444!important;
    }
    .site-footer.footer-full .p-tb60{
        padding-bottom: 30px;
    }
    .footer-box .title, .header-box .title {
        font-size: 30px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        line-height: 40px;
    }
    
}
@media only screen and (max-width: 767px){
    .site-footer.style2 .widget {
        margin-bottom: 30px;
    }
    .site-footer.style2 .footer-top {
        padding: 40px 0 0px;
    }
    .site-footer.style2 .widget.widget_about {
        margin-bottom: 40px;
    }
    .site-footer.style2 .widget .subscribe-form{
        margin-top: 15px;
    }
    .testimonial-11 .testimonial-pic {
        width: 100px;
        min-width: 100px;
        margin-right: 15px;
    }
    .testimonial-11 .testimonial-text p ,
    .testimonial-11.testimonial-box .testimonial-text p,
    .testimonial-15 .testimonial-text p {
        line-height: 26px;
        font-size: 14px;
    }
    .testimonial-11 {
        padding: 0 50px 10px;
    }
    .testimonial-11 .testimonial-name {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    .testimonial-11.testimonial-box .quote-left:before, 
    .testimonial-11.testimonial-box .quote-right:after {
        font-size: 30px;
    }
    .testimonial-11.testimonial-box .quote-left:before {
        left: 0;
    }
    .testimonial-11.testimonial-box .quote-right:after {
        right: 0;
    }
    .testimonial-11.testimonial-box .testimonial-detail {
        padding: 45px 10px 0 0;
    }
    .testimonial-11.testimonial-box {
        padding: 20px;
    }
    .testimonial-11.testimonial-box {
        margin: 15px 25px;
    }
    .owl-btn-2.owl-btn-md .owl-nav .owl-prev, .owl-btn-2.owl-btn-md .owl-nav .owl-next {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 20px;
    }
    .testimonial-box-carousel .owl-nav .owl-next {
        right: -10px;
    }
    .testimonial-box-carousel .owl-nav .owl-prev {
        left: -10px;
    }
    .testimonial-12 .testimonial-detail {
        padding: 70px 30px 30px;
        text-align: center;
    }
    .testimonial-12{
        display: block;
    }
    .testimonial-12 .testimonial-pic {
        width: 100px;
        min-width: 100px;
        height: 100px;
        margin: 0 auto -50px;
        display: block;
    }
    .dlab-team7 .dlab-title {
        line-height: 24px;
        font-size: 18px;
    }
    .dlab-team4 {
        padding: 0 10px;
    }
    .box-header .extra-nav .site-button {
        height: 50px;
    }
    .banner-form .bootstrap-select.btn-group .dropdown-toggle .caret {
        top: 19px;
    }
    .course-banner .title {
        font-size: 36px;
        line-height: 46px;
    }
    .call-action.style2 i.call-icon {
        font-size: 70px;
        margin-bottom: 20px;
    }
    .call-action.style2 h2.title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .call-action.style2 h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .contact-action {
        padding: 50px 0 20px;
    }
    .contact-action.style2{
        padding-bottom: 50px;
    }
    .footer-box .title, .header-box .title {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 591px){
    .site-footer.style2 .recent-posts-entry .post-title {
        line-height: 28px;
        font-size: 16px;
    }
    .site-footer.style2 .recent-posts-entry .widget-post {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .site-footer.style2 .widget .list-2 li {
        padding: 5px 5px 5px 20px;
        font-size: 14px;
    }
    .site-footer.style2 .footer-logo {
        margin-bottom: 20px;
        width: 180px;
    }
    .testimonial-11 {
        display: block;
    }
    .testimonial-num-count {
        padding: 0;
    }
    .testimonial-14 .testimonial-detail {
        margin: 0 -30px 0;
    }
    .testimonial-14 .testimonial-text {
        padding: 15px 15px 0;
    }
    .dlab-team4 {
        padding: 0 30px;
    }
    .service-box-2 .dlab-info {
        padding: 20px 10px 10px;
    }
    .contact-action{
        padding: 30px 0 0;
    }
    .testimonial-10 .testimonial-pic{
        position: relative;
    }
    .testimonial-10 {
        padding-left: 0;
        text-align: center;
    }
    .site-footer .widget .m-b30{
        margin-bottom: 15px;
    }
    .banner-form .bootstrap-select .dropdown-toggle, 
    .banner-form .form-control, .banner-form .site-button {
        height: 45px;
        font-size: 15px;
    }
    .banner-form .bootstrap-select.btn-group .dropdown-toggle .caret {
        top: 17px;
    }
    .course-banner .title {
        font-size: 26px;
        line-height: 36px;
    }
    .site-footer.footer-full .p-tb60 {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .testimonial-11 {
        padding: 0 10px 10px;
        text-align: center;
    }
    .testimonial-11-area .owl-nav{
        display: none;
    }
    .contact-action.style2 {
        padding-bottom: 30px;
    }
    .pricingtable-style2-area{
        margin-top: 0;
    }
    .content-inner {
        padding-bottom: 0;
        padding-top: 30px;
    }
    .counter-style-5 p {
        font-size: 12px;
    }
    .counter-style-5 {
        padding: 30px 10px;
    }
    .footer-box .title, .header-box .title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 34px;
    }
    .footer-box, .header-box {
        padding: 20px 20px 0 20px;
    }
}

/* New Css Update */
.dlab-social-icon.border, 
.dlab-tabs.bg-tabs.vertical.border, 
.dlab-tabs.bg-tabs.vertical.right.border, 
.dlab-tabs.border, 
.dlab-tabs.border-tp.border.bg-tabs, 
.dlab-tabs.border.bg-tabs, 
.dlab-tabs.vertical.border, 
.dlab-tabs.vertical.right.border ,
.dlab-tabs.border-top{ 
    border: 0!important;
}
.portfolio-ic .check-km i.icon-bx-xs{
    color: #000!important;
}
.portfolio-ic .check-km i.icon-bx-xs:hover{ 
    background: transparent!important;
    border: 2px solid #fff;
    color: #fff!important;
}
.navstyle2 .header-nav .nav > li.active > a:after,
.navstyle2 .header-nav .nav > li:hover > a:after{
    background-color: transparent;
} 
.white.btnhover13:hover::after,
.white.btnhover14:hover::after,
.white.btnhover15:hover::after{
    background-color: #F4F4F4;
}
.footer-top.bg-primary .subscribe-form .form-control::placeholder{
    color: #fff;
}
[type=button]:focus{
    outline: 0;
}

@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
@media only screen and (max-width: 991px){
    .header-nav .nav > li ul, .header-nav .nav > li 
    .sub-menu, .header-nav .nav > li .mega-menu {
        background: transparent!important;
    }
    .dlab-bnr-inr-entry {
        display: table-cell;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 767px){
    .dlab-topbar-left ul li:after{
        right: 0;
    }
    .frame-sr-list-area .m-t40,
    .frame-project-area .m-t40{
        margin-top: 20px;
    }
    .gallery-bx .m-t20{
        margin-top: 10px;
    }
    .site-footer.map-footer .p-tb60{
        padding: 35px 10px;
    }
    .site-filters{
        margin-bottom: 15px;
    }
    .service-box-4-area.m-b30{
        margin-bottom: 0;
    }
    .portbox3 .portinner {
        max-width: 80%;
        width: 80%;
        min-width: 80%;
    }
    .area-frame {
        margin-bottom: 50px;
    }
    .section-content.box-sort-in.m-t80{
        margin-top: 0;
    }
    .section-content.box-sort-in.p-t50.p-t10{
        padding-top: 0;
        padding-bottom: 0;
    }
    .section-content.box-sort-in.p-tb50{
        padding-top: 0;
        padding-bottom: 0;
    }
    .pricing-table-title,
    .dlab-accordion.faq-1.m-b30{
        margin-bottom: 0;
    }
    .pricing-table-box-area .section-content.p-tb30{
        padding-top: 0;
    }
    .dz_error-405 .widget{
        margin-bottom: 10px;
    }
    .section-full.p-b80{
        padding-bottom: 50px;
    }
    .alert-box-area .dlab-divider,
    .tabs-box-area .dlab-divider,
    .team-box-area .dlab-divider{
        margin: 0;
    }
    .pricing-table-box-area .pricingtable-row.m-b30,
    .pricing-table-col-gap .pricingtable-wrapper{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 591px){
    .service-box.style3 .icon-bx-wraper{
        padding: 35px 30px;
    }
    .counter-staus-box .play-btn{
        margin-top: 0;
    }
    form .g-recaptcha{
        margin-bottom: -25px;
    }
    .shop-cart .dropdown-menu.cart-list{
        top: 50px;
    }
    .shop-account h2{
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 25px;
    }
    .blog-md.blog-post .dlab-pfost-media, 
    .blog-md.blog-post .dlab-post-info{
        margin-bottom: 0;
    }
    .pagination-bx {
        margin-bottom: 10px;
    }
    .pagination-bx.m-b30{
        margin-bottom: 30px;
    }
    .alignright,
    .alignleft{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    blockquote {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

/* ===== selection ===== */
/*::-moz-selection {
  color: #fff;
}
::selection {
    color: #fff;
}*/


/* blog-post */
.blog-post.shadow{
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.02)!important;
}
.blog-post .post-footer {
    border-top: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 0;
}
.post-footer .dlab-social-icon{
    margin: 0;
}
.post-footer .dlab-post-meta{
    margin-bottom: 0;
}

/* contact-box */
.contact-box {
    background: #fff;
    padding: 40px;
    border: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 4px;
}
.contact-box .title-box {
    margin: -40px -40px 40px -40px;
    padding: 30px 40px;
    background: var(--color-primary);
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
}
.contact-box .form-control {
    background: #f4f4fa;
    font-size: 16px;
    height: 50px;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.05);
}
.contact-box textarea.form-control {
    height: 150px;
    padding-top: 20px;
}
.contact-question {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-question li {
    position: relative;
    padding: 0 0 30px 50px;
    z-index: 1;
}
.contact-question li i {
    width: 35px;
    height: 35px;
    background: var(--color-primary);
    line-height: 37px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 5px;
}
.contact-question li .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}
.contact-question li p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
    color: #333;
    line-height: 28px;
}
.contact-question li:after {
    content: "";
    background: #000;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 17px;
    top: 6px;
    z-index: -1;
    bottom: 0;
    opacity: .2;
}
.contact-question li:last-child:after {
    display: none;
}

/* contact-style-2 */
.contact-style-2 .form-control {
    background-color: #ecf0f8;
    border: 2px solid #d3d9e6;
    height: 60px;
    border-radius: 6px;
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
}
.contact-style-2 textarea.form-control {
    height: 180px;
}

/* contact-style-3 */
.contact-style-3 .contact-info {
    position: relative;
    display: flex;
    align-items: center;
}
.contact-style-3 .contact-info:after {
    content: "";
    background-color: #353866;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.9;
}
.contact-style-3 .contact-info .contact-info-inner {
    z-index: 99;
    padding: 50px;
}
.contact-style-3 .contact-form {
    padding: 50px;
}
.contact-style-3 .contact-form-box {
    background-color: #fff;
    box-shadow: 0px 5px 30px 0 rgba(0,0,0,0.1);
    z-index: 99;
    position: relative;
}
.contact-style-3 .form-control{
    height: 50px;
    padding: 15px;
    border: 2px solid #d3e2f0;
}
.contact-style-3 .contact-form textarea{
    height: 120px!important;
}
.contact-style-3 .contact-form .section-head {
    width: 100%;
    margin-bottom: 30px;
}
/* kindergarten About */
.sr-iconbox .icon-lg img {
    height: auto;
}
.sr-iconbox .icon-lg {
    width: auto;
}
.sr-iconbox .dlab-tilte {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 30px;
}

/* kinder-head */
.kinder-head.section-head h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 5px;
}
.kinder-head.section-head p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

/* kinder-about */
.kinder-about .icon-bx-wraper p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.kinder-about .icon-bx-wraper .dlab-tilte {
    margin-top: 0;
    font-size: 30px;
    color: var(--color-primary);
    margin-bottom: 5px;
    line-height: 38px;
    font-weight: 900;
}
.kinder-about .icon-bx-wraper {
    margin-bottom: 30px;
}

/* kinder-about-content */
.kinder-about-content {
    position: relative;
    z-index: 1;
    padding: 200px 0 150px 0;
}
.kinder-about-content:after, 
.kinder-about-content:before {
    content: "";
    height: 80px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100%;
}
.kinder-about-content:before {
    background-image: url(../images/background/kindergarten/line-bg2.png);
    bottom: -1px;
    background-position: bottom;
}
.kinder-about-content:after {
    background-image: url(../images/background/kindergarten/line-bg1.png);
    top: 0;
}
.kinder-about-content .about-overlay-box {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: -1;
}

/* kinder-frame */
.kinder-frame{
    position: relative;
}
.kinder-frame:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-image: url(../images/gallery/kindergarten/image-frame.png);
    background-size: 100% 100%;
    z-index: 1;
}

/* kinder-team */
.kinder-team .overlay-bx{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kinder-team ul{
    margin-bottom:0;
    margin-top:10px;
}
.kinder-team ul li a{
    width: 26px;
    height: 26px;
    color: #fff;
    display: block;
    border-radius: 30px;
    font-size: 12px;
    line-height: 26px;
    background: var(--color-primary);
}
.kinder-team ul li a:hover{
    background: var(--color-primary);
}
.kinder-team .dlab-thum:after{
    background-color:rgba(255,255,255,0);
    content:"";
    z-index:1;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s; 
}
.kinder-team:hover .dlab-thum:after{
    background-color:rgba(255,255,255,0.9);
}
.kinder-team .team-title{
    text-transform: uppercase;
    margin-bottom: 2px;
    color: #000;
}
.kinder-team .team-info{
    font-size:13px;
}
.kinder-team img {
    -webkit-mask-image: url(../images/our-team/kindergarten/team-bg1.png);
    mask-image: url(../images/our-team/kindergarten/team-bg1.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
.kinder-team .overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

/* Client Box */
.client-carousel{
    padding:0 100px;
}
.client-box{
    background-color: var(--color-primary);
    border-radius: 30px;
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    margin: 15px 15px;
    position:relative;
    z-index:1;
}
.client-box:after{
    background-color: var(--color-primary);
    border-radius: 30px;
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px;
    z-index: -2;
    top: -15px;
}
.client-box:before{
    background-color: var(--color-primary);
    border-radius: 30px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left:0;
    top:0;
    border: 2px dashed #fff;
}
.client-box .testimonial-pic{
    border:0;
    margin-bottom:10px;
}
.client-box .testimonial-detail {
    padding: 5px;
    text-align: center;
    max-width: 200px;
    width: 200px;
    min-width: 200px;
    color:#fff; 
}
.client-box .testimonial-name{
    color:#fff;
}
.client-box .testimonial-text{
    padding-left:80px;
}
.client-box .testimonial-text p{
    color:#fff;
    font-size:18px;
    font-weight:400;
    line-height:32px;
}
.client-box .testimonial-text:after{
    content: "\f10d";
    font-size: 50px;
    position: absolute;
    left: 0;
    color: #fff;
    font-family: FontAwesome;
    top: 10px;
}
.kinder-frame .icon-bx-xs {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

/* kinder blog */
.kinder-blog-area .blog-grid{
    margin-bottom:0;
}
.kinder-blog.blog-grid .dlab-info{
    padding-top:30px;
}
.kinder-blog.blog-grid .dlab-post-title .post-title{
    margin-top: 0;
    margin-bottom: 10px;
    font-size:21px;
    line-height: 35px;
}
.kinder-blog.blog-grid .dlab-post-text{
    margin-bottom:15px;
}
.kinder-blog.blog-grid .dlab-post-text p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #686868;
}
.kinder-blog.blog-grid .btn-link{
    color: #191918;
    font-size: 18px;
    font-style: italic;
}
.kinder-blog.blog-grid .btn-link:hover{
    color:var(--text-color);
}
.kinder-blog.blog-carousel .owl-next,
.kinder-blog.blog-carousel .owl-prev{
    opacity:0;
}
.kinder-blog.blog-carousel:hover .owl-next,
.kinder-blog.blog-carousel:hover .owl-prev{
    margin: 0 -100px !important;
    opacity:1;
}
.kinder-blog.blog-carousel .class-item{
    margin-bottom:30px;
    box-shadow: 0 0 0 8px rgba(255,255,255,1), 0 0px 30px 0px rgba(0,0,0,0.2);
}
.kinder-blog-area.sprite-nav .owl-nav{
    margin:0;
}

/* kinder-footer */
.kinder-footer .footer-top:after {
    content: "";
    height: 80px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-image: url(../images/background/kindergarten/line-bg1.png);
    top: 0;
    background-size: 100%;
}
.kinder-footer .footer-top {
    background-size: cover;
    background-position: center;
    padding: 150px 0 50px;
    position: relative;
}
.kinder-footer .footer-bottom {
    background-color: #c4eafb;
    padding: 20px 0;
    color: #191d21;
    border-top: 1px solid rgba(0,0,0,.1);
}
.kinder-footer .footer-title:after {
    background:#fff;
}
.kinder-footer .widget_services .list-2 li {
    padding: 0;
}
.kinder-footer .widget_services .list-2 li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 8px 0 8px 20px;
    display: block;
}
.kinder-footer .widget_services ul li:before{
    background:#fff;
}
.kinder-footer .widget .post-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
}
.kinder-footer .widget_ftabout p {
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: 400;
}
.kinder-footer .widget_ftabout .footer-logo {
    margin-bottom: 20px;
}
.kinder-footer .subscribe-form input {
    background-color: rgba(255,255,255,0.2) !important;
    margin: 0 0 15px 0;
    border: 0;
    padding: 20px 30px;
    height: 50px;
    color: #fff;
    border-radius: 30px!important;
}
.kinder-footer .widget {
    margin-bottom: 20px;
}
.kinder-footer .subscribe-form .btn {
    height: auto;
    border-radius: 40px;
}
.kinder-footer .footer-bottom .btn-link {
    color: #fff !important;
    font-size: 18px;
}
.kinder-footer .list-inline > li {
    padding-left: 8px;
    padding-right: 8px;
}
.kinder-footer .footer-bottom span{
    font-size: 16px;
}

/* category-box */
.category-box {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
    top: 0;
}
.category-box img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.category-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #272a20;
    height: 100%;
    width: 100%;
    opacity: 0.6;
}
.category-box .icon-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    text-align: center;
    width: 100%;
}
.category-box .dlab-tilte {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.category-box .icon-content p {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--color-primary);
    line-height: 16px;
}
.category-box.radius-no{
    border-radius: 0;
}
.category-box .icon-bx {
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    margin: 0 auto 15px;
    background-color: rgba(255,255,255,0.2);
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
}

/* register-form */
.register-form {
    background-color: rgba(53, 56, 102,0.8);
    padding: 30px;
    border-radius: 5px;
}
.register-form .title {
    font-size: 24px;
    line-height: 34px;
}   
.register-form .form-group {
    margin-bottom: 15px;
}
.register-form .form-control {
    height: 45px;
    overflow: hidden;
    border: 2px solid #eaeaea;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 15px;
}
.register-form textarea{
    height: 120px!important;
}
.register-form .bootstrap-select .dropdown-toggle {
    height: 45px;
    border-radius: 0 !important;
    border: 2px solid #eaeaea !important;
    font-size: 15px;
    color: #777;
}
.register-form .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 14px;
    font-size: 18px;
}
.register-form button{
    height: 50px;
}
.form-area .section-head{
    margin-right: 50px;
}
.form-area .section-head .title {
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px;
}
.form-area .section-head p {
    color: rgba(255,255,255,0.8);
}
.form-area .section-head .title-small {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

/* about-one */
.about-one .about-img{
    position: relative;
}
.about-one .about-img .info-bx {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    padding: 12px 35px;
    right: 0;
}
.about-one .about-img .info-bx p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.about-one .about-img .video-bx{
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 0;
    overflow: inherit;
}
.about-one .popup-youtube {
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
}
.about-one .popup-youtube:hover{
    color:#fff;
}
.about-one .content-bx {
    padding-left: 15px;
}
.about-one .content-bx .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}
.about-one .content-bx .phone {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.about-one .content-bx .phone i {
    font-size: 28px;
    margin-right: 8px;
}

/* about-two */
.about-year {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}
.about-year .no-title {
    margin: 0;
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    line-height: 75px;
}
.about-year .title {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border-top: 2px solid #fff;
    padding-top: 10px;
    margin-top: 10px;
}
.about-two .section-head{
    margin-bottom: 20px;
}

/* about-three */
.about-three .about-video {
    border: 0;
    height: 100%;
    border-radius: 0;
    margin-right: -5px;
}
.about-three .content-bx:after {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 80px;
    height: 100%;
    background: var(--color-primary);
    transform: skewX(-7deg);
    z-index: -1;
    border-left: 10px solid #fff;
}
.about-three .content-bx{
    position: relative;
    z-index: 1;
}
.about-three .edu-list li{
    color: #fff;
}
.about-three .edu-list li:before {
    background: #fff;
    color: #000;
}

/* about-four */
.about-four .service-box.style2:after {
    content: "";
    position: absolute;
    background: inherit;
    width: 40px;
    height: 40px;
    left: -10px;
    z-index: 1;
    top: 40px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: -1;
}
.about-four .dlab-post-media{
    height: 100%;
}
.about-four .dlab-post-media img{
    height: 100%;
}

/* counter-area-one */
.counter-area-one .content-area{
    padding: 0 50px 0 0;
}
.counter-area-one .content-area .title-small{
    font-size: 20px;
}
.counter-area-one .content-area .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 52px;
}
.counter-area-one .content-area p {
    line-height: 30px;
}

/* .testimonial-box1 */
.testimonial-box1 {
    padding: 30px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.testimonial-box1 .testimonial-text {
    padding: 0;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
    color: #646464;
}
.testimonial-box1 .testimonial-name {
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    line-height: 28px;
}
.testimonial-box1 .testimonial-position {
    font-size: 14px;
    text-transform: capitalize;
    color: #b9b9b9;
    font-weight: 300;
    margin-bottom: 2px;
}
.testimonial-box1 .testimonial-pic {
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 5px;
    border: 0;
}
.testimonial-box1 .star-review{
    margin-bottom: 0;
}
.testimonial-box1 .star-review li {
    font-size: 13px;
    color: #ffba00;
    display: inline-block;
}
.testimonial-box1 .testimonial-top {
    display: flex;
    clear: both;
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.testimonial-box1 .testimonial-quote {
    font-size: 60px;
    position: absolute;
    right: 30px;
    color: var(--color-primary);
    top: 40px;
    line-height: 60px;
}

/* style-two */
.style-two .popup-youtube{
    height: 60px; 
    width: 60px; 
    padding: 0; 
    line-height: 60px; 
    border-radius: 50px;
}

/* courses-bx style1 */
.courses-bx.style1 .course-author .author {
    border: 3px solid #ffffff;
    border-radius: 100%;
    height: 50px;
    margin: -45px auto 0;
    overflow: hidden;
    position: relative;
    width: 50px;
    z-index: 2;
}
.courses-bx.style1{
    border: 1px solid #eee;
}
.courses-bx.style1 .dlab-title{
    text-align: center;
}
.courses-bx.style1 .dlab-title a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.courses-bx.style1 .courses-media{
    position: relative;
}
.courses-bx.style1 .post-meta ul {
    margin-bottom: 0;
}
.courses-bx.style1 .post-meta ul li {
    padding: 0;
    margin: 0 3px;
    display: inline-block;
}
.courses-bx.style1 .courses-media .post-meta{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    margin: 0;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
    z-index: 1;
    font-size: 12px;
}
.courses-bx.style1 .author-contain {
    font-size: 13px;
    padding: 15px 15px 5px;
    text-align: center;
    color: var(--color-primary);
}

/* about-area-one */
.about-area-one .icon-bx-wraper {
    padding: 30px;
    margin-top: -70px;
}
.about-area-one .icon-bx-wraper .icon-lg {
    width:auto;
}
.about-area-one .icon-bx-wraper .tilte {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* register-form style1 */
.register-form.style1 {
    background-color: #fff;
    padding: 30px;
}

/* event-post */
.event-post{
    position: relative;
    border: 1px solid #eee;
}
.event-post .post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    width: 90px;
}
.event-post .post-date span {
    background-color: var(--color-primary);
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.courses-media,
.dlab-post-media {
    overflow:hidden;
}
.courses-bx .courses-media img,
.blog-post .dlab-post-media img,
.event-post .dlab-post-media img{
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.courses-bx:hover .courses-media  img,
.blog-post:hover .dlab-post-media img,
.event-post:hover .dlab-post-media img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    
}
.event-post.shadow{
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05)!important;
}
.event-post.radius{
    border-radius: 8px;
    overflow: hidden;
}
.event-post .dlab-post-meta li.post-date:after{
    content: none;
}
.event-post .dlab-post-title,
.event-post .dlab-post-title .post-title{
    margin-bottom: 0;
}
.event-post .post-date strong {
    font-weight: 500;
    color: #000;
    padding: 15px 15px 12px;
    display: block;
    font-size: 16px;
    line-height: 16px;
}
.event-post .dlab-post-info{
    padding: 25px;
    width: 100%;
}
.event-post.event-list {
    display: flex;
    border: 0;
    align-items: center;
}
.event-post.event-list .event-date {
    text-align: center;
    border-right: 1px solid #eee;
    padding-right: 50px;
    margin-right: 50px;
}
.event-post.event-list .event-date strong {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    color: var(--color-primary);
    font-family: 'Merriweather', serif;
}
.event-post.event-list .event-date span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: var(--color-primary);
    font-size: 12px;
    font-family: 'Merriweather', serif;
    color: #fff;
    border-radius: 3px;
    padding: 5px 8px;
    margin-top: 10px;
    display: inline-block;
}
.event-post.event-list .post-content p{
    margin-bottom: 0;
}
.event-post.event-list .dlab-post-info {
    margin-right: 30px;
}
.event-post.event-list .dlab-post-title {
    margin-bottom: 20px;
}

/* teacher-info */
.teacher-info {
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
    padding: 20px 15px 10px;
}
.social-list li{
    display: inline-block;
    margin: 0 2px;
}
.teacher-info .teacher-pic {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto 20px;
}
.teacher-info .name {
    margin-bottom: 5px;
}
.teacher-info .position {
    text-transform: capitalize;
    margin-bottom: 20px;
    display: block;
}
.teacher-info .top-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/* course-view */
.course-view .course-info li {
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    list-style: outside none none;
    padding: 10px 20px;
    text-align: center;
}
.course-view .course-info li:last-child{
    border-right: 0;
}
.course-view .course-info li i {
    font-size: 20px;
    color: #000;
    margin-right: 8px;
}
.course-view .course-info li span {
    font-size: 18px;
    color: #000;
}
.course-view .course-info li .course-info-dec{
    font-weight: 600;
    color: #000;
}

/* course-details */
.course-details .nav-tabs {
}
.course-details .nav-tabs li{
    width: 25%;
    text-align: center;
}
.course-details .nav-tabs li a{
    display: block;
}
.course-details .tab-content {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px 30px;
    border-top: 0;
}
.course-details .tab-content h3{
    font-size: 24px;
    font-weight: 700;
}

/* dlab-instructor */
.course-details .dlab-instructor .author{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.course-details .dlab-instructor .dlab-social-icon li {
    padding: 0;
    border: 0;
    margin-bottom: 0;
}
.course-details .comment-respond{
    margin-top: 50px;
}
.course-details .comment-respond .section-head{
    margin-bottom: 30px;
}

/* rating bar */
.bar-rating-chart li .bar-rat {
    height: 12px;
}
.bar-rating-chart li .bar {
    display: inline-block;
    height: 12px;
    width: 1%;
    background-color: #EEEEEE;
    flex: 1 1 auto;
}
.bar-rating-chart li .input-group-prepend:first-child {
    padding: 0 10px 0 0px;
}
.bar-rating-chart li .input-group-prepend:last-child {
    padding: 0 0 0 10px;
}
.bar-rating-chart li {
    list-style: none;
    color: #333333;
    font-size: 16px;
    align-items: center;
    margin-bottom: 5px;
}
.rating-average .rating-title {
    font-size: 85px;
    font-weight: 800;
    line-height: 85px;
    margin-bottom: 20px;
}
.rating-average p {
    font-size: 16px;
    color: #000;
    margin-top: 3px!important;
    display: block;
}
.rating-average {
    padding: 25px 25px 28px;
}

/* widget_event_info */
.widget_event_info ul li {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    align-items: center;
    display: flex; 
}
.widget_event_info ul li i {
    color: var(--color-primary);
    font-size: 20px;
    margin-right: 8px;
}
.widget_event_info ul li .title {
    color: #000;
    font-weight: 700;
    margin-right: 12px;
}

/* teachers-info */
.teachers-profile {
    border: 1px solid #eee;
    background-color: #fff;
}
.teachers-profile .teachers-info {
    padding: 30px 0px 20px;
    border-bottom: 1px solid #eee;
    margin: 0 30px 15px;
}
.teachers-profile .teachers-info .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
.teachers-profile .teachers-info .position {
    font-size: 15px;
}
.teachers-profile .teachers-contact{
    padding: 0 30px;
}
.teachers-profile .teachers-contact ul li span {
    font-weight: 600;
    color: #000;
    margin-right: 10px;
}
.teachers-profile .teachers-contact ul li.title {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    margin-bottom: 15px;
}
.teachers-profile .teachers-contact ul li {
    display: block;
    margin-bottom: 10px;
}
.teachers-profile .share-list h5 {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
}
.teachers-profile .share-list {
    border-top: 1px solid #eee;
    padding: 15px 0 20px;
}
.teachers-profile .share-list ul li {
    display: inline-block;
    margin-bottom: 0;
}

/* teachers-details */
.teachers-details h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.teach-list-info li {
    display: block;
    position: relative;
    padding: 8px 10px 8px 65px;
    margin-bottom: 15px;
}
.teach-list-info li .title {
    margin-bottom: 5px;
}
.teach-list-info li span {
    font-size: 14px;
}
.teach-list-info li i {
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: var(--color-primary);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
}

/* site-header */
.site-header .main-bar.border-top{
    border-top: 5px solid #07294d!important;
}
.is-fixed .main-bar.border-top{
    top: -5px;
}

/* features-box style1 */
.features-box.style1 {
    color: #fff;
    text-align: center;
    padding: 40px 30px;
    border-radius: 5px;
}
.features-box.style1 i {
    font-size: 50px;
    border-radius: 50px;
    line-height: 90px;
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
    background: rgba(255,255,255,0.2);
}
.features-box.style1 .info {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    margin-bottom: 5px;
}
.features-box.style1 span {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}

/* section-head style3 */
.section-head.style3 .title {
    border-left: 5px solid var(--color-primary);
    padding-left: 15px;
    display: inline-block;
}
.bg-primary .section-head.style3 .title {
    border-left: 5px solid #000;
}
.section-head.style3 {
    width: 650px;
}

/* faq-form-box */
.faq-form-box .form-control {
    border: 0;
    border-radius: 4px 0 0 4px;
    height: 50px;
    padding: 15px 20px;
    font-size: 15px;
    background-color: #eaeef2;
}
.faq-form-box {
    padding: 30px;
    border: 1px solid #ebedf2;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
}
.faq-form-box .form-header .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.faq-form-box textarea{
    height: 120px!important;
}
.teacher-about{
    margin-bottom:40px;
}
.teacher-about h2{
    font-size: 32px;
    line-height: 1.5;
}
.teacher-about p{
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
}

/* footer-center */
.footer-center h2{
    margin-bottom: 15px;
}

/* footer-full */
.footer-full .footer-top{
    padding-bottom: 50px;
}

/* service area two*/
.service-area-two{
    background-color: #f6efec;
    position: relative;
}
.service-area-two .img-fix {
    width: 25%;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 0;
}
.service-area-two .img-fix img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-box.style7 {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 3px;
}
.service-box.style7.info{
    padding: 35px;
}
.service-box.style7.info .site-button{
    color: #000;
}

/* about-area-two */
.about-area-two{
    padding-top: 150px;
}
.about-area-two .icon-bx-wraper .icon-bx-md {
    background-color: #efefef;
    margin-right: 40px;
    position: relative;
}
.about-area-two .icon-bx-wraper .dlab-tilte {
    font-size: 24px;
    line-height: 34px;
}
.about-area-two .icon-bx-wraper {
    margin-bottom: 70px;
}
.about-area-two .icon-bx-wraper > [class*="icon-bx-"]::before {
    position: absolute;
    content: '';
    background: #efefef;
    width: 65px;
    height: 5px;
    top: -10px;
    right: -10px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.about-area-two .icon-bx-wraper > [class*="icon-bx-"]::after{
    position: absolute;
    content: '';
    background: #efefef;
    width: 5px;
    height: 65px;
    top: -10px;
    right: -10px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.about-area-two .icon-bx-wraper:hover > [class*="icon-bx-"],
.about-area-two .icon-bx-wraper:hover > [class*="icon-bx-"]::after,
.about-area-two .icon-bx-wraper:hover > [class*="icon-bx-"]::before{
    background-color: var(--color-primary);
}
.about-area-two .icon-bx-wraper:hover .icon-cell{
    color: #fff;
}
.about-area-two .about-info-box img {
    padding-right: 200px;
    margin-left: -70px;
    z-index: 99;
    position: relative;
}
.about-area-two .about-info {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    padding: 120px 40px 120px 150px;
    position: absolute;
    right: 50px;
    top: -40px;
}
.about-area-two .about-info .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 15px;
}
.about-area-two .about-info .small-title {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}

/* about-area-three */
.about-area-three .about-info{
    z-index: 99;
    position: relative;
}
.about-area-three .about-info p {
    line-height: 28px;
    color: #808080;
}
.about-area-three .about-info .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
}
.about-area-three{
    position: relative;
}
.about-area-three:after {
    content: "";
    background-color: #efefef;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}
.about-area-three .section-head {
    z-index: 99;
    margin: 0;
    position: relative;
    padding: 30px 40px;
}
.about-area-three .about-year {
    height: auto;
    display: inline-block;
    margin-top: 50px;
    padding: 25px 40px;
    margin-left: 70px;
}
.about-area-three .teach-info{
    float: left;
    margin-right: 40px;
}
.about-area-three .teach-info .name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
}
.about-area-three .teach-info .position {
    font-size: 14px;
    color: #808080;
    font-weight: 500;
}
/* Index 6 */
.counter-style-6 .dlab-tilte{
margin-top: 0;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}
.counter-style-6{
    display: flex;
    align-items: center;
}
.counter-style-6 .icon-lg i{
    font-size: 70px;
    line-height: 1;
    
}
/* Index 7 */
.banner-langschool{
    padding-left:80px;
    padding-right:80px;
    background:#07294d;
    position:relative;
    z-index: 1;
}
.banner-langschool:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #F7F9FB;
    z-index: -1;    
    left: 0;
}
.banner-langschool  .dlab-bnr-inr {
    height: calc(100vh - 100px);
    background-position: top;
}

.banner-langschool .banner-content h1{
    font-weight: 900;
    font-family: Roboto;
    font-size: 85px;
    line-height: 1.2;
    margin-bottom: 20px;
    color:#07294d;
}
.search-coures .dropdown-toggle{
    height: 50px;
    border: 0 !important;
    border-radius: 6px 0 0 6px;
    font-size: 16px;
    padding: 10px 30px;
    width: 350px;
}
.search-coures .dropdown-toggle:focus,
.search-coures .dropdown-toggle:hover{
    border: 0 !important;
    
}
.search-coures .bootstrap-select.btn-group .dropdown-toggle .caret{
    top: 18px;
    font-size: 16px;
    right: 25px;
}
.search-coures  .site-button{
    padding: 13px 35px;
    font-size: 16px;
    border-radius: 0 6px 6px 0;
    height: 50px;
}



.header-langschool .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}
.header-langschool .main-bar{
    padding: 15px 0;
}
.header.dark, 
.header.dark .main-bar{
    background:#07294d;
    
}
/* Head Langschool */
.head-langschool h5{
    
}
.head-langschool .title{
    font-family: "Roboto", sans-serif;
    font-size: 60px;
    color: #07294d;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}
.head-langschool.text-white .title{
    color:#fff; 
}
.head-langschool p{
    padding-top: 0;
    font-size: 18px;
}
.iconbox-lang{
    background: #fff;
    padding: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.iconbox-lang:hover{
    transform:translateY(-10px);
    box-shadow:0 5px 30px 0 rgba(0,0,0,0.10);
}
.iconbox-lang .icon-bx-xs{
    display: block;
    max-width: 60px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    flex: 0 0 60px;
    font-size: 28px;
    font-family: 'Merriweather', serif;
    font-weight: 900;
}
.langschool .bg-dark {
    background-color: #07294d!important;
}
.langschool-about{
    z-index:1;
}
.langschool-about:after,
.langschool-about:before{
    content: "";
    position: absolute;
    width: 15%;
    right: 85%;
    height: 70%;
    top: 0;
    z-index: -1;
    background: #F7F9FB;
}
.langschool-about:before{
    height: 30%;
    top: auto;
    bottom: 0;
    background: #07294d;
}
.langschool-says .testimonial-pic{
    border: 0;
    width: 120px;
    height: 120px;
}
.langschool-says .testimonial-text p {
    font-size: 20px;
    line-height: 28px;
    color: #494949;
    font-weight: 400;
}
.langschool-says .testimonial-name {
    color: #07294d !important;
    font-size: 24px;
}

.btn-store{
    padding: 15px 30px;
    display: inline-block;
    margin-right: 15px; 
}
.btn-store .fa{
    float: left;
    font-size: 27px;
}
.btn-store .btn-label{
    display: block;
    font-size: 11px;
    font-weight: 500;
    padding-left: 30px;
    line-height: 11px;
    margin-bottom: 2px;
}
.btn-store .btn-caption{
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding-left: 30px;
    line-height: 16px;
}





@media only screen and (min-width: 1300px) {
    .kids-school .container {
        max-width: 1300px;
    }
}
@media only screen and (max-width: 1400px) {
    .banner-langschool{
        padding-left: 70px;
        padding-right: 70px;
    }
    .header-langschool .main-bar {
        padding: 0 0;
    }
    .header-langschool .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
    .banner-langschool .banner-content h1{
        font-size: 65px;
    }
    .banner-langschool .dlab-bnr-inr {
        height: calc(100vh - 70px);
    }
}
@media only screen and (max-width: 1200px) {
    .banner-langschool .banner-content h4 {
        font-size: 20px;
        line-height: 1.2;
    }
    .banner-langschool .banner-content h1 {
        font-size: 50px;
    }
    .search-coures .dropdown-toggle{
        font-size: 15px;
        padding: 10px 20px;
        width: 210px;
    }
    .dlab-bnr-inr.banner-content .site-button {
        padding: 13px 20px;
        font-size: 15px;
    }
    .blog-md .dlab-post-media {
        width: 300px;
        max-width: 300px;
        min-width: 300px;
    }
    .banner-langschool .dlab-bnr-inr {
        height: 500px;
    }
    .header-langschool .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-langschool {
        padding-left: 15px;
        padding-right: 15px;
    }
    .head-langschool .title{
        font-size: 45px;
    }
    .contact-style-3 .contact-info .contact-info-inner{
        padding: 30px;
    }
    .item-box .item-info-in .center.p-lr40{
        padding-left: 20px;
        padding-right: 20px;
    }
    .service-list ul li .title {
        font-size: 16px;
    }
    .iconbox-lang{
        padding: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .dlab-topbar-left ul li,
    .dlab-topbar-right{
        padding-right: 10px;
        font-size: 14px;
    }
    .dlab-topbar-right ul li,
    .dlab-topbar-left{
        padding-left: 10px;
        font-size: 14px;
    }
    .form-recaptcha{
        margin-bottom: 0;
    }
    .contact-style-3 .contact-form {
        padding: 30px;
    }
    .service-area-one .hidden-sm{
        display: none;
    }
    .client-carousel {
        padding: 0 0;
    }
    .about-three .content-bx:after {
        content: none;
    }
    .about-area-one .icon-bx-wraper {
        margin-top: 30px;
    }
    .event-post.event-list .event-date {
        padding-right: 20px;
        margin-right: 10px;
    }
    .event-post.event-list .dlab-post-info {
        margin-right: 10px;
    }
    .head-langschool {
        margin-bottom: 30px;
    }
    .row.sp60, .sp60 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row.sp60 [class*="col-"], .sp60 [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .head-langschool p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-post.blog-md {
        display: block;
    }
    .blog-md.blog-post .dlab-post-info{
        padding: 30px;
        margin: 0;
    }
    .blog-post.blog-md .dlab-post-media img {
        height: auto;
    }
    .blog-md .dlab-post-media {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .table-responsive .product-item-name {
        min-width: 150px;
    }
    .table-responsive .product-item-price,
    .table-responsive .product-item-quantity,
    .table-responsive .product-item-totle{
        min-width: 100px;
    }
    .service-area-one .hidden-sm{
        display: block;
    }
    .counter-style-5:nth-child(2){
        border-right: 0;
    }
    .counter-style-5:nth-child(3){
        border-bottom: 0;
    }
    .counter-style-5 {
        border-bottom: 1px solid rgba(255,255,255,0.3);
        margin-bottom: 0;
    }
    .subscribe-box .form-control {
        margin-bottom: 5px;
    }
    .kinder-head.section-head h2 {
        font-size: 36px;
        line-height: 50px;
    }   
    .client-box {
        flex-direction: column;
    }
    .client-box .testimonial-text:after {
        content: none;
    }
    .client-box .testimonial-detail {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
    }
    .client-box .testimonial-text {
        padding: 0;
        text-align: center;
    }
    .kinder-footer .footer-top {
        padding: 100px 0 15px;
    }
    .kinder-footer .widget {
        margin-bottom: 40px;
    }
    .course-view .title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .course-view .course-info li {
        padding: 10px 15px;
    }
    .course-view .course-info li .course-info-dec {
        font-size: 14px;
    }
    .event-single .dlab-title{
        font-size: 24px;
        line-height: 34px;
    }
    .teacher-about {
        margin-bottom: 20px;
    }
    .event-post.event-list {
        flex-direction: column-reverse;
    }
    .event-post.event-list .dlab-post-info {
        margin-right: 0;
        padding: 30px 5px 0;
    }
    .event-post.event-list .event-date {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
        position: absolute;
        top: 10px;
        left: 20px;
        background-color: #fff;
        padding: 10px;
        border-radius: 3px;
    }
    .event-post.event-list .event-date strong {
        font-size: 40px;
        display: block;
        line-height: 30px;
    }
    .box-header .logo-header,
    .box-header .extra-nav{
        height: 50px;       
    }
    .search-coures .dropdown-toggle{
        padding: 10px 15px;
        width: 150px;
    }
    .banner-langschool .banner-content h1 {
        font-size: 35px;
        text-align: left;
    }
    .banner-langschool .banner-content h4 {
        font-size: 16px;
    }
    .banner-langschool .dlab-bnr-inr {
        height: 400px;
    }
    .head-langschool .title {
        font-size: 35px;
    }
    .btn-store {
        padding: 15px 15px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 591px) {
    .site-header .extra-nav .site-button,
    .site-header .top-bar{
        display: none;
    }
    .blog-md.blog-post .dlab-post-info {
        padding: 25px;
    }
    .blog-post.blog-single .post-footer{
        display: block;
    }
    .blog-post.blog-single .post-footer .share-post{
        margin-top: 15px;
    }
    .contact-box {
        padding: 25px;
    }
    .contact-box .title-box {
        padding: 30px 40px 20px;
        font-size: 20px;
        line-height: 30px;
        margin: -40px -40px 25px -40px;
    }
    .form-recaptcha{
        margin-bottom: 15px;
    }
    .contact-style-3 .contact-form .section-head {
        margin-bottom: 15px;
    }
    .item-box .item-info-in .center.p-lr40 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .counter-staus-box{
        padding-top: 0;
    }   
    .client-box .testimonial-text p {
        font-size: 16px;
        line-height: 28px;
    }
    .kinder-head.section-head h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .kinder-about-content {
        padding: 80px 0 70px 0;
    }
    .kinder-footer .footer-top {
        padding: 80px 0 15px;
    }
    .kinder-blog.blog-grid .dlab-info {
        padding-top: 20px;
    }
    .kinder-head.section-head p {
        font-size: 16px;
        line-height: 26px;
    }
    .about-one .d-flex{
        display: block!important;
    }
    .about-one .content-bx .phone {
        margin-top: 20px;
    }
    .about-one .content-bx .title {
        font-size: 26px;
        line-height: 38px;
    }
    .course-details.dlab-tabs .nav-tabs > li > a {
        font-size: 14px;
        padding: 10px 15px;
    }
    .course-details ol.commentlist li {
        padding: 15px;
    }
    .course-details .dlab-instructor .author {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .course-details ol.commentlist li img {
        width: 60px;
    }
    .course-details ol.commentlist li .comment-text {
        padding-left: 70px;
    }
    .course-details .tab-content {
        padding: 10px 20px;
    }
    .course-details .comment-respond {
        padding: 0;
    }
    .form-area .section-head .title {
        font-size: 36px;
        line-height: 50px;
    }
    .form-area .section-head .title-small {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .form-area .section-head {
        margin-right: 0;
    }
    .footer-center h2{
        font-size: 24px;
        line-height: 24px;
    }
    .teacher-about h2 {
        font-size: 24px;
    }
    .counter-staus-box.style-1{
        padding-top: 30px;
    }
    .counter-style-5 .dlab-tilte {
        font-size: 30px;
    }
    .footer-full .footer-top{
        padding-bottom: 15px;
    }
    .counter-style-6 .icon-lg i {
        font-size: 40px;
    }
    .counter-style-6 .icon-lg {
        width: 40px;
    }
    .counter-style-6 p{
        font-size:13px;
    }
    .counter-style-6 .dlab-tilte {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .course-banner {
        height:400px;
    }
}
