﻿@charset "UTF-8";

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0))
}

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

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

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

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width:1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width:1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width:1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width:1200px) {
    .h4, h4 {
        font-size: 1.5rem
    }
}

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

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

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

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

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

ol, ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

.small, small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

    a:hover {
        color: #0a58ca
    }

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

code, kbd, pre, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

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

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

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

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700
    }

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

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

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

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

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

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

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media(min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

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

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

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

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

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

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

    .blockquote > :last-child {
        margin-bottom: 0
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "— "
    }

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

@media(min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)/-2);
    margin-left: calc(var(--bs-gutter-x)/-2)
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)/2);
        padding-left: calc(var(--bs-gutter-x)/2);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

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

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

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

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

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

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

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

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

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

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: .25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: .25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: .5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: .5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

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

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

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

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

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

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

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

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

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

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

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

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

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

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

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

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

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

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0,0,0,.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0,0,0,.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0,0,0,.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

    .table > :not(caption) > * > * {
        padding: .5rem .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
    }

    .table > tbody {
        vertical-align: inherit
    }

    .table > thead {
        vertical-align: bottom
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: currentColor
    }

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem .25rem
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

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

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

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

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

@media(max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

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

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

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

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    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[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

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

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

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

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

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

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

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

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

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

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

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        height: 1.5em;
        border-radius: .25rem
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: .25rem
    }

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .form-select:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
    }

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

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

    .form-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #212529
    }

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

    .form-check-input[type=checkbox] {
        border-radius: .25em
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5
    }

        .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
            opacity: .5
        }

.form-switch {
    padding-left: 2.5em
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position .15s ease-in-out
    }

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

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

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

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

    .btn-check:disabled + .btn, .btn-check[disabled] + .btn {
        pointer-events: none;
        filter: none;
        opacity: .65
    }

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

    .form-range:focus {
        outline: 0
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
        }

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

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #0d6efd;
        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) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

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

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    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) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

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

.form-range:disabled {
    pointer-events: none
}

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

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

.form-floating {
    position: relative
}

    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        padding: 1rem .75rem
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem .75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out
    }

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

.form-floating > .form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating > .form-control::-moz-placeholder {
    color: transparent
}

.form-floating > .form-control::placeholder {
    color: transparent
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

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

    .input-group > .form-control, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

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

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

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

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

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

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

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

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

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

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.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)
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #198754;
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-select.is-valid:focus, .was-validated .form-select:valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #198754
}

    .form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
        background-color: #198754
    }

    .form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

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

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

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

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

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

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

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem 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)
}

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

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

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

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

    .form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

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

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

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

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

.btn:hover {
    color: #212529
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
    }

    .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0a58ca;
        border-color: #0a53be
    }

        .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
        }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

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

    .btn-secondary:hover {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
        box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
    }

    .btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #565e64;
        border-color: #51585e
    }

        .btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
        }

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

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

    .btn-success:hover {
        color: #fff;
        background-color: #157347;
        border-color: #146c43
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
        box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
    }

    .btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #146c43;
        border-color: #13653f
    }

        .btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
        }

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

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-info:hover {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
        box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
    }

    .btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
        color: #000;
        background-color: #3dd5f3;
        border-color: #25cff2
    }

        .btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
        }

    .btn-info.disabled, .btn-info:disabled {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

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

    .btn-warning:hover {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
        box-shadow: 0 0 0 .25rem rgba(217,164,6,.5)
    }

    .btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #ffcd39;
        border-color: #ffc720
    }

        .btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(217,164,6,.5)
        }

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

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

    .btn-danger:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
    }

    .btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b02a37;
        border-color: #a52834
    }

        .btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
        }

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

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

    .btn-light:hover {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
        box-shadow: 0 0 0 .25rem rgba(211,212,213,.5)
    }

    .btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb
    }

        .btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(211,212,213,.5)
        }

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

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

    .btn-dark:hover {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
        box-shadow: 0 0 0 .25rem rgba(66,70,73,.5)
    }

    .btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1a1e21;
        border-color: #191c1f
    }

        .btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(66,70,73,.5)
        }

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

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
    }

    .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

        .btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
            box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
        }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #0d6efd;
        background-color: transparent
    }

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

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

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

    .btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
            box-shadow: 0 0 0 .25rem rgba(108,117,125,.5)
        }

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

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

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

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
    }

    .btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

        .btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
            box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
        }

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

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-outline-info:hover {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
    }

    .btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

        .btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
            box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
        }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #0dcaf0;
        background-color: transparent
    }

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

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

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

    .btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
            box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
        }

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

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

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

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

    .btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
            box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
        }

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

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

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

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

    .btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
            box-shadow: 0 0 0 .25rem rgba(248,249,250,.5)
        }

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

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

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

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .25rem rgba(33,37,41,.5)
    }

    .btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

        .btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
            box-shadow: 0 0 0 .25rem rgba(33,37,41,.5)
        }

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

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

    .btn-link:hover {
        color: #0a58ca
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d
    }

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

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

.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;
    overflow: hidden;
    transition: height .35s ease
}

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

.dropdown, .dropend, .dropstart, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 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[data-bs-popper] {
        left: 0;
        margin-top: .125rem
    }

.dropdown-menu-start {
    --bs-position: start
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0
    }

.dropdown-menu-end {
    --bs-position: end
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto
    }

@media(min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-md-end {
        --bs-position: end
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

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

    .dropup .dropdown-menu[data-bs-popper] {
        margin-top: 0;
        margin-bottom: .125rem
    }

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

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

.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%
}

    .dropend .dropdown-menu[data-bs-popper] {
        margin-top: 0;
        margin-left: .125rem
    }

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

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

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

.dropstart .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto
}

    .dropstart .dropdown-menu[data-bs-popper] {
        margin-top: 0;
        margin-right: .125rem
    }

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

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

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

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

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

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.15)
}

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

    .dropdown-item:focus, .dropdown-item:hover {
        color: #1e2125;
        background-color: #e9ecef
    }

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

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

.dropdown-menu.show {
    display: block
}

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

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

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0,0,0,.15)
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6
    }

        .dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
            color: #fff;
            background-color: rgba(255,255,255,.15)
        }

        .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
            color: #fff;
            background-color: #0d6efd
        }

        .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
            color: #adb5bd
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0,0,0,.15)
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd
    }

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

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

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

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

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

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

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

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

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

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

.dropstart .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 {
    flex-direction: column;
    align-items: flex-start;
    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 ~ .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

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

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

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

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

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

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        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;
            isolation: isolate
        }

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

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

.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    flex-basis: 0;
    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;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    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
    }

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

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    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;
    transition: box-shadow .15s ease-in-out
}

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

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto
}

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

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

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

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

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible
        }

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

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

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

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

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

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

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible
        }

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

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

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

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

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

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

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

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

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

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

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

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

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

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible
        }

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

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

@media(min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row
        }

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

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

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

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

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav {
        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 .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

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

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

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

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

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

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' 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,.55)
}

    .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 {
    color: #fff
}

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

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

    .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 .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' 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,.55)
}

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

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

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

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px)
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

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

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

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

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

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

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

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

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

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

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    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-group > .card {
    margin-bottom: .75rem
}

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

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

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

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

.accordion-button.collapsed {
    border-bottom-width: 0
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(180deg)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-collapse {
    border: solid rgba(0,0,0,.125);
    border-width: 0 1px
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-button {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

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

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider,"/")
    }

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

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

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    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) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

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

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

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    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
}

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

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

.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: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem
    }

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

    .alert-primary .alert-link {
        color: #06357a
    }

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

    .alert-secondary .alert-link {
        color: #34383c
    }

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

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

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

    .alert-info .alert-link {
        color: #04414d
    }

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

    .alert-warning .alert-link {
        color: #523e02
    }

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

    .alert-danger .alert-link {
        color: #6a1a21
    }

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

    .alert-light .alert-link {
        color: #4f5050
    }

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

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

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

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

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

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

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

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

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

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

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

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

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

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

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

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

    .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: #0d6efd;
        border-color: #0d6efd
    }

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

@media(min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

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

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

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

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

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

.list-group-flush {
    border-radius: 0
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px
    }

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

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #084298;
        background-color: #bacbe6
    }

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

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #41464b;
        background-color: #cbccce
    }

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

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #0f5132;
        background-color: #bcd0c7
    }

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

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #055160;
        background-color: #badce3
    }

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

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #664d03;
        background-color: #e6dbb9
    }

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

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #842029;
        background-color: #dfc2c4
    }

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

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

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

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

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #141619;
        background-color: #bebebf
    }

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

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

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

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        opacity: 1
    }

    .btn-close.disabled, .btn-close:disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: .25
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: .25rem
}

    .toast:not(.showing):not(.show) {
        opacity: 0
    }

    .toast.hide {
        display: none
    }

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

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

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

    .toast-header .btn-close {
        margin-right: -.375rem;
        margin-left: .75rem
    }

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
    }

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

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

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

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

    .modal-backdrop.fade {
        opacity: 0
    }

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

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

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

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

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

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

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

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

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

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 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
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen .modal-header {
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0
    }

@media(max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0
        }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

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

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

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

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

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

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

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

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

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

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

        .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
    padding: 0 .4rem
}

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

        .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
            left: -1px;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem
    }

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

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
    bottom: calc(-.5rem - 1px)
}

    .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
        bottom: 0;
        border-width: .5rem .5rem 0;
        border-top-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
        bottom: 1px;
        border-width: .5rem .5rem 0;
        border-top-color: #fff
    }

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
        left: 0;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
        left: 1px;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: #fff
    }

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
    top: calc(-.5rem - 1px)
}

    .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
        top: 0;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
        top: 1px;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: #fff
    }

.bs-popover-auto[data-popper-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 #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
        right: 0;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
        right: 1px;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: #fff
    }

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

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

    .active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(100%)
    }

    .active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    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: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

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

.link-primary {
    color: #0d6efd
}

    .link-primary:focus, .link-primary:hover {
        color: #0a58ca
    }

.link-secondary {
    color: #6c757d
}

    .link-secondary:focus, .link-secondary:hover {
        color: #565e64
    }

.link-success {
    color: #198754
}

    .link-success:focus, .link-success:hover {
        color: #146c43
    }

.link-info {
    color: #0dcaf0
}

    .link-info:focus, .link-info:hover {
        color: #3dd5f3
    }

.link-warning {
    color: #ffc107
}

    .link-warning:focus, .link-warning:hover {
        color: #ffcd39
    }

.link-danger {
    color: #dc3545
}

    .link-danger:focus, .link-danger:hover {
        color: #b02a37
    }

.link-light {
    color: #f8f9fa
}

    .link-light:focus, .link-light:hover {
        color: #f9fafb
    }

.link-dark {
    color: #212529
}

    .link-dark:focus, .link-dark:hover {
        color: #1a1e21
    }

.ratio {
    position: relative;
    width: 100%
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: ""
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3/4*100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9/16*100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9/21*100%)
}

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

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

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width:1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

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

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%,-50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-0 {
    border-width: 0 !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !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
}

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

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !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
}

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

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

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

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

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

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

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

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

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

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

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

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

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

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

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

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

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

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

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

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

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

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

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

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

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

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

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

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-primary {
    color: #0d6efd !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-white {
    color: #fff !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-reset {
    color: inherit !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.bg-primary {
    background-color: #0d6efd !important
}

.bg-secondary {
    background-color: #6c757d !important
}

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

.bg-info {
    background-color: #0dcaf0 !important
}

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

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

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

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

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

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

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

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

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

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

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

.rounded-pill {
    border-radius: 50rem !important
}

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

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

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

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

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

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

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

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

    .d-sm-grid {
        display: grid !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: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

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

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

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

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

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

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

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

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

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

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

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

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

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

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

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

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

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

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

    .me-sm-auto {
        margin-right: auto !important
    }

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

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

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

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

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

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

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

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

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

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

    .ms-sm-auto {
        margin-left: auto !important
    }

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

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

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

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

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

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

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

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

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

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

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

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

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

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

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

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

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

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

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

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

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

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

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

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

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

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

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

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

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

    .d-md-grid {
        display: grid !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: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

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

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

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

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

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

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

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

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

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

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

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

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

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

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

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

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

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

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

    .me-md-auto {
        margin-right: auto !important
    }

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

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

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

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

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

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

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

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

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

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

    .ms-md-auto {
        margin-left: auto !important
    }

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

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

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

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

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

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

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

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

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

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

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

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

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

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

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

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

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

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

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

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

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

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

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

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

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

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

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

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

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

    .d-lg-grid {
        display: grid !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: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

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

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

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

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

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

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

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

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

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

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

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

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

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

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

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

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

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

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

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

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

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

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

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

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

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

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

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

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

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

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

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

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

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

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

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

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

    .d-xl-grid {
        display: grid !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: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

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

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

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

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

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

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

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

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

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

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

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

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

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

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

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

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

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

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

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

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

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

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

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

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

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

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

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

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

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

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

    .d-xxl-grid {
        display: grid !important
    }

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

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

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

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

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

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

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

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

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

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

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

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

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

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

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

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

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

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

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

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

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

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

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

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

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

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

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

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

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

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

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

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

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

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

    .d-print-grid {
        display: grid !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: flex !important
    }

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

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

@charset "UTF-8";
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-10%,0);
        transform: translate3d(0,-10%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-10%,0);
        transform: translate3d(0,-10%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%,0,0);
        transform: translate3d(-10%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%,0,0);
        transform: translate3d(-10%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%,0,0);
        transform: translate3d(10%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%,0,0);
        transform: translate3d(10%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,10%,0);
        transform: translate3d(0,10%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,10%,0);
        transform: translate3d(0,10%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.7,.7,.7);
        transform: scale3d(.7,.7,.7)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.7,.7,.7);
        transform: scale3d(.7,.7,.7)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s
    }

    .animated.fast {
        -webkit-animation-duration: .8s;
        animation-duration: .8s
    }

    .animated.faster {
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s
    }

@media(prefers-reduced-motion:reduce),(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

@font-face {
    font-family: 'boxicons';
    font-weight: normal;
    font-style: normal;
    src: url('/content/fonts/boxicons.eot?');
    src: url('/content/fonts/boxicons.eot?') format('embedded-opentype'),url('/content/fonts/boxicons.woff2') format('woff2'),url('/content/fonts/boxicons.woff') format('woff'),url('/content/fonts/boxicons.ttf') format('truetype'),url('/content/fonts/boxicons.svg?#boxicons') format('svg')
}

.bx {
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bx-ul {
    margin-left: 2em;
    padding-left: 0;
    list-style: none
}

    .bx-ul > li {
        position: relative
    }

    .bx-ul .bx {
        font-size: inherit;
        line-height: inherit;
        position: absolute;
        left: -2em;
        width: 2em;
        text-align: center
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes burst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes burst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes flashing {
    0% {
        opacity: 1
    }

    45% {
        opacity: 0
    }

    90% {
        opacity: 1
    }
}

@keyframes flashing {
    0% {
        opacity: 1
    }

    45% {
        opacity: 0
    }

    90% {
        opacity: 1
    }
}

@-webkit-keyframes fade-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0
    }
}

@keyframes fade-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }
}

@keyframes fade-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@keyframes fade-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);
        transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,10deg);
        transform: scale3d(1,1,1) rotate3d(0,0,1,10deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,-10deg);
        transform: scale3d(1,1,1) rotate3d(0,0,1,-10deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);
        transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,10deg);
        transform: scale3d(1,1,1) rotate3d(0,0,1,10deg)
    }

    40%,60%,80% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bx-spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.bx-spin-hover:hover {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.bx-tada {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite
}

.bx-tada-hover:hover {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite
}

.bx-flashing {
    -webkit-animation: flashing 1.5s infinite linear;
    animation: flashing 1.5s infinite linear
}

.bx-flashing-hover:hover {
    -webkit-animation: flashing 1.5s infinite linear;
    animation: flashing 1.5s infinite linear
}

.bx-burst {
    -webkit-animation: burst 1.5s infinite linear;
    animation: burst 1.5s infinite linear
}

.bx-burst-hover:hover {
    -webkit-animation: burst 1.5s infinite linear;
    animation: burst 1.5s infinite linear
}

.bx-fade-up {
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear
}

.bx-fade-up-hover:hover {
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear
}

.bx-fade-down {
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear
}

.bx-fade-down-hover:hover {
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear
}

.bx-fade-left {
    -webkit-animation: fade-left 1.5s infinite linear;
    animation: fade-left 1.5s infinite linear
}

.bx-fade-left-hover:hover {
    -webkit-animation: fade-left 1.5s infinite linear;
    animation: fade-left 1.5s infinite linear
}

.bx-fade-right {
    -webkit-animation: fade-right 1.5s infinite linear;
    animation: fade-right 1.5s infinite linear
}

.bx-fade-right-hover:hover {
    -webkit-animation: fade-right 1.5s infinite linear;
    animation: fade-right 1.5s infinite linear
}

.bx-xs {
    font-size: 1rem !important
}

.bx-sm {
    font-size: 1.55rem !important
}

.bx-md {
    font-size: 2.25rem !important
}

.bx-fw {
    font-size: 1.2857142857em;
    line-height: .8em;
    width: 1.2857142857em;
    height: .8em;
    margin-top: -.2em !important;
    vertical-align: middle
}

.bx-lg {
    font-size: 3 !important
}

.bx-pull-left {
    float: left;
    margin-right: .3em !important
}

.bx-pull-right {
    float: right;
    margin-left: .3em !important
}

.bx-rotate-90 {
    transform: rotate(90deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'
}

.bx-rotate-180 {
    transform: rotate(180deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'
}

.bx-rotate-270 {
    transform: rotate(270deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'
}

.bx-flip-horizontal {
    transform: scaleX(-1);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)'
}

.bx-flip-vertical {
    transform: scaleY(-1);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)'
}

.bx-border {
    padding: .25em;
    border: .07em solid rgba(0,0,0,.1);
    border-radius: .25em
}

.bx-border-circle {
    padding: .25em;
    border: .07em solid rgba(0,0,0,.1);
    border-radius: 50%
}

.bxl-500px:before {
    content: ""
}

.bxl-adobe:before {
    content: ""
}

.bxl-airbnb:before {
    content: ""
}

.bxl-algolia:before {
    content: ""
}

.bxl-amazon:before {
    content: ""
}

.bxl-android:before {
    content: ""
}

.bxl-angular:before {
    content: ""
}

.bxl-apple:before {
    content: ""
}

.bxl-audible:before {
    content: ""
}

.bxl-baidu:before {
    content: ""
}

.bxl-behance:before {
    content: ""
}

.bxl-bing:before {
    content: ""
}

.bxl-bitcoin:before {
    content: ""
}

.bxl-blogger:before {
    content: ""
}

.bxl-bootstrap:before {
    content: ""
}

.bxl-chrome:before {
    content: ""
}

.bxl-codepen:before {
    content: ""
}

.bxl-creative-commons:before {
    content: ""
}

.bxl-css3:before {
    content: ""
}

.bxl-dailymotion:before {
    content: ""
}

.bxl-deviantart:before {
    content: ""
}

.bxl-dev-to:before {
    content: ""
}

.bxl-digg:before {
    content: ""
}

.bxl-digitalocean:before {
    content: ""
}

.bxl-discord:before {
    content: ""
}

.bxl-discourse:before {
    content: ""
}

.bxl-dribbble:before {
    content: ""
}

.bxl-dropbox:before {
    content: ""
}

.bxl-drupal:before {
    content: ""
}

.bxl-ebay:before {
    content: ""
}

.bxl-edge:before {
    content: ""
}

.bxl-etsy:before {
    content: ""
}

.bxl-facebook:before {
    content: ""
}

.bxl-facebook-circle:before {
    content: ""
}

.bxl-facebook-square:before {
    content: ""
}

.bxl-figma:before {
    content: ""
}

.bxl-firefox:before {
    content: ""
}

.bxl-flickr:before {
    content: ""
}

.bxl-flickr-square:before {
    content: ""
}

.bxl-foursquare:before {
    content: ""
}

.bxl-git:before {
    content: ""
}

.bxl-github:before {
    content: ""
}

.bxl-gitlab:before {
    content: ""
}

.bxl-google:before {
    content: ""
}

.bxl-google-plus:before {
    content: ""
}

.bxl-google-plus-circle:before {
    content: ""
}

.bxl-html5:before {
    content: ""
}

.bxl-imdb:before {
    content: ""
}

.bxl-instagram:before {
    content: ""
}

.bxl-instagram-alt:before {
    content: ""
}

.bxl-internet-explorer:before {
    content: ""
}

.bxl-invision:before {
    content: ""
}

.bxl-javascript:before {
    content: ""
}

.bxl-joomla:before {
    content: ""
}

.bxl-jquery:before {
    content: ""
}

.bxl-jsfiddle:before {
    content: ""
}

.bxl-kickstarter:before {
    content: ""
}

.bxl-less:before {
    content: ""
}

.bxl-linkedin:before {
    content: ""
}

.bxl-linkedin-square:before {
    content: ""
}

.bxl-magento:before {
    content: ""
}

.bxl-mailchimp:before {
    content: ""
}

.bxl-mastercard:before {
    content: ""
}

.bxl-medium:before {
    content: ""
}

.bxl-medium-old:before {
    content: ""
}

.bxl-medium-square:before {
    content: ""
}

.bxl-messenger:before {
    content: ""
}

.bxl-microsoft:before {
    content: ""
}

.bxl-nodejs:before {
    content: ""
}

.bxl-opera:before {
    content: ""
}

.bxl-patreon:before {
    content: ""
}

.bxl-paypal:before {
    content: ""
}

.bxl-periscope:before {
    content: ""
}

.bxl-pinterest:before {
    content: ""
}

.bxl-pinterest-alt:before {
    content: ""
}

.bxl-play-store:before {
    content: ""
}

.bxl-pocket:before {
    content: ""
}

.bxl-product-hunt:before {
    content: ""
}

.bxl-quora:before {
    content: ""
}

.bxl-react:before {
    content: ""
}

.bxl-redbubble:before {
    content: ""
}

.bxl-reddit:before {
    content: ""
}

.bxl-redux:before {
    content: ""
}

.bxl-sass:before {
    content: ""
}

.bxl-shopify:before {
    content: ""
}

.bxl-skype:before {
    content: ""
}

.bxl-slack:before {
    content: ""
}

.bxl-slack-old:before {
    content: ""
}

.bxl-snapchat:before {
    content: ""
}

.bxl-soundcloud:before {
    content: ""
}

.bxl-spotify:before {
    content: ""
}

.bxl-squarespace:before {
    content: ""
}

.bxl-stack-overflow:before {
    content: ""
}

.bxl-stripe:before {
    content: ""
}

.bxl-telegram:before {
    content: ""
}

.bxl-trello:before {
    content: ""
}

.bxl-tumblr:before {
    content: ""
}

.bxl-twitch:before {
    content: ""
}

.bxl-twitter:before {
    content: ""
}

.bxl-unsplash:before {
    content: ""
}

.bxl-vimeo:before {
    content: ""
}

.bxl-visa:before {
    content: ""
}

.bxl-vk:before {
    content: ""
}

.bxl-vuejs:before {
    content: ""
}

.bxl-whatsapp:before {
    content: ""
}

.bxl-whatsapp-square:before {
    content: ""
}

.bxl-wikipedia:before {
    content: ""
}

.bxl-windows:before {
    content: ""
}

.bxl-wix:before {
    content: ""
}

.bxl-wordpress:before {
    content: ""
}

.bxl-yahoo:before {
    content: ""
}

.bxl-yelp:before {
    content: ""
}

.bxl-youtube:before {
    content: ""
}

.bx-abacus:before {
    content: ""
}

.bx-accessibility:before {
    content: ""
}

.bx-add-to-queue:before {
    content: ""
}

.bx-adjust:before {
    content: ""
}

.bx-alarm:before {
    content: ""
}

.bx-alarm-add:before {
    content: ""
}

.bx-alarm-exclamation:before {
    content: ""
}

.bx-alarm-off:before {
    content: ""
}

.bx-alarm-snooze:before {
    content: ""
}

.bx-album:before {
    content: ""
}

.bx-align-justify:before {
    content: ""
}

.bx-align-left:before {
    content: ""
}

.bx-align-middle:before {
    content: ""
}

.bx-align-right:before {
    content: ""
}

.bx-analyse:before {
    content: ""
}

.bx-anchor:before {
    content: ""
}

.bx-angry:before {
    content: ""
}

.bx-aperture:before {
    content: ""
}

.bx-arch:before {
    content: ""
}

.bx-archive:before {
    content: ""
}

.bx-archive-in:before {
    content: ""
}

.bx-archive-out:before {
    content: ""
}

.bx-area:before {
    content: ""
}

.bx-arrow-back:before {
    content: ""
}

.bx-arrow-from-bottom:before {
    content: ""
}

.bx-arrow-from-left:before {
    content: ""
}

.bx-arrow-from-right:before {
    content: ""
}

.bx-arrow-from-top:before {
    content: ""
}

.bx-arrow-to-bottom:before {
    content: ""
}

.bx-arrow-to-left:before {
    content: ""
}

.bx-arrow-to-right:before {
    content: ""
}

.bx-arrow-to-top:before {
    content: ""
}

.bx-at:before {
    content: ""
}

.bx-atom:before {
    content: ""
}

.bx-award:before {
    content: ""
}

.bx-badge:before {
    content: ""
}

.bx-badge-check:before {
    content: ""
}

.bx-ball:before {
    content: ""
}

.bx-band-aid:before {
    content: ""
}

.bx-bar-chart:before {
    content: ""
}

.bx-bar-chart-alt:before {
    content: ""
}

.bx-bar-chart-alt-2:before {
    content: ""
}

.bx-bar-chart-square:before {
    content: ""
}

.bx-barcode:before {
    content: ""
}

.bx-barcode-reader:before {
    content: ""
}

.bx-baseball:before {
    content: ""
}

.bx-basket:before {
    content: ""
}

.bx-basketball:before {
    content: ""
}

.bx-bath:before {
    content: ""
}

.bx-battery:before {
    content: ""
}

.bx-bed:before {
    content: ""
}

.bx-been-here:before {
    content: ""
}

.bx-beer:before {
    content: ""
}

.bx-bell:before {
    content: ""
}

.bx-bell-minus:before {
    content: ""
}

.bx-bell-off:before {
    content: ""
}

.bx-bell-plus:before {
    content: ""
}

.bx-bible:before {
    content: ""
}

.bx-bitcoin:before {
    content: ""
}

.bx-blanket:before {
    content: ""
}

.bx-block:before {
    content: ""
}

.bx-bluetooth:before {
    content: ""
}

.bx-body:before {
    content: ""
}

.bx-bold:before {
    content: ""
}

.bx-bolt-circle:before {
    content: ""
}

.bx-bomb:before {
    content: ""
}

.bx-bone:before {
    content: ""
}

.bx-bong:before {
    content: ""
}

.bx-book:before {
    content: ""
}

.bx-book-add:before {
    content: ""
}

.bx-book-alt:before {
    content: ""
}

.bx-book-bookmark:before {
    content: ""
}

.bx-book-content:before {
    content: ""
}

.bx-book-heart:before {
    content: ""
}

.bx-bookmark:before {
    content: ""
}

.bx-bookmark-minus:before {
    content: ""
}

.bx-bookmark-plus:before {
    content: ""
}

.bx-bookmarks:before {
    content: ""
}

.bx-book-open:before {
    content: ""
}

.bx-book-reader:before {
    content: ""
}

.bx-border-all:before {
    content: ""
}

.bx-border-bottom:before {
    content: ""
}

.bx-border-inner:before {
    content: ""
}

.bx-border-left:before {
    content: ""
}

.bx-border-none:before {
    content: ""
}

.bx-border-outer:before {
    content: ""
}

.bx-border-radius:before {
    content: ""
}

.bx-border-right:before {
    content: ""
}

.bx-border-top:before {
    content: ""
}

.bx-bot:before {
    content: ""
}

.bx-bowling-ball:before {
    content: ""
}

.bx-box:before {
    content: ""
}

.bx-bracket:before {
    content: ""
}

.bx-braille:before {
    content: ""
}

.bx-brain:before {
    content: ""
}

.bx-briefcase:before {
    content: ""
}

.bx-briefcase-alt:before {
    content: ""
}

.bx-briefcase-alt-2:before {
    content: ""
}

.bx-brightness:before {
    content: ""
}

.bx-brightness-half:before {
    content: ""
}

.bx-broadcast:before {
    content: ""
}

.bx-brush:before {
    content: ""
}

.bx-brush-alt:before {
    content: ""
}

.bx-bug:before {
    content: ""
}

.bx-bug-alt:before {
    content: ""
}

.bx-building:before {
    content: ""
}

.bx-building-house:before {
    content: ""
}

.bx-buildings:before {
    content: ""
}

.bx-bulb:before {
    content: ""
}

.bx-bullseye:before {
    content: ""
}

.bx-buoy:before {
    content: ""
}

.bx-bus:before {
    content: ""
}

.bx-bus-school:before {
    content: ""
}

.bx-cabinet:before {
    content: ""
}

.bx-cake:before {
    content: ""
}

.bx-calculator:before {
    content: ""
}

.bx-calendar:before {
    content: ""
}

.bx-calendar-alt:before {
    content: ""
}

.bx-calendar-check:before {
    content: ""
}

.bx-calendar-edit:before {
    content: ""
}

.bx-calendar-event:before {
    content: ""
}

.bx-calendar-exclamation:before {
    content: ""
}

.bx-calendar-heart:before {
    content: ""
}

.bx-calendar-minus:before {
    content: ""
}

.bx-calendar-plus:before {
    content: ""
}

.bx-calendar-star:before {
    content: ""
}

.bx-calendar-week:before {
    content: ""
}

.bx-calendar-x:before {
    content: ""
}

.bx-camera:before {
    content: ""
}

.bx-camera-home:before {
    content: ""
}

.bx-camera-movie:before {
    content: ""
}

.bx-camera-off:before {
    content: ""
}

.bx-capsule:before {
    content: ""
}

.bx-captions:before {
    content: ""
}

.bx-car:before {
    content: ""
}

.bx-card:before {
    content: ""
}

.bx-caret-down:before {
    content: ""
}

.bx-caret-down-circle:before {
    content: ""
}

.bx-caret-down-square:before {
    content: ""
}

.bx-caret-left:before {
    content: ""
}

.bx-caret-left-circle:before {
    content: ""
}

.bx-caret-left-square:before {
    content: ""
}

.bx-caret-right:before {
    content: ""
}

.bx-caret-right-circle:before {
    content: ""
}

.bx-caret-right-square:before {
    content: ""
}

.bx-caret-up:before {
    content: ""
}

.bx-caret-up-circle:before {
    content: ""
}

.bx-caret-up-square:before {
    content: ""
}

.bx-carousel:before {
    content: ""
}

.bx-cart:before {
    content: ""
}

.bx-cart-alt:before {
    content: ""
}

.bx-cast:before {
    content: ""
}

.bx-cctv:before {
    content: ""
}

.bx-certification:before {
    content: ""
}

.bx-chair:before {
    content: ""
}

.bx-chalkboard:before {
    content: ""
}

.bx-chart:before {
    content: ""
}

.bx-chat:before {
    content: ""
}

.bx-check:before {
    content: ""
}

.bx-checkbox:before {
    content: ""
}

.bx-checkbox-checked:before {
    content: ""
}

.bx-checkbox-square:before {
    content: ""
}

.bx-check-circle:before {
    content: ""
}

.bx-check-double:before {
    content: ""
}

.bx-check-shield:before {
    content: ""
}

.bx-check-square:before {
    content: ""
}

.bx-chevron-down:before {
    content: ""
}

.bx-chevron-down-circle:before {
    content: ""
}

.bx-chevron-down-square:before {
    content: ""
}

.bx-chevron-left:before {
    content: ""
}

.bx-chevron-left-circle:before {
    content: ""
}

.bx-chevron-left-square:before {
    content: ""
}

.bx-chevron-right:before {
    content: ""
}

.bx-chevron-right-circle:before {
    content: ""
}

.bx-chevron-right-square:before {
    content: ""
}

.bx-chevrons-down:before {
    content: ""
}

.bx-chevrons-left:before {
    content: ""
}

.bx-chevrons-right:before {
    content: ""
}

.bx-chevrons-up:before {
    content: ""
}

.bx-chevron-up:before {
    content: ""
}

.bx-chevron-up-circle:before {
    content: ""
}

.bx-chevron-up-square:before {
    content: ""
}

.bx-chip:before {
    content: ""
}

.bx-church:before {
    content: ""
}

.bx-circle:before {
    content: ""
}

.bx-clinic:before {
    content: ""
}

.bx-clipboard:before {
    content: ""
}

.bx-closet:before {
    content: ""
}

.bx-cloud:before {
    content: ""
}

.bx-cloud-download:before {
    content: ""
}

.bx-cloud-drizzle:before {
    content: ""
}

.bx-cloud-lightning:before {
    content: ""
}

.bx-cloud-light-rain:before {
    content: ""
}

.bx-cloud-rain:before {
    content: ""
}

.bx-cloud-snow:before {
    content: ""
}

.bx-cloud-upload:before {
    content: ""
}

.bx-code:before {
    content: ""
}

.bx-code-alt:before {
    content: ""
}

.bx-code-block:before {
    content: ""
}

.bx-code-curly:before {
    content: ""
}

.bx-coffee:before {
    content: ""
}

.bx-coffee-togo:before {
    content: ""
}

.bx-cog:before {
    content: ""
}

.bx-coin:before {
    content: ""
}

.bx-coin-stack:before {
    content: ""
}

.bx-collapse:before {
    content: ""
}

.bx-collection:before {
    content: ""
}

.bx-color-fill:before {
    content: ""
}

.bx-columns:before {
    content: ""
}

.bx-command:before {
    content: ""
}

.bx-comment:before {
    content: ""
}

.bx-comment-add:before {
    content: ""
}

.bx-comment-check:before {
    content: ""
}

.bx-comment-detail:before {
    content: ""
}

.bx-comment-dots:before {
    content: ""
}

.bx-comment-edit:before {
    content: ""
}

.bx-comment-error:before {
    content: ""
}

.bx-comment-minus:before {
    content: ""
}

.bx-comment-x:before {
    content: ""
}

.bx-compass:before {
    content: ""
}

.bx-confused:before {
    content: ""
}

.bx-conversation:before {
    content: ""
}

.bx-cookie:before {
    content: ""
}

.bx-cool:before {
    content: ""
}

.bx-copy:before {
    content: ""
}

.bx-copy-alt:before {
    content: ""
}

.bx-copyright:before {
    content: ""
}

.bx-credit-card:before {
    content: ""
}

.bx-credit-card-alt:before {
    content: ""
}

.bx-credit-card-front:before {
    content: ""
}

.bx-crop:before {
    content: ""
}

.bx-crosshair:before {
    content: ""
}

.bx-crown:before {
    content: ""
}

.bx-cube:before {
    content: ""
}

.bx-cube-alt:before {
    content: ""
}

.bx-cuboid:before {
    content: ""
}

.bx-current-location:before {
    content: ""
}

.bx-customize:before {
    content: ""
}

.bx-cut:before {
    content: ""
}

.bx-cycling:before {
    content: ""
}

.bx-cylinder:before {
    content: ""
}

.bx-data:before {
    content: ""
}

.bx-desktop:before {
    content: ""
}

.bx-detail:before {
    content: ""
}

.bx-devices:before {
    content: ""
}

.bx-dialpad:before {
    content: ""
}

.bx-dialpad-alt:before {
    content: ""
}

.bx-diamond:before {
    content: ""
}

.bx-dice-1:before {
    content: ""
}

.bx-dice-2:before {
    content: ""
}

.bx-dice-3:before {
    content: ""
}

.bx-dice-4:before {
    content: ""
}

.bx-dice-5:before {
    content: ""
}

.bx-dice-6:before {
    content: ""
}

.bx-directions:before {
    content: ""
}

.bx-disc:before {
    content: ""
}

.bx-dish:before {
    content: ""
}

.bx-dislike:before {
    content: ""
}

.bx-dizzy:before {
    content: ""
}

.bx-dna:before {
    content: ""
}

.bx-dock-bottom:before {
    content: ""
}

.bx-dock-left:before {
    content: ""
}

.bx-dock-right:before {
    content: ""
}

.bx-dock-top:before {
    content: ""
}

.bx-dollar:before {
    content: ""
}

.bx-dollar-circle:before {
    content: ""
}

.bx-donate-blood:before {
    content: ""
}

.bx-donate-heart:before {
    content: ""
}

.bx-door-open:before {
    content: ""
}

.bx-dots-horizontal:before {
    content: ""
}

.bx-dots-horizontal-rounded:before {
    content: ""
}

.bx-dots-vertical:before {
    content: ""
}

.bx-dots-vertical-rounded:before {
    content: ""
}

.bx-doughnut-chart:before {
    content: ""
}

.bx-down-arrow:before {
    content: ""
}

.bx-down-arrow-alt:before {
    content: ""
}

.bx-down-arrow-circle:before {
    content: ""
}

.bx-download:before {
    content: ""
}

.bx-downvote:before {
    content: ""
}

.bx-drink:before {
    content: ""
}

.bx-droplet:before {
    content: ""
}

.bx-dumbbell:before {
    content: ""
}

.bx-duplicate:before {
    content: ""
}

.bx-edit:before {
    content: ""
}

.bx-edit-alt:before {
    content: ""
}

.bx-envelope:before {
    content: ""
}

.bx-envelope-open:before {
    content: ""
}

.bx-equalizer:before {
    content: ""
}

.bx-eraser:before {
    content: ""
}

.bx-error:before {
    content: ""
}

.bx-error-alt:before {
    content: ""
}

.bx-error-circle:before {
    content: ""
}

.bx-euro:before {
    content: ""
}

.bx-exclude:before {
    content: ""
}

.bx-exit:before {
    content: ""
}

.bx-exit-fullscreen:before {
    content: ""
}

.bx-expand:before {
    content: ""
}

.bx-export:before {
    content: ""
}

.bx-extension:before {
    content: ""
}

.bx-face:before {
    content: ""
}

.bx-fast-forward:before {
    content: ""
}

.bx-fast-forward-circle:before {
    content: ""
}

.bx-female:before {
    content: ""
}

.bx-female-sign:before {
    content: ""
}

.bx-file:before {
    content: ""
}

.bx-file-blank:before {
    content: ""
}

.bx-file-find:before {
    content: ""
}

.bx-film:before {
    content: ""
}

.bx-filter:before {
    content: ""
}

.bx-filter-alt:before {
    content: ""
}

.bx-fingerprint:before {
    content: ""
}

.bx-first-aid:before {
    content: ""
}

.bx-first-page:before {
    content: ""
}

.bx-flag:before {
    content: ""
}

.bx-folder:before {
    content: ""
}

.bx-folder-minus:before {
    content: ""
}

.bx-folder-open:before {
    content: ""
}

.bx-folder-plus:before {
    content: ""
}

.bx-font:before {
    content: ""
}

.bx-font-color:before {
    content: ""
}

.bx-font-family:before {
    content: ""
}

.bx-font-size:before {
    content: ""
}

.bx-food-menu:before {
    content: ""
}

.bx-food-tag:before {
    content: ""
}

.bx-football:before {
    content: ""
}

.bx-fridge:before {
    content: ""
}

.bx-fullscreen:before {
    content: ""
}

.bx-game:before {
    content: ""
}

.bx-gas-pump:before {
    content: ""
}

.bx-ghost:before {
    content: ""
}

.bx-gift:before {
    content: ""
}

.bx-git-branch:before {
    content: ""
}

.bx-git-commit:before {
    content: ""
}

.bx-git-compare:before {
    content: ""
}

.bx-git-merge:before {
    content: ""
}

.bx-git-pull-request:before {
    content: ""
}

.bx-git-repo-forked:before {
    content: ""
}

.bx-glasses:before {
    content: ""
}

.bx-glasses-alt:before {
    content: ""
}

.bx-globe:before {
    content: ""
}

.bx-globe-alt:before {
    content: ""
}

.bx-grid:before {
    content: ""
}

.bx-grid-alt:before {
    content: ""
}

.bx-grid-horizontal:before {
    content: ""
}

.bx-grid-small:before {
    content: ""
}

.bx-grid-vertical:before {
    content: ""
}

.bx-group:before {
    content: ""
}

.bx-handicap:before {
    content: ""
}

.bx-happy:before {
    content: ""
}

.bx-happy-alt:before {
    content: ""
}

.bx-happy-beaming:before {
    content: ""
}

.bx-happy-heart-eyes:before {
    content: ""
}

.bx-hash:before {
    content: ""
}

.bx-hdd:before {
    content: ""
}

.bx-heading:before {
    content: ""
}

.bx-headphone:before {
    content: ""
}

.bx-health:before {
    content: ""
}

.bx-heart:before {
    content: ""
}

.bx-heart-circle:before {
    content: ""
}

.bx-heart-square:before {
    content: ""
}

.bx-help-circle:before {
    content: ""
}

.bx-hide:before {
    content: ""
}

.bx-highlight:before {
    content: ""
}

.bx-history:before {
    content: ""
}

.bx-hive:before {
    content: ""
}

.bx-home:before {
    content: ""
}

.bx-home-alt:before {
    content: ""
}

.bx-home-circle:before {
    content: ""
}

.bx-home-heart:before {
    content: ""
}

.bx-home-smile:before {
    content: ""
}

.bx-horizontal-center:before {
    content: ""
}

.bx-hotel:before {
    content: ""
}

.bx-hourglass:before {
    content: ""
}

.bx-id-card:before {
    content: ""
}

.bx-image:before {
    content: ""
}

.bx-image-add:before {
    content: ""
}

.bx-image-alt:before {
    content: ""
}

.bx-images:before {
    content: ""
}

.bx-import:before {
    content: ""
}

.bx-infinite:before {
    content: ""
}

.bx-info-circle:before {
    content: ""
}

.bx-info-square:before {
    content: ""
}

.bx-intersect:before {
    content: ""
}

.bx-italic:before {
    content: ""
}

.bx-joystick:before {
    content: ""
}

.bx-joystick-alt:before {
    content: ""
}

.bx-joystick-button:before {
    content: ""
}

.bx-key:before {
    content: ""
}

.bx-label:before {
    content: ""
}

.bx-landscape:before {
    content: ""
}

.bx-laptop:before {
    content: ""
}

.bx-last-page:before {
    content: ""
}

.bx-laugh:before {
    content: ""
}

.bx-layer:before {
    content: ""
}

.bx-layer-minus:before {
    content: ""
}

.bx-layer-plus:before {
    content: ""
}

.bx-layout:before {
    content: ""
}

.bx-left-arrow:before {
    content: ""
}

.bx-left-arrow-alt:before {
    content: ""
}

.bx-left-arrow-circle:before {
    content: ""
}

.bx-left-down-arrow-circle:before {
    content: ""
}

.bx-left-indent:before {
    content: ""
}

.bx-left-top-arrow-circle:before {
    content: ""
}

.bx-like:before {
    content: ""
}

.bx-line-chart:before {
    content: ""
}

.bx-line-chart-down:before {
    content: ""
}

.bx-link:before {
    content: ""
}

.bx-link-alt:before {
    content: ""
}

.bx-link-external:before {
    content: ""
}

.bx-lira:before {
    content: ""
}

.bx-list-check:before {
    content: ""
}

.bx-list-minus:before {
    content: ""
}

.bx-list-ol:before {
    content: ""
}

.bx-list-plus:before {
    content: ""
}

.bx-list-ul:before {
    content: ""
}

.bx-loader:before {
    content: ""
}

.bx-loader-alt:before {
    content: ""
}

.bx-loader-circle:before {
    content: ""
}

.bx-location-plus:before {
    content: ""
}

.bx-lock:before {
    content: ""
}

.bx-lock-alt:before {
    content: ""
}

.bx-lock-open:before {
    content: ""
}

.bx-lock-open-alt:before {
    content: ""
}

.bx-log-in:before {
    content: ""
}

.bx-log-in-circle:before {
    content: ""
}

.bx-log-out:before {
    content: ""
}

.bx-log-out-circle:before {
    content: ""
}

.bx-low-vision:before {
    content: ""
}

.bx-magnet:before {
    content: ""
}

.bx-mail-send:before {
    content: ""
}

.bx-male:before {
    content: ""
}

.bx-male-sign:before {
    content: ""
}

.bx-map:before {
    content: ""
}

.bx-map-alt:before {
    content: ""
}

.bx-map-pin:before {
    content: ""
}

.bx-mask:before {
    content: ""
}

.bx-medal:before {
    content: ""
}

.bx-meh:before {
    content: ""
}

.bx-meh-alt:before {
    content: ""
}

.bx-meh-blank:before {
    content: ""
}

.bx-memory-card:before {
    content: ""
}

.bx-menu:before {
    content: ""
}

.bx-menu-alt-left:before {
    content: ""
}

.bx-menu-alt-right:before {
    content: ""
}

.bx-merge:before {
    content: ""
}

.bx-message:before {
    content: ""
}

.bx-message-add:before {
    content: ""
}

.bx-message-alt:before {
    content: ""
}

.bx-message-alt-add:before {
    content: ""
}

.bx-message-alt-check:before {
    content: ""
}

.bx-message-alt-detail:before {
    content: ""
}

.bx-message-alt-dots:before {
    content: ""
}

.bx-message-alt-edit:before {
    content: ""
}

.bx-message-alt-error:before {
    content: ""
}

.bx-message-alt-minus:before {
    content: ""
}

.bx-message-alt-x:before {
    content: ""
}

.bx-message-check:before {
    content: ""
}

.bx-message-detail:before {
    content: ""
}

.bx-message-dots:before {
    content: ""
}

.bx-message-edit:before {
    content: ""
}

.bx-message-error:before {
    content: ""
}

.bx-message-minus:before {
    content: ""
}

.bx-message-rounded:before {
    content: ""
}

.bx-message-rounded-add:before {
    content: ""
}

.bx-message-rounded-check:before {
    content: ""
}

.bx-message-rounded-detail:before {
    content: ""
}

.bx-message-rounded-dots:before {
    content: ""
}

.bx-message-rounded-edit:before {
    content: ""
}

.bx-message-rounded-error:before {
    content: ""
}

.bx-message-rounded-minus:before {
    content: ""
}

.bx-message-rounded-x:before {
    content: ""
}

.bx-message-square:before {
    content: ""
}

.bx-message-square-add:before {
    content: ""
}

.bx-message-square-check:before {
    content: ""
}

.bx-message-square-detail:before {
    content: ""
}

.bx-message-square-dots:before {
    content: ""
}

.bx-message-square-edit:before {
    content: ""
}

.bx-message-square-error:before {
    content: ""
}

.bx-message-square-minus:before {
    content: ""
}

.bx-message-square-x:before {
    content: ""
}

.bx-message-x:before {
    content: ""
}

.bx-meteor:before {
    content: ""
}

.bx-microchip:before {
    content: ""
}

.bx-microphone:before {
    content: ""
}

.bx-microphone-off:before {
    content: ""
}

.bx-minus:before {
    content: ""
}

.bx-minus-back:before {
    content: ""
}

.bx-minus-circle:before {
    content: ""
}

.bx-minus-front:before {
    content: ""
}

.bx-mobile:before {
    content: ""
}

.bx-mobile-alt:before {
    content: ""
}

.bx-mobile-landscape:before {
    content: ""
}

.bx-mobile-vibration:before {
    content: ""
}

.bx-money:before {
    content: ""
}

.bx-moon:before {
    content: ""
}

.bx-mouse:before {
    content: ""
}

.bx-mouse-alt:before {
    content: ""
}

.bx-move:before {
    content: ""
}

.bx-move-horizontal:before {
    content: ""
}

.bx-move-vertical:before {
    content: ""
}

.bx-movie:before {
    content: ""
}

.bx-music:before {
    content: ""
}

.bx-navigation:before {
    content: ""
}

.bx-network-chart:before {
    content: ""
}

.bx-news:before {
    content: ""
}

.bx-no-entry:before {
    content: ""
}

.bx-note:before {
    content: ""
}

.bx-notepad:before {
    content: ""
}

.bx-notification:before {
    content: ""
}

.bx-notification-off:before {
    content: ""
}

.bx-outline:before {
    content: ""
}

.bx-package:before {
    content: ""
}

.bx-paint:before {
    content: ""
}

.bx-paint-roll:before {
    content: ""
}

.bx-palette:before {
    content: ""
}

.bx-paperclip:before {
    content: ""
}

.bx-paper-plane:before {
    content: ""
}

.bx-paragraph:before {
    content: ""
}

.bx-paste:before {
    content: ""
}

.bx-pause:before {
    content: ""
}

.bx-pause-circle:before {
    content: ""
}

.bx-pen:before {
    content: ""
}

.bx-pencil:before {
    content: ""
}

.bx-phone:before {
    content: ""
}

.bx-phone-call:before {
    content: ""
}

.bx-phone-incoming:before {
    content: ""
}

.bx-phone-outgoing:before {
    content: ""
}

.bx-photo-album:before {
    content: ""
}

.bx-pie-chart:before {
    content: ""
}

.bx-pie-chart-alt:before {
    content: ""
}

.bx-pie-chart-alt-2:before {
    content: ""
}

.bx-pin:before {
    content: ""
}

.bx-planet:before {
    content: ""
}

.bx-play:before {
    content: ""
}

.bx-play-circle:before {
    content: ""
}

.bx-plug:before {
    content: ""
}

.bx-plus:before {
    content: ""
}

.bx-plus-circle:before {
    content: ""
}

.bx-plus-medical:before {
    content: ""
}

.bx-pointer:before {
    content: ""
}

.bx-poll:before {
    content: ""
}

.bx-polygon:before {
    content: ""
}

.bx-pound:before {
    content: ""
}

.bx-power-off:before {
    content: ""
}

.bx-printer:before {
    content: ""
}

.bx-pulse:before {
    content: ""
}

.bx-purchase-tag:before {
    content: ""
}

.bx-purchase-tag-alt:before {
    content: ""
}

.bx-pyramid:before {
    content: ""
}

.bx-question-mark:before {
    content: ""
}

.bx-radar:before {
    content: ""
}

.bx-radio:before {
    content: ""
}

.bx-radio-circle:before {
    content: ""
}

.bx-radio-circle-marked:before {
    content: ""
}

.bx-receipt:before {
    content: ""
}

.bx-rectangle:before {
    content: ""
}

.bx-recycle:before {
    content: ""
}

.bx-redo:before {
    content: ""
}

.bx-refresh:before {
    content: ""
}

.bx-rename:before {
    content: ""
}

.bx-repeat:before {
    content: ""
}

.bx-reply:before {
    content: ""
}

.bx-reply-all:before {
    content: ""
}

.bx-repost:before {
    content: ""
}

.bx-reset:before {
    content: ""
}

.bx-restaurant:before {
    content: ""
}

.bx-revision:before {
    content: ""
}

.bx-rewind:before {
    content: ""
}

.bx-rewind-circle:before {
    content: ""
}

.bx-right-arrow:before {
    content: ""
}

.bx-right-arrow-alt:before {
    content: ""
}

.bx-right-arrow-circle:before {
    content: ""
}

.bx-right-down-arrow-circle:before {
    content: ""
}

.bx-right-indent:before {
    content: ""
}

.bx-right-top-arrow-circle:before {
    content: ""
}

.bx-rocket:before {
    content: ""
}

.bx-rotate-left:before {
    content: ""
}

.bx-rotate-right:before {
    content: ""
}

.bx-rss:before {
    content: ""
}

.bx-ruble:before {
    content: ""
}

.bx-ruler:before {
    content: ""
}

.bx-run:before {
    content: ""
}

.bx-rupee:before {
    content: ""
}

.bx-sad:before {
    content: ""
}

.bx-save:before {
    content: ""
}

.bx-scan:before {
    content: ""
}

.bx-screenshot:before {
    content: ""
}

.bx-search:before {
    content: ""
}

.bx-search-alt:before {
    content: ""
}

.bx-search-alt-2:before {
    content: ""
}

.bx-selection:before {
    content: ""
}

.bx-select-multiple:before {
    content: ""
}

.bx-send:before {
    content: ""
}

.bx-server:before {
    content: ""
}

.bx-shape-circle:before {
    content: ""
}

.bx-shape-polygon:before {
    content: ""
}

.bx-shape-square:before {
    content: ""
}

.bx-shape-triangle:before {
    content: ""
}

.bx-share:before {
    content: ""
}

.bx-share-alt:before {
    content: ""
}

.bx-shekel:before {
    content: ""
}

.bx-shield:before {
    content: ""
}

.bx-shield-alt:before {
    content: ""
}

.bx-shield-alt-2:before {
    content: ""
}

.bx-shield-quarter:before {
    content: ""
}

.bx-shield-x:before {
    content: ""
}

.bx-shocked:before {
    content: ""
}

.bx-shopping-bag:before {
    content: ""
}

.bx-show:before {
    content: ""
}

.bx-show-alt:before {
    content: ""
}

.bx-shuffle:before {
    content: ""
}

.bx-sidebar:before {
    content: ""
}

.bx-sitemap:before {
    content: ""
}

.bx-skip-next:before {
    content: ""
}

.bx-skip-next-circle:before {
    content: ""
}

.bx-skip-previous:before {
    content: ""
}

.bx-skip-previous-circle:before {
    content: ""
}

.bx-sleepy:before {
    content: ""
}

.bx-slider:before {
    content: ""
}

.bx-slider-alt:before {
    content: ""
}

.bx-slideshow:before {
    content: ""
}

.bx-smile:before {
    content: ""
}

.bx-sort:before {
    content: ""
}

.bx-sort-a-z:before {
    content: ""
}

.bx-sort-down:before {
    content: ""
}

.bx-sort-up:before {
    content: ""
}

.bx-sort-z-a:before {
    content: ""
}

.bx-spa:before {
    content: ""
}

.bx-space-bar:before {
    content: ""
}

.bx-spray-can:before {
    content: ""
}

.bx-spreadsheet:before {
    content: ""
}

.bx-square:before {
    content: ""
}

.bx-square-rounded:before {
    content: ""
}

.bx-star:before {
    content: ""
}

.bx-station:before {
    content: ""
}

.bx-stats:before {
    content: ""
}

.bx-sticker:before {
    content: ""
}

.bx-stop:before {
    content: ""
}

.bx-stop-circle:before {
    content: ""
}

.bx-stopwatch:before {
    content: ""
}

.bx-store:before {
    content: ""
}

.bx-store-alt:before {
    content: ""
}

.bx-street-view:before {
    content: ""
}

.bx-strikethrough:before {
    content: ""
}

.bx-subdirectory-left:before {
    content: ""
}

.bx-subdirectory-right:before {
    content: ""
}

.bx-sun:before {
    content: ""
}

.bx-support:before {
    content: ""
}

.bx-swim:before {
    content: ""
}

.bx-sync:before {
    content: ""
}

.bx-tab:before {
    content: ""
}

.bx-table:before {
    content: ""
}

.bx-tachometer:before {
    content: ""
}

.bx-tag:before {
    content: ""
}

.bx-target-lock:before {
    content: ""
}

.bx-task:before {
    content: ""
}

.bx-task-x:before {
    content: ""
}

.bx-taxi:before {
    content: ""
}

.bx-tennis-ball:before {
    content: ""
}

.bx-terminal:before {
    content: ""
}

.bx-test-tube:before {
    content: ""
}

.bx-text:before {
    content: ""
}

.bx-time:before {
    content: ""
}

.bx-time-five:before {
    content: ""
}

.bx-timer:before {
    content: ""
}

.bx-tired:before {
    content: ""
}

.bx-toggle-left:before {
    content: ""
}

.bx-toggle-right:before {
    content: ""
}

.bx-tone:before {
    content: ""
}

.bx-traffic-cone:before {
    content: ""
}

.bx-train:before {
    content: ""
}

.bx-transfer:before {
    content: ""
}

.bx-transfer-alt:before {
    content: ""
}

.bx-trash:before {
    content: ""
}

.bx-trash-alt:before {
    content: ""
}

.bx-trending-down:before {
    content: ""
}

.bx-trending-up:before {
    content: ""
}

.bx-trim:before {
    content: ""
}

.bx-trophy:before {
    content: ""
}

.bx-tv:before {
    content: ""
}

.bx-underline:before {
    content: ""
}

.bx-undo:before {
    content: ""
}

.bx-unite:before {
    content: ""
}

.bx-unlink:before {
    content: ""
}

.bx-up-arrow:before {
    content: ""
}

.bx-up-arrow-alt:before {
    content: ""
}

.bx-up-arrow-circle:before {
    content: ""
}

.bx-upload:before {
    content: ""
}

.bx-upside-down:before {
    content: ""
}

.bx-upvote:before {
    content: ""
}

.bx-usb:before {
    content: ""
}

.bx-user:before {
    content: ""
}

.bx-user-check:before {
    content: ""
}

.bx-user-circle:before {
    content: ""
}

.bx-user-minus:before {
    content: ""
}

.bx-user-pin:before {
    content: ""
}

.bx-user-plus:before {
    content: ""
}

.bx-user-voice:before {
    content: ""
}

.bx-user-x:before {
    content: ""
}

.bx-vector:before {
    content: ""
}

.bx-vertical-center:before {
    content: ""
}

.bx-vial:before {
    content: ""
}

.bx-video:before {
    content: ""
}

.bx-video-off:before {
    content: ""
}

.bx-video-plus:before {
    content: ""
}

.bx-video-recording:before {
    content: ""
}

.bx-voicemail:before {
    content: ""
}

.bx-volume:before {
    content: ""
}

.bx-volume-full:before {
    content: ""
}

.bx-volume-low:before {
    content: ""
}

.bx-volume-mute:before {
    content: ""
}

.bx-walk:before {
    content: ""
}

.bx-wallet:before {
    content: ""
}

.bx-wallet-alt:before {
    content: ""
}

.bx-water:before {
    content: ""
}

.bx-webcam:before {
    content: ""
}

.bx-wifi:before {
    content: ""
}

.bx-wifi-0:before {
    content: ""
}

.bx-wifi-1:before {
    content: ""
}

.bx-wifi-2:before {
    content: ""
}

.bx-wifi-off:before {
    content: ""
}

.bx-wind:before {
    content: ""
}

.bx-window:before {
    content: ""
}

.bx-window-alt:before {
    content: ""
}

.bx-window-close:before {
    content: ""
}

.bx-window-open:before {
    content: ""
}

.bx-windows:before {
    content: ""
}

.bx-wine:before {
    content: ""
}

.bx-wink-smile:before {
    content: ""
}

.bx-wink-tongue:before {
    content: ""
}

.bx-won:before {
    content: ""
}

.bx-world:before {
    content: ""
}

.bx-wrench:before {
    content: ""
}

.bx-x:before {
    content: ""
}

.bx-x-circle:before {
    content: ""
}

.bx-yen:before {
    content: ""
}

.bx-zoom-in:before {
    content: ""
}

.bx-zoom-out:before {
    content: ""
}

.bxs-add-to-queue:before {
    content: ""
}

.bxs-adjust:before {
    content: ""
}

.bxs-adjust-alt:before {
    content: ""
}

.bxs-alarm:before {
    content: ""
}

.bxs-alarm-add:before {
    content: ""
}

.bxs-alarm-exclamation:before {
    content: ""
}

.bxs-alarm-off:before {
    content: ""
}

.bxs-alarm-snooze:before {
    content: ""
}

.bxs-album:before {
    content: ""
}

.bxs-ambulance:before {
    content: ""
}

.bxs-analyse:before {
    content: ""
}

.bxs-angry:before {
    content: ""
}

.bxs-arch:before {
    content: ""
}

.bxs-archive:before {
    content: ""
}

.bxs-archive-in:before {
    content: ""
}

.bxs-archive-out:before {
    content: ""
}

.bxs-area:before {
    content: ""
}

.bxs-arrow-from-bottom:before {
    content: ""
}

.bxs-arrow-from-left:before {
    content: ""
}

.bxs-arrow-from-right:before {
    content: ""
}

.bxs-arrow-from-top:before {
    content: ""
}

.bxs-arrow-to-bottom:before {
    content: ""
}

.bxs-arrow-to-left:before {
    content: ""
}

.bxs-arrow-to-right:before {
    content: ""
}

.bxs-arrow-to-top:before {
    content: ""
}

.bxs-award:before {
    content: ""
}

.bxs-baby-carriage:before {
    content: ""
}

.bxs-backpack:before {
    content: ""
}

.bxs-badge:before {
    content: ""
}

.bxs-badge-check:before {
    content: ""
}

.bxs-badge-dollar:before {
    content: ""
}

.bxs-ball:before {
    content: ""
}

.bxs-band-aid:before {
    content: ""
}

.bxs-bank:before {
    content: ""
}

.bxs-bar-chart-alt-2:before {
    content: ""
}

.bxs-bar-chart-square:before {
    content: ""
}

.bxs-barcode:before {
    content: ""
}

.bxs-baseball:before {
    content: ""
}

.bxs-basket:before {
    content: ""
}

.bxs-basketball:before {
    content: ""
}

.bxs-bath:before {
    content: ""
}

.bxs-battery:before {
    content: ""
}

.bxs-battery-charging:before {
    content: ""
}

.bxs-battery-full:before {
    content: ""
}

.bxs-battery-low:before {
    content: ""
}

.bxs-bed:before {
    content: ""
}

.bxs-been-here:before {
    content: ""
}

.bxs-beer:before {
    content: ""
}

.bxs-bell:before {
    content: ""
}

.bxs-bell-minus:before {
    content: ""
}

.bxs-bell-off:before {
    content: ""
}

.bxs-bell-plus:before {
    content: ""
}

.bxs-bell-ring:before {
    content: ""
}

.bxs-bible:before {
    content: ""
}

.bxs-binoculars:before {
    content: ""
}

.bxs-blanket:before {
    content: ""
}

.bxs-bolt:before {
    content: ""
}

.bxs-bolt-circle:before {
    content: ""
}

.bxs-bomb:before {
    content: ""
}

.bxs-bone:before {
    content: ""
}

.bxs-bong:before {
    content: ""
}

.bxs-book:before {
    content: ""
}

.bxs-book-add:before {
    content: ""
}

.bxs-book-alt:before {
    content: ""
}

.bxs-book-bookmark:before {
    content: ""
}

.bxs-book-content:before {
    content: ""
}

.bxs-book-heart:before {
    content: ""
}

.bxs-bookmark:before {
    content: ""
}

.bxs-bookmark-minus:before {
    content: ""
}

.bxs-bookmark-plus:before {
    content: ""
}

.bxs-bookmarks:before {
    content: ""
}

.bxs-bookmark-star:before {
    content: ""
}

.bxs-book-open:before {
    content: ""
}

.bxs-book-reader:before {
    content: ""
}

.bxs-bot:before {
    content: ""
}

.bxs-bowling-ball:before {
    content: ""
}

.bxs-box:before {
    content: ""
}

.bxs-brain:before {
    content: ""
}

.bxs-briefcase:before {
    content: ""
}

.bxs-briefcase-alt:before {
    content: ""
}

.bxs-briefcase-alt-2:before {
    content: ""
}

.bxs-brightness:before {
    content: ""
}

.bxs-brightness-half:before {
    content: ""
}

.bxs-brush:before {
    content: ""
}

.bxs-brush-alt:before {
    content: ""
}

.bxs-bug:before {
    content: ""
}

.bxs-bug-alt:before {
    content: ""
}

.bxs-building:before {
    content: ""
}

.bxs-building-house:before {
    content: ""
}

.bxs-buildings:before {
    content: ""
}

.bxs-bulb:before {
    content: ""
}

.bxs-bullseye:before {
    content: ""
}

.bxs-buoy:before {
    content: ""
}

.bxs-bus:before {
    content: ""
}

.bxs-business:before {
    content: ""
}

.bxs-bus-school:before {
    content: ""
}

.bxs-cabinet:before {
    content: ""
}

.bxs-cake:before {
    content: ""
}

.bxs-calculator:before {
    content: ""
}

.bxs-calendar:before {
    content: ""
}

.bxs-calendar-alt:before {
    content: ""
}

.bxs-calendar-check:before {
    content: ""
}

.bxs-calendar-edit:before {
    content: ""
}

.bxs-calendar-event:before {
    content: ""
}

.bxs-calendar-exclamation:before {
    content: ""
}

.bxs-calendar-heart:before {
    content: ""
}

.bxs-calendar-minus:before {
    content: ""
}

.bxs-calendar-plus:before {
    content: ""
}

.bxs-calendar-star:before {
    content: ""
}

.bxs-calendar-week:before {
    content: ""
}

.bxs-calendar-x:before {
    content: ""
}

.bxs-camera:before {
    content: ""
}

.bxs-camera-home:before {
    content: ""
}

.bxs-camera-movie:before {
    content: ""
}

.bxs-camera-off:before {
    content: ""
}

.bxs-camera-plus:before {
    content: ""
}

.bxs-capsule:before {
    content: ""
}

.bxs-captions:before {
    content: ""
}

.bxs-car:before {
    content: ""
}

.bxs-car-battery:before {
    content: ""
}

.bxs-car-crash:before {
    content: ""
}

.bxs-card:before {
    content: ""
}

.bxs-caret-down-circle:before {
    content: ""
}

.bxs-caret-down-square:before {
    content: ""
}

.bxs-caret-left-circle:before {
    content: ""
}

.bxs-caret-left-square:before {
    content: ""
}

.bxs-caret-right-circle:before {
    content: ""
}

.bxs-caret-right-square:before {
    content: ""
}

.bxs-caret-up-circle:before {
    content: ""
}

.bxs-caret-up-square:before {
    content: ""
}

.bxs-car-garage:before {
    content: ""
}

.bxs-car-mechanic:before {
    content: ""
}

.bxs-carousel:before {
    content: ""
}

.bxs-cart:before {
    content: ""
}

.bxs-cart-add:before {
    content: ""
}

.bxs-cart-alt:before {
    content: ""
}

.bxs-cart-download:before {
    content: ""
}

.bxs-car-wash:before {
    content: ""
}

.bxs-cctv:before {
    content: ""
}

.bxs-certification:before {
    content: ""
}

.bxs-chalkboard:before {
    content: ""
}

.bxs-chart:before {
    content: ""
}

.bxs-chat:before {
    content: ""
}

.bxs-checkbox:before {
    content: ""
}

.bxs-checkbox-checked:before {
    content: ""
}

.bxs-check-circle:before {
    content: ""
}

.bxs-check-shield:before {
    content: ""
}

.bxs-check-square:before {
    content: ""
}

.bxs-chess:before {
    content: ""
}

.bxs-chevron-down:before {
    content: ""
}

.bxs-chevron-down-circle:before {
    content: ""
}

.bxs-chevron-down-square:before {
    content: ""
}

.bxs-chevron-left:before {
    content: ""
}

.bxs-chevron-left-circle:before {
    content: ""
}

.bxs-chevron-left-square:before {
    content: ""
}

.bxs-chevron-right:before {
    content: ""
}

.bxs-chevron-right-circle:before {
    content: ""
}

.bxs-chevron-right-square:before {
    content: ""
}

.bxs-chevrons-down:before {
    content: ""
}

.bxs-chevrons-left:before {
    content: ""
}

.bxs-chevrons-right:before {
    content: ""
}

.bxs-chevrons-up:before {
    content: ""
}

.bxs-chevron-up:before {
    content: ""
}

.bxs-chevron-up-circle:before {
    content: ""
}

.bxs-chevron-up-square:before {
    content: ""
}

.bxs-chip:before {
    content: ""
}

.bxs-church:before {
    content: ""
}

.bxs-circle:before {
    content: ""
}

.bxs-city:before {
    content: ""
}

.bxs-clinic:before {
    content: ""
}

.bxs-cloud:before {
    content: ""
}

.bxs-cloud-download:before {
    content: ""
}

.bxs-cloud-lightning:before {
    content: ""
}

.bxs-cloud-rain:before {
    content: ""
}

.bxs-cloud-upload:before {
    content: ""
}

.bxs-coffee:before {
    content: ""
}

.bxs-coffee-alt:before {
    content: ""
}

.bxs-coffee-togo:before {
    content: ""
}

.bxs-cog:before {
    content: ""
}

.bxs-coin:before {
    content: ""
}

.bxs-coin-stack:before {
    content: ""
}

.bxs-collection:before {
    content: ""
}

.bxs-color-fill:before {
    content: ""
}

.bxs-comment:before {
    content: ""
}

.bxs-comment-add:before {
    content: ""
}

.bxs-comment-check:before {
    content: ""
}

.bxs-comment-detail:before {
    content: ""
}

.bxs-comment-dots:before {
    content: ""
}

.bxs-comment-edit:before {
    content: ""
}

.bxs-comment-error:before {
    content: ""
}

.bxs-comment-minus:before {
    content: ""
}

.bxs-comment-x:before {
    content: ""
}

.bxs-compass:before {
    content: ""
}

.bxs-component:before {
    content: ""
}

.bxs-confused:before {
    content: ""
}

.bxs-contact:before {
    content: ""
}

.bxs-conversation:before {
    content: ""
}

.bxs-cookie:before {
    content: ""
}

.bxs-cool:before {
    content: ""
}

.bxs-copy:before {
    content: ""
}

.bxs-copy-alt:before {
    content: ""
}

.bxs-copyright:before {
    content: ""
}

.bxs-coupon:before {
    content: ""
}

.bxs-credit-card:before {
    content: ""
}

.bxs-credit-card-alt:before {
    content: ""
}

.bxs-credit-card-front:before {
    content: ""
}

.bxs-crop:before {
    content: ""
}

.bxs-crown:before {
    content: ""
}

.bxs-cube:before {
    content: ""
}

.bxs-cube-alt:before {
    content: ""
}

.bxs-cuboid:before {
    content: ""
}

.bxs-customize:before {
    content: ""
}

.bxs-cylinder:before {
    content: ""
}

.bxs-dashboard:before {
    content: ""
}

.bxs-data:before {
    content: ""
}

.bxs-detail:before {
    content: ""
}

.bxs-devices:before {
    content: ""
}

.bxs-diamond:before {
    content: ""
}

.bxs-dice-1:before {
    content: ""
}

.bxs-dice-2:before {
    content: ""
}

.bxs-dice-3:before {
    content: ""
}

.bxs-dice-4:before {
    content: ""
}

.bxs-dice-5:before {
    content: ""
}

.bxs-dice-6:before {
    content: ""
}

.bxs-direction-left:before {
    content: ""
}

.bxs-direction-right:before {
    content: ""
}

.bxs-directions:before {
    content: ""
}

.bxs-disc:before {
    content: ""
}

.bxs-discount:before {
    content: ""
}

.bxs-dish:before {
    content: ""
}

.bxs-dislike:before {
    content: ""
}

.bxs-dizzy:before {
    content: ""
}

.bxs-dock-bottom:before {
    content: ""
}

.bxs-dock-left:before {
    content: ""
}

.bxs-dock-right:before {
    content: ""
}

.bxs-dock-top:before {
    content: ""
}

.bxs-dollar-circle:before {
    content: ""
}

.bxs-donate-blood:before {
    content: ""
}

.bxs-donate-heart:before {
    content: ""
}

.bxs-door-open:before {
    content: ""
}

.bxs-doughnut-chart:before {
    content: ""
}

.bxs-down-arrow:before {
    content: ""
}

.bxs-down-arrow-alt:before {
    content: ""
}

.bxs-down-arrow-circle:before {
    content: ""
}

.bxs-down-arrow-square:before {
    content: ""
}

.bxs-download:before {
    content: ""
}

.bxs-downvote:before {
    content: ""
}

.bxs-drink:before {
    content: ""
}

.bxs-droplet:before {
    content: ""
}

.bxs-droplet-half:before {
    content: ""
}

.bxs-dryer:before {
    content: ""
}

.bxs-duplicate:before {
    content: ""
}

.bxs-edit:before {
    content: ""
}

.bxs-edit-alt:before {
    content: ""
}

.bxs-edit-location:before {
    content: ""
}

.bxs-eject:before {
    content: ""
}

.bxs-envelope:before {
    content: ""
}

.bxs-envelope-open:before {
    content: ""
}

.bxs-eraser:before {
    content: ""
}

.bxs-error:before {
    content: ""
}

.bxs-error-alt:before {
    content: ""
}

.bxs-error-circle:before {
    content: ""
}

.bxs-ev-station:before {
    content: ""
}

.bxs-exit:before {
    content: ""
}

.bxs-extension:before {
    content: ""
}

.bxs-eyedropper:before {
    content: ""
}

.bxs-face:before {
    content: ""
}

.bxs-factory:before {
    content: ""
}

.bxs-fast-forward-circle:before {
    content: ""
}

.bxs-file:before {
    content: ""
}

.bxs-file-archive:before {
    content: ""
}

.bxs-file-blank:before {
    content: ""
}

.bxs-file-css:before {
    content: ""
}

.bxs-file-doc:before {
    content: ""
}

.bxs-file-export:before {
    content: ""
}

.bxs-file-find:before {
    content: ""
}

.bxs-file-gif:before {
    content: ""
}

.bxs-file-html:before {
    content: ""
}

.bxs-file-image:before {
    content: ""
}

.bxs-file-import:before {
    content: ""
}

.bxs-file-jpg:before {
    content: ""
}

.bxs-file-js:before {
    content: ""
}

.bxs-file-json:before {
    content: ""
}

.bxs-file-md:before {
    content: ""
}

.bxs-file-pdf:before {
    content: ""
}

.bxs-file-plus:before {
    content: ""
}

.bxs-file-png:before {
    content: ""
}

.bxs-file-txt:before {
    content: ""
}

.bxs-film:before {
    content: ""
}

.bxs-filter-alt:before {
    content: ""
}

.bxs-first-aid:before {
    content: ""
}

.bxs-flag:before {
    content: ""
}

.bxs-flag-alt:before {
    content: ""
}

.bxs-flag-checkered:before {
    content: ""
}

.bxs-flame:before {
    content: ""
}

.bxs-flask:before {
    content: ""
}

.bxs-florist:before {
    content: ""
}

.bxs-folder:before {
    content: ""
}

.bxs-folder-minus:before {
    content: ""
}

.bxs-folder-open:before {
    content: ""
}

.bxs-folder-plus:before {
    content: ""
}

.bxs-food-menu:before {
    content: ""
}

.bxs-fridge:before {
    content: ""
}

.bxs-game:before {
    content: ""
}

.bxs-gas-pump:before {
    content: ""
}

.bxs-ghost:before {
    content: ""
}

.bxs-gift:before {
    content: ""
}

.bxs-graduation:before {
    content: ""
}

.bxs-grid:before {
    content: ""
}

.bxs-grid-alt:before {
    content: ""
}

.bxs-group:before {
    content: ""
}

.bxs-guitar-amp:before {
    content: ""
}

.bxs-hand-down:before {
    content: ""
}

.bxs-hand-left:before {
    content: ""
}

.bxs-hand-right:before {
    content: ""
}

.bxs-hand-up:before {
    content: ""
}

.bxs-happy:before {
    content: ""
}

.bxs-happy-alt:before {
    content: ""
}

.bxs-happy-beaming:before {
    content: ""
}

.bxs-happy-heart-eyes:before {
    content: ""
}

.bxs-hdd:before {
    content: ""
}

.bxs-heart:before {
    content: ""
}

.bxs-heart-circle:before {
    content: ""
}

.bxs-heart-square:before {
    content: ""
}

.bxs-help-circle:before {
    content: ""
}

.bxs-hide:before {
    content: ""
}

.bxs-home:before {
    content: ""
}

.bxs-home-circle:before {
    content: ""
}

.bxs-home-heart:before {
    content: ""
}

.bxs-home-smile:before {
    content: ""
}

.bxs-hot:before {
    content: ""
}

.bxs-hotel:before {
    content: ""
}

.bxs-hourglass:before {
    content: ""
}

.bxs-hourglass-bottom:before {
    content: ""
}

.bxs-hourglass-top:before {
    content: ""
}

.bxs-id-card:before {
    content: ""
}

.bxs-image:before {
    content: ""
}

.bxs-image-add:before {
    content: ""
}

.bxs-image-alt:before {
    content: ""
}

.bxs-inbox:before {
    content: ""
}

.bxs-info-circle:before {
    content: ""
}

.bxs-info-square:before {
    content: ""
}

.bxs-institution:before {
    content: ""
}

.bxs-joystick:before {
    content: ""
}

.bxs-joystick-alt:before {
    content: ""
}

.bxs-joystick-button:before {
    content: ""
}

.bxs-key:before {
    content: ""
}

.bxs-keyboard:before {
    content: ""
}

.bxs-label:before {
    content: ""
}

.bxs-landmark:before {
    content: ""
}

.bxs-landscape:before {
    content: ""
}

.bxs-laugh:before {
    content: ""
}

.bxs-layer:before {
    content: ""
}

.bxs-layer-minus:before {
    content: ""
}

.bxs-layer-plus:before {
    content: ""
}

.bxs-layout:before {
    content: ""
}

.bxs-left-arrow:before {
    content: ""
}

.bxs-left-arrow-alt:before {
    content: ""
}

.bxs-left-arrow-circle:before {
    content: ""
}

.bxs-left-arrow-square:before {
    content: ""
}

.bxs-left-down-arrow-circle:before {
    content: ""
}

.bxs-left-top-arrow-circle:before {
    content: ""
}

.bxs-like:before {
    content: ""
}

.bxs-location-plus:before {
    content: ""
}

.bxs-lock:before {
    content: ""
}

.bxs-lock-alt:before {
    content: ""
}

.bxs-lock-open:before {
    content: ""
}

.bxs-lock-open-alt:before {
    content: ""
}

.bxs-log-in:before {
    content: ""
}

.bxs-log-in-circle:before {
    content: ""
}

.bxs-log-out:before {
    content: ""
}

.bxs-log-out-circle:before {
    content: ""
}

.bxs-low-vision:before {
    content: ""
}

.bxs-magic-wand:before {
    content: ""
}

.bxs-magnet:before {
    content: ""
}

.bxs-map:before {
    content: ""
}

.bxs-map-alt:before {
    content: ""
}

.bxs-map-pin:before {
    content: ""
}

.bxs-mask:before {
    content: ""
}

.bxs-medal:before {
    content: ""
}

.bxs-megaphone:before {
    content: ""
}

.bxs-meh:before {
    content: ""
}

.bxs-meh-alt:before {
    content: ""
}

.bxs-meh-blank:before {
    content: ""
}

.bxs-memory-card:before {
    content: ""
}

.bxs-message:before {
    content: ""
}

.bxs-message-add:before {
    content: ""
}

.bxs-message-alt:before {
    content: ""
}

.bxs-message-alt-add:before {
    content: ""
}

.bxs-message-alt-check:before {
    content: ""
}

.bxs-message-alt-detail:before {
    content: ""
}

.bxs-message-alt-dots:before {
    content: ""
}

.bxs-message-alt-edit:before {
    content: ""
}

.bxs-message-alt-error:before {
    content: ""
}

.bxs-message-alt-minus:before {
    content: ""
}

.bxs-message-alt-x:before {
    content: ""
}

.bxs-message-check:before {
    content: ""
}

.bxs-message-detail:before {
    content: ""
}

.bxs-message-dots:before {
    content: ""
}

.bxs-message-edit:before {
    content: ""
}

.bxs-message-error:before {
    content: ""
}

.bxs-message-minus:before {
    content: ""
}

.bxs-message-rounded:before {
    content: ""
}

.bxs-message-rounded-add:before {
    content: ""
}

.bxs-message-rounded-check:before {
    content: ""
}

.bxs-message-rounded-detail:before {
    content: ""
}

.bxs-message-rounded-dots:before {
    content: ""
}

.bxs-message-rounded-edit:before {
    content: ""
}

.bxs-message-rounded-error:before {
    content: ""
}

.bxs-message-rounded-minus:before {
    content: ""
}

.bxs-message-rounded-x:before {
    content: ""
}

.bxs-message-square:before {
    content: ""
}

.bxs-message-square-add:before {
    content: ""
}

.bxs-message-square-check:before {
    content: ""
}

.bxs-message-square-detail:before {
    content: ""
}

.bxs-message-square-dots:before {
    content: ""
}

.bxs-message-square-edit:before {
    content: ""
}

.bxs-message-square-error:before {
    content: ""
}

.bxs-message-square-minus:before {
    content: ""
}

.bxs-message-square-x:before {
    content: ""
}

.bxs-message-x:before {
    content: ""
}

.bxs-meteor:before {
    content: ""
}

.bxs-microchip:before {
    content: ""
}

.bxs-microphone:before {
    content: ""
}

.bxs-microphone-alt:before {
    content: ""
}

.bxs-microphone-off:before {
    content: ""
}

.bxs-minus-circle:before {
    content: ""
}

.bxs-minus-square:before {
    content: ""
}

.bxs-mobile:before {
    content: ""
}

.bxs-mobile-vibration:before {
    content: ""
}

.bxs-moon:before {
    content: ""
}

.bxs-mouse:before {
    content: ""
}

.bxs-mouse-alt:before {
    content: ""
}

.bxs-movie:before {
    content: ""
}

.bxs-music:before {
    content: ""
}

.bxs-navigation:before {
    content: ""
}

.bxs-network-chart:before {
    content: ""
}

.bxs-news:before {
    content: ""
}

.bxs-no-entry:before {
    content: ""
}

.bxs-note:before {
    content: ""
}

.bxs-notepad:before {
    content: ""
}

.bxs-notification:before {
    content: ""
}

.bxs-notification-off:before {
    content: ""
}

.bxs-offer:before {
    content: ""
}

.bxs-package:before {
    content: ""
}

.bxs-paint:before {
    content: ""
}

.bxs-paint-roll:before {
    content: ""
}

.bxs-palette:before {
    content: ""
}

.bxs-paper-plane:before {
    content: ""
}

.bxs-parking:before {
    content: ""
}

.bxs-paste:before {
    content: ""
}

.bxs-pen:before {
    content: ""
}

.bxs-pencil:before {
    content: ""
}

.bxs-phone:before {
    content: ""
}

.bxs-phone-call:before {
    content: ""
}

.bxs-phone-incoming:before {
    content: ""
}

.bxs-phone-outgoing:before {
    content: ""
}

.bxs-photo-album:before {
    content: ""
}

.bxs-piano:before {
    content: ""
}

.bxs-pie-chart:before {
    content: ""
}

.bxs-pie-chart-alt:before {
    content: ""
}

.bxs-pie-chart-alt-2:before {
    content: ""
}

.bxs-pin:before {
    content: ""
}

.bxs-pizza:before {
    content: ""
}

.bxs-plane:before {
    content: ""
}

.bxs-plane-alt:before {
    content: ""
}

.bxs-plane-land:before {
    content: ""
}

.bxs-planet:before {
    content: ""
}

.bxs-plane-take-off:before {
    content: ""
}

.bxs-playlist:before {
    content: ""
}

.bxs-plug:before {
    content: ""
}

.bxs-plus-circle:before {
    content: ""
}

.bxs-plus-square:before {
    content: ""
}

.bxs-pointer:before {
    content: ""
}

.bxs-polygon:before {
    content: ""
}

.bxs-printer:before {
    content: ""
}

.bxs-purchase-tag:before {
    content: ""
}

.bxs-purchase-tag-alt:before {
    content: ""
}

.bxs-pyramid:before {
    content: ""
}

.bxs-quote-alt-left:before {
    content: ""
}

.bxs-quote-alt-right:before {
    content: ""
}

.bxs-quote-left:before {
    content: ""
}

.bxs-quote-right:before {
    content: ""
}

.bxs-quote-single-left:before {
    content: ""
}

.bxs-quote-single-right:before {
    content: ""
}

.bxs-radiation:before {
    content: ""
}

.bxs-radio:before {
    content: ""
}

.bxs-receipt:before {
    content: ""
}

.bxs-rectangle:before {
    content: ""
}

.bxs-rename:before {
    content: ""
}

.bxs-report:before {
    content: ""
}

.bxs-rewind-circle:before {
    content: ""
}

.bxs-right-arrow:before {
    content: ""
}

.bxs-right-arrow-alt:before {
    content: ""
}

.bxs-right-arrow-circle:before {
    content: ""
}

.bxs-right-arrow-square:before {
    content: ""
}

.bxs-right-down-arrow-circle:before {
    content: ""
}

.bxs-right-top-arrow-circle:before {
    content: ""
}

.bxs-rocket:before {
    content: ""
}

.bxs-ruler:before {
    content: ""
}

.bxs-sad:before {
    content: ""
}

.bxs-save:before {
    content: ""
}

.bxs-school:before {
    content: ""
}

.bxs-search:before {
    content: ""
}

.bxs-search-alt-2:before {
    content: ""
}

.bxs-select-multiple:before {
    content: ""
}

.bxs-send:before {
    content: ""
}

.bxs-server:before {
    content: ""
}

.bxs-shapes:before {
    content: ""
}

.bxs-share:before {
    content: ""
}

.bxs-share-alt:before {
    content: ""
}

.bxs-shield:before {
    content: ""
}

.bxs-shield-alt-2:before {
    content: ""
}

.bxs-shield-x:before {
    content: ""
}

.bxs-ship:before {
    content: ""
}

.bxs-shocked:before {
    content: ""
}

.bxs-shopping-bag:before {
    content: ""
}

.bxs-shopping-bag-alt:before {
    content: ""
}

.bxs-shopping-bags:before {
    content: ""
}

.bxs-show:before {
    content: ""
}

.bxs-skip-next-circle:before {
    content: ""
}

.bxs-skip-previous-circle:before {
    content: ""
}

.bxs-skull:before {
    content: ""
}

.bxs-sleepy:before {
    content: ""
}

.bxs-slideshow:before {
    content: ""
}

.bxs-smile:before {
    content: ""
}

.bxs-sort-alt:before {
    content: ""
}

.bxs-spa:before {
    content: ""
}

.bxs-spray-can:before {
    content: ""
}

.bxs-spreadsheet:before {
    content: ""
}

.bxs-square:before {
    content: ""
}

.bxs-square-rounded:before {
    content: ""
}

.bxs-star:before {
    content: ""
}

.bxs-star-half:before {
    content: ""
}

.bxs-sticker:before {
    content: ""
}

.bxs-stopwatch:before {
    content: ""
}

.bxs-store:before {
    content: ""
}

.bxs-store-alt:before {
    content: ""
}

.bxs-sun:before {
    content: ""
}

.bxs-tachometer:before {
    content: ""
}

.bxs-tag:before {
    content: ""
}

.bxs-tag-x:before {
    content: ""
}

.bxs-taxi:before {
    content: ""
}

.bxs-tennis-ball:before {
    content: ""
}

.bxs-terminal:before {
    content: ""
}

.bxs-thermometer:before {
    content: ""
}

.bxs-time:before {
    content: ""
}

.bxs-time-five:before {
    content: ""
}

.bxs-timer:before {
    content: ""
}

.bxs-tired:before {
    content: ""
}

.bxs-toggle-left:before {
    content: ""
}

.bxs-toggle-right:before {
    content: ""
}

.bxs-tone:before {
    content: ""
}

.bxs-torch:before {
    content: ""
}

.bxs-to-top:before {
    content: ""
}

.bxs-traffic:before {
    content: ""
}

.bxs-traffic-barrier:before {
    content: ""
}

.bxs-traffic-cone:before {
    content: ""
}

.bxs-train:before {
    content: ""
}

.bxs-trash:before {
    content: ""
}

.bxs-trash-alt:before {
    content: ""
}

.bxs-tree:before {
    content: ""
}

.bxs-trophy:before {
    content: ""
}

.bxs-truck:before {
    content: ""
}

.bxs-t-shirt:before {
    content: ""
}

.bxs-up-arrow:before {
    content: ""
}

.bxs-up-arrow-alt:before {
    content: ""
}

.bxs-up-arrow-circle:before {
    content: ""
}

.bxs-up-arrow-square:before {
    content: ""
}

.bxs-upside-down:before {
    content: ""
}

.bxs-upvote:before {
    content: ""
}

.bxs-user:before {
    content: ""
}

.bxs-user-badge:before {
    content: ""
}

.bxs-user-check:before {
    content: ""
}

.bxs-user-circle:before {
    content: ""
}

.bxs-user-detail:before {
    content: ""
}

.bxs-user-minus:before {
    content: ""
}

.bxs-user-pin:before {
    content: ""
}

.bxs-user-plus:before {
    content: ""
}

.bxs-user-rectangle:before {
    content: ""
}

.bxs-user-voice:before {
    content: ""
}

.bxs-user-x:before {
    content: ""
}

.bxs-vector:before {
    content: ""
}

.bxs-vial:before {
    content: ""
}

.bxs-video:before {
    content: ""
}

.bxs-video-off:before {
    content: ""
}

.bxs-video-plus:before {
    content: ""
}

.bxs-video-recording:before {
    content: ""
}

.bxs-videos:before {
    content: ""
}

.bxs-volume:before {
    content: ""
}

.bxs-volume-full:before {
    content: ""
}

.bxs-volume-low:before {
    content: ""
}

.bxs-volume-mute:before {
    content: ""
}

.bxs-wallet:before {
    content: ""
}

.bxs-wallet-alt:before {
    content: ""
}

.bxs-washer:before {
    content: ""
}

.bxs-watch:before {
    content: ""
}

.bxs-watch-alt:before {
    content: ""
}

.bxs-webcam:before {
    content: ""
}

.bxs-widget:before {
    content: ""
}

.bxs-window-alt:before {
    content: ""
}

.bxs-wine:before {
    content: ""
}

.bxs-wink-smile:before {
    content: ""
}

.bxs-wink-tongue:before {
    content: ""
}

.bxs-wrench:before {
    content: ""
}

.bxs-x-circle:before {
    content: ""
}

.bxs-x-square:before {
    content: ""
}

.bxs-yin-yang:before {
    content: ""
}

.bxs-zap:before {
    content: ""
}

.bxs-zoom-in:before {
    content: ""
}

.bxs-zoom-out:before {
    content: ""
}

@font-face {
    font-family: flaticon;
    src: url(/content/fonts/Flaticon.eot?);
    src: url(/content/fonts/Flaticon.eot?#iefix) format("embedded-opentype"),url(/content/fonts/Flaticon.woff2) format("woff2"),url(/content/fonts/Flaticon.woff) format("woff"),url(/content/fonts/Flaticon.ttf) format("truetype"),url(/content/fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: flaticon;
        src: url(/content/fonts/Flaticon.svg#Flaticon) format("svg")
    }
}

[class^=flaticon-]:before, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-user:before {
    content: ""
}

.flaticon-right:before {
    content: ""
}

.flaticon-refresh:before {
    content: ""
}

.flaticon-left:before {
    content: ""
}

.flaticon-right-1:before {
    content: ""
}

.flaticon-left-1:before {
    content: ""
}

.flaticon-right-quote:before {
    content: ""
}

.flaticon-left-quote:before {
    content: ""
}

.flaticon-calendar:before {
    content: ""
}

.flaticon-rocket:before {
    content: ""
}

.flaticon-laptop:before {
    content: ""
}

.flaticon-money:before {
    content: ""
}

.flaticon-google-play:before {
    content: ""
}

.flaticon-loupe:before {
    content: ""
}

.flaticon-up:before {
    content: ""
}

.flaticon-tick:before {
    content: ""
}

.flaticon-agendas:before {
    content: ""
}

.flaticon-team:before {
    content: ""
}

.flaticon-factory:before {
    content: ""
}

.flaticon-hospital:before {
    content: ""
}

.flaticon-tracking:before {
    content: ""
}

.flaticon-investment:before {
    content: ""
}

.flaticon-house:before {
    content: ""
}

.flaticon-order:before {
    content: ""
}

.flaticon-family-insurance:before {
    content: ""
}

.flaticon-bitcoin:before {
    content: ""
}

.flaticon-segmentation:before {
    content: ""
}

.flaticon-analytics:before {
    content: ""
}

.flaticon-settings:before {
    content: ""
}

.flaticon-analysis:before {
    content: ""
}

.flaticon-structure:before {
    content: ""
}

.flaticon-idea:before {
    content: ""
}

.flaticon-earth-day:before {
    content: ""
}

.flaticon-history:before {
    content: ""
}

.flaticon-shopping-basket:before {
    content: ""
}

.flaticon-price-tag:before {
    content: ""
}

.flaticon-teacher:before {
    content: ""
}

.flaticon-stopwatch:before {
    content: ""
}

.flaticon-distance-education:before {
    content: ""
}

.flaticon-web:before {
    content: ""
}

.flaticon-open-padlock:before {
    content: ""
}

.flaticon-share:before {
    content: ""
}

.flaticon-notebook:before {
    content: ""
}

.flaticon-lock:before {
    content: ""
}

.flaticon-book:before {
    content: ""
}

.flaticon-shopping-cart:before {
    content: ""
}

.flaticon-view:before {
    content: ""
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

    .nice-select:hover {
        border-color: #dbdbdb
    }

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #999
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        width: 5px
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none
    }

        .nice-select.disabled:after {
            border-color: #ccc
        }

    .nice-select.wide {
        width: 100%
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important
        }

    .nice-select.right {
        float: right
    }

        .nice-select.right .list {
            left: auto;
            right: 0
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68,68,68,.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(.75) translateY(-21px);
        -ms-transform: scale(.75) translateY(-21px);
        transform: scale(.75) translateY(-21px);
        -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
        transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
        z-index: 9
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all .2s;
        transition: all .2s
    }

        .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f6f6f6
        }

        .nice-select .option.selected {
            font-weight: 700
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default
        }

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial,sans-serif
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

    .irs-handle.type_last {
        z-index: 2
    }

.irs-min, .irs-max {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

    .irs-grid-pol.small {
        height: 4px
    }

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0,0,0,0);
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--flat {
    height: 40px
}

    .irs--flat.irs-with-grid {
        height: 60px
    }

    .irs--flat .irs-line {
        top: 25px;
        height: 12px;
        background-color: #e1e4e9;
        border-radius: 4px
    }

    .irs--flat .irs-bar {
        top: 25px;
        height: 12px;
        background-color: #ed5565
    }

    .irs--flat .irs-bar--single {
        border-radius: 4px 0 0 4px
    }

    .irs--flat .irs-shadow {
        height: 1px;
        bottom: 16px;
        background-color: #e1e4e9
    }

    .irs--flat .irs-handle {
        top: 22px;
        width: 16px;
        height: 18px;
        background-color: transparent
    }

        .irs--flat .irs-handle > i:first-child {
            position: absolute;
            display: block;
            top: 0;
            left: 50%;
            width: 2px;
            height: 100%;
            margin-left: -1px;
            background-color: #da4453
        }

        .irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
            background-color: #a43540
        }

    .irs--flat .irs-min, .irs--flat .irs-max {
        top: 0;
        padding: 1px 3px;
        color: #999;
        font-size: 10px;
        line-height: 1.333;
        text-shadow: none;
        background-color: #e1e4e9;
        border-radius: 4px
    }

    .irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
        color: #fff;
        font-size: 10px;
        line-height: 1.333;
        text-shadow: none;
        padding: 1px 5px;
        background-color: #ed5565;
        border-radius: 4px
    }

        .irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
            position: absolute;
            display: block;
            content: "";
            bottom: -6px;
            left: 50%;
            width: 0;
            height: 0;
            margin-left: -3px;
            overflow: hidden;
            border: 3px solid transparent;
            border-top-color: #ed5565
        }

    .irs--flat .irs-grid-pol {
        background-color: #e1e4e9
    }

    .irs--flat .irs-grid-text {
        color: #999
    }

.irs--big {
    height: 55px
}

    .irs--big.irs-with-grid {
        height: 70px
    }

    .irs--big .irs-line {
        top: 33px;
        height: 12px;
        background-color: #fff;
        background: linear-gradient(to bottom,#ddd -50%,#fff 150%);
        border: 1px solid #ccc;
        border-radius: 12px
    }

    .irs--big .irs-bar {
        top: 33px;
        height: 12px;
        background-color: #92bce0;
        border: 1px solid #428bca;
        background: linear-gradient(to bottom,#fff 0%,#428bca 30%,#b9d4ec 100%);
        box-shadow: inset 0 0 1px 1px rgba(255,255,255,.5)
    }

    .irs--big .irs-bar--single {
        border-radius: 12px 0 0 12px
    }

    .irs--big .irs-shadow {
        height: 1px;
        bottom: 16px;
        background-color: rgba(66,139,202,.5)
    }

    .irs--big .irs-handle {
        top: 25px;
        width: 30px;
        height: 30px;
        border: 1px solid rgba(0,0,0,.3);
        background-color: #cbcfd5;
        background: linear-gradient(to bottom,#fff 0%,#b4b9be 30%,#fff 100%);
        box-shadow: 1px 1px 2px rgba(0,0,0,.2),inset 0 0 3px 1px white;
        border-radius: 30px
    }

        .irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
            border-color: rgba(0,0,0,.45);
            background-color: #939ba7;
            background: linear-gradient(to bottom,#fff 0%,#919ba5 30%,#fff 100%)
        }

    .irs--big .irs-min, .irs--big .irs-max {
        top: 0;
        padding: 1px 5px;
        color: #fff;
        text-shadow: none;
        background-color: #9f9f9f;
        border-radius: 3px
    }

    .irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
        color: #fff;
        text-shadow: none;
        padding: 1px 5px;
        background-color: #428bca;
        background: linear-gradient(to bottom,#428bca 0%,#3071a9 100%);
        border-radius: 3px
    }

    .irs--big .irs-grid-pol {
        background-color: #428bca
    }

    .irs--big .irs-grid-text {
        color: #428bca
    }

.irs--modern {
    height: 55px
}

    .irs--modern.irs-with-grid {
        height: 55px
    }

    .irs--modern .irs-line {
        top: 25px;
        height: 5px;
        background-color: #d1d6e0;
        background: linear-gradient(to bottom,#e0e4ea 0%,#d1d6e0 100%);
        border: 1px solid #a3adc1;
        border-bottom-width: 0;
        border-radius: 5px
    }

    .irs--modern .irs-bar {
        top: 25px;
        height: 5px;
        background: #20b426;
        background: linear-gradient(to bottom,#20b426 0%,#18891d 100%)
    }

    .irs--modern .irs-bar--single {
        border-radius: 5px 0 0 5px
    }

    .irs--modern .irs-shadow {
        height: 1px;
        bottom: 21px;
        background-color: rgba(209,214,224,.5)
    }

    .irs--modern .irs-handle {
        top: 37px;
        width: 12px;
        height: 13px;
        border: 1px solid #a3adc1;
        border-top-width: 0;
        box-shadow: 1px 1px 1px rgba(0,0,0,.1);
        border-radius: 0 0 3px 3px
    }

        .irs--modern .irs-handle > i:nth-child(1) {
            position: absolute;
            display: block;
            top: -4px;
            left: 1px;
            width: 6px;
            height: 6px;
            border: 1px solid #a3adc1;
            background: #fff;
            transform: rotate(45deg)
        }

        .irs--modern .irs-handle > i:nth-child(2) {
            position: absolute;
            display: block;
            box-sizing: border-box;
            top: 0;
            left: 0;
            width: 10px;
            height: 12px;
            background: #e9e6e6;
            background: linear-gradient(to bottom,#fff 0%,#e9e6e6 100%);
            border-radius: 0 0 3px 3px
        }

        .irs--modern .irs-handle > i:nth-child(3) {
            position: absolute;
            display: block;
            box-sizing: border-box;
            top: 3px;
            left: 3px;
            width: 4px;
            height: 5px;
            border-left: 1px solid #a3adc1;
            border-right: 1px solid #a3adc1
        }

        .irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
            border-color: #7685a2;
            background: #c3c7cd;
            background: linear-gradient(to bottom,#fff 0%,#919ba5 30%,#fff 100%)
        }

            .irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
                border-color: #7685a2
            }

            .irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
                border-color: #48536a
            }

    .irs--modern .irs-min, .irs--modern .irs-max {
        top: 0;
        font-size: 10px;
        line-height: 1.333;
        text-shadow: none;
        padding: 1px 5px;
        color: #fff;
        background-color: #d1d6e0;
        border-radius: 5px
    }

    .irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
        font-size: 10px;
        line-height: 1.333;
        text-shadow: none;
        padding: 1px 5px;
        background-color: #20b426;
        color: #fff;
        border-radius: 5px
    }

        .irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
            position: absolute;
            display: block;
            content: "";
            bottom: -6px;
            left: 50%;
            width: 0;
            height: 0;
            margin-left: -3px;
            overflow: hidden;
            border: 3px solid transparent;
            border-top-color: #20b426
        }

    .irs--modern .irs-grid {
        height: 25px
    }

    .irs--modern .irs-grid-pol {
        background-color: #dedede
    }

    .irs--modern .irs-grid-text {
        color: #c0c0c0;
        font-size: 13px
    }

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1
}

    .irs--sharp.irs-with-grid {
        height: 57px
    }

    .irs--sharp .irs-line {
        top: 30px;
        height: 2px;
        background-color: #000;
        border-radius: 2px
    }

    .irs--sharp .irs-bar {
        top: 30px;
        height: 2px;
        background-color: #ee22fa
    }

    .irs--sharp .irs-bar--single {
        border-radius: 2px 0 0 2px
    }

    .irs--sharp .irs-shadow {
        height: 1px;
        bottom: 21px;
        background-color: rgba(0,0,0,.5)
    }

    .irs--sharp .irs-handle {
        top: 25px;
        width: 10px;
        height: 10px;
        background-color: #a804b2
    }

        .irs--sharp .irs-handle > i:first-child {
            position: absolute;
            display: block;
            top: 100%;
            left: 0;
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-top-color: #a804b2
        }

        .irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
            background-color: #000
        }

            .irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
                border-top-color: #000
            }

    .irs--sharp .irs-min, .irs--sharp .irs-max {
        color: #fff;
        font-size: 14px;
        line-height: 1;
        top: 0;
        padding: 3px 4px;
        opacity: .4;
        background-color: #a804b2;
        border-radius: 2px
    }

    .irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
        font-size: 14px;
        line-height: 1;
        text-shadow: none;
        padding: 3px 4px;
        background-color: #a804b2;
        color: #fff;
        border-radius: 2px
    }

        .irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
            position: absolute;
            display: block;
            content: "";
            bottom: -6px;
            left: 50%;
            width: 0;
            height: 0;
            margin-left: -3px;
            overflow: hidden;
            border: 3px solid transparent;
            border-top-color: #a804b2
        }

    .irs--sharp .irs-grid {
        height: 25px
    }

    .irs--sharp .irs-grid-pol {
        background-color: #dedede
    }

    .irs--sharp .irs-grid-text {
        color: #c0c0c0;
        font-size: 13px
    }

.irs--round {
    height: 50px
}

    .irs--round.irs-with-grid {
        height: 65px
    }

    .irs--round .irs-line {
        top: 36px;
        height: 4px;
        background-color: #dee4ec;
        border-radius: 4px
    }

    .irs--round .irs-bar {
        top: 36px;
        height: 4px;
        background-color: #006cfa
    }

    .irs--round .irs-bar--single {
        border-radius: 4px 0 0 4px
    }

    .irs--round .irs-shadow {
        height: 4px;
        bottom: 21px;
        background-color: rgba(222,228,236,.5)
    }

    .irs--round .irs-handle {
        top: 26px;
        width: 24px;
        height: 24px;
        border: 4px solid #006cfa;
        background-color: #fff;
        border-radius: 24px;
        box-shadow: 0 1px 3px rgba(0,0,255,.3)
    }

        .irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
            background-color: #f0f6ff
        }

    .irs--round .irs-min, .irs--round .irs-max {
        color: #333;
        font-size: 14px;
        line-height: 1;
        top: 0;
        padding: 3px 5px;
        background-color: rgba(0,0,0,.1);
        border-radius: 4px
    }

    .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
        font-size: 14px;
        line-height: 1;
        text-shadow: none;
        padding: 3px 5px;
        background-color: #006cfa;
        color: #fff;
        border-radius: 4px
    }

        .irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
            position: absolute;
            display: block;
            content: "";
            bottom: -6px;
            left: 50%;
            width: 0;
            height: 0;
            margin-left: -3px;
            overflow: hidden;
            border: 3px solid transparent;
            border-top-color: #006cfa
        }

    .irs--round .irs-grid {
        height: 25px
    }

    .irs--round .irs-grid-pol {
        background-color: #dedede
    }

    .irs--round .irs-grid-text {
        color: #c0c0c0;
        font-size: 13px
    }

.irs--square {
    height: 50px
}

    .irs--square.irs-with-grid {
        height: 60px
    }

    .irs--square .irs-line {
        top: 31px;
        height: 4px;
        background-color: #dedede
    }

    .irs--square .irs-bar {
        top: 31px;
        height: 4px;
        background-color: #000
    }

    .irs--square .irs-shadow {
        height: 2px;
        bottom: 21px;
        background-color: #dedede
    }

    .irs--square .irs-handle {
        top: 25px;
        width: 16px;
        height: 16px;
        border: 3px solid #000;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

        .irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
            background-color: #f0f6ff
        }

    .irs--square .irs-min, .irs--square .irs-max {
        color: #333;
        font-size: 14px;
        line-height: 1;
        top: 0;
        padding: 3px 5px;
        background-color: rgba(0,0,0,.1)
    }

    .irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
        font-size: 14px;
        line-height: 1;
        text-shadow: none;
        padding: 3px 5px;
        background-color: #000;
        color: #fff
    }

    .irs--square .irs-grid {
        height: 25px
    }

    .irs--square .irs-grid-pol {
        background-color: #dedede
    }

    .irs--square .irs-grid-text {
        color: #c0c0c0;
        font-size: 11px
    }

.irs--flat .irs-handle {
    cursor: e-resize
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container * {
        box-sizing: border-box
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        font-size: 0;
        height: 100%;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

        .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button:focus {
            outline: none
        }

        .fancybox-button.fancybox-focus {
            outline: 1px dotted
        }

        .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
            outline: none
        }

        .fancybox-button div {
            height: 100%
        }

        .fancybox-button svg {
            display: block;
            height: 100%;
            overflow: visible;
            position: relative;
            width: 100%
        }

            .fancybox-button svg path {
                fill: currentColor;
                stroke-width: 0
            }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

    .fancybox-close-small:hover {
        color: #fff;
        opacity: 1
    }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

    .fancybox-navigation .fancybox-button div {
        padding: 7px
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports(padding:max(0)) {
    .fancybox-caption {
        padding: 75px max(44px,env(safe-area-inset-right))max(25px,env(safe-area-inset-bottom))max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

    .fancybox-caption a:hover {
        color: #fff;
        text-decoration: underline
    }

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media(max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports(padding:max(0)) {
        .fancybox-caption {
            padding-left: max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

    .fancybox-thumbs__list a:before {
        border: 6px solid #ff5268;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .2s cubic-bezier(.25,.46,.45,.94);
        z-index: 99991
    }

    .fancybox-thumbs__list a:focus:before {
        opacity: .5
    }

    .fancybox-thumbs__list a.fancybox-thumbs-active:before {
        opacity: 1
    }

@media(max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: absolute;
    background: transparent;
    padding: 0 0 0;
    z-index: 999
}

.mean-container a.meanmenu-reveal {
    width: 35px;
    height: 30px;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700;
    padding-top: 14px
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #000;
        height: 4px;
        margin-top: -5px;
        border-radius: 3px;
        position: relative;
        top: 8px
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 62px
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        border: none;
        list-style-type: none
    }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%
        }

            .mean-container .mean-nav ul li a i {
                display: none
            }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 90%;
                padding: 1em 5% 13px;
                margin: 0;
                text-align: left;
                color: #677294;
                border-top: 1px solid #dbeefd;
                text-decoration: none
            }

                .mean-container .mean-nav ul li a.active {
                    color: #000
                }

            .mean-container .mean-nav ul li li a {
                width: 80%;
                padding: 1em 10% 13px;
                color: #677294;
                border-top: 1px solid #dbeefd;
                opacity: 1;
                filter: alpha(opacity=75);
                text-shadow: none !important;
                visibility: visible;
                text-transform: none;
                font-size: 14px
            }

            .mean-container .mean-nav ul li.mean-last a {
                margin-bottom: 0
            }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 1em 15% 13px
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 1em 20% 13px
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 1em 25% 13px
            }

            .mean-container .mean-nav ul li a:hover {
                background: #252525;
                background: rgba(255,255,255,.1)
            }

            .mean-container .mean-nav ul li a.mean-expand {
                margin-top: 1px;
                width: 100%;
                height: 24px;
                padding: 11px !important;
                text-align: right;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 500;
                background: transparent;
                border: none !important
            }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block
        }

    .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(../css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
/*! Magnific Popup - v1.1.0 - 2016-02-20
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2016 Dmitry Semenov; */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1
    }

    .mfp-arrow:before, .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.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 0;
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

body {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-family: nunito,sans-serif
}

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

:focus {
    outline: 0 !important
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: nunito,sans-serif;
    font-weight: 800
}

p {
    color: #000;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify
}

    p:last-child {
        margin-bottom: 0
    }

a {
    color: #256184;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

    a:hover {
        color: #256184;
        text-decoration: none
    }

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.ptb-20 {
    padding-bottom: 20px
}

.bg-e3fbff {
    background-color: #e3fbff
}

.bg-f1f8fb {
    background-color: #f1f8fb
}

.bg-fffbf5 {
    background-color: #fffbf5
}

.bg-f4f7fe {
    background-color: #f4f7fe
}

.bg-fafafb {
    background-color: #fafafb
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background-color: #256184;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    padding: 12px 25px 12px 50px;
    font-weight: 700;
    font-size: 16px
}

    .default-btn span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #147d9c;
        -webkit-transition: width .5s ease-in-out,height .5s ease-in-out;
        transition: width .5s ease-in-out,height .5s ease-in-out;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: -1;
        border-radius: 5px
    }

    .default-btn i {
        position: absolute;
        left: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 700;
        font-size: 16.5px
    }

        .default-btn i.flaticon-user {
            margin-top: -1.5px
        }

    .default-btn:hover {
        color: #fff;
        -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

        .default-btn:hover span {
            width: 225%;
            height: 562.5px
        }

.section-title {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px
}

    .section-title .sub-title {
        position: relative;
        display: block;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #256184;
        font-weight: 700;
        font-size: 15px
    }

        .section-title .sub-title img {
            margin-right: 5px;
            -webkit-animation-name: rotateme;
            animation-name: rotateme;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear
        }

    .section-title h2 {
        margin-bottom: 0;
        position: relative;
        display: inline-block;
        font-size: 44px
    }

        .section-title h2 .overlay {
            position: absolute;
            left: 0;
            top: 0;
            background-color: #147d9c;
            width: 100%;
            height: 100%;
            z-index: 1
        }

    .section-title p {
        display: block;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px
    }

.form-control {
    height: 50px;
    color: #000;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 16px;
    font-weight: 600
}

    .form-control::-webkit-input-placeholder {
        color: #000;
        -webkit-transition: .5s;
        transition: .5s
    }

    .form-control:-ms-input-placeholder {
        color: #000;
        -webkit-transition: .5s;
        transition: .5s
    }

    .form-control::-ms-input-placeholder {
        color: #7e7e7e;
        -webkit-transition: .5s;
        transition: .5s
    }

    .form-control::placeholder {
        color: #000;
        -webkit-transition: .5s;
        transition: .5s
    }

    .form-control:focus {
        border-color: #256184;
        background-color: transparent
    }

        .form-control:focus::-webkit-input-placeholder {
            color: transparent
        }

        .form-control:focus:-ms-input-placeholder {
            color: transparent
        }

        .form-control:focus::-ms-input-placeholder {
            color: transparent
        }

        .form-control:focus::placeholder {
            color: transparent
        }

textarea.form-control {
    height: auto;
    padding-top: 15px
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #fff
}

    .preloader .loader {
        left: 50%;
        top: 46%;
        -webkit-transform: translateX(-50%) translateY(-46%);
        transform: translateX(-50%) translateY(-46%);
        position: absolute
    }

        .preloader .loader .sbl-half-circle-spin {
            height: 80px;
            width: 80px;
            color: #256184;
            display: inline-block;
            position: relative;
            border: 1px solid;
            border-radius: 50%;
            animation: animeCircleSpin 5s ease-in-out infinite reverse
        }

            .preloader .loader .sbl-half-circle-spin::after {
                content: '';
                border: 6px solid;
                position: absolute;
                left: 10px;
                top: 15px;
                border-radius: inherit
            }

            .preloader .loader .sbl-half-circle-spin div {
                height: 50%;
                width: 50%;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                top: 0;
                margin: auto;
                border: 1px solid;
                border-radius: 50%;
                -webkit-animation: animeCircleSpin 4s ease-in-out infinite;
                animation: animeCircleSpin 4s ease-in-out infinite
            }

                .preloader .loader .sbl-half-circle-spin div::before {
                    height: 0;
                    width: 0;
                    content: '';
                    border-radius: 50%;
                    display: block;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    border: 19px solid;
                    border-right-color: transparent;
                    border-bottom-color: transparent
                }

@-webkit-keyframes animeCircleSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes animeCircleSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.responsive-nav {
    display: none
}

.nav .container-fluid {
    padding-left: 50px;
    padding-right: 50px
}

.nav .navbar {
    position: inherit;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0
}

    .nav .navbar .navbar-brand {
        font-size: inherit;
        line-height: 1;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

        .nav .navbar .navbar-brand img {
            max-width: 250px
        }

    .nav .navbar ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0
    }

    .nav .navbar .navbar-nav {
        margin-left: auto
    }

        .nav .navbar .navbar-nav .nav-item {
            position: relative;
            margin-left: 14px;
            margin-right: 14px
        }

            .nav .navbar .navbar-nav .nav-item a {
                color: #000;
                -webkit-transition: .5s;
                transition: .5s;
                font-size: 17px;
                font-weight: 700;
                padding-left: 0;
                padding-right: 0;
                padding-top: 25px;
                padding-bottom: 25px
            }

                .nav .navbar .navbar-nav .nav-item a i {
                    font-size: 18px;
                    position: relative;
                    top: 2px;
                    display: inline-block;
                    margin-left: 2px;
                    margin-right: -4px
                }

                .nav .navbar .navbar-nav .nav-item a:hover, .nav .navbar .navbar-nav .nav-item a:focus, .nav .navbar .navbar-nav .nav-item a.active {
                    color: #256184
                }

            .nav .navbar .navbar-nav .nav-item:last-child {
                margin-right: 0
            }

            .nav .navbar .navbar-nav .nav-item:first-child {
                margin-left: 0
            }

            .nav .navbar .navbar-nav .nav-item:hover a, .nav .navbar .navbar-nav .nav-item.active a {
                color: #256184
            }

            .nav .navbar .navbar-nav .nav-item .dropdown-menu {
                border: none;
                top: 70px;
                left: 0;
                z-index: 99;
                opacity: 0;
                width: 300px;
                display: block;
                border-radius: 0;
                padding: 10px 0;
                margin-top: 15px;
                position: absolute;
                visibility: hidden;
                background: #fff;
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                border-top: 3px solid #256184;
                -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
                box-shadow: 0 0 15px 0 rgba(0,0,0,.1)
            }

                .nav .navbar .navbar-nav .nav-item .dropdown-menu li {
                    margin: 0
                }

                    .nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                        padding: 10px 20px;
                        position: relative;
                        display: block;
                        color: #000;
                        font-size: 16.5px;
                        font-weight: 700
                    }

                        .nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
                            margin: 0;
                            position: absolute;
                            top: 50%;
                            font-size: 20px;
                            -webkit-transform: translateY(-50%);
                            transform: translateY(-50%);
                            right: 15px
                        }

                        .nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                            color: #fff;
                            background-color: #256184
                        }

                    .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                        top: 0;
                        opacity: 0;
                        left: -300px;
                        margin-top: 15px;
                        visibility: hidden
                    }

                        .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                            color: #147d9c
                        }

                            .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                                color: #256184
                            }

                        .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                            top: 0;
                            opacity: 0;
                            left: 300px;
                            visibility: hidden
                        }

                            .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                color: #147d9c
                            }

                                .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                    color: #256184
                                }

                            .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                top: 0;
                                opacity: 0;
                                left: -300px;
                                visibility: hidden
                            }

                                .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                    color: #147d9c
                                }

                                    .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                        color: #256184
                                    }

                                .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                    top: 0;
                                    opacity: 0;
                                    left: 300px;
                                    visibility: hidden
                                }

                                    .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                        color: #147d9c
                                    }

                                        .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                            color: #256184
                                        }

                                    .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                        top: 0;
                                        opacity: 0;
                                        left: -300px;
                                        visibility: hidden
                                    }

                                        .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                            color: #147d9c
                                        }

                                            .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                color: #256184
                                            }

                                        .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                            top: 0;
                                            opacity: 0;
                                            left: 300px;
                                            visibility: hidden
                                        }

                                            .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                                color: #147d9c
                                            }

                                                .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                    color: #256184
                                                }

                                        .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                            color: #256184
                                        }

                                        .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                            opacity: 1;
                                            visibility: visible
                                        }

                                    .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                        color: #256184
                                    }

                                    .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                        opacity: 1;
                                        visibility: visible
                                    }

                                .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                    color: #256184
                                }

                                .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                    opacity: 1;
                                    visibility: visible
                                }

                            .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                color: #256184
                            }

                            .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                opacity: 1;
                                visibility: visible
                            }

                        .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                            color: #256184
                        }

                        .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                            opacity: 1;
                            visibility: visible
                        }

                    .nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                        color: #256184
                    }

                    .nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                        opacity: 1;
                        visibility: visible;
                        margin-top: 0
                    }

            .nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                opacity: 1;
                visibility: visible;
                margin-top: 0
            }

            .nav .navbar .navbar-nav .nav-item.megamenu {
                position: inherit
            }

                .nav .navbar .navbar-nav .nav-item.megamenu .container {
                    display: block;
                    -ms-flex-wrap: unset;
                    flex-wrap: unset;
                    -webkit-box-align: unset;
                    -ms-flex-align: unset;
                    align-items: unset;
                    -webkit-box-pack: unset;
                    -ms-flex-pack: unset;
                    justify-content: unset
                }

                .nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
                    width: 100%;
                    top: auto;
                    left: 0;
                    margin-top: 0;
                    padding: 30px 0;
                    position: absolute;
                    -webkit-transform: unset !important;
                    transform: unset !important
                }

                    .nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
                        margin-top: 14px;
                        color: #147d9c;
                        padding: 0;
                        display: block;
                        font-size: 16.4px;
                        font-weight: 700
                    }

                        .nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
                            color: #256184
                        }

                    .nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child a {
                        margin-top: 0
                    }

                    .nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
                        position: relative;
                        border-top: 1px solid #eee;
                        padding-top: 30px;
                        margin-top: 30px
                    }

                        .nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
                            width: 70px;
                            height: 70px;
                            position: relative;
                            background: #f4f4f4;
                            text-align: center;
                            font-size: 40px;
                            -webkit-transition: .5s;
                            transition: .5s;
                            color: #147d9c;
                            margin-bottom: 15px;
                            border-width: 1.5px;
                            border-style: dashed;
                            border-color: #eee;
                            border-radius: 50%
                        }

                            .nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
                                position: absolute;
                                top: 50%;
                                -webkit-transform: translateY(-50%);
                                transform: translateY(-50%);
                                left: 0;
                                right: 0
                            }

                        .nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
                            margin-bottom: 0;
                            font-size: 20px;
                            font-weight: 800
                        }

                        .nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
                            display: block;
                            margin-top: 5px;
                            color: #256184;
                            font-weight: 600;
                            font-size: 15px
                        }

                        .nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
                            position: absolute;
                            display: block;
                            left: 0;
                            right: 0;
                            top: 0;
                            bottom: 0;
                            z-index: 2
                        }

                        .nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
                            background-color: #256184;
                            border-color: #fff;
                            color: #fff
                        }

    .nav .navbar .others-option {
        margin-left: 30px
    }

        .nav .navbar .others-option .option-item {
            margin-left: 30px
        }

            .nav .navbar .others-option .option-item:first-child {
                margin-left: 0
            }

            .nav .navbar .others-option .option-item .search-box {
                position: relative;
                width: 300px;
                border-radius: 5px
            }

            .nav .navbar .others-option .option-item .social-link {
                margin-top: 30px
            }

            .nav .navbar .others-option .option-item .search-box .input-search {
                display: block;
                width: 100%;
                height: 48px;
                border: none;
                border-radius: 5px;
                background-color: #f5f5f5;
                -webkit-transition: .5s;
                transition: .5s;
                color: #147d9c;
                font-size: 16px;
                font-weight: 400;
                padding-left: 15px;
                padding-top: 1px;
                padding-bottom: 0;
                padding-right: 0
            }

                .nav .navbar .others-option .option-item .search-box .input-search::-webkit-input-placeholder {
                    color: #848484;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .nav .navbar .others-option .option-item .search-box .input-search:-ms-input-placeholder {
                    color: #848484;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .nav .navbar .others-option .option-item .search-box .input-search::-ms-input-placeholder {
                    color: #848484;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .nav .navbar .others-option .option-item .search-box .input-search::placeholder {
                    color: #848484;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .nav .navbar .others-option .option-item .search-box .input-search:focus {
                    border-color: #256184
                }

                    .nav .navbar .others-option .option-item .search-box .input-search:focus::-webkit-input-placeholder {
                        color: transparent
                    }

                    .nav .navbar .others-option .option-item .search-box .input-search:focus:-ms-input-placeholder {
                        color: transparent
                    }

                    .nav .navbar .others-option .option-item .search-box .input-search:focus::-ms-input-placeholder {
                        color: transparent
                    }

                    .nav .navbar .others-option .option-item .search-box .input-search:focus::placeholder {
                        color: transparent
                    }

            .nav .navbar .others-option .option-item .search-box button {
                position: absolute;
                right: 0;
                top: 0;
                height: 48px;
                background-color: transparent;
                border: none;
                color: #256184;
                border-radius: 5px;
                font-size: 22px;
                padding: 0 15px
            }

            .nav .navbar .others-option .option-item .default-btn {
                margin-bottom: -6px
            }

.navbar-area {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px
}

    .navbar-area.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
        box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
        background-color: #fff !important;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .navbar-area.navbar-style-two {
        position: relative
    }

        .navbar-area.navbar-style-two.is-sticky {
            position: fixed
        }

.others-option-for-responsive {
    display: none
}

    .others-option-for-responsive .dot-menu {
        padding: 0 10px;
        height: 30px;
        cursor: pointer;
        z-index: 9991;
        position: absolute;
        right: 60px;
        top: -40px
    }

        .others-option-for-responsive .dot-menu .inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 30px
        }

            .others-option-for-responsive .dot-menu .inner .circle {
                height: 5px;
                width: 5px;
                border-radius: 100%;
                margin: 0 2px;
                -webkit-transition: .5s;
                transition: .5s;
                background-color: #147d9c
            }

        .others-option-for-responsive .dot-menu:hover .inner .circle {
            background-color: #256184
        }

    .others-option-for-responsive .container {
        position: relative
    }

        .others-option-for-responsive .container .container {
            position: absolute;
            right: 0;
            top: 10px;
            max-width: 320px;
            margin-left: auto;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .5s;
            transition: .5s;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            z-index: 2;
            padding-left: 15px;
            padding-right: 15px
        }

            .others-option-for-responsive .container .container.active {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }

    .others-option-for-responsive .option-inner {
        padding: 15px 15px 8px;
        -webkit-box-shadow: 0 15px 40px rgba(0,0,0,.09);
        box-shadow: 0 15px 40px rgba(0,0,0,.09);
        background-color: #fff
    }

        .others-option-for-responsive .option-inner .search-box {
            margin-bottom: 15px;
            position: relative;
            border-radius: 5px
        }

            .others-option-for-responsive .option-inner .search-box .input-search {
                display: block;
                width: 100%;
                height: 48px;
                border: none;
                border-radius: 5px;
                background-color: #f5f5f5;
                -webkit-transition: .5s;
                transition: .5s;
                color: #147d9c;
                font-size: 17px;
                font-weight: 400;
                padding-left: 15px;
                padding-top: 1px;
                padding-bottom: 0;
                padding-right: 0
            }

                .others-option-for-responsive .option-inner .search-box .input-search::-webkit-input-placeholder {
                    color: #848484;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .others-option-for-responsive .option-inner .search-box .input-search:-ms-input-placeholder {
                    color: #848484;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .others-option-for-responsive .option-inner .search-box .input-search::-ms-input-placeholder {
                    color: #848484;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .others-option-for-responsive .option-inner .search-box .input-search::placeholder {
                    color: #848484;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .others-option-for-responsive .option-inner .search-box .input-search:focus {
                    border-color: #256184
                }

                    .others-option-for-responsive .option-inner .search-box .input-search:focus::-webkit-input-placeholder {
                        color: transparent
                    }

                    .others-option-for-responsive .option-inner .search-box .input-search:focus:-ms-input-placeholder {
                        color: transparent
                    }

                    .others-option-for-responsive .option-inner .search-box .input-search:focus::-ms-input-placeholder {
                        color: transparent
                    }

                    .others-option-for-responsive .option-inner .search-box .input-search:focus::placeholder {
                        color: transparent
                    }

            .others-option-for-responsive .option-inner .search-box button {
                position: absolute;
                right: 0;
                top: 0;
                height: 48px;
                background-color: transparent;
                border: none;
                color: #256184;
                border-radius: 5px;
                padding: 0 15px
            }

        .others-option-for-responsive .option-inner .others-option {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center
        }

            .others-option-for-responsive .option-inner .others-option .option-item {
                margin-left: 0
            }

                .others-option-for-responsive .option-inner .others-option .option-item:first-child {
                    margin-left: 0
                }

            .others-option-for-responsive .option-inner .others-option .cart-btn {
                font-size: 22px;
                position: relative;
                line-height: 1
            }

                .others-option-for-responsive .option-inner .others-option .cart-btn a {
                    display: inline-block;
                    position: relative;
                    color: #147d9c
                }

                    .others-option-for-responsive .option-inner .others-option .cart-btn a span {
                        position: absolute;
                        right: -4px;
                        top: -4px;
                        width: 14px;
                        height: 14px;
                        text-align: center;
                        line-height: 14px;
                        border-radius: 50%;
                        color: #fff;
                        background-color: #256184;
                        font-size: 10px;
                        font-weight: 600
                    }

                    .others-option-for-responsive .option-inner .others-option .cart-btn a:hover {
                        color: #256184
                    }

@media only screen and (max-width:1199px) {
    .navbar-area {
        padding-top: 20px;
        padding-bottom: 20px
    }

        .navbar-area.is-sticky {
            padding-top: 10px;
            padding-bottom: 10px
        }

            .navbar-area.is-sticky .responsive-nav .responsive-menu.mean-container .mean-nav {
                margin-top: 63px
            }

            .navbar-area.is-sticky .others-option-for-responsive .container .container {
                top: 10px
            }

        .navbar-area.navbar-style-two {
            padding-top: 17px;
            padding-bottom: 17px
        }

    .responsive-nav {
        display: block
    }

        .responsive-nav .responsive-menu {
            position: relative
        }

            .responsive-nav .responsive-menu.mean-container .mean-nav {
                margin-top: 70px
            }

                .responsive-nav .responsive-menu.mean-container .mean-nav ul {
                    font-size: 15px
                }

                    .responsive-nav .responsive-menu.mean-container .mean-nav ul li a.active {
                        color: #256184
                    }

                    .responsive-nav .responsive-menu.mean-container .mean-nav ul li li a {
                        font-size: 14.5px
                    }

            .responsive-nav .responsive-menu.mean-container .navbar-nav {
                overflow-y: scroll;
                height: 306px;
                -webkit-box-shadow: 0 7px 13px 0 rgba(0,0,0,.1);
                box-shadow: 0 7px 13px 0 rgba(0,0,0,.1)
            }

                .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
                    overflow: hidden
                }

                    .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
                        border-top: 1px solid #eee;
                        padding-left: 0;
                        padding-right: 0
                    }

                    .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
                        display: block;
                        -ms-flex-wrap: unset;
                        flex-wrap: unset;
                        margin-left: 0;
                        margin-right: 0;
                        margin-top: -20px
                    }

                        .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
                            -ms-flex-preferred-size: unset;
                            flex-basis: unset;
                            -webkit-box-flex: unset;
                            -ms-flex-positive: unset;
                            flex-grow: unset;
                            max-width: 100%;
                            padding-left: 0;
                            padding-right: 0;
                            padding-top: 20px
                        }

                            .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
                                margin-bottom: 15px
                            }

                            .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:first-child .megamenu-submenu li {
                                border-top: none
                            }

                        .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row:nth-child(2) {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -ms-flex-wrap: wrap;
                            flex-wrap: wrap
                        }

                    .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
                        width: 100%;
                        float: unset;
                        display: block
                    }

                .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
                    border-bottom: none !important
                }

                .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
                    display: none !important
                }

                .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
                    width: 80%;
                    overflow: hidden;
                    display: block !important;
                    padding-left: 15px;
                    padding-right: 15px;
                    margin-left: auto;
                    margin-right: auto
                }

                    .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
                        border: none;
                        margin-top: 18px;
                        color: #677294;
                        padding: 0;
                        font-size: 14.5px;
                        font-weight: 400
                    }

                        .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
                            color: #256184
                        }

                    .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child {
                        border-top: 1px solid #eee
                    }

                .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
                    position: relative;
                    border-top: 0;
                    margin-top: 0;
                    padding-left: 25px;
                    padding-right: 25px;
                    padding-top: 15px;
                    padding-bottom: 15px
                }

                    .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
                        width: 50px;
                        height: 50px;
                        position: relative;
                        background: #f4f4f4;
                        text-align: center;
                        font-size: 28px;
                        -webkit-transition: .5s;
                        transition: .5s;
                        color: #147d9c;
                        margin-bottom: 15px;
                        border-width: 1.5px;
                        border-style: dashed;
                        border-color: #eee;
                        border-radius: 50%
                    }

                        .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
                            position: absolute;
                            top: 50%;
                            -webkit-transform: translateY(-50%);
                            transform: translateY(-50%);
                            left: 0;
                            right: 0
                        }

                    .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
                        margin-bottom: 0;
                        font-size: 16px;
                        font-weight: 700
                    }

                    .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
                        display: block;
                        margin-top: 5px;
                        color: #256184;
                        font-weight: 600;
                        font-size: 13px
                    }

                    .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
                        position: absolute;
                        display: block;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        z-index: 2
                    }

                    .responsive-nav .responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
                        background-color: #256184;
                        border-color: #fff;
                        color: #fff
                    }

            .responsive-nav .responsive-menu.mean-container .search-box {
                display: none !important;
                position: absolute;
                right: 340px;
                top: -11px;
                width: 270px;
                border-radius: 5px
            }

                .responsive-nav .responsive-menu.mean-container .search-box .input-search {
                    display: block;
                    width: 100%;
                    height: 48px;
                    border: none;
                    border-radius: 5px;
                    background-color: #f5f5f5;
                    -webkit-transition: .5s;
                    transition: .5s;
                    color: #147d9c;
                    font-size: 17px;
                    font-weight: 400;
                    padding-left: 15px;
                    padding-top: 1px;
                    padding-bottom: 0;
                    padding-right: 0
                }

                    .responsive-nav .responsive-menu.mean-container .search-box .input-search::-webkit-input-placeholder {
                        color: #848484;
                        -webkit-transition: .5s;
                        transition: .5s
                    }

                    .responsive-nav .responsive-menu.mean-container .search-box .input-search:-ms-input-placeholder {
                        color: #848484;
                        -webkit-transition: .5s;
                        transition: .5s
                    }

                    .responsive-nav .responsive-menu.mean-container .search-box .input-search::-ms-input-placeholder {
                        color: #848484;
                        -webkit-transition: .5s;
                        transition: .5s
                    }

                    .responsive-nav .responsive-menu.mean-container .search-box .input-search::placeholder {
                        color: #848484;
                        -webkit-transition: .5s;
                        transition: .5s
                    }

                    .responsive-nav .responsive-menu.mean-container .search-box .input-search:focus {
                        border-color: #256184
                    }

                        .responsive-nav .responsive-menu.mean-container .search-box .input-search:focus::-webkit-input-placeholder {
                            color: transparent
                        }

                        .responsive-nav .responsive-menu.mean-container .search-box .input-search:focus:-ms-input-placeholder {
                            color: transparent
                        }

                        .responsive-nav .responsive-menu.mean-container .search-box .input-search:focus::-ms-input-placeholder {
                            color: transparent
                        }

                        .responsive-nav .responsive-menu.mean-container .search-box .input-search:focus::placeholder {
                            color: transparent
                        }

                .responsive-nav .responsive-menu.mean-container .search-box button {
                    position: absolute;
                    right: 0;
                    top: 0;
                    height: 48px;
                    background-color: transparent;
                    border: none;
                    color: #256184;
                    border-radius: 5px;
                    padding: 0 15px
                }

            .responsive-nav .responsive-menu.mean-container .others-option {
                position: absolute;
                right: 55px;
                display: none !important;
                top: -10px
            }

                .responsive-nav .responsive-menu.mean-container .others-option .option-item {
                    margin-left: 30px
                }

                    .responsive-nav .responsive-menu.mean-container .others-option .option-item:first-child {
                        margin-left: 0
                    }

                .responsive-nav .responsive-menu.mean-container .others-option .cart-btn {
                    font-size: 22px;
                    position: relative;
                    line-height: 1
                }

                    .responsive-nav .responsive-menu.mean-container .others-option .cart-btn a {
                        display: inline-block;
                        position: relative;
                        color: #147d9c
                    }

                        .responsive-nav .responsive-menu.mean-container .others-option .cart-btn a span {
                            position: absolute;
                            right: -4px;
                            top: -4px;
                            width: 14px;
                            height: 14px;
                            text-align: center;
                            line-height: 14px;
                            border-radius: 50%;
                            color: #fff;
                            background-color: #256184;
                            font-size: 10px;
                            font-weight: 600
                        }

                        .responsive-nav .responsive-menu.mean-container .others-option .cart-btn a:hover {
                            color: #256184
                        }

        .responsive-nav .mean-container a.meanmenu-reveal {
            color: #147d9c
        }

            .responsive-nav .mean-container a.meanmenu-reveal span {
                background: #147d9c
            }

        .responsive-nav .logo {
            position: relative;
            width: 70%;
            z-index: 999
        }

            .responsive-nav .logo img {
                max-width: 250px
            }

    .nav {
        display: none
    }

    .others-option-for-responsive {
        display: block
    }
}

.main-banner {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(/content/img/banner/bg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 365px;
    padding-bottom: 350px
}

    .main-banner .container-fluid {
        max-width: 1360px
    }

    .main-banner.without-banner-animation {
        padding-top: 200px;
        padding-bottom: 250px
    }

        .main-banner.without-banner-animation .main-banner-content {
            margin-top: 0
        }

.main-banner-content {
    margin-top: -50px
}

    .main-banner-content h1 {
        font-size: 57px;
        margin-bottom: 18px;
        margin-top: -10px
    }

    .main-banner-content .btn-box {
        margin-top: 35px
    }

        .main-banner-content .btn-box .default-btn {
            margin-bottom: -7px
        }

        .main-banner-content .btn-box .video-btn {
            position: absolute;
            display: inline-block;
            text-transform: uppercase;
            color: #256184;
            font-size: 16px;
            font-weight: 700;
            margin-top: -3px;
            margin-left: 30px
        }

            .main-banner-content .btn-box .video-btn i {
                width: 55px;
                height: 55px;
                line-height: 56px;
                -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
                box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
                display: inline-block;
                text-align: center;
                border-radius: 50%;
                background-color: #fff;
                font-size: 20px;
                margin-right: 5px;
                -webkit-transition: .5s;
                transition: .5s
            }

            .main-banner-content .btn-box .video-btn:hover i {
                background-color: #256184;
                color: #fff
            }

.main-banner-animation-image {
    position: relative;
    width: 100%;
    height: 100%
}

    .main-banner-animation-image img {
        position: absolute
    }

        .main-banner-animation-image img:nth-child(1) {
            left: 0;
            bottom: -220px;
            z-index: 1
        }

        .main-banner-animation-image img:nth-child(2) {
            left: 192px;
            top: -10px;
            z-index: 1
        }

        .main-banner-animation-image img:nth-child(3) {
            left: -25px;
            top: -200px
        }

        .main-banner-animation-image img:nth-child(4) {
            left: -2px;
            right: 0;
            margin: auto;
            z-index: 1;
            top: -145px
        }

        .main-banner-animation-image img:nth-child(5) {
            left: -10px;
            right: 0;
            top: -250px;
            margin: auto;
            z-index: 1
        }

        .main-banner-animation-image img:nth-child(6) {
            right: 150px;
            top: -50px;
            z-index: 1
        }

        .main-banner-animation-image img:nth-child(7) {
            right: 5px;
            top: -120px;
            z-index: -1
        }

        .main-banner-animation-image img:nth-child(8) {
            left: 0;
            right: 0;
            margin: auto;
            top: -35px
        }

        .main-banner-animation-image img:nth-child(9) {
            right: 0;
            top: -80px
        }

        .main-banner-animation-image img:nth-child(10) {
            right: 0;
            bottom: -190px
        }

        .main-banner-animation-image img:nth-child(11) {
            right: 100px;
            top: -10px;
            z-index: -2
        }

        .main-banner-animation-image img:nth-child(12) {
            left: 140px;
            top: 175px;
            z-index: -1
        }

        .main-banner-animation-image img:last-child {
            display: none
        }

.main-banner-image {
    text-align: center
}

.banner-section {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(/content/img/banner/bg2.png);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 365px;
    padding-bottom: 350px
}

    .banner-section .container-fluid {
        max-width: 1360px
    }

    .banner-section.without-banner-animation {
        padding-top: 200px;
        padding-bottom: 300px
    }

        .banner-section.without-banner-animation .banner-content {
            margin-top: 0
        }

.banner-content {
    margin-top: -50px
}

    .banner-content h1 {
        font-size: 57px;
        margin-bottom: 18px;
        margin-top: -10px
    }

    .banner-content .btn-box {
        margin-top: 35px
    }

        .banner-content .btn-box .default-btn {
            margin-bottom: -7px
        }

        .banner-content .btn-box .video-btn {
            position: absolute;
            display: inline-block;
            text-transform: uppercase;
            color: #256184;
            font-size: 16px;
            font-weight: 700;
            margin-top: -3px;
            margin-left: 30px
        }

            .banner-content .btn-box .video-btn i {
                width: 55px;
                height: 55px;
                line-height: 56px;
                -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
                box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
                display: inline-block;
                text-align: center;
                border-radius: 50%;
                background-color: #fff;
                font-size: 20px;
                margin-right: 5px;
                -webkit-transition: .5s;
                transition: .5s
            }

            .banner-content .btn-box .video-btn:hover i {
                background-color: #256184;
                color: #fff
            }

.banner-animation-image {
    position: relative;
    width: 100%;
    height: 100%
}

    .banner-animation-image img {
        position: absolute
    }

        .banner-animation-image img:nth-child(1) {
            top: -180px;
            left: 45px
        }

        .banner-animation-image img:nth-child(2) {
            bottom: -80px;
            left: 270px
        }

        .banner-animation-image img:nth-child(3) {
            right: 0;
            bottom: 85px
        }

        .banner-animation-image img:nth-child(4) {
            right: 0;
            bottom: -90px
        }

        .banner-animation-image img:nth-child(5) {
            right: 40px;
            bottom: -15px;
            z-index: 1
        }

        .banner-animation-image img:nth-child(6) {
            left: 0;
            bottom: 25px
        }

        .banner-animation-image img:nth-child(7) {
            top: -120px;
            left: -50px;
            z-index: 1
        }

        .banner-animation-image img:nth-child(8) {
            top: -245px;
            left: 150px;
            z-index: 1
        }

        .banner-animation-image img:nth-child(9) {
            left: 200px;
            right: 0;
            margin: auto;
            top: -150px
        }

        .banner-animation-image img:nth-child(10) {
            right: 0;
            top: -255px
        }

        .banner-animation-image img:nth-child(11) {
            left: 60px;
            bottom: -130px
        }

        .banner-animation-image img:nth-child(12) {
            left: 0;
            right: 0;
            margin: auto;
            top: -50px;
            max-width: 70%
        }

        .banner-animation-image img:last-child {
            display: none
        }

.banner-image {
    text-align: center
}

.hero-banner {
    position: relative;
    z-index: 1;
    padding-top: 300px;
    padding-bottom: 300px
}

    .hero-banner .container-fluid {
        max-width: 1360px
    }

    .hero-banner.without-banner-animation {
        padding-top: 200px;
        padding-bottom: 150px
    }

.hero-banner-content h1 {
    font-size: 59px;
    margin-bottom: 15px;
    margin-top: -10px
}

.hero-banner-content .btn-box {
    margin-top: 25px
}

    .hero-banner-content .btn-box .default-btn {
        margin-bottom: -7px
    }

.hero-banner-animation-image {
    position: relative;
    width: 100%;
    height: 100%
}

    .hero-banner-animation-image img {
        position: absolute
    }

        .hero-banner-animation-image img:nth-child(1) {
            left: -23px;
            right: 0;
            margin: auto;
            bottom: -200px;
            z-index: 1
        }

        .hero-banner-animation-image img:nth-child(2) {
            right: -55px;
            bottom: -185px
        }

        .hero-banner-animation-image img:nth-child(3) {
            left: 161px;
            bottom: -215px;
            z-index: 1;
            max-width: 20%
        }

        .hero-banner-animation-image img:nth-child(4) {
            right: 125px;
            top: -140px
        }

        .hero-banner-animation-image img:nth-child(5) {
            left: -75px;
            bottom: -175px
        }

        .hero-banner-animation-image img:nth-child(6) {
            right: 0;
            left: -110px;
            margin: auto;
            z-index: 1;
            top: -175px
        }

        .hero-banner-animation-image img:nth-child(7) {
            left: -100px;
            right: 0;
            margin: auto;
            z-index: 1;
            top: -34px
        }

        .hero-banner-animation-image img:nth-child(8) {
            left: 0;
            right: 102px;
            margin: auto;
            top: -5px
        }

        .hero-banner-animation-image img:nth-child(9) {
            left: 20px;
            top: -135px
        }

        .hero-banner-animation-image img:nth-child(10) {
            left: 0;
            top: -165px
        }

        .hero-banner-animation-image img:last-child {
            display: none
        }

.hero-banner-image {
    text-align: center
}

.main-banner-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(/content/img/banner/bg3.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 250px
}

.banner-area-content {
    max-width: 720px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

    .banner-area-content h1 {
        font-size: 65px;
        margin-bottom: 18px;
        margin-top: -10px
    }

    .banner-area-content p {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

    .banner-area-content .default-btn {
        margin-top: 10px
    }

    .banner-area-content img {
        margin-top: 50px
    }

.main-banner-item {
    height: 800px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #147d9c
}

    .main-banner-item.item-bg1 {
        background-image: url(/content/img/banner/main-banner1.jpg)
    }

    .main-banner-item.item-bg2 {
        background-image: url(/content/img/banner/main-banner2.jpg)
    }

.banner-item-content {
    max-width: 720px
}

    .banner-item-content .sub-title {
        display: block;
        color: #256184;
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 25px
    }

    .banner-item-content h1 {
        font-size: 65px;
        color: #fff;
        margin-bottom: 18px;
        margin-top: -10px
    }

    .banner-item-content p {
        color: #fff;
        max-width: 650px
    }

    .banner-item-content .btn-box {
        margin-top: 35px
    }

        .banner-item-content .btn-box .default-btn {
            margin-bottom: -7px
        }

            .banner-item-content .btn-box .default-btn span {
                background-color: #fff
            }

            .banner-item-content .btn-box .default-btn:hover {
                color: #147d9c
            }

        .banner-item-content .btn-box .video-btn {
            position: absolute;
            display: inline-block;
            text-transform: uppercase;
            color: #256184;
            font-size: 16px;
            font-weight: 700;
            margin-top: -3px;
            margin-left: 30px
        }

            .banner-item-content .btn-box .video-btn i {
                width: 55px;
                height: 55px;
                line-height: 56px;
                -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
                box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
                display: inline-block;
                text-align: center;
                border-radius: 50%;
                background-color: #fff;
                font-size: 20px;
                margin-right: 5px;
                -webkit-transition: .5s;
                transition: .5s
            }

            .banner-item-content .btn-box .video-btn:hover i {
                background-color: #256184;
                color: #fff
            }

.owl-item.active .banner-item-content .sub-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.owl-item.active .banner-item-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.owl-item.active .banner-item-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.owl-item.active .banner-item-content .btn-box {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.home-slides.owl-carousel .owl-nav {
    display: none
}

    .home-slides.owl-carousel .owl-nav .owl-prev, .home-slides.owl-carousel .owl-nav .owl-next {
        margin: 0 0 0 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        padding: 0;
        color: #256184;
        background-color: #fff;
        font-size: 22px;
        -webkit-transition: .5s;
        transition: .5s
    }

        .home-slides.owl-carousel .owl-nav .owl-prev:hover, .home-slides.owl-carousel .owl-nav .owl-next:hover {
            background-color: #256184;
            color: #fff
        }

.banner-wrapper {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(/content/img/banner/bg2.png);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 250px
}

    .banner-wrapper .container-fluid {
        max-width: 1360px
    }

    .banner-wrapper.without-banner-animation {
        padding-top: 200px;
        padding-bottom: 100px
    }

        .banner-wrapper.without-banner-animation .banner-wrapper-content {
            margin-top: 0
        }

.banner-wrapper-content {
    margin-top: -30px
}

    .banner-wrapper-content h1 {
        font-size: 49px;
        margin-bottom: 18px;
        margin-top: -10px
    }

    .banner-wrapper-content p {
        max-width: 545px
    }

    .banner-wrapper-content .btn-box {
        margin-top: 35px
    }

        .banner-wrapper-content .btn-box .default-btn {
            margin-bottom: -7px
        }

            .banner-wrapper-content .btn-box .default-btn:not(:first-child) {
                top: -.3px;
                margin-left: 10px;
                background-color: transparent;
                z-index: 1;
                height: 47px;
                color: #256184
            }

                .banner-wrapper-content .btn-box .default-btn:not(:first-child)::before {
                    content: '';
                    position: absolute;
                    right: 0;
                    top: 0;
                    z-index: -1;
                    border-radius: 5px;
                    bottom: 0;
                    left: 0;
                    border: 1px solid #256184
                }

                .banner-wrapper-content .btn-box .default-btn:not(:first-child):hover {
                    color: #fff
                }

.banner-wrapper-animation-image {
    position: relative;
    width: 100%;
    height: 100%
}

    .banner-wrapper-animation-image img {
        position: absolute;
        max-width: 39%
    }

        .banner-wrapper-animation-image img:nth-child(1) {
            right: 30px;
            bottom: -60px;
            z-index: 2
        }

        .banner-wrapper-animation-image img:nth-child(2) {
            right: 2px;
            bottom: -107px;
            z-index: 1
        }

        .banner-wrapper-animation-image img:nth-child(3) {
            right: 75px;
            top: -210px;
            z-index: 1
        }

        .banner-wrapper-animation-image img:nth-child(4) {
            right: 0;
            top: -180px
        }

        .banner-wrapper-animation-image img:nth-child(5) {
            left: 80px;
            top: -165px
        }

        .banner-wrapper-animation-image img:nth-child(6) {
            right: 0;
            left: 220px;
            margin: auto;
            top: 150px;
            z-index: 2
        }

        .banner-wrapper-animation-image img:nth-child(7) {
            left: 188px;
            bottom: -140px;
            z-index: 2
        }

        .banner-wrapper-animation-image img:nth-child(8) {
            left: -25px;
            bottom: -40px;
            z-index: 1
        }

        .banner-wrapper-animation-image img:nth-child(9) {
            right: 0;
            left: 30px;
            margin: auto;
            top: -70px;
            max-width: 82%
        }

        .banner-wrapper-animation-image img:nth-child(10) {
            left: 0;
            right: -70px;
            top: -100px;
            margin: auto;
            max-width: 82%;
            z-index: -1
        }

        .banner-wrapper-animation-image img:last-child {
            display: none
        }

.banner-wrapper-image {
    text-align: center
}

.vector-shape7 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.vector-shape8 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.it-services-banner {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(/content/img/banner/bg4.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 220px;
    padding-bottom: 210px
}

    .it-services-banner .main-banner-content {
        margin-top: 0
    }

.seo-agency-banner {
    position: relative;
    z-index: 1;
    background: transparent url(/content/img/banner-bg2.jpg) left top no-repeat;
    padding-top: 270px;
    padding-bottom: 150px
}

    .seo-agency-banner .container-fluid {
        max-width: 1360px
    }

    .seo-agency-banner .banner-wrapper-content {
        margin-top: 0
    }

        .seo-agency-banner .banner-wrapper-content h1 {
            margin-bottom: 20px
        }

        .seo-agency-banner .banner-wrapper-content .btn-box {
            margin-top: 25px
        }

.banner-wrapper-content .sub-title {
    display: block;
    margin-bottom: 20px;
    color: #256184;
    text-transform: uppercase;
    font-weight: 600
}

.digital-agency-banner {
    background: linear-gradient(75deg,#65258a 10%,#e80566) !important;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px
}

    .digital-agency-banner .banner-wrapper-content {
        margin-top: 0
    }

        .digital-agency-banner .banner-wrapper-content .sub-title {
            color: #fff
        }

        .digital-agency-banner .banner-wrapper-content h1 {
            color: #fff
        }

        .digital-agency-banner .banner-wrapper-content p {
            color: #fff
        }

.solutions-area .section-title {
    max-width: 695px
}

.single-solutions-box {
    margin-bottom: 30px;
    padding: 50px 30px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #f5f3f2;
    text-align: center
}

    .single-solutions-box .icon {
        margin-bottom: 25px;
        line-height: 1;
        font-size: 65px
    }

    .single-solutions-box h3 {
        margin-bottom: 12px;
        font-size: 24px
    }

        .single-solutions-box h3 a {
            display: inline-block
        }

    .single-solutions-box .view-details-btn {
        display: inline-block;
        color: #256184;
        margin-top: 3px;
        position: relative;
        font-size: 16.4px;
        font-weight: 700
    }

        .single-solutions-box .view-details-btn::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 1px;
            background-color: #256184;
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-solutions-box .view-details-btn:hover {
            color: #147d9c
        }

            .single-solutions-box .view-details-btn:hover::before {
                width: 100%
            }

    .single-solutions-box:hover {
        border-color: #256184
    }

        .single-solutions-box:hover .icon {
            -webkit-animation: bounce 2s;
            animation: bounce 2s
        }

.about-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.about-content .content {
    max-width: 585px
}

    .about-content .content .sub-title {
        position: relative;
        display: block;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #256184;
        font-weight: 700;
        font-size: 15px
    }

        .about-content .content .sub-title img {
            margin-right: 5px;
            -webkit-animation-name: rotateme;
            animation-name: rotateme;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear
        }

    .about-content .content h2 {
        margin-bottom: 15px;
        font-size: 44px
    }

    .about-content .content p {
        margin-bottom: 20px;
        text-align: justify;
        font-weight: normal
    }

        .about-content .content p:last-child {
            margin-bottom: 0
        }

    .about-content .content .features-list {
        padding-left: 0;
        list-style-type: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px;
        margin-top: -20px;
        margin-left: -15px;
        margin-right: -15px
    }

        .about-content .content .features-list li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 30px
        }

            .about-content .content .features-list li span {
                display: block;
                border: 1px solid #f0eae2;
                border-radius: 5px;
                padding: 20px 20px 20px 95px;
                position: relative;
                background-color: #fff;
                -webkit-transition: .5s;
                transition: .5s
            }

                .about-content .content .features-list li span .icon {
                    position: absolute;
                    left: 20px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

                .about-content .content .features-list li span h3 {
                    margin-bottom: 3px;
                    font-size: 25px
                }

                .about-content .content .features-list li span:hover {
                    border-color: #256184
                }

    .about-content .content .about-list {
        padding-left: 0;
        list-style-type: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        margin-top: -20px;
        margin-left: -15px;
        margin-right: -15px
    }

        .about-content .content .about-list li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 30px
        }

            .about-content .content .about-list li span {
                display: block;
                position: relative;
                -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
                box-shadow: 0 0 10px rgba(0,0,0,.05);
                padding: 20px 15px 20px 68px;
                border-radius: 5px;
                z-index: 1;
                background-color: #fff;
                font-size: 19px;
                font-weight: 800
            }

                .about-content .content .about-list li span .icon {
                    position: absolute;
                    left: 15px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    border-radius: 3px;
                    width: 40px;
                    height: 40px;
                    line-height: 41px;
                    text-align: center;
                    -webkit-transition: .5s;
                    transition: .5s;
                    background-color: #deecf4;
                    font-size: 20px
                }

                .about-content .content .about-list li span img {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    z-index: -1
                }

                .about-content .content .about-list li span:hover .icon {
                    background-color: #256184;
                    color: #fff
                }

    .about-content .content .content-list {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 30px;
        margin-top: 30px
    }

        .about-content .content .content-list li {
            position: relative;
            margin-bottom: 35px;
            padding-left: 53px;
            font-size: 19px;
            font-weight: 800
        }

            .about-content .content .content-list li i {
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                border-radius: 3px;
                width: 40px;
                height: 40px;
                line-height: 41px;
                text-align: center;
                -webkit-transition: .5s;
                transition: .5s;
                background-color: #deecf4;
                font-size: 20px
            }

            .about-content .content .content-list li:last-child {
                margin-bottom: 0
            }

            .about-content .content .content-list li:hover i {
                background-color: #256184;
                color: #fff
            }

    .about-content .content .default-btn {
        margin-top: 5px
    }

.about-image {
    text-align: center
}

.about-image-box {
    text-align: center;
    position: relative;
    margin-right: 20px;
    border-radius: 5px;
    padding-bottom: 15px;
    padding-right: 15px
}

    .about-image-box img {
        border-radius: 5px
    }

    .about-image-box::before {
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 5px;
        position: absolute;
        background: #256184;
        z-index: -1;
        margin-top: 15px;
        margin-left: 15px
    }

    .about-image-box .box {
        background-color: #fff;
        left: 0;
        bottom: 15px;
        position: absolute;
        border-radius: 0 5px 0 0;
        padding: 10px 20px
    }

    .about-image-box .video-btn {
        display: inline-block;
        text-transform: uppercase;
        color: #256184;
        font-size: 16px;
        font-weight: 700
    }

        .about-image-box .video-btn i {
            width: 55px;
            height: 55px;
            line-height: 56px;
            -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            background-color: #fff;
            font-size: 20px;
            margin-right: 5px;
            -webkit-transition: .5s;
            transition: .5s
        }

        .about-image-box .video-btn:hover i {
            background-color: #256184;
            color: #fff
        }

.about-img {
    text-align: center;
    position: relative;
    z-index: 1
}

    .about-img .shape {
        position: absolute;
        left: -15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1
    }

.about-inner-area {
    margin-top: 100px
}

.about-text h3 {
    margin-bottom: 13px;
    font-size: 25px
}

.about-text .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0
}

    .about-text .features-list li {
        position: relative;
        margin-bottom: 12px;
        color: #256184;
        font-weight: 600;
        padding-top: 5px;
        padding-left: 30px
    }

        .about-text .features-list li i {
            font-size: 9px;
            color: #147d9c;
            background-color: #eaeaf2;
            width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 50%;
            -webkit-transition: .5s;
            transition: .5s;
            text-align: center;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .about-text .features-list li:last-child {
            margin-bottom: 0
        }

        .about-text .features-list li:hover i {
            background-color: #256184;
            color: #fff
        }

.circle-shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.our-mission-area {
    overflow: hidden
}

.our-mission-content .content {
    max-width: 635px;
    margin-left: auto
}

    .our-mission-content .content .sub-title {
        position: relative;
        display: block;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #256184;
        font-weight: 700;
        font-size: 15px
    }

        .our-mission-content .content .sub-title img {
            margin-right: 5px;
            -webkit-animation-name: rotateme;
            animation-name: rotateme;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear
        }

    .our-mission-content .content h2 {
        margin-bottom: 15px;
        font-size: 44px
    }

    .our-mission-content .content p {
        margin-bottom: 20px
    }

        .our-mission-content .content p:last-child {
            margin-bottom: 0
        }

    .our-mission-content .content .our-mission-list {
        padding-left: 0;
        list-style-type: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        margin-top: -20px;
        margin-left: -15px;
        margin-right: -15px
    }

        .our-mission-content .content .our-mission-list li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 30px
        }

            .our-mission-content .content .our-mission-list li span {
                display: block;
                position: relative;
                -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
                box-shadow: 0 0 10px rgba(0,0,0,.05);
                padding: 20px 15px 20px 68px;
                border-radius: 5px;
                z-index: 1;
                background-color: #fff;
                font-size: 19px;
                font-weight: 800
            }

                .our-mission-content .content .our-mission-list li span .icon {
                    position: absolute;
                    left: 15px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    border-radius: 3px;
                    width: 40px;
                    height: 40px;
                    line-height: 41px;
                    text-align: center;
                    -webkit-transition: .5s;
                    transition: .5s;
                    background-color: #deecf4;
                    font-size: 20px
                }

                .our-mission-content .content .our-mission-list li span img {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    z-index: -1
                }

                .our-mission-content .content .our-mission-list li span:hover .icon {
                    background-color: #256184;
                    color: #fff
                }

    .our-mission-content .content .features-list {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 30px;
        margin-top: 30px
    }

        .our-mission-content .content .features-list li {
            position: relative;
            margin-bottom: 35px;
            padding-left: 53px;
            font-size: 19px;
            font-weight: 800
        }

            .our-mission-content .content .features-list li i {
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                border-radius: 3px;
                width: 40px;
                height: 40px;
                line-height: 41px;
                text-align: center;
                -webkit-transition: .5s;
                transition: .5s;
                background-color: #deecf4;
                font-size: 20px
            }

            .our-mission-content .content .features-list li:last-child {
                margin-bottom: 0
            }

            .our-mission-content .content .features-list li:hover i {
                background-color: #256184;
                color: #fff
            }

    .our-mission-content .content .default-btn {
        margin-top: 5px
    }

.our-mission-image {
    text-align: center;
    position: relative;
    z-index: 1
}

    .our-mission-image .shape {
        position: absolute;
        right: -15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1
    }

.boxes-area {
    position: relative;
    z-index: 1;
    margin-top: -225px
}

.single-boxes-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 30px 35px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
    box-shadow: 0 0 20px rgba(0,0,0,.08)
}

    .single-boxes-item .icon {
        margin-bottom: 30px
    }

    .single-boxes-item h3 {
        margin-bottom: 12px;
        font-size: 25px
    }

        .single-boxes-item h3 a {
            display: inline-block
        }

    .single-boxes-item .default-btn {
        background-color: transparent;
        color: #256184;
        border: 1px solid #eae1d6;
        margin-top: 8px
    }

        .single-boxes-item .default-btn span {
            display: none
        }

        .single-boxes-item .default-btn i {
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-boxes-item .default-btn:hover {
            color: #fff;
            border-color: #256184;
            background-color: #256184;
            padding: 12px 50px 12px 25px
        }

            .single-boxes-item .default-btn:hover i {
                left: 73%
            }

    .single-boxes-item .shape1 {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        -webkit-transition: .5s;
        transition: .5s
    }

    .single-boxes-item:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0 0 25px rgba(0,0,0,.09);
        box-shadow: 0 0 25px rgba(0,0,0,.09)
    }

.col-lg-4:nth-child(2) .single-boxes-item .shape1 {
    bottom: auto;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -5px
}

.vector-shape9 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.vector-shape10 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.funfacts-area {
    position: relative;
    z-index: 1
}

    .funfacts-area.bg-image {
        background-color: #147d9c;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(/content/img/funfacts/bg.jpg)
    }

        .funfacts-area.bg-image .single-funfacts-item h3 {
            color: #fff
        }

        .funfacts-area.bg-image .single-funfacts-item::before {
            background-color: #402939
        }

        .funfacts-area.bg-image .single-funfacts-item p {
            color: #a6a6b4
        }

.single-funfacts-box {
    margin-bottom: 30px;
    border: 1px solid #f0eae2;
    border-radius: 5px;
    padding: 20px 20px 20px 98px;
    position: relative;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

    .single-funfacts-box .icon {
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .single-funfacts-box h3 {
        margin-bottom: 3px;
        font-size: 28px
    }

    .single-funfacts-box:hover {
        border-color: #256184
    }

.single-funfacts-item {
    margin-bottom: 30px;
    padding-left: 98px;
    position: relative
}

    .single-funfacts-item .icon {
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .single-funfacts-item h3 {
        margin-bottom: 3px;
        font-size: 28px
    }

    .single-funfacts-item::before {
        width: 1px;
        height: 100%;
        content: '';
        position: absolute;
        right: 25px;
        top: 0;
        background-color: #eacbae;
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg)
    }

.col-lg-3:last-child .single-funfacts-item::before {
    display: none
}

.single-what-we-do-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 105px
}

    .single-what-we-do-box .icon {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #f4f4f4;
        width: 80px;
        height: 80px;
        border-radius: 5px;
        color: #256184;
        text-align: center;
        font-size: 55px;
        -webkit-transition: .5s;
        transition: .5s
    }

        .single-what-we-do-box .icon i {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .single-what-we-do-box h3 {
        margin-bottom: 10px;
        font-size: 25px
    }

        .single-what-we-do-box h3 a {
            display: inline-block
        }

    .single-what-we-do-box p {
        margin-bottom: 12px
    }

    .single-what-we-do-box .link {
        display: block;
        font-weight: 700;
        text-decoration: underline;
        margin-bottom: 7px
    }

        .single-what-we-do-box .link i {
            color: #256184
        }

        .single-what-we-do-box .link:hover {
            color: #256184
        }

    .single-what-we-do-box .read-more-btn {
        color: #256184;
        font-weight: 700;
        display: inline-block;
        position: relative;
        padding-left: 23px;
        margin-top: 15px
    }

        .single-what-we-do-box .read-more-btn i {
            position: absolute;
            left: 0;
            top: 3px;
            -webkit-transition: .5s;
            transition: .5s;
            line-height: 1
        }

        .single-what-we-do-box .read-more-btn:hover {
            color: #147d9c;
            padding-left: 0;
            padding-right: 8px
        }

            .single-what-we-do-box .read-more-btn:hover i {
                left: 100%;
                top: 4.5px
            }

    .single-what-we-do-box:hover .icon {
        background-color: #256184;
        color: #fff
    }

.col-lg-4:nth-child(1) .single-what-we-do-box {
    margin-top: 60px
}

.col-lg-4:nth-child(2) .single-what-we-do-box {
    margin-top: 30px
}

.history-timeline {
    position: relative;
    list-style-type: none;
    padding-left: 0;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

    .history-timeline::before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #ebebeb;
        top: 0;
        left: 130px;
        position: absolute
    }

    .history-timeline .timeline-block {
        position: relative;
        padding-left: 165px;
        margin-bottom: 30px
    }

        .history-timeline .timeline-block:last-child {
            margin-bottom: 0
        }

            .history-timeline .timeline-block:last-child::before {
                display: none
            }

        .history-timeline .timeline-block::before {
            content: "";
            position: absolute;
            left: 116px;
            color: #256184;
            bottom: -25px;
            -webkit-animation: fade-down 1.5s infinite linear;
            animation: fade-down 1.5s infinite linear;
            font-family: boxicons !important;
            font-size: 30px
        }

        .history-timeline .timeline-block .timeline-date {
            text-align: right;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #256184;
            font-size: 15px
        }

            .history-timeline .timeline-block .timeline-date span {
                display: block;
                margin-bottom: 3px;
                color: #147d9c;
                font-weight: 700
            }

            .history-timeline .timeline-block .timeline-date sup {
                color: #147d9c;
                font-weight: 600
            }

        .history-timeline .timeline-block .timeline-icon {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 126px
        }

            .history-timeline .timeline-block .timeline-icon .dot-badge {
                background-color: #256184;
                display: block;
                width: 10px;
                height: 10px;
                border-radius: 50%
            }

        .history-timeline .timeline-block .timeline-content {
            background-color: #fff;
            padding: 30px
        }

            .history-timeline .timeline-block .timeline-content .content {
                padding-left: 5px;
                padding-right: 15px
            }

                .history-timeline .timeline-block .timeline-content .content h3 {
                    margin-bottom: 15px;
                    font-size: 25px
                }

    .history-timeline.history-timeline-style-two::before {
        left: auto;
        right: 130px;
        background-color: #f3f1f1
    }

    .history-timeline.history-timeline-style-two .timeline-block {
        padding-left: 0;
        padding-right: 165px
    }

        .history-timeline.history-timeline-style-two .timeline-block::before {
            left: auto;
            right: 115px
        }

        .history-timeline.history-timeline-style-two .timeline-block .timeline-date {
            text-align: left;
            right: 0;
            left: auto
        }

        .history-timeline.history-timeline-style-two .timeline-block .timeline-icon {
            left: auto;
            right: 125px
        }

        .history-timeline.history-timeline-style-two .timeline-block .timeline-content {
            background-color: #f7faff
        }

            .history-timeline.history-timeline-style-two .timeline-block .timeline-content .content {
                padding-left: 10px;
                padding-right: 10px
            }

.services-area {
    position: relative;
    z-index: 1
}

.single-services-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 45px 30px 80px;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden
}

    .single-services-box .icon {
        margin-bottom: 25px
    }

    .single-services-box h3 {
        margin-bottom: 12px;
        font-size: 25px
    }

        .single-services-box h3 a {
            display: inline-block
        }

    .single-services-box::before {
        content: '';
        position: absolute;
        bottom: -88%;
        left: 0;
        width: 115%;
        height: 100%;
        z-index: -1;
        -webkit-transition: .5s;
        transition: .5s;
        background: -webkit-gradient(linear,left bottom,right top,from(#66eaff),color-stop(#8feffd),color-stop(#b0f3fd),color-stop(#ccf7fc),to(#e7fbfd));
        background: linear-gradient(to right top,#66eaff,#8feffd,#b0f3fd,#ccf7fc,#e7fbfd);
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    .single-services-box::after {
        content: '';
        position: absolute;
        bottom: -88%;
        left: 0;
        width: 115%;
        height: 100%;
        z-index: -1;
        -webkit-transition: .5s;
        transition: .5s;
        background: -webkit-gradient(linear,left bottom,right top,from(#ff8008),color-stop(#ff8a0d),color-stop(#ff9413),color-stop(#ff9d1a),to(#ffa621));
        background: linear-gradient(to right top,#ff8008,#ff8a0d,#ff9413,#ff9d1a,#ffa621);
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
        opacity: 0;
        visibility: hidden
    }

    .single-services-box .read-more-btn {
        display: inline-block;
        color: #256184;
        position: absolute;
        right: 45px;
        bottom: 15px;
        font-size: 17px;
        font-weight: 700
    }

        .single-services-box .read-more-btn i {
            position: relative;
            top: 2px
        }

    .single-services-box:hover::before {
        opacity: 0;
        visibility: hidden
    }

    .single-services-box:hover::after {
        opacity: 1;
        visibility: visible
    }

    .single-services-box:hover .read-more-btn {
        color: #fff
    }

.single-services-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 30px 35px;
    -webkit-transition: .5s;
    transition: .5s
}

    .single-services-item .icon {
        margin-bottom: 25px
    }

    .single-services-item h3 {
        margin-bottom: 12px;
        font-size: 25px
    }

        .single-services-item h3 a {
            display: inline-block
        }

    .single-services-item .default-btn {
        background-color: transparent;
        color: #256184;
        border: 1px solid #eae1d6;
        margin-top: 8px
    }

        .single-services-item .default-btn span {
            display: none
        }

        .single-services-item .default-btn i {
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-services-item .default-btn:hover {
            color: #fff;
            border-color: #256184;
            background-color: #256184;
            padding: 12px 50px 12px 25px
        }

            .single-services-item .default-btn:hover i {
                left: 73%
            }

    .single-services-item .shape1 {
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: .85
    }

    .single-services-item .shape2 {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        -webkit-transition: .5s;
        transition: .5s
    }

    .single-services-item:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)
    }

        .single-services-item:hover .shape1 img {
            -webkit-animation-name: rotateme;
            animation-name: rotateme;
            -webkit-animation-duration: 50s;
            animation-duration: 50s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear
        }

        .single-services-item:hover .shape2 {
            right: -10px;
            bottom: -10px
        }

.single-services-item-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 45px 30px;
    border-radius: 5px
}

    .single-services-item-box .icon {
        margin-bottom: 25px
    }

    .single-services-item-box h3 {
        margin-bottom: 12px;
        font-size: 25px
    }

        .single-services-item-box h3 a {
            display: inline-block
        }

    .single-services-item-box .read-more-btn {
        color: #256184;
        font-weight: 700;
        display: inline-block;
        position: relative;
        padding-right: 23px
    }

        .single-services-item-box .read-more-btn i {
            position: absolute;
            right: 0;
            top: 4px;
            -webkit-transition: .5s;
            transition: .5s;
            line-height: 1
        }

        .single-services-item-box .read-more-btn:hover {
            color: #147d9c;
            padding-right: 0;
            padding-left: 8px
        }

            .single-services-item-box .read-more-btn:hover i {
                right: 100%
            }

.single-services-box-item {
    background-color: #fafafb;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 90px 35px 70px;
    -webkit-clip-path: polygon(0 10%,100% 0,100% 90%,0% 100%);
    clip-path: polygon(0 10%,100% 0,100% 90%,0% 100%)
}

    .single-services-box-item .icon {
        width: 90px;
        height: 90px;
        text-align: center;
        position: relative;
        background-color: #80c54d;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 30px
    }

        .single-services-box-item .icon img {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: auto
        }

    .single-services-box-item h3 {
        margin-bottom: 12px;
        font-size: 25px
    }

        .single-services-box-item h3 a {
            display: inline-block
        }

    .single-services-box-item .shape {
        position: absolute;
        right: 0;
        top: -15px;
        z-index: -1
    }

    .single-services-box-item .learn-more-btn {
        color: #256184;
        font-weight: 700;
        display: inline-block;
        position: relative;
        padding-left: 23px
    }

        .single-services-box-item .learn-more-btn i {
            position: absolute;
            left: 0;
            top: 3px;
            -webkit-transition: .5s;
            transition: .5s;
            line-height: 1
        }

        .single-services-box-item .learn-more-btn:hover {
            color: #147d9c;
            padding-left: 0;
            padding-right: 8px
        }

            .single-services-box-item .learn-more-btn:hover i {
                left: 100%;
                top: 4.5px
            }

.col-lg-4:nth-child(2) .single-services-box-item .icon {
    background-color: #4267d1
}

.col-lg-4:nth-child(3) .single-services-box-item .icon {
    background-color: #ca8220
}

.col-lg-4:nth-child(4) .single-services-box-item .icon {
    background-color: #b92fb1
}

.col-lg-4:nth-child(5) .single-services-box-item .icon {
    background-color: #de6742
}

.col-lg-4:nth-child(6) .single-services-box-item .icon {
    background-color: #59eed0
}

.circle-shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.load-more-btn {
    margin-top: 25px
}

    .load-more-btn .default-btn {
        background-color: transparent;
        color: #256184;
        border: 1px solid #eae1d6;
        margin-bottom: -7px
    }

        .load-more-btn .default-btn span {
            background-color: #256184
        }

        .load-more-btn .default-btn:hover {
            color: #fff;
            border-color: #256184
        }

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 100%;
    z-index: -1
}

    .lines .line {
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: #e5ebf0;
        overflow: hidden
    }

        .lines .line::after {
            content: "";
            display: block;
            position: absolute;
            height: 15vh;
            width: 100%;
            top: -50%;
            left: 0;
            background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(75%,#256184),to(#256184));
            background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#256184 75%,#256184 100%);
            -webkit-animation: run 7s 0s infinite;
            animation: run 7s 0s infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-timing-function: cubic-bezier(.4,.26,0,.97);
            animation-timing-function: cubic-bezier(.4,.26,0,.97)
        }

        .lines .line:nth-child(1) {
            margin-left: -30%
        }

            .lines .line:nth-child(1)::after {
                -webkit-animation-delay: 2s;
                animation-delay: 2s
            }

        .lines .line:nth-child(3) {
            margin-left: 30%
        }

            .lines .line:nth-child(3)::after {
                -webkit-animation-delay: 2.5s;
                animation-delay: 2.5s
            }

        .lines .line:nth-child(4) {
            margin-left: -15%
        }

            .lines .line:nth-child(4)::after {
                -webkit-animation-delay: 3s;
                animation-delay: 3s
            }

        .lines .line:nth-child(5) {
            margin-left: 15%
        }

            .lines .line:nth-child(5)::after {
                -webkit-animation-delay: 3.5s;
                animation-delay: 3.5s
            }

@-webkit-keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

@keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

.services-details-image {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px
}

    .services-details-image img {
        border-radius: 5px;
        width: 100%
    }

.services-details-image-slides.owl-theme {
    margin-bottom: 30px
}

    .services-details-image-slides.owl-theme .owl-nav {
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s;
        transition: .5s
    }

        .services-details-image-slides.owl-theme .owl-nav [class*=owl-] {
            color: #87a1c1;
            font-size: 18px;
            margin: 0;
            padding: 0;
            background: #fff;
            width: 45px;
            height: 45px;
            line-height: 40px;
            position: absolute;
            left: 20px;
            -webkit-transition: .5s;
            transition: .5s;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            padding-left: 5px !important;
            border-radius: 50%;
            border-style: solid;
            border-color: #fff;
            border-width: 1.5px
        }

            .services-details-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
                left: auto;
                right: 20px;
                padding-left: 3px !important
            }

            .services-details-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
                background-color: #256184;
                color: #fff;
                border-color: #256184
            }

    .services-details-image-slides.owl-theme:hover .owl-nav {
        opacity: 1;
        visibility: visible
    }

.services-details-desc .sub-title {
    color: #256184;
    display: block;
    margin-bottom: -18px;
    font-size: 16px;
    font-weight: 700
}

.services-details-desc h3 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 28px
}

.services-details-desc .image {
    padding-right: 15px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px
}

    .services-details-desc .image img {
        border-radius: 5px
    }

.services-details-desc .content {
    margin-top: 15px;
    margin-bottom: 30px
}

    .services-details-desc .content h3 {
        font-size: 24px;
        margin-bottom: 18px;
        margin-top: 0
    }

    .services-details-desc .content ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none
    }

        .services-details-desc .content ul li {
            margin-bottom: 12px;
            font-weight: 600;
            color: #256184;
            position: relative;
            padding-left: 20px
        }

            .services-details-desc .content ul li::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #256184
            }

            .services-details-desc .content ul li:last-child {
                margin-bottom: 0
            }

.services-details-desc .technologies-features {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-top: -5px
}

    .services-details-desc .technologies-features li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-top: 12px
    }

        .services-details-desc .technologies-features li span {
            font-weight: 600;
            color: #256184;
            position: relative;
            display: block;
            padding-left: 19px
        }

            .services-details-desc .technologies-features li span::before {
                content: '';
                position: absolute;
                left: 0;
                top: 45%;
                -webkit-transform: translateY(-45%);
                transform: translateY(-45%);
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #256184
            }

.services-details-desc .single-industries-serve-box {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px
}

.services-details-info {
    padding-left: 15px
}

    .services-details-info .services-list {
        padding-left: 0;
        list-style-type: none;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 40px 10px #eaeaef;
        box-shadow: 0 5px 40px 10px #eaeaef;
        margin-bottom: 30px
    }

        .services-details-info .services-list li a {
            display: block;
            border-bottom: 1px solid #eee;
            padding: 20px 30px;
            position: relative;
            font-size: 15px;
            font-weight: 800
        }

            .services-details-info .services-list li a:before {
                content: "";
                position: absolute;
                right: 30px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: Flaticon;
                font-size: 15px !important
            }

            .services-details-info .services-list li a:hover, .services-details-info .services-list li a.active {
                background-color: #256184;
                border-color: #256184;
                color: #fff;
                font-size: 15px !important
            }

        .services-details-info .services-list li:last-child a {
            border-bottom: none
        }

    .services-details-info .download-file {
        background-color: #fff;
        -webkit-box-shadow: 0 5px 40px 10px #eaeaef;
        box-shadow: 0 5px 40px 10px #eaeaef;
        margin-bottom: 30px;
        padding: 30px
    }

        .services-details-info .download-file h3 {
            margin-bottom: 25px;
            font-size: 24px
        }

        .services-details-info .download-file ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0
        }

            .services-details-info .download-file ul li a {
                display: block;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-top: 15px;
                padding-bottom: 15px;
                font-size: 16.5px;
                font-weight: 700
            }

                .services-details-info .download-file ul li a i {
                    position: absolute;
                    right: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

            .services-details-info .download-file ul li:first-child {
                border-top: 1px solid #eee
            }

    .services-details-info .services-contact-info {
        background-color: #fff;
        -webkit-box-shadow: 0 5px 40px 10px #eaeaef;
        box-shadow: 0 5px 40px 10px #eaeaef;
        margin-bottom: 30px;
        padding: 30px
    }

        .services-details-info .services-contact-info h3 {
            margin-bottom: 25px;
            font-size: 24px
        }

        .services-details-info .services-contact-info ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none
        }

            .services-details-info .services-contact-info ul li {
                margin-bottom: 20px;
                border-bottom: 1px solid #eee;
                position: relative;
                color: #256184;
                font-weight: 600;
                font-size: 16.5px;
                padding-left: 35px;
                padding-bottom: 20px
            }

                .services-details-info .services-contact-info ul li span {
                    color: #147d9c;
                    display: block;
                    margin-bottom: 8px;
                    font-size: 20px;
                    font-weight: 800
                }

                .services-details-info .services-contact-info ul li a {
                    display: block;
                    color: #256184;
                    margin-bottom: 8px
                }

                    .services-details-info .services-contact-info ul li a:last-child {
                        margin-bottom: 0
                    }

                    .services-details-info .services-contact-info ul li a:hover {
                        color: #256184
                    }

                .services-details-info .services-contact-info ul li .icon {
                    position: absolute;
                    left: 0;
                    top: 3px;
                    color: #256184;
                    font-weight: 400;
                    font-size: 25px
                }

                .services-details-info .services-contact-info ul li:last-child {
                    padding-bottom: 0;
                    margin-bottom: 0;
                    border-bottom: none
                }

.single-featured-services-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    padding: 60px 30px 55px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 8px 16px 0 rgba(146,184,255,.2);
    box-shadow: 0 8px 16px 0 rgba(146,184,255,.2)
}

    .single-featured-services-item .icon {
        margin-bottom: 30px
    }

    .single-featured-services-item h3 {
        margin-bottom: 12px;
        font-size: 25px
    }

        .single-featured-services-item h3 a {
            display: inline-block
        }

    .single-featured-services-item .default-btn {
        background-color: transparent;
        color: #256184;
        border: 1px solid #eae1d6;
        margin-top: 8px
    }

        .single-featured-services-item .default-btn span {
            background-color: #256184;
            display: none
        }

        .single-featured-services-item .default-btn i {
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-featured-services-item .default-btn:hover {
            color: #fff;
            background-color: #256184;
            border-color: #256184;
            padding: 12px 50px 12px 25px
        }

            .single-featured-services-item .default-btn:hover i {
                left: 73%
            }

    .single-featured-services-item .shape {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        border-radius: 5px;
        opacity: .5
    }

        .single-featured-services-item .shape img {
            border-radius: 5px;
            width: 100%
        }

    .single-featured-services-item:hover .icon {
        -webkit-animation: bounce 2s;
        animation: bounce 2s
    }

.single-featured-services-box {
    margin-bottom: 30px;
    position: relative;
    padding-right: 25px
}

    .single-featured-services-box .icon {
        background-color: #256184;
        color: #fff;
        width: 80px;
        height: 80px;
        border-radius: 5px;
        text-align: center;
        font-size: 45px;
        margin-bottom: 30px;
        position: relative;
        -webkit-transition: .5s;
        transition: .5s
    }

        .single-featured-services-box .icon i {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .single-featured-services-box h3 {
        margin-bottom: 12px;
        font-size: 25px
    }

        .single-featured-services-box h3 a {
            display: inline-block
        }

    .single-featured-services-box .read-more-btn {
        color: #256184;
        font-weight: 700;
        display: inline-block;
        position: relative;
        padding-left: 23px
    }

        .single-featured-services-box .read-more-btn i {
            position: absolute;
            left: 0;
            top: 3px;
            -webkit-transition: .5s;
            transition: .5s;
            line-height: 1
        }

        .single-featured-services-box .read-more-btn:hover {
            color: #147d9c;
            padding-left: 0;
            padding-right: 8px
        }

            .single-featured-services-box .read-more-btn:hover i {
                left: 100%;
                top: 4.5px
            }

    .single-featured-services-box:hover .icon {
        background-color: #147d9c !important;
        color: #fff !important
    }

.col-lg-4:nth-child(2) .single-featured-services-item .shape {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    bottom: auto;
    top: 0
}

.col-lg-4:nth-child(2) .single-featured-services-box {
    margin-top: 30px
}

    .col-lg-4:nth-child(2) .single-featured-services-box .icon {
        background-color: #01b882;
        color: #fff
    }

.col-lg-4:nth-child(3) .single-featured-services-box .icon {
    background-color: #bb005c;
    color: #fff
}

.col-lg-4:nth-child(1) .single-featured-services-box {
    margin-top: 60px
}

.process-area {
    position: relative;
    z-index: 1
}

.single-process-box {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #f5f3f2;
    border-radius: 5px;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    z-index: 1
}

    .single-process-box .image {
        margin-bottom: 25px
    }

    .single-process-box h3 {
        margin-bottom: 12px;
        font-size: 24px
    }

        .single-process-box h3 a {
            display: inline-block
        }

    .single-process-box .number {
        line-height: 1;
        color: #eeedef;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        z-index: -1;
        opacity: .45;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 215px;
        font-weight: 800;
        font-style: italic
    }

    .single-process-box:hover {
        border-color: #256184
    }

        .single-process-box:hover .number {
            -webkit-transform: translateX(10px) rotate(5deg);
            transform: translateX(10px) rotate(5deg)
        }

.process-image {
    text-align: center
}

.process-content .single-box-item {
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.02);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.02);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    max-width: 430px
}

    .process-content .single-box-item .image {
        background-color: #edfcff;
        padding: 15px 20px;
        border-radius: 5px 0 0 5px
    }

    .process-content .single-box-item h3 {
        margin-bottom: 0;
        font-size: 24px;
        padding: 10px 20px
    }

    .process-content .single-box-item .number {
        color: #eeedef;
        line-height: 1;
        position: absolute;
        right: 5px;
        bottom: -45px;
        z-index: -1;
        font-size: 105px;
        font-style: italic;
        font-weight: 700
    }

    .process-content .single-box-item:hover .number {
        -webkit-animation: bounce 2s;
        animation: bounce 2s
    }

.process-content .row .col-lg-12:nth-child(1) .single-box-item {
    margin-left: -30px
}

.process-content .row .col-lg-12:nth-child(2) .single-box-item {
    margin-left: 10px
}

.process-content .row .col-lg-12:nth-child(3) .single-box-item {
    margin-left: 50px
}

.process-content .row .col-lg-12:nth-child(4) .single-box-item {
    margin-left: 90px
}

.process-content .row .col-lg-12:nth-child(5) .single-box-item {
    margin-left: 130px
}

.process-content .row .col-lg-12:nth-child(6) .single-box-item {
    margin-left: 170px
}

.process-content .row .col-lg-12:last-child .single-box-item {
    margin-bottom: 0
}

.how-its-work-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #256184;
    font-weight: 700;
    font-size: 15px
}

    .how-its-work-content .sub-title img {
        margin-right: 5px;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 40s;
        animation-duration: 40s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

.how-its-work-content h2 {
    margin-bottom: 15px;
    font-size: 44px
}

.how-its-work-content .inner-box {
    margin-top: 35px
}

    .how-its-work-content .inner-box .single-item {
        position: relative;
        z-index: 1;
        padding-left: 100px;
        padding-bottom: 30px
    }

        .how-its-work-content .inner-box .single-item .count-box {
            width: 65px;
            height: 65px;
            position: absolute;
            left: 8px;
            top: 8px;
            line-height: 65px;
            text-align: center;
            color: #256184;
            border-radius: 50%;
            background-color: #fff;
            -webkit-box-shadow: #edf1fe 0 0 0 7px;
            box-shadow: #edf1fe 0 0 0 7px;
            font-size: 30px;
            font-weight: 800;
            font-style: italic
        }

        .how-its-work-content .inner-box .single-item h3 {
            margin-bottom: 10px;
            font-size: 24px
        }

        .how-its-work-content .inner-box .single-item::before {
            content: '';
            position: absolute;
            top: 1px;
            width: 1px;
            height: 100%;
            background-color: #256184;
            z-index: -1;
            left: 40px
        }

        .how-its-work-content .inner-box .single-item::after {
            content: "";
            position: absolute;
            left: 26px;
            color: #256184;
            bottom: 10px;
            -webkit-animation: fade-down 1.5s infinite linear;
            animation: fade-down 1.5s infinite linear;
            font-family: boxicons !important;
            font-size: 30px
        }

        .how-its-work-content .inner-box .single-item:last-child {
            padding-bottom: 0
        }

            .how-its-work-content .inner-box .single-item:last-child::before {
                display: none
            }

            .how-its-work-content .inner-box .single-item:last-child::after {
                display: none
            }

.courses-area {
    position: relative;
    z-index: 1
}

    .courses-area .vector-shape6 {
        bottom: 7%
    }

.single-courses-box {
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(146,184,255,.2);
    box-shadow: 0 8px 16px 0 rgba(146,184,255,.2)
}

    .single-courses-box .courses-image {
        border-radius: 5px 5px 0 0;
        position: relative;
        z-index: 1
    }

        .single-courses-box .courses-image .image {
            border-radius: 5px 5px 0 0
        }

            .single-courses-box .courses-image .image img {
                border-radius: 5px 5px 0 0
            }

        .single-courses-box .courses-image .fav {
            display: inline-block;
            position: absolute;
            right: 20px;
            top: 20px;
            color: #fff;
            font-size: 30px;
            line-height: 1
        }

            .single-courses-box .courses-image .fav:hover {
                color: #256184
            }

        .single-courses-box .courses-image .price {
            display: inline-block;
            background-color: #256184;
            color: #fff;
            width: 65px;
            height: 65px;
            border-radius: 50%;
            position: absolute;
            right: 20px;
            bottom: -32.5px;
            text-align: center;
            line-height: 67px;
            font-size: 22px;
            font-weight: 800
        }

            .single-courses-box .courses-image .price.free {
                background-color: #008000
            }

    .single-courses-box .courses-content {
        border-radius: 0 0 5px 5px;
        padding: 30px
    }

        .single-courses-box .courses-content .course-author {
            margin-bottom: 15px
        }

            .single-courses-box .courses-content .course-author img {
                width: 35px;
                height: 35px;
                margin-right: 10px
            }

            .single-courses-box .courses-content .course-author span {
                color: #256184;
                font-weight: 600;
                font-size: 15px
            }

        .single-courses-box .courses-content h3 {
            margin-bottom: 12px;
            line-height: 1.3;
            font-size: 25px
        }

            .single-courses-box .courses-content h3 a {
                display: inline-block
            }

        .single-courses-box .courses-content .courses-box-footer {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 0;
            margin-left: -7px;
            margin-right: -7px;
            margin-top: 20px
        }

            .single-courses-box .courses-content .courses-box-footer li {
                color: #256184;
                font-size: 15px;
                position: relative;
                padding-left: 28px;
                padding-right: 7px
            }

                .single-courses-box .courses-content .courses-box-footer li i {
                    color: #256184;
                    position: absolute;
                    left: 7px;
                    top: 0
                }

                    .single-courses-box .courses-content .courses-box-footer li i.flaticon-team {
                        font-size: 18px;
                        left: 3px;
                        top: -3px
                    }

.courses-info {
    text-align: center;
    margin-top: 20px
}

    .courses-info p {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0
    }

        .courses-info p a {
            color: #256184
        }

            .courses-info p a:hover {
                text-decoration: underline;
                color: #147d9c
            }

.courses-details-desc {
    margin-top: 60px;
    padding-right: 15px
}

    .courses-details-desc .nav {
        margin-bottom: 0;
        list-style-type: none;
        background-color: #f8f9f8;
        border: none;
        border-radius: 5px;
        padding-left: 30px;
        padding-right: 30px
    }

        .courses-details-desc .nav .nav-item {
            margin-bottom: 0;
            margin-right: 40px
        }

            .courses-details-desc .nav .nav-item .nav-link {
                border-radius: 0;
                border: none;
                padding: 0;
                -webkit-transition: .5s;
                transition: .5s;
                padding: 14px 0;
                background-color: #f8f9f8;
                position: relative;
                border-radius: 5px;
                font-size: 18px;
                font-weight: 800
            }

                .courses-details-desc .nav .nav-item .nav-link::before {
                    content: '';
                    bottom: 0;
                    height: 2px;
                    background-color: #256184;
                    position: absolute;
                    -webkit-transition: .5s;
                    transition: .5s;
                    left: 0;
                    width: 100%;
                    -webkit-transform: scaleX(0);
                    transform: scaleX(0)
                }

                .courses-details-desc .nav .nav-item .nav-link:hover, .courses-details-desc .nav .nav-item .nav-link.active {
                    color: #147d9c
                }

                    .courses-details-desc .nav .nav-item .nav-link:hover::before, .courses-details-desc .nav .nav-item .nav-link.active::before {
                        -webkit-transform: scaleX(1);
                        transform: scaleX(1)
                    }

            .courses-details-desc .nav .nav-item:last-child {
                margin-right: 0
            }

    .courses-details-desc .tab-content {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px
    }

        .courses-details-desc .tab-content .courses-overview h3 {
            margin-bottom: 12px;
            font-size: 25px
        }

            .courses-details-desc .tab-content .courses-overview h3:not(:first-child) {
                margin-top: 30px
            }

        .courses-details-desc .tab-content .courses-curriculum {
            border: 1px solid #eee;
            border-radius: 5px;
            padding: 30px;
            margin-left: -30px;
            margin-right: -30px
        }

            .courses-details-desc .tab-content .courses-curriculum h3 {
                margin-bottom: 18px;
                font-size: 20px
            }

                .courses-details-desc .tab-content .courses-curriculum h3:not(:first-child) {
                    margin-top: 30px
                }

            .courses-details-desc .tab-content .courses-curriculum ul {
                padding-left: 0;
                margin-bottom: 0;
                list-style-type: none
            }

                .courses-details-desc .tab-content .courses-curriculum ul li {
                    display: block
                }

                    .courses-details-desc .tab-content .courses-curriculum ul li a {
                        background-color: #f8f9f8;
                        color: #147d9c;
                        position: relative;
                        padding-left: 55px;
                        padding-right: 30px;
                        padding-top: 14.5px;
                        padding-bottom: 14px;
                        margin-left: -30px;
                        margin-right: -30px
                    }

                        .courses-details-desc .tab-content .courses-curriculum ul li a::before {
                            content: "";
                            position: absolute;
                            left: 30px;
                            color: #256184;
                            top: 14px;
                            font-size: 18px;
                            font-weight: 400;
                            font-family: Flaticon
                        }

                        .courses-details-desc .tab-content .courses-curriculum ul li a .courses-name {
                            font-size: 15px;
                            font-weight: 800
                        }

                        .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta {
                            text-align: right
                        }

                            .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions {
                                display: inline-block;
                                background: #e3f1f2;
                                color: #2dbbc4;
                                text-transform: lowercase;
                                border-radius: 3px;
                                margin-right: 6px;
                                padding: 2px 10px 1.5px;
                                font-size: 14px;
                                font-weight: 700
                            }

                            .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration {
                                display: inline-block;
                                background: #f7e7e8;
                                color: #256184;
                                text-transform: lowercase;
                                border-radius: 3px;
                                padding: 2px 10px 1.5px;
                                font-size: 14px;
                                font-weight: 700
                            }

                            .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status {
                                display: inline-block;
                                background: #147d9c;
                                color: #fff;
                                border-radius: 3px;
                                margin-left: 6px;
                                padding: 2px 10px 1.5px;
                                font-size: 14px;
                                font-weight: 700
                            }

                                .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked {
                                    color: #147d9c;
                                    background-color: transparent;
                                    padding: 0;
                                    margin-left: 8px;
                                    border-radius: 0;
                                    position: relative;
                                    top: 1px;
                                    font-size: 18px;
                                    font-weight: 400
                                }

                        .courses-details-desc .tab-content .courses-curriculum ul li a:hover {
                            color: #256184
                        }

                    .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(2) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(4) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(6) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(8) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(10) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(12) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(14) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(16) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(18) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(20) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(22) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(24) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(26) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(28) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(30) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(32) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(34) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(36) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(38) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(40) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(42) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(44) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(46) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(48) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(50) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(52) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(54) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(56) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(58) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(60) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(62) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(64) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(66) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(68) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(70) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(72) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(74) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(76) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(78) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(80) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(82) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(84) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(86) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(88) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(90) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(92) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(94) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(96) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(98) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(100) a {
                        background-color: #fff
                    }

        .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-image img {
            border-radius: 5px
        }

        .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content h3 {
            font-size: 22px;
            margin-bottom: 8px
        }

        .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .sub-title {
            display: block;
            color: #256184;
            font-weight: 600;
            margin-bottom: 15px
        }

        .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0
        }

            .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li {
                display: inline-block;
                margin-right: 3px
            }

                .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li:last-child {
                    margin-right: 0
                }

                .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li a {
                    width: 30px;
                    height: 30px;
                    text-align: center;
                    background-color: #e1e1e1;
                    font-size: 18px;
                    color: #147d9c;
                    position: relative;
                    border-radius: 2px
                }

                    .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li a i {
                        position: absolute;
                        left: 0;
                        top: 50%;
                        right: 0;
                        -webkit-transform: translateY(-48%);
                        transform: translateY(-48%)
                    }

                    .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li a:hover {
                        background-color: #256184;
                        color: #fff
                    }

        .courses-details-desc .tab-content .courses-reviews h3 {
            margin-bottom: 0;
            display: inline-block;
            margin-right: 15px;
            font-size: 21px;
            font-weight: 800
        }

        .courses-details-desc .tab-content .courses-reviews .rating {
            display: inline-block;
            position: relative;
            top: 1px
        }

            .courses-details-desc .tab-content .courses-reviews .rating span {
                font-size: 19px;
                color: #cecfd2;
                margin-right: -2px
            }

                .courses-details-desc .tab-content .courses-reviews .rating span.checked {
                    color: #ffa500
                }

        .courses-details-desc .tab-content .courses-reviews .rating-count {
            margin-top: 10px;
            margin-bottom: 20px
        }

            .courses-details-desc .tab-content .courses-reviews .rating-count span {
                display: block;
                font-size: 17px;
                color: #256184
            }

        .courses-details-desc .tab-content .courses-reviews .row {
            overflow: hidden;
            margin-left: 0;
            margin-right: 0
        }

        .courses-details-desc .tab-content .courses-reviews .side {
            float: left;
            width: 9%;
            margin-top: 10px;
            padding-left: 0
        }

            .courses-details-desc .tab-content .courses-reviews .side div {
                font-size: 17px;
                font-weight: 700
            }

        .courses-details-desc .tab-content .courses-reviews .middle {
            margin-top: 14px;
            float: left;
            width: 82%
        }

        .courses-details-desc .tab-content .courses-reviews .right {
            text-align: right
        }

        .courses-details-desc .tab-content .courses-reviews .bar-container {
            width: 100%;
            background-color: #f1f1f1;
            text-align: center;
            color: #fff;
            border-radius: 5px
        }

        .courses-details-desc .tab-content .courses-reviews .bar-5 {
            width: 100%;
            height: 18px;
            background-color: #4caf50;
            border-radius: 5px
        }

        .courses-details-desc .tab-content .courses-reviews .bar-4 {
            width: 75%;
            height: 18px;
            background-color: #2196f3;
            border-radius: 5px;
            border-radius: 5px
        }

        .courses-details-desc .tab-content .courses-reviews .bar-3 {
            width: 50%;
            height: 18px;
            background-color: #00bcd4;
            border-radius: 5px
        }

        .courses-details-desc .tab-content .courses-reviews .bar-2 {
            width: 25%;
            height: 18px;
            background-color: #ff9800;
            border-radius: 5px
        }

        .courses-details-desc .tab-content .courses-reviews .bar-1 {
            width: 0;
            height: 18px;
            background-color: #f44336;
            border-radius: 5px
        }

        .courses-details-desc .tab-content .courses-review-comments {
            margin-top: 40px
        }

            .courses-details-desc .tab-content .courses-review-comments h3 {
                border-bottom: 1px solid #f3f3f3;
                padding-bottom: 12px;
                margin-bottom: 8px;
                font-size: 21px;
                font-weight: 800
            }

            .courses-details-desc .tab-content .courses-review-comments .user-review {
                border-bottom: 1px solid #f3f3f3;
                padding: 20px 0 20px 110px;
                position: relative
            }

                .courses-details-desc .tab-content .courses-review-comments .user-review img {
                    position: absolute;
                    left: 0;
                    top: 20px;
                    width: 90px;
                    height: 90px;
                    border-radius: 5px
                }

                .courses-details-desc .tab-content .courses-review-comments .user-review .sub-comment {
                    margin-bottom: 8px;
                    font-weight: 700
                }

                .courses-details-desc .tab-content .courses-review-comments .user-review .review-rating {
                    display: block;
                    margin-bottom: 8px
                }

                    .courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars {
                        display: inline-block
                    }

                        .courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i {
                            color: #cecfd2;
                            font-size: 18px;
                            display: inline-block;
                            margin-right: -3px
                        }

                            .courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i.checked {
                                color: #ffa500
                            }

                    .courses-details-desc .tab-content .courses-review-comments .user-review .review-rating span {
                        color: #147d9c;
                        position: relative;
                        top: -2px;
                        font-weight: 800;
                        margin-left: 5px
                    }

.courses-details-info {
    background-color: #f8f9f8;
    border-radius: 5px;
    padding: 12px 12px 50px;
    margin-left: 15px;
    margin-top: -240px
}

    .courses-details-info .image {
        text-align: center;
        position: relative
    }

        .courses-details-info .image .link-btn {
            display: block;
            width: 100%;
            height: 100%;
            z-index: 3;
            position: absolute;
            left: 0;
            top: 0
        }

        .courses-details-info .image .content {
            position: absolute;
            left: 0;
            z-index: 2;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

            .courses-details-info .image .content i {
                display: block;
                width: 60px;
                height: 60px;
                background-color: #256184;
                color: #fff;
                border-radius: 50%;
                line-height: 60px;
                font-size: 25px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 15px
            }

            .courses-details-info .image .content span {
                display: inline-block;
                color: #fff;
                border-radius: 5px;
                padding: 4px 20px;
                background-color: #147d9c;
                font-size: 17px;
                font-weight: 700
            }

        .courses-details-info .image::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            background-color: #147d9c;
            opacity: .25
        }

    .courses-details-info .info {
        margin-bottom: 0;
        list-style-type: none;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 35px
    }

        .courses-details-info .info li {
            border-bottom: 1px solid #e5e5e7;
            color: #256184;
            font-size: 17px;
            font-weight: 600;
            padding-top: 15px;
            padding-bottom: 14px
        }

            .courses-details-info .info li span {
                font-weight: 800;
                color: #147d9c;
                position: relative;
                padding-left: 28px
            }

                .courses-details-info .info li span i {
                    color: #256184;
                    position: absolute;
                    left: 0;
                    font-weight: 400;
                    top: -2px;
                    font-size: 20px
                }

            .courses-details-info .info li.price {
                padding-bottom: 10px;
                color: #256184;
                font-size: 28px;
                font-weight: 800
            }

                .courses-details-info .info li.price span {
                    color: #147d9c;
                    font-size: 17px;
                    font-weight: 800
                }

            .courses-details-info .info li:first-child {
                padding-top: 0
            }

    .courses-details-info .btn-box {
        margin-top: 35px;
        padding-left: 25px;
        padding-right: 25px
    }

        .courses-details-info .btn-box .default-btn {
            display: block;
            padding-right: 30px;
            padding-left: 30px;
            padding-top: 12px;
            padding-bottom: 12px
        }

            .courses-details-info .btn-box .default-btn i {
                position: relative;
                left: 0;
                top: 2px;
                margin-right: 8px;
                line-height: 1;
                font-weight: 400;
                font-size: 20px
            }

            .courses-details-info .btn-box .default-btn:not(:first-child) {
                margin-top: 15px;
                background-color: transparent;
                color: #147d9c;
                border: 1px solid #147d9c
            }

                .courses-details-info .btn-box .default-btn:not(:first-child):hover {
                    color: #fff;
                    border-color: #147d9c
                }

    .courses-details-info .courses-share {
        text-align: center;
        margin-top: 20px;
        padding-left: 25px;
        padding-right: 25px
    }

        .courses-details-info .courses-share .share-info {
            display: inline-block;
            position: relative;
            cursor: pointer
        }

            .courses-details-info .courses-share .share-info span {
                display: inline-block;
                color: #256184;
                line-height: 1;
                font-size: 17px;
                font-weight: 700
            }

                .courses-details-info .courses-share .share-info span i {
                    color: #147d9c
                }

            .courses-details-info .courses-share .share-info .social-link {
                padding-left: 0;
                list-style-type: none;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -35px;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: .5s;
                transition: .5s;
                margin-bottom: 0
            }

                .courses-details-info .courses-share .share-info .social-link li {
                    display: inline-block;
                    margin-right: 3px
                }

                    .courses-details-info .courses-share .share-info .social-link li:last-child {
                        margin-right: 0
                    }

                    .courses-details-info .courses-share .share-info .social-link li a {
                        width: 30px;
                        height: 30px;
                        text-align: center;
                        background-color: #e1e1e1;
                        font-size: 18px;
                        color: #147d9c;
                        position: relative;
                        border-radius: 2px
                    }

                        .courses-details-info .courses-share .share-info .social-link li a i {
                            position: absolute;
                            left: 0;
                            top: 50%;
                            right: 0;
                            -webkit-transform: translateY(-48%);
                            transform: translateY(-48%)
                        }

                        .courses-details-info .courses-share .share-info .social-link li a:hover {
                            background-color: #256184;
                            color: #fff
                        }

            .courses-details-info .courses-share .share-info:hover .social-link {
                opacity: 1;
                visibility: visible;
                bottom: -42px
            }

.why-choose-us-area {
    position: relative;
    z-index: 1
}

    .why-choose-us-area.bg-color::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        background-color: #fafafb;
        height: 150px
    }

    .why-choose-us-area .row {
        margin-left: 0;
        margin-right: 0
    }

        .why-choose-us-area .row .col-lg-6 {
            padding-left: 0;
            padding-right: 0
        }

.why-choose-us-content {
    overflow: hidden;
    background-color: #147d9c;
    padding: 130px 60px 100px;
    position: relative;
    z-index: 1;
    -webkit-clip-path: polygon(0 10%,100% 0,100% 90%,0% 100%);
    clip-path: polygon(0 10%,100% 0,100% 90%,0% 100%)
}

    .why-choose-us-content h2 {
        margin-bottom: 18px;
        color: #fff;
        font-size: 36px
    }

    .why-choose-us-content p {
        color: #f0f0f0;
        margin-bottom: 18px
    }

    .why-choose-us-content .default-btn {
        margin-top: 5px
    }

        .why-choose-us-content .default-btn span {
            background-color: #fff
        }

        .why-choose-us-content .default-btn:hover {
            color: #147d9c
        }

.our-brand-partners-list {
    overflow: hidden;
    padding: 180px 60px 150px 90px;
    position: relative;
    background-color: #f4f4fb;
    -webkit-clip-path: polygon(0 10%,100% 0,100% 90%,0% 100%);
    clip-path: polygon(0 10%,100% 0,100% 90%,0% 100%);
    margin-left: -30px
}

    .our-brand-partners-list h2 {
        margin-bottom: 30px;
        font-size: 36px
    }

    .our-brand-partners-list .col-lg-6 {
        margin-bottom: 25px
    }

    .our-brand-partners-list .view-all {
        display: inline-block;
        color: #256184;
        position: relative;
        font-weight: 700
    }

        .our-brand-partners-list .view-all::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background-color: #256184;
            -webkit-transition: .5s;
            transition: .5s
        }

        .our-brand-partners-list .view-all:hover::before {
            width: 0
        }

.map-shape2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: -1
}

    .map-shape2 img {
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 200s;
        animation-duration: 200s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

.case-study-area {
    position: relative;
    z-index: 1
}

    .case-study-area::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 34%;
        z-index: -1;
        background-color: #e1fbff
    }

.single-case-study-item {
    position: relative;
    z-index: 1
}

    .single-case-study-item .case-study-content .sub-title {
        position: relative;
        display: block;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #256184;
        font-weight: 700;
        font-size: 15px
    }

        .single-case-study-item .case-study-content .sub-title img {
            margin-right: 5px;
            width: auto !important;
            display: inline-block !important;
            -webkit-animation-name: rotateme;
            animation-name: rotateme;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear
        }

    .single-case-study-item .case-study-content h2 {
        margin-bottom: 12px;
        font-size: 44px
    }

    .single-case-study-item .case-study-content .default-btn {
        margin-top: 5px
    }

    .single-case-study-item .case-study-image {
        text-align: center
    }

        .single-case-study-item .case-study-image a {
            border-radius: 50%
        }

            .single-case-study-item .case-study-image a img {
                border-radius: 50%;
                width: auto !important;
                display: inline-block !important;
                border: 8px solid #fff
            }

.case-study-slides.owl-carousel .owl-nav .owl-prev, .case-study-slides.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #256184;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0;
    font-size: 45px;
    opacity: 0;
    visibility: hidden;
    line-height: 1
}

    .case-study-slides.owl-carousel .owl-nav .owl-prev:hover, .case-study-slides.owl-carousel .owl-nav .owl-next:hover {
        color: #256184
    }

.case-study-slides.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 150px
}

.case-study-slides.owl-carousel:hover .owl-nav .owl-prev, .case-study-slides.owl-carousel:hover .owl-nav .owl-next {
    left: 100px;
    opacity: 1;
    visibility: visible
}

.case-study-slides.owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: 100px
}

.projects-area {
    position: relative;
    z-index: 1
}

    .projects-area.bg-color {
        background-image: url(/content/img/black-bg.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat
    }

        .projects-area.bg-color .section-title h2 {
            color: #fff
        }

            .projects-area.bg-color .section-title h2 .overlay {
                background-color: #fff
            }

        .projects-area.bg-color .section-title p {
            color: #fff
        }

.single-projects-box {
    margin-bottom: 30px;
    background-color: #fafafb;
    border-radius: 5px;
    text-align: center
}

    .single-projects-box .image {
        border-radius: 5px 5px 0 0;
        position: relative;
        overflow: hidden
    }

        .single-projects-box .image img {
            border-radius: 5px 5px 0 0;
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-projects-box .image::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background-color: #256184;
            border-radius: 5px;
            z-index: 1;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-projects-box .image .link-btn {
            display: inline-block;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            width: 45px;
            height: 45px;
            line-height: 52.5px;
            text-align: center;
            z-index: 2;
            background-color: #fff;
            border-radius: 50%;
            font-size: 30px;
            color: #256184;
            margin-top: 20px;
            opacity: 0;
            visibility: hidden
        }

            .single-projects-box .image .link-btn:hover {
                background-color: #147d9c;
                color: #fff
            }

    .single-projects-box .content {
        border-radius: 0 0 5px 5px;
        padding: 25px
    }

        .single-projects-box .content h3 {
            font-size: 24px;
            margin-bottom: 8px
        }

        .single-projects-box .content span {
            display: block;
            color: #256184;
            font-weight: 600;
            font-size: 16.5px
        }

    .single-projects-box:hover .image img {
        -webkit-transform: scale(1.3) rotate(5deg);
        transform: scale(1.3) rotate(5deg)
    }

    .single-projects-box:hover .image::before {
        margin: 10px;
        opacity: 1;
        visibility: visible
    }

    .single-projects-box:hover .image .link-btn {
        margin-top: 0;
        opacity: 1;
        visibility: visible
    }

    .single-projects-box.border {
        border-radius: 0;
        border: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

        .single-projects-box.border .image {
            border-radius: 0
        }

            .single-projects-box.border .image img {
                border-radius: 0
            }

            .single-projects-box.border .image::before {
                border-radius: 0
            }

        .single-projects-box.border .content {
            border-radius: 0;
            border: 1px solid #ecf5fe;
            border-bottom: none;
            border-top: none
        }

.projects-items {
    margin-left: -15px;
    margin-right: -15px
}

    .projects-items .single-projects-box {
        margin-left: 15px;
        margin-right: 15px
    }

.services-details-image {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px
}

    .services-details-image img {
        border-radius: 5px;
        width: 100%
    }

    .services-details-image .video-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        display: inline-block;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        width: 78px;
        line-height: 75px;
        height: 78px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        color: #256184;
        z-index: 1;
        font-size: 35px
    }

        .services-details-image .video-btn::after, .services-details-image .video-btn::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            -webkit-transition: .5s;
            transition: .5s;
            border-radius: 50%;
            border: 1px solid #fff
        }

        .services-details-image .video-btn::before {
            -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite
        }

        .services-details-image .video-btn::after {
            -webkit-animation: ripple 2s linear 1s infinite;
            animation: ripple 2s linear 1s infinite
        }

        .services-details-image .video-btn:hover {
            background-color: #256184;
            color: #fff
        }

            .services-details-image .video-btn:hover::after, .services-details-image .video-btn:hover::before {
                border-color: #256184
            }

.services-details-image-slides.owl-theme {
    margin-bottom: 30px
}

    .services-details-image-slides.owl-theme .owl-nav {
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s;
        transition: .5s
    }

        .services-details-image-slides.owl-theme .owl-nav [class*=owl-] {
            color: #87a1c1;
            font-size: 18px;
            margin: 0;
            padding: 0;
            background: #fff;
            width: 45px;
            height: 45px;
            line-height: 40px;
            position: absolute;
            left: 20px;
            -webkit-transition: .5s;
            transition: .5s;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            padding-left: 5px !important;
            border-radius: 50%;
            border-style: solid;
            border-color: #fff;
            border-width: 1.5px
        }

            .services-details-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
                left: auto;
                right: 20px;
                padding-left: 3px !important
            }

            .services-details-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
                background-color: #256184;
                color: #fff;
                border-color: #256184
            }

    .services-details-image-slides.owl-theme:hover .owl-nav {
        opacity: 1;
        visibility: visible
    }

.services-details-desc .sub-title {
    color: #256184;
    font-weight: 700;
    display: block;
    margin-bottom: -20px
}

.services-details-desc h3 {
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 28px
}

.services-details-desc .image {
    padding-right: 15px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px
}

    .services-details-desc .image img {
        border-radius: 5px
    }

.services-details-desc .content {
    margin-top: 15px;
    margin-bottom: 30px
}

    .services-details-desc .content h3 {
        font-size: 25px;
        margin-top: 0
    }

    .services-details-desc .content ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none
    }

        .services-details-desc .content ul li {
            margin-bottom: 12px;
            font-weight: 600;
            color: #256184;
            position: relative;
            padding-left: 20px
        }

            .services-details-desc .content ul li::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #256184
            }

            .services-details-desc .content ul li:last-child {
                margin-bottom: 0
            }

.services-details-info {
    background-color: #fff;
    -webkit-box-shadow: 0 -10px 30px rgba(0,0,0,.1);
    box-shadow: 0 -10px 30px rgba(0,0,0,.1);
    border-radius: 5px;
    border-top: 3px solid #256184;
    padding: 40px 30px;
    margin-left: 15px
}

    .services-details-info ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none
    }

        .services-details-info ul li {
            border-bottom: 1px solid #eee;
            position: relative;
            color: #256184;
            font-weight: 600;
            font-size: 16.5px;
            padding-left: 35px
        }

            .services-details-info ul li span {
                color: #147d9c;
                display: block;
                margin-bottom: 8px;
                font-size: 20px;
                font-weight: 800
            }

            .services-details-info ul li a {
                display: block;
                color: #256184;
                margin-bottom: 8px
            }

                .services-details-info ul li a:last-child {
                    margin-bottom: 0
                }

                .services-details-info ul li a:hover {
                    color: #256184
                }

            .services-details-info ul li .icon {
                position: absolute;
                left: 5px;
                top: 20px;
                color: #256184;
                font-weight: 400;
                font-size: 25px
            }

            .services-details-info ul li:last-child {
                padding-bottom: 0;
                margin-bottom: 0;
                border-bottom: none
            }

.scientist-area {
    position: relative;
    z-index: 1
}

    .scientist-area.bg-color::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        right: 0;
        background-color: #f1f8fb;
        height: 247px
    }

.single-scientist-box {
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s
}

    .single-scientist-box .image {
        position: relative;
        z-index: 1
    }

        .single-scientist-box .image::before {
            content: '';
            position: absolute;
            z-index: -1;
            left: 0;
            bottom: 0;
            right: 0;
            height: 83%;
            -webkit-transition: .5s;
            transition: .5s;
            border-radius: 5px 5px 0 0;
            background-image: url(/content/img/scientist/shape1.png);
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat
        }

    .single-scientist-box .content {
        background-color: #fff;
        padding: 20px;
        border-radius: 0 0 5px 5px
    }

        .single-scientist-box .content h3 {
            margin-bottom: 5px;
            font-size: 25px
        }

        .single-scientist-box .content span {
            color: #256184;
            font-size: 16px;
            font-weight: 600
        }

        .single-scientist-box .content .social {
            padding-left: 0;
            list-style-type: none;
            margin-top: 13px;
            margin-bottom: 0
        }

            .single-scientist-box .content .social li {
                display: inline-block;
                margin-left: 1px;
                margin-right: 1px
            }

                .single-scientist-box .content .social li a {
                    display: block;
                    background-color: #fff;
                    border: 1.2px solid #ece4da;
                    width: 34px;
                    height: 34px;
                    border-radius: 50%;
                    line-height: 37px;
                    color: #256184
                }

                    .single-scientist-box .content .social li a:hover {
                        background-color: #256184;
                        border-color: #256184;
                        color: #fff
                    }

    .single-scientist-box:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

        .single-scientist-box:hover .image::before {
            height: 80%
        }

.col-lg-3:nth-child(2) .single-scientist-box .image::before, .col-lg-3:nth-child(4) .single-scientist-box .image::before, .col-lg-3:nth-child(6) .single-scientist-box .image::before, .col-lg-3:nth-child(8) .single-scientist-box .image::before, .col-lg-3:nth-child(10) .single-scientist-box .image::before {
    background-image: url(/content/img/scientist/shape2.png)
}

.scientist-section-title .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #256184;
    font-weight: 700;
    font-size: 15px
}

    .scientist-section-title .sub-title img {
        margin-right: 5px;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 40s;
        animation-duration: 40s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

.scientist-section-title h2 {
    margin-bottom: 12px;
    font-size: 44px
}

.scientist-section-title p {
    margin-bottom: 20px
}

    .scientist-section-title p:last-child {
        margin-bottom: 0
    }

.scientist-section-title .default-btn {
    margin-top: 5px
}

.single-scientist-item {
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
    text-align: center
}

    .single-scientist-item img {
        width: 100%;
        border-radius: 5px 5px 0 0
    }

.scientist-box-list {
    padding-right: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px
}

    .scientist-box-list .single-scientist-item {
        margin-bottom: 20px
    }

    .scientist-box-list .col-lg-6:nth-child(1) .single-scientist-item {
        padding-right: 30px
    }

    .scientist-box-list .col-lg-6:nth-child(2) .single-scientist-item {
        padding-right: 20px
    }

    .scientist-box-list .col-lg-6:nth-child(3) .single-scientist-item {
        padding-left: 20px;
        margin-top: -100px
    }

.single-scientist-item-box {
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s
}

    .single-scientist-item-box .image {
        position: relative
    }

        .single-scientist-item-box .image .social {
            padding-left: 0;
            list-style-type: none;
            -webkit-transition: .5s;
            transition: .5s;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin-bottom: 0
        }

            .single-scientist-item-box .image .social li {
                display: inline-block;
                margin-left: 1px;
                margin-right: 1px
            }

                .single-scientist-item-box .image .social li a {
                    display: block;
                    background-color: #fff;
                    border: 1.2px solid #ece4da;
                    width: 34px;
                    height: 34px;
                    border-radius: 50%;
                    line-height: 37px;
                    color: #256184
                }

                    .single-scientist-item-box .image .social li a:hover {
                        background-color: #256184;
                        border-color: #256184;
                        color: #fff
                    }

    .single-scientist-item-box .content {
        margin-top: 25px;
        border-radius: 0 0 5px 5px
    }

        .single-scientist-item-box .content h3 {
            margin-bottom: 5px;
            font-size: 23px
        }

        .single-scientist-item-box .content span {
            color: #256184;
            font-size: 16px;
            font-weight: 600
        }

    .single-scientist-item-box:hover .image .social {
        opacity: 1;
        visibility: visible;
        bottom: 20px
    }

.vector-shape4 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

    .vector-shape4 img {
        -webkit-animation: movebounce 5s linear infinite;
        animation: movebounce 5s linear infinite
    }

.vector-shape5 {
    position: absolute;
    left: 15%;
    bottom: -7%;
    z-index: -1
}

    .vector-shape5 img {
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 350s;
        animation-duration: 350s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

.map-shape1 {
    position: absolute;
    right: 15%;
    top: 0;
    z-index: -1;
    opacity: .5
}

    .map-shape1 img {
        -webkit-animation-name: rotatemetwo;
        animation-name: rotatemetwo;
        -webkit-animation-duration: 300s;
        animation-duration: 300s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.single-pricing-box {
    margin-bottom: 30px;
    background-color: #fff;
    padding-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center
}

    .single-pricing-box .pricing-header {
        padding: 20px 40px
    }

        .single-pricing-box .pricing-header h3 {
            margin-bottom: -5px;
            font-size: 24px
        }

    .single-pricing-box .price {
        color: #147d9c;
        -webkit-transition: .5s;
        transition: .5s;
        padding: 10px 40px 5px;
        border-top: 2px dashed #f4f5fe;
        border-bottom: 2px dashed #f4f5fe;
        font-size: 40px;
        font-weight: 900
    }

        .single-pricing-box .price sup {
            top: -18px;
            margin-right: -6px;
            font-size: 18px;
            font-weight: 500
        }

        .single-pricing-box .price sub {
            bottom: 2px;
            color: #4a6f8a;
            font-size: 14px;
            font-weight: 500
        }

    .single-pricing-box .pricing-features {
        margin: 0;
        text-align: left;
        padding: 30px;
        list-style-type: none
    }

        .single-pricing-box .pricing-features li {
            margin-bottom: 13px;
            position: relative;
            color: #444683;
            padding-right: 25px
        }

            .single-pricing-box .pricing-features li i {
                color: #008000;
                position: absolute;
                top: 2px;
                right: 0
            }

            .single-pricing-box .pricing-features li:last-child {
                margin-bottom: 0
            }

            .single-pricing-box .pricing-features li .red {
                color: #f00
            }

    .single-pricing-box .btn-box {
        text-align: left;
        padding: 0 30px
    }

    .single-pricing-box:hover {
        -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.07);
        box-shadow: 0 10px 30px rgba(0,0,0,.07);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

.analysis-form {
    padding-left: 15px
}

    .analysis-form .sub-title {
        position: relative;
        display: block;
        text-transform: uppercase;
        margin-bottom: 12px;
        color: #256184;
        font-weight: 700;
        font-size: 15px
    }

        .analysis-form .sub-title img {
            margin-right: 5px;
            -webkit-animation-name: rotateme;
            animation-name: rotateme;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear
        }

    .analysis-form h2 {
        margin-bottom: 13px;
        font-size: 44px
    }

    .analysis-form form {
        margin-top: 30px
    }

        .analysis-form form .form-group {
            margin-bottom: 15px
        }

        .analysis-form form .default-btn {
            margin-top: 10px
        }

.overview-box {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 100px
}

    .overview-box:last-child {
        margin-bottom: 0
    }

    .overview-box .overview-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

        .overview-box .overview-content .content {
            padding-right: 30px
        }

            .overview-box .overview-content .content .sub-title {
                color: #256184;
                display: block;
                text-transform: uppercase;
                margin-bottom: 8px;
                font-size: 14px;
                font-weight: 700
            }

            .overview-box .overview-content .content h2 {
                margin-bottom: 12px;
                font-size: 35px
            }

            .overview-box .overview-content .content .features-text {
                margin-top: 30px
            }

                .overview-box .overview-content .content .features-text h4 {
                    margin-bottom: 15px;
                    font-size: 18px
                }

                    .overview-box .overview-content .content .features-text h4 i {
                        font-size: 16px;
                        margin-right: 4px;
                        color: #256184
                    }

            .overview-box .overview-content .content.right-content {
                padding-left: 30px;
                padding-right: 0
            }

            .overview-box .overview-content .content .features-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                padding-left: 0;
                list-style-type: none;
                margin-bottom: 0;
                margin-top: 10px;
                margin-left: -10px;
                margin-right: -10px
            }

                .overview-box .overview-content .content .features-list li {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    max-width: 50%;
                    margin-top: 10px;
                    padding-left: 10px;
                    padding-right: 10px
                }

                    .overview-box .overview-content .content .features-list li span {
                        display: block;
                        background-color: #f8faff;
                        border-radius: 5px;
                        padding: 13px 12px 10px 40px;
                        z-index: 1;
                        position: relative;
                        -webkit-transition: .5s;
                        transition: .5s;
                        font-weight: 800;
                        font-size: 15.5px
                    }

                        .overview-box .overview-content .content .features-list li span::before {
                            content: '';
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 0;
                            height: 100%;
                            border-radius: 5px;
                            background-color: #256184;
                            z-index: -1;
                            -webkit-transition: .5s;
                            transition: .5s
                        }

                        .overview-box .overview-content .content .features-list li span i {
                            font-size: 18px;
                            color: #fff;
                            background-color: #256184;
                            width: 23px;
                            height: 23px;
                            line-height: 23px;
                            -webkit-transition: .5s;
                            transition: .5s;
                            text-align: center;
                            border-radius: 3px;
                            position: absolute;
                            left: 8px;
                            top: 50%;
                            -webkit-transform: translateY(-50%);
                            transform: translateY(-50%)
                        }

                        .overview-box .overview-content .content .features-list li span:hover {
                            color: #fff
                        }

                            .overview-box .overview-content .content .features-list li span:hover::before {
                                width: 100%
                            }

                            .overview-box .overview-content .content .features-list li span:hover i {
                                background-color: #fff;
                                color: #147d9c
                            }

    .overview-box .overview-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

        .overview-box .overview-image .image {
            text-align: center
        }

.explore-learning-area {
    position: relative;
    z-index: 1
}

.explore-learning-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #256184;
    font-weight: 700;
    font-size: 15px
}

    .explore-learning-content .sub-title img {
        margin-right: 5px;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 40s;
        animation-duration: 40s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

.explore-learning-content h2 {
    margin-bottom: 16px;
    font-size: 44px
}

.explore-learning-content .explore-learing-btn {
    display: inline-block;
    margin-top: 5px;
    color: #256184;
    position: relative;
    font-size: 16.5px;
    font-weight: 700
}

    .explore-learning-content .explore-learing-btn::before {
        width: 0;
        height: 1px;
        background-color: #147d9c;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: .5s;
        transition: .5s
    }

    .explore-learning-content .explore-learing-btn:hover {
        color: #147d9c
    }

        .explore-learning-content .explore-learing-btn:hover::before {
            width: 100%
        }

.explore-learning-video {
    text-align: center;
    border-radius: 5px;
    position: relative
}

    .explore-learning-video img {
        border-radius: 5px
    }

    .explore-learning-video .video-btn {
        display: inline-block;
        width: 85px;
        height: 85px;
        font-size: 35px;
        text-align: center;
        line-height: 85px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        background-color: #256184;
        border-radius: 50%;
        color: #fff
    }

        .explore-learning-video .video-btn::after, .explore-learning-video .video-btn::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            -webkit-transition: .5s;
            transition: .5s;
            border-radius: 50%;
            border: 1px solid #256184
        }

        .explore-learning-video .video-btn::before {
            -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite
        }

        .explore-learning-video .video-btn::after {
            -webkit-animation: ripple 2s linear 1s infinite;
            animation: ripple 2s linear 1s infinite
        }

        .explore-learning-video .video-btn:hover {
            color: #fff;
            background-color: #147d9c
        }

            .explore-learning-video .video-btn:hover::before, .explore-learning-video .video-btn:hover::after {
                border-color: #147d9c
            }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.faq-accordion-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 60px;
    text-align: center
}

    .faq-accordion-tab .tabs li {
        margin-left: 10px;
        margin-right: 10px
    }

        .faq-accordion-tab .tabs li a {
            color: #147d9c;
            text-decoration: none;
            border-radius: 5px;
            padding: 20px;
            display: block;
            -webkit-box-shadow: 2px 8px 20px 0 rgba(25,42,70,.13) !important;
            box-shadow: 2px 8px 20px 0 rgba(25,42,70,.13) !important;
            font-size: 17px;
            font-weight: 800
        }

            .faq-accordion-tab .tabs li a i {
                font-size: 30px;
                font-weight: 400
            }

            .faq-accordion-tab .tabs li a span {
                display: block;
                margin-top: 8px
            }

            .faq-accordion-tab .tabs li a:hover {
                background-color: #256184;
                color: #fff
            }

        .faq-accordion-tab .tabs li.current a {
            background-color: #256184;
            color: #fff
        }

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

    .faq-accordion .accordion .accordion-item {
        border-radius: 5px;
        display: block;
        -webkit-box-shadow: 2px 8px 20px 0 rgba(25,42,70,.13) !important;
        box-shadow: 2px 8px 20px 0 rgba(25,42,70,.13) !important;
        background: #fff;
        margin-bottom: 15px
    }

        .faq-accordion .accordion .accordion-item:last-child {
            margin-bottom: 0
        }

    .faq-accordion .accordion .accordion-title {
        padding: 20px 25px 17px 60px;
        color: #147d9c;
        text-decoration: none;
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 600
    }

        .faq-accordion .accordion .accordion-title i {
            position: absolute;
            left: 25px;
            top: 18px;
            font-size: 25px;
            -webkit-transition: .5s;
            transition: .5s
        }

        .faq-accordion .accordion .accordion-title.active i {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

    .faq-accordion .accordion .accordion-content {
        display: none;
        position: relative;
        margin-top: -5px;
        padding-bottom: 20px;
        padding-right: 25px;
        padding-left: 60px
    }

        .faq-accordion .accordion .accordion-content p {
            line-height: 1.8
        }

        .faq-accordion .accordion .accordion-content.show {
            display: block
        }

.tab .tabs-item {
    display: none
}

    .tab .tabs-item:first-child {
        display: block
    }

.industries-serve-area {
    position: relative;
    z-index: 1
}

.single-industries-serve-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    color: #147d9c;
    border-radius: 5px;
    background-color: #f4f4fb;
    padding: 20px 15px 20px 70px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
    font-size: 16px;
    font-weight: 800
}

    .single-industries-serve-box .icon {
        position: absolute;
        left: 10px;
        top: 50%;
        line-height: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #c3c3c9;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 55px;
        font-weight: 400
    }

    .single-industries-serve-box::before {
        border-radius: 5px;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        content: '';
        z-index: -1;
        -webkit-transition: .5s;
        transition: .5s;
        background-color: #256184
    }

    .single-industries-serve-box .link-btn {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        z-index: 2
    }

    .single-industries-serve-box:hover {
        color: #fff
    }

        .single-industries-serve-box:hover .icon {
            color: #fff
        }

        .single-industries-serve-box:hover::before {
            width: 100%
        }

.vector-shape11 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

    .vector-shape11 img {
        -webkit-animation: movebounce 5s linear infinite;
        animation: movebounce 5s linear infinite
    }

.single-gallery-item {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

    .single-gallery-item a {
        display: block;
        border-radius: 5px
    }

        .single-gallery-item a img {
            -webkit-transition: .5s;
            transition: .5s
        }

    .single-gallery-item:hover a img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }

.single-products-box {
    position: relative;
    margin-bottom: 30px
}

    .single-products-box .products-image {
        text-align: center;
        position: relative;
        overflow: hidden
    }

        .single-products-box .products-image a {
            position: relative;
            display: block
        }

            .single-products-box .products-image a img {
                -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
                transition: all 1.5s cubic-bezier(0,0,.2,1)
            }

        .single-products-box .products-image .products-button {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 1
        }

            .single-products-box .products-image .products-button ul {
                padding-left: 0;
                margin-bottom: 0;
                list-style-type: none
            }

                .single-products-box .products-image .products-button ul li {
                    margin-bottom: 10px;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transform: translateX(30px);
                    transform: translateX(30px);
                    -webkit-transition: all .3s ease-in-out 0s;
                    transition: all .3s ease-in-out 0s
                }

                    .single-products-box .products-image .products-button ul li a {
                        display: inline-block;
                        font-size: 20px;
                        line-height: 1;
                        color: #147d9c;
                        position: relative;
                        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.07);
                        box-shadow: 0 0 4px rgba(0,0,0,.07);
                        background-color: #fff;
                        width: 40px;
                        height: 40px;
                        text-align: center;
                        line-height: 45px;
                        border-radius: 50%
                    }

                        .single-products-box .products-image .products-button ul li a .tooltip-label {
                            right: 110%;
                            top: 5px;
                            -webkit-transform: translateX(0);
                            transform: translateX(0);
                            position: absolute;
                            padding: 0 10px;
                            visibility: hidden;
                            white-space: nowrap;
                            opacity: 0;
                            color: transparent;
                            background-color: transparent;
                            -webkit-transition: all .2s ease-in-out;
                            transition: all .2s ease-in-out;
                            background-color: #256184;
                            color: #fff;
                            line-height: 28px;
                            font-size: 12px;
                            font-weight: 800
                        }

                            .single-products-box .products-image .products-button ul li a .tooltip-label::before {
                                content: '';
                                background-color: #256184;
                                top: 50%;
                                position: absolute;
                                -webkit-transition: all .2s ease-in-out;
                                transition: all .2s ease-in-out;
                                right: -1px;
                                width: 10px;
                                height: 10px;
                                -webkit-transform: rotate(45deg) translateY(-50%);
                                transform: rotate(45deg) translateY(-50%)
                            }

                        .single-products-box .products-image .products-button ul li a:hover {
                            background-color: #256184;
                            color: #fff
                        }

                            .single-products-box .products-image .products-button ul li a:hover .tooltip-label {
                                visibility: visible;
                                opacity: 1;
                                right: 135%
                            }

                    .single-products-box .products-image .products-button ul li:last-child {
                        margin-bottom: 0
                    }

                    .single-products-box .products-image .products-button ul li:nth-child(1) {
                        -webkit-transition-delay: .1s;
                        transition-delay: .1s
                    }

                    .single-products-box .products-image .products-button ul li:nth-child(2) {
                        -webkit-transition-delay: .2s;
                        transition-delay: .2s
                    }

                    .single-products-box .products-image .products-button ul li:nth-child(3) {
                        -webkit-transition-delay: .3s;
                        transition-delay: .3s
                    }

        .single-products-box .products-image .sale-tag {
            position: absolute;
            left: 20px;
            top: 20px;
            background-color: #f00;
            color: #fff;
            width: 55px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            border-radius: 50%;
            z-index: 2;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 14px
        }

        .single-products-box .products-image .new-tag {
            position: absolute;
            left: 20px;
            top: 20px;
            background-color: #008000;
            color: #fff;
            text-align: center;
            z-index: 2;
            padding: 1px 7px;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 14px
        }

    .single-products-box .products-content {
        margin-top: 25px;
        position: relative
    }

        .single-products-box .products-content h3 {
            margin-bottom: 0;
            font-size: 22px
        }

            .single-products-box .products-content h3 a {
                display: inline-block
            }

        .single-products-box .products-content .price {
            margin-top: 13px;
            -webkit-transition: .5s;
            transition: .5s;
            font-size: 16px;
            font-weight: 800
        }

            .single-products-box .products-content .price .old-price {
                text-decoration: line-through;
                color: #999;
                font-weight: 700
            }

        .single-products-box .products-content .star-rating {
            position: absolute;
            right: 0;
            bottom: 0;
            color: #f49f0b
        }

            .single-products-box .products-content .star-rating i {
                display: inline-block;
                margin-left: -2px
            }

        .single-products-box .products-content .add-to-cart {
            position: absolute;
            left: 0;
            bottom: 0;
            text-transform: uppercase;
            -webkit-transition: .5s;
            transition: .5s;
            display: inline-block;
            color: #256184;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateX(20px);
            transform: translateX(20px);
            font-size: 14px;
            font-weight: 800
        }

            .single-products-box .products-content .add-to-cart:hover {
                color: #256184
            }

    .single-products-box:hover .products-content .price {
        opacity: 0;
        visibility: hidden
    }

    .single-products-box:hover .products-content .add-to-cart {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }

    .single-products-box:hover .products-image a img {
        -webkit-transform: scale3d(1.1,1.1,1.1) translateZ(0);
        transform: scale3d(1.1,1.1,1.1) translateZ(0)
    }

    .single-products-box:hover .products-image .products-button ul li {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }

.grid-sorting {
    margin-bottom: 40px
}

    .grid-sorting .result-count p {
        font-weight: 500;
        font-size: 16.5px
    }

        .grid-sorting .result-count p .count {
            font-weight: 700;
            color: #147d9c
        }

    .grid-sorting .ordering {
        text-align: right
    }

        .grid-sorting .ordering label {
            display: inline-block;
            margin-bottom: 0;
            color: #256184;
            margin-right: 5px;
            font-size: 16.5px;
            font-weight: 700
        }

        .grid-sorting .ordering .nice-select {
            display: inline-block;
            width: 215px;
            float: unset;
            background: #f8f8f8;
            border-color: #eee;
            color: #147d9c;
            -webkit-transition: .5s;
            transition: .5s;
            padding: 0 0 0 12px;
            height: 45px;
            line-height: 45px;
            font-size: 16px;
            font-weight: 700
        }

            .grid-sorting .ordering .nice-select .list {
                background-color: #fff;
                border-radius: 5px;
                -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.2);
                box-shadow: 0 10px 30px rgba(0,0,0,.2);
                list-style-type: none;
                border: none;
                width: 100%;
                margin-bottom: 0;
                margin-top: 0;
                padding-left: 0;
                padding-top: 10px;
                padding-bottom: 10px
            }

                .grid-sorting .ordering .nice-select .list .option {
                    line-height: 38px;
                    min-height: 38px;
                    color: #147d9c;
                    position: relative;
                    -webkit-transition: .5s;
                    transition: .5s;
                    padding-left: 32px;
                    padding-right: 25px;
                    font-size: 16.5px;
                    font-weight: 700
                }

                    .grid-sorting .ordering .nice-select .list .option:hover {
                        background-color: #256184 !important;
                        color: #fff
                    }

                        .grid-sorting .ordering .nice-select .list .option:hover::before {
                            color: #fff
                        }

                    .grid-sorting .ordering .nice-select .list .option.focus, .grid-sorting .ordering .nice-select .list .option.selected.focus {
                        background-color: transparent !important;
                        color: #147d9c
                    }

                    .grid-sorting .ordering .nice-select .list .option::before {
                        content: "";
                        position: absolute;
                        left: 10px;
                        top: 0;
                        opacity: 0;
                        visibility: hidden;
                        -webkit-transition: .5s;
                        transition: .5s;
                        color: #256184;
                        font-family: Flaticon;
                        font-size: 12px
                    }

                    .grid-sorting .ordering .nice-select .list .option.selected::before {
                        opacity: 1;
                        visibility: visible
                    }

                    .grid-sorting .ordering .nice-select .list .option.selected:hover {
                        background-color: #256184 !important;
                        color: #fff
                    }

                        .grid-sorting .ordering .nice-select .list .option.selected:hover::before {
                            color: #fff
                        }

            .grid-sorting .ordering .nice-select:after {
                border-color: #147d9c;
                height: 8px;
                width: 8px;
                margin-top: -5px
            }

            .grid-sorting .ordering .nice-select:hover {
                border-color: #256184;
                background-color: transparent
            }

.products-details-image {
    border-radius: 5px
}

    .products-details-image a {
        display: block;
        border-radius: 5px
    }

        .products-details-image a img {
            border-radius: 5px
        }

.products-details-desc {
    padding-left: 30px
}

    .products-details-desc h3 {
        margin-bottom: 15px;
        font-size: 25px
    }

    .products-details-desc .price {
        margin-bottom: 15px;
        color: #256184;
        font-size: 15.5px;
        font-weight: 700
    }

        .products-details-desc .price .old-price {
            text-decoration: line-through;
            color: #828893;
            font-weight: 400
        }

    .products-details-desc .products-review {
        margin-bottom: 18px
    }

        .products-details-desc .products-review .rating {
            display: inline-block;
            padding-right: 5px;
            font-size: 18px
        }

            .products-details-desc .products-review .rating i {
                color: #ffba0a;
                display: inline-block;
                margin-right: -2px
            }

        .products-details-desc .products-review .rating-count {
            display: inline-block;
            color: #147d9c;
            border-bottom: 1px solid #147d9c;
            line-height: initial;
            position: relative;
            top: -3px;
            font-weight: 600
        }

            .products-details-desc .products-review .rating-count:hover {
                color: #256184;
                border-color: #256184
            }

    .products-details-desc .products-meta {
        margin-top: 20px
    }

        .products-details-desc .products-meta span {
            display: block;
            color: #147d9c;
            margin-bottom: 10px;
            font-size: 17px;
            font-weight: 700
        }

            .products-details-desc .products-meta span span {
                display: inline-block;
                margin-bottom: 0;
                font-weight: 600
            }

                .products-details-desc .products-meta span span.sku {
                    color: #256184
                }

                .products-details-desc .products-meta span span.in-stock {
                    color: #256184
                }

            .products-details-desc .products-meta span a {
                display: inline-block;
                color: #256184;
                font-weight: 600
            }

                .products-details-desc .products-meta span a:hover, .products-details-desc .products-meta span a:focus {
                    color: #256184
                }

            .products-details-desc .products-meta span:last-child {
                margin-bottom: 0
            }

    .products-details-desc .products-add-to-cart {
        margin-top: 25px
    }

        .products-details-desc .products-add-to-cart .input-counter {
            max-width: 130px;
            min-width: 130px;
            margin-right: 10px;
            text-align: center;
            display: inline-block;
            position: relative
        }

            .products-details-desc .products-add-to-cart .input-counter span {
                position: absolute;
                top: 0;
                background-color: transparent;
                cursor: pointer;
                color: #d0d0d0;
                width: 50px;
                height: 100%;
                line-height: 55px;
                -webkit-transition: .5s;
                transition: .5s;
                font-size: 25px
            }

                .products-details-desc .products-add-to-cart .input-counter span.minus-btn {
                    left: 0
                }

                .products-details-desc .products-add-to-cart .input-counter span.plus-btn {
                    right: 0
                }

                .products-details-desc .products-add-to-cart .input-counter span:hover {
                    color: #256184
                }

            .products-details-desc .products-add-to-cart .input-counter input {
                height: 50px;
                color: #147d9c;
                outline: 0;
                display: block;
                border: none;
                background-color: #f8f8f8;
                text-align: center;
                width: 100%;
                font-size: 17px;
                font-weight: 600
            }

                .products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
                    color: #147d9c
                }

                .products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
                    color: #147d9c
                }

                .products-details-desc .products-add-to-cart .input-counter input::-ms-input-placeholder {
                    color: #147d9c
                }

                .products-details-desc .products-add-to-cart .input-counter input::placeholder {
                    color: #147d9c
                }

        .products-details-desc .products-add-to-cart .default-btn {
            top: -2px;
            padding-top: 12.5px;
            padding-bottom: 12.5px
        }

    .products-details-desc .products-share {
        margin-top: 30px
    }

        .products-details-desc .products-share .social {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0
        }

            .products-details-desc .products-share .social li {
                display: inline-block
            }

                .products-details-desc .products-share .social li span {
                    display: inline-block;
                    margin-right: 3px;
                    font-weight: 700;
                    position: relative;
                    top: -2px
                }

                .products-details-desc .products-share .social li a {
                    display: block;
                    width: 32px;
                    height: 32px;
                    line-height: 34px;
                    border-radius: 50%;
                    background-color: #256184;
                    color: #fff;
                    border: 1px solid #256184;
                    text-align: center;
                    font-size: 17px;
                    margin-left: 2px
                }

                    .products-details-desc .products-share .social li a:hover, .products-details-desc .products-share .social li a:focus {
                        color: #256184;
                        background-color: transparent
                    }

                    .products-details-desc .products-share .social li a.facebook {
                        background-color: #3b5998;
                        border-color: #3b5998;
                        color: #fff
                    }

                        .products-details-desc .products-share .social li a.facebook:hover, .products-details-desc .products-share .social li a.facebook:focus {
                            color: #3b5998;
                            background-color: transparent
                        }

                    .products-details-desc .products-share .social li a.twitter {
                        background-color: #1da1f2;
                        border-color: #1da1f2;
                        color: #fff
                    }

                        .products-details-desc .products-share .social li a.twitter:hover, .products-details-desc .products-share .social li a.twitter:focus {
                            color: #1da1f2;
                            background-color: transparent
                        }

                    .products-details-desc .products-share .social li a.linkedin {
                        background-color: #007bb5;
                        border-color: #007bb5;
                        color: #fff
                    }

                        .products-details-desc .products-share .social li a.linkedin:hover, .products-details-desc .products-share .social li a.linkedin:focus {
                            color: #007bb5;
                            background-color: transparent
                        }

                    .products-details-desc .products-share .social li a.instagram {
                        background-color: #c13584;
                        border-color: #c13584;
                        color: #fff
                    }

                        .products-details-desc .products-share .social li a.instagram:hover, .products-details-desc .products-share .social li a.instagram:focus {
                            color: #c13584;
                            background-color: transparent
                        }

.products-details-tabs {
    margin-top: 50px
}

    .products-details-tabs .nav {
        text-align: center;
        padding-left: 0;
        margin-bottom: 40px;
        list-style-type: none;
        display: block
    }

        .products-details-tabs .nav .nav-item {
            display: inline-block;
            margin-left: 15px;
            margin-right: 15px
        }

            .products-details-tabs .nav .nav-item .nav-link {
                color: #ccc;
                border: none;
                border-bottom: 1px solid #eee;
                padding: 0;
                background-color: transparent;
                position: relative;
                padding-bottom: 8px;
                font-size: 20px;
                font-weight: 800
            }

                .products-details-tabs .nav .nav-item .nav-link::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    width: 0;
                    height: 3px;
                    background-color: #256184;
                    -webkit-transition: .5s;
                    transition: .5s;
                    bottom: -2px
                }

                .products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
                    color: #147d9c
                }

                    .products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
                        width: 100%
                    }

    .products-details-tabs .tab-content .tab-pane {
        max-width: 860px;
        margin-left: auto;
        margin-right: auto
    }

        .products-details-tabs .tab-content .tab-pane p {
            line-height: 1.8
        }

        .products-details-tabs .tab-content .tab-pane ul {
            padding-left: 0;
            list-style-type: none;
            margin-top: 20px;
            margin-bottom: 0
        }

            .products-details-tabs .tab-content .tab-pane ul li {
                margin-bottom: 12px;
                position: relative;
                color: #256184;
                padding-left: 15px;
                font-weight: 600
            }

                .products-details-tabs .tab-content .tab-pane ul li::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 8px;
                    width: 7px;
                    height: 7px;
                    border-radius: 50%;
                    background-color: #147d9c
                }

                .products-details-tabs .tab-content .tab-pane ul li:last-child {
                    margin-bottom: 0
                }

        .products-details-tabs .tab-content .tab-pane .products-reviews h3 {
            margin-bottom: 0;
            display: inline-block;
            margin-right: 15px;
            font-size: 25px
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .rating {
            display: inline-block
        }

            .products-details-tabs .tab-content .tab-pane .products-reviews .rating span {
                font-size: 17px;
                color: #cecfd2;
                margin-right: -2px
            }

                .products-details-tabs .tab-content .tab-pane .products-reviews .rating span.checked {
                    color: #ffa500
                }

        .products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
            margin-top: 10px;
            margin-bottom: 20px
        }

            .products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
                display: block;
                font-size: 17px;
                color: #256184
            }

        .products-details-tabs .tab-content .tab-pane .products-reviews .row {
            overflow: hidden;
            margin-left: 0;
            margin-right: 0
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .side {
            float: left;
            width: 9%;
            margin-top: 10px;
            padding-left: 0
        }

            .products-details-tabs .tab-content .tab-pane .products-reviews .side div {
                font-size: 17px;
                font-weight: 700
            }

        .products-details-tabs .tab-content .tab-pane .products-reviews .middle {
            margin-top: 14px;
            float: left;
            width: 82%
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .right {
            text-align: right
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
            width: 100%;
            background-color: #f1f1f1;
            text-align: center;
            color: #fff;
            border-radius: 5px
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
            width: 100%;
            height: 18px;
            background-color: #4caf50;
            border-radius: 5px
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
            width: 75%;
            height: 18px;
            background-color: #2196f3;
            border-radius: 5px;
            border-radius: 5px
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
            width: 50%;
            height: 18px;
            background-color: #00bcd4;
            border-radius: 5px
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
            width: 25%;
            height: 18px;
            background-color: #ff9800;
            border-radius: 5px
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
            width: 0;
            height: 18px;
            background-color: #f44336;
            border-radius: 5px
        }

        .products-details-tabs .tab-content .tab-pane .products-review-comments {
            margin-top: 40px
        }

            .products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
                border-bottom: 1px solid #f3f3f3;
                padding-bottom: 10px;
                margin-top: 0;
                margin-bottom: 10px;
                font-size: 24px;
                font-weight: 800
            }

            .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
                border-bottom: 1px solid #f3f3f3;
                padding: 20px 0 20px 110px;
                position: relative
            }

                .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
                    position: absolute;
                    left: 0;
                    top: 20px;
                    width: 90px;
                    height: 90px;
                    border-radius: 5px
                }

                .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
                    margin-bottom: 8px;
                    font-weight: 700
                }

                .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
                    display: block;
                    margin-bottom: 8px
                }

                    .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
                        display: inline-block
                    }

                        .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
                            color: #cecfd2;
                            font-size: 18px;
                            display: inline-block;
                            margin-right: -3px
                        }

                            .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
                                color: #ffa500
                            }

                    .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
                        color: #147d9c;
                        position: relative;
                        top: -2px;
                        font-weight: 800;
                        margin-left: 5px
                    }

        .products-details-tabs .tab-content .tab-pane .review-form-wrapper {
            margin-top: 30px
        }

            .products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
                margin-bottom: 10px;
                font-size: 24px;
                font-weight: 800
            }

            .products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
                color: #f00
            }

            .products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
                margin-top: 20px;
                text-align: center
            }

                .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
                    margin-bottom: 25px;
                    text-align: left
                }

                .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
                    text-align: left;
                    overflow: hidden;
                    max-width: 115px;
                    margin-top: -5px;
                    margin-bottom: 20px
                }

                    .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
                        float: right;
                        position: relative;
                        width: 23px;
                        height: 23px;
                        cursor: pointer
                    }

                        .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
                            padding-right: 5px
                        }

                        .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
                            content: "★";
                            -webkit-transition: .5s;
                            transition: .5s;
                            font-size: 27px;
                            color: #ccc;
                            line-height: 1
                        }

                    .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
                        display: none
                    }

                        .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
                            color: #f6b500
                        }

                .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
                    text-align: left;
                    margin-bottom: 0
                }

                    .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) {
                        display: none
                    }

                        .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label {
                            position: relative;
                            padding-left: 28px;
                            cursor: pointer;
                            line-height: 20px;
                            display: inline-block;
                            margin-bottom: 0;
                            color: #256184;
                            font-weight: 600
                        }

                            .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:before {
                                content: '';
                                position: absolute;
                                left: 0;
                                top: 0;
                                width: 19px;
                                height: 19px;
                                -webkit-transition: all .2s ease;
                                transition: all .2s ease;
                                border: 1px solid #f5f5f5;
                                border-radius: 3px;
                                background: #f5f5f5
                            }

                            .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:after, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:after {
                                content: '';
                                width: 8px;
                                height: 8px;
                                background: #256184;
                                position: absolute;
                                top: 5.5px;
                                left: 6px;
                                -webkit-transition: all .2s ease;
                                transition: all .2s ease
                            }

                            .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:after {
                                opacity: 0;
                                -webkit-transform: scale(0);
                                transform: scale(0)
                            }

                            .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:after {
                                opacity: 1;
                                -webkit-transform: scale(1);
                                transform: scale(1)
                            }

                    .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:hover + label:before {
                        border-color: #256184
                    }

                    .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:before {
                        border-color: #256184
                    }

                .products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
                    margin-top: 22px;
                    border: none;
                    display: inline-block;
                    text-align: center;
                    overflow: hidden;
                    color: #fff;
                    background-color: #256184;
                    -webkit-transition: .5s;
                    transition: .5s;
                    border-radius: 5px;
                    padding: 13px 60px;
                    font-weight: 700;
                    font-size: 17px
                }

                    .products-details-tabs .tab-content .tab-pane .review-form-wrapper form button:hover {
                        background-color: #147d9c;
                        color: #fff
                    }

.cart-table table {
    margin-bottom: 0
}

    .cart-table table thead tr th {
        border-bottom-width: 0;
        vertical-align: middle;
        padding: 15px 0;
        text-transform: uppercase;
        border: none;
        white-space: nowrap;
        font-size: 16px;
        font-weight: 800
    }

    .cart-table table tbody tr td {
        vertical-align: middle;
        color: #256184;
        white-space: nowrap;
        font-weight: 700;
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
        border-color: #eaedff;
        border-left: none;
        border-right: none
    }

        .cart-table table tbody tr td.product-thumbnail a {
            display: block
        }

            .cart-table table tbody tr td.product-thumbnail a img {
                width: 80px
            }

        .cart-table table tbody tr td.product-name a {
            display: inline-block
        }

        .cart-table table tbody tr td.product-subtotal .remove {
            color: #f00;
            float: right;
            position: relative;
            top: -1px;
            font-size: 18px
        }

        .cart-table table tbody tr td.product-quantity .input-counter {
            max-width: 130px;
            min-width: 130px;
            text-align: center;
            display: inline-block;
            position: relative
        }

            .cart-table table tbody tr td.product-quantity .input-counter span {
                position: absolute;
                top: 0;
                background-color: transparent;
                cursor: pointer;
                color: #d0d0d0;
                width: 40px;
                height: 100%;
                line-height: 50px;
                -webkit-transition: .5s;
                transition: .5s;
                font-size: 22px
            }

                .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
                    left: 0
                }

                .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
                    right: 0
                }

                .cart-table table tbody tr td.product-quantity .input-counter span:hover {
                    color: #256184
                }

            .cart-table table tbody tr td.product-quantity .input-counter input {
                height: 45px;
                color: #147d9c;
                outline: 0;
                display: block;
                border: none;
                background-color: #f8f8f8;
                text-align: center;
                width: 100%;
                font-size: 17px;
                font-weight: 600
            }

                .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
                    color: #147d9c
                }

                .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
                    color: #147d9c
                }

                .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
                    color: #147d9c
                }

                .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
                    color: #147d9c
                }

        .cart-table table tbody tr td.product-subtotal {
            overflow: hidden
        }

.cart-buttons {
    margin-top: 30px;
    text-align: right
}

    .cart-buttons .shopping-coupon-code {
        position: relative;
        max-width: 530px
    }

        .cart-buttons .shopping-coupon-code button {
            position: absolute;
            right: 0;
            top: 0;
            height: 50px;
            background: #147d9c;
            color: #fff;
            border: none;
            padding: 0 25px;
            line-height: 48px;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s;
            font-size: 16px;
            font-weight: 700
        }

            .cart-buttons .shopping-coupon-code button:hover {
                background-color: #256184
            }

.cart-totals {
    background: #fff;
    padding: 40px;
    max-width: 650px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    border-radius: 5px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

    .cart-totals h3 {
        margin-bottom: 25px;
        font-size: 25px
    }

    .cart-totals ul {
        padding-left: 0;
        margin: 0 0 25px;
        list-style-type: none
    }

        .cart-totals ul li {
            border: 1px solid #eaedff;
            padding: 15px;
            color: #147d9c;
            overflow: hidden;
            font-weight: 700;
            font-size: 16px
        }

            .cart-totals ul li:first-child {
                border-bottom: none
            }

            .cart-totals ul li:last-child {
                font-size: 19px;
                border-top: none
            }

                .cart-totals ul li:last-child span {
                    color: #147d9c;
                    font-weight: 600
                }

            .cart-totals ul li span {
                float: right;
                color: #256184;
                font-weight: 400
            }

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    background: #fff;
    padding: 15px 20px;
    border-top: 3px solid #256184;
    position: relative;
    margin-bottom: 40px
}

    .user-actions i {
        color: #256184;
        margin-right: 2px;
        font-size: 20px;
        position: relative;
        top: 3px
    }

    .user-actions span {
        display: inline-block;
        color: #256184;
        font-weight: 700;
        font-size: 16px
    }

        .user-actions span a {
            display: inline-block
        }

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 24px
}

    .billing-details .title::before {
        content: '';
        position: absolute;
        background: #256184;
        bottom: -1px;
        left: 0;
        width: 50px;
        height: 1px
    }

.billing-details .form-group {
    margin-bottom: 25px
}

    .billing-details .form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 700;
        font-size: 15px
    }

        .billing-details .form-group label .required {
            color: #f00
        }

    .billing-details .form-group .nice-select {
        display: block;
        width: 215px;
        float: unset;
        width: 100%;
        background: #f8f8f8;
        border-color: #eee;
        color: #147d9c;
        -webkit-transition: .5s;
        transition: .5s;
        padding: 0 0 0 12px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        font-weight: 700
    }

        .billing-details .form-group .nice-select .list {
            background-color: #fff;
            border-radius: 5px;
            -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.2);
            box-shadow: 0 10px 30px rgba(0,0,0,.2);
            list-style-type: none;
            border: none;
            width: 100%;
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 0;
            padding-top: 10px;
            padding-bottom: 10px
        }

            .billing-details .form-group .nice-select .list .option {
                line-height: 38px;
                min-height: 38px;
                color: #147d9c;
                position: relative;
                -webkit-transition: .5s;
                transition: .5s;
                padding-left: 32px;
                padding-right: 25px;
                font-size: 16px;
                font-weight: 700
            }

                .billing-details .form-group .nice-select .list .option:hover {
                    background-color: #256184 !important;
                    color: #fff
                }

                    .billing-details .form-group .nice-select .list .option:hover::before {
                        color: #fff
                    }

                .billing-details .form-group .nice-select .list .option.focus, .billing-details .form-group .nice-select .list .option.selected.focus {
                    background-color: transparent !important;
                    color: #147d9c
                }

                .billing-details .form-group .nice-select .list .option::before {
                    content: "";
                    position: absolute;
                    left: 10px;
                    top: 0;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: .5s;
                    transition: .5s;
                    color: #256184;
                    font-family: Flaticon;
                    font-size: 12px
                }

                .billing-details .form-group .nice-select .list .option.selected::before {
                    opacity: 1;
                    visibility: visible
                }

                .billing-details .form-group .nice-select .list .option.selected:hover {
                    background-color: #256184 !important;
                    color: #fff
                }

                    .billing-details .form-group .nice-select .list .option.selected:hover::before {
                        color: #fff
                    }

        .billing-details .form-group .nice-select:after {
            border-color: #147d9c;
            height: 8px;
            width: 8px;
            margin-top: -5px
        }

        .billing-details .form-group .nice-select:hover {
            border-color: #256184;
            background-color: transparent
        }

.billing-details .form-check {
    margin-bottom: 20px
}

    .billing-details .form-check .form-check-label {
        color: #147d9c;
        font-weight: 600
    }

    .billing-details .form-check label {
        position: relative;
        left: -3px;
        top: 0;
        font-weight: 500
    }

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 24px
}

    .order-details .title::before {
        content: '';
        position: absolute;
        background: #256184;
        bottom: -1px;
        left: 0;
        width: 50px;
        height: 1px
    }

.order-details .order-table table {
    margin-bottom: 0
}

    .order-details .order-table table thead tr th {
        border-bottom-width: 0;
        vertical-align: middle;
        border-color: #eaedff;
        padding: 12px 20px 10px;
        white-space: nowrap;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 16px
    }

    .order-details .order-table table tbody tr td {
        vertical-align: middle;
        color: #256184;
        white-space: nowrap;
        border-color: #eaedff;
        font-size: 15px;
        font-weight: 700;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 13px
    }

        .order-details .order-table table tbody tr td.product-name a {
            display: inline-block
        }

        .order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
            color: #147d9c;
            font-weight: 800;
            font-size: 17px
        }

        .order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
            color: #147d9c;
            font-weight: 800;
            font-size: 17px
        }

.order-details .payment-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
    margin-top: 30px;
    padding: 30px
}

    .order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
        display: none
    }

        .order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
            padding-left: 27px;
            cursor: pointer;
            display: block;
            color: #147d9c;
            position: relative;
            margin-bottom: 8px;
            font-weight: 800
        }

            .order-details .payment-box .payment-method p [type=radio]:checked + label::before, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
                content: '';
                position: absolute;
                left: 0;
                top: 4px;
                width: 18px;
                height: 18px;
                border: 1px solid #ddd;
                border-radius: 50%;
                background: #fff
            }

            .order-details .payment-box .payment-method p [type=radio]:checked + label::after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
                content: '';
                width: 12px;
                height: 12px;
                background: #256184;
                position: absolute;
                top: 7px;
                left: 3px;
                border-radius: 50%;
                -webkit-transition: .5s;
                transition: .5s
            }

            .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
                opacity: 0;
                visibility: hidden;
                -webkit-transform: scale(0);
                transform: scale(0)
            }

            .order-details .payment-box .payment-method p [type=radio]:checked + label::after {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scale(1);
                transform: scale(1)
            }

    .order-details .payment-box .default-btn {
        margin-top: 15px;
        -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149,152,200,.2);
        box-shadow: 0 5px 28.5px 1.5px rgba(149,152,200,.2);
        border-radius: 3px
    }

.upcoming-bootcamps-area {
    position: relative;
    z-index: 1
}

.upcoming-bootcamps-content {
    text-align: center
}

    .upcoming-bootcamps-content h2 {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        font-size: 44px
    }

    .upcoming-bootcamps-content .default-btn {
        margin-bottom: -5px;
        margin-top: 30px
    }

.single-events-box {
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    margin-bottom: 30px
}

    .single-events-box .image {
        position: relative
    }

        .single-events-box .image img {
            border-radius: 5px 5px 0 0
        }

        .single-events-box .image .date {
            position: absolute;
            right: 0;
            bottom: 0;
            display: inline-block;
            background-color: #fff;
            color: #256184;
            padding: 8px 20px;
            border-radius: 5px 0 0 0;
            font-size: 15px;
            font-weight: 700
        }

            .single-events-box .image .date::before {
                content: '';
                position: absolute;
                right: 20px;
                bottom: 0;
                width: 60px;
                height: 1px;
                background-color: #eee
            }

    .single-events-box .content {
        padding: 20px;
        position: relative
    }

        .single-events-box .content h3 {
            margin-bottom: 0;
            line-height: 1.3;
            font-size: 24px
        }

            .single-events-box .content h3 a {
                display: inline-block
            }

        .single-events-box .content .location {
            display: block;
            color: #256184;
            margin-top: 13px;
            position: relative;
            padding-left: 22px;
            font-size: 17px;
            font-weight: 600
        }

            .single-events-box .content .location i {
                color: #256184;
                position: absolute;
                left: 0;
                top: 2px;
                font-size: 18px
            }

        .single-events-box .content::before {
            left: 20px;
            position: absolute;
            bottom: 0;
            content: '';
            height: 2px;
            width: 45px;
            background-color: #d6d6d6;
            -webkit-transition: .5s;
            transition: .5s
        }

    .single-events-box:hover {
        -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

        .single-events-box:hover .content::before {
            width: 65px;
            background-color: #256184
        }

.events-details-header {
    margin-bottom: 40px
}

    .events-details-header ul {
        margin-bottom: 0;
        list-style-type: none;
        background-color: #f8f9f8;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 14px;
        padding-bottom: 14px
    }

        .events-details-header ul li {
            display: inline-block;
            margin-right: 18px;
            color: #256184;
            position: relative;
            padding-left: 22px;
            font-size: 16px;
            font-weight: 600
        }

            .events-details-header ul li i {
                color: #256184;
                position: absolute;
                left: 0;
                top: 1px;
                font-size: 18px
            }

            .events-details-header ul li:last-child {
                margin-right: 0
            }

.events-details-desc {
    padding-left: 25px;
    padding-right: 25px
}

    .events-details-desc h3 {
        margin-bottom: 12px;
        font-size: 25px
    }

        .events-details-desc h3:not(:first-child) {
            margin-top: 30px
        }

.events-details-image {
    position: relative;
    margin-bottom: 50px
}

    .events-details-image #timer {
        position: absolute;
        z-index: 2;
        right: 20px;
        bottom: 20px
    }

        .events-details-image #timer div {
            background-color: transparent;
            color: #fff;
            width: 130px;
            height: 130px;
            position: relative;
            z-index: 1;
            border-radius: 5px;
            font-size: 50px;
            font-weight: 800;
            margin-left: 8px;
            margin-right: 8px
        }

            .events-details-image #timer div span {
                display: block;
                margin-top: -6px;
                text-transform: uppercase;
                font-size: 18px;
                font-weight: 600
            }

            .events-details-image #timer div::before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                border-radius: 5px;
                background-color: #147d9c;
                opacity: .9;
                z-index: -1
            }

.events-details-info {
    background-color: #f8f9f8;
    border-radius: 5px;
    padding: 35px
}

    .events-details-info .info {
        margin-bottom: 0;
        list-style-type: none;
        padding-left: 0
    }

        .events-details-info .info li {
            border-bottom: 1px solid #e5e5e7;
            color: #256184;
            font-size: 17px;
            font-weight: 600;
            padding-top: 15px;
            padding-bottom: 14px
        }

            .events-details-info .info li span {
                font-weight: 800;
                color: #147d9c;
                position: relative
            }

            .events-details-info .info li.price {
                padding-bottom: 10px;
                color: #256184;
                font-size: 28px;
                font-weight: 800
            }

                .events-details-info .info li.price span {
                    color: #147d9c;
                    font-size: 17px;
                    font-weight: 800
                }

            .events-details-info .info li:first-child {
                padding-top: 0
            }

    .events-details-info .btn-box {
        text-align: center;
        margin-top: 30px
    }

        .events-details-info .btn-box .default-btn {
            display: block;
            padding-right: 30px;
            padding-left: 30px;
            padding-top: 12px;
            padding-bottom: 12px
        }

            .events-details-info .btn-box .default-btn i {
                position: relative;
                left: 0;
                top: 2px;
                margin-right: 8px;
                line-height: 1;
                font-weight: 400;
                font-size: 19px
            }

        .events-details-info .btn-box p {
            margin-top: 15px;
            font-weight: 600
        }

            .events-details-info .btn-box p a {
                color: #256184
            }

                .events-details-info .btn-box p a:hover {
                    text-decoration: underline
                }

    .events-details-info .events-share {
        text-align: center;
        margin-top: 25px
    }

        .events-details-info .events-share .share-info {
            display: inline-block;
            position: relative;
            cursor: pointer
        }

            .events-details-info .events-share .share-info span {
                display: inline-block;
                color: #256184;
                line-height: 1;
                font-size: 17px;
                font-weight: 700
            }

                .events-details-info .events-share .share-info span i {
                    color: #147d9c
                }

            .events-details-info .events-share .share-info .social-link {
                padding-left: 0;
                list-style-type: none;
                margin-bottom: 0;
                margin-top: 12px
            }

                .events-details-info .events-share .share-info .social-link li {
                    display: inline-block;
                    margin-right: 3px
                }

                    .events-details-info .events-share .share-info .social-link li:last-child {
                        margin-right: 0
                    }

                    .events-details-info .events-share .share-info .social-link li a {
                        width: 30px;
                        height: 30px;
                        text-align: center;
                        background-color: #e1e1e1;
                        font-size: 18px;
                        color: #147d9c;
                        position: relative;
                        border-radius: 2px
                    }

                        .events-details-info .events-share .share-info .social-link li a i {
                            position: absolute;
                            left: 0;
                            top: 50%;
                            right: 0;
                            -webkit-transform: translateY(-48%);
                            transform: translateY(-48%)
                        }

                        .events-details-info .events-share .share-info .social-link li a:hover {
                            background-color: #256184;
                            color: #fff
                        }

.events-details-location {
    margin-bottom: 40px
}

    .events-details-location iframe {
        height: 400px;
        width: 100%;
        border: none
    }

.error-area {
    background-color: #147d9c;
    height: 100vh
}

.error-content {
    text-align: center
}

    .error-content h3 {
        color: #fff;
        margin-bottom: 20px;
        margin-top: 45px;
        font-size: 40px
    }

    .error-content p {
        color: rgba(255,255,255,.7);
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0
    }

    .error-content .btn-box {
        margin-top: 30px
    }

        .error-content .btn-box .default-btn {
            margin-left: 7px;
            margin-right: 7px
        }

            .error-content .btn-box .default-btn span {
                background-color: #fff
            }

            .error-content .btn-box .default-btn i {
                font-weight: 400
            }

            .error-content .btn-box .default-btn:hover {
                color: #147d9c
            }

.testimonials-area {
    position: relative;
    z-index: 1
}

    .testimonials-area.bg-color::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        height: 267px;
        background-color: #f1f8fb
    }

    .testimonials-area.bg-23173a {
        background-color: #147d9c
    }

        .testimonials-area.bg-23173a .section-title h2 {
            color: #fff
        }

            .testimonials-area.bg-23173a .section-title h2 .overlay {
                background-color: #fff
            }

        .testimonials-area.bg-23173a .section-title p {
            color: #fff
        }

.single-testimonials-item {
    margin-bottom: 30px;
    background-color: transparent;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 130px 50px 50px;
    text-align: center
}

    .single-testimonials-item p {
        margin-bottom: 0;
        font-size: 18px
    }

    .single-testimonials-item::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #fff;
        z-index: -1;
        height: 87%;
        border-radius: 5px;
        right: 0
    }

    .single-testimonials-item::after {
        content: "";
        position: absolute;
        left: 0;
        color: #147d9c;
        top: -20px;
        line-height: 1;
        z-index: -1;
        right: 0;
        opacity: .05;
        font-family: Flaticon;
        font-size: 150px
    }

    .single-testimonials-item .client-info {
        margin-top: 25px
    }

        .single-testimonials-item .client-info img {
            width: 50px !important;
            height: 50px;
            display: inline-block !important;
            border-radius: 50%
        }

        .single-testimonials-item .client-info .title {
            text-align: left;
            margin-left: 15px
        }

            .single-testimonials-item .client-info .title h3 {
                font-size: 18px;
                margin-bottom: 3px
            }

            .single-testimonials-item .client-info .title span {
                color: #256184;
                font-size: 15px;
                font-weight: 600
            }

.single-testimonials-box {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 70px 50px 40px;
    text-align: center;
    margin-top: 40px
}

    .single-testimonials-box.bg-fafafb {
        background-color: #fafafb
    }

    .single-testimonials-box img {
        width: 80px !important;
        height: 80px;
        display: inline-block !important;
        border-radius: 50%;
        border: 5px solid #e3fbff;
        position: absolute;
        left: 0;
        right: 0;
        top: -40px;
        margin: auto
    }

    .single-testimonials-box p {
        margin-bottom: 0;
        font-size: 18px
    }

    .single-testimonials-box::after {
        content: "";
        position: absolute;
        bottom: 0;
        color: #147d9c;
        line-height: 1;
        z-index: -1;
        right: 20px;
        opacity: .05;
        font-family: Flaticon;
        font-size: 140px
    }

    .single-testimonials-box .client-info {
        margin-top: 25px
    }

        .single-testimonials-box .client-info h3 {
            font-size: 20px;
            margin-bottom: 5px
        }

        .single-testimonials-box .client-info span {
            color: #256184;
            font-size: 15px;
            font-weight: 600
        }

.testimonials-view-btn {
    margin-top: 25px
}

    .testimonials-view-btn .default-btn {
        background-color: transparent;
        color: #256184;
        border: 1px solid #eae1d6;
        margin-bottom: -7px
    }

        .testimonials-view-btn .default-btn span {
            background-color: #256184
        }

        .testimonials-view-btn .default-btn:hover {
            color: #fff;
            border-color: #256184
        }

.testimonials-slides.owl-carousel .owl-nav .owl-prev, .testimonials-slides.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 0;
    width: 40px;
    top: -10px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #147d9c;
    border: 1px solid #eae2d7;
    line-height: 40px;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0;
    font-size: 16px
}

    .testimonials-slides.owl-carousel .owl-nav .owl-prev:hover, .testimonials-slides.owl-carousel .owl-nav .owl-next:hover {
        background-color: #256184;
        border-color: #256184;
        -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
        color: #fff
    }

.testimonials-slides.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0
}

.shape-img1 {
    position: absolute;
    left: 10%;
    top: 2%;
    z-index: -1
}

    .shape-img1 img {
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

.partner-area {
    position: relative;
    z-index: 1
}

    .partner-area.ptb-70 {
        padding-bottom: 40px
    }

.single-partner-item {
    text-align: center;
    margin-bottom: 30px
}

.divider {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url(data:image/svg+xml;utf8;base64,JTNjc3ZnIHZpZXdCb3g9JzAgMCAxMDAgMTAwJyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUnJTNlJTNjcGF0aCBkPSdNMCwwIEMxNi42NjY2NjY3LDY2IDMzLjMzMzMzMzMsOTggNTAsOTggQzY2LjY2NjY2NjcsOTggODMuMzMzMzMzMyw2NiAxMDAsMCBMMTAwLDEwMCBMMCwxMDAgTDAsMCBaJyBmaWxsPSclMjNmZmYnLyUzZSUzYy9zdmclM2U=);
    mask-image: url(data:image/svg+xml;utf8;base64,JTNjc3ZnIHZpZXdCb3g9JzAgMCAxMDAgMTAwJyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUnJTNlJTNjcGF0aCBkPSdNMCwwIEMxNi42NjY2NjY3LDY2IDMzLjMzMzMzMzMsOTggNTAsOTggQzY2LjY2NjY2NjcsOTggODMuMzMzMzMzMyw2NiAxMDAsMCBMMTAwLDEwMCBMMCwxMDAgTDAsMCBaJyBmaWxsPSclMjNmZmYnLyUzZSUzYy9zdmclM2U=);
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #fffaf3;
    bottom: 0;
    left: 0;
    z-index: -1
}

    .divider.white-color {
        background-color: #fff
    }

.blog-area {
    position: relative;
    z-index: 1
}

    .blog-area .row.align-items-center {
        margin-left: -40px;
        margin-right: -40px
    }

        .blog-area .row.align-items-center .col-lg-4 {
            padding-left: 40px;
            padding-right: 40px
        }

            .blog-area .row.align-items-center .col-lg-4:nth-child(2) {
                padding-left: 0;
                padding-right: 0
            }

.single-blog-post {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

    .single-blog-post .post-image {
        border-radius: 5px 5px 0 0
    }

        .single-blog-post .post-image a {
            display: block;
            border-radius: 5px 5px 0 0
        }

            .single-blog-post .post-image a img {
                border-radius: 5px 5px 0 0;
                width: 100%
            }

    .single-blog-post .post-content {
        padding: 25px
    }

        .single-blog-post .post-content .post-meta {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 18px;
            margin-left: -7px;
            margin-right: -7px
        }

            .single-blog-post .post-content .post-meta li {
                color: #256184;
                font-size: 15px;
                position: relative;
                padding-left: 29px;
                padding-right: 7px
            }

                .single-blog-post .post-content .post-meta li .post-author img {
                    width: 35px;
                    height: 35px;
                    margin-right: 10px
                }

                .single-blog-post .post-content .post-meta li .post-author span {
                    font-weight: 600;
                    font-size: 15px
                }

                .single-blog-post .post-content .post-meta li i {
                    color: #256184;
                    position: absolute;
                    left: 7px;
                    top: 0
                }

                .single-blog-post .post-content .post-meta li:first-child {
                    padding-left: 7px
                }

        .single-blog-post .post-content h3 {
            margin-bottom: 0;
            line-height: 1.3;
            font-size: 24px
        }

            .single-blog-post .post-content h3 a {
                display: inline-block
            }

    .single-blog-post.bg-fffbf5 {
        background-color: #fffbf5
    }

    .single-blog-post:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
        box-shadow: 0 2px 28px 0 rgba(0,0,0,.09)
    }

.blog-items {
    margin-left: -15px;
    margin-right: -15px
}

    .blog-items .single-blog-post {
        margin-left: 15px;
        margin-right: 15px
    }

.vector-shape1 {
    position: absolute;
    left: 12%;
    z-index: -1;
    bottom: 40px
}

    .vector-shape1 img {
        -webkit-animation-name: rotatemetwo;
        animation-name: rotatemetwo;
        -webkit-animation-duration: 350s;
        animation-duration: 350s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

.vector-shape2 {
    position: absolute;
    right: 10%;
    top: 230px;
    z-index: -1
}

    .vector-shape2 img {
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 350s;
        animation-duration: 350s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

@-webkit-keyframes rotatemetwo {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotatemetwo {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.blog-details-desc .article-image img {
    width: 100%
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

    .blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-] {
        color: #87a1c1;
        font-size: 18px;
        margin: 0;
        padding: 0;
        background: #fff;
        width: 45px;
        height: 45px;
        line-height: 40px;
        position: absolute;
        left: 20px;
        -webkit-transition: .5s;
        transition: .5s;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 5px !important;
        border-radius: 50%;
        border-style: solid;
        border-color: #fff;
        border-width: 1.5px
    }

        .blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
            left: auto;
            right: 20px;
            padding-left: 3px !important
        }

        .blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
            background-color: #256184;
            color: #fff;
            border-color: #256184
        }

.blog-details-desc .article-image-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.blog-details-desc .article-video iframe {
    width: 100%;
    height: 400px;
    border: none !important
}

.blog-details-desc .article-content {
    margin-top: 30px
}

    .blog-details-desc .article-content .entry-meta ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none
    }

        .blog-details-desc .article-content .entry-meta ul li {
            margin-right: 20px;
            position: relative;
            display: inline-block;
            border-right: 1px solid #eee;
            font-weight: 600;
            font-size: 17px;
            padding-right: 20px;
            padding-left: 45px
        }

            .blog-details-desc .article-content .entry-meta ul li i {
                font-size: 32px;
                color: #cfcfcf;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .blog-details-desc .article-content .entry-meta ul li span {
                display: block;
                color: #256184;
                text-transform: uppercase;
                margin-bottom: 2px;
                font-size: 14px;
                font-weight: 600
            }

            .blog-details-desc .article-content .entry-meta ul li a {
                display: inline-block;
                font-size: 17px;
                font-weight: 700
            }

            .blog-details-desc .article-content .entry-meta ul li:last-child {
                padding-right: 0;
                margin-right: 0;
                border-right: none
            }

    .blog-details-desc .article-content h3 {
        margin-bottom: 15px;
        margin-top: 28px;
        font-size: 24px
    }

    .blog-details-desc .article-content .wp-block-gallery.columns-3 {
        padding-left: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 30px;
        margin-top: 30px
    }

        .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
            max-width: 33.3333%;
            padding-right: 10px;
            padding-left: 10px
        }

            .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
                margin-bottom: 0
            }

    .blog-details-desc .article-content .features-list {
        padding-left: 0;
        list-style-type: none;
        margin-top: 25px;
        margin-bottom: 30px
    }

        .blog-details-desc .article-content .features-list li {
            margin-bottom: 15px;
            position: relative;
            padding-left: 26px;
            font-weight: 600;
            color: #256184
        }

            .blog-details-desc .article-content .features-list li i {
                color: #256184;
                display: inline-block;
                font-size: 20px;
                position: absolute;
                left: 0;
                top: 1px
            }

            .blog-details-desc .article-content .features-list li:last-child {
                margin-bottom: 0
            }

.blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 30px
}

    .blog-details-desc .article-footer .article-tags {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        color: #256184
    }

        .blog-details-desc .article-footer .article-tags span {
            display: inline-block;
            color: #147d9c;
            margin-right: 3px;
            position: relative;
            top: 3px;
            font-size: 20px
        }

        .blog-details-desc .article-footer .article-tags a {
            display: inline-block;
            font-weight: 700
        }

    .blog-details-desc .article-footer .article-share {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

        .blog-details-desc .article-footer .article-share .social {
            padding-left: 0;
            list-style-type: none;
            text-align: right;
            margin-bottom: 0
        }

            .blog-details-desc .article-footer .article-share .social li {
                display: inline-block
            }

                .blog-details-desc .article-footer .article-share .social li span {
                    display: inline-block;
                    margin-right: 3px;
                    font-weight: 700;
                    position: relative;
                    top: -1px
                }

                .blog-details-desc .article-footer .article-share .social li a {
                    display: block;
                    width: 32px;
                    height: 32px;
                    line-height: 34px;
                    border-radius: 50%;
                    background-color: #256184;
                    color: #fff;
                    border: 1px solid #256184;
                    text-align: center;
                    font-size: 17px;
                    margin-left: 2px
                }

                    .blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
                        color: #256184;
                        background-color: transparent
                    }

                    .blog-details-desc .article-footer .article-share .social li a.facebook {
                        background-color: #3b5998;
                        border-color: #3b5998;
                        color: #fff
                    }

                        .blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
                            color: #3b5998;
                            background-color: transparent
                        }

                    .blog-details-desc .article-footer .article-share .social li a.twitter {
                        background-color: #1da1f2;
                        border-color: #1da1f2;
                        color: #fff
                    }

                        .blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
                            color: #1da1f2;
                            background-color: transparent
                        }

                    .blog-details-desc .article-footer .article-share .social li a.linkedin {
                        background-color: #007bb5;
                        border-color: #007bb5;
                        color: #fff
                    }

                        .blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
                            color: #007bb5;
                            background-color: transparent
                        }

                    .blog-details-desc .article-footer .article-share .social li a.instagram {
                        background-color: #c13584;
                        border-color: #c13584;
                        color: #fff
                    }

                        .blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
                            color: #c13584;
                            background-color: transparent
                        }

.blog-details-desc .article-author {
    margin-top: 30px;
    border-radius: 5px;
    background: #fdfcfc
}

    .blog-details-desc .article-author .author-profile-header {
        height: 115px;
        border-radius: 5px 5px 0 0;
        background-color: #256184;
        background-image: url(/content/img/bg.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat
    }

    .blog-details-desc .article-author .author-profile {
        padding: 0 25px 25px
    }

        .blog-details-desc .article-author .author-profile .author-profile-title {
            position: relative;
            z-index: 1;
            margin-top: -45px
        }

            .blog-details-desc .article-author .author-profile .author-profile-title img {
                display: inline-block;
                border: 3px solid #fff;
                width: 100px;
                height: 100px;
                margin-bottom: 25px
            }

            .blog-details-desc .article-author .author-profile .author-profile-title h4 {
                margin-bottom: 5px;
                font-size: 22px
            }

            .blog-details-desc .article-author .author-profile .author-profile-title span {
                display: block;
                margin-bottom: 12px;
                font-size: 16px;
                color: #256184
            }

            .blog-details-desc .article-author .author-profile .author-profile-title p {
                font-size: 16px
            }

blockquote, .blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px
}

    blockquote p, .blockquote p {
        color: #147d9c;
        line-height: 1.6;
        margin-bottom: 0;
        font-style: italic;
        font-weight: 700;
        font-size: 22px !important
    }

    blockquote cite, .blockquote cite {
        display: none
    }

    blockquote::before, .blockquote::before {
        color: #efefef;
        position: absolute;
        -webkit-animation: fade-up 1.5s infinite linear;
        animation: fade-up 1.5s infinite linear;
        left: 50px;
        top: -50px;
        z-index: -1;
        content: "";
        font-family: Flaticon;
        font-size: 135px
    }

    blockquote::after, .blockquote::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #256184;
        margin-top: 20px;
        margin-bottom: 20px
    }

.post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.prev-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px
}

    .prev-link-wrapper a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .prev-link-wrapper a:hover .image-prev::after {
            opacity: 1;
            visibility: visible
        }

        .prev-link-wrapper a:hover .image-prev .post-nav-title {
            opacity: 1;
            visibility: visible
        }

        .prev-link-wrapper a:hover .prev-link-info-wrapper {
            color: #256184
        }

    .prev-link-wrapper .image-prev {
        display: inline-block;
        min-width: 100px;
        width: 100px;
        border-radius: 5px;
        overflow: hidden;
        vertical-align: top;
        margin-right: 20px;
        position: relative;
        -webkit-transition: .5s;
        transition: .5s
    }

        .prev-link-wrapper .image-prev img {
            border-radius: 5px
        }

        .prev-link-wrapper .image-prev::after {
            display: block;
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 5px;
            opacity: 0;
            background-color: #256184;
            visibility: hidden;
            -webkit-transition: .5s;
            transition: .5s
        }

        .prev-link-wrapper .image-prev .post-nav-title {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            margin: 0 auto;
            text-align: center;
            text-transform: uppercase;
            z-index: 2;
            color: #fff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .5s;
            transition: .5s;
            font-size: 17px;
            font-weight: 700
        }

    .prev-link-wrapper .prev-link-info-wrapper {
        color: #147d9c;
        -webkit-transition: .5s;
        transition: .5s
    }

    .prev-link-wrapper .prev-title {
        display: inline-block;
        font-weight: 800;
        font-size: 17px
    }

    .prev-link-wrapper .meta-wrapper {
        display: block;
        color: #256184;
        text-transform: capitalize;
        margin-top: 7px;
        font-weight: 600;
        font-size: 16px
    }

.next-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 15px
}

    .next-link-wrapper a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .next-link-wrapper a:hover .image-next::after {
            opacity: 1;
            visibility: visible
        }

        .next-link-wrapper a:hover .image-next .post-nav-title {
            opacity: 1;
            visibility: visible
        }

        .next-link-wrapper a:hover .next-link-info-wrapper {
            color: #256184
        }

    .next-link-wrapper .image-next {
        display: inline-block;
        min-width: 100px;
        width: 100px;
        border-radius: 5px;
        overflow: hidden;
        vertical-align: top;
        margin-left: 20px;
        position: relative;
        -webkit-transition: .5s;
        transition: .5s
    }

        .next-link-wrapper .image-next img {
            border-radius: 5px
        }

        .next-link-wrapper .image-next::after {
            display: block;
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 5px;
            opacity: 0;
            background-color: #256184;
            visibility: hidden;
            -webkit-transition: .5s;
            transition: .5s
        }

        .next-link-wrapper .image-next .post-nav-title {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            margin: 0 auto;
            text-align: center;
            text-transform: uppercase;
            z-index: 2;
            color: #fff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .5s;
            transition: .5s;
            font-size: 17px;
            font-weight: 700
        }

    .next-link-wrapper .next-link-info-wrapper {
        -webkit-transition: .5s;
        transition: .5s;
        color: #147d9c
    }

    .next-link-wrapper .next-title {
        display: inline-block;
        font-weight: 800;
        font-size: 17px
    }

    .next-link-wrapper .meta-wrapper {
        display: block;
        color: #256184;
        text-transform: capitalize;
        margin-top: 7px;
        font-weight: 600;
        font-size: 16px
    }

.comments-area {
    margin-top: 30px
}

    .comments-area .comments-title {
        line-height: initial;
        margin-bottom: 30px;
        font-size: 24px
    }

    .comments-area ol, .comments-area ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .comments-area .comment-list {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .comments-area .children {
        margin-left: 20px
    }

    .comments-area .comment-body {
        border-bottom: 1px dashed #eee;
        padding-left: 70px;
        color: #147d9c;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

        .comments-area .comment-body .reply {
            margin-top: 15px
        }

            .comments-area .comment-body .reply a {
                border: 1px dashed #ded9d9;
                color: #147d9c;
                display: inline-block;
                padding: 6px 20px 3px;
                border-radius: 30px;
                text-transform: uppercase;
                font-size: 13px;
                font-weight: 800
            }

                .comments-area .comment-body .reply a:hover {
                    color: #fff;
                    background-color: #256184;
                    border-color: #256184
                }

    .comments-area .comment-author {
        font-size: 17px;
        margin-bottom: 8px;
        position: relative;
        z-index: 2
    }

        .comments-area .comment-author .avatar {
            height: 50px;
            left: -65px;
            position: absolute;
            width: 50px
        }

        .comments-area .comment-author .fn {
            font-weight: 800
        }

        .comments-area .comment-author .says {
            display: none
        }

    .comments-area .comment-metadata {
        margin-bottom: .8em;
        color: #256184;
        letter-spacing: .01em;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400
    }

        .comments-area .comment-metadata a {
            display: inline-block;
            color: #256184
        }

            .comments-area .comment-metadata a:hover {
                color: #256184
            }

    .comments-area .comment-content p {
        font-size: 16.5px;
        font-weight: 500
    }

    .comments-area .comment-respond {
        margin-top: 30px
    }

        .comments-area .comment-respond .comment-reply-title {
            margin-bottom: 0;
            font-size: 24px
        }

            .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
                display: inline-block
            }

        .comments-area .comment-respond .comment-form {
            overflow: hidden
        }

        .comments-area .comment-respond .comment-notes {
            margin-bottom: 20px;
            margin-top: 10px
        }

            .comments-area .comment-respond .comment-notes .required {
                color: #f00
            }

        .comments-area .comment-respond .comment-form-comment {
            float: left;
            width: 100%
        }

        .comments-area .comment-respond label {
            display: none
        }

        .comments-area .comment-respond input[type=date], .comments-area .comment-respond input[type=time], .comments-area .comment-respond input[type=datetime-local], .comments-area .comment-respond input[type=week], .comments-area .comment-respond input[type=month], .comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond input[type=url], .comments-area .comment-respond input[type=password], .comments-area .comment-respond input[type=search], .comments-area .comment-respond input[type=tel], .comments-area .comment-respond input[type=number], .comments-area .comment-respond textarea {
            display: block;
            width: 100%;
            background-color: #f4f4f4;
            border: none;
            padding: 1px 0 0 15px;
            height: 50px;
            outline: 0;
            border-radius: 3px;
            color: #147d9c;
            font-weight: 600;
            font-size: 15px
        }

            .comments-area .comment-respond input[type=date]::-webkit-input-placeholder, .comments-area .comment-respond input[type=time]::-webkit-input-placeholder, .comments-area .comment-respond input[type=datetime-local]::-webkit-input-placeholder, .comments-area .comment-respond input[type=week]::-webkit-input-placeholder, .comments-area .comment-respond input[type=month]::-webkit-input-placeholder, .comments-area .comment-respond input[type=text]::-webkit-input-placeholder, .comments-area .comment-respond input[type=email]::-webkit-input-placeholder, .comments-area .comment-respond input[type=url]::-webkit-input-placeholder, .comments-area .comment-respond input[type=password]::-webkit-input-placeholder, .comments-area .comment-respond input[type=search]::-webkit-input-placeholder, .comments-area .comment-respond input[type=tel]::-webkit-input-placeholder, .comments-area .comment-respond input[type=number]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
                -webkit-transition: .5s;
                transition: .5s;
                color: #256184
            }

            .comments-area .comment-respond input[type=date]:-ms-input-placeholder, .comments-area .comment-respond input[type=time]:-ms-input-placeholder, .comments-area .comment-respond input[type=datetime-local]:-ms-input-placeholder, .comments-area .comment-respond input[type=week]:-ms-input-placeholder, .comments-area .comment-respond input[type=month]:-ms-input-placeholder, .comments-area .comment-respond input[type=text]:-ms-input-placeholder, .comments-area .comment-respond input[type=email]:-ms-input-placeholder, .comments-area .comment-respond input[type=url]:-ms-input-placeholder, .comments-area .comment-respond input[type=password]:-ms-input-placeholder, .comments-area .comment-respond input[type=search]:-ms-input-placeholder, .comments-area .comment-respond input[type=tel]:-ms-input-placeholder, .comments-area .comment-respond input[type=number]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
                -webkit-transition: .5s;
                transition: .5s;
                color: #256184
            }

            .comments-area .comment-respond input[type=date]::-ms-input-placeholder, .comments-area .comment-respond input[type=time]::-ms-input-placeholder, .comments-area .comment-respond input[type=datetime-local]::-ms-input-placeholder, .comments-area .comment-respond input[type=week]::-ms-input-placeholder, .comments-area .comment-respond input[type=month]::-ms-input-placeholder, .comments-area .comment-respond input[type=text]::-ms-input-placeholder, .comments-area .comment-respond input[type=email]::-ms-input-placeholder, .comments-area .comment-respond input[type=url]::-ms-input-placeholder, .comments-area .comment-respond input[type=password]::-ms-input-placeholder, .comments-area .comment-respond input[type=search]::-ms-input-placeholder, .comments-area .comment-respond input[type=tel]::-ms-input-placeholder, .comments-area .comment-respond input[type=number]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
                -webkit-transition: .5s;
                transition: .5s;
                color: #256184
            }

            .comments-area .comment-respond input[type=date]::placeholder, .comments-area .comment-respond input[type=time]::placeholder, .comments-area .comment-respond input[type=datetime-local]::placeholder, .comments-area .comment-respond input[type=week]::placeholder, .comments-area .comment-respond input[type=month]::placeholder, .comments-area .comment-respond input[type=text]::placeholder, .comments-area .comment-respond input[type=email]::placeholder, .comments-area .comment-respond input[type=url]::placeholder, .comments-area .comment-respond input[type=password]::placeholder, .comments-area .comment-respond input[type=search]::placeholder, .comments-area .comment-respond input[type=tel]::placeholder, .comments-area .comment-respond input[type=number]::placeholder, .comments-area .comment-respond textarea::placeholder {
                -webkit-transition: .5s;
                transition: .5s;
                color: #256184
            }

            .comments-area .comment-respond input[type=date]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type=time]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type=datetime-local]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type=week]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type=month]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type=text]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type=email]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type=url]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type=password]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type=search]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type=tel]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type=number]:focus::-webkit-input-placeholder, .comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
                color: transparent
            }

            .comments-area .comment-respond input[type=date]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type=time]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type=datetime-local]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type=week]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type=month]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type=text]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type=email]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type=url]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type=password]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type=search]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type=tel]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type=number]:focus:-ms-input-placeholder, .comments-area .comment-respond textarea:focus:-ms-input-placeholder {
                color: transparent
            }

            .comments-area .comment-respond input[type=date]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type=time]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type=datetime-local]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type=week]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type=month]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type=text]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type=email]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type=url]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type=password]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type=search]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type=tel]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type=number]:focus::-ms-input-placeholder, .comments-area .comment-respond textarea:focus::-ms-input-placeholder {
                color: transparent
            }

            .comments-area .comment-respond input[type=date]:focus::placeholder, .comments-area .comment-respond input[type=time]:focus::placeholder, .comments-area .comment-respond input[type=datetime-local]:focus::placeholder, .comments-area .comment-respond input[type=week]:focus::placeholder, .comments-area .comment-respond input[type=month]:focus::placeholder, .comments-area .comment-respond input[type=text]:focus::placeholder, .comments-area .comment-respond input[type=email]:focus::placeholder, .comments-area .comment-respond input[type=url]:focus::placeholder, .comments-area .comment-respond input[type=password]:focus::placeholder, .comments-area .comment-respond input[type=search]:focus::placeholder, .comments-area .comment-respond input[type=tel]:focus::placeholder, .comments-area .comment-respond input[type=number]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
                color: transparent
            }

        .comments-area .comment-respond textarea {
            height: auto !important;
            padding-top: 15px
        }

        .comments-area .comment-respond .comment-form-author {
            float: left;
            width: 50%;
            padding-right: 10px;
            margin-bottom: 20px
        }

        .comments-area .comment-respond .comment-form-email {
            float: left;
            width: 50%;
            padding-left: 12px;
            margin-bottom: 20px
        }

        .comments-area .comment-respond .comment-form-url {
            float: left;
            width: 100%;
            margin-bottom: 20px
        }

        .comments-area .comment-respond .comment-form-cookies-consent {
            width: 100%;
            float: left;
            position: relative;
            padding-left: 20px;
            margin-bottom: 20px;
            margin-top: 15px
        }

            .comments-area .comment-respond .comment-form-cookies-consent input {
                position: absolute;
                left: 0;
                top: 7.5px
            }

            .comments-area .comment-respond .comment-form-cookies-consent label {
                display: inline-block;
                margin: 0;
                color: #256184;
                font-weight: 400;
                font-size: 17px
            }

        .comments-area .comment-respond .form-submit {
            float: left;
            width: 100%
        }

            .comments-area .comment-respond .form-submit input {
                background: #256184;
                border: none;
                color: #fff;
                padding: 12px 30px 10px;
                display: inline-block;
                cursor: pointer;
                text-transform: capitalize;
                -webkit-transition: .5s;
                transition: .5s;
                border-radius: 0;
                font-weight: 700;
                font-size: 16px
            }

                .comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
                    color: #fff;
                    background: #147d9c
                }

.project-start-area {
    position: relative;
    z-index: 1
}

    .project-start-area.bg-color {
        background-color: #94d0e2
    }

        .project-start-area.bg-color .project-start-content h2 {
            color: #fff
        }

        .project-start-area.bg-color .project-start-content p {
            color: #fff
        }

        .project-start-area.bg-color .project-start-content .default-btn span {
            background-color: #fff
        }

        .project-start-area.bg-color .project-start-content .default-btn:hover {
            color: #147d9c
        }

.project-start-image {
    text-align: center
}

.project-start-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #256184;
    font-weight: 700;
    font-size: 15px
}

    .project-start-content .sub-title img {
        margin-right: 5px;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 40s;
        animation-duration: 40s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

.project-start-content h2 {
    margin-bottom: 15px;
    font-size: 38px
}

.project-start-content p {
    margin-bottom: 20px
}

    .project-start-content p:last-child {
        margin-bottom: 0
    }

.project-start-content .default-btn {
    margin-top: 5px
}

.vector-shape3 {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: -1
}

.page-title-area {
    position: relative;
    z-index: 1;
    background: transparent url(/content/img/page-title-bg.jpg) right top no-repeat;
    padding-top: 200px;
    padding-bottom: 100px
}

    .page-title-area .shape-img1 {
        top: auto;
        bottom: 25%;
        left: 5%
    }

    .page-title-area.page-title-style-two {
        padding-top: 150px;
        padding-bottom: 75px;
        text-align: center
    }

.page-title-content h2 {
    margin-bottom: 0;
    font-size: 44px;
    text-align: center
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center
}

    .page-title-content ul li {
        display: inline-block;
        margin-right: 20px;
        position: relative;
        font-size: 16.5px;
        font-weight: 700;
        text-align: center
    }

        .page-title-content ul li a {
            display: inline-block
        }

        .page-title-content ul li:last-child {
            margin-right: 0
        }

            .page-title-content ul li:last-child::before {
                display: none
            }

        .page-title-content ul li::before {
            color: #256184;
            position: absolute;
            right: -18px;
            top: 6.5px;
            line-height: 1;
            content: "";
            font-family: Flaticon;
            font-size: 11px
        }

.page-title-content.text-center ul li {
    margin-left: 10px;
    margin-right: 10px
}

    .page-title-content.text-center ul li:first-child {
        margin-left: 0
    }

.shape-img2 {
    position: absolute;
    bottom: 10%;
    z-index: -1;
    right: 30px;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: .25
}

.shape-img3 {
    position: absolute;
    left: 20%;
    top: 5%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: .15
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.pagination-area {
    margin-top: 35px
}

    .pagination-area .page-numbers {
        width: 40px;
        height: 40px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px 5px #e4e4ee;
        box-shadow: 0 0 30px 5px #e4e4ee;
        color: #147d9c;
        text-align: center;
        display: inline-block;
        border-radius: 3px;
        line-height: 41px;
        position: relative;
        margin-left: 3px;
        margin-right: 3px;
        font-size: 17px;
        font-weight: 800
    }

        .pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
            color: #fff;
            background-color: #256184
        }

        .pagination-area .page-numbers i {
            position: relative;
            top: 1.5px
        }

.widget-area {
    padding-left: 15px
}

    .widget-area.widget-left-sidebar {
        padding-right: 15px;
        padding-left: 0
    }

    .widget-area .widget {
        margin-bottom: 40px
    }

        .widget-area .widget:last-child {
            margin-bottom: 0
        }

        .widget-area .widget .widget-title {
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 7px;
            border-bottom: 1px solid #eee;
            font-size: 22px
        }

            .widget-area .widget .widget-title::before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 50px;
                height: 1px;
                bottom: -1px;
                background-color: #256184
            }

    .widget-area .widget_search form {
        position: relative
    }

        .widget-area .widget_search form .screen-reader-text {
            display: none
        }

        .widget-area .widget_search form label {
            display: block;
            margin-bottom: 0
        }

        .widget-area .widget_search form .search-field {
            height: 50px;
            color: #147d9c;
            background-color: #f2f4f5;
            display: block;
            width: 100%;
            border-radius: 5px;
            padding: 0 0 0 15px;
            border: none;
            -webkit-transition: .5s;
            transition: .5s;
            font-size: 17px;
            font-weight: 500
        }

            .widget-area .widget_search form .search-field::-webkit-input-placeholder {
                color: #256184;
                -webkit-transition: .5s;
                transition: .5s
            }

            .widget-area .widget_search form .search-field:-ms-input-placeholder {
                color: #256184;
                -webkit-transition: .5s;
                transition: .5s
            }

            .widget-area .widget_search form .search-field::-ms-input-placeholder {
                color: #256184;
                -webkit-transition: .5s;
                transition: .5s
            }

            .widget-area .widget_search form .search-field::placeholder {
                color: #256184;
                -webkit-transition: .5s;
                transition: .5s
            }

            .widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
                color: transparent
            }

            .widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
                color: transparent
            }

            .widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
                color: transparent
            }

            .widget-area .widget_search form .search-field:focus::placeholder {
                color: transparent
            }

        .widget-area .widget_search form button {
            border: none;
            background-color: transparent;
            color: #256184;
            height: 40px;
            width: 40px;
            position: absolute;
            right: 5px;
            padding: 0;
            -webkit-transition: .5s;
            transition: .5s;
            top: 5px;
            font-size: 20px
        }

            .widget-area .widget_search form button i {
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
                border-radius: 5px;
                background-color: #256184;
                color: #fff
            }

    .widget-area .widget_posts_thumb {
        position: relative;
        overflow: hidden
    }

        .widget-area .widget_posts_thumb .item {
            overflow: hidden;
            margin-bottom: 15px
        }

            .widget-area .widget_posts_thumb .item:last-child {
                margin-bottom: 0
            }

            .widget-area .widget_posts_thumb .item .thumb {
                float: left;
                height: 80px;
                overflow: hidden;
                display: block;
                position: relative;
                width: 80px;
                margin-right: 15px;
                z-index: 1
            }

                .widget-area .widget_posts_thumb .item .thumb .fullimage {
                    width: 80px;
                    height: 80px;
                    display: inline-block;
                    border-radius: 5px;
                    background-size: cover !important;
                    background-repeat: no-repeat;
                    background-position: center center !important
                }

                    .widget-area .widget_posts_thumb .item .thumb .fullimage.bg1 {
                        background-image: url(/content/img/blog/img9.jpg)
                    }

                    .widget-area .widget_posts_thumb .item .thumb .fullimage.bg2 {
                        background-image: url(/content/img/blog/img8.jpg)
                    }

                    .widget-area .widget_posts_thumb .item .thumb .fullimage.bg3 {
                        background-image: url(/content/img/blog/img7.jpg)
                    }

                .widget-area .widget_posts_thumb .item .thumb::before, .widget-area .widget_posts_thumb .item .thumb::after {
                    -webkit-transition: all .8s cubic-bezier(.2,1,.22,1);
                    transition: all .8s cubic-bezier(.2,1,.22,1);
                    content: '';
                    background-color: #fff;
                    position: absolute;
                    z-index: 1;
                    top: 50%;
                    left: 50%;
                    opacity: 0;
                    -webkit-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%)
                }

                .widget-area .widget_posts_thumb .item .thumb::before {
                    width: 40px;
                    height: 1px;
                    left: 100%
                }

                .widget-area .widget_posts_thumb .item .thumb::after {
                    height: 40px;
                    width: 1px;
                    top: 0
                }

            .widget-area .widget_posts_thumb .item .info {
                overflow: hidden;
                margin-top: 5px
            }

                .widget-area .widget_posts_thumb .item .info span {
                    display: block;
                    color: #256184;
                    text-transform: uppercase;
                    margin-top: -2px;
                    margin-bottom: 5px;
                    font-size: 13px
                }

                .widget-area .widget_posts_thumb .item .info .title {
                    margin-bottom: 0;
                    line-height: 1.4;
                    font-size: 17px;
                    font-weight: 800
                }

                    .widget-area .widget_posts_thumb .item .info .title a {
                        display: inline-block
                    }

            .widget-area .widget_posts_thumb .item:hover .thumb::before, .widget-area .widget_posts_thumb .item:hover .thumb::after {
                opacity: 1;
                top: 50%;
                left: 50%
            }

    .widget-area .widget_categories ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none
    }

        .widget-area .widget_categories ul li {
            position: relative;
            margin-bottom: 12px;
            overflow: hidden;
            color: #147d9c;
            padding-left: 18px;
            font-weight: 700;
            font-size: 15px
        }

            .widget-area .widget_categories ul li:last-child {
                margin-bottom: 0
            }

            .widget-area .widget_categories ul li::before {
                background: #256184;
                height: 8px;
                width: 8px;
                content: '';
                border-radius: 50%;
                left: 0;
                top: 7px;
                position: absolute
            }

            .widget-area .widget_categories ul li a {
                color: #147d9c;
                display: inline-block
            }

                .widget-area .widget_categories ul li a:hover {
                    color: #256184
                }

            .widget-area .widget_categories ul li .post-count {
                font-size: 14px;
                display: inline-block;
                position: relative;
                top: 1px
            }

    .widget-area .widget_tag_cloud .widget-title {
        margin-bottom: 17px
    }

    .widget-area .tagcloud a {
        display: inline-block;
        background: #f5f5f5;
        color: #147d9c;
        padding: 7px 15px;
        border: none;
        border-radius: 3px;
        font-weight: 700;
        font-size: 14px !important;
        margin-top: 8px;
        margin-right: 4px
    }

        .widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
            color: #fff;
            background-color: #256184
        }

    .widget-area .widget_popular_products {
        position: relative;
        overflow: hidden
    }

        .widget-area .widget_popular_products .widget-title {
            margin-bottom: 30px
        }

        .widget-area .widget_popular_products .item {
            overflow: hidden;
            margin-bottom: 20px;
            border-bottom: 1px solid #eee;
            padding-bottom: 20px
        }

            .widget-area .widget_popular_products .item:last-child {
                margin-bottom: 0;
                border-bottom: none;
                padding-bottom: 0
            }

            .widget-area .widget_popular_products .item .thumb {
                float: left;
                height: 110px;
                overflow: hidden;
                display: block;
                position: relative;
                width: 110px;
                margin-right: 15px;
                z-index: 1
            }

                .widget-area .widget_popular_products .item .thumb .fullimage {
                    width: 110px;
                    height: 110px;
                    display: inline-block;
                    border-radius: 3px;
                    background-size: cover !important;
                    background-repeat: no-repeat;
                    background-position: center center !important
                }

                    .widget-area .widget_popular_products .item .thumb .fullimage.bg1 {
                        background-image: url(/content/img/products/img7.jpg)
                    }

                    .widget-area .widget_popular_products .item .thumb .fullimage.bg2 {
                        background-image: url(/content/img/products/img8.jpg)
                    }

                    .widget-area .widget_popular_products .item .thumb .fullimage.bg3 {
                        background-image: url(/content/img/products/img9.jpg)
                    }

                .widget-area .widget_popular_products .item .thumb::before, .widget-area .widget_popular_products .item .thumb::after {
                    -webkit-transition: all .8s cubic-bezier(.2,1,.22,1);
                    transition: all .8s cubic-bezier(.2,1,.22,1);
                    content: '';
                    background-color: #fff;
                    position: absolute;
                    z-index: 1;
                    top: 50%;
                    left: 50%;
                    opacity: 0;
                    -webkit-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%)
                }

                .widget-area .widget_popular_products .item .thumb::before {
                    width: 40px;
                    height: 1px;
                    left: 100%
                }

                .widget-area .widget_popular_products .item .thumb::after {
                    height: 40px;
                    width: 1px;
                    top: 0
                }

            .widget-area .widget_popular_products .item .info {
                overflow: hidden;
                margin-top: 5px
            }

                .widget-area .widget_popular_products .item .info span {
                    display: block;
                    color: #256184;
                    text-transform: uppercase;
                    margin-bottom: 6px;
                    margin-top: -5px;
                    font-size: 18px;
                    font-weight: 800;
                    font-style: italic
                }

                .widget-area .widget_popular_products .item .info .title {
                    margin-bottom: 0;
                    line-height: 1.4;
                    font-size: 17px;
                    font-weight: 800
                }

                    .widget-area .widget_popular_products .item .info .title a {
                        display: inline-block
                    }

                .widget-area .widget_popular_products .item .info .rating {
                    margin-top: 8px
                }

                    .widget-area .widget_popular_products .item .info .rating i {
                        color: #f6b500;
                        display: inline-block;
                        margin-right: -2px
                    }

            .widget-area .widget_popular_products .item:hover .thumb::before, .widget-area .widget_popular_products .item:hover .thumb::after {
                opacity: 1;
                top: 50%;
                left: 50%
            }

    .widget-area .filter_by_price .irs--flat .irs-bar {
        background-color: #256184
    }

    .widget-area .filter_by_price .irs--flat .irs-handle > i:first-child {
        background-color: #256184
    }

    .widget-area .filter_by_price .irs--flat .irs-from, .widget-area .filter_by_price .irs--flat .irs-to, .widget-area .filter_by_price .irs--flat .irs-single {
        background-color: #256184;
        color: #fff
    }

    .widget-area .widget_recent_courses {
        position: relative;
        overflow: hidden
    }

        .widget-area .widget_recent_courses .widget-title {
            margin-bottom: 30px
        }

        .widget-area .widget_recent_courses .item {
            overflow: hidden;
            margin-bottom: 20px;
            border-bottom: 1px solid #eee;
            padding-bottom: 20px
        }

            .widget-area .widget_recent_courses .item:last-child {
                margin-bottom: 0;
                border-bottom: none;
                padding-bottom: 0
            }

            .widget-area .widget_recent_courses .item .thumb {
                float: left;
                height: 80px;
                overflow: hidden;
                display: block;
                position: relative;
                width: 80px;
                margin-right: 15px;
                z-index: 1
            }

                .widget-area .widget_recent_courses .item .thumb .fullimage {
                    width: 80px;
                    height: 80px;
                    display: inline-block;
                    border-radius: 3px;
                    background-size: cover !important;
                    background-repeat: no-repeat;
                    background-position: center center !important
                }

                    .widget-area .widget_recent_courses .item .thumb .fullimage.bg1 {
                        background-image: url(/content/img/courses/img1.jpg)
                    }

                    .widget-area .widget_recent_courses .item .thumb .fullimage.bg2 {
                        background-image: url(/content/img/courses/img2.jpg)
                    }

                    .widget-area .widget_recent_courses .item .thumb .fullimage.bg3 {
                        background-image: url(/content/img/courses/img3.jpg)
                    }

                .widget-area .widget_recent_courses .item .thumb::before, .widget-area .widget_recent_courses .item .thumb::after {
                    -webkit-transition: all .8s cubic-bezier(.2,1,.22,1);
                    transition: all .8s cubic-bezier(.2,1,.22,1);
                    content: '';
                    background-color: #fff;
                    position: absolute;
                    z-index: 1;
                    top: 50%;
                    left: 50%;
                    opacity: 0;
                    -webkit-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%)
                }

                .widget-area .widget_recent_courses .item .thumb::before {
                    width: 40px;
                    height: 1px;
                    left: 100%
                }

                .widget-area .widget_recent_courses .item .thumb::after {
                    height: 40px;
                    width: 1px;
                    top: 0
                }

            .widget-area .widget_recent_courses .item .info {
                overflow: hidden;
                margin-top: 5px
            }

                .widget-area .widget_recent_courses .item .info span {
                    display: block;
                    color: #256184;
                    text-transform: uppercase;
                    margin-bottom: 6px;
                    margin-top: -5px;
                    font-size: 18px;
                    font-weight: 800;
                    font-style: italic
                }

                .widget-area .widget_recent_courses .item .info .title {
                    margin-bottom: 0;
                    line-height: 1.4;
                    font-size: 17px;
                    font-weight: 800
                }

                    .widget-area .widget_recent_courses .item .info .title a {
                        display: inline-block
                    }

            .widget-area .widget_recent_courses .item:hover .thumb::before, .widget-area .widget_recent_courses .item:hover .thumb::after {
                opacity: 1;
                top: 50%;
                left: 50%
            }

    .widget-area .widget_insight ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none
    }

        .widget-area .widget_insight ul li {
            margin-bottom: -1px
        }

            .widget-area .widget_insight ul li a {
                position: relative;
                display: block;
                padding: 15px 25px 15px 40px;
                color: #256184;
                border: 1px solid #eee;
                font-size: 17px;
                font-weight: 700
            }

                .widget-area .widget_insight ul li a::before {
                    width: 5px;
                    height: 5px;
                    -webkit-transition: .5s;
                    transition: .5s;
                    background-color: #256184;
                    content: '';
                    position: absolute;
                    left: 25px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    border-radius: 50%
                }

                .widget-area .widget_insight ul li a:hover, .widget-area .widget_insight ul li a.active {
                    border-color: #256184;
                    background-color: #256184;
                    color: #fff
                }

                    .widget-area .widget_insight ul li a:hover::before, .widget-area .widget_insight ul li a.active::before {
                        background-color: #fff
                    }

            .widget-area .widget_insight ul li.active a {
                border-color: #256184;
                background-color: #256184;
                color: #fff
            }

                .widget-area .widget_insight ul li.active a::before {
                    background-color: #fff
                }

.login-form {
    padding: 40px 50px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(51,51,51,.1);
    box-shadow: 0 0 10px rgba(51,51,51,.1);
    margin-right: 30px
}

    .login-form h2 {
        margin-bottom: 25px;
        font-size: 35px
    }

    .login-form form .form-group {
        margin-bottom: 25px
    }

        .login-form form .form-group label {
            display: block;
            margin-bottom: 10px;
            color: #147d9c;
            font-weight: 700
        }

    .login-form form .remember-me-wrap {
        margin-bottom: 0
    }

        .login-form form .remember-me-wrap [type=checkbox]:checked, .login-form form .remember-me-wrap [type=checkbox]:not(:checked) {
            display: none
        }

            .login-form form .remember-me-wrap [type=checkbox]:checked + label, .login-form form .remember-me-wrap [type=checkbox]:not(:checked) + label {
                position: relative;
                padding-left: 28px;
                cursor: pointer;
                line-height: 20px;
                display: inline-block;
                margin-bottom: 0;
                color: #256184;
                font-weight: 600
            }

                .login-form form .remember-me-wrap [type=checkbox]:checked + label:before, .login-form form .remember-me-wrap [type=checkbox]:not(:checked) + label:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 19px;
                    height: 19px;
                    -webkit-transition: all .2s ease;
                    transition: all .2s ease;
                    border: 1px solid #f5f5f5;
                    border-radius: 3px;
                    background: #f5f5f5
                }

                .login-form form .remember-me-wrap [type=checkbox]:checked + label:after, .login-form form .remember-me-wrap [type=checkbox]:not(:checked) + label:after {
                    content: '';
                    width: 8px;
                    height: 8px;
                    background: #256184;
                    position: absolute;
                    top: 5.5px;
                    left: 6px;
                    -webkit-transition: all .2s ease;
                    transition: all .2s ease
                }

                .login-form form .remember-me-wrap [type=checkbox]:not(:checked) + label:after {
                    opacity: 0;
                    -webkit-transform: scale(0);
                    transform: scale(0)
                }

                .login-form form .remember-me-wrap [type=checkbox]:checked + label:after {
                    opacity: 1;
                    -webkit-transform: scale(1);
                    transform: scale(1)
                }

        .login-form form .remember-me-wrap [type=checkbox]:hover + label:before {
            border-color: #256184
        }

        .login-form form .remember-me-wrap [type=checkbox]:checked + label:before {
            border-color: #256184
        }

    .login-form form .lost-your-password-wrap {
        text-align: right
    }

        .login-form form .lost-your-password-wrap a {
            display: inline-block;
            position: relative;
            font-weight: 600;
            line-height: 1.3
        }

            .login-form form .lost-your-password-wrap a::before {
                width: 100%;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: 0;
                content: '';
                -webkit-transition: .5s;
                transition: .5s;
                background-color: #eee
            }

            .login-form form .lost-your-password-wrap a::after {
                width: 0;
                height: 1px;
                position: absolute;
                left: 0;
                -webkit-transition: .5s;
                transition: .5s;
                bottom: 0;
                content: '';
                background-color: #256184
            }

            .login-form form .lost-your-password-wrap a:hover::before {
                width: 0
            }

            .login-form form .lost-your-password-wrap a:hover::after {
                width: 100%
            }

    .login-form form button {
        margin-top: 22px;
        border: none;
        display: block;
        text-align: center;
        overflow: hidden;
        color: #fff;
        background-color: #256184;
        -webkit-transition: .5s;
        transition: .5s;
        width: 100%;
        border-radius: 5px;
        padding: 14.5px 30px;
        font-weight: 700;
        font-size: 17px
    }

        .login-form form button:hover {
            background-color: #147d9c;
            color: #fff
        }

.register-form {
    padding-top: 30px;
    padding-left: 30px
}

    .register-form h2 {
        margin-bottom: 25px;
        font-size: 35px
    }

    .register-form form .form-group {
        margin-bottom: 25px
    }

        .register-form form .form-group label {
            display: block;
            margin-bottom: 10px;
            color: #147d9c;
            font-weight: 700
        }

    .register-form form .description {
        font-style: italic;
        font-size: 13.5px;
        margin-top: -10px;
        margin-bottom: 0
    }

    .register-form form button {
        margin-top: 22px;
        border: none;
        display: block;
        text-align: center;
        overflow: hidden;
        color: #fff;
        background-color: #256184;
        -webkit-transition: .5s;
        transition: .5s;
        width: 100%;
        border-radius: 5px;
        padding: 14.5px 30px;
        font-weight: 700;
        font-size: 17px
    }

        .register-form form button:hover {
            background-color: #147d9c;
            color: #fff
        }

.coming-soon-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #f6f7fb;
    background-image: url(/content/img/coming-soon-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

.coming-soon-content {
    max-width: 700px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68,102,242,.05);
    box-shadow: 1px 5px 24px 0 rgba(68,102,242,.05);
    margin-left: auto;
    margin-right: auto
}

    .coming-soon-content .logo {
        display: inline-block
    }

    .coming-soon-content h2 {
        font-size: 44px;
        margin-top: 30px;
        margin-bottom: 0
    }

    .coming-soon-content #timer {
        margin-top: 40px
    }

        .coming-soon-content #timer div {
            background-color: #147d9c;
            color: #fff;
            width: 100px;
            height: 105px;
            border-radius: 5px;
            font-size: 40px;
            font-weight: 800;
            margin-left: 10px;
            margin-right: 10px
        }

            .coming-soon-content #timer div span {
                display: block;
                margin-top: -2px;
                font-size: 17px;
                font-weight: 600
            }

    .coming-soon-content form {
        position: relative;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px
    }

        .coming-soon-content form .form-group {
            margin-bottom: 25px;
            width: 100%;
            position: relative
        }

            .coming-soon-content form .form-group .label-title {
                margin-bottom: 0;
                position: absolute;
                display: block;
                left: 0;
                top: 0;
                pointer-events: none;
                width: 100%;
                height: 100%;
                color: #147d9c
            }

                .coming-soon-content form .form-group .label-title i {
                    position: absolute;
                    left: 0;
                    -webkit-transition: .5s;
                    transition: .5s;
                    top: 9px;
                    font-size: 22px
                }

                .coming-soon-content form .form-group .label-title::before {
                    content: "";
                    display: block;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 0;
                    height: 2px;
                    -webkit-transition: .5s;
                    transition: .5s;
                    background: #256184
                }

            .coming-soon-content form .form-group .input-newsletter {
                border-radius: 0;
                border: none;
                border-bottom: 2px solid #eee;
                padding: 0 0 0 32px;
                color: #147d9c;
                height: 45px;
                display: block;
                width: 100%;
                -webkit-transition: .5s;
                transition: .5s;
                font-size: 16px;
                font-weight: 400
            }

                .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
                    color: #a1a1a1;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
                    color: #a1a1a1;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
                    color: #a1a1a1;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .coming-soon-content form .form-group .input-newsletter::placeholder {
                    color: #a1a1a1;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
                    color: transparent
                }

                .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
                    color: transparent
                }

                .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
                    color: transparent
                }

                .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
                    color: transparent
                }

        .coming-soon-content form .default-btn {
            border-radius: 0
        }

        .coming-soon-content form .validation-danger {
            margin-top: 15px;
            color: #f00
        }

        .coming-soon-content form .validation-success {
            margin-top: 15px
        }

        .coming-soon-content form p {
            margin-bottom: 0;
            margin-top: 20px
        }

.privacy-policy-content img {
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.privacy-policy-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px
}

.privacy-policy-content .blockquote, .privacy-policy-content blockquote {
    margin-bottom: 30px;
    background-color: #e6f2f5;
    text-align: left !important;
    padding: 25px !important
}

    .privacy-policy-content .blockquote p, .privacy-policy-content blockquote p {
        margin-bottom: 0;
        line-height: 1.8;
        font-size: 17px !important;
        font-weight: 700
    }

    .privacy-policy-content .blockquote::after, .privacy-policy-content blockquote::after {
        display: none
    }

    .privacy-policy-content .blockquote::before, .privacy-policy-content blockquote::before {
        display: none
    }

.privacy-policy-content ol, .privacy-policy-content ul {
    margin-top: 20px
}

    .privacy-policy-content ol li, .privacy-policy-content ul li {
        margin-bottom: 10px;
        color: #256184;
        line-height: 1.8;
        font-weight: 600;
        font-size: 17px
    }

.terms-of-service-content img {
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.terms-of-service-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px
}

.terms-of-service-content .blockquote, .terms-of-service-content blockquote {
    margin-bottom: 30px;
    background-color: #e6f2f5;
    text-align: left !important;
    padding: 25px !important
}

    .terms-of-service-content .blockquote p, .terms-of-service-content blockquote p {
        margin-bottom: 0;
        line-height: 1.8;
        font-size: 17px !important;
        font-weight: 700
    }

    .terms-of-service-content .blockquote::after, .terms-of-service-content blockquote::after {
        display: none
    }

    .terms-of-service-content .blockquote::before, .terms-of-service-content blockquote::before {
        display: none
    }

.terms-of-service-content ol, .terms-of-service-content ul {
    margin-top: 20px
}

    .terms-of-service-content ol li, .terms-of-service-content ul li {
        margin-bottom: 10px;
        color: #256184;
        line-height: 1.8;
        font-weight: 600;
        font-size: 17px
    }

.purchase-guide-content img {
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.purchase-guide-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px
}

.purchase-guide-content .blockquote, .purchase-guide-content blockquote {
    margin-bottom: 30px;
    background-color: #e6f2f5;
    text-align: left !important;
    padding: 25px !important
}

    .purchase-guide-content .blockquote p, .purchase-guide-content blockquote p {
        margin-bottom: 0;
        line-height: 1.8;
        font-size: 17px !important;
        font-weight: 700
    }

    .purchase-guide-content .blockquote::after, .purchase-guide-content blockquote::after {
        display: none
    }

    .purchase-guide-content .blockquote::before, .purchase-guide-content blockquote::before {
        display: none
    }

.purchase-guide-content ol, .purchase-guide-content ul {
    margin-top: 20px
}

    .purchase-guide-content ol li, .purchase-guide-content ul li {
        margin-bottom: 10px;
        color: #256184;
        line-height: 1.8;
        font-weight: 600;
        font-size: 17px
    }

.membership-levels-table .table {
    margin-bottom: 0
}

    .membership-levels-table .table thead th {
        vertical-align: middle;
        background-color: #256184;
        white-space: nowrap;
        padding: 20px;
        text-align: center;
        color: rgba(255,255,255,.9);
        border-left: 1px solid #e98f8f;
        border-bottom: none;
        border-right: 1px solid #e98f8f
    }

        .membership-levels-table .table thead th h2 {
            color: #fff;
            margin-bottom: 0;
            font-size: 35px;
            font-weight: 800
        }

        .membership-levels-table .table thead th h3 {
            color: #fff;
            text-transform: uppercase;
            margin-top: 10px;
            margin-bottom: 8px;
            font-size: 17px;
            font-weight: 700
        }

        .membership-levels-table .table thead th:first-child {
            border-left: none
        }

        .membership-levels-table .table thead th:last-child {
            border-right: none
        }

    .membership-levels-table .table tbody tr td {
        padding: 15px 20px;
        white-space: nowrap;
        vertical-align: middle;
        border: none;
        text-align: center;
        font-size: 17px;
        font-weight: 600
    }

        .membership-levels-table .table tbody tr td:first-child {
            text-align: left
        }

        .membership-levels-table .table tbody tr td.item-check i {
            width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 100%;
            background-color: #0eb582;
            color: #fff;
            display: block;
            margin: 0 auto
        }

        .membership-levels-table .table tbody tr td.item-none i {
            width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 100%;
            background-color: #d85554;
            color: #fff;
            display: block;
            margin: 0 auto
        }

        .membership-levels-table .table tbody tr td .select-btn {
            display: inline-block;
            color: #147d9c;
            background-color: #efefef;
            padding: 13px 30px;
            border-radius: 5px;
            margin-top: 10px;
            font-size: 17px;
            font-weight: 700
        }

            .membership-levels-table .table tbody tr td .select-btn:hover {
                color: #fff;
                background-color: #256184
            }

.contact-info-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 100px;
    z-index: 1
}

    .contact-info-box .icon {
        width: 75px;
        height: 85px;
        background-color: #f7f7f7;
        border-radius: 3px;
        position: absolute;
        text-align: center;
        left: 0;
        font-size: 40px;
        color: #256184;
        -webkit-transition: .5s;
        transition: .5s;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .contact-info-box .icon i {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .contact-info-box h3 {
        margin-bottom: 10px;
        font-size: 24px
    }

    .contact-info-box p {
        margin-bottom: 3px
    }

        .contact-info-box p:last-child {
            margin-bottom: 0
        }

    .contact-info-box .back-icon {
        position: absolute;
        right: 0;
        bottom: -15px;
        z-index: -1;
        color: #147d9c;
        line-height: 1;
        opacity: .04;
        font-size: 100px;
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    .contact-info-box:hover .icon {
        background-color: #256184;
        color: #fff
    }

.contact-image {
    margin-top: 20px;
    text-align: center
}

.contact-form {
    padding: 40px;
    margin-left: 15px;
    -webkit-box-shadow: 0 0 20px rgba(158,158,158,.16);
    box-shadow: 0 0 20px rgba(158,158,158,.16);
    background-color: #fff
}

    .contact-form form .form-group {
        margin-bottom: 15px
    }

        .contact-form form .form-group .form-control {
            height: 55px;
            border-radius: 0
        }

        .contact-form form .form-group textarea.form-control {
            height: auto
        }

    .contact-form form .help-block ul {
        margin-bottom: 0;
        margin-top: 12px
    }

        .contact-form form .help-block ul li {
            color: #f00
        }

    .contact-form form .default-btn {
        margin-top: 5px
    }

    .contact-form form input, .contact-form form textarea {
        font-weight: normal
    }

    .contact-form form #msgSubmit {
        margin: 0 !important
    }

#msgSubmit.text-danger, #msgSubmit.text-success {
    margin-top: 15px !important;
    font-size: 16px;
    font-weight: normal
}

#map iframe {
    width: 100%;
    height: 500px;
    border: none
}

.subscribe-area {
    position: relative;
    z-index: 1
}

.subscribe-image {
    text-align: center
}

.subscribe-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #256184;
    font-weight: 700;
    font-size: 15px
}

    .subscribe-content .sub-title img {
        margin-right: 5px;
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 40s;
        animation-duration: 40s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

.subscribe-content h2 {
    margin-bottom: 15px;
    font-size: 44px
}

.subscribe-content p {
    margin-bottom: 20px
}

    .subscribe-content p:last-child {
        margin-bottom: 0
    }

.subscribe-content .newsletter-form {
    position: relative;
    max-width: 550px;
    margin-top: 30px
}

    .subscribe-content .newsletter-form .input-newsletter {
        display: block;
        width: 100%;
        border: none;
        background-color: #eaeaea;
        color: #147d9c;
        height: 52px;
        padding-left: 18px;
        border-radius: 5px;
        font-size: 17px;
        font-weight: 600
    }

        .subscribe-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
            color: #999;
            -webkit-transition: .5s;
            transition: .5s
        }

        .subscribe-content .newsletter-form .input-newsletter:-ms-input-placeholder {
            color: #999;
            -webkit-transition: .5s;
            transition: .5s
        }

        .subscribe-content .newsletter-form .input-newsletter::-ms-input-placeholder {
            color: #999;
            -webkit-transition: .5s;
            transition: .5s
        }

        .subscribe-content .newsletter-form .input-newsletter::placeholder {
            color: #999;
            -webkit-transition: .5s;
            transition: .5s
        }

        .subscribe-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
            color: transparent
        }

        .subscribe-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
            color: transparent
        }

        .subscribe-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
            color: transparent
        }

        .subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
            color: transparent
        }

    .subscribe-content .newsletter-form .validation-danger {
        color: #f00;
        margin-top: 15px
    }

    .subscribe-content .newsletter-form .validation-success {
        margin-top: 15px
    }

    .subscribe-content .newsletter-form .default-btn {
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 5px 5px 0;
        height: 52px;
        -webkit-transform: unset !important;
        transform: unset !important
    }

.vector-shape6 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .7
}

    .vector-shape6 img {
        -webkit-animation: movebounce 5s linear infinite;
        animation: movebounce 5s linear infinite
    }

.footer-area {
    padding-top: 100px;
    position: relative;
    z-index: 1
}

    .footer-area .container {
        width: 70%;
        max-width: 70% !important
    }

    .footer-area.bg-color {
        background-color: #2d3031
    }

    .footer-area .container, .footer-area .container a, .footer-area .container i, .footer-area .container li, .footer-area .container p {
        color: #fff !important;
        font-weight: normal
    }

.single-footer-widget {
    margin-bottom: 30px
}

    .single-footer-widget .logo {
        margin-bottom: 15px;
        font-size: 15px;
        display: inline-block
    }

        .single-footer-widget .logo img {
            max-width: 250px
        }

    .single-footer-widget .social-link {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0
    }

        .single-footer-widget .social-link li {
            display: inline-block;
            margin-right: 4px
        }

            .single-footer-widget .social-link li:last-child {
                margin-right: 0
            }

            .single-footer-widget .social-link li a {
                width: 30px;
                height: 30px;
                text-align: center;
                color: #fff;
                background-color: #256184;
                font-size: 18px;
                position: relative;
                border-radius: 2px
            }

                .single-footer-widget .social-link li a i {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    right: 0;
                    -webkit-transform: translateY(-48%);
                    transform: translateY(-48%)
                }

                .single-footer-widget .social-link li a:hover {
                    background-color: #256184;
                    color: #fff
                }

    .single-footer-widget h3 {
        margin-bottom: 25px;
        font-size: 24px
    }

    .single-footer-widget .footer-links-list {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none
    }

        .single-footer-widget .footer-links-list li {
            margin-bottom: 12px;
            color: #256184;
            font-weight: 600
        }

            .single-footer-widget .footer-links-list li a {
                color: #256184;
                display: inline-block
            }

                .single-footer-widget .footer-links-list li a:hover {
                    color: #256184
                }

            .single-footer-widget .footer-links-list li:last-child {
                margin-bottom: 0
            }

    .single-footer-widget .footer-contact-info {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none
    }

        .single-footer-widget .footer-contact-info li {
            margin-bottom: 13px;
            color: #256184;
            position: relative;
            padding-left: 23px;
            font-weight: 600
        }

            .single-footer-widget .footer-contact-info li a {
                color: #256184;
                display: inline-block
            }

                .single-footer-widget .footer-contact-info li a:hover {
                    color: #256184
                }

            .single-footer-widget .footer-contact-info li:last-child {
                margin-bottom: 0
            }

            .single-footer-widget .footer-contact-info li i {
                position: absolute;
                left: 0;
                color: #256184;
                top: 4px
            }

                .single-footer-widget .footer-contact-info li i.bxs-inbox {
                    top: 3px
                }

.footer-bottom-area {
    margin-top: 70px;
    border-top: 1px solid #f3f2ee;
    padding-top: 25px;
    padding-bottom: 25px
}

    .footer-bottom-area p i {
        position: relative;
        top: 1.3px
    }

    .footer-bottom-area p a {
        color: #256184;
        font-weight: 600
    }

        .footer-bottom-area p a:hover {
            color: #147d9c
        }

    .footer-bottom-area ul {
        text-align: right;
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none
    }

        .footer-bottom-area ul li {
            color: #256184;
            position: relative;
            display: inline-block;
            margin-right: 20px
        }

            .footer-bottom-area ul li:last-child {
                margin-right: 0
            }

                .footer-bottom-area ul li:last-child::before {
                    display: none
                }

            .footer-bottom-area ul li::before {
                content: '';
                position: absolute;
                right: -12px;
                top: 5.6px;
                width: 1px;
                height: 14px;
                background-color: #256184
            }

            .footer-bottom-area ul li a {
                display: block;
                color: #256184
            }

                .footer-bottom-area ul li a:hover {
                    color: #256184
                }

.footer-map {
    position: absolute;
    right: 20%;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    z-index: -1;
    opacity: .8
}

    .footer-map img {
        -webkit-animation: moveleftbounce 5s linear infinite;
        animation: moveleftbounce 5s linear infinite
    }

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #fff;
    background-color: #147d9c;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    box-shadow: 0 3px 10px rgba(0,0,0,.1)
}

    .go-top i {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .go-top.active {
        opacity: 1;
        visibility: visible;
        bottom: 20px
    }

    .go-top:hover {
        background-color: #256184;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

@media(min-width:1200px) {
    .container {
        width: 99.5% !important;
        max-width: 99.5% !important
    }
}

.page_404 {
    padding-top: 200px;
    background: #fff
}

    .page_404 img {
        width: 100%
    }

.four_zero_four_bg {
    background-image: url(/content/img/404.gif);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat
}

    .four_zero_four_bg h1 {
        font-size: 80px
    }

    .four_zero_four_bg h3 {
        font-size: 80px
    }

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block
}

.contant_box_404 {
    margin-top: -50px
}

    .contant_box_404 p {
        text-align: center;
        font-size: 18px
    }

.single-boxes-item .icon, .solutions-area .icon {
    font-size: 50px;
    color: #256184
}

.delivery_models {
    text-align: center
}

    .delivery_models h3 {
        font-size: 18px;
        color: #000;
        margin: 10px 0 6px;
        border-bottom: solid 2px #1f59a4;
        padding-bottom: 7px
    }

    .delivery_models img {
        width: 70px
    }

.margin50 {
    margin: 50px !important
}

.whatsapp_chat_support {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.wcs_button {
    text-align: center;
    vertical-align: middle;
    padding: 9px 18px;
    border-radius: 50px;
    background: #26c281;
    color: #fff;
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15)
}

    .wcs_button .fa {
        font-size: 15px;
        margin-right: 3px
    }

.wcs_button_circle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 0
}

    .wcs_button_circle .fa {
        line-height: 50px;
        font-size: 25px;
        margin-right: 0
    }

.wcs_button_label {
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    background: #d4f3e6;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all
}

.wcs_button_label_hide {
    -webkit-transform: translate(10px,0);
    -moz-transform: translate(10px,0);
    -ms-transform: translate(10px,0);
    transform: translate(10px,0);
    opacity: 0;
    visibility: hidden
}

.wcs_fixed_right {
    z-index: 999;
    position: fixed;
    bottom: 10px;
    right: 75px
}

.wcs_fixed_left {
    z-index: 999;
    position: fixed;
    bottom: 20px;
    left: 20px
}

    .wcs_fixed_left .wcs_popup {
        left: 0 !important;
        right: unset !important
    }

.wcs_button_person {
    padding: 7px 18px 8px 10px;
    border-radius: 50px;
    text-align: left;
    background: #26c281;
    color: #fff;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    transition: .4s ease all;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15)
}

    .wcs_button_person:hover {
        -webkit-transform: translate(0,-3px);
        -moz-transform: translate(0,-3px);
        -ms-transform: translate(0,-3px);
        transform: translate(0,-3px);
        -webkit-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
        -moz-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
        -o-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
        -ms-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
        box-shadow: 0 4px 8px 1px rgba(43,43,43,.15)
    }

.wcs_button_person_img {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle
}

    .wcs_button_person_img img {
        border-radius: 50%;
        display: block;
        width: 60px;
        height: 60px
    }

    .wcs_button_person_img .fa {
        font-size: 60px
    }

.wcs_button_person_content {
    padding-left: 14px;
    display: table-cell;
    vertical-align: middle
}

.wcs_button_person_name {
    font-size: 10px;
    color: rgba(255,255,255,.8)
}

.wcs_button_person_description {
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    color: #fff
}

.wcs_button_person_status {
    font-size: 12px;
    vertical-align: middle;
    color: #fff;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 5px;
    font-weight: bold
}

.wcs_button_person_offline {
    background: #a4a4a4 !important;
    cursor: auto !important
}

    .wcs_button_person_offline:hover {
        -webkit-transform: translate(0,0) !important;
        -moz-transform: translate(0,0) !important;
        -ms-transform: translate(0,0) !important;
        transform: translate(0,0) !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important
    }

    .wcs_button_person_offline .wcs_button_person_status {
        background: #f1a528
    }

    .wcs_button_person_offline .wcs_button_person_img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }

.wcs_popup {
    position: absolute;
    width: 300px;
    bottom: 100%;
    right: 0;
    margin-bottom: 20px;
    visibility: hidden;
    max-width: calc(100vw - 60px)
}

.wcs_popup_close {
    position: absolute;
    top: 2px;
    right: 8px;
    cursor: pointer;
    opacity: .8;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
    transition: all .08s ease-in-out
}

    .wcs_popup_close:hover {
        opacity: 1
    }

.wcs_popup_header {
    padding: 20px;
    background: #26c281;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    -moz-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    -o-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    -ms-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    box-shadow: 0 4px 8px 1px rgba(43,43,43,.15)
}

    .wcs_popup_header .fa-whatsapp {
        font-size: 50px;
        display: block;
        margin-bottom: 20px
    }

.wcs_popup_header_description {
    display: block;
    margin-top: 10px;
    font-size: 12px
}

.wcs_popup_person_container {
    background: #fff;
    padding: 20px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    -moz-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    -o-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    -ms-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    box-shadow: 0 4px 8px 1px rgba(43,43,43,.15)
}

.wcs_popup_person {
    background: #f5f7f9;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all
}

    .wcs_popup_person:hover {
        -webkit-box-shadow: 0 1px 2px rgba(43,43,43,.15);
        -moz-box-shadow: 0 1px 2px rgba(43,43,43,.15);
        -o-box-shadow: 0 1px 2px rgba(43,43,43,.15);
        -ms-box-shadow: 0 1px 2px rgba(43,43,43,.15);
        box-shadow: 0 1px 2px rgba(43,43,43,.15)
    }

    .wcs_popup_person:last-child {
        margin-bottom: 0
    }

    .wcs_popup_person::after {
        content: "";
        clear: both;
        display: table
    }

.wcs_popup_person_img {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle
}

    .wcs_popup_person_img img {
        border: 2px solid #26c281;
        border-radius: 50%;
        display: block;
        width: 60px;
        height: 60px
    }

.wcs_popup_person_content {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle
}

.wcs_popup_person_name {
    font-size: 14px;
    color: #383838;
    font-weight: bold
}

.wcs_popup_person_description {
    font-size: 11px;
    line-height: 18px;
    color: #8c8c8c
}

.wcs_popup_person_status {
    font-size: 10px;
    vertical-align: middle;
    color: #fff;
    background: #26c281;
    border-radius: 5px;
    display: inline-block;
    padding: 1px 5px
}

.wcs_popup_person_offline {
    cursor: auto !important
}

    .wcs_popup_person_offline .wcs_popup_person_img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }

    .wcs_popup_person_offline:hover {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important
    }

    .wcs_popup_person_offline .wcs_popup_person_status {
        background: #f1a528
    }

.wcs_popup_input {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #fff;
    padding: 10px 10px;
    -webkit-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    -moz-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    -o-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    -ms-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
    box-shadow: 0 4px 8px 1px rgba(43,43,43,.15)
}

    .wcs_popup_input input {
        border: 0;
        outline: none;
        width: 90%;
        color: #555
    }

        .wcs_popup_input input::placeholder {
            color: #cfcfcf
        }

    .wcs_popup_input > * {
        vertical-align: top
    }

    .wcs_popup_input .fa {
        font-size: 17px;
        color: #9da3a5;
        vertical-align: middle;
        cursor: pointer
    }

.wcs_popup_avatar {
    overflow: hidden;
    position: absolute;
    left: -70px;
    bottom: -4px
}

.wcs_fixed_left .wcs_popup_avatar {
    left: initial;
    right: -70px
}

.wcs_popup_avatar img {
    border-radius: 50%;
    border: 2px solid #26c281;
    display: block;
    height: 50px;
    width: 50px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15)
}

.wcs_popup_input_offline {
    color: #f1a528
}

    .wcs_popup_input_offline + .wcs_popup_avatar {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }

@media only screen and (max-width:400px) {
    .wcs_popup_avatar {
        display: none
    }
}

.wcs-show .wcs_popup {
    visibility: visible
}

.wcs-effect-0 .wcs_popup {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.wcs-show.wcs-effect-0 .wcs_popup {
    opacity: 1
}

.wcs-effect-1 .wcs_popup {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.wcs-show.wcs-effect-1 .wcs_popup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.wcs-effect-2 .wcs_popup {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    -moz-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    transition: all .3s cubic-bezier(.25,.5,.5,.9)
}

.wcs-show.wcs-effect-2 .wcs_popup {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.wcs-effect-3 .wcs_popup {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.wcs-show.wcs-effect-3 .wcs_popup {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.wcs-effect-4 .wcs_popup {
    -webkit-transform: scale(0) rotate(720deg);
    -moz-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0
}

.wcs-show.wcs-effect-4 ~ .datepicker-in-fullscreen-background, .wcs-effect-4 .wcs_popup {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.wcs-show.wcs-effect-4 .wcs_popup {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1
}

.wcs-effect-5.whatsapp_chat_support {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.wcs-effect-5 .wcs_popup {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -moz-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0
}

.wcs-show.wcs-effect-5 .wcs_popup {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translateZ(0) rotateX(0deg);
    -moz-transform: translateZ(0) rotateX(0deg);
    -ms-transform: translateZ(0) rotateX(0deg);
    transform: translateZ(0) rotateX(0deg);
    opacity: 1
}

.wcs-effect-6.whatsapp_chat_support {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.wcs-effect-6 .wcs_popup {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0
}

.wcs-show.wcs-effect-6 .wcs_popup {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
    -moz-transform: translate(0%) translateZ(0) rotate(0deg);
    -ms-transform: translate(0%) translateZ(0) rotate(0deg);
    transform: translate(0%) translateZ(0) rotate(0deg);
    opacity: 1
}

.wcs-effect-7.whatsapp_chat_support {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.wcs-effect-7 .wcs_popup {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    -moz-transform: translateY(100%) rotateX(90deg);
    -ms-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.wcs-show.wcs-effect-7 .wcs_popup {
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
    opacity: 1
}

.wcs-effect-8.whatsapp_chat_support {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.wcs-effect-8 .wcs_popup {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.wcs-show.wcs-effect-8 .wcs_popup {
    -webkit-transform: translateZ(0) translateX(0%) rotateY(0deg);
    -moz-transform: translateZ(0) translateX(0%) rotateY(0deg);
    -ms-transform: translateZ(0) translateX(0%) rotateY(0deg);
    transform: translateZ(0) translateX(0%) rotateY(0deg);
    opacity: 1
}

.wcs-effect-9.whatsapp_chat_support {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.wcs-effect-9 .wcs_popup {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.wcs-show.wcs-effect-9 .wcs_popup {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1
}

.wcs-effect-10.whatsapp_chat_support {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.wcs-effect-10 .wcs_popup {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.wcs-show.wcs-effect-10 .wcs_popup {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1
}

.wcs-effect-11.whatsapp_chat_support {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.wcs-effect-11 .wcs_popup {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.wcs-show.wcs-effect-11 .wcs_popup {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1
}

.wcs-effect-12 .wcs_popup {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.wcs-show.wcs-effect-12 .wcs_popup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.wcs-effect-13.whatsapp_chat_support {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.wcs-effect-13 .wcs_popup {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0
}

.wcs-show.wcs-effect-13 .wcs_popup {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0deg);
        opacity: 1
    }
}

@-moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -moz-animation-timing-function: ease-out
    }

    100% {
        -moz-transform: translateZ(0) rotateY(0deg);
        opacity: 1
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in
    }

    100% {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1
    }
}

.wcs_debug {
    position: fixed;
    padding: 10px;
    background: #fff;
    border: 1px solid #dadada;
    top: 5px;
    right: 5px
}

    .wcs_debug strong {
        width: 125px;
        display: inline-block
    }

.dot-badge {
    background-color: #15c74a;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: left;
    margin-top: 10px
}

@media only screen and (max-width:767px) {
    body {
        font-size: 15px
    }

    p {
        font-size: 15px
    }

    .container {
        max-width: 100%
    }

    .ptb-100 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .pt-100 {
        padding-top: 60px
    }

    .pb-100 {
        padding-bottom: 60px
    }

    .ptb-70 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .pt-70 {
        padding-top: 30px
    }

    .pb-70 {
        padding-bottom: 30px
    }

    .default-btn {
        padding: 11px 20px 11px 40px;
        font-size: 15px
    }

        .default-btn i {
            left: 19px;
            font-size: 14px
        }

    .section-title {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px
    }

        .section-title .sub-title {
            margin-bottom: 10px;
            font-size: 14px
        }

        .section-title h2 {
            font-size: 27px
        }

        .section-title p {
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;
            margin-top: 10px
        }

    .form-control {
        height: 45px;
        font-size: 14.5px
    }

    .main-banner {
        margin-bottom: 60px;
        padding-top: 200px;
        padding-bottom: 0
    }

        .main-banner .container-fluid {
            max-width: 100%
        }

        .main-banner.without-banner-animation {
            padding-top: 200px;
            padding-bottom: 0
        }

    .main-banner-content {
        margin-top: 0;
        text-align: center
    }

        .main-banner-content h1 {
            font-size: 31px;
            margin-bottom: 15px;
            margin-top: -5px
        }

        .main-banner-content .btn-box {
            margin-top: 25px;
            margin-bottom: -10px
        }

            .main-banner-content .btn-box .video-btn {
                position: relative;
                font-size: 14px;
                top: -10px;
                margin-top: 0;
                margin-left: 10px
            }

                .main-banner-content .btn-box .video-btn i {
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    font-size: 15px;
                    margin-right: 4px
                }

    .main-banner-animation-image {
        text-align: center;
        width: auto;
        height: auto;
        margin-top: 55px
    }

        .main-banner-animation-image img {
            position: relative
        }

            .main-banner-animation-image img:nth-child(1), .main-banner-animation-image img:nth-child(2), .main-banner-animation-image img:nth-child(3), .main-banner-animation-image img:nth-child(4), .main-banner-animation-image img:nth-child(5), .main-banner-animation-image img:nth-child(6), .main-banner-animation-image img:nth-child(7), .main-banner-animation-image img:nth-child(8), .main-banner-animation-image img:nth-child(9), .main-banner-animation-image img:nth-child(10), .main-banner-animation-image img:nth-child(11), .main-banner-animation-image img:nth-child(12) {
                display: none
            }

            .main-banner-animation-image img:last-child {
                display: inline-block
            }

    .main-banner-image {
        margin-top: 55px
    }

    .banner-section {
        background-position: center center;
        padding-top: 200px;
        padding-bottom: 200px
    }

        .banner-section .container-fluid {
            max-width: 100%
        }

        .banner-section.without-banner-animation {
            padding-top: 200px;
            padding-bottom: 200px
        }

    .banner-content {
        margin-top: 0;
        text-align: center
    }

        .banner-content h1 {
            font-size: 31px;
            margin-bottom: 15px;
            margin-top: -5px
        }

        .banner-content .btn-box {
            margin-top: 25px;
            margin-bottom: -10px
        }

            .banner-content .btn-box .video-btn {
                position: relative;
                font-size: 14px;
                top: -10px;
                margin-top: 0;
                margin-left: 10px
            }

                .banner-content .btn-box .video-btn i {
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    font-size: 15px;
                    margin-right: 4px
                }

    .banner-animation-image {
        text-align: center;
        width: auto;
        height: auto;
        margin-top: 55px
    }

        .banner-animation-image img {
            position: relative
        }

            .banner-animation-image img:nth-child(1), .banner-animation-image img:nth-child(2), .banner-animation-image img:nth-child(3), .banner-animation-image img:nth-child(4), .banner-animation-image img:nth-child(5), .banner-animation-image img:nth-child(6), .banner-animation-image img:nth-child(7), .banner-animation-image img:nth-child(8), .banner-animation-image img:nth-child(9), .banner-animation-image img:nth-child(10), .banner-animation-image img:nth-child(11), .banner-animation-image img:nth-child(12) {
                display: none
            }

            .banner-animation-image img:last-child {
                display: inline-block
            }

    .banner-image {
        margin-top: 55px
    }

    .hero-banner {
        padding-top: 195px;
        padding-bottom: 90px
    }

        .hero-banner .container-fluid {
            max-width: 100%
        }

        .hero-banner.without-banner-animation {
            padding-top: 195px;
            padding-bottom: 90px
        }

    .hero-banner-content {
        margin-top: 0;
        text-align: center
    }

        .hero-banner-content h1 {
            font-size: 32px;
            margin-bottom: 10px;
            margin-top: -5px
        }

        .hero-banner-content .btn-box {
            margin-top: 20px;
            margin-bottom: -10px
        }

            .hero-banner-content .btn-box .default-btn {
                margin-bottom: -6px
            }

    .hero-banner-animation-image {
        text-align: center;
        width: auto;
        height: auto;
        margin-top: 55px
    }

        .hero-banner-animation-image img {
            position: relative
        }

            .hero-banner-animation-image img:nth-child(1), .hero-banner-animation-image img:nth-child(2), .hero-banner-animation-image img:nth-child(3), .hero-banner-animation-image img:nth-child(4), .hero-banner-animation-image img:nth-child(5), .hero-banner-animation-image img:nth-child(6), .hero-banner-animation-image img:nth-child(7), .hero-banner-animation-image img:nth-child(8), .hero-banner-animation-image img:nth-child(9), .hero-banner-animation-image img:nth-child(10) {
                display: none
            }

            .hero-banner-animation-image img:last-child {
                display: inline-block
            }

    .hero-banner-image {
        margin-top: 55px
    }

    .banner-wrapper {
        background-position: bottom center;
        padding-top: 190px;
        padding-bottom: 0
    }

        .banner-wrapper .container-fluid {
            max-width: 100%
        }

        .banner-wrapper.without-banner-animation {
            padding-top: 190px;
            padding-bottom: 0
        }

    .main-banner-area {
        padding-top: 190px
    }

    .banner-wrapper-content {
        margin-top: 0;
        text-align: center
    }

        .banner-wrapper-content h1 {
            font-size: 31px;
            margin-bottom: 15px;
            margin-top: -5px
        }

        .banner-wrapper-content .btn-box {
            margin-top: 25px;
            margin-bottom: -10px
        }

            .banner-wrapper-content .btn-box .default-btn:not(:first-child) {
                top: 0;
                height: auto
            }

    .banner-wrapper-animation-image {
        text-align: center;
        width: auto;
        height: auto;
        margin-top: 55px
    }

        .banner-wrapper-animation-image img {
            max-width: 100%;
            position: relative
        }

            .banner-wrapper-animation-image img:nth-child(1), .banner-wrapper-animation-image img:nth-child(2), .banner-wrapper-animation-image img:nth-child(3), .banner-wrapper-animation-image img:nth-child(4), .banner-wrapper-animation-image img:nth-child(5), .banner-wrapper-animation-image img:nth-child(6), .banner-wrapper-animation-image img:nth-child(7), .banner-wrapper-animation-image img:nth-child(8), .banner-wrapper-animation-image img:nth-child(9), .banner-wrapper-animation-image img:nth-child(10) {
                display: none
            }

            .banner-wrapper-animation-image img:last-child {
                display: inline-block
            }

    .banner-wrapper-image {
        margin-top: 55px
    }

    .banner-area-content {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }

        .banner-area-content h1 {
            font-size: 31px;
            margin-bottom: 15px;
            margin-top: -5px
        }

        .banner-area-content p {
            max-width: 100%;
            margin-left: 0;
            margin-right: 0
        }

        .banner-area-content .default-btn {
            margin-top: 5px
        }

        .banner-area-content img {
            margin-top: 40px
        }

    .main-banner-item {
        height: auto;
        padding-top: 120px;
        padding-bottom: 140px
    }

    .banner-item-content {
        text-align: center;
        max-width: 100%
    }

        .banner-item-content h1 {
            font-size: 31px;
            margin-bottom: 15px;
            margin-top: -5px
        }

        .banner-item-content p {
            max-width: 100%
        }

        .banner-item-content .btn-box {
            margin-top: 25px;
            margin-bottom: -10px
        }

            .banner-item-content .btn-box .video-btn {
                position: relative;
                font-size: 14px;
                top: -10px;
                margin-top: 0;
                margin-left: 10px
            }

                .banner-item-content .btn-box .video-btn i {
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    font-size: 15px;
                    margin-right: 4px
                }

    .home-slides.owl-carousel .owl-nav .owl-prev, .home-slides.owl-carousel .owl-nav .owl-next {
        margin: 0 0 0 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px
    }

    .vector-shape1, .vector-shape2, .vector-shape3, .vector-shape4, .vector-shape5, .vector-shape6, .vector-shape7, .vector-shape8, .vector-shape9, .vector-shape10, .vector-shape11, .vector-shape12, .circle-shape1, .circle-shape2, .circle-shape3, .circle-shape4, .map-shape1, .map-shape2 {
        display: none
    }

    .solutions-area .section-title {
        max-width: 100%
    }

    .single-solutions-box {
        padding: 20px
    }

        .single-solutions-box .icon {
            margin-bottom: 20px;
            font-size: 45px
        }

        .single-solutions-box h3 {
            margin-bottom: 12px;
            font-size: 20px
        }

        .single-solutions-box .view-details-btn {
            font-size: 15px
        }

    .about-area.res-pt-0 {
        padding-top: 0
    }

    .about-content {
        margin-top: 30px;
        text-align: center
    }

        .about-content .content {
            max-width: 100%
        }

            .about-content .content .sub-title {
                margin-bottom: 12px;
                font-size: 14px
            }

            .about-content .content h2 {
                font-size: 27px;
                margin-bottom: 12px
            }

            .about-content .content .features-list {
                text-align: left
            }

                .about-content .content .features-list li {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    max-width: 50%;
                    padding-top: 20px
                }

                    .about-content .content .features-list li span {
                        padding: 15px 8px;
                        text-align: center
                    }

                        .about-content .content .features-list li span .icon {
                            left: 0;
                            top: 0;
                            -webkit-transform: translateY(0);
                            transform: translateY(0);
                            position: relative;
                            margin-bottom: 20px
                        }

                            .about-content .content .features-list li span .icon img {
                                width: 50px
                            }

                        .about-content .content .features-list li span h3 {
                            font-size: 19px
                        }

            .about-content .content .about-list {
                text-align: left
            }

                .about-content .content .about-list li {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                    padding-top: 20px
                }

                    .about-content .content .about-list li span {
                        padding-left: 63px;
                        font-size: 16px
                    }

                        .about-content .content .about-list li span .icon {
                            width: 35px;
                            height: 35px;
                            line-height: 36px;
                            font-size: 17px
                        }

            .about-content .content .content-list {
                text-align: left;
                margin-bottom: 25px;
                margin-top: 20px
            }

                .about-content .content .content-list li {
                    margin-bottom: 25px;
                    padding-left: 50px;
                    font-size: 16px
                }

                    .about-content .content .content-list li i {
                        width: 35px;
                        height: 35px;
                        line-height: 35px;
                        font-size: 16px
                    }

            .about-content .content .default-btn {
                margin-top: 0
            }

    .about-img .shape {
        display: none
    }

    .about-image-box {
        margin-right: 0
    }

        .about-image-box .box {
            padding: 5px 10px
        }

        .about-image-box .video-btn {
            font-size: 14px
        }

            .about-image-box .video-btn i {
                width: 45px;
                height: 45px;
                line-height: 45px;
                font-size: 18px
            }

    .about-inner-area {
        text-align: center;
        margin-top: 10px
    }

    .about-text {
        margin-top: 30px
    }

        .about-text h3 {
            margin-bottom: 10px;
            font-size: 20px
        }

        .about-text .features-list li {
            padding-left: 0
        }

            .about-text .features-list li i {
                position: relative;
                top: -3px;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                display: inline-block
            }

    .our-mission-area.ptb-100 {
        padding-top: 0
    }

    .our-mission-area .row .col-lg-6:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .our-mission-area .row .col-lg-6:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .our-mission-content {
        margin-top: 30px;
        text-align: center
    }

        .our-mission-content .content {
            max-width: 100%;
            margin-left: 0
        }

            .our-mission-content .content .sub-title {
                margin-bottom: 12px;
                font-size: 14px
            }

            .our-mission-content .content h2 {
                font-size: 27px;
                margin-bottom: 12px
            }

            .our-mission-content .content .our-mission-list {
                text-align: left
            }

                .our-mission-content .content .our-mission-list li {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                    padding-top: 20px
                }

                    .our-mission-content .content .our-mission-list li span {
                        padding-left: 63px;
                        font-size: 16px
                    }

                        .our-mission-content .content .our-mission-list li span .icon {
                            width: 35px;
                            height: 35px;
                            line-height: 36px;
                            font-size: 17px
                        }

            .our-mission-content .content .features-list {
                text-align: left;
                margin-bottom: 25px;
                margin-top: 20px
            }

                .our-mission-content .content .features-list li {
                    margin-bottom: 25px;
                    padding-left: 50px;
                    font-size: 16px
                }

                    .our-mission-content .content .features-list li i {
                        width: 35px;
                        height: 35px;
                        line-height: 35px;
                        font-size: 16px
                    }

            .our-mission-content .content .default-btn {
                margin-top: 0
            }

    .our-mission-image .shape {
        display: none
    }

    .history-timeline::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .history-timeline .timeline-block {
        padding-left: 0;
        margin-bottom: 40px
    }

        .history-timeline .timeline-block .timeline-date {
            text-align: center;
            position: relative;
            left: 0;
            top: 0;
            -webkit-transform: unset;
            transform: unset;
            font-size: 16px;
            margin-bottom: 15px;
            padding-bottom: 5px
        }

            .history-timeline .timeline-block .timeline-date span {
                margin-bottom: 2px;
                font-weight: 700
            }

        .history-timeline .timeline-block .timeline-icon {
            display: none
        }

        .history-timeline .timeline-block .timeline-content {
            text-align: center;
            padding: 20px
        }

            .history-timeline .timeline-block .timeline-content .content {
                margin-bottom: 25px;
                padding-left: 0;
                padding-right: 0
            }

                .history-timeline .timeline-block .timeline-content .content h3 {
                    margin-bottom: 10px;
                    font-size: 21px
                }

        .history-timeline .timeline-block::before {
            display: none
        }

    .history-timeline.history-timeline-style-two::before {
        right: auto;
        left: 50%
    }

    .history-timeline.history-timeline-style-two .timeline-block {
        padding-right: 0;
        margin-bottom: 40px
    }

        .history-timeline.history-timeline-style-two .timeline-block .timeline-date {
            text-align: center
        }

        .history-timeline.history-timeline-style-two .timeline-block .timeline-content .content {
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 0;
            margin-top: 25px
        }

    .boxes-area {
        margin-top: -100px
    }

    .single-boxes-item {
        padding: 25px 15px 30px
    }

        .single-boxes-item .icon {
            margin-bottom: 25px
        }

            .single-boxes-item .icon img {
                width: 50px
            }

        .single-boxes-item h3 {
            font-size: 20px
        }

        .single-boxes-item .shape1 {
            display: none
        }

        .single-boxes-item .default-btn:hover {
            padding-top: 11px;
            padding-bottom: 11px
        }

    .partner-area.ptb-70 {
        padding-bottom: 0
    }

    .single-funfacts-box {
        padding: 15px 8px;
        text-align: center
    }

        .single-funfacts-box .icon {
            position: relative;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            margin-bottom: 20px;
            left: 0;
            top: 0
        }

            .single-funfacts-box .icon img {
                width: 50px
            }

        .single-funfacts-box h3 {
            font-size: 20px
        }

    .single-funfacts-item {
        text-align: center;
        padding-left: 0
    }

        .single-funfacts-item .icon {
            position: relative;
            left: 0;
            -webkit-transform: unset;
            transform: unset;
            margin-bottom: 20px
        }

        .single-funfacts-item h3 {
            font-size: 22px
        }

        .single-funfacts-item::before {
            display: none
        }

    .single-services-item-box {
        padding: 25px 20px
    }

        .single-services-item-box .icon img {
            width: 55px
        }

        .single-services-item-box h3 {
            font-size: 20px
        }

        .single-services-item-box .read-more-btn {
            font-size: 15px
        }

    .single-services-box {
        padding: 30px 20px 60px
    }

        .single-services-box .icon img {
            width: 55px
        }

        .single-services-box h3 {
            margin-bottom: 12px;
            font-size: 20px
        }

        .single-services-box .read-more-btn {
            right: 25px;
            bottom: 13px;
            font-size: 15px
        }

    .load-more-btn {
        margin-top: 15px
    }

    .single-services-item {
        padding: 28px 20px 25px
    }

        .single-services-item .icon {
            margin-bottom: 20px
        }

            .single-services-item .icon img {
                width: 55px
            }

        .single-services-item h3 {
            font-size: 20px;
            margin-bottom: 10px
        }

        .single-services-item .default-btn {
            margin-top: 5px
        }

            .single-services-item .default-btn:hover {
                padding-top: 11px;
                padding-bottom: 11px
            }

        .single-services-item .shape2 {
            display: none
        }

    .single-services-box-item {
        text-align: center;
        padding: 30px 20px 35px;
        -webkit-clip-path: unset;
        clip-path: unset;
        border-top: 1px solid #eee
    }

        .single-services-box-item .icon {
            width: 65px;
            height: 65px;
            margin-left: auto;
            margin-bottom: 20px;
            margin-right: auto
        }

            .single-services-box-item .icon img {
                width: 40px
            }

        .single-services-box-item h3 {
            font-size: 20px
        }

    .col-lg-4:nth-child(1) .single-services-box-item {
        border-top: none
    }

    .lines {
        display: none
    }

    .services-details-image {
        margin-bottom: 25px
    }

    .services-details-desc {
        text-align: center
    }

        .services-details-desc .sub-title {
            margin-bottom: -20px;
            font-size: 14px
        }

        .services-details-desc h3 {
            font-size: 22px
        }

        .services-details-desc .image {
            padding-right: 0;
            margin-bottom: 30px
        }

        .services-details-desc .content {
            margin-top: 0;
            margin-bottom: 30px
        }

            .services-details-desc .content h3 {
                font-size: 22px
            }

            .services-details-desc .content ul li {
                padding-left: 0
            }

                .services-details-desc .content ul li::before {
                    display: none
                }

        .services-details-desc .single-industries-serve-box {
            font-size: 17px;
            margin-top: 15px;
            margin-bottom: 5px;
            padding-top: 18px;
            padding-bottom: 18px;
            padding-left: 15px
        }

        .services-details-desc .technologies-features li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

            .services-details-desc .technologies-features li span {
                padding-left: 0
            }

                .services-details-desc .technologies-features li span::before {
                    display: none
                }

    .services-details-info {
        padding-left: 0;
        margin-top: 40px
    }

        .services-details-info .services-list li a {
            padding: 15px 20px;
            font-size: 15px
        }

            .services-details-info .services-list li a::before {
                right: 20px;
                font-size: 14px
            }

        .services-details-info .download-file {
            padding: 20px
        }

            .services-details-info .download-file h3 {
                margin-bottom: 20px;
                font-size: 20px
            }

            .services-details-info .download-file ul li a {
                font-size: 15px;
                padding-top: 12px;
                padding-bottom: 12px
            }

        .services-details-info .services-contact-info {
            margin-bottom: 0;
            padding: 20px
        }

            .services-details-info .services-contact-info h3 {
                margin-bottom: 20px;
                font-size: 20px
            }

            .services-details-info .services-contact-info ul li {
                font-size: 15.5px;
                margin-bottom: 12px;
                padding-bottom: 12px
            }

                .services-details-info .services-contact-info ul li span {
                    font-size: 15px
                }

    .services-details-image-slides.owl-theme .owl-nav {
        opacity: 1;
        visibility: visible
    }

        .services-details-image-slides.owl-theme .owl-nav [class*=owl-] {
            left: 10px;
            top: auto;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            bottom: 10px;
            width: 35px;
            height: 35px;
            padding: 0 !important;
            line-height: 32px;
            font-size: 15px
        }

            .services-details-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
                left: auto;
                right: 10px
            }

    .single-featured-services-item {
        padding: 25px 20px 30px
    }

        .single-featured-services-item .icon {
            margin-bottom: 25px
        }

            .single-featured-services-item .icon img {
                width: 55px
            }

        .single-featured-services-item h3 {
            font-size: 20px
        }

        .single-featured-services-item .default-btn:hover {
            padding-top: 11px;
            padding-bottom: 11px
        }

    .single-featured-services-box {
        padding-right: 0;
        text-align: center
    }

        .single-featured-services-box .icon {
            width: 60px;
            height: 60px;
            font-size: 30px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px
        }

        .single-featured-services-box h3 {
            font-size: 20px
        }

    .col-lg-4:nth-child(2) .single-featured-services-box {
        margin-top: 0
    }

    .col-lg-4:nth-child(1) .single-featured-services-box {
        margin-top: 0
    }

    .how-its-work-content {
        text-align: center;
        margin-bottom: 30px
    }

        .how-its-work-content .sub-title {
            margin-bottom: 12px;
            font-size: 14px
        }

        .how-its-work-content h2 {
            font-size: 27px;
            margin-bottom: 12px
        }

        .how-its-work-content .inner-box {
            text-align: left
        }

            .how-its-work-content .inner-box .single-item {
                padding-left: 90px
            }

                .how-its-work-content .inner-box .single-item h3 {
                    font-size: 20px
                }

                .how-its-work-content .inner-box .single-item .count-box {
                    width: 55px;
                    height: 55px;
                    line-height: 55px;
                    font-size: 25px
                }

                .how-its-work-content .inner-box .single-item::before {
                    left: 34px
                }

                .how-its-work-content .inner-box .single-item::after {
                    left: 20px;
                    bottom: 50px
                }

    .single-industries-serve-box {
        font-size: 20px
    }

    .single-process-box {
        padding: 25px 20px
    }

        .single-process-box h3 {
            font-size: 20px
        }

    .process-image {
        margin-bottom: 30px
    }

    .process-content .single-box-item {
        max-width: 100%;
        margin-left: 0 !important
    }

        .process-content .single-box-item .image {
            padding: 15px 20px
        }

        .process-content .single-box-item h3 {
            font-size: 19px;
            padding: 10px 15px
        }

    .case-study-area::before {
        width: 50%
    }

    .single-case-study-item .case-study-content {
        text-align: center
    }

        .single-case-study-item .case-study-content .sub-title {
            margin-bottom: 12px;
            font-size: 14px
        }

        .single-case-study-item .case-study-content h2 {
            font-size: 27px
        }

    .single-case-study-item .case-study-image {
        margin-top: 35px
    }

    .case-study-slides.owl-carousel .owl-nav .owl-prev, .case-study-slides.owl-carousel .owl-nav .owl-next {
        left: 15px !important;
        opacity: 1;
        font-size: 30px;
        top: auto;
        -webkit-transform: unset;
        transform: unset;
        bottom: 20px;
        visibility: visible
    }

    .case-study-slides.owl-carousel .owl-nav .owl-next {
        left: auto !important;
        right: 15px !important
    }

    .single-courses-box .courses-image .price {
        width: 60px;
        height: 60px;
        right: 15px;
        bottom: -30px;
        line-height: 65px;
        font-size: 17px
    }

    .single-courses-box .courses-content {
        padding: 20px
    }

        .single-courses-box .courses-content h3 {
            font-size: 20px
        }

        .single-courses-box .courses-content .courses-box-footer li {
            font-size: 14px
        }

    .courses-info {
        margin-top: 10px
    }

        .courses-info p {
            max-width: 100%;
            margin-left: 0;
            margin-right: 0
        }

    .courses-details-desc {
        margin-top: 30px
    }

        .courses-details-desc .nav {
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 10px;
            padding-bottom: 0
        }

            .courses-details-desc .nav .nav-item {
                margin-right: 20px;
                margin-bottom: 10px
            }

                .courses-details-desc .nav .nav-item .nav-link {
                    padding: 5px 0;
                    font-size: 15px
                }

        .courses-details-desc .tab-content {
            padding-left: 0;
            padding-right: 0;
            padding-top: 30px
        }

            .courses-details-desc .tab-content .courses-overview h3 {
                font-size: 20px
            }

            .courses-details-desc .tab-content .courses-curriculum {
                padding: 20px;
                margin-left: 0;
                margin-right: 0
            }

                .courses-details-desc .tab-content .courses-curriculum h3 {
                    font-size: 16px;
                    margin-bottom: 15px
                }

                .courses-details-desc .tab-content .courses-curriculum ul li a {
                    display: block !important;
                    padding-left: 45px;
                    padding-right: 20px;
                    padding-top: 13px;
                    padding-bottom: 13px;
                    margin-left: -20px;
                    margin-right: -20px
                }

                    .courses-details-desc .tab-content .courses-curriculum ul li a::before {
                        left: 20px;
                        top: 13px;
                        font-size: 15px
                    }

                    .courses-details-desc .tab-content .courses-curriculum ul li a .courses-name {
                        font-size: 15px
                    }

                    .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta {
                        text-align: left;
                        margin-top: 5px
                    }

                        .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions {
                            font-size: 13.5px;
                            margin-top: 7px
                        }

                        .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration {
                            font-size: 13.5px;
                            margin-top: 7px
                        }

                        .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status {
                            font-size: 13.5px;
                            margin-top: 7px
                        }

            .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content {
                margin-top: 25px
            }

                .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content h3 {
                    font-size: 19px
                }

            .courses-details-desc .tab-content .courses-reviews h3 {
                font-size: 20px
            }

            .courses-details-desc .tab-content .courses-reviews .rating {
                top: 2px
            }

                .courses-details-desc .tab-content .courses-reviews .rating span {
                    font-size: 17px
                }

            .courses-details-desc .tab-content .courses-reviews .side {
                width: 20%
            }

                .courses-details-desc .tab-content .courses-reviews .side div {
                    font-size: 15px
                }

            .courses-details-desc .tab-content .courses-reviews .middle {
                width: 60%
            }

            .courses-details-desc .tab-content .courses-review-comments h3 {
                padding-bottom: 10px;
                font-size: 18px
            }

            .courses-details-desc .tab-content .courses-review-comments .user-review {
                padding-left: 0
            }

                .courses-details-desc .tab-content .courses-review-comments .user-review img {
                    position: relative;
                    left: 0;
                    top: 0;
                    margin-bottom: 15px
                }

                .courses-details-desc .tab-content .courses-review-comments .user-review .review-rating span {
                    display: block !important;
                    top: 0;
                    font-size: 17px;
                    margin-left: 0;
                    margin-top: 5px
                }

    .courses-details-info {
        margin-left: 0;
        margin-top: 30px
    }

        .courses-details-info .image .content i {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 20px
        }

        .courses-details-info .image .content span {
            font-size: 14.5px
        }

        .courses-details-info .info {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 30px
        }

            .courses-details-info .info li {
                font-size: 15px;
                padding-top: 13px;
                padding-bottom: 12px
            }

                .courses-details-info .info li.price {
                    font-size: 20px
                }

                    .courses-details-info .info li.price span {
                        font-size: 15px
                    }

        .courses-details-info .btn-box {
            margin-top: 30px;
            padding-left: 10px;
            padding-right: 10px
        }

        .courses-details-info .courses-share {
            padding-left: 10px;
            padding-right: 10px
        }

            .courses-details-info .courses-share .share-info span {
                font-size: 15px
            }

            .courses-details-info .courses-share .share-info .social-link {
                bottom: -44px;
                opacity: 1;
                visibility: visible
            }

    .single-projects-box .content {
        padding: 20px
    }

        .single-projects-box .content h3 {
            font-size: 20px
        }

        .single-projects-box .content span {
            font-size: 15px
        }

    .single-events-box .image .date {
        font-size: 14px
    }

    .single-events-box .content h3 {
        font-size: 20px
    }

    .single-events-box .content .location {
        font-size: 15px
    }

    .events-details-image::before {
        display: none
    }

    .events-details-image #timer {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: unset;
        transform: unset
    }

        .events-details-image #timer div {
            width: 95px;
            height: 95px;
            font-size: 35px;
            margin-top: 20px
        }

            .events-details-image #timer div span {
                font-size: 14px;
                margin-top: 0
            }

            .events-details-image #timer div::before {
                opacity: 1
            }

    .events-details-header {
        margin-bottom: 30px
    }

        .events-details-header ul {
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 4px;
            padding-bottom: 14px
        }

            .events-details-header ul li {
                margin-top: 10px;
                font-size: 15px
            }

    .events-details-location {
        margin-bottom: 30px
    }

    .events-details-desc {
        padding-left: 0;
        padding-right: 0
    }

        .events-details-desc h3 {
            font-size: 19px
        }

    .events-details-info {
        margin-top: 30px;
        padding: 20px 15px
    }

        .events-details-info .info li {
            font-size: 15px;
            padding-top: 13px;
            padding-bottom: 12px
        }

            .events-details-info .info li.price {
                font-size: 20px
            }

                .events-details-info .info li.price span {
                    font-size: 15px
                }

    .services-details-image {
        margin-bottom: 25px
    }

        .services-details-image .video-btn {
            width: 65px;
            line-height: 65px;
            height: 65px;
            font-size: 28px
        }

    .services-details-desc {
        text-align: center
    }

        .services-details-desc h3 {
            font-size: 22px
        }

        .services-details-desc .image {
            padding-right: 0;
            margin-bottom: 0
        }

        .services-details-desc .content {
            margin-bottom: 25px;
            margin-top: 20px
        }

            .services-details-desc .content h3 {
                font-size: 22px
            }

            .services-details-desc .content ul li {
                padding-left: 0
            }

                .services-details-desc .content ul li::before {
                    display: none
                }

    .services-details-info {
        padding: 25px 20px;
        margin-left: 0;
        margin-top: 30px
    }

        .services-details-info ul li {
            font-size: 16px;
            margin-bottom: 12px;
            padding-bottom: 12px
        }

            .services-details-info ul li span {
                font-size: 15px
            }

    .services-details-image-slides.owl-theme .owl-nav {
        opacity: 1;
        visibility: visible
    }

        .services-details-image-slides.owl-theme .owl-nav [class*=owl-] {
            left: 10px;
            top: auto;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            bottom: 10px;
            width: 35px;
            height: 35px;
            padding: 0 !important;
            line-height: 32px;
            font-size: 15px
        }

            .services-details-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
                left: auto;
                right: 10px
            }

    .why-choose-us-content {
        padding: 60px 20px 55px;
        -webkit-clip-path: unset;
        clip-path: unset;
        text-align: center
    }

        .why-choose-us-content h2 {
            font-size: 27px
        }

    .our-brand-partners-list {
        padding: 60px 20px 55px;
        -webkit-clip-path: unset;
        clip-path: unset;
        text-align: center;
        margin-left: 0
    }

        .our-brand-partners-list h2 {
            font-size: 27px
        }

    .scientist-area.bg-color::before {
        display: none
    }

    .single-scientist-box .content {
        padding: 20px 15px 0
    }

        .single-scientist-box .content h3 {
            font-size: 20px
        }

        .single-scientist-box .content span {
            font-size: 15px
        }

    .scientist-box-list {
        padding-right: 0;
        margin-bottom: 0
    }

        .scientist-box-list .single-scientist-item {
            padding-right: 0 !important;
            padding-left: 0 !important;
            margin-bottom: 30px;
            margin-top: 0 !important
        }

    .scientist-section-title {
        text-align: center
    }

        .scientist-section-title .sub-title {
            margin-bottom: 12px;
            font-size: 14px
        }

        .scientist-section-title h2 {
            font-size: 27px;
            margin-bottom: 12px
        }

        .scientist-section-title .default-btn {
            margin-top: 0
        }

    .single-scientist-item-box .content h3 {
        font-size: 20px
    }

    .single-scientist-item-box .content span {
        font-size: 15px
    }

    .testimonials-area.bg-f1f8fb {
        padding-top: 60px
    }

    .single-testimonials-item {
        padding: 70px 20px 25px
    }

        .single-testimonials-item::after {
            top: -10px;
            font-size: 70px
        }

        .single-testimonials-item::before {
            height: 95%
        }

        .single-testimonials-item p {
            font-size: 15.5px
        }

        .single-testimonials-item .client-info {
            margin-top: 20px
        }

            .single-testimonials-item .client-info .title h3 {
                font-size: 16px
            }

            .single-testimonials-item .client-info .title span {
                font-size: 14px
            }

    .testimonials-view-btn {
        margin-top: 15px
    }

        .testimonials-view-btn .default-btn {
            margin-bottom: -5px
        }

    .testimonials-slides.owl-carousel {
        margin-bottom: 30px
    }

        .testimonials-slides.owl-carousel .owl-nav {
            text-align: center
        }

            .testimonials-slides.owl-carousel .owl-nav .owl-prev, .testimonials-slides.owl-carousel .owl-nav .owl-next {
                position: relative;
                left: 0 !important;
                top: 0;
                -webkit-transform: unset;
                transform: unset;
                right: 0 !important;
                margin-left: 5px;
                margin-right: 5px
            }

    .single-testimonials-box {
        padding: 65px 20px 30px;
        margin-top: 30px
    }

        .single-testimonials-box img {
            border-width: 3px;
            top: -30px
        }

        .single-testimonials-box p {
            font-size: 15.5px
        }

        .single-testimonials-box .client-info {
            margin-top: 20px
        }

            .single-testimonials-box .client-info h3 {
                font-size: 17px
            }

            .single-testimonials-box .client-info span {
                font-size: 14px
            }

    .divider {
        display: none
    }

    .explore-learning-content {
        text-align: center;
        margin-bottom: 30px
    }

        .explore-learning-content h2 {
            font-size: 27px
        }

    .explore-learning-video .video-btn {
        width: 65px;
        height: 65px;
        font-size: 25px;
        line-height: 65px
    }

    .upcoming-bootcamps-content h2 {
        max-width: 100%;
        font-size: 27px;
        margin-left: 0;
        margin-right: 0
    }

    .upcoming-bootcamps-content .default-btn {
        margin-top: 20px
    }

    .single-what-we-do-box {
        text-align: center;
        padding-left: 0
    }

        .single-what-we-do-box .icon {
            position: relative;
            top: 0;
            left: 0;
            width: 65px;
            height: 65px;
            font-size: 40px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px
        }

        .single-what-we-do-box h3 {
            font-size: 20px
        }

    .col-lg-4:nth-child(1) .single-what-we-do-box {
        margin-top: 0
    }

    .col-lg-4:nth-child(2) .single-what-we-do-box {
        margin-top: 0
    }

    .blog-area .row.align-items-center {
        margin-left: -15px;
        margin-right: -15px
    }

        .blog-area .row.align-items-center .col-lg-4 {
            padding-left: 15px !important;
            padding-right: 15px !important
        }

    .single-blog-post .post-content {
        padding: 20px
    }

        .single-blog-post .post-content .post-meta li {
            font-size: 14px;
            padding-left: 28px;
            padding-right: 0
        }

        .single-blog-post .post-content h3 {
            font-size: 20px
        }

    .blog-details-desc .article-content .entry-meta ul {
        margin-bottom: -13px
    }

        .blog-details-desc .article-content .entry-meta ul li {
            display: inline-block;
            border-right: none;
            font-size: 14px;
            margin-bottom: 13px;
            margin-right: 13px;
            padding-right: 0
        }

            .blog-details-desc .article-content .entry-meta ul li:last-child {
                margin-right: 0
            }

            .blog-details-desc .article-content .entry-meta ul li a {
                font-size: 15px
            }

    .blog-details-desc .article-content h3 {
        font-size: 20px
    }

    .blog-details-desc .article-footer {
        text-align: center
    }

        .blog-details-desc .article-footer .article-tags {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

        .blog-details-desc .article-footer .article-share {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

            .blog-details-desc .article-footer .article-share .social {
                text-align: center;
                margin-top: 15px
            }

    .blog-details-desc .article-author .author-profile .author-profile-title h4 {
        font-size: 20px
    }

    .blog-details-desc .article-author .author-profile .author-profile-title p {
        font-size: 15px
    }

    blockquote, .blockquote {
        padding: 20px !important
    }

        blockquote p, .blockquote p {
            font-size: 17px !important
        }

    .prev-link-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0
    }

        .prev-link-wrapper .prev-title {
            font-size: 15px
        }

        .prev-link-wrapper .meta-wrapper {
            font-size: 13px
        }

    .next-link-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 30px
    }

        .next-link-wrapper .next-title {
            font-size: 15px
        }

        .next-link-wrapper .meta-wrapper {
            font-size: 13px
        }

    .comments-area .comments-title {
        font-size: 20px;
        margin-bottom: 25px
    }

    .comments-area .comment-author .avatar {
        height: 50px;
        left: 0;
        position: relative;
        width: 50px;
        display: block;
        margin-bottom: 15px
    }

    .comments-area .comment-body {
        padding-left: 0
    }

    .comments-area .comment-content p {
        font-size: 15px
    }

    .comments-area .comment-respond .comment-reply-title {
        font-size: 20px
    }

    .comments-area .comment-respond .comment-form-author {
        width: 100%;
        padding-right: 0
    }

    .comments-area .comment-respond .comment-form-email {
        width: 100%;
        padding-left: 0
    }

    .comments-area .comment-respond .form-submit input {
        font-size: 15px
    }

    .project-start-content {
        text-align: center;
        margin-top: 30px
    }

        .project-start-content .sub-title {
            margin-bottom: 12px;
            font-size: 14px
        }

        .project-start-content h2 {
            font-size: 27px;
            margin-bottom: 12px
        }

        .project-start-content .default-btn {
            margin-top: 0
        }

    .subscribe-content {
        text-align: center;
        margin-top: 30px
    }

        .subscribe-content h2 {
            margin-bottom: 12px;
            font-size: 27px
        }

        .subscribe-content .newsletter-form .input-newsletter {
            height: 50px;
            padding-left: 15px;
            font-size: 15px
        }

        .subscribe-content .newsletter-form .default-btn {
            position: relative;
            right: 0;
            top: 0;
            border-radius: 5px;
            height: 48px;
            margin-top: 15px
        }

    .single-products-box .products-content h3 {
        font-size: 20px
    }

    .single-products-box .products-content .price {
        font-size: 15px
    }

    .cart-table table thead tr th {
        font-size: 14.5px;
        padding-left: 15px;
        padding-right: 15px
    }

        .cart-table table thead tr th:first-child {
            padding-left: 0
        }

    .cart-table table tbody tr td {
        font-size: 14.5px;
        padding-left: 15px;
        padding-right: 15px
    }

        .cart-table table tbody tr td:first-child {
            padding-left: 0
        }

    .cart-buttons .shopping-coupon-code {
        text-align: center
    }

        .cart-buttons .shopping-coupon-code button {
            position: relative;
            right: 0;
            top: 0;
            height: auto;
            padding: 12px 25px;
            line-height: initial;
            font-size: 15px;
            border-radius: 5px;
            margin-top: 15px
        }

    .cart-buttons .text-right {
        text-align: center !important;
        margin-top: 15px
    }

    .cart-totals {
        padding: 25px 20px;
        max-width: 100%;
        margin-top: 40px
    }

        .cart-totals h3 {
            font-size: 20px
        }

        .cart-totals ul {
            margin-bottom: 20px
        }

            .cart-totals ul li:last-child {
                font-size: 18px
            }

    .billing-details .title {
        font-size: 20px
    }

    .order-details {
        margin-top: 40px
    }

        .order-details .title {
            font-size: 20px
        }

        .order-details .order-table table thead tr th {
            font-size: 14.5px
        }

        .order-details .order-table table tbody tr td {
            font-size: 14px
        }

        .order-details .payment-box {
            padding: 20px
        }

        .order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
            font-size: 15px
        }

    .products-details-desc {
        padding-left: 0;
        margin-top: 35px
    }

        .products-details-desc h3 {
            font-size: 20px
        }

        .products-details-desc .products-review .rating {
            font-size: 16px
        }

            .products-details-desc .products-review .rating .rating-count {
                top: -2px
            }

        .products-details-desc .products-meta span {
            font-size: 15px
        }

        .products-details-desc .products-add-to-cart .input-counter {
            max-width: 110px;
            min-width: 110px
        }

            .products-details-desc .products-add-to-cart .input-counter input {
                height: 47px;
                font-size: 16px
            }

    .products-details-tabs .nav {
        margin-bottom: 30px
    }

        .products-details-tabs .nav .nav-item {
            margin-left: 10px;
            margin-right: 10px
        }

            .products-details-tabs .nav .nav-item .nav-link {
                font-size: 17px
            }

    .products-details-tabs .tab-content .tab-pane .products-reviews h3 {
        font-size: 20px
    }

    .products-details-tabs .tab-content .tab-pane .products-reviews .rating {
        top: 2px
    }

        .products-details-tabs .tab-content .tab-pane .products-reviews .rating span {
            font-size: 17px
        }

    .products-details-tabs .tab-content .tab-pane .products-reviews .side {
        width: 20%
    }

        .products-details-tabs .tab-content .tab-pane .products-reviews .side div {
            font-size: 15px
        }

    .products-details-tabs .tab-content .tab-pane .products-reviews .middle {
        width: 60%
    }

    .products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
        padding-bottom: 10px;
        font-size: 20px
    }

    .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
        padding-left: 0
    }

        .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
            position: relative;
            left: 0;
            top: 0;
            margin-bottom: 15px
        }

        .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
            display: block !important;
            top: 0;
            font-size: 17px;
            margin-left: 0;
            margin-top: 5px
        }

    .products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
        font-size: 20px
    }

    .products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
        margin-top: 20px;
        padding: 12px 45px;
        font-size: 15px
    }

    .page-title-area {
        background-position: center center;
        padding-top: 150px;
        padding-bottom: 60px
    }

        .page-title-area.page-title-style-two {
            padding-top: 150px;
            padding-bottom: 75px;
            text-align: center
        }

    .page-title-content {
        text-align: center
    }

        .page-title-content h2 {
            font-size: 28px
        }

        .page-title-content ul {
            margin-top: 12px
        }

            .page-title-content ul li {
                font-size: 14.5px;
                margin-left: 10px;
                margin-right: 10px
            }

                .page-title-content ul li:first-child {
                    margin-left: 0
                }

                .page-title-content ul li::before {
                    top: 4.5px;
                    font-size: 10px
                }

    .shape-img1, .shape-img2, .shape-img3 {
        display: none
    }

    .faq-accordion-tab .tabs {
        margin-bottom: 20px
    }

        .faq-accordion-tab .tabs li {
            margin-bottom: 20px
        }

            .faq-accordion-tab .tabs li a {
                padding: 15px 10px;
                font-size: 15px
            }

                .faq-accordion-tab .tabs li a i {
                    font-size: 25px
                }

    .faq-accordion .accordion .accordion-title {
        padding: 15px 10px 15px 37px;
        font-size: 15px
    }

        .faq-accordion .accordion .accordion-title i {
            left: 10px;
            top: 50%;
            font-size: 20px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .faq-accordion .accordion .accordion-content {
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 42px
    }

    .grid-sorting {
        text-align: center
    }

        .grid-sorting .result-count {
            margin-bottom: 13px
        }

        .grid-sorting .ordering {
            text-align: center
        }

            .grid-sorting .ordering label {
                font-size: 14px
            }

    .pagination-area {
        margin-top: 20px
    }

        .pagination-area .page-numbers {
            width: 35px;
            height: 35px;
            line-height: 37px;
            font-size: 15px
        }

    .contact-info-box {
        padding-left: 80px
    }

        .contact-info-box h3 {
            font-size: 20px
        }

        .contact-info-box .icon {
            width: 60px;
            height: 80px;
            font-size: 35px
        }

    .contact-form {
        padding: 25px 20px;
        margin-left: 0;
        margin-top: 30px
    }

        .contact-form form .form-group .form-control {
            height: 50px
        }

    .widget-area {
        padding-left: 0;
        margin-top: 40px
    }

        .widget-area .widget .widget-title {
            font-size: 19px
        }

        .widget-area .widget_recent_courses .item .info span {
            font-size: 15px
        }

        .widget-area .widget_recent_courses .item .info .title {
            font-size: 15px
        }

        .widget-area .widget_popular_products .item .info span {
            font-size: 15px
        }

        .widget-area .widget_popular_products .item .info .title {
            font-size: 15px
        }

        .widget-area .widget_insight ul li a {
            font-size: 15px
        }

        .widget-area .widget_posts_thumb .item .info .title {
            font-size: 15px
        }

        .widget-area.widget-left-sidebar {
            padding-right: 0;
            padding-top: 0;
            padding-bottom: 40px
        }

    .error-area {
        height: auto;
        padding-top: 150px;
        padding-bottom: 150px
    }

    .error-content h3 {
        font-size: 28px
    }

    .error-content p {
        max-width: 100%
    }

    .error-content .btn-box .default-btn {
        margin-left: 3px;
        margin-right: 3px
    }

    .coming-soon-area {
        height: 100%;
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 15px;
        padding-right: 15px
    }

    .coming-soon-content {
        padding: 30px 20px
    }

        .coming-soon-content h2 {
            margin-top: 25px;
            font-size: 28px
        }

        .coming-soon-content #timer {
            margin-top: 10px
        }

            .coming-soon-content #timer div {
                width: 95px;
                height: 100px;
                font-size: 35px;
                margin-top: 20px
            }

                .coming-soon-content #timer div span {
                    font-size: 14px
                }

        .coming-soon-content form {
            max-width: 100%;
            margin-top: 40px
        }

    .membership-levels-table .table thead th {
        padding: 15px
    }

        .membership-levels-table .table thead th h2 {
            font-size: 25px
        }

        .membership-levels-table .table thead th h3 {
            font-size: 14px
        }

    .membership-levels-table .table tbody tr td {
        padding: 15px;
        font-size: 15px
    }

    .login-form {
        padding: 30px 20px;
        margin-right: 0
    }

        .login-form h2 {
            margin-bottom: 20px;
            text-align: center;
            font-size: 27px
        }

        .login-form form .lost-your-password-wrap {
            text-align: left;
            margin-top: 15px
        }

        .login-form form button {
            padding: 13px 30px;
            font-size: 15px
        }

    .register-form {
        margin-top: 40px;
        border-top: 1px solid #eee;
        padding-left: 0;
        padding-top: 30px
    }

        .register-form h2 {
            margin-bottom: 20px;
            text-align: center;
            font-size: 27px
        }

        .register-form form .lost-your-password-wrap {
            text-align: left;
            margin-top: 15px
        }

        .register-form form button {
            padding: 13px 30px;
            font-size: 15px
        }

    .purchase-guide-content img {
        margin-bottom: 25px
    }

    .purchase-guide-content h3 {
        margin-bottom: 12px;
        font-size: 20px
    }

    .purchase-guide-content ul li, .purchase-guide-content ol li {
        font-size: 15px
    }

    .purchase-guide-content .blockquote p, .purchase-guide-content blockquote p {
        font-size: 15px !important
    }

    .privacy-policy-content img {
        margin-bottom: 25px
    }

    .privacy-policy-content h3 {
        margin-bottom: 12px;
        font-size: 20px
    }

    .privacy-policy-content ul li, .privacy-policy-content ol li {
        font-size: 15px
    }

    .privacy-policy-content .blockquote p, .privacy-policy-content blockquote p {
        font-size: 15px !important
    }

    .terms-of-service-content img {
        margin-bottom: 25px
    }

    .terms-of-service-content h3 {
        margin-bottom: 12px;
        font-size: 20px
    }

    .terms-of-service-content ul li, .terms-of-service-content ol li {
        font-size: 14px
    }

    .terms-of-service-content .blockquote p, .terms-of-service-content blockquote p {
        font-size: 15px !important
    }

    .footer-area {
        padding-top: 60px
    }

    .single-footer-widget h3 {
        margin-bottom: 20px;
        font-size: 20px
    }

    .single-footer-widget.pl-5, .single-footer-widget.px-5 {
        padding-left: 0 !important
    }

    .footer-bottom-area {
        margin-top: 30px;
        text-align: center
    }

        .footer-bottom-area ul {
            text-align: center;
            margin-top: 10px
        }

            .footer-bottom-area ul li {
                margin-left: 10px;
                margin-right: 10px
            }

                .footer-bottom-area ul li:last-child {
                    margin-right: 0
                }

                .footer-bottom-area ul li:first-child {
                    margin-left: 0
                }

                .footer-bottom-area ul li::before {
                    right: -13px;
                    top: 5px
                }

    .footer-map {
        display: none
    }

    .go-top {
        width: 40px;
        height: 40px;
        font-size: 18px
    }

    .it-services-banner {
        padding-top: 200px;
        padding-bottom: 170px
    }

    .seo-agency-banner {
        padding-top: 200px;
        padding-bottom: 90px
    }

    .digital-agency-banner {
        padding-top: 100px;
        padding-bottom: 85px
    }

    .single-pricing-box .pricing-header h3 {
        font-size: 20px
    }

    .single-pricing-box .price {
        font-size: 30px
    }

        .single-pricing-box .price sup {
            top: -15px;
            margin-right: -3px;
            font-size: 15px
        }

    .analysis-form {
        padding-left: 0;
        margin-top: 30px
    }

        .analysis-form h2 {
            font-size: 27px
        }

        .analysis-form .sub-title {
            margin-bottom: 10px;
            font-size: 14px
        }

    .overview-box {
        margin-bottom: 35px;
        border-bottom: 1px solid #eee;
        padding-bottom: 35px
    }

        .overview-box .overview-content {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

            .overview-box .overview-content .content {
                padding-right: 0
            }

                .overview-box .overview-content .content h2 {
                    font-size: 26px
                }

                .overview-box .overview-content .content .features-text h4 {
                    margin-bottom: 13px;
                    font-size: 16px
                }

                .overview-box .overview-content .content .features-list li {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%
                }

                .overview-box .overview-content .content.right-content {
                    padding-left: 0
                }

        .overview-box .overview-image {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            margin-top: 30px
        }

        .overview-box:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0
        }
}

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

    .main-banner .container-fluid {
        max-width: 540px
    }

    .banner-section .container-fluid {
        max-width: 540px
    }

    .hero-banner .container-fluid {
        max-width: 540px
    }

    .banner-wrapper .container-fluid {
        max-width: 540px
    }

    .about-area .container-fluid {
        max-width: 540px
    }

    .about-content .content .about-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .our-mission-area .container-fluid {
        max-width: 540px
    }

    .our-mission-content .content .our-mission-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .services-details-desc .technologies-features li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .blog-details-desc .article-footer {
        text-align: left
    }

        .blog-details-desc .article-footer .article-tags {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

        .blog-details-desc .article-footer .article-share {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

            .blog-details-desc .article-footer .article-share .social {
                text-align: right;
                margin-top: 0
            }

    .prev-link-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 5px
    }

    .next-link-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0;
        padding-left: 5px
    }

    .overview-box .overview-content .content .features-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    body {
        font-size: 16px
    }

    p {
        font-size: 16px
    }

    .container {
        max-width: 720px
    }

    .ptb-100 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .pt-100 {
        padding-top: 80px
    }

    .pb-100 {
        padding-bottom: 80px
    }

    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .pt-70 {
        padding-top: 50px
    }

    .pb-70 {
        padding-bottom: 50px
    }

    .section-title {
        max-width: 600px;
        margin-bottom: 45px
    }

        .section-title .sub-title {
            font-size: 14px
        }

        .section-title h2 {
            font-size: 35px
        }

        .section-title p {
            max-width: 500px
        }

    .default-btn {
        font-size: 15px
    }

    .responsive-nav .responsive-menu.mean-container .mean-nav ul {
        font-size: 16px
    }

        .responsive-nav .responsive-menu.mean-container .mean-nav ul li li a {
            font-size: 15px
        }

    .responsive-nav .responsive-menu.mean-container .navbar-nav {
        height: 324px
    }

    .main-banner {
        padding-top: 200px;
        padding-bottom: 80px
    }

        .main-banner .container-fluid {
            max-width: 720px
        }

        .main-banner.without-banner-animation {
            padding-top: 200px;
            padding-bottom: 80px
        }

    .main-banner-content {
        text-align: center;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto
    }

        .main-banner-content h1 {
            font-size: 45px;
            margin-bottom: 15px;
            margin-top: -7px
        }

        .main-banner-content p {
            max-width: 520px;
            margin-left: auto;
            margin-right: auto
        }

        .main-banner-content .btn-box {
            margin-top: 30px;
            margin-bottom: -10px
        }

            .main-banner-content .btn-box .video-btn {
                font-size: 15px;
                position: relative;
                top: -11px;
                margin-top: 0;
                margin-left: 20px
            }

    .main-banner-animation-image {
        width: auto;
        text-align: center;
        height: auto;
        margin-top: 55px
    }

        .main-banner-animation-image img {
            position: relative
        }

            .main-banner-animation-image img:nth-child(1), .main-banner-animation-image img:nth-child(2), .main-banner-animation-image img:nth-child(3), .main-banner-animation-image img:nth-child(4), .main-banner-animation-image img:nth-child(5), .main-banner-animation-image img:nth-child(6), .main-banner-animation-image img:nth-child(7), .main-banner-animation-image img:nth-child(8), .main-banner-animation-image img:nth-child(9), .main-banner-animation-image img:nth-child(10), .main-banner-animation-image img:nth-child(11), .main-banner-animation-image img:nth-child(12) {
                display: none
            }

            .main-banner-animation-image img:last-child {
                display: inline-block
            }

    .main-banner-image {
        margin-top: 55px
    }

    .banner-section {
        padding-top: 200px;
        padding-bottom: 280px
    }

        .banner-section .container-fluid {
            max-width: 720px
        }

        .banner-section.without-banner-animation {
            padding-top: 200px;
            padding-bottom: 280px
        }

    .banner-content {
        text-align: center;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto
    }

        .banner-content h1 {
            font-size: 45px;
            margin-bottom: 15px;
            margin-top: -7px
        }

        .banner-content p {
            max-width: 520px;
            margin-left: auto;
            margin-right: auto
        }

        .banner-content .btn-box {
            margin-top: 30px;
            margin-bottom: -10px
        }

            .banner-content .btn-box .video-btn {
                font-size: 15px;
                position: relative;
                top: -11px;
                margin-top: 0;
                margin-left: 20px
            }

    .banner-animation-image {
        width: auto;
        height: auto;
        margin-top: 55px;
        text-align: center
    }

        .banner-animation-image img {
            position: relative
        }

            .banner-animation-image img:nth-child(1), .banner-animation-image img:nth-child(2), .banner-animation-image img:nth-child(3), .banner-animation-image img:nth-child(4), .banner-animation-image img:nth-child(5), .banner-animation-image img:nth-child(6), .banner-animation-image img:nth-child(7), .banner-animation-image img:nth-child(8), .banner-animation-image img:nth-child(9), .banner-animation-image img:nth-child(10), .banner-animation-image img:nth-child(11), .banner-animation-image img:nth-child(12) {
                display: none
            }

            .banner-animation-image img:last-child {
                display: inline-block
            }

    .banner-image {
        margin-top: 55px
    }

    .hero-banner {
        padding-top: 200px;
        padding-bottom: 100px
    }

        .hero-banner .container-fluid {
            max-width: 720px
        }

        .hero-banner.without-banner-animation {
            padding-top: 200px;
            padding-bottom: 100px
        }

    .hero-banner-content {
        text-align: center;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto
    }

        .hero-banner-content h1 {
            font-size: 45px;
            margin-bottom: 12px;
            margin-top: -7px
        }

        .hero-banner-content p {
            max-width: 520px;
            margin-left: auto;
            margin-right: auto
        }

        .hero-banner-content .btn-box {
            margin-top: 25px;
            margin-bottom: -10px
        }

    .hero-banner-animation-image {
        text-align: center;
        width: auto;
        height: auto;
        margin-top: 55px
    }

        .hero-banner-animation-image img {
            position: relative
        }

            .hero-banner-animation-image img:nth-child(1), .hero-banner-animation-image img:nth-child(2), .hero-banner-animation-image img:nth-child(3), .hero-banner-animation-image img:nth-child(4), .hero-banner-animation-image img:nth-child(5), .hero-banner-animation-image img:nth-child(6), .hero-banner-animation-image img:nth-child(7), .hero-banner-animation-image img:nth-child(8), .hero-banner-animation-image img:nth-child(9), .hero-banner-animation-image img:nth-child(10) {
                display: none
            }

            .hero-banner-animation-image img:last-child {
                display: inline-block
            }

    .hero-banner-image {
        margin-top: 55px
    }

    .banner-wrapper {
        background-position: center center;
        padding-top: 200px;
        padding-bottom: 10px
    }

        .banner-wrapper .container-fluid {
            max-width: 720px
        }

        .banner-wrapper.without-banner-animation {
            padding-top: 200px;
            padding-bottom: 10px
        }

    .banner-wrapper-content {
        text-align: center;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto
    }

        .banner-wrapper-content h1 {
            font-size: 45px;
            margin-bottom: 15px;
            margin-top: -7px
        }

        .banner-wrapper-content p {
            max-width: 520px;
            margin-left: auto;
            margin-right: auto
        }

        .banner-wrapper-content .btn-box {
            margin-top: 30px;
            margin-bottom: -10px
        }

            .banner-wrapper-content .btn-box .default-btn:not(:first-child) {
                top: .2px
            }

    .banner-wrapper-animation-image {
        text-align: center;
        width: auto;
        height: auto;
        margin-top: 55px
    }

        .banner-wrapper-animation-image img {
            max-width: 100%;
            position: relative
        }

            .banner-wrapper-animation-image img:nth-child(1), .banner-wrapper-animation-image img:nth-child(2), .banner-wrapper-animation-image img:nth-child(3), .banner-wrapper-animation-image img:nth-child(4), .banner-wrapper-animation-image img:nth-child(5), .banner-wrapper-animation-image img:nth-child(6), .banner-wrapper-animation-image img:nth-child(7), .banner-wrapper-animation-image img:nth-child(8), .banner-wrapper-animation-image img:nth-child(9), .banner-wrapper-animation-image img:nth-child(10) {
                display: none
            }

            .banner-wrapper-animation-image img:last-child {
                display: inline-block
            }

    .banner-wrapper-image {
        margin-top: 55px
    }

    .main-banner-area {
        padding-top: 200px
    }

    .banner-area-content {
        text-align: center;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto
    }

        .banner-area-content h1 {
            font-size: 46px;
            margin-bottom: 15px;
            margin-top: -7px
        }

        .banner-area-content p {
            max-width: 520px
        }

        .banner-area-content .default-btn {
            margin-top: 5px
        }

    .main-banner-item {
        height: auto;
        padding-top: 150px;
        padding-bottom: 200px
    }

    .banner-item-content {
        text-align: center;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto
    }

        .banner-item-content h1 {
            font-size: 45px;
            margin-bottom: 15px
        }

        .banner-item-content p {
            max-width: 600px;
            margin-left: auto;
            margin-right: auto
        }

        .banner-item-content .btn-box {
            margin-top: 30px;
            margin-bottom: -10px
        }

            .banner-item-content .btn-box .video-btn {
                font-size: 15px;
                position: relative;
                top: -10px;
                margin-top: 0;
                margin-left: 20px
            }

    .vector-shape7, .vector-shape8 {
        display: none
    }

    .solutions-area .section-title {
        max-width: 600px
    }

    .single-solutions-box {
        padding: 35px 20px
    }

        .single-solutions-box .icon {
            font-size: 50px
        }

        .single-solutions-box h3 {
            font-size: 22px
        }

        .single-solutions-box .view-details-btn {
            font-size: 16px
        }

    .about-area .container-fluid {
        max-width: 720px
    }

    .about-area.res-pt-0 {
        padding-top: 0
    }

    .about-content {
        text-align: center;
        margin-top: 35px
    }

        .about-content .content {
            margin-left: auto;
            margin-right: auto
        }

            .about-content .content .sub-title {
                font-size: 14px
            }

            .about-content .content h2 {
                font-size: 35px
            }

            .about-content .content .features-list {
                text-align: left
            }

                .about-content .content .features-list li span {
                    padding: 15px 15px 15px 90px
                }

                    .about-content .content .features-list li span .icon {
                        left: 15px
                    }

                        .about-content .content .features-list li span .icon img {
                            width: 50px
                        }

                    .about-content .content .features-list li span h3 {
                        margin-bottom: 3px;
                        font-size: 22px
                    }

            .about-content .content .about-list {
                text-align: left
            }

                .about-content .content .about-list li span {
                    font-size: 16px
                }

            .about-content .content .content-list {
                text-align: left
            }

                .about-content .content .content-list li {
                    font-size: 17px
                }

    .about-img .shape {
        display: none
    }

    .about-image-box {
        margin-right: 0
    }

        .about-image-box img {
            width: 100%
        }

    .circle-shape1, .circle-shape2 {
        display: none
    }

    .about-inner-area {
        margin-top: 10px
    }

    .about-text {
        margin-top: 30px
    }

        .about-text h3 {
            font-size: 22px
        }

    .single-boxes-item {
        padding: 30px 20px 25px
    }

        .single-boxes-item .icon img {
            width: 50px
        }

        .single-boxes-item h3 {
            font-size: 22px
        }

    .partner-area.ptb-70 {
        padding-bottom: 20px
    }

    .single-services-box {
        padding: 30px 20px 75px
    }

        .single-services-box .icon img {
            width: 55px
        }

        .single-services-box h3 {
            font-size: 22px
        }

        .single-services-box .read-more-btn {
            right: 40px;
            bottom: 12px;
            font-size: 16px
        }

    .single-services-item {
        padding: 30px 20px 25px
    }

        .single-services-item .icon {
            margin-bottom: 20px
        }

            .single-services-item .icon img {
                width: 55px
            }

        .single-services-item h3 {
            font-size: 22px
        }

        .single-services-item .shape1 {
            opacity: .5
        }

    .single-services-box-item .icon {
        width: 75px;
        height: 75px
    }

    .single-services-box-item h3 {
        font-size: 22px
    }

    .single-services-item-box {
        padding: 30px 20px
    }

        .single-services-item-box .icon img {
            width: 60px
        }

        .single-services-item-box h3 {
            font-size: 22px
        }

        .single-services-item-box .read-more-btn {
            font-size: 16px
        }

    .our-mission-area.ptb-100 {
        padding-top: 0
    }

    .our-mission-area .row .col-lg-6:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .our-mission-area .row .col-lg-6:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .our-mission-area .container-fluid {
        max-width: 720px
    }

    .our-mission-content {
        text-align: center;
        margin-top: 35px
    }

        .our-mission-content .content {
            margin-left: auto;
            margin-right: auto
        }

            .our-mission-content .content .sub-title {
                font-size: 14px
            }

            .our-mission-content .content h2 {
                font-size: 35px
            }

            .our-mission-content .content .features-list {
                text-align: left;
                max-width: 310px;
                margin-left: auto;
                margin-right: auto
            }

                .our-mission-content .content .features-list li {
                    font-size: 17px
                }

            .our-mission-content .content .our-mission-list {
                text-align: left
            }

                .our-mission-content .content .our-mission-list li span {
                    font-size: 16px
                }

    .our-mission-image .shape {
        display: none
    }

    .single-featured-services-item {
        padding: 30px 20px 25px
    }

        .single-featured-services-item .icon {
            margin-bottom: 25px
        }

            .single-featured-services-item .icon img {
                width: 60px
            }

        .single-featured-services-item h3 {
            margin-bottom: 12px;
            font-size: 22px
        }

        .single-featured-services-item .shape {
            opacity: .3
        }

    .single-process-box h3 {
        font-size: 22px
    }

    .process-content {
        margin-top: 35px
    }

        .process-content .single-box-item {
            max-width: 100%;
            margin-left: 0 !important
        }

            .process-content .single-box-item h3 {
                font-size: 22px
            }

    .single-featured-services-box {
        text-align: center
    }

        .single-featured-services-box .icon {
            width: 70px;
            height: 70px;
            font-size: 36px;
            margin-left: auto;
            margin-right: auto
        }

        .single-featured-services-box h3 {
            font-size: 22px
        }

    .col-lg-4:nth-child(1) .single-featured-services-box {
        margin-top: 0
    }

    .col-lg-4:nth-child(2) .single-featured-services-box {
        margin-top: 0
    }

    .history-timeline .timeline-block .timeline-content .content {
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0
    }

        .history-timeline .timeline-block .timeline-content .content h3 {
            font-size: 22px
        }

    .history-timeline.history-timeline-style-two .timeline-block .timeline-content .content {
        margin-top: 30px;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

    .how-its-work-content .sub-title {
        font-size: 14px
    }

    .how-its-work-content h2 {
        font-size: 35px;
        margin-bottom: 10px
    }

    .how-its-work-content .inner-box .single-item h3 {
        font-size: 22px
    }

    .how-its-work-content .inner-box .single-item::after {
        left: 25.5px
    }

    .how-its-work-image {
        text-align: center;
        margin-top: 30px
    }

    .single-projects-box .content h3 {
        font-size: 22px
    }

    .single-industries-serve-box {
        font-size: 22px
    }

    .vector-shape11 {
        display: none
    }

    .single-what-we-do-box {
        padding-left: 90px
    }

        .single-what-we-do-box .icon {
            width: 65px;
            height: 65px;
            font-size: 35px
        }

        .single-what-we-do-box h3 {
            font-size: 22px
        }

    .col-lg-4:nth-child(1) .single-what-we-do-box {
        margin-top: 0
    }

    .col-lg-4:nth-child(2) .single-what-we-do-box {
        margin-top: 0
    }

    .single-funfacts-box {
        padding: 20px 15px;
        text-align: center
    }

        .single-funfacts-box .icon {
            position: relative;
            left: 0;
            top: 0;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            margin-bottom: 20px
        }

        .single-funfacts-box h3 {
            font-size: 22px
        }

    .single-funfacts-item {
        padding-left: 0;
        text-align: center
    }

        .single-funfacts-item .icon {
            position: relative;
            left: 0;
            top: 0;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            margin-bottom: 20px
        }

        .single-funfacts-item h3 {
            font-size: 22px
        }

        .single-funfacts-item::before {
            right: -25px
        }

    .single-case-study-item .case-study-content {
        text-align: center;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }

        .single-case-study-item .case-study-content .sub-title {
            font-size: 14px
        }

        .single-case-study-item .case-study-content h2 {
            font-size: 35px
        }

    .case-study-slides.owl-carousel .owl-nav .owl-prev, .case-study-slides.owl-carousel .owl-nav .owl-next {
        opacity: 1 !important;
        visibility: visible !important;
        left: 20px !important;
        top: auto;
        bottom: 80px;
        font-size: 35px
    }

    .case-study-slides.owl-carousel .owl-nav .owl-next {
        left: auto !important;
        right: 20px !important
    }

    .scientist-area.bg-color::before {
        display: none
    }

    .single-scientist-box .content {
        padding-bottom: 0
    }

        .single-scientist-box .content h3 {
            font-size: 22px
        }

        .single-scientist-box .content span {
            font-size: 15px
        }

    .scientist-box-list {
        padding-right: 0;
        margin-bottom: 5px
    }

        .scientist-box-list .single-scientist-item {
            margin-bottom: 30px;
            margin-top: 0 !important;
            padding-right: 0 !important;
            padding-left: 0 !important
        }

    .scientist-section-title {
        max-width: 600px;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

        .scientist-section-title .sub-title {
            font-size: 14px
        }

        .scientist-section-title h2 {
            font-size: 35px
        }

    .vector-shape4, .vector-shape5, .map-shape1 {
        display: none
    }

    .single-scientist-item-box .content h3 {
        font-size: 22px
    }

    .single-scientist-item-box .content span {
        font-size: 15px
    }

    .why-choose-us-content {
        padding: 60px 30px 55px;
        -webkit-clip-path: unset;
        clip-path: unset;
        text-align: center
    }

        .why-choose-us-content h2 {
            font-size: 35px
        }

    .our-brand-partners-list {
        padding: 60px 30px 55px;
        -webkit-clip-path: unset;
        text-align: center;
        clip-path: unset;
        margin-left: 0
    }

        .our-brand-partners-list h2 {
            font-size: 35px
        }

    .single-courses-box .courses-content {
        padding: 25px
    }

        .single-courses-box .courses-content h3 {
            font-size: 22px
        }

    .explore-learning-content {
        text-align: center;
        max-width: 600px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto
    }

        .explore-learning-content .sub-title {
            font-size: 14px
        }

        .explore-learning-content h2 {
            font-size: 35px
        }

    .explore-learning-video img {
        width: 100%
    }

    .upcoming-bootcamps-content h2 {
        max-width: 600px;
        font-size: 35px
    }

    .upcoming-bootcamps-content .default-btn {
        margin-top: 25px
    }

    .testimonials-area.bg-f1f8fb {
        padding-top: 80px
    }

    .single-testimonials-item {
        padding: 110px 25px 35px
    }

        .single-testimonials-item::before {
            height: 92%
        }

        .single-testimonials-item p {
            font-size: 16px
        }

        .single-testimonials-item::after {
            top: -15px;
            font-size: 110px
        }

        .single-testimonials-item .client-info .title h3 {
            font-size: 17px
        }

        .single-testimonials-item .client-info .title span {
            font-size: 14px
        }

    .testimonials-view-btn {
        margin-top: 15px
    }

        .testimonials-view-btn .default-btn {
            margin-bottom: -5px
        }

    .testimonials-slides.owl-carousel {
        margin-bottom: 30px
    }

        .testimonials-slides.owl-carousel .owl-nav {
            text-align: center
        }

            .testimonials-slides.owl-carousel .owl-nav .owl-prev, .testimonials-slides.owl-carousel .owl-nav .owl-next {
                position: relative;
                left: 0 !important;
                top: 0;
                -webkit-transform: unset;
                transform: unset;
                right: 0 !important;
                margin-left: 5px;
                margin-right: 5px
            }

    .single-testimonials-box {
        padding: 65px 25px 30px
    }

        .single-testimonials-box p {
            font-size: 16px
        }

        .single-testimonials-box .client-info h3 {
            font-size: 18px
        }

        .single-testimonials-box .client-info span {
            font-size: 14px
        }

        .single-testimonials-box::after {
            font-size: 75px
        }

    .divider {
        display: none
    }

    .blog-area .row.align-items-center {
        margin-left: -15px;
        margin-right: -15px
    }

        .blog-area .row.align-items-center .col-lg-4 {
            padding-left: 15px !important;
            padding-right: 15px !important
        }

    .single-blog-post .post-content {
        padding: 20px
    }

        .single-blog-post .post-content h3 {
            font-size: 22px
        }

    .vector-shape1, .vector-shape2, .vector-shape3 {
        display: none
    }

    .project-start-content {
        text-align: center;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px
    }

        .project-start-content .sub-title {
            font-size: 14px
        }

        .project-start-content h2 {
            font-size: 35px
        }

        .project-start-content .default-btn {
            margin-top: 0
        }

    .subscribe-content {
        text-align: center;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px
    }

        .subscribe-content .sub-title {
            font-size: 14px
        }

        .subscribe-content h2 {
            font-size: 35px
        }

        .subscribe-content form {
            margin-left: auto;
            margin-right: auto
        }

    .vector-shape6 {
        display: none
    }

    .page-title-area {
        background-position: center center;
        padding-bottom: 80px;
        padding-top: 160px
    }

        .page-title-area.page-title-style-two {
            padding-top: 80px;
            padding-bottom: 80px;
            text-align: center
        }

    .page-title-content {
        text-align: center
    }

        .page-title-content h2 {
            font-size: 38px
        }

        .page-title-content ul li {
            margin-left: 10px;
            margin-right: 15px
        }

            .page-title-content ul li:first-child {
                margin-left: 0
            }

    .services-details-desc .sub-title {
        font-size: 15px
    }

    .services-details-desc h3 {
        font-size: 25px
    }

    .services-details-desc .content h3 {
        font-size: 22px
    }

    .services-details-desc .single-industries-serve-box {
        font-size: 20px;
        margin-bottom: 0
    }

    .services-details-info {
        padding-left: 0;
        margin-top: 35px
    }

        .services-details-info .services-list li a {
            padding: 15px 20px;
            font-size: 16px
        }

            .services-details-info .services-list li a::before {
                right: 20px;
                font-size: 16px
            }

        .services-details-info .download-file h3 {
            font-size: 22px
        }

        .services-details-info .download-file ul li a {
            font-size: 16px;
            padding-top: 12px;
            padding-bottom: 11px
        }

        .services-details-info .services-contact-info {
            margin-bottom: 0;
            padding: 25px 20px
        }

            .services-details-info .services-contact-info h3 {
                font-size: 22px
            }

            .services-details-info .services-contact-info ul li {
                font-size: 16px;
                padding-bottom: 15px;
                margin-bottom: 15px
            }

                .services-details-info .services-contact-info ul li span {
                    font-size: 18px
                }

    .services-details-desc h3 {
        font-size: 25px
    }

    .services-details-desc .content h3 {
        font-size: 22px
    }

    .services-details-info {
        margin-top: 35px;
        padding: 30px 25px
    }

        .services-details-info ul li {
            font-size: 16px;
            padding-bottom: 15px;
            margin-bottom: 15px
        }

            .services-details-info ul li span {
                font-size: 18px
            }

    .faq-accordion-tab .tabs {
        margin-bottom: 30px
    }

        .faq-accordion-tab .tabs li {
            margin-bottom: 20px
        }

    .faq-accordion .accordion .accordion-title {
        font-size: 17px
    }

    .contact-info-box h3 {
        font-size: 22px
    }

    .contact-form {
        margin-left: 0;
        margin-top: 30px
    }

    .widget-area {
        padding-left: 0;
        margin-top: 35px
    }

        .widget-area.widget-left-sidebar {
            padding-right: 0;
            margin-top: 0;
            margin-bottom: 35px
        }

    .courses-details-desc .tab-content .courses-overview h3 {
        font-size: 22px
    }

    .courses-details-desc .tab-content .courses-curriculum h3 {
        font-size: 20px
    }

    .courses-details-header .courses-price {
        text-align: left;
        margin-top: 25px
    }

    .courses-details-info {
        margin-left: 0;
        margin-top: 30px
    }

    .single-events-box .content h3 {
        font-size: 21px
    }

    .single-events-box .content .location {
        font-size: 16px
    }

    .events-details-image #timer div {
        width: 90px;
        height: 90px;
        font-size: 35px;
        margin-left: 2px;
        margin-right: 2px
    }

        .events-details-image #timer div span {
            font-size: 15px;
            margin-top: -2px
        }

    .events-details-desc h3 {
        font-size: 22px
    }

    .events-details-info {
        margin-top: 30px
    }

        .events-details-info .info li {
            font-size: 15px
        }

            .events-details-info .info li.price {
                font-size: 22px
            }

    .single-products-box .products-content h3 {
        font-size: 21px
    }

    .single-products-box .products-content .price {
        font-size: 15.5px
    }

    .cart-table table thead tr th {
        font-size: 14.5px
    }

    .cart-totals h3 {
        font-size: 22px
    }

        .cart-totals h3:last-child {
            font-size: 18px
        }

    .billing-details .title {
        font-size: 20px
    }

    .order-details {
        margin-top: 30px
    }

        .order-details .title {
            font-size: 20px
        }

    .products-details-desc {
        margin-top: 35px;
        padding-left: 0
    }

        .products-details-desc h3 {
            font-size: 22px
        }

    .products-details-tabs .nav .nav-item .nav-link {
        font-size: 17px
    }

    .products-details-tabs .tab-content .tab-pane {
        max-width: 645px
    }

        .products-details-tabs .tab-content .tab-pane .products-reviews h3 {
            font-size: 22px
        }

        .products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
            font-size: 22px
        }

        .products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
            font-size: 22px
        }

    .privacy-policy-content h3 {
        font-size: 22px
    }

    .terms-of-service-content h3 {
        font-size: 22px
    }

    .purchase-guide-content h3 {
        font-size: 22px
    }

    .error-content h3 {
        font-size: 35px
    }

    .coming-soon-area {
        height: auto;
        padding-top: 120px;
        padding-bottom: 120px
    }

    .coming-soon-content {
        max-width: 650px
    }

        .coming-soon-content h2 {
            font-size: 35px
        }

    .login-form {
        margin-right: 0
    }

        .login-form h2 {
            font-size: 30px
        }

    .register-form {
        margin-top: 40px;
        padding-top: 0;
        padding-left: 0
    }

        .register-form h2 {
            font-size: 30px
        }

    .blog-details-desc .article-content h3 {
        font-size: 22px
    }

    .blog-details-desc .article-author .author-profile .author-profile-title h4 {
        font-size: 20px
    }

    blockquote, .blockquote {
        padding: 30px !important
    }

        blockquote p, .blockquote p {
            font-size: 20px !important
        }

    .prev-link-wrapper .prev-title {
        font-size: 16px
    }

    .next-link-wrapper .next-title {
        font-size: 16px
    }

    .comments-area .comments-title {
        font-size: 22px
    }

    .comments-area .comment-respond .comment-reply-title {
        font-size: 22px
    }

    .comments-area .comment-respond .form-submit input {
        font-size: 15.5px
    }

    .footer-area {
        padding-top: 80px
    }

    .single-footer-widget h3 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .footer-bottom-area {
        margin-top: 50px
    }

    .footer-map {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-40%);
        transform: translateX(-50%) translateY(-40%)
    }

    .go-top {
        width: 40px;
        height: 40px;
        font-size: 19px
    }

    .seo-agency-banner {
        padding-top: 200px;
        padding-bottom: 100px
    }

        .seo-agency-banner .container-fluid {
            max-width: 720px
        }

    .single-pricing-box .pricing-header h3 {
        font-size: 22px
    }

    .single-pricing-box .price {
        font-size: 35px
    }

        .single-pricing-box .price sup {
            top: -15px;
            margin-right: -5px;
            font-size: 17px
        }

    .analysis-form {
        padding-left: 0;
        margin-top: 35px
    }

        .analysis-form .sub-title {
            font-size: 14px
        }

        .analysis-form h2 {
            font-size: 35px
        }

    .overview-box {
        border-bottom: 1px solid #eee;
        margin-bottom: 40px;
        padding-bottom: 40px
    }

        .overview-box:last-child {
            padding-bottom: 0;
            border-bottom: none
        }

        .overview-box .overview-content {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

            .overview-box .overview-content .content {
                padding-right: 0
            }

                .overview-box .overview-content .content h2 {
                    font-size: 30px
                }

                .overview-box .overview-content .content.right-content {
                    padding-left: 0
                }

        .overview-box .overview-image {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            margin-top: 35px
        }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    body {
        font-size: 16px
    }

    p {
        font-size: 16px
    }

    .container {
        max-width: 960px
    }

    .section-title {
        max-width: 700px;
        margin-bottom: 50px
    }

        .section-title h2 {
            font-size: 36px
        }

    .default-btn {
        font-size: 15px
    }

    .responsive-nav .responsive-menu.mean-container .mean-nav ul {
        font-size: 16.5px
    }

        .responsive-nav .responsive-menu.mean-container .mean-nav ul li li a {
            font-size: 15.5px
        }

    .responsive-nav .responsive-menu.mean-container .navbar-nav {
        height: 327px
    }

    .main-banner {
        padding-top: 220px;
        padding-bottom: 200px
    }

        .main-banner .container-fluid {
            max-width: 960px
        }

        .main-banner .row {
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important
        }

            .main-banner .row .col-lg-5, .main-banner .row .col-lg-7 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%
            }

        .main-banner.without-banner-animation {
            padding-top: 220px;
            padding-bottom: 200px
        }

    .main-banner-content {
        margin-top: 0
    }

        .main-banner-content h1 {
            font-size: 48px;
            margin-bottom: 15px;
            margin-top: -8px
        }

        .main-banner-content .btn-box {
            margin-top: 25px
        }

    .main-banner-animation-image {
        width: auto;
        text-align: center;
        height: auto
    }

        .main-banner-animation-image img {
            position: relative
        }

            .main-banner-animation-image img:nth-child(1), .main-banner-animation-image img:nth-child(2), .main-banner-animation-image img:nth-child(3), .main-banner-animation-image img:nth-child(4), .main-banner-animation-image img:nth-child(5), .main-banner-animation-image img:nth-child(6), .main-banner-animation-image img:nth-child(7), .main-banner-animation-image img:nth-child(8), .main-banner-animation-image img:nth-child(9), .main-banner-animation-image img:nth-child(10), .main-banner-animation-image img:nth-child(11), .main-banner-animation-image img:nth-child(12) {
                display: none
            }

            .main-banner-animation-image img:last-child {
                display: inline-block
            }

    .banner-section {
        padding-top: 230px;
        padding-bottom: 300px
    }

        .banner-section .container-fluid {
            max-width: 960px
        }

        .banner-section .row {
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important
        }

            .banner-section .row .col-lg-5, .banner-section .row .col-lg-7 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%
            }

        .banner-section.without-banner-animation {
            padding-top: 230px;
            padding-bottom: 300px
        }

    .banner-content {
        margin-top: 0
    }

        .banner-content h1 {
            font-size: 48px;
            margin-bottom: 15px;
            margin-top: -8px
        }

        .banner-content .btn-box {
            margin-top: 25px
        }

    .banner-animation-image {
        text-align: center;
        width: auto;
        height: auto
    }

        .banner-animation-image img {
            position: relative
        }

            .banner-animation-image img:nth-child(1), .banner-animation-image img:nth-child(2), .banner-animation-image img:nth-child(3), .banner-animation-image img:nth-child(4), .banner-animation-image img:nth-child(5), .banner-animation-image img:nth-child(6), .banner-animation-image img:nth-child(7), .banner-animation-image img:nth-child(8), .banner-animation-image img:nth-child(9), .banner-animation-image img:nth-child(10), .banner-animation-image img:nth-child(11), .banner-animation-image img:nth-child(12) {
                display: none
            }

            .banner-animation-image img:last-child {
                display: inline-block
            }

    .hero-banner {
        padding-top: 210px;
        padding-bottom: 170px
    }

        .hero-banner .container-fluid {
            max-width: 960px
        }

        .hero-banner .row {
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important
        }

            .hero-banner .row .col-lg-5, .hero-banner .row .col-lg-7 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%
            }

        .hero-banner.without-banner-animation {
            padding-top: 210px;
            padding-bottom: 170px
        }

    .hero-banner-content h1 {
        font-size: 48px;
        margin-bottom: 15px;
        margin-top: -8px
    }

    .hero-banner-animation-image {
        text-align: center;
        width: auto;
        height: auto
    }

        .hero-banner-animation-image img {
            position: relative
        }

            .hero-banner-animation-image img:nth-child(1), .hero-banner-animation-image img:nth-child(2), .hero-banner-animation-image img:nth-child(3), .hero-banner-animation-image img:nth-child(4), .hero-banner-animation-image img:nth-child(5), .hero-banner-animation-image img:nth-child(6), .hero-banner-animation-image img:nth-child(7), .hero-banner-animation-image img:nth-child(8), .hero-banner-animation-image img:nth-child(9), .hero-banner-animation-image img:nth-child(10) {
                display: none
            }

            .hero-banner-animation-image img:last-child {
                display: inline-block
            }

    .banner-wrapper {
        background-position: center center;
        padding-top: 240px;
        padding-bottom: 90px
    }

        .banner-wrapper .container-fluid {
            max-width: 960px
        }

        .banner-wrapper .row {
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important
        }

            .banner-wrapper .row .col-lg-5, .banner-wrapper .row .col-lg-7 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%
            }

        .banner-wrapper.without-banner-animation {
            padding-top: 240px;
            padding-bottom: 90px
        }

    .banner-wrapper-content {
        margin-top: 0
    }

        .banner-wrapper-content h1 {
            font-size: 48px;
            margin-bottom: 15px;
            margin-top: -8px
        }

        .banner-wrapper-content .btn-box {
            margin-top: 25px
        }

            .banner-wrapper-content .btn-box .default-btn:not(:first-child) {
                top: 1px
            }

    .banner-wrapper-animation-image {
        text-align: center;
        width: auto;
        height: auto
    }

        .banner-wrapper-animation-image img {
            max-width: 100%;
            position: relative
        }

            .banner-wrapper-animation-image img:nth-child(1), .banner-wrapper-animation-image img:nth-child(2), .banner-wrapper-animation-image img:nth-child(3), .banner-wrapper-animation-image img:nth-child(4), .banner-wrapper-animation-image img:nth-child(5), .banner-wrapper-animation-image img:nth-child(6), .banner-wrapper-animation-image img:nth-child(7), .banner-wrapper-animation-image img:nth-child(8), .banner-wrapper-animation-image img:nth-child(9), .banner-wrapper-animation-image img:nth-child(10) {
                display: none
            }

            .banner-wrapper-animation-image img:last-child {
                display: inline-block
            }

    .main-banner-area {
        padding-top: 220px
    }

    .banner-area-content h1 {
        font-size: 48px;
        margin-bottom: 15px;
        margin-top: -8px
    }

    .banner-item-content {
        max-width: 665px
    }

        .banner-item-content h1 {
            font-size: 60px
        }

        .banner-item-content p {
            max-width: 625px
        }

    .vector-shape7 img {
        max-width: 60%
    }

    .vector-shape8 {
        display: none
    }

    .single-solutions-box {
        padding: 40px 20px
    }

        .single-solutions-box h3 {
            font-size: 22px
        }

    .about-area .container-fluid {
        max-width: 960px
    }

    .about-content .content {
        max-width: 100%
    }

        .about-content .content h2 {
            margin-bottom: 15px;
            font-size: 36px
        }

        .about-content .content .about-list {
            margin-bottom: 25px;
            margin-top: -15px
        }

            .about-content .content .about-list li span {
                padding: 15px 10px 15px 52px;
                font-size: 15px
            }

                .about-content .content .about-list li span .icon {
                    left: 10px;
                    width: 30px;
                    height: 30px;
                    line-height: 31px;
                    font-size: 15px
                }

        .about-content .content .features-list li span {
            padding: 15px 15px 15px 80px
        }

            .about-content .content .features-list li span .icon {
                left: 15px
            }

                .about-content .content .features-list li span .icon img {
                    width: 50px
                }

            .about-content .content .features-list li span h3 {
                font-size: 22px
            }

            .about-content .content .features-list li span p {
                font-size: 15px
            }

        .about-content .content .content-list li {
            margin-bottom: 30px;
            padding-left: 47px;
            font-size: 15px
        }

            .about-content .content .content-list li i {
                width: 35px;
                height: 35px;
                line-height: 35px;
                font-size: 18px
            }

        .about-content .content .default-btn {
            margin-top: 0
        }

    .about-img .shape {
        display: none
    }

    .circle-shape1, .circle-shape2, .lines {
        display: none
    }

    .our-mission-area.ptb-100 {
        padding-top: 0
    }

    .our-mission-area .container-fluid {
        max-width: 960px
    }

    .our-mission-content .content {
        max-width: 100%;
        margin-left: 0
    }

        .our-mission-content .content h2 {
            margin-bottom: 15px;
            font-size: 36px
        }

        .our-mission-content .content .our-mission-list {
            margin-bottom: 25px;
            margin-top: -15px
        }

            .our-mission-content .content .our-mission-list li span {
                padding: 15px 10px 15px 52px;
                font-size: 15px
            }

                .our-mission-content .content .our-mission-list li span .icon {
                    left: 10px;
                    width: 30px;
                    height: 30px;
                    line-height: 31px;
                    font-size: 15px
                }

        .our-mission-content .content .features-list li {
            margin-bottom: 30px;
            padding-left: 47px;
            font-size: 15px
        }

            .our-mission-content .content .features-list li i {
                width: 35px;
                height: 35px;
                line-height: 35px;
                font-size: 18px
            }

        .our-mission-content .content .default-btn {
            margin-top: 0
        }

    .our-mission-image .shape {
        display: none
    }

    .single-funfacts-box {
        padding: 15px 15px 15px 80px
    }

        .single-funfacts-box .icon {
            left: 15px
        }

            .single-funfacts-box .icon img {
                width: 50px
            }

        .single-funfacts-box h3 {
            font-size: 22px
        }

        .single-funfacts-box p {
            font-size: 15px
        }

    .single-funfacts-item {
        padding-left: 85px
    }

        .single-funfacts-item .icon {
            left: 15px
        }

            .single-funfacts-item .icon img {
                width: 50px
            }

        .single-funfacts-item h3 {
            font-size: 22px
        }

        .single-funfacts-item p {
            font-size: 15px
        }

        .single-funfacts-item::before {
            right: -8px
        }

    .single-services-box {
        padding: 30px 20px 60px
    }

        .single-services-box .icon img {
            width: 60px
        }

        .single-services-box h3 {
            font-size: 23px
        }

        .single-services-box .read-more-btn {
            right: 30px;
            bottom: 11px;
            font-size: 16px
        }

    .single-services-item {
        padding: 35px 20px 30px
    }

        .single-services-item .icon img {
            width: 60px
        }

        .single-services-item h3 {
            font-size: 23px
        }

    .single-services-item-box {
        padding: 30px 20px
    }

        .single-services-item-box .icon img {
            width: 60px
        }

        .single-services-item-box h3 {
            font-size: 23px
        }

    .single-courses-box .courses-content {
        padding: 25px
    }

        .single-courses-box .courses-content h3 {
            font-size: 22px
        }

    .upcoming-bootcamps-content h2 {
        max-width: 700px;
        font-size: 36px
    }

    .explore-learning-content h2 {
        margin-bottom: 15px;
        font-size: 36px
    }

    .how-its-work-content h2 {
        font-size: 36px
    }

    .how-its-work-content .inner-box .single-item h3 {
        font-size: 23px
    }

    .single-process-box {
        padding: 35px 15px
    }

        .single-process-box h3 {
            font-size: 22px
        }

    .process-content .single-box-item h3 {
        font-size: 22px
    }

    .process-content .row .col-lg-12:nth-child(1) .single-box-item {
        margin-left: -20px
    }

    .process-content .row .col-lg-12:nth-child(2) .single-box-item {
        margin-left: 0
    }

    .process-content .row .col-lg-12:nth-child(3) .single-box-item {
        margin-left: 30px
    }

    .process-content .row .col-lg-12:nth-child(4) .single-box-item {
        margin-left: 60px
    }

    .process-content .row .col-lg-12:nth-child(5) .single-box-item {
        margin-left: 90px
    }

    .process-content .row .col-lg-12:nth-child(6) .single-box-item {
        margin-left: 110px
    }

    .single-projects-box .content h3 {
        font-size: 23px
    }

    .why-choose-us-content h2 {
        font-size: 30px
    }

    .our-brand-partners-list {
        padding: 150px 60px 140px 90px
    }

        .our-brand-partners-list h2 {
            font-size: 30px
        }

    .single-what-we-do-box h3 {
        font-size: 23px
    }

    .single-services-box-item h3 {
        font-size: 23px
    }

    .single-featured-services-box h3 {
        font-size: 23px
    }

    .single-case-study-item .case-study-content h2 {
        font-size: 36px
    }

    .case-study-slides.owl-carousel .owl-nav {
        position: absolute;
        right: 25px;
        top: 30px
    }

        .case-study-slides.owl-carousel .owl-nav .owl-prev, .case-study-slides.owl-carousel .owl-nav .owl-next {
            position: relative;
            left: 0 !important;
            top: 0;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            margin-left: 5px;
            font-size: 25px;
            opacity: 1;
            visibility: visible
        }

        .case-study-slides.owl-carousel .owl-nav .owl-next {
            right: 0 !important
        }

    .single-featured-services-item {
        padding: 35px 20px 30px
    }

        .single-featured-services-item .icon img {
            width: 60px
        }

        .single-featured-services-item h3 {
            font-size: 23px
        }

    .single-industries-serve-box {
        padding: 20px 10px 20px 50px;
        font-size: 20px
    }

        .single-industries-serve-box .icon {
            font-size: 50px
        }

    .single-boxes-item {
        padding: 40px 20px 30px
    }

        .single-boxes-item .icon img {
            width: 60px
        }

        .single-boxes-item h3 {
            font-size: 23px
        }

    .page-title-area {
        padding-top: 160px;
        padding-bottom: 80px
    }

        .page-title-area.page-title-style-two {
            padding-bottom: 90px;
            padding-top: 80px;
            text-align: center
        }

    .page-title-content {
        text-align: center
    }

        .page-title-content h2 {
            font-size: 40px
        }

        .page-title-content ul li {
            margin-left: 10px;
            margin-right: 10px
        }

            .page-title-content ul li:first-child {
                margin-left: 0
            }

    .history-timeline .timeline-block .timeline-content .content h3 {
        font-size: 23px
    }

    .scientist-area.bg-color::before {
        height: 238px
    }

    .single-scientist-box .content {
        padding: 20px 15px
    }

        .single-scientist-box .content h3 {
            font-size: 22px
        }

        .single-scientist-box .content span {
            font-size: 15px
        }

        .single-scientist-box .content .social li a {
            width: 30px;
            height: 30px;
            line-height: 31px;
            font-size: 15px
        }

    .scientist-section-title h2 {
        margin-bottom: 15px;
        font-size: 34px
    }

    .scientist-section-title .default-btn {
        margin-top: 0
    }

    .vector-shape4, .vector-shape5 {
        display: none
    }

    .single-scientist-item-box .content h3 {
        font-size: 23px
    }

    .single-scientist-item-box .content span {
        font-size: 15px
    }

    .testimonials-slides.owl-carousel {
        margin-bottom: 30px
    }

        .testimonials-slides.owl-carousel .owl-nav {
            text-align: center
        }

            .testimonials-slides.owl-carousel .owl-nav .owl-prev, .testimonials-slides.owl-carousel .owl-nav .owl-next {
                position: relative;
                left: 0 !important;
                top: 0;
                -webkit-transform: unset;
                transform: unset;
                right: 0 !important;
                margin-left: 5px;
                margin-right: 5px
            }

    .divider {
        height: 70px
    }

    .blog-area .row.align-items-center {
        margin-left: -15px;
        margin-right: -15px
    }

        .blog-area .row.align-items-center .col-lg-4 {
            padding-left: 15px !important;
            padding-right: 15px !important
        }

    .single-blog-post .post-content {
        padding: 20px
    }

        .single-blog-post .post-content h3 {
            font-size: 21px
        }

    .vector-shape1, .vector-shape2 {
        display: none
    }

    .services-details-desc h3 {
        font-size: 25px
    }

    .services-details-desc .single-industries-serve-box {
        font-size: 18px
    }

    .services-details-info {
        padding-left: 0
    }

        .services-details-info .services-list li a {
            font-size: 16px;
            padding-top: 18px;
            padding-bottom: 18px
        }

        .services-details-info .download-file h3 {
            font-size: 23px
        }

        .services-details-info .services-contact-info h3 {
            font-size: 23px
        }

        .services-details-info .services-contact-info ul li span {
            font-size: 19px
        }

    .project-start-content h2 {
        font-size: 36px
    }

    .vector-shape3 {
        display: none
    }

    .services-details-info {
        padding: 30px
    }

    .services-details-desc h3 {
        font-size: 25px
    }

    .services-details-desc .content h3 {
        font-size: 22px
    }

    .contact-info-box h3 {
        font-size: 23px
    }

    .courses-details-desc .tab-content .courses-overview h3 {
        font-size: 23px
    }

    .courses-details-info {
        margin-top: -180px;
        margin-left: 0
    }

        .courses-details-info .info {
            padding-left: 5px;
            padding-right: 5px
        }

    .single-events-box .content h3 {
        font-size: 22px
    }

    .events-details-desc h3 {
        font-size: 23px
    }

    .events-details-info {
        padding: 20px
    }

    .products-details-desc h3 {
        font-size: 23px
    }

    .products-details-tabs .tab-content .tab-pane .products-reviews h3 {
        font-size: 23px
    }

    .products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
        font-size: 22px
    }

    .subscribe-content h2 {
        font-size: 36px
    }

    .subscribe-content .newsletter-form {
        max-width: 100%
    }

    .vector-shape6 {
        display: none
    }

    .single-footer-widget.pl-5 {
        padding-left: 0 !important
    }

    .footer-map {
        right: auto;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        opacity: .55
    }

    .it-services-banner {
        padding-bottom: 180px
    }

    .seo-agency-banner {
        padding-bottom: 130px
    }

        .seo-agency-banner .container-fluid {
            max-width: 960px
        }

    .analysis-form h2 {
        font-size: 36px
    }
}

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

    .nav .container-fluid {
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px
    }

    .nav .navbar .navbar-nav {
        padding-right: 52px
    }

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

            .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                right: auto;
                left: -250px
            }

                .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                    left: 250px
                }

                    .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                        left: -250px
                    }

                        .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                            left: 250px
                        }

                            .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                left: -250px
                            }

                                .nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                    left: 250px
                                }

    .nav .navbar .others-option {
        display: none !important
    }

    .others-option-for-responsive {
        display: block
    }

        .others-option-for-responsive .container .container {
            right: -20px
        }

        .others-option-for-responsive .dot-menu {
            padding: 0 10px 0 0;
            right: -20px;
            top: -51px
        }

    .main-banner .container-fluid {
        max-width: 1160px
    }

    .main-banner-content h1 {
        font-size: 48px
    }

    .main-banner-animation-image img {
        max-width: 40%
    }

        .main-banner-animation-image img:nth-child(1) {
            left: 45px;
            bottom: -220px
        }

        .main-banner-animation-image img:nth-child(2) {
            left: 180px;
            top: 10px
        }

        .main-banner-animation-image img:nth-child(3) {
            left: 15px;
            top: -135px
        }

        .main-banner-animation-image img:nth-child(4) {
            left: 165px;
            right: 0;
            top: -100px
        }

        .main-banner-animation-image img:nth-child(5) {
            left: 145px;
            right: 0;
            top: -190px
        }

        .main-banner-animation-image img:nth-child(6) {
            right: 50px;
            top: 80px
        }

        .main-banner-animation-image img:nth-child(7) {
            right: 5px;
            top: -70px;
            max-width: 30%
        }

        .main-banner-animation-image img:nth-child(8) {
            left: 170px;
            right: 0;
            top: 10px
        }

        .main-banner-animation-image img:nth-child(9) {
            right: 0;
            top: 0
        }

        .main-banner-animation-image img:nth-child(10) {
            right: 0;
            bottom: -190px
        }

        .main-banner-animation-image img:nth-child(11) {
            right: 45px;
            top: 71px;
            z-index: -2;
            max-width: 30%
        }

        .main-banner-animation-image img:nth-child(12) {
            left: 100px;
            top: 180px;
            z-index: -1
        }

        .main-banner-animation-image img:last-child {
            display: none
        }

    .banner-section {
        padding-top: 330px
    }

        .banner-section .container-fluid {
            max-width: 1160px
        }

    .banner-content h1 {
        font-size: 48px
    }

    .banner-animation-image img {
        max-width: 25%
    }

        .banner-animation-image img:nth-child(1) {
            top: -120px;
            left: 110px;
            max-width: 10%
        }

        .banner-animation-image img:nth-child(2) {
            bottom: -75px;
            left: 250px
        }

        .banner-animation-image img:nth-child(3) {
            right: 0;
            bottom: 85px
        }

        .banner-animation-image img:nth-child(4) {
            right: 0;
            bottom: -90px
        }

        .banner-animation-image img:nth-child(5) {
            right: 6px;
            bottom: 21px;
            z-index: 1;
            max-width: 40%
        }

        .banner-animation-image img:nth-child(6) {
            left: 0;
            bottom: 25px
        }

        .banner-animation-image img:nth-child(7) {
            top: -90px;
            left: 20px
        }

        .banner-animation-image img:nth-child(8) {
            top: -140px;
            left: 190px;
            max-width: 18%
        }

        .banner-animation-image img:nth-child(9) {
            left: 200px;
            right: 0;
            top: -150px
        }

        .banner-animation-image img:nth-child(10) {
            right: 0;
            top: -155px
        }

        .banner-animation-image img:nth-child(11) {
            left: 65px;
            bottom: -55px
        }

        .banner-animation-image img:nth-child(12) {
            left: 50px;
            right: 0;
            margin: auto;
            top: -50px;
            max-width: 70%
        }

        .banner-animation-image img:last-child {
            display: none
        }

    .hero-banner .container-fluid {
        max-width: 1160px
    }

    .hero-banner-content h1 {
        font-size: 50px
    }

    .hero-banner-animation-image img {
        max-width: 50%
    }

        .hero-banner-animation-image img:nth-child(1) {
            left: 4px;
            right: 0;
            margin: auto;
            bottom: -200px
        }

        .hero-banner-animation-image img:nth-child(2) {
            right: -10px;
            bottom: -185px
        }

        .hero-banner-animation-image img:nth-child(3) {
            left: 161px;
            bottom: -215px;
            max-width: 15%
        }

        .hero-banner-animation-image img:nth-child(4) {
            right: 15px;
            top: -100px
        }

        .hero-banner-animation-image img:nth-child(5) {
            left: 0;
            bottom: -175px
        }

        .hero-banner-animation-image img:nth-child(6) {
            right: 0;
            left: 0;
            margin: auto;
            top: -175px
        }

        .hero-banner-animation-image img:nth-child(7) {
            left: 3px;
            right: 0;
            margin: auto;
            top: 6px
        }

        .hero-banner-animation-image img:nth-child(8) {
            left: 0;
            right: 0;
            margin: auto;
            top: 35px
        }

        .hero-banner-animation-image img:nth-child(9) {
            left: 25px;
            top: -100px
        }

        .hero-banner-animation-image img:nth-child(10) {
            left: 0;
            top: -130px
        }

    .banner-wrapper .container-fluid {
        max-width: 1160px
    }

    .banner-wrapper-content h1 {
        font-size: 41px
    }

    .banner-wrapper-animation-image img:nth-child(1) {
        right: 30px;
        bottom: -60px
    }

    .banner-wrapper-animation-image img:nth-child(2) {
        right: 22px;
        bottom: -75px;
        z-index: 1;
        max-width: 30%
    }

    .banner-wrapper-animation-image img:nth-child(3) {
        right: 75px;
        top: -210px
    }

    .banner-wrapper-animation-image img:nth-child(4) {
        right: 0;
        top: -180px
    }

    .banner-wrapper-animation-image img:nth-child(5) {
        left: 50px;
        top: -148px
    }

    .banner-wrapper-animation-image img:nth-child(6) {
        right: 0;
        left: 220px;
        margin: auto;
        top: 115px
    }

    .banner-wrapper-animation-image img:nth-child(7) {
        left: 178px;
        bottom: -95px
    }

    .banner-wrapper-animation-image img:nth-child(8) {
        left: -25px;
        bottom: -15px
    }

    .banner-wrapper-animation-image img:nth-child(9) {
        right: 0;
        left: 30px;
        margin: auto;
        top: -70px;
        max-width: 82%
    }

    .banner-wrapper-animation-image img:nth-child(10) {
        left: 0;
        right: -70px;
        top: -100px;
        margin: auto;
        max-width: 82%
    }

    .blog-area .row.align-items-center {
        margin-left: -25px;
        margin-right: -25px
    }

        .blog-area .row.align-items-center .col-lg-4 {
            padding-left: 25px;
            padding-right: 25px
        }

    .our-mission-content .content {
        max-width: 535px
    }

        .our-mission-content .content .our-mission-list li span {
            font-size: 16px
        }

    .about-content .content .about-list li span {
        font-size: 16px
    }
}

@media only screen and (min-width:1550px) {
    .main-banner .container-fluid {
        max-width: 1600px
    }

    .main-banner-content h1 {
        font-size: 65px
    }

    .main-banner-animation-image img:nth-child(1) {
        left: 35px
    }

    .main-banner-animation-image img:nth-child(2) {
        left: 255px;
        top: 0
    }

    .main-banner-animation-image img:nth-child(3) {
        left: 10px
    }

    .banner-section .container-fluid {
        max-width: 1600px
    }

    .banner-content h1 {
        font-size: 65px
    }

    .banner-animation-image img:nth-child(1) {
        top: -180px;
        left: 80px
    }

    .banner-animation-image img:nth-child(2) {
        bottom: -85px;
        left: 260px
    }

    .banner-animation-image img:nth-child(5) {
        right: 75px;
        bottom: -65px
    }

    .banner-animation-image img:nth-child(7) {
        left: -30px
    }

    .banner-animation-image img:nth-child(8) {
        top: -275px;
        left: 185px
    }

    .banner-animation-image img:nth-child(12) {
        top: -95px;
        max-width: 100%
    }

    .hero-banner .container-fluid {
        max-width: 1600px
    }

    .hero-banner-content h1 {
        font-size: 65px
    }

    .hero-banner-animation-image img:nth-child(1) {
        left: -35px
    }

    .hero-banner-animation-image img:nth-child(2) {
        right: 0
    }

    .hero-banner-animation-image img:nth-child(3) {
        left: 210px;
        bottom: -230px;
        max-width: 100%
    }

    .hero-banner-animation-image img:nth-child(4) {
        right: 160px
    }

    .hero-banner-animation-image img:nth-child(5) {
        left: -35px;
        bottom: -185px
    }

    .hero-banner-animation-image img:nth-child(6) {
        left: -35px
    }

    .hero-banner-animation-image img:nth-child(7) {
        left: -13px
    }

    .hero-banner-animation-image img:nth-child(8) {
        right: 15px
    }

    .hero-banner-animation-image img:nth-child(9) {
        left: 130px
    }

    .hero-banner-animation-image img:nth-child(10) {
        left: 115px
    }

    .banner-wrapper .container-fluid {
        max-width: 1600px
    }

    .banner-wrapper-content h1 {
        font-size: 58px
    }

    .banner-wrapper-animation-image img {
        max-width: 100% !important
    }

        .banner-wrapper-animation-image img:nth-child(1) {
            right: 30px;
            bottom: -60px
        }

        .banner-wrapper-animation-image img:nth-child(2) {
            right: 24px;
            bottom: -157px
        }

        .banner-wrapper-animation-image img:nth-child(3) {
            right: 60px;
            top: -235px
        }

        .banner-wrapper-animation-image img:nth-child(4) {
            right: 0;
            top: -180px
        }

        .banner-wrapper-animation-image img:nth-child(5) {
            left: 60px;
            top: -197px
        }

        .banner-wrapper-animation-image img:nth-child(6) {
            right: 0;
            left: 170px;
            top: 217px
        }

        .banner-wrapper-animation-image img:nth-child(7) {
            left: 144px;
            bottom: -185px
        }

        .banner-wrapper-animation-image img:nth-child(8) {
            left: -37px;
            bottom: -55px
        }

        .banner-wrapper-animation-image img:nth-child(9) {
            right: 0;
            left: 30px;
            margin: auto;
            top: -70px
        }

        .banner-wrapper-animation-image img:nth-child(10) {
            left: 0;
            right: -70px;
            top: -100px
        }

    .seo-agency-banner .container-fluid {
        max-width: 1600px
    }
}

@media only screen and (min-width:1356px) and (max-width:1410px) {
    .nav .navbar .others-option .option-item .search-box {
        width: 250px
    }

    .nav .navbar .others-option .option-item .default-btn {
        padding: 12px 20px 12px 45px
    }

        .nav .navbar .others-option .option-item .default-btn i {
            left: 20px
        }
}


.thankyou-widget button, .powered-by {
    display: none;
}
