@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]),
a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:320px) {
    .enrich {
        display: none;
    }
    .privacy h1{
        font-size: 20px !important;
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
    .enrich {
        display: block;
    }
    .privacy h1{
        font-size: 30px !important;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
    .privacy h1{
        font-size: 42px !important;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
    .privacy h1{
        font-size: 46px !important;
    }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapseshow {
    display: block !important
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: 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:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    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:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .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) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: 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;
    float: none
}

.navbar-text {
    display: inline-block;
    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
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        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>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        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>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        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>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        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>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: 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:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.img_md_top{
    margin-top: -150px;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

.about-content .content a{
    color: #6b6b84;
    line-height: 1.8;
    margin-bottom: 15px;
    margin-left: -38px;
    font-weight: 600;
    font-size: 17px;
}

.about-content .content a:hover {
    color: #ffc107;
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    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
    }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-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 {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: 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;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    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 {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.857143%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    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-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !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
}

.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
}

.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
}

@media (min-width:576px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

@media (min-width:768px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

@media (min-width:992px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

@media (min-width:1200px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*!
 * 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
 */
@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.heartBeat {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-duration: .75s;
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-duration: .75s;
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-duration: .75s;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-duration: 2s;
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.7, .7, .7)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

.animated.fast {
    animation-duration: .8s
}

.animated.faster {
    animation-duration: .5s
}

.animated.slow {
    animation-duration: 2s
}

.animated.slower {
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        animation-iteration-count: 1 !important
    }
}

@font-face {
    font-family: boxicons;
    font-weight: 400;
    font-style: normal;
    src: url(img/boxicons-06ab33ae3e2cbae0f509cd05f2ee6793.eot);
    src: url(img/boxicons-06ab33ae3e2cbae0f509cd05f2ee6793.eot) format("embedded-opentype"), url(img/boxicons-aeaf4ee6e2c712532f982c8a4dd68b16.woff2) format("woff2"), url(img/boxicons-5bbebd73a37de0cc242e872b4483269e.woff) format("woff"), url(img/boxicons-72589e162de78952d4d6b5ce8b832175.ttf) format("truetype"), url(img/boxicons-5e99edcb80abc73c7a06aacfddca51bf.svg?#boxicons) format("svg")
}

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: never;
    -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
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes burst {
    0% {
        transform: scale(1);
        opacity: 1
    }

    90% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes flashing {
    0% {
        opacity: 1
    }

    45% {
        opacity: 0
    }

    90% {
        opacity: 1
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    75% {
        transform: translateX(-20px);
        opacity: 0
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    75% {
        transform: translateX(20px);
        opacity: 0
    }
}

@keyframes fade-up {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    75% {
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes fade-down {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    75% {
        transform: translateY(20px);
        opacity: 0
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.95, .95, .95) rotate(-10deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scaleX(1) rotate(10deg)
    }

    40%,
    60%,
    80% {
        transform: rotate(-10deg)
    }

    to {
        transform: scaleX(1)
    }
}

.bx-spin,
.bx-spin-hover:hover {
    animation: spin 2s linear infinite
}

.bx-tada,
.bx-tada-hover:hover {
    animation: tada 1.5s ease infinite
}

.bx-flashing,
.bx-flashing-hover:hover {
    animation: flashing 1.5s linear infinite
}

.bx-burst,
.bx-burst-hover:hover {
    animation: burst 1.5s linear infinite
}

.bx-fade-up,
.bx-fade-up-hover:hover {
    animation: fade-up 1.5s linear infinite
}

.bx-fade-down,
.bx-fade-down-hover:hover {
    animation: fade-down 1.5s linear infinite
}

.bx-fade-left,
.bx-fade-left-hover:hover {
    animation: fade-left 1.5s linear infinite
}

.bx-fade-right,
.bx-fade-right-hover:hover {
    animation: fade-right 1.5s linear infinite
}

.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: 3px !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: "\E900"
}

.bxl-adobe:before {
    content: "\E901"
}

.bxl-airbnb:before {
    content: "\E902"
}

.bxl-algolia:before {
    content: "\E903"
}

.bxl-amazon:before {
    content: "\E904"
}

.bxl-android:before {
    content: "\E905"
}

.bxl-angular:before {
    content: "\E906"
}

.bxl-apple:before {
    content: "\E907"
}

.bxl-audible:before {
    content: "\E908"
}

.bxl-baidu:before {
    content: "\E909"
}

.bxl-behance:before {
    content: "\E90A"
}

.bxl-bing:before {
    content: "\E90B"
}

.bxl-bitcoin:before {
    content: "\E90C"
}

.bxl-blogger:before {
    content: "\E90D"
}

.bxl-bootstrap:before {
    content: "\E90E"
}

.bxl-chrome:before {
    content: "\E90F"
}

.bxl-codepen:before {
    content: "\E910"
}

.bxl-creative-commons:before {
    content: "\E911"
}

.bxl-css3:before {
    content: "\E912"
}

.bxl-dailymotion:before {
    content: "\E913"
}

.bxl-deviantart:before {
    content: "\E914"
}

.bxl-dev-to:before {
    content: "\E915"
}

.bxl-digg:before {
    content: "\E916"
}

.bxl-digitalocean:before {
    content: "\E917"
}

.bxl-discord:before {
    content: "\E918"
}

.bxl-discourse:before {
    content: "\E919"
}

.bxl-dribbble:before {
    content: "\E91A"
}

.bxl-dropbox:before {
    content: "\E91B"
}

.bxl-drupal:before {
    content: "\E91C"
}

.bxl-ebay:before {
    content: "\E91D"
}

.bxl-edge:before {
    content: "\E91E"
}

.bxl-etsy:before {
    content: "\E91F"
}

.bxl-facebook:before {
    content: "\E920"
}

.bxl-facebook-circle:before {
    content: "\E921"
}

.bxl-facebook-square:before {
    content: "\E922"
}

.bxl-figma:before {
    content: "\E923"
}

.bxl-firefox:before {
    content: "\E924"
}

.bxl-flickr:before {
    content: "\E925"
}

.bxl-flickr-square:before {
    content: "\E926"
}

.bxl-foursquare:before {
    content: "\E927"
}

.bxl-git:before {
    content: "\E928"
}

.bxl-github:before {
    content: "\E929"
}

.bxl-gitlab:before {
    content: "\E92A"
}

.bxl-google:before {
    content: "\E92B"
}

.bxl-google-plus:before {
    content: "\E92C"
}

.bxl-google-plus-circle:before {
    content: "\E92D"
}

.bxl-html5:before {
    content: "\E92E"
}

.bxl-imdb:before {
    content: "\E92F"
}

.bxl-instagram:before {
    content: "\E930"
}

.bxl-instagram-alt:before {
    content: "\E931"
}

.bxl-internet-explorer:before {
    content: "\E932"
}

.bxl-invision:before {
    content: "\E933"
}

.bxl-javascript:before {
    content: "\E934"
}

.bxl-joomla:before {
    content: "\E935"
}

.bxl-jquery:before {
    content: "\E936"
}

.bxl-jsfiddle:before {
    content: "\E937"
}

.bxl-kickstarter:before {
    content: "\E938"
}

.bxl-less:before {
    content: "\E939"
}

.bxl-linkedin:before {
    content: "\E93A"
}

.bxl-linkedin-square:before {
    content: "\E93B"
}

.bxl-magento:before {
    content: "\E93C"
}

.bxl-mailchimp:before {
    content: "\E93D"
}

.bxl-mastercard:before {
    content: "\E93E"
}

.bxl-medium:before {
    content: "\E93F"
}

.bxl-medium-old:before {
    content: "\E940"
}

.bxl-medium-square:before {
    content: "\E941"
}

.bxl-messenger:before {
    content: "\E942"
}

.bxl-microsoft:before {
    content: "\E943"
}

.bxl-nodejs:before {
    content: "\E944"
}

.bxl-opera:before {
    content: "\E945"
}

.bxl-patreon:before {
    content: "\E946"
}

.bxl-paypal:before {
    content: "\E947"
}

.bxl-periscope:before {
    content: "\E948"
}

.bxl-pinterest:before {
    content: "\E949"
}

.bxl-pinterest-alt:before {
    content: "\E94A"
}

.bxl-play-store:before {
    content: "\E94B"
}

.bxl-pocket:before {
    content: "\E94C"
}

.bxl-product-hunt:before {
    content: "\E94D"
}

.bxl-quora:before {
    content: "\E94E"
}

.bxl-react:before {
    content: "\E94F"
}

.bxl-redbubble:before {
    content: "\E950"
}

.bxl-reddit:before {
    content: "\E951"
}

.bxl-redux:before {
    content: "\E952"
}

.bxl-sass:before {
    content: "\E953"
}

.bxl-shopify:before {
    content: "\E954"
}

.bxl-skype:before {
    content: "\E955"
}

.bxl-slack:before {
    content: "\E956"
}

.bxl-slack-old:before {
    content: "\E957"
}

.bxl-snapchat:before {
    content: "\E958"
}

.bxl-soundcloud:before {
    content: "\E959"
}

.bxl-spotify:before {
    content: "\E95A"
}

.bxl-squarespace:before {
    content: "\E95B"
}

.bxl-stack-overflow:before {
    content: "\E95C"
}

.bxl-stripe:before {
    content: "\E95D"
}

.bxl-telegram:before {
    content: "\E95E"
}

.bxl-trello:before {
    content: "\E95F"
}

.bxl-tumblr:before {
    content: "\E960"
}

.bxl-twitch:before {
    content: "\E961"
}

.bxl-twitter:before {
    content: "\E962"
}

.bxl-unsplash:before {
    content: "\E963"
}

.bxl-vimeo:before {
    content: "\E964"
}

.bxl-visa:before {
    content: "\E965"
}

.bxl-vk:before {
    content: "\E966"
}

.bxl-vuejs:before {
    content: "\E967"
}

.bxl-whatsapp:before {
    content: "\E968"
}

.bxl-whatsapp-square:before {
    content: "\E969"
}

.bxl-wikipedia:before {
    content: "\E96A"
}

.bxl-windows:before {
    content: "\E96B"
}

.bxl-wix:before {
    content: "\E96C"
}

.bxl-wordpress:before {
    content: "\E96D"
}

.bxl-yahoo:before {
    content: "\E96E"
}

.bxl-yelp:before {
    content: "\E96F"
}

.bxl-youtube:before {
    content: "\E970"
}

.bx-abacus:before {
    content: "\E971"
}

.bx-accessibility:before {
    content: "\E972"
}

.bx-add-to-queue:before {
    content: "\E973"
}

.bx-adjust:before {
    content: "\E974"
}

.bx-alarm:before {
    content: "\E975"
}

.bx-alarm-add:before {
    content: "\E976"
}

.bx-alarm-exclamation:before {
    content: "\E977"
}

.bx-alarm-off:before {
    content: "\E978"
}

.bx-alarm-snooze:before {
    content: "\E979"
}

.bx-album:before {
    content: "\E97A"
}

.bx-align-justify:before {
    content: "\E97B"
}

.bx-align-left:before {
    content: "\E97C"
}

.bx-align-middle:before {
    content: "\E97D"
}

.bx-align-right:before {
    content: "\E97E"
}

.bx-analyse:before {
    content: "\E97F"
}

.bx-anchor:before {
    content: "\E980"
}

.bx-angry:before {
    content: "\E981"
}

.bx-aperture:before {
    content: "\E982"
}

.bx-arch:before {
    content: "\E983"
}

.bx-archive:before {
    content: "\E984"
}

.bx-archive-in:before {
    content: "\E985"
}

.bx-archive-out:before {
    content: "\E986"
}

.bx-area:before {
    content: "\E987"
}

.bx-arrow-back:before {
    content: "\E988"
}

.bx-arrow-from-bottom:before {
    content: "\E989"
}

.bx-arrow-from-left:before {
    content: "\E98A"
}

.bx-arrow-from-right:before {
    content: "\E98B"
}

.bx-arrow-from-top:before {
    content: "\E98C"
}

.bx-arrow-to-bottom:before {
    content: "\E98D"
}

.bx-arrow-to-left:before {
    content: "\E98E"
}

.bx-arrow-to-right:before {
    content: "\E98F"
}

.bx-arrow-to-top:before {
    content: "\E990"
}

.bx-at:before {
    content: "\E991"
}

.bx-atom:before {
    content: "\E992"
}

.bx-award:before {
    content: "\E993"
}

.bx-badge:before {
    content: "\E994"
}

.bx-badge-check:before {
    content: "\E995"
}

.bx-ball:before {
    content: "\E996"
}

.bx-band-aid:before {
    content: "\E997"
}

.bx-bar-chart:before {
    content: "\E998"
}

.bx-bar-chart-alt:before {
    content: "\E999"
}

.bx-bar-chart-alt-2:before {
    content: "\E99A"
}

.bx-bar-chart-square:before {
    content: "\E99B"
}

.bx-barcode:before {
    content: "\E99C"
}

.bx-barcode-reader:before {
    content: "\E99D"
}

.bx-baseball:before {
    content: "\E99E"
}

.bx-basket:before {
    content: "\E99F"
}

.bx-basketball:before {
    content: "\E9A0"
}

.bx-bath:before {
    content: "\E9A1"
}

.bx-battery:before {
    content: "\E9A2"
}

.bx-bed:before {
    content: "\E9A3"
}

.bx-been-here:before {
    content: "\E9A4"
}

.bx-beer:before {
    content: "\E9A5"
}

.bx-bell:before {
    content: "\E9A6"
}

.bx-bell-minus:before {
    content: "\E9A7"
}

.bx-bell-off:before {
    content: "\E9A8"
}

.bx-bell-plus:before {
    content: "\E9A9"
}

.bx-bible:before {
    content: "\E9AA"
}

.bx-bitcoin:before {
    content: "\E9AB"
}

.bx-blanket:before {
    content: "\E9AC"
}

.bx-block:before {
    content: "\E9AD"
}

.bx-bluetooth:before {
    content: "\E9AE"
}

.bx-body:before {
    content: "\E9AF"
}

.bx-bold:before {
    content: "\E9B0"
}

.bx-bolt-circle:before {
    content: "\E9B1"
}

.bx-bomb:before {
    content: "\E9B2"
}

.bx-bone:before {
    content: "\E9B3"
}

.bx-bong:before {
    content: "\E9B4"
}

.bx-book:before {
    content: "\E9B5"
}

.bx-book-add:before {
    content: "\E9B6"
}

.bx-book-alt:before {
    content: "\E9B7"
}

.bx-book-bookmark:before {
    content: "\E9B8"
}

.bx-book-content:before {
    content: "\E9B9"
}

.bx-book-heart:before {
    content: "\E9BA"
}

.bx-bookmark:before {
    content: "\E9BB"
}

.bx-bookmark-minus:before {
    content: "\E9BC"
}

.bx-bookmark-plus:before {
    content: "\E9BD"
}

.bx-bookmarks:before {
    content: "\E9BE"
}

.bx-book-open:before {
    content: "\E9BF"
}

.bx-book-reader:before {
    content: "\E9C0"
}

.bx-border-all:before {
    content: "\E9C1"
}

.bx-border-bottom:before {
    content: "\E9C2"
}

.bx-border-inner:before {
    content: "\E9C3"
}

.bx-border-left:before {
    content: "\E9C4"
}

.bx-border-none:before {
    content: "\E9C5"
}

.bx-border-outer:before {
    content: "\E9C6"
}

.bx-border-radius:before {
    content: "\E9C7"
}

.bx-border-right:before {
    content: "\E9C8"
}

.bx-border-top:before {
    content: "\E9C9"
}

.bx-bot:before {
    content: "\E9CA"
}

.bx-bowling-ball:before {
    content: "\E9CB"
}

.bx-box:before {
    content: "\E9CC"
}

.bx-bracket:before {
    content: "\E9CD"
}

.bx-braille:before {
    content: "\E9CE"
}

.bx-brain:before {
    content: "\E9CF"
}

.bx-briefcase:before {
    content: "\E9D0"
}

.bx-briefcase-alt:before {
    content: "\E9D1"
}

.bx-briefcase-alt-2:before {
    content: "\E9D2"
}

.bx-brightness:before {
    content: "\E9D3"
}

.bx-brightness-half:before {
    content: "\E9D4"
}

.bx-broadcast:before {
    content: "\E9D5"
}

.bx-brush:before {
    content: "\E9D6"
}

.bx-brush-alt:before {
    content: "\E9D7"
}

.bx-bug:before {
    content: "\E9D8"
}

.bx-bug-alt:before {
    content: "\E9D9"
}

.bx-building:before {
    content: "\E9DA"
}

.bx-building-house:before {
    content: "\E9DB"
}

.bx-buildings:before {
    content: "\E9DC"
}

.bx-bulb:before {
    content: "\E9DD"
}

.bx-bullseye:before {
    content: "\E9DE"
}

.bx-buoy:before {
    content: "\E9DF"
}

.bx-bus:before {
    content: "\E9E0"
}

.bx-bus-school:before {
    content: "\E9E1"
}

.bx-cabinet:before {
    content: "\E9E2"
}

.bx-cake:before {
    content: "\E9E3"
}

.bx-calculator:before {
    content: "\E9E4"
}

.bx-calendar:before {
    content: "\E9E5"
}

.bx-calendar-alt:before {
    content: "\E9E6"
}

.bx-calendar-check:before {
    content: "\E9E7"
}

.bx-calendar-edit:before {
    content: "\E9E8"
}

.bx-calendar-event:before {
    content: "\E9E9"
}

.bx-calendar-exclamation:before {
    content: "\E9EA"
}

.bx-calendar-heart:before {
    content: "\E9EB"
}

.bx-calendar-minus:before {
    content: "\E9EC"
}

.bx-calendar-plus:before {
    content: "\E9ED"
}

.bx-calendar-star:before {
    content: "\E9EE"
}

.bx-calendar-week:before {
    content: "\E9EF"
}

.bx-calendar-x:before {
    content: "\E9F0"
}

.bx-camera:before {
    content: "\E9F1"
}

.bx-camera-home:before {
    content: "\E9F2"
}

.bx-camera-movie:before {
    content: "\E9F3"
}

.bx-camera-off:before {
    content: "\E9F4"
}

.bx-capsule:before {
    content: "\E9F5"
}

.bx-captions:before {
    content: "\E9F6"
}

.bx-car:before {
    content: "\E9F7"
}

.bx-card:before {
    content: "\E9F8"
}

.bx-caret-down:before {
    content: "\E9F9"
}

.bx-caret-down-circle:before {
    content: "\E9FA"
}

.bx-caret-down-square:before {
    content: "\E9FB"
}

.bx-caret-left:before {
    content: "\E9FC"
}

.bx-caret-left-circle:before {
    content: "\E9FD"
}

.bx-caret-left-square:before {
    content: "\E9FE"
}

.bx-caret-right:before {
    content: "\E9FF"
}

.bx-caret-right-circle:before {
    content: "\EA00"
}

.bx-caret-right-square:before {
    content: "\EA01"
}

.bx-caret-up:before {
    content: "\EA02"
}

.bx-caret-up-circle:before {
    content: "\EA03"
}

.bx-caret-up-square:before {
    content: "\EA04"
}

.bx-carousel:before {
    content: "\EA05"
}

.bx-cart:before {
    content: "\EA06"
}

.bx-cart-alt:before {
    content: "\EA07"
}

.bx-cast:before {
    content: "\EA08"
}

.bx-cctv:before {
    content: "\EA09"
}

.bx-certification:before {
    content: "\EA0A"
}

.bx-chair:before {
    content: "\EA0B"
}

.bx-chalkboard:before {
    content: "\EA0C"
}

.bx-chart:before {
    content: "\EA0D"
}

.bx-chat:before {
    content: "\EA0E"
}

.bx-check:before {
    content: "\EA0F"
}

.bx-checkbox:before {
    content: "\EA10"
}

.bx-checkbox-checked:before {
    content: "\EA11"
}

.bx-checkbox-square:before {
    content: "\EA12"
}

.bx-check-circle:before {
    content: "\EA13"
}

.bx-check-double:before {
    content: "\EA14"
}

.bx-check-shield:before {
    content: "\EA15"
}

.bx-check-square:before {
    content: "\EA16"
}

.bx-chevron-down:before {
    content: "\EA17"
}

.bx-chevron-down-circle:before {
    content: "\EA18"
}

.bx-chevron-down-square:before {
    content: "\EA19"
}

.bx-chevron-left:before {
    content: "\EA1A"
}

.bx-chevron-left-circle:before {
    content: "\EA1B"
}

.bx-chevron-left-square:before {
    content: "\EA1C"
}

.bx-chevron-right:before {
    content: "\EA1D"
}

.bx-chevron-right-circle:before {
    content: "\EA1E"
}

.bx-chevron-right-square:before {
    content: "\EA1F"
}

.bx-chevrons-down:before {
    content: "\EA20"
}

.bx-chevrons-left:before {
    content: "\EA21"
}

.bx-chevrons-right:before {
    content: "\EA22"
}

.bx-chevrons-up:before {
    content: "\EA23"
}

.bx-chevron-up:before {
    content: "\EA24"
}

.bx-chevron-up-circle:before {
    content: "\EA25"
}

.bx-chevron-up-square:before {
    content: "\EA26"
}

.bx-chip:before {
    content: "\EA27"
}

.bx-church:before {
    content: "\EA28"
}

.bx-circle:before {
    content: "\EA29"
}

.bx-clinic:before {
    content: "\EA2A"
}

.bx-clipboard:before {
    content: "\EA2B"
}

.bx-closet:before {
    content: "\EA2C"
}

.bx-cloud:before {
    content: "\EA2D"
}

.bx-cloud-download:before {
    content: "\EA2E"
}

.bx-cloud-drizzle:before {
    content: "\EA2F"
}

.bx-cloud-lightning:before {
    content: "\EA30"
}

.bx-cloud-light-rain:before {
    content: "\EA31"
}

.bx-cloud-rain:before {
    content: "\EA32"
}

.bx-cloud-snow:before {
    content: "\EA33"
}

.bx-cloud-upload:before {
    content: "\EA34"
}

.bx-code:before {
    content: "\EA35"
}

.bx-code-alt:before {
    content: "\EA36"
}

.bx-code-block:before {
    content: "\EA37"
}

.bx-code-curly:before {
    content: "\EA38"
}

.bx-coffee:before {
    content: "\EA39"
}

.bx-coffee-togo:before {
    content: "\EA3A"
}

.bx-cog:before {
    content: "\EA3B"
}

.bx-coin:before {
    content: "\EA3C"
}

.bx-coin-stack:before {
    content: "\EA3D"
}

.bx-collapse:before {
    content: "\EA3E"
}

.bx-collection:before {
    content: "\EA3F"
}

.bx-color-fill:before {
    content: "\EA40"
}

.bx-columns:before {
    content: "\EA41"
}

.bx-command:before {
    content: "\EA42"
}

.bx-comment:before {
    content: "\EA43"
}

.bx-comment-add:before {
    content: "\EA44"
}

.bx-comment-check:before {
    content: "\EA45"
}

.bx-comment-detail:before {
    content: "\EA46"
}

.bx-comment-dots:before {
    content: "\EA47"
}

.bx-comment-edit:before {
    content: "\EA48"
}

.bx-comment-error:before {
    content: "\EA49"
}

.bx-comment-minus:before {
    content: "\EA4A"
}

.bx-comment-x:before {
    content: "\EA4B"
}

.bx-compass:before {
    content: "\EA4C"
}

.bx-confused:before {
    content: "\EA4D"
}

.bx-conversation:before {
    content: "\EA4E"
}

.bx-cookie:before {
    content: "\EA4F"
}

.bx-cool:before {
    content: "\EA50"
}

.bx-copy:before {
    content: "\EA51"
}

.bx-copy-alt:before {
    content: "\EA52"
}

.bx-copyright:before {
    content: "\EA53"
}

.bx-credit-card:before {
    content: "\EA54"
}

.bx-credit-card-alt:before {
    content: "\EA55"
}

.bx-credit-card-front:before {
    content: "\EA56"
}

.bx-crop:before {
    content: "\EA57"
}

.bx-crosshair:before {
    content: "\EA58"
}

.bx-crown:before {
    content: "\EA59"
}

.bx-cube:before {
    content: "\EA5A"
}

.bx-cube-alt:before {
    content: "\EA5B"
}

.bx-cuboid:before {
    content: "\EA5C"
}

.bx-current-location:before {
    content: "\EA5D"
}

.bx-customize:before {
    content: "\EA5E"
}

.bx-cut:before {
    content: "\EA5F"
}

.bx-cycling:before {
    content: "\EA60"
}

.bx-cylinder:before {
    content: "\EA61"
}

.bx-data:before {
    content: "\EA62"
}

.bx-desktop:before {
    content: "\EA63"
}

.bx-detail:before {
    content: "\EA64"
}

.bx-devices:before {
    content: "\EA65"
}

.bx-dialpad:before {
    content: "\EA66"
}

.bx-dialpad-alt:before {
    content: "\EA67"
}

.bx-diamond:before {
    content: "\EA68"
}

.bx-dice-1:before {
    content: "\EA69"
}

.bx-dice-2:before {
    content: "\EA6A"
}

.bx-dice-3:before {
    content: "\EA6B"
}

.bx-dice-4:before {
    content: "\EA6C"
}

.bx-dice-5:before {
    content: "\EA6D"
}

.bx-dice-6:before {
    content: "\EA6E"
}

.bx-directions:before {
    content: "\EA6F"
}

.bx-disc:before {
    content: "\EA70"
}

.bx-dish:before {
    content: "\EA71"
}

.bx-dislike:before {
    content: "\EA72"
}

.bx-dizzy:before {
    content: "\EA73"
}

.bx-dna:before {
    content: "\EA74"
}

.bx-dock-bottom:before {
    content: "\EA75"
}

.bx-dock-left:before {
    content: "\EA76"
}

.bx-dock-right:before {
    content: "\EA77"
}

.bx-dock-top:before {
    content: "\EA78"
}

.bx-dollar:before {
    content: "\EA79"
}

.bx-dollar-circle:before {
    content: "\EA7A"
}

.bx-donate-blood:before {
    content: "\EA7B"
}

.bx-donate-heart:before {
    content: "\EA7C"
}

.bx-door-open:before {
    content: "\EA7D"
}

.bx-dots-horizontal:before {
    content: "\EA7E"
}

.bx-dots-horizontal-rounded:before {
    content: "\EA7F"
}

.bx-dots-vertical:before {
    content: "\EA80"
}

.bx-dots-vertical-rounded:before {
    content: "\EA81"
}

.bx-doughnut-chart:before {
    content: "\EA82"
}

.bx-down-arrow:before {
    content: "\EA83"
}

.bx-down-arrow-alt:before {
    content: "\EA84"
}

.bx-down-arrow-circle:before {
    content: "\EA85"
}

.bx-download:before {
    content: "\EA86"
}

.bx-downvote:before {
    content: "\EA87"
}

.bx-drink:before {
    content: "\EA88"
}

.bx-droplet:before {
    content: "\EA89"
}

.bx-dumbbell:before {
    content: "\EA8A"
}

.bx-duplicate:before {
    content: "\EA8B"
}

.bx-edit:before {
    content: "\EA8C"
}

.bx-edit-alt:before {
    content: "\EA8D"
}

.bx-envelope:before {
    content: "\EA8E"
}

.bx-envelope-open:before {
    content: "\EA8F"
}

.bx-equalizer:before {
    content: "\EA90"
}

.bx-eraser:before {
    content: "\EA91"
}

.bx-error:before {
    content: "\EA92"
}

.bx-error-alt:before {
    content: "\EA93"
}

.bx-error-circle:before {
    content: "\EA94"
}

.bx-euro:before {
    content: "\EA95"
}

.bx-exclude:before {
    content: "\EA96"
}

.bx-exit:before {
    content: "\EA97"
}

.bx-exit-fullscreen:before {
    content: "\EA98"
}

.bx-expand:before {
    content: "\EA99"
}

.bx-export:before {
    content: "\EA9A"
}

.bx-extension:before {
    content: "\EA9B"
}

.bx-face:before {
    content: "\EA9C"
}

.bx-fast-forward:before {
    content: "\EA9D"
}

.bx-fast-forward-circle:before {
    content: "\EA9E"
}

.bx-female:before {
    content: "\EA9F"
}

.bx-female-sign:before {
    content: "\EAA0"
}

.bx-file:before {
    content: "\EAA1"
}

.bx-file-blank:before {
    content: "\EAA2"
}

.bx-file-find:before {
    content: "\EAA3"
}

.bx-film:before {
    content: "\EAA4"
}

.bx-filter:before {
    content: "\EAA5"
}

.bx-filter-alt:before {
    content: "\EAA6"
}

.bx-fingerprint:before {
    content: "\EAA7"
}

.bx-first-aid:before {
    content: "\EAA8"
}

.bx-first-page:before {
    content: "\EAA9"
}

.bx-flag:before {
    content: "\EAAA"
}

.bx-folder:before {
    content: "\EAAB"
}

.bx-folder-minus:before {
    content: "\EAAC"
}

.bx-folder-open:before {
    content: "\EAAD"
}

.bx-folder-plus:before {
    content: "\EAAE"
}

.bx-font:before {
    content: "\EAAF"
}

.bx-font-color:before {
    content: "\EAB0"
}

.bx-font-family:before {
    content: "\EAB1"
}

.bx-font-size:before {
    content: "\EAB2"
}

.bx-food-menu:before {
    content: "\EAB3"
}

.bx-food-tag:before {
    content: "\EAB4"
}

.bx-football:before {
    content: "\EAB5"
}

.bx-fridge:before {
    content: "\EAB6"
}

.bx-fullscreen:before {
    content: "\EAB7"
}

.bx-game:before {
    content: "\EAB8"
}

.bx-gas-pump:before {
    content: "\EAB9"
}

.bx-ghost:before {
    content: "\EABA"
}

.bx-gift:before {
    content: "\EABB"
}

.bx-git-branch:before {
    content: "\EABC"
}

.bx-git-commit:before {
    content: "\EABD"
}

.bx-git-compare:before {
    content: "\EABE"
}

.bx-git-merge:before {
    content: "\EABF"
}

.bx-git-pull-request:before {
    content: "\EAC0"
}

.bx-git-repo-forked:before {
    content: "\EAC1"
}

.bx-glasses:before {
    content: "\EAC2"
}

.bx-glasses-alt:before {
    content: "\EAC3"
}

.bx-globe:before {
    content: "\EAC4"
}

.bx-globe-alt:before {
    content: "\EAC5"
}

.bx-grid:before {
    content: "\EAC6"
}

.bx-grid-alt:before {
    content: "\EAC7"
}

.bx-grid-horizontal:before {
    content: "\EAC8"
}

.bx-grid-small:before {
    content: "\EAC9"
}

.bx-grid-vertical:before {
    content: "\EACA"
}

.bx-group:before {
    content: "\EACB"
}

.bx-handicap:before {
    content: "\EACC"
}

.bx-happy:before {
    content: "\EACD"
}

.bx-happy-alt:before {
    content: "\EACE"
}

.bx-happy-beaming:before {
    content: "\EACF"
}

.bx-happy-heart-eyes:before {
    content: "\EAD0"
}

.bx-hash:before {
    content: "\EAD1"
}

.bx-hdd:before {
    content: "\EAD2"
}

.bx-heading:before {
    content: "\EAD3"
}

.bx-headphone:before {
    content: "\EAD4"
}

.bx-health:before {
    content: "\EAD5"
}

.bx-heart:before {
    content: "\EAD6"
}

.bx-heart-circle:before {
    content: "\EAD7"
}

.bx-heart-square:before {
    content: "\EAD8"
}

.bx-help-circle:before {
    content: "\EAD9"
}

.bx-hide:before {
    content: "\EADA"
}

.bx-highlight:before {
    content: "\EADB"
}

.bx-history:before {
    content: "\EADC"
}

.bx-hive:before {
    content: "\EADD"
}

.bx-home:before {
    content: "\EADE"
}

.bx-home-alt:before {
    content: "\EADF"
}

.bx-home-circle:before {
    content: "\EAE0"
}

.bx-home-heart:before {
    content: "\EAE1"
}

.bx-home-smile:before {
    content: "\EAE2"
}

.bx-horizontal-center:before {
    content: "\EAE3"
}

.bx-hotel:before {
    content: "\EAE4"
}

.bx-hourglass:before {
    content: "\EAE5"
}

.bx-id-card:before {
    content: "\EAE6"
}

.bx-image:before {
    content: "\EAE7"
}

.bx-image-add:before {
    content: "\EAE8"
}

.bx-image-alt:before {
    content: "\EAE9"
}

.bx-images:before {
    content: "\EAEA"
}

.bx-import:before {
    content: "\EAEB"
}

.bx-infinite:before {
    content: "\EAEC"
}

.bx-info-circle:before {
    content: "\EAED"
}

.bx-info-square:before {
    content: "\EAEE"
}

.bx-intersect:before {
    content: "\EAEF"
}

.bx-italic:before {
    content: "\EAF0"
}

.bx-joystick:before {
    content: "\EAF1"
}

.bx-joystick-alt:before {
    content: "\EAF2"
}

.bx-joystick-button:before {
    content: "\EAF3"
}

.bx-key:before {
    content: "\EAF4"
}

.bx-label:before {
    content: "\EAF5"
}

.bx-landscape:before {
    content: "\EAF6"
}

.bx-laptop:before {
    content: "\EAF7"
}

.bx-last-page:before {
    content: "\EAF8"
}

.bx-laugh:before {
    content: "\EAF9"
}

.bx-layer:before {
    content: "\EAFA"
}

.bx-layer-minus:before {
    content: "\EAFB"
}

.bx-layer-plus:before {
    content: "\EAFC"
}

.bx-layout:before {
    content: "\EAFD"
}

.bx-left-arrow:before {
    content: "\EAFE"
}

.bx-left-arrow-alt:before {
    content: "\EAFF"
}

.bx-left-arrow-circle:before {
    content: "\EB00"
}

.bx-left-down-arrow-circle:before {
    content: "\EB01"
}

.bx-left-indent:before {
    content: "\EB02"
}

.bx-left-top-arrow-circle:before {
    content: "\EB03"
}

.bx-like:before {
    content: "\EB04"
}

.bx-line-chart:before {
    content: "\EB05"
}

.bx-line-chart-down:before {
    content: "\EB06"
}

.bx-link:before {
    content: "\EB07"
}

.bx-link-alt:before {
    content: "\EB08"
}

.bx-link-external:before {
    content: "\EB09"
}

.bx-lira:before {
    content: "\EB0A"
}

.bx-list-check:before {
    content: "\EB0B"
}

.bx-list-minus:before {
    content: "\EB0C"
}

.bx-list-ol:before {
    content: "\EB0D"
}

.bx-list-plus:before {
    content: "\EB0E"
}

.bx-list-ul:before {
    content: "\EB0F"
}

.bx-loader:before {
    content: "\EB10"
}

.bx-loader-alt:before {
    content: "\EB11"
}

.bx-loader-circle:before {
    content: "\EB12"
}

.bx-location-plus:before {
    content: "\EB13"
}

.bx-lock:before {
    content: "\EB14"
}

.bx-lock-alt:before {
    content: "\EB15"
}

.bx-lock-open:before {
    content: "\EB16"
}

.bx-lock-open-alt:before {
    content: "\EB17"
}

.bx-log-in:before {
    content: "\EB18"
}

.bx-log-in-circle:before {
    content: "\EB19"
}

.bx-log-out:before {
    content: "\EB1A"
}

.bx-log-out-circle:before {
    content: "\EB1B"
}

.bx-low-vision:before {
    content: "\EB1C"
}

.bx-magnet:before {
    content: "\EB1D"
}

.bx-mail-send:before {
    content: "\EB1E"
}

.bx-male:before {
    content: "\EB1F"
}

.bx-male-sign:before {
    content: "\EB20"
}

.bx-map:before {
    content: "\EB21"
}

.bx-map-alt:before {
    content: "\EB22"
}

.bx-map-pin:before {
    content: "\EB23"
}

.bx-mask:before {
    content: "\EB24"
}

.bx-medal:before {
    content: "\EB25"
}

.bx-meh:before {
    content: "\EB26"
}

.bx-meh-alt:before {
    content: "\EB27"
}

.bx-meh-blank:before {
    content: "\EB28"
}

.bx-memory-card:before {
    content: "\EB29"
}

.bx-menu:before {
    content: "\EB2A"
}

.bx-menu-alt-left:before {
    content: "\EB2B"
}

.bx-menu-alt-right:before {
    content: "\EB2C"
}

.bx-merge:before {
    content: "\EB2D"
}

.bx-message:before {
    content: "\EB2E"
}

.bx-message-add:before {
    content: "\EB2F"
}

.bx-message-alt:before {
    content: "\EB30"
}

.bx-message-alt-add:before {
    content: "\EB31"
}

.bx-message-alt-check:before {
    content: "\EB32"
}

.bx-message-alt-detail:before {
    content: "\EB33"
}

.bx-message-alt-dots:before {
    content: "\EB34"
}

.bx-message-alt-edit:before {
    content: "\EB35"
}

.bx-message-alt-error:before {
    content: "\EB36"
}

.bx-message-alt-minus:before {
    content: "\EB37"
}

.bx-message-alt-x:before {
    content: "\EB38"
}

.bx-message-check:before {
    content: "\EB39"
}

.bx-message-detail:before {
    content: "\EB3A"
}

.bx-message-dots:before {
    content: "\EB3B"
}

.bx-message-edit:before {
    content: "\EB3C"
}

.bx-message-error:before {
    content: "\EB3D"
}

.bx-message-minus:before {
    content: "\EB3E"
}

.bx-message-rounded:before {
    content: "\EB3F"
}

.bx-message-rounded-add:before {
    content: "\EB40"
}

.bx-message-rounded-check:before {
    content: "\EB41"
}

.bx-message-rounded-detail:before {
    content: "\EB42"
}

.bx-message-rounded-dots:before {
    content: "\EB43"
}

.bx-message-rounded-edit:before {
    content: "\EB44"
}

.bx-message-rounded-error:before {
    content: "\EB45"
}

.bx-message-rounded-minus:before {
    content: "\EB46"
}

.bx-message-rounded-x:before {
    content: "\EB47"
}

.bx-message-square:before {
    content: "\EB48"
}

.bx-message-square-add:before {
    content: "\EB49"
}

.bx-message-square-check:before {
    content: "\EB4A"
}

.bx-message-square-detail:before {
    content: "\EB4B"
}

.bx-message-square-dots:before {
    content: "\EB4C"
}

.bx-message-square-edit:before {
    content: "\EB4D"
}

.bx-message-square-error:before {
    content: "\EB4E"
}

.bx-message-square-minus:before {
    content: "\EB4F"
}

.bx-message-square-x:before {
    content: "\EB50"
}

.bx-message-x:before {
    content: "\EB51"
}

.bx-meteor:before {
    content: "\EB52"
}

.bx-microchip:before {
    content: "\EB53"
}

.bx-microphone:before {
    content: "\EB54"
}

.bx-microphone-off:before {
    content: "\EB55"
}

.bx-minus:before {
    content: "\EB56"
}

.bx-minus-back:before {
    content: "\EB57"
}

.bx-minus-circle:before {
    content: "\EB58"
}

.bx-minus-front:before {
    content: "\EB59"
}

.bx-mobile:before {
    content: "\EB5A"
}

.bx-mobile-alt:before {
    content: "\EB5B"
}

.bx-mobile-landscape:before {
    content: "\EB5C"
}

.bx-mobile-vibration:before {
    content: "\EB5D"
}

.bx-money:before {
    content: "\EB5E"
}

.bx-moon:before {
    content: "\EB5F"
}

.bx-mouse:before {
    content: "\EB60"
}

.bx-mouse-alt:before {
    content: "\EB61"
}

.bx-move:before {
    content: "\EB62"
}

.bx-move-horizontal:before {
    content: "\EB63"
}

.bx-move-vertical:before {
    content: "\EB64"
}

.bx-movie:before {
    content: "\EB65"
}

.bx-music:before {
    content: "\EB66"
}

.bx-navigation:before {
    content: "\EB67"
}

.bx-network-chart:before {
    content: "\EB68"
}

.bx-news:before {
    content: "\EB69"
}

.bx-no-entry:before {
    content: "\EB6A"
}

.bx-note:before {
    content: "\EB6B"
}

.bx-notepad:before {
    content: "\EB6C"
}

.bx-notification:before {
    content: "\EB6D"
}

.bx-notification-off:before {
    content: "\EB6E"
}

.bx-outline:before {
    content: "\EB6F"
}

.bx-package:before {
    content: "\EB70"
}

.bx-paint:before {
    content: "\EB71"
}

.bx-paint-roll:before {
    content: "\EB72"
}

.bx-palette:before {
    content: "\EB73"
}

.bx-paperclip:before {
    content: "\EB74"
}

.bx-paper-plane:before {
    content: "\EB75"
}

.bx-paragraph:before {
    content: "\EB76"
}

.bx-paste:before {
    content: "\EB77"
}

.bx-pause:before {
    content: "\EB78"
}

.bx-pause-circle:before {
    content: "\EB79"
}

.bx-pen:before {
    content: "\EB7A"
}

.bx-pencil:before {
    content: "\EB7B"
}

.bx-phone:before {
    content: "\EB7C"
}

.bx-phone-call:before {
    content: "\EB7D"
}

.bx-phone-incoming:before {
    content: "\EB7E"
}

.bx-phone-outgoing:before {
    content: "\EB7F"
}

.bx-photo-album:before {
    content: "\EB80"
}

.bx-pie-chart:before {
    content: "\EB81"
}

.bx-pie-chart-alt:before {
    content: "\EB82"
}

.bx-pie-chart-alt-2:before {
    content: "\EB83"
}

.bx-pin:before {
    content: "\EB84"
}

.bx-planet:before {
    content: "\EB85"
}

.bx-play:before {
    content: "\EB86"
}

.bx-play-circle:before {
    content: "\EB87"
}

.bx-plug:before {
    content: "\EB88"
}

.bx-plus:before {
    content: "\EB89"
}

.bx-plus-circle:before {
    content: "\EB8A"
}

.bx-plus-medical:before {
    content: "\EB8B"
}

.bx-pointer:before {
    content: "\EB8C"
}

.bx-poll:before {
    content: "\EB8D"
}

.bx-polygon:before {
    content: "\EB8E"
}

.bx-pound:before {
    content: "\EB8F"
}

.bx-power-off:before {
    content: "\EB90"
}

.bx-printer:before {
    content: "\EB91"
}

.bx-pulse:before {
    content: "\EB92"
}

.bx-purchase-tag:before {
    content: "\EB93"
}

.bx-purchase-tag-alt:before {
    content: "\EB94"
}

.bx-pyramid:before {
    content: "\EB95"
}

.bx-question-mark:before {
    content: "\EB96"
}

.bx-radar:before {
    content: "\EB97"
}

.bx-radio:before {
    content: "\EB98"
}

.bx-radio-circle:before {
    content: "\EB99"
}

.bx-radio-circle-marked:before {
    content: "\EB9A"
}

.bx-receipt:before {
    content: "\EB9B"
}

.bx-rectangle:before {
    content: "\EB9C"
}

.bx-recycle:before {
    content: "\EB9D"
}

.bx-redo:before {
    content: "\EB9E"
}

.bx-refresh:before {
    content: "\EB9F"
}

.bx-rename:before {
    content: "\EBA0"
}

.bx-repeat:before {
    content: "\EBA1"
}

.bx-reply:before {
    content: "\EBA2"
}

.bx-reply-all:before {
    content: "\EBA3"
}

.bx-repost:before {
    content: "\EBA4"
}

.bx-reset:before {
    content: "\EBA5"
}

.bx-restaurant:before {
    content: "\EBA6"
}

.bx-revision:before {
    content: "\EBA7"
}

.bx-rewind:before {
    content: "\EBA8"
}

.bx-rewind-circle:before {
    content: "\EBA9"
}

.bx-right-arrow:before {
    content: "\EBAA"
}

.bx-right-arrow-alt:before {
    content: "\EBAB"
}

.bx-right-arrow-circle:before {
    content: "\EBAC"
}

.bx-right-down-arrow-circle:before {
    content: "\EBAD"
}

.bx-right-indent:before {
    content: "\EBAE"
}

.bx-right-top-arrow-circle:before {
    content: "\EBAF"
}

.bx-rocket:before {
    content: "\EBB0"
}

.bx-rotate-left:before {
    content: "\EBB1"
}

.bx-rotate-right:before {
    content: "\EBB2"
}

.bx-rss:before {
    content: "\EBB3"
}

.bx-ruble:before {
    content: "\EBB4"
}

.bx-ruler:before {
    content: "\EBB5"
}

.bx-run:before {
    content: "\EBB6"
}

.bx-rupee:before {
    content: "\EBB7"
}

.bx-sad:before {
    content: "\EBB8"
}

.bx-save:before {
    content: "\EBB9"
}

.bx-scan:before {
    content: "\EBBA"
}

.bx-screenshot:before {
    content: "\EBBB"
}

.bx-search:before {
    content: "\EBBC"
}

.bx-search-alt:before {
    content: "\EBBD"
}

.bx-search-alt-2:before {
    content: "\EBBE"
}

.bx-selection:before {
    content: "\EBBF"
}

.bx-select-multiple:before {
    content: "\EBC0"
}

.bx-send:before {
    content: "\EBC1"
}

.bx-server:before {
    content: "\EBC2"
}

.bx-shape-circle:before {
    content: "\EBC3"
}

.bx-shape-polygon:before {
    content: "\EBC4"
}

.bx-shape-square:before {
    content: "\EBC5"
}

.bx-shape-triangle:before {
    content: "\EBC6"
}

.bx-share:before {
    content: "\EBC7"
}

.bx-share-alt:before {
    content: "\EBC8"
}

.bx-shekel:before {
    content: "\EBC9"
}

.bx-shield:before {
    content: "\EBCA"
}

.bx-shield-alt:before {
    content: "\EBCB"
}

.bx-shield-alt-2:before {
    content: "\EBCC"
}

.bx-shield-quarter:before {
    content: "\EBCD"
}

.bx-shield-x:before {
    content: "\EBCE"
}

.bx-shocked:before {
    content: "\EBCF"
}

.bx-shopping-bag:before {
    content: "\EBD0"
}

.bx-show:before {
    content: "\EBD1"
}

.bx-show-alt:before {
    content: "\EBD2"
}

.bx-shuffle:before {
    content: "\EBD3"
}

.bx-sidebar:before {
    content: "\EBD4"
}

.bx-sitemap:before {
    content: "\EBD5"
}

.bx-skip-next:before {
    content: "\EBD6"
}

.bx-skip-next-circle:before {
    content: "\EBD7"
}

.bx-skip-previous:before {
    content: "\EBD8"
}

.bx-skip-previous-circle:before {
    content: "\EBD9"
}

.bx-sleepy:before {
    content: "\EBDA"
}

.bx-slider:before {
    content: "\EBDB"
}

.bx-slider-alt:before {
    content: "\EBDC"
}

.bx-slideshow:before {
    content: "\EBDD"
}

.bx-smile:before {
    content: "\EBDE"
}

.bx-sort:before {
    content: "\EBDF"
}

.bx-sort-a-z:before {
    content: "\EBE0"
}

.bx-sort-down:before {
    content: "\EBE1"
}

.bx-sort-up:before {
    content: "\EBE2"
}

.bx-sort-z-a:before {
    content: "\EBE3"
}

.bx-spa:before {
    content: "\EBE4"
}

.bx-space-bar:before {
    content: "\EBE5"
}

.bx-spray-can:before {
    content: "\EBE6"
}

.bx-spreadsheet:before {
    content: "\EBE7"
}

.bx-square:before {
    content: "\EBE8"
}

.bx-square-rounded:before {
    content: "\EBE9"
}

.bx-star:before {
    content: "\EBEA"
}

.bx-station:before {
    content: "\EBEB"
}

.bx-stats:before {
    content: "\EBEC"
}

.bx-sticker:before {
    content: "\EBED"
}

.bx-stop:before {
    content: "\EBEE"
}

.bx-stop-circle:before {
    content: "\EBEF"
}

.bx-stopwatch:before {
    content: "\EBF0"
}

.bx-store:before {
    content: "\EBF1"
}

.bx-store-alt:before {
    content: "\EBF2"
}

.bx-street-view:before {
    content: "\EBF3"
}

.bx-strikethrough:before {
    content: "\EBF4"
}

.bx-subdirectory-left:before {
    content: "\EBF5"
}

.bx-subdirectory-right:before {
    content: "\EBF6"
}

.bx-sun:before {
    content: "\EBF7"
}

.bx-support:before {
    content: "\EBF8"
}

.bx-swim:before {
    content: "\EBF9"
}

.bx-sync:before {
    content: "\EBFA"
}

.bx-tab:before {
    content: "\EBFB"
}

.bx-table:before {
    content: "\EBFC"
}

.bx-tachometer:before {
    content: "\EBFD"
}

.bx-tag:before {
    content: "\EBFE"
}

.bx-target-lock:before {
    content: "\EBFF"
}

.bx-task:before {
    content: "\EC00"
}

.bx-task-x:before {
    content: "\EC01"
}

.bx-taxi:before {
    content: "\EC02"
}

.bx-tennis-ball:before {
    content: "\EC03"
}

.bx-terminal:before {
    content: "\EC04"
}

.bx-test-tube:before {
    content: "\EC05"
}

.bx-text:before {
    content: "\EC06"
}

.bx-time:before {
    content: "\EC07"
}

.bx-time-five:before {
    content: "\EC08"
}

.bx-timer:before {
    content: "\EC09"
}

.bx-tired:before {
    content: "\EC0A"
}

.bx-toggle-left:before {
    content: "\EC0B"
}

.bx-toggle-right:before {
    content: "\EC0C"
}

.bx-tone:before {
    content: "\EC0D"
}

.bx-traffic-cone:before {
    content: "\EC0E"
}

.bx-train:before {
    content: "\EC0F"
}

.bx-transfer:before {
    content: "\EC10"
}

.bx-transfer-alt:before {
    content: "\EC11"
}

.bx-trash:before {
    content: "\EC12"
}

.bx-trash-alt:before {
    content: "\EC13"
}

.bx-trending-down:before {
    content: "\EC14"
}

.bx-trending-up:before {
    content: "\EC15"
}

.bx-trim:before {
    content: "\EC16"
}

.bx-trophy:before {
    content: "\EC17"
}

.bx-tv:before {
    content: "\EC18"
}

.bx-underline:before {
    content: "\EC19"
}

.bx-undo:before {
    content: "\EC1A"
}

.bx-unite:before {
    content: "\EC1B"
}

.bx-unlink:before {
    content: "\EC1C"
}

.bx-up-arrow:before {
    content: "\EC1D"
}

.bx-up-arrow-alt:before {
    content: "\EC1E"
}

.bx-up-arrow-circle:before {
    content: "\EC1F"
}

.bx-upload:before {
    content: "\EC20"
}

.bx-upside-down:before {
    content: "\EC21"
}

.bx-upvote:before {
    content: "\EC22"
}

.bx-usb:before {
    content: "\EC23"
}

.bx-user:before {
    content: "\EC24"
}

.bx-user-check:before {
    content: "\EC25"
}

.bx-user-circle:before {
    content: "\EC26"
}

.bx-user-minus:before {
    content: "\EC27"
}

.bx-user-pin:before {
    content: "\EC28"
}

.bx-user-plus:before {
    content: "\EC29"
}

.bx-user-voice:before {
    content: "\EC2A"
}

.bx-user-x:before {
    content: "\EC2B"
}

.bx-vector:before {
    content: "\EC2C"
}

.bx-vertical-center:before {
    content: "\EC2D"
}

.bx-vial:before {
    content: "\EC2E"
}

.bx-video:before {
    content: "\EC2F"
}

.bx-video-off:before {
    content: "\EC30"
}

.bx-video-plus:before {
    content: "\EC31"
}

.bx-video-recording:before {
    content: "\EC32"
}

.bx-voicemail:before {
    content: "\EC33"
}

.bx-volume:before {
    content: "\EC34"
}

.bx-volume-full:before {
    content: "\EC35"
}

.bx-volume-low:before {
    content: "\EC36"
}

.bx-volume-mute:before {
    content: "\EC37"
}

.bx-walk:before {
    content: "\EC38"
}

.bx-wallet:before {
    content: "\EC39"
}

.bx-wallet-alt:before {
    content: "\EC3A"
}

.bx-water:before {
    content: "\EC3B"
}

.bx-webcam:before {
    content: "\EC3C"
}

.bx-wifi:before {
    content: "\EC3D"
}

.bx-wifi-0:before {
    content: "\EC3E"
}

.bx-wifi-1:before {
    content: "\EC3F"
}

.bx-wifi-2:before {
    content: "\EC40"
}

.bx-wifi-off:before {
    content: "\EC41"
}

.bx-wind:before {
    content: "\EC42"
}

.bx-window:before {
    content: "\EC43"
}

.bx-window-alt:before {
    content: "\EC44"
}

.bx-window-close:before {
    content: "\EC45"
}

.bx-window-open:before {
    content: "\EC46"
}

.bx-windows:before {
    content: "\EC47"
}

.bx-wine:before {
    content: "\EC48"
}

.bx-wink-smile:before {
    content: "\EC49"
}

.bx-wink-tongue:before {
    content: "\EC4A"
}

.bx-won:before {
    content: "\EC4B"
}

.bx-world:before {
    content: "\EC4C"
}

.bx-wrench:before {
    content: "\EC4D"
}

.bx-x:before {
    content: "\EC4E"
}

.bx-x-circle:before {
    content: "\EC4F"
}

.bx-yen:before {
    content: "\EC50"
}

.bx-zoom-in:before {
    content: "\EC51"
}

.bx-zoom-out:before {
    content: "\EC52"
}

.bxs-add-to-queue:before {
    content: "\EC53"
}

.bxs-adjust:before {
    content: "\EC54"
}

.bxs-adjust-alt:before {
    content: "\EC55"
}

.bxs-alarm:before {
    content: "\EC56"
}

.bxs-alarm-add:before {
    content: "\EC57"
}

.bxs-alarm-exclamation:before {
    content: "\EC58"
}

.bxs-alarm-off:before {
    content: "\EC59"
}

.bxs-alarm-snooze:before {
    content: "\EC5A"
}

.bxs-album:before {
    content: "\EC5B"
}

.bxs-ambulance:before {
    content: "\EC5C"
}

.bxs-analyse:before {
    content: "\EC5D"
}

.bxs-angry:before {
    content: "\EC5E"
}

.bxs-arch:before {
    content: "\EC5F"
}

.bxs-archive:before {
    content: "\EC60"
}

.bxs-archive-in:before {
    content: "\EC61"
}

.bxs-archive-out:before {
    content: "\EC62"
}

.bxs-area:before {
    content: "\EC63"
}

.bxs-arrow-from-bottom:before {
    content: "\EC64"
}

.bxs-arrow-from-left:before {
    content: "\EC65"
}

.bxs-arrow-from-right:before {
    content: "\EC66"
}

.bxs-arrow-from-top:before {
    content: "\EC67"
}

.bxs-arrow-to-bottom:before {
    content: "\EC68"
}

.bxs-arrow-to-left:before {
    content: "\EC69"
}

.bxs-arrow-to-right:before {
    content: "\EC6A"
}

.bxs-arrow-to-top:before {
    content: "\EC6B"
}

.bxs-award:before {
    content: "\EC6C"
}

.bxs-baby-carriage:before {
    content: "\EC6D"
}

.bxs-backpack:before {
    content: "\EC6E"
}

.bxs-badge:before {
    content: "\EC6F"
}

.bxs-badge-check:before {
    content: "\EC70"
}

.bxs-badge-dollar:before {
    content: "\EC71"
}

.bxs-ball:before {
    content: "\EC72"
}

.bxs-band-aid:before {
    content: "\EC73"
}

.bxs-bank:before {
    content: "\EC74"
}

.bxs-bar-chart-alt-2:before {
    content: "\EC75"
}

.bxs-bar-chart-square:before {
    content: "\EC76"
}

.bxs-barcode:before {
    content: "\EC77"
}

.bxs-baseball:before {
    content: "\EC78"
}

.bxs-basket:before {
    content: "\EC79"
}

.bxs-basketball:before {
    content: "\EC7A"
}

.bxs-bath:before {
    content: "\EC7B"
}

.bxs-battery:before {
    content: "\EC7C"
}

.bxs-battery-charging:before {
    content: "\EC7D"
}

.bxs-battery-full:before {
    content: "\EC7E"
}

.bxs-battery-low:before {
    content: "\EC7F"
}

.bxs-bed:before {
    content: "\EC80"
}

.bxs-been-here:before {
    content: "\EC81"
}

.bxs-beer:before {
    content: "\EC82"
}

.bxs-bell:before {
    content: "\EC83"
}

.bxs-bell-minus:before {
    content: "\EC84"
}

.bxs-bell-off:before {
    content: "\EC85"
}

.bxs-bell-plus:before {
    content: "\EC86"
}

.bxs-bell-ring:before {
    content: "\EC87"
}

.bxs-bible:before {
    content: "\EC88"
}

.bxs-binoculars:before {
    content: "\EC89"
}

.bxs-blanket:before {
    content: "\EC8A"
}

.bxs-bolt:before {
    content: "\EC8B"
}

.bxs-bolt-circle:before {
    content: "\EC8C"
}

.bxs-bomb:before {
    content: "\EC8D"
}

.bxs-bone:before {
    content: "\EC8E"
}

.bxs-bong:before {
    content: "\EC8F"
}

.bxs-book:before {
    content: "\EC90"
}

.bxs-book-add:before {
    content: "\EC91"
}

.bxs-book-alt:before {
    content: "\EC92"
}

.bxs-book-bookmark:before {
    content: "\EC93"
}

.bxs-book-content:before {
    content: "\EC94"
}

.bxs-book-heart:before {
    content: "\EC95"
}

.bxs-bookmark:before {
    content: "\EC96"
}

.bxs-bookmark-minus:before {
    content: "\EC97"
}

.bxs-bookmark-plus:before {
    content: "\EC98"
}

.bxs-bookmarks:before {
    content: "\EC99"
}

.bxs-bookmark-star:before {
    content: "\EC9A"
}

.bxs-book-open:before {
    content: "\EC9B"
}

.bxs-book-reader:before {
    content: "\EC9C"
}

.bxs-bot:before {
    content: "\EC9D"
}

.bxs-bowling-ball:before {
    content: "\EC9E"
}

.bxs-box:before {
    content: "\EC9F"
}

.bxs-brain:before {
    content: "\ECA0"
}

.bxs-briefcase:before {
    content: "\ECA1"
}

.bxs-briefcase-alt:before {
    content: "\ECA2"
}

.bxs-briefcase-alt-2:before {
    content: "\ECA3"
}

.bxs-brightness:before {
    content: "\ECA4"
}

.bxs-brightness-half:before {
    content: "\ECA5"
}

.bxs-brush:before {
    content: "\ECA6"
}

.bxs-brush-alt:before {
    content: "\ECA7"
}

.bxs-bug:before {
    content: "\ECA8"
}

.bxs-bug-alt:before {
    content: "\ECA9"
}

.bxs-building:before {
    content: "\ECAA"
}

.bxs-building-house:before {
    content: "\ECAB"
}

.bxs-buildings:before {
    content: "\ECAC"
}

.bxs-bulb:before {
    content: "\ECAD"
}

.bxs-bullseye:before {
    content: "\ECAE"
}

.bxs-buoy:before {
    content: "\ECAF"
}

.bxs-bus:before {
    content: "\ECB0"
}

.bxs-business:before {
    content: "\ECB1"
}

.bxs-bus-school:before {
    content: "\ECB2"
}

.bxs-cabinet:before {
    content: "\ECB3"
}

.bxs-cake:before {
    content: "\ECB4"
}

.bxs-calculator:before {
    content: "\ECB5"
}

.bxs-calendar:before {
    content: "\ECB6"
}

.bxs-calendar-alt:before {
    content: "\ECB7"
}

.bxs-calendar-check:before {
    content: "\ECB8"
}

.bxs-calendar-edit:before {
    content: "\ECB9"
}

.bxs-calendar-event:before {
    content: "\ECBA"
}

.bxs-calendar-exclamation:before {
    content: "\ECBB"
}

.bxs-calendar-heart:before {
    content: "\ECBC"
}

.bxs-calendar-minus:before {
    content: "\ECBD"
}

.bxs-calendar-plus:before {
    content: "\ECBE"
}

.bxs-calendar-star:before {
    content: "\ECBF"
}

.bxs-calendar-week:before {
    content: "\ECC0"
}

.bxs-calendar-x:before {
    content: "\ECC1"
}

.bxs-camera:before {
    content: "\ECC2"
}

.bxs-camera-home:before {
    content: "\ECC3"
}

.bxs-camera-movie:before {
    content: "\ECC4"
}

.bxs-camera-off:before {
    content: "\ECC5"
}

.bxs-camera-plus:before {
    content: "\ECC6"
}

.bxs-capsule:before {
    content: "\ECC7"
}

.bxs-captions:before {
    content: "\ECC8"
}

.bxs-car:before {
    content: "\ECC9"
}

.bxs-car-battery:before {
    content: "\ECCA"
}

.bxs-car-crash:before {
    content: "\ECCB"
}

.bxs-card:before {
    content: "\ECCC"
}

.bxs-caret-down-circle:before {
    content: "\ECCD"
}

.bxs-caret-down-square:before {
    content: "\ECCE"
}

.bxs-caret-left-circle:before {
    content: "\ECCF"
}

.bxs-caret-left-square:before {
    content: "\ECD0"
}

.bxs-caret-right-circle:before {
    content: "\ECD1"
}

.bxs-caret-right-square:before {
    content: "\ECD2"
}

.bxs-caret-up-circle:before {
    content: "\ECD3"
}

.bxs-caret-up-square:before {
    content: "\ECD4"
}

.bxs-car-garage:before {
    content: "\ECD5"
}

.bxs-car-mechanic:before {
    content: "\ECD6"
}

.bxs-carousel:before {
    content: "\ECD7"
}

.bxs-cart:before {
    content: "\ECD8"
}

.bxs-cart-add:before {
    content: "\ECD9"
}

.bxs-cart-alt:before {
    content: "\ECDA"
}

.bxs-cart-download:before {
    content: "\ECDB"
}

.bxs-car-wash:before {
    content: "\ECDC"
}

.bxs-cctv:before {
    content: "\ECDD"
}

.bxs-certification:before {
    content: "\ECDE"
}

.bxs-chalkboard:before {
    content: "\ECDF"
}

.bxs-chart:before {
    content: "\ECE0"
}

.bxs-chat:before {
    content: "\ECE1"
}

.bxs-checkbox:before {
    content: "\ECE2"
}

.bxs-checkbox-checked:before {
    content: "\ECE3"
}

.bxs-check-circle:before {
    content: "\ECE4"
}

.bxs-check-shield:before {
    content: "\ECE5"
}

.bxs-check-square:before {
    content: "\ECE6"
}

.bxs-chess:before {
    content: "\ECE7"
}

.bxs-chevron-down:before {
    content: "\ECE8"
}

.bxs-chevron-down-circle:before {
    content: "\ECE9"
}

.bxs-chevron-down-square:before {
    content: "\ECEA"
}

.bxs-chevron-left:before {
    content: "\ECEB"
}

.bxs-chevron-left-circle:before {
    content: "\ECEC"
}

.bxs-chevron-left-square:before {
    content: "\ECED"
}

.bxs-chevron-right:before {
    content: "\ECEE"
}

.bxs-chevron-right-circle:before {
    content: "\ECEF"
}

.bxs-chevron-right-square:before {
    content: "\ECF0"
}

.bxs-chevrons-down:before {
    content: "\ECF1"
}

.bxs-chevrons-left:before {
    content: "\ECF2"
}

.bxs-chevrons-right:before {
    content: "\ECF3"
}

.bxs-chevrons-up:before {
    content: "\ECF4"
}

.bxs-chevron-up:before {
    content: "\ECF5"
}

.bxs-chevron-up-circle:before {
    content: "\ECF6"
}

.bxs-chevron-up-square:before {
    content: "\ECF7"
}

.bxs-chip:before {
    content: "\ECF8"
}

.bxs-church:before {
    content: "\ECF9"
}

.bxs-circle:before {
    content: "\ECFA"
}

.bxs-city:before {
    content: "\ECFB"
}

.bxs-clinic:before {
    content: "\ECFC"
}

.bxs-cloud:before {
    content: "\ECFD"
}

.bxs-cloud-download:before {
    content: "\ECFE"
}

.bxs-cloud-lightning:before {
    content: "\ECFF"
}

.bxs-cloud-rain:before {
    content: "\ED00"
}

.bxs-cloud-upload:before {
    content: "\ED01"
}

.bxs-coffee:before {
    content: "\ED02"
}

.bxs-coffee-alt:before {
    content: "\ED03"
}

.bxs-coffee-togo:before {
    content: "\ED04"
}

.bxs-cog:before {
    content: "\ED05"
}

.bxs-coin:before {
    content: "\ED06"
}

.bxs-coin-stack:before {
    content: "\ED07"
}

.bxs-collection:before {
    content: "\ED08"
}

.bxs-color-fill:before {
    content: "\ED09"
}

.bxs-comment:before {
    content: "\ED0A"
}

.bxs-comment-add:before {
    content: "\ED0B"
}

.bxs-comment-check:before {
    content: "\ED0C"
}

.bxs-comment-detail:before {
    content: "\ED0D"
}

.bxs-comment-dots:before {
    content: "\ED0E"
}

.bxs-comment-edit:before {
    content: "\ED0F"
}

.bxs-comment-error:before {
    content: "\ED10"
}

.bxs-comment-minus:before {
    content: "\ED11"
}

.bxs-comment-x:before {
    content: "\ED12"
}

.bxs-compass:before {
    content: "\ED13"
}

.bxs-component:before {
    content: "\ED14"
}

.bxs-confused:before {
    content: "\ED15"
}

.bxs-contact:before {
    content: "\ED16"
}

.bxs-conversation:before {
    content: "\ED17"
}

.bxs-cookie:before {
    content: "\ED18"
}

.bxs-cool:before {
    content: "\ED19"
}

.bxs-copy:before {
    content: "\ED1A"
}

.bxs-copy-alt:before {
    content: "\ED1B"
}

.bxs-copyright:before {
    content: "\ED1C"
}

.bxs-coupon:before {
    content: "\ED1D"
}

.bxs-credit-card:before {
    content: "\ED1E"
}

.bxs-credit-card-alt:before {
    content: "\ED1F"
}

.bxs-credit-card-front:before {
    content: "\ED20"
}

.bxs-crop:before {
    content: "\ED21"
}

.bxs-crown:before {
    content: "\ED22"
}

.bxs-cube:before {
    content: "\ED23"
}

.bxs-cube-alt:before {
    content: "\ED24"
}

.bxs-cuboid:before {
    content: "\ED25"
}

.bxs-customize:before {
    content: "\ED26"
}

.bxs-cylinder:before {
    content: "\ED27"
}

.bxs-dashboard:before {
    content: "\ED28"
}

.bxs-data:before {
    content: "\ED29"
}

.bxs-detail:before {
    content: "\ED2A"
}

.bxs-devices:before {
    content: "\ED2B"
}

.bxs-diamond:before {
    content: "\ED2C"
}

.bxs-dice-1:before {
    content: "\ED2D"
}

.bxs-dice-2:before {
    content: "\ED2E"
}

.bxs-dice-3:before {
    content: "\ED2F"
}

.bxs-dice-4:before {
    content: "\ED30"
}

.bxs-dice-5:before {
    content: "\ED31"
}

.bxs-dice-6:before {
    content: "\ED32"
}

.bxs-direction-left:before {
    content: "\ED33"
}

.bxs-direction-right:before {
    content: "\ED34"
}

.bxs-directions:before {
    content: "\ED35"
}

.bxs-disc:before {
    content: "\ED36"
}

.bxs-discount:before {
    content: "\ED37"
}

.bxs-dish:before {
    content: "\ED38"
}

.bxs-dislike:before {
    content: "\ED39"
}

.bxs-dizzy:before {
    content: "\ED3A"
}

.bxs-dock-bottom:before {
    content: "\ED3B"
}

.bxs-dock-left:before {
    content: "\ED3C"
}

.bxs-dock-right:before {
    content: "\ED3D"
}

.bxs-dock-top:before {
    content: "\ED3E"
}

.bxs-dollar-circle:before {
    content: "\ED3F"
}

.bxs-donate-blood:before {
    content: "\ED40"
}

.bxs-donate-heart:before {
    content: "\ED41"
}

.bxs-door-open:before {
    content: "\ED42"
}

.bxs-doughnut-chart:before {
    content: "\ED43"
}

.bxs-down-arrow:before {
    content: "\ED44"
}

.bxs-down-arrow-alt:before {
    content: "\ED45"
}

.bxs-down-arrow-circle:before {
    content: "\ED46"
}

.bxs-down-arrow-square:before {
    content: "\ED47"
}

.bxs-download:before {
    content: "\ED48"
}

.bxs-downvote:before {
    content: "\ED49"
}

.bxs-drink:before {
    content: "\ED4A"
}

.bxs-droplet:before {
    content: "\ED4B"
}

.bxs-droplet-half:before {
    content: "\ED4C"
}

.bxs-dryer:before {
    content: "\ED4D"
}

.bxs-duplicate:before {
    content: "\ED4E"
}

.bxs-edit:before {
    content: "\ED4F"
}

.bxs-edit-alt:before {
    content: "\ED50"
}

.bxs-edit-location:before {
    content: "\ED51"
}

.bxs-eject:before {
    content: "\ED52"
}

.bxs-envelope:before {
    content: "\ED53"
}

.bxs-envelope-open:before {
    content: "\ED54"
}

.bxs-eraser:before {
    content: "\ED55"
}

.bxs-error:before {
    content: "\ED56"
}

.bxs-error-alt:before {
    content: "\ED57"
}

.bxs-error-circle:before {
    content: "\ED58"
}

.bxs-ev-station:before {
    content: "\ED59"
}

.bxs-exit:before {
    content: "\ED5A"
}

.bxs-extension:before {
    content: "\ED5B"
}

.bxs-eyedropper:before {
    content: "\ED5C"
}

.bxs-face:before {
    content: "\ED5D"
}

.bxs-factory:before {
    content: "\ED5E"
}

.bxs-fast-forward-circle:before {
    content: "\ED5F"
}

.bxs-file:before {
    content: "\ED60"
}

.bxs-file-archive:before {
    content: "\ED61"
}

.bxs-file-blank:before {
    content: "\ED62"
}

.bxs-file-css:before {
    content: "\ED63"
}

.bxs-file-doc:before {
    content: "\ED64"
}

.bxs-file-export:before {
    content: "\ED65"
}

.bxs-file-find:before {
    content: "\ED66"
}

.bxs-file-gif:before {
    content: "\ED67"
}

.bxs-file-html:before {
    content: "\ED68"
}

.bxs-file-image:before {
    content: "\ED69"
}

.bxs-file-import:before {
    content: "\ED6A"
}

.bxs-file-jpg:before {
    content: "\ED6B"
}

.bxs-file-js:before {
    content: "\ED6C"
}

.bxs-file-json:before {
    content: "\ED6D"
}

.bxs-file-md:before {
    content: "\ED6E"
}

.bxs-file-pdf:before {
    content: "\ED6F"
}

.bxs-file-plus:before {
    content: "\ED70"
}

.bxs-file-png:before {
    content: "\ED71"
}

.bxs-file-txt:before {
    content: "\ED72"
}

.bxs-film:before {
    content: "\ED73"
}

.bxs-filter-alt:before {
    content: "\ED74"
}

.bxs-first-aid:before {
    content: "\ED75"
}

.bxs-flag:before {
    content: "\ED76"
}

.bxs-flag-alt:before {
    content: "\ED77"
}

.bxs-flag-checkered:before {
    content: "\ED78"
}

.bxs-flame:before {
    content: "\ED79"
}

.bxs-flask:before {
    content: "\ED7A"
}

.bxs-florist:before {
    content: "\ED7B"
}

.bxs-folder:before {
    content: "\ED7C"
}

.bxs-folder-minus:before {
    content: "\ED7D"
}

.bxs-folder-open:before {
    content: "\ED7E"
}

.bxs-folder-plus:before {
    content: "\ED7F"
}

.bxs-food-menu:before {
    content: "\ED80"
}

.bxs-fridge:before {
    content: "\ED81"
}

.bxs-game:before {
    content: "\ED82"
}

.bxs-gas-pump:before {
    content: "\ED83"
}

.bxs-ghost:before {
    content: "\ED84"
}

.bxs-gift:before {
    content: "\ED85"
}

.bxs-graduation:before {
    content: "\ED86"
}

.bxs-grid:before {
    content: "\ED87"
}

.bxs-grid-alt:before {
    content: "\ED88"
}

.bxs-group:before {
    content: "\ED89"
}

.bxs-guitar-amp:before {
    content: "\ED8A"
}

.bxs-hand-down:before {
    content: "\ED8B"
}

.bxs-hand-left:before {
    content: "\ED8C"
}

.bxs-hand-right:before {
    content: "\ED8D"
}

.bxs-hand-up:before {
    content: "\ED8E"
}

.bxs-happy:before {
    content: "\ED8F"
}

.bxs-happy-alt:before {
    content: "\ED90"
}

.bxs-happy-beaming:before {
    content: "\ED91"
}

.bxs-happy-heart-eyes:before {
    content: "\ED92"
}

.bxs-hdd:before {
    content: "\ED93"
}

.bxs-heart:before {
    content: "\ED94"
}

.bxs-heart-circle:before {
    content: "\ED95"
}

.bxs-heart-square:before {
    content: "\ED96"
}

.bxs-help-circle:before {
    content: "\ED97"
}

.bxs-hide:before {
    content: "\ED98"
}

.bxs-home:before {
    content: "\ED99"
}

.bxs-home-circle:before {
    content: "\ED9A"
}

.bxs-home-heart:before {
    content: "\ED9B"
}

.bxs-home-smile:before {
    content: "\ED9C"
}

.bxs-hot:before {
    content: "\ED9D"
}

.bxs-hotel:before {
    content: "\ED9E"
}

.bxs-hourglass:before {
    content: "\ED9F"
}

.bxs-hourglass-bottom:before {
    content: "\EDA0"
}

.bxs-hourglass-top:before {
    content: "\EDA1"
}

.bxs-id-card:before {
    content: "\EDA2"
}

.bxs-image:before {
    content: "\EDA3"
}

.bxs-image-add:before {
    content: "\EDA4"
}

.bxs-image-alt:before {
    content: "\EDA5"
}

.bxs-inbox:before {
    content: "\EDA6"
}

.bxs-info-circle:before {
    content: "\EDA7"
}

.bxs-info-square:before {
    content: "\EDA8"
}

.bxs-institution:before {
    content: "\EDA9"
}

.bxs-joystick:before {
    content: "\EDAA"
}

.bxs-joystick-alt:before {
    content: "\EDAB"
}

.bxs-joystick-button:before {
    content: "\EDAC"
}

.bxs-key:before {
    content: "\EDAD"
}

.bxs-keyboard:before {
    content: "\EDAE"
}

.bxs-label:before {
    content: "\EDAF"
}

.bxs-landmark:before {
    content: "\EDB0"
}

.bxs-landscape:before {
    content: "\EDB1"
}

.bxs-laugh:before {
    content: "\EDB2"
}

.bxs-layer:before {
    content: "\EDB3"
}

.bxs-layer-minus:before {
    content: "\EDB4"
}

.bxs-layer-plus:before {
    content: "\EDB5"
}

.bxs-layout:before {
    content: "\EDB6"
}

.bxs-left-arrow:before {
    content: "\EDB7"
}

.bxs-left-arrow-alt:before {
    content: "\EDB8"
}

.bxs-left-arrow-circle:before {
    content: "\EDB9"
}

.bxs-left-arrow-square:before {
    content: "\EDBA"
}

.bxs-left-down-arrow-circle:before {
    content: "\EDBB"
}

.bxs-left-top-arrow-circle:before {
    content: "\EDBC"
}

.bxs-like:before {
    content: "\EDBD"
}

.bxs-location-plus:before {
    content: "\EDBE"
}

.bxs-lock:before {
    content: "\EDBF"
}

.bxs-lock-alt:before {
    content: "\EDC0"
}

.bxs-lock-open:before {
    content: "\EDC1"
}

.bxs-lock-open-alt:before {
    content: "\EDC2"
}

.bxs-log-in:before {
    content: "\EDC3"
}

.bxs-log-in-circle:before {
    content: "\EDC4"
}

.bxs-log-out:before {
    content: "\EDC5"
}

.bxs-log-out-circle:before {
    content: "\EDC6"
}

.bxs-low-vision:before {
    content: "\EDC7"
}

.bxs-magic-wand:before {
    content: "\EDC8"
}

.bxs-magnet:before {
    content: "\EDC9"
}

.bxs-map:before {
    content: "\EDCA"
}

.bxs-map-alt:before {
    content: "\EDCB"
}

.bxs-map-pin:before {
    content: "\EDCC"
}

.bxs-mask:before {
    content: "\EDCD"
}

.bxs-medal:before {
    content: "\EDCE"
}

.bxs-megaphone:before {
    content: "\EDCF"
}

.bxs-meh:before {
    content: "\EDD0"
}

.bxs-meh-alt:before {
    content: "\EDD1"
}

.bxs-meh-blank:before {
    content: "\EDD2"
}

.bxs-memory-card:before {
    content: "\EDD3"
}

.bxs-message:before {
    content: "\EDD4"
}

.bxs-message-add:before {
    content: "\EDD5"
}

.bxs-message-alt:before {
    content: "\EDD6"
}

.bxs-message-alt-add:before {
    content: "\EDD7"
}

.bxs-message-alt-check:before {
    content: "\EDD8"
}

.bxs-message-alt-detail:before {
    content: "\EDD9"
}

.bxs-message-alt-dots:before {
    content: "\EDDA"
}

.bxs-message-alt-edit:before {
    content: "\EDDB"
}

.bxs-message-alt-error:before {
    content: "\EDDC"
}

.bxs-message-alt-minus:before {
    content: "\EDDD"
}

.bxs-message-alt-x:before {
    content: "\EDDE"
}

.bxs-message-check:before {
    content: "\EDDF"
}

.bxs-message-detail:before {
    content: "\EDE0"
}

.bxs-message-dots:before {
    content: "\EDE1"
}

.bxs-message-edit:before {
    content: "\EDE2"
}

.bxs-message-error:before {
    content: "\EDE3"
}

.bxs-message-minus:before {
    content: "\EDE4"
}

.bxs-message-rounded:before {
    content: "\EDE5"
}

.bxs-message-rounded-add:before {
    content: "\EDE6"
}

.bxs-message-rounded-check:before {
    content: "\EDE7"
}

.bxs-message-rounded-detail:before {
    content: "\EDE8"
}

.bxs-message-rounded-dots:before {
    content: "\EDE9"
}

.bxs-message-rounded-edit:before {
    content: "\EDEA"
}

.bxs-message-rounded-error:before {
    content: "\EDEB"
}

.bxs-message-rounded-minus:before {
    content: "\EDEC"
}

.bxs-message-rounded-x:before {
    content: "\EDED"
}

.bxs-message-square:before {
    content: "\EDEE"
}

.bxs-message-square-add:before {
    content: "\EDEF"
}

.bxs-message-square-check:before {
    content: "\EDF0"
}

.bxs-message-square-detail:before {
    content: "\EDF1"
}

.bxs-message-square-dots:before {
    content: "\EDF2"
}

.bxs-message-square-edit:before {
    content: "\EDF3"
}

.bxs-message-square-error:before {
    content: "\EDF4"
}

.bxs-message-square-minus:before {
    content: "\EDF5"
}

.bxs-message-square-x:before {
    content: "\EDF6"
}

.bxs-message-x:before {
    content: "\EDF7"
}

.bxs-meteor:before {
    content: "\EDF8"
}

.bxs-microchip:before {
    content: "\EDF9"
}

.bxs-microphone:before {
    content: "\EDFA"
}

.bxs-microphone-alt:before {
    content: "\EDFB"
}

.bxs-microphone-off:before {
    content: "\EDFC"
}

.bxs-minus-circle:before {
    content: "\EDFD"
}

.bxs-minus-square:before {
    content: "\EDFE"
}

.bxs-mobile:before {
    content: "\EDFF"
}

.bxs-mobile-vibration:before {
    content: "\EE00"
}

.bxs-moon:before {
    content: "\EE01"
}

.bxs-mouse:before {
    content: "\EE02"
}

.bxs-mouse-alt:before {
    content: "\EE03"
}

.bxs-movie:before {
    content: "\EE04"
}

.bxs-music:before {
    content: "\EE05"
}

.bxs-navigation:before {
    content: "\EE06"
}

.bxs-network-chart:before {
    content: "\EE07"
}

.bxs-news:before {
    content: "\EE08"
}

.bxs-no-entry:before {
    content: "\EE09"
}

.bxs-note:before {
    content: "\EE0A"
}

.bxs-notepad:before {
    content: "\EE0B"
}

.bxs-notification:before {
    content: "\EE0C"
}

.bxs-notification-off:before {
    content: "\EE0D"
}

.bxs-offer:before {
    content: "\EE0E"
}

.bxs-package:before {
    content: "\EE0F"
}

.bxs-paint:before {
    content: "\EE10"
}

.bxs-paint-roll:before {
    content: "\EE11"
}

.bxs-palette:before {
    content: "\EE12"
}

.bxs-paper-plane:before {
    content: "\EE13"
}

.bxs-parking:before {
    content: "\EE14"
}

.bxs-paste:before {
    content: "\EE15"
}

.bxs-pen:before {
    content: "\EE16"
}

.bxs-pencil:before {
    content: "\EE17"
}

.bxs-phone:before {
    content: "\EE18"
}

.bxs-phone-call:before {
    content: "\EE19"
}

.bxs-phone-incoming:before {
    content: "\EE1A"
}

.bxs-phone-outgoing:before {
    content: "\EE1B"
}

.bxs-photo-album:before {
    content: "\EE1C"
}

.bxs-piano:before {
    content: "\EE1D"
}

.bxs-pie-chart:before {
    content: "\EE1E"
}

.bxs-pie-chart-alt:before {
    content: "\EE1F"
}

.bxs-pie-chart-alt-2:before {
    content: "\EE20"
}

.bxs-pin:before {
    content: "\EE21"
}

.bxs-pizza:before {
    content: "\EE22"
}

.bxs-plane:before {
    content: "\EE23"
}

.bxs-plane-alt:before {
    content: "\EE24"
}

.bxs-plane-land:before {
    content: "\EE25"
}

.bxs-planet:before {
    content: "\EE26"
}

.bxs-plane-take-off:before {
    content: "\EE27"
}

.bxs-playlist:before {
    content: "\EE28"
}

.bxs-plug:before {
    content: "\EE29"
}

.bxs-plus-circle:before {
    content: "\EE2A"
}

.bxs-plus-square:before {
    content: "\EE2B"
}

.bxs-pointer:before {
    content: "\EE2C"
}

.bxs-polygon:before {
    content: "\EE2D"
}

.bxs-printer:before {
    content: "\EE2E"
}

.bxs-purchase-tag:before {
    content: "\EE2F"
}

.bxs-purchase-tag-alt:before {
    content: "\EE30"
}

.bxs-pyramid:before {
    content: "\EE31"
}

.bxs-quote-alt-left:before {
    content: "\EE32"
}

.bxs-quote-alt-right:before {
    content: "\EE33"
}

.bxs-quote-left:before {
    content: "\EE34"
}

.bxs-quote-right:before {
    content: "\EE35"
}

.bxs-quote-single-left:before {
    content: "\EE36"
}

.bxs-quote-single-right:before {
    content: "\EE37"
}

.bxs-radiation:before {
    content: "\EE38"
}

.bxs-radio:before {
    content: "\EE39"
}

.bxs-receipt:before {
    content: "\EE3A"
}

.bxs-rectangle:before {
    content: "\EE3B"
}

.bxs-rename:before {
    content: "\EE3C"
}

.bxs-report:before {
    content: "\EE3D"
}

.bxs-rewind-circle:before {
    content: "\EE3E"
}

.bxs-right-arrow:before {
    content: "\EE3F"
}

.bxs-right-arrow-alt:before {
    content: "\EE40"
}

.bxs-right-arrow-circle:before {
    content: "\EE41"
}

.bxs-right-arrow-square:before {
    content: "\EE42"
}

.bxs-right-down-arrow-circle:before {
    content: "\EE43"
}

.bxs-right-top-arrow-circle:before {
    content: "\EE44"
}

.bxs-rocket:before {
    content: "\EE45"
}

.bxs-ruler:before {
    content: "\EE46"
}

.bxs-sad:before {
    content: "\EE47"
}

.bxs-save:before {
    content: "\EE48"
}

.bxs-school:before {
    content: "\EE49"
}

.bxs-search:before {
    content: "\EE4A"
}

.bxs-search-alt-2:before {
    content: "\EE4B"
}

.bxs-select-multiple:before {
    content: "\EE4C"
}

.bxs-send:before {
    content: "\EE4D"
}

.bxs-server:before {
    content: "\EE4E"
}

.bxs-shapes:before {
    content: "\EE4F"
}

.bxs-share:before {
    content: "\EE50"
}

.bxs-share-alt:before {
    content: "\EE51"
}

.bxs-shield:before {
    content: "\EE52"
}

.bxs-shield-alt-2:before {
    content: "\EE53"
}

.bxs-shield-x:before {
    content: "\EE54"
}

.bxs-ship:before {
    content: "\EE55"
}

.bxs-shocked:before {
    content: "\EE56"
}

.bxs-shopping-bag:before {
    content: "\EE57"
}

.bxs-shopping-bag-alt:before {
    content: "\EE58"
}

.bxs-shopping-bags:before {
    content: "\EE59"
}

.bxs-show:before {
    content: "\EE5A"
}

.bxs-skip-next-circle:before {
    content: "\EE5B"
}

.bxs-skip-previous-circle:before {
    content: "\EE5C"
}

.bxs-skull:before {
    content: "\EE5D"
}

.bxs-sleepy:before {
    content: "\EE5E"
}

.bxs-slideshow:before {
    content: "\EE5F"
}

.bxs-smile:before {
    content: "\EE60"
}

.bxs-sort-alt:before {
    content: "\EE61"
}

.bxs-spa:before {
    content: "\EE62"
}

.bxs-spray-can:before {
    content: "\EE63"
}

.bxs-spreadsheet:before {
    content: "\EE64"
}

.bxs-square:before {
    content: "\EE65"
}

.bxs-square-rounded:before {
    content: "\EE66"
}

.bxs-star:before {
    content: "\EE67"
}

.bxs-star-half:before {
    content: "\EE68"
}

.bxs-sticker:before {
    content: "\EE69"
}

.bxs-stopwatch:before {
    content: "\EE6A"
}

.bxs-store:before {
    content: "\EE6B"
}

.bxs-store-alt:before {
    content: "\EE6C"
}

.bxs-sun:before {
    content: "\EE6D"
}

.bxs-tachometer:before {
    content: "\EE6E"
}

.bxs-tag:before {
    content: "\EE6F"
}

.bxs-tag-x:before {
    content: "\EE70"
}

.bxs-taxi:before {
    content: "\EE71"
}

.bxs-tennis-ball:before {
    content: "\EE72"
}

.bxs-terminal:before {
    content: "\EE73"
}

.bxs-thermometer:before {
    content: "\EE74"
}

.bxs-time:before {
    content: "\EE75"
}

.bxs-time-five:before {
    content: "\EE76"
}

.bxs-timer:before {
    content: "\EE77"
}

.bxs-tired:before {
    content: "\EE78"
}

.bxs-toggle-left:before {
    content: "\EE79"
}

.bxs-toggle-right:before {
    content: "\EE7A"
}

.bxs-tone:before {
    content: "\EE7B"
}

.bxs-torch:before {
    content: "\EE7C"
}

.bxs-to-top:before {
    content: "\EE7D"
}

.bxs-traffic:before {
    content: "\EE7E"
}

.bxs-traffic-barrier:before {
    content: "\EE7F"
}

.bxs-traffic-cone:before {
    content: "\EE80"
}

.bxs-train:before {
    content: "\EE81"
}

.bxs-trash:before {
    content: "\EE82"
}

.bxs-trash-alt:before {
    content: "\EE83"
}

.bxs-tree:before {
    content: "\EE84"
}

.bxs-trophy:before {
    content: "\EE85"
}

.bxs-truck:before {
    content: "\EE86"
}

.bxs-t-shirt:before {
    content: "\EE87"
}

.bxs-up-arrow:before {
    content: "\EE88"
}

.bxs-up-arrow-alt:before {
    content: "\EE89"
}

.bxs-up-arrow-circle:before {
    content: "\EE8A"
}

.bxs-up-arrow-square:before {
    content: "\EE8B"
}

.bxs-upside-down:before {
    content: "\EE8C"
}

.bxs-upvote:before {
    content: "\EE8D"
}

.bxs-user:before {
    content: "\EE8E"
}

.bxs-user-badge:before {
    content: "\EE8F"
}

.bxs-user-check:before {
    content: "\EE90"
}

.bxs-user-circle:before {
    content: "\EE91"
}

.bxs-user-detail:before {
    content: "\EE92"
}

.bxs-user-minus:before {
    content: "\EE93"
}

.bxs-user-pin:before {
    content: "\EE94"
}

.bxs-user-plus:before {
    content: "\EE95"
}

.bxs-user-rectangle:before {
    content: "\EE96"
}

.bxs-user-voice:before {
    content: "\EE97"
}

.bxs-user-x:before {
    content: "\EE98"
}

.bxs-vector:before {
    content: "\EE99"
}

.bxs-vial:before {
    content: "\EE9A"
}

.bxs-video:before {
    content: "\EE9B"
}

.bxs-video-off:before {
    content: "\EE9C"
}

.bxs-video-plus:before {
    content: "\EE9D"
}

.bxs-video-recording:before {
    content: "\EE9E"
}

.bxs-videos:before {
    content: "\EE9F"
}

.bxs-volume:before {
    content: "\EEA0"
}

.bxs-volume-full:before {
    content: "\EEA1"
}

.bxs-volume-low:before {
    content: "\EEA2"
}

.bxs-volume-mute:before {
    content: "\EEA3"
}

.bxs-wallet:before {
    content: "\EEA4"
}

.bxs-wallet-alt:before {
    content: "\EEA5"
}

.bxs-washer:before {
    content: "\EEA6"
}

.bxs-watch:before {
    content: "\EEA7"
}

.bxs-watch-alt:before {
    content: "\EEA8"
}

.bxs-webcam:before {
    content: "\EEA9"
}

.bxs-widget:before {
    content: "\EEAA"
}

.bxs-window-alt:before {
    content: "\EEAB"
}

.bxs-wine:before {
    content: "\EEAC"
}

.bxs-wink-smile:before {
    content: "\EEAD"
}

.bxs-wink-tongue:before {
    content: "\EEAE"
}

.bxs-wrench:before {
    content: "\EEAF"
}

.bxs-x-circle:before {
    content: "\EEB0"
}

.bxs-x-square:before {
    content: "\EEB1"
}

.bxs-yin-yang:before {
    content: "\EEB2"
}

.bxs-zap:before {
    content: "\EEB3"
}

.bxs-zoom-in:before {
    content: "\EEB4"
}

.bxs-zoom-out:before {
    content: "\EEB5"
}

@font-face {
    font-family: Flaticon;
    src: url(img/Flaticon-31f29b3cbf9ec33b7172fd617de02d0a.eot);
    src: url(img/Flaticon-31f29b3cbf9ec33b7172fd617de02d0a.eot?#iefix) format("embedded-opentype"), url(img/Flaticon-1aacb461ec1eaffa4f192d24c7ba9672.woff2) format("woff2"), url(img/Flaticon-2d22e671798059ded177858f55b4c3e6.woff) format("woff"), url(img/Flaticon-226d52c4d34b7f8422b838a90e2a8202.ttf) format("truetype"), url(img/Flaticon-e28b3d879f5a6d1b15cfde719c195bc7.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(img/Flaticon-e28b3d879f5a6d1b15cfde719c195bc7.svg#Flaticon) format("svg")
    }
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-user:before {
    content: "\F100"
}

.flaticon-right:before {
    content: "\F101"
}

.flaticon-refresh:before {
    content: "\F102"
}

.flaticon-left:before {
    content: "\F103"
}

.flaticon-right-1:before {
    content: "\F104"
}

.flaticon-left-1:before {
    content: "\F105"
}

.flaticon-right-quote:before {
    content: "\F106"
}

.flaticon-left-quote:before {
    content: "\F107"
}

.flaticon-calendar:before {
    content: "\F108"
}

.flaticon-rocket:before {
    content: "\F109"
}

.flaticon-laptop:before {
    content: "\F10A"
}

.flaticon-money:before {
    content: "\F10B"
}

.flaticon-google-play:before {
    content: "\F10C"
}

.flaticon-loupe:before {
    content: "\F10D"
}

.flaticon-up:before {
    content: "\F10E"
}

.flaticon-tick:before {
    content: "\F10F"
}

.flaticon-agendas:before {
    content: "\F110"
}

.flaticon-team:before {
    content: "\F111"
}

.flaticon-factory:before {
    content: "\F112"
}

.flaticon-hospital:before {
    content: "\F113"
}

.flaticon-tracking:before {
    content: "\F114"
}

.flaticon-investment:before {
    content: "\F115"
}

.flaticon-house:before {
    content: "\F116"
}

.flaticon-order:before {
    content: "\F117"
}

.flaticon-family-insurance:before {
    content: "\F118"
}

.flaticon-bitcoin:before {
    content: "\F119"
}

.flaticon-segmentation:before {
    content: "\F11A"
}

.flaticon-analytics:before {
    content: "\F11B"
}

.flaticon-settings:before {
    content: "\F11C"
}

.flaticon-analysis:before {
    content: "\F11D"
}

.flaticon-structure:before {
    content: "\F11E"
}

.flaticon-idea:before {
    content: "\F11F"
}

.flaticon-earth-day:before {
    content: "\F120"
}

.flaticon-history:before {
    content: "\F121"
}

.flaticon-shopping-basket:before {
    content: "\F122"
}

.flaticon-price-tag:before {
    content: "\F123"
}

.flaticon-teacher:before {
    content: "\F124"
}

.flaticon-stopwatch:before {
    content: "\F125"
}

.flaticon-distance-education:before {
    content: "\F126"
}

.flaticon-web:before {
    content: "\F127"
}

.flaticon-open-padlock:before {
    content: "\F128"
}

.flaticon-share:before {
    content: "\F129"
}

.flaticon-notebook:before {
    content: "\F12A"
}

.flaticon-lock:before {
    content: "\F12B"
}

.flaticon-book:before {
    content: "\F12C"
}

.flaticon-shopping-cart:before {
    content: "\F12D"
}

.flaticon-view:before {
    content: "\F12E"
}

@keyframes modal-video {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-video-inner {
    0% {
        transform: translateY(100px)
    }

    to {
        transform: translate(0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video;
    transition: opacity .3s ease-out
}

.modal-video-effect-exit {
    opacity: 0
}

.modal-video-effect-exit .modal-video-movie-wrap {
    transform: translateY(100px)
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video-inner;
    transform: translate(0);
    transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

.modal-video-close-btn:before {
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    transform: rotate(-45deg)
}

.modal-video-close-btn:after,
.modal-video-close-btn:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

.accordion {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px
}

.accordion__item+.accordion__item {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.accordion__button {
    background-color: #f4f4f4;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none
}

.accordion__button:hover {
    background-color: #ddd
}

.accordion__button:before {
    display: inline-block;
    content: "";
    height: 10px;
    width: 10px;
    margin-right: 12px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg)
}

.accordion__button[aria-expanded=true]:before,
.accordion__button[aria-selected=true]:before {
    transform: rotate(45deg)
}

[hidden] {
    display: none
}

.accordion__panel {
    padding: 20px;
    animation: fadein .35s ease-in
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes closeWindow {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.ril__outer {
    background-color: rgba(0, 0, 0, .85);
    outline: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    -ms-content-zooming: none;
    -ms-user-select: none;
    -ms-touch-select: none;
    touch-action: none
}

.ril__outerClosing {
    opacity: 0
}

.ril__image,
.ril__imageNext,
.ril__imagePrev,
.ril__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.ril__image,
.ril__imageNext,
.ril__imagePrev {
    margin: auto;
    max-width: none;
    -ms-content-zooming: none;
    -ms-user-select: none;
    -ms-touch-select: none;
    touch-action: none
}

.ril__imageDiscourager {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.ril__navButtons {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 34px;
    padding: 40px 30px;
    margin: auto;
    cursor: pointer;
    opacity: .7
}

.ril__navButtons:hover {
    opacity: 1
}

.ril__navButtons:active {
    opacity: .7
}

.ril__navButtonPrev {
    left: 0;
    background: rgba(0, 0, 0, .2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==") no-repeat 50%
}

.ril__navButtonNext {
    right: 0;
    background: rgba(0, 0, 0, .2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+") no-repeat 50%
}

.ril__downloadBlocker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    background-size: cover
}

.ril__caption,
.ril__toolbar {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between
}

.ril__caption {
    bottom: 0;
    max-height: 150px;
    overflow: auto
}

.ril__captionContent {
    padding: 10px 20px;
    color: #fff
}

.ril__toolbar {
    top: 0;
    height: 50px
}

.ril__toolbarSide {
    height: 50px;
    margin: 0
}

.ril__toolbarLeftSide {
    padding-left: 20px;
    padding-right: 0;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis
}

.ril__toolbarRightSide {
    padding-left: 0;
    padding-right: 20px;
    flex: 0 0 auto
}

.ril__toolbarItem {
    display: inline-block;
    line-height: 50px;
    padding: 0;
    color: #fff;
    font-size: 120%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ril__toolbarItemChild {
    vertical-align: middle
}

.ril__builtinButton {
    width: 40px;
    height: 35px;
    cursor: pointer;
    border: none;
    opacity: .7
}

.ril__builtinButton:hover {
    opacity: 1
}

.ril__builtinButton:active {
    outline: none
}

.ril__builtinButtonDisabled {
    cursor: default;
    opacity: .5
}

.ril__builtinButtonDisabled:hover {
    opacity: .5
}

.ril__closeButton {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat 50%
}

.ril__zoomInButton {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+") no-repeat 50%
}

.ril__zoomOutButton {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat 50%
}

.ril__outerAnimating {
    animation-name: closeWindow
}

@keyframes pointFade {

    0%,
    19.999%,
    to {
        opacity: 0
    }

    20% {
        opacity: 1
    }
}

.ril__loadingCircle {
    width: 60px;
    height: 60px;
    position: relative
}

.ril__loadingCirclePoint {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.ril__loadingCirclePoint:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 11%;
    height: 30%;
    background-color: #fff;
    border-radius: 30%;
    animation: pointFade .8s ease-in-out infinite both
}

.ril__loadingCirclePoint:first-of-type {
    transform: rotate(0deg)
}

.ril__loadingCirclePoint:first-of-type:before,
.ril__loadingCirclePoint:nth-of-type(7):before {
    animation-delay: -.8s
}

.ril__loadingCirclePoint:nth-of-type(2) {
    transform: rotate(30deg)
}

.ril__loadingCirclePoint:nth-of-type(8) {
    transform: rotate(210deg)
}

.ril__loadingCirclePoint:nth-of-type(2):before,
.ril__loadingCirclePoint:nth-of-type(8):before {
    animation-delay: -666ms
}

.ril__loadingCirclePoint:nth-of-type(3) {
    transform: rotate(60deg)
}

.ril__loadingCirclePoint:nth-of-type(9) {
    transform: rotate(240deg)
}

.ril__loadingCirclePoint:nth-of-type(3):before,
.ril__loadingCirclePoint:nth-of-type(9):before {
    animation-delay: -533ms
}

.ril__loadingCirclePoint:nth-of-type(4) {
    transform: rotate(90deg)
}

.ril__loadingCirclePoint:nth-of-type(10) {
    transform: rotate(270deg)
}

.ril__loadingCirclePoint:nth-of-type(4):before,
.ril__loadingCirclePoint:nth-of-type(10):before {
    animation-delay: -.4s
}

.ril__loadingCirclePoint:nth-of-type(5) {
    transform: rotate(120deg)
}

.ril__loadingCirclePoint:nth-of-type(11) {
    transform: rotate(300deg)
}

.ril__loadingCirclePoint:nth-of-type(5):before,
.ril__loadingCirclePoint:nth-of-type(11):before {
    animation-delay: -266ms
}

.ril__loadingCirclePoint:nth-of-type(6) {
    transform: rotate(150deg)
}

.ril__loadingCirclePoint:nth-of-type(12) {
    transform: rotate(330deg)
}

.ril__loadingCirclePoint:nth-of-type(6):before,
.ril__loadingCirclePoint:nth-of-type(12):before {
    animation-delay: -133ms
}

.ril__loadingCirclePoint:nth-of-type(7) {
    transform: rotate(180deg)
}

.ril__loadingCirclePoint:nth-of-type(13) {
    transform: rotate(1turn)
}

.ril__loadingCirclePoint:nth-of-type(7):before,
.ril__loadingCirclePoint:nth-of-type(13):before {
    animation-delay: 0ms
}

.ril__loadingContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.ril__imageNext .ril__loadingContainer,
.ril__imagePrev .ril__loadingContainer {
    display: none
}

.ril__errorContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.ril__imageNext .ril__errorContainer,
.ril__imagePrev .ril__errorContainer {
    display: none
}

.ril__loadingContainer__icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

body {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-family: Nunito, sans-serif
}

.container {
    max-width: 1230px
}

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: #6b6b84;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 17px
}

p:last-child {
    margin-bottom: 0
}

a {
    color: #221638;
    transition: .5s
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #ff5d22
}

.ptb-100 {
    padding-bottom: 100px
}

.pt-100,
.ptb-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px;
  
}

.bannermargin {
   
}

.ptb-70 {
    padding-bottom: 70px
}

.pt-70,
.ptb-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.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
}

.bg-fafafa {
    background-color: #fafafa
}

.animated-button1 {
    /* background: #ff5d22;
    color: #fff !important;
    padding: 12px 25px 12px 50px;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    border: none;
    position: relative;
    font-weight: 700;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4d4;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5); */
            /* border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background-color: #ff5d22;
    transition: .5s;
    border-radius: 5px;
    padding: 12px 25px 12px 50px;
    font-weight: 700;
    font-size: 16px */
    background: #ff5d22;
    color: #fff !important;
    padding: 10px 22px !important;
    /* padding: 12px 25px 12px 38px !important; */
    margin: 6px;
    border-radius: 5px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 7px 60px #caced2
  }
  
  .animated-button1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
  }
  
  .animated-button1:hover::before {
    opacity: 0.2;
  }
  
  .animated-button1 span {
    position: absolute;
    color: #fff;
  }
  
  .animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%) !important;
              transform: translateX(100%) !important;
    }
    100% {
      -webkit-transform: translateX(-100%) !important;
              transform: translateX(-100%) !important;
    }
  }
  
  .animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: #fff;
    background: #fff;
    -webkit-animation: 2s animateRight linear -1s infinite;
            animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
  
  .animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
     background: #fff;
    -webkit-animation: 2s animateBottom linear infinite;
            animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  .animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: #fff;
    -webkit-animation: 2s animateLeft linear -1s infinite;
            animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }

  .custom-btn {
    color: #fff;
    border-radius: 5px;
    border: 0 solid;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 25px;
    font-family: system-ui !important;
    background:#ff5d22;
    transition: .3s;
    position: relative;
    display: inline-block;
}

.btn-11 {
    border: none;
    background: #ff5d22;
    color: #fff;
    overflow: hidden;
}

.btn-11:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1;
}

.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: 3s ease-in-out infinite shiny-btn1;
}

.btn-11:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: .5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.custom-btn .fa-check{
    padding: 0px 5px 0px 0px;
}

.left{
    animation: fadeInLeft 2s ease-in-out;
}
@keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-300px);
    }
    to {
      opacity: 1;
    }
  }

 .right{
    animation: fadeInRight 2s ease-in-out;
 }
 @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(300px);
    }
    to {
      opacity: 1;
    }
  }
  
.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 540px;
}
.image-box {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover {
    transform: scale(1.1);
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background-color: #ff5d22;
    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: #221638;
    transition: width .5s ease-in-out, height .5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px
}

.default-btn i {
    position: absolute;
    left: 22px;
    top: 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;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    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: #ff5d22;
    font-weight: 700;
    font-size: 15px
}

.section-title .sub-title img {
    margin-right: 5px;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    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: #221638;
    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: #221638;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: .5s;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 16px;
    font-weight: 600
}

.form-control::-webkit-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: .5s;
    transition: .5s
}

.form-control:-ms-input-placeholder {
    color: #7e7e7e;
    -ms-transition: .5s;
    transition: .5s
}

.form-control::-ms-input-placeholder {
    color: #7e7e7e;
    -ms-transition: .5s;
    transition: .5s
}

.form-control::placeholder {
    color: #7e7e7e;
    transition: .5s
}

.form-control:focus {
    border-color: #ff5d22;
    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-deactivate {
    display: none
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #fff
}

.preloader .loader {
    left: 50%;
    top: 46%;
    transform: translateX(-50%) translateY(-46%);
    position: absolute
}

.preloader .loader .sbl-half-circle-spin {
    height: 80px;
    width: 80px;
    color: #ff5d22;
    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%;
    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;
    transform: rotate(-45deg);
    border-color: currentcolor transparent transparent currentcolor;
    border-style: solid;
    border-width: 19px
}

@keyframes animeCircleSpin {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(2turn)
    }

    to {
        transform: rotate(0)
    }
}

.tarn-nav .container-fluid {
    padding-left: 50px;
    padding-right: 50px
}

.tarn-nav .navbar {
    position: inherit;
    padding: 0
}

.tarn-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding: 0
}

.tarn-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.tarn-nav .navbar .navbar-nav {
    margin-left: auto
}

.tarn-nav .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 14px;
    margin-right: 14px
}

.tarn-nav .navbar .navbar-nav .nav-item a {
    color: #221638;
    font-size: 17px;
    font-weight: 700;
    /* padding: 25px 0 */
}

/* .tarn-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -4px;
    margin-right: -3px
} */
.tarn-nav .navbar .navbar-nav .nav-item a .fa-chevron-down {
    font-size: 10px;
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 2px;
    margin-right: -3px
}

.tarn-nav .navbar .navbar-nav .nav-item a.active,
.tarn-nav .navbar .navbar-nav .nav-item a:focus,
.tarn-nav .navbar .navbar-nav .nav-item a:hover {
    color: #ff5d22
}

.tarn-nav .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0
}

.tarn-nav .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0
}

.tarn-nav .navbar .navbar-nav .nav-item.active a,
.tarn-nav .navbar .navbar-nav .nav-item:hover a {
    color: #ff5d22
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 70px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 314px;
    display: block;
    border-radius: 0;
    padding: 10px 0;
    margin-top: 15px;
    position: absolute;
    visibility: hidden;
    background: #fff;
    transition: all .2s ease-in-out;
    border: none;
    border-top: 3px solid #ff5d22;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    color: #221638;
    font-size: 16.5px;
    font-weight: 700
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #ff5d22
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    margin-top: 15px;
    visibility: hidden
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #221638
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #ff5d22
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #221638
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #ff5d22
}

.tarn-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
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #221638
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #ff5d22
}

.tarn-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
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #221638
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #ff5d22
}

.tarn-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
}

.tarn-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: #221638
}

.tarn-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,
.tarn-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,
.tarn-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 {
    color: #ff5d22
}

.tarn-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
}

.tarn-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: #221638
}

.tarn-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,
.tarn-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,
.tarn-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,
.tarn-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 {
    color: #ff5d22
}

.tarn-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
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ff5d22
}

.tarn-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
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ff5d22
}

.tarn-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
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ff5d22
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #ff5d22
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #ff5d22
}

.tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu,
.tarn-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.tarn-nav .navbar .navbar-nav .nav-item.megamenu {
    position: inherit
}

.tarn-nav .navbar .navbar-nav .nav-item.megamenu .container {
    display: block;
    flex-wrap: unset;
    align-items: unset;
    justify-content: unset
}

.tarn-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
    width: 100%;
    top: auto;
    left: 0;
    margin-top: 0;
    padding: 30px 0;
    position: absolute;
    transform: unset !important
}

.tarn-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    margin-top: 14px;
    color: #221638;
    padding: 0;
    display: block;
    font-size: 16.4px;
    font-weight: 700
}

.tarn-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active,
.tarn-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover {
    color: #ff5d22
}

.tarn-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child a {
    margin-top: 0
}

.tarn-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
}

.tarn-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;
    transition: .5s;
    color: #221638;
    margin-bottom: 15px;
    border: 1.5px dashed #eee;
    border-radius: 50%
}

.tarn-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.tarn-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800
}

.tarn-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
    display: block;
    margin-top: 5px;
    color: #ff5d22;
    font-weight: 600;
    font-size: 15px
}

.tarn-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
}

.tarn-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
    background-color: #ff5d22;
    border-color: #fff;
    color: #fff
}

.tarn-nav .navbar .others-option,
.tarn-nav .navbar .others-option .option-item {
    margin-left: 30px
}

.tarn-nav .navbar .others-option .option-item:first-child {
    margin-left: 0
}

.tarn-nav .navbar .others-option .option-item .search-box {
    position: relative;
    width: 300px;
    border-radius: 5px
}

.tarn-nav .navbar .others-option .option-item .search-box .input-search {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5;
    transition: .5s;
    color: #221638;
    font-size: 16px;
    font-weight: 400;
    padding: 1px 0 0 15px
}

.tarn-nav .navbar .others-option .option-item .search-box .input-search::-webkit-input-placeholder {
    color: #848484;
    -webkit-transition: .5s;
    transition: .5s
}

.tarn-nav .navbar .others-option .option-item .search-box .input-search:-ms-input-placeholder {
    color: #848484;
    -ms-transition: .5s;
    transition: .5s
}

.tarn-nav .navbar .others-option .option-item .search-box .input-search::-ms-input-placeholder {
    color: #848484;
    -ms-transition: .5s;
    transition: .5s
}

.tarn-nav .navbar .others-option .option-item .search-box .input-search::placeholder {
    color: #848484;
    transition: .5s
}

.tarn-nav .navbar .others-option .option-item .search-box .input-search:focus {
    border-color: #ff5d22
}

.tarn-nav .navbar .others-option .option-item .search-box .input-search:focus::-webkit-input-placeholder {
    color: transparent
}

.tarn-nav .navbar .others-option .option-item .search-box .input-search:focus:-ms-input-placeholder {
    color: transparent
}

.tarn-nav .navbar .others-option .option-item .search-box .input-search:focus::-ms-input-placeholder {
    color: transparent
}

.tarn-nav .navbar .others-option .option-item .search-box .input-search:focus::placeholder {
    color: transparent
}

.tarn-nav .navbar .others-option .option-item .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-color: transparent;
    border: none;
    color: #ff5d22;
    border-radius: 5px;
    font-size: 22px;
    padding: 0 15px
}

.tarn-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;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    background-color: #fff !important;
    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: flex;
    align-items: center;
    height: 30px
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    transition: .5s;
    background-color: #221638
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #ff5d22
}

.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;
    transition: .5s;
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1)
}

.others-option-for-responsive .option-inner {
    padding: 15px 15px 8px;
    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;
    transition: .5s;
    color: #221638;
    font-size: 17px;
    font-weight: 400;
    padding: 1px 0 0 15px
}

.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;
    -ms-transition: .5s;
    transition: .5s
}

.others-option-for-responsive .option-inner .search-box .input-search::-ms-input-placeholder {
    color: #848484;
    -ms-transition: .5s;
    transition: .5s
}

.others-option-for-responsive .option-inner .search-box .input-search::placeholder {
    color: #848484;
    transition: .5s
}

.others-option-for-responsive .option-inner .search-box .input-search:focus {
    border-color: #ff5d22
}

.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: #ff5d22;
    border-radius: 5px;
    padding: 0 15px
}

.others-option-for-responsive .option-inner .others-option {
    justify-content: center;
    text-align: center
}

.others-option-for-responsive .option-inner .others-option .option-item,
.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: #221638
}

.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: #ff5d22;
    font-size: 10px;
    font-weight: 600
}

.others-option-for-responsive .option-inner .others-option .cart-btn a:hover {
    color: #ff5d22
}

.navbar-toggler {
    border: none;
    background: #eee !important;
    padding: 10px;
    border-radius: 0
}

.navbar-toggler .icon-bar {
    width: 28px;
    transition: all .3s;
    background: #ff5d22;
    height: 2px;
    display: block
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    left: 4px;
    position: relative
}

.navbar-toggler .middle-bar {
    opacity: 0;
    margin: 6px 0
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    left: 4px;
    position: relative
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    left: 0
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    left: 0
}

@media only screen and (max-width:1199px) {
    .navbar-area {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-area.is-sticky {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .navbar-area.is-sticky .others-option-for-responsive .container .container {
        top: 10px
    }

    .navbar-area.navbar-style-two {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .others-option-for-responsive {
        display: block
    }
}

.main-banner {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(img/main-banner-bg1-47904afbb1a9cb452188ab554720bcf7.png);
    background-position: bottom;
    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: #ff5d22;
    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;
    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;
    transition: .5s
}

.main-banner-content .btn-box .video-btn:hover i {
    background-color: #ff5d22;
    color: #fff
}

.main-banner-animation-image {
    position: relative;
    width: 100%;
    height: 100%
}

.main-banner-animation-image img {
    position: absolute
}

.main-banner-animation-image img:first-child {
    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(img/main-banner-bg2-b616826179a841ddd47bbe8659bce1f0.png);
    background-position: 100% 100%;
    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: #ff5d22;
    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;
    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;
    transition: .5s
}

.banner-content .btn-box .video-btn:hover i {
    background-color: #ff5d22;
    color: #fff
}

.banner-animation-image {
    position: relative;
    width: 100%;
    height: 100%
}

.banner-animation-image img {
    position: absolute
}

.banner-animation-image img:first-child {
    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:first-child {
    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(img/main-banner-bg3-2cdf97d16a302dfba382ada7daff6a6c.png);
    background-position: bottom;
    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: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #221638
}

.main-banner-item.item-bg1 {
    background-image: url(img/main-banner1-5acb372f97ad2f5b0b298199139c838c.jpg)
}

.main-banner-item.item-bg2 {
    background-image: url(img/main-banner2-1a7a2eea320b08e1d2798621fce121ba.jpg)
}

.banner-item-content {
    max-width: 720px
}

.banner-item-content .sub-title {
    display: block;
    color: #ff5d22;
    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: #221638
}

.banner-item-content .btn-box .video-btn {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    color: #ff5d22;
    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;
    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;
    transition: .5s
}

.banner-item-content .btn-box .video-btn:hover i {
    background-color: #ff5d22;
    color: #fff
}

.owl-item.active .banner-item-content .sub-title {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: .3s
}

.owl-item.active .banner-item-content h1 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: .7s
}

.owl-item.active .banner-item-content p {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: .9s
}

.owl-item.active .banner-item-content .btn-box {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 1.1s
}

.home-slides.owl-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.home-slides.owl-carousel .owl-nav .owl-next,
.home-slides.owl-carousel .owl-nav .owl-prev {
    margin: 0 0 0 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    color: #ff5d22;
    background-color: #fff;
    font-size: 22px;
    transition: .5s
}

.home-slides.owl-carousel .owl-nav .owl-next:hover,
.home-slides.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #ff5d22;
    color: #fff
}

.banner-wrapper {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(img/main-banner-bg4-97751efdd9ecfb226a5a3e61614c48a8.jpg);
    background-position: 100% 100%;
    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: 540px
}

.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: 15px;
    background-color: transparent;
    z-index: 1;
    height: 47px;
    color: #ff5d22
}

.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 #ff5d22
}

.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:first-child {
    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(img/banner-bg-2cdf97d16a302dfba382ada7daff6a6c.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding-top: 220px; */
    /* padding-top: 355px; */
    padding-top: 445px;
    padding-bottom: 210px
}


.landing-banner {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(img/landingbanner.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding-top: 220px; */
    /* padding-top: 355px; */
    padding-bottom: 50px;
    height: auto;

}

.it-services-banner .main-banner-content {
    margin-top: 0
}

.seo-agency-banner {
    position: relative;
    z-index: 1;
    background: transparent url(img/banner-bg2-3c3ad6599593670534d81de4cfc2f147.jpg) 0 0 no-repeat;
    padding-top: 270px;
    padding-bottom: 150px;
    border-bottom: 1px solid #f7f7f7
}

.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: #ff5d22;
    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,
.digital-agency-banner .banner-wrapper-content h1,
.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;
    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;
    font-size: 1.75rem !important;
}

.single-solutions-box .view-details-btn {
    display: inline-block;
    color: #ff5d22;
    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: #ff5d22;
    transition: .5s
}

.single-solutions-box .view-details-btn:hover {
    color: #221638
}

.single-solutions-box .view-details-btn:hover:before {
    width: 100%
}

.single-solutions-box:hover {
    border-color: #ff5d22
}

.single-solutions-box:hover .icon {
    animation: bounce 2s
}

.about-area {
    position: relative;
    z-index: 1
}

.about-area .container-fluid,
.our-mission-area .container-fluid {
    max-width: 1920px
}

.about-content .content {
    max-width: 585px
}

.about-content .content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px
}

.about-content .content .sub-title img {
    margin-right: 5px;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.about-content .content h2 {
    margin-bottom: 15px;
    font-size: 44px
}

.about-content .content p {
    margin-bottom: 20px
}

.about-content .content p:last-child {
    margin-bottom: 0
}

.about-content .content .features-list {
    padding-left: 0;
    list-style-type: none;
    display: block;
    margin: -20px -15px 25px;
    overflow: hidden
}

.about-content .content .features-list li {
    width: 45%;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    float: left;
    display: block;
    border: 1px solid #f0eae2;
    border-radius: 5px;
    padding: 20px 20px 20px 95px;
    position: relative;
    background-color: #fff;
    transition: .5s
}

.about-content .content .features-list li img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.about-content .content .features-list li h3 {
    margin-bottom: 3px;
    font-size: 25px
}

.about-content .content .features-list li:hover {
    border-color: #ff5d22
}

.about-content .content .about-list {
    padding-left: 0;
    padding-bottom: 7px;
    list-style-type: none;
    overflow: hidden;
    margin: -20px -15px 30px
}

.about-content .content .about-list li {
    width: 45%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    position: relative;
    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 i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    transition: .5s;
    background-color: #deecf4;
    font-size: 20px
}

.about-content .content .about-list li img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.about-content .content .about-list li:hover i {
    background-color: #ff5d22;
    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%;
    transform: translateY(-50%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    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: #ff5d22;
    color: #fff
}

.about-content .content .default-btn {
    margin-top: 5px
}

.about-image,
.about-image-box {
    text-align: center
}

.about-image-box {
    position: relative;
    margin-right: 20px;
    padding-bottom: 15px;
    padding-right: 15px
}

.about-image-box,
.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: #ff5d22;
    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: #ff5d22;
    font-size: 16px;
    font-weight: 700
}

.about-image-box .video-btn i {
    width: 55px;
    height: 55px;
    line-height: 56px;
    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;
    transition: .5s
}

.about-image-box .video-btn:hover i {
    background-color: #ff5d22;
    color: #fff
}

.about-img {
    text-align: center;
    position: relative;
    z-index: 1
}

.about-img .shape {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.about-inner-area {
    margin-top: 100px
}

.about-text h3 {
    margin-bottom: 13px;
}
.about_text{
    font-size: 2rem !important;
}

.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: #6b6b84;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 30px
}

.about-text .features-list li i {
    font-size: 11px;
    color: #221638;
    background-color: #eaeaf2;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    transition: .5s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.about-text .features-list li:last-child {
    margin-bottom: 0
}

.about-text .features-list li:hover i {
    background-color: #ff5d22;
    color: #fff
}

.circle-shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.our-mission-content .content {
    max-width: 585px;
    margin-left: auto
}

.our-mission-content .content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px
}

.our-mission-content .content .sub-title img {
    margin-right: 5px;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    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;
    overflow: hidden;
    padding-bottom: 7px;
    margin: -20px -15px 30px
}

.our-mission-content .content .our-mission-list li {
    width: 45%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    position: relative;
    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 i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    transition: .5s;
    background-color: #deecf4;
    font-size: 20px
}

.our-mission-content .content .our-mission-list li img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.our-mission-content .content .our-mission-list li:hover i {
    background-color: #ff5d22;
    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%;
    transform: translateY(-50%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    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: #ff5d22;
    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%;
    transform: translateY(-50%);
    z-index: -1
}

.boxes-area {
    position: relative;
    z-index: 1;
    margin-top: -160px
}

.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;
    transition: .5s;
    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: #ff5d22;
    border: 1px solid #eae1d6;
    margin-top: 8px
}

.single-boxes-item .default-btn span {
    display: none
}

.single-boxes-item .default-btn i {
    transition: .5s
}

.single-boxes-item .default-btn:hover {
    color: #fff;
    border-color: #ff5d22;
    background-color: #ff5d22;
    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;
    transition: .5s
}

.single-boxes-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgba(0, 0, 0, .09)
}

.col-lg-4:nth-child(2) .single-boxes-item .shape1 {
    bottom: auto;
    top: 0;
    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: #221638;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/funfacts-bg-0b7c67caf961cd497a898f25d56e05be.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;
    transition: .5s
}

.single-funfacts-box .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.single-funfacts-box h3 {
    margin-bottom: 3px;
    font-size: 28px
}

.single-funfacts-box:hover {
    border-color: #ff5d22
}

.single-funfacts-item {
    margin-bottom: 30px;
    padding-left: 98px;
    position: relative
}

.single-funfacts-item .icon {
    position: absolute;
    left: 20px;
    top: 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: 10px;
    top: 0;
    background-color: #eacbae;
    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: #ff5d22;
    text-align: center;
    font-size: 55px;
    transition: .5s
}

.single-what-we-do-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 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: #6b6b84
}

.single-what-we-do-box .link:hover {
    color: #ff5d22
}

.single-what-we-do-box .read-more-btn {
    color: #ff5d22;
    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;
    transition: .5s;
    line-height: 1
}

.single-what-we-do-box .read-more-btn:hover {
    color: #221638;
    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: #ff5d22;
    color: #fff
}

.col-lg-4:first-child .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: "\EA17";
    position: absolute;
    left: 116px;
    color: #ff5d22;
    bottom: -25px;
    animation: fade-down 1.5s linear infinite;
    font-family: boxicons !important;
    font-size: 30px
}

.history-timeline .timeline-block .timeline-date {
    text-align: right;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #6b6b84;
    font-size: 15px
}

.history-timeline .timeline-block .timeline-date span {
    display: block;
    margin-bottom: 3px;
    color: #221638;
    font-weight: 700
}

.history-timeline .timeline-block .timeline-date sup {
    color: #221638;
    font-weight: 600
}

.history-timeline .timeline-block .timeline-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 126px
}

.history-timeline .timeline-block .timeline-icon .dot-badge {
    background-color: #ff5d22;
    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,
.single-services-box {
    position: relative;
    z-index: 1
}

.single-services-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 45px 30px 80px;
    border-radius: 5px;
    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 {
    background: linear-gradient(to right top, #66eaff, #8feffd, #b0f3fd, #ccf7fc, #e7fbfd)
}

.single-services-box:after,
.single-services-box:before {
    content: "";
    position: absolute;
    bottom: -88%;
    left: 0;
    width: 115%;
    height: 100%;
    z-index: -1;
    transition: .5s;
    transform: rotate(-12deg)
}

.single-services-box:after {
    background: linear-gradient(to right top, #ff8008, #ff8a0d, #ff9413, #ff9d1a, #ffa621);
    opacity: 0;
    visibility: hidden
}

.single-services-box .read-more-btn {
    display: inline-block;
    color: #ff5d22;
    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;
    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: #ff5d22;
    border: 1px solid #eae1d6;
    margin-top: 8px
}

.single-services-item .default-btn span {
    display: none
}

.single-services-item .default-btn i {
    transition: .5s
}

.single-services-item .default-btn:hover {
    color: #fff;
    border-color: #ff5d22;
    background-color: #ff5d22;
    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%;
    transform: translateY(-50%);
    opacity: .85
}

.single-services-item .shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s
}

.single-services-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.single-services-item:hover .shape1 img {
    animation-name: rotateme;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    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: 1.75rem !important;
}

.single-services-item-box h3 a {
    display: inline-block
}

.single-services-item-box .read-more-btn {
    color: #ff5d22;
    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;
    transition: .5s;
    line-height: 1
}

.single-services-item-box .read-more-btn:hover {
    color: #221638;
    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;
    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%;
    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: #ff5d22;
    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;
    transition: .5s;
    line-height: 1
}

.single-services-box-item .learn-more-btn:hover {
    color: #221638;
    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: #ff5d22;
    border: 1px solid #eae1d6;
    margin-bottom: -7px
}

.load-more-btn .default-btn span {
    background-color: #ff5d22
}

.load-more-btn .default-btn:hover {
    color: #fff;
    border-color: #ff5d22
}

.lines {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: -1
}

.lines,
.lines .line {
    position: absolute;
    top: 0;
    height: 100%
}

.lines .line {
    width: 1px;
    left: 50%;
    background: #e5ebf0;
    overflow: hidden
}

.lines .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #ff5d22 75%, #ff5d22);
    animation: run 7s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.4, .26, 0, .97)
}

.lines .line:first-child {
    margin-left: -30%
}

.lines .line:first-child:after {
    animation-delay: 2s
}

.lines .line:nth-child(3) {
    margin-left: 30%
}

.lines .line:nth-child(3):after {
    animation-delay: 2.5s
}

.lines .line:nth-child(4) {
    margin-left: -15%
}

.lines .line:nth-child(4):after {
    animation-delay: 3s
}

.lines .line:nth-child(5) {
    margin-left: 15%
}

.lines .line:nth-child(5):after {
    animation-delay: 3.5s
}

@keyframes run {
    0% {
        top: -50%
    }

    to {
        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;
    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;
    transition: .5s;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5px !important;
    border-radius: 50%;
    border: 1.5px solid #fff
}

.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: #ff5d22;
    color: #fff;
    border-color: #ff5d22
}

.services-details-image-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.services-details-desc .sub-title {
    color: #ff5d22;
    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: #6b6b84;
    position: relative;
    padding-left: 20px
}

.services-details-desc .content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff5d22
}

.services-details-desc .content ul li:last-child {
    margin-bottom: 0
}

.services-details-desc .technologies-features {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-top: -5px
}

.services-details-desc .technologies-features li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-top: 12px
}

.services-details-desc .technologies-features li span {
    font-weight: 600;
    color: #6b6b84;
    position: relative;
    display: block;
    padding-left: 19px
}

.services-details-desc .technologies-features li span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-45%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff5d22
}

.services-details-desc .single-industries-serve-box {
    font-size: 22px;
    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;
    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: 17px;
    font-weight: 800
}

.services-details-info .services-list li a:before {
    content: "\F104";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Flaticon;
    font-size: 18px
}

.services-details-info .services-list li a.active,
.services-details-info .services-list li a:hover {
    background-color: #ff5d22;
    border-color: #ff5d22;
    color: #fff
}

.services-details-info .services-list li:last-child a {
    border-bottom: none
}

.services-details-info .download-file {
    background-color: #fff;
    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%;
    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;
    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: #6b6b84;
    font-weight: 600;
    font-size: 16.5px;
    padding-left: 35px;
    padding-bottom: 20px
}

.services-details-info .services-contact-info ul li span {
    color: #221638;
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 800
}

.services-details-info .services-contact-info ul li a {
    display: block;
    color: #6b6b84;
    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: #ff5d22
}

.services-details-info .services-contact-info ul li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #ff5d22;
    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;
    transition: .5s;
    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: #ff5d22;
    border: 1px solid #eae1d6;
    margin-top: 8px
}

.single-featured-services-item .default-btn span {
    background-color: #ff5d22;
    display: none
}

.single-featured-services-item .default-btn i {
    transition: .5s
}

.single-featured-services-item .default-btn:hover {
    color: #fff;
    background-color: #ff5d22;
    border-color: #ff5d22;
    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
}

.single-featured-services-item:hover .icon {
    animation: bounce 2s
}

.single-featured-services-box {
    margin-bottom: 30px;
    position: relative;
    padding-right: 15px
}

.single-featured-services-box .icon {
    background-color: #ff5d22;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
    position: relative;
    transition: .5s
}

.single-featured-services-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 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: #ff5d22;
    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;
    transition: .5s;
    line-height: 1
}

.single-featured-services-box .read-more-btn:hover {
    color: #221638;
    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: #221638 !important;
    color: #fff !important
}

.col-lg-4:nth-child(2) .single-featured-services-item .shape {
    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:first-child .single-featured-services-box {
    margin-top: 60px
}

.process-area,
.single-process-box {
    position: relative;
    z-index: 1
}

.single-process-box {
    margin-bottom: 30px;
    background-color: #fff;
    transition: .5s;
    border: 1px solid #f5f3f2;
    border-radius: 5px;
    padding: 50px 20px;
    text-align: center
}

.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;
    transition: .5s;
    font-size: 215px;
    font-weight: 800;
    font-style: italic
}

.single-process-box:hover {
    border-color: #ff5d22
}

.single-process-box:hover .number {
    transform: translateX(10px) rotate(5deg)
}

.process-image {
    text-align: center
}

.process-content .single-box-item {
    margin-bottom: 20px;
    background-color: #fff;
    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 {
    animation: bounce 2s
}

.process-content .row .col-lg-12:first-child .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: #ff5d22;
    font-weight: 700;
    font-size: 15px
}

.how-its-work-content .sub-title img {
    margin-right: 5px;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    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: #ff5d22;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 0 7px #edf1fe;
    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: #ff5d22;
    z-index: -1;
    left: 40px
}

.how-its-work-content .inner-box .single-item:after {
    content: "\EA17";
    position: absolute;
    left: 26px;
    color: #ff5d22;
    bottom: 10px;
    animation: fade-down 1.5s linear infinite;
    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:after,
.how-its-work-content .inner-box .single-item:last-child:before {
    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;
    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,
.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: #ff5d22
}

.single-courses-box .courses-image .price {
    display: inline-block;
    background-color: #ff5d22;
    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: green
}

.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: #ff5d22;
    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: 20px -7px 0
}

.single-courses-box .courses-content .courses-box-footer li {
    color: #6b6b84;
    font-size: 15px;
    position: relative;
    padding-left: 28px;
    padding-right: 7px
}

.single-courses-box .courses-content .courses-box-footer li i {
    color: #ff5d22;
    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: #ff5d22
}

.courses-info p a:hover {
    text-decoration: underline;
    color: #221638
}

.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 li {
    cursor: pointer;
    margin-bottom: 0;
    margin-right: 40px;
    border-radius: 0;
    border: none;
    transition: .5s;
    padding: 14px 0;
    background-color: #f8f9f8;
    position: relative;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 800
}

.courses-details-desc .nav li:before {
    content: "";
    bottom: 0;
    height: 2px;
    background-color: #ff5d22;
    position: absolute;
    transition: .5s;
    left: 0;
    width: 100%;
    transform: scaleX(0)
}

.courses-details-desc .nav li.current,
.courses-details-desc .nav li:hover {
    color: #221638
}

.courses-details-desc .nav li.current:before,
.courses-details-desc .nav li:hover:before {
    transform: scaleX(1)
}

.courses-details-desc .nav li: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: #221638;
    position: relative;
    padding: 14.5px 30px 14px 55px;
    margin-left: -30px;
    margin-right: -30px
}

.courses-details-desc .tab-content .courses-curriculum ul li a:before {
    content: "\F12C";
    position: absolute;
    left: 30px;
    color: #ff5d22;
    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: #ff5d22;
    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: #221638;
    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: #221638;
    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: #ff5d22
}

.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-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: #ff5d22;
    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: #221638;
    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;
    transform: translateY(-48%)
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li a:hover {
    background-color: #ff5d22;
    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: orange
}

.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: #6b6b84
}

.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
}

.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
}

.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: orange
}

.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating span {
    color: #221638;
    position: relative;
    top: -2px;
    font-weight: 800;
    margin-left: 5px
}

.courses-details-desc .tab-content .tabs_item {
    display: none
}

.courses-details-desc .tab-content .tabs_item:first-child {
    display: block
}

.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%;
    transform: translateY(-50%)
}

.courses-details-info .image .content i {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #ff5d22;
    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: #221638;
    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: #221638;
    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: #6b6b84;
    font-size: 17px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 14px
}

.courses-details-info .info li span {
    font-weight: 800;
    color: #221638;
    position: relative;
    padding-left: 28px
}

.courses-details-info .info li span i {
    color: #ff5d22;
    position: absolute;
    left: 0;
    font-weight: 400;
    top: -2px;
    font-size: 20px
}

.courses-details-info .info li.price {
    padding-bottom: 10px;
    color: #ff5d22;
    font-size: 28px;
    font-weight: 800
}

.courses-details-info .info li.price span {
    color: #221638;
    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: 12px 30px
}

.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: #221638;
    border: 1px solid #221638
}

.courses-details-info .btn-box .default-btn:not(:first-child):hover {
    color: #fff;
    border-color: #221638
}

.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: #ff5d22;
    line-height: 1;
    font-size: 17px;
    font-weight: 700
}

.courses-details-info .courses-share .share-info span i {
    color: #221638
}

.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;
    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: #221638;
    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;
    transform: translateY(-48%)
}

.courses-details-info .courses-share .share-info .social-link li a:hover {
    background-color: #ff5d22;
    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: #221638;
    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: #221638
}

.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: #ff5d22;
    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: #ff5d22;
    transition: .5s
}

.our-brand-partners-list .view-all:hover:before {
    width: 0
}

.map-shape2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    z-index: -1
}

.map-shape2 img {
    animation-name: rotateme;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    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: #ff5d22;
    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;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    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: 10px
}

.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-next,
.case-study-slides.owl-carousel .owl-nav .owl-prev {
    background-color: transparent;
    position: absolute;
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b6b84;
    transition: .5s;
    padding: 0;
    font-size: 45px;
    opacity: 0;
    visibility: hidden;
    line-height: 1
}

.case-study-slides.owl-carousel .owl-nav .owl-next:hover,
.case-study-slides.owl-carousel .owl-nav .owl-prev:hover {
    background-color: transparent;
    color: #ff5d22
}

.case-study-slides.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 150px
}

.case-study-slides.owl-carousel:hover .owl-nav .owl-next,
.case-study-slides.owl-carousel:hover .owl-nav .owl-prev {
    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 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1920px
}

.projects-area.bg-color {
    background-image: url(img/black-bg-986e3e4e7df383ca0a17e0007ddf8ecc.jpg);
    background-position: 50%;
    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;
    transition: .5s
}

.single-projects-box .image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ff5d22;
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.single-projects-box .image .link-btn {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 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: #ff5d22;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden
}

.single-projects-box .image .link-btn:hover {
    background-color: #221638;
    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: #ff5d22;
    font-weight: 600;
    font-size: 16.5px
}

.single-projects-box:hover .image img {
    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
}

.single-projects-box.border .image,
.single-projects-box.border .image:before,
.single-projects-box.border .image img {
    border-radius: 0
}

.single-projects-box.border .content {
    border-radius: 0;
    border: 1px solid #ecf5fe;
    border-top: none;
    border-bottom: none
}

.projects-items {
    margin-left: -15px;
    margin-right: -15px
}

.case-studies-details-image {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px
}

.case-studies-details-image img {
    border-radius: 5px;
    width: 100%
}

.case-studies-details-image .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%) translateX(-50%);
    width: 78px;
    line-height: 75px;
    height: 78px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    color: #ff5d22;
    z-index: 1;
    font-size: 35px
}

.case-studies-details-image .video-btn:after,
.case-studies-details-image .video-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    transition: .5s;
    border-radius: 50%;
    border: 1px solid #fff
}

.case-studies-details-image .video-btn:before {
    animation: ripple 2s linear infinite
}

.case-studies-details-image .video-btn:after {
    animation: ripple 2s linear 1s infinite
}

.case-studies-details-image .video-btn:hover {
    background-color: #ff5d22;
    color: #fff
}

.case-studies-details-image .video-btn:hover:after,
.case-studies-details-image .video-btn:hover:before {
    border-color: #ff5d22
}

.case-studies-details-image-slides.owl-theme {
    margin-bottom: 30px
}

.case-studies-details-image-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.case-studies-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;
    transition: .5s;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5px !important;
    border-radius: 50%;
    border: 1.5px solid #fff
}

.case-studies-details-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
    padding-left: 3px !important
}

.case-studies-details-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #ff5d22;
    color: #fff;
    border-color: #ff5d22
}

.case-studies-details-image-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.case-studies-details-desc .sub-title {
    color: #ff5d22;
    font-weight: 700;
    display: block;
    margin-bottom: -20px
}

.case-studies-details-desc h3 {
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 28px
}

.case-studies-details-desc .image {
    padding-right: 15px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px
}

.case-studies-details-desc .image img {
    border-radius: 5px
}

.case-studies-details-desc .content {
    margin-top: 15px;
    margin-bottom: 30px
}

.case-studies-details-desc .content h3 {
    font-size: 25px;
    margin-top: 0
}

.case-studies-details-desc .content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.case-studies-details-desc .content ul li {
    margin-bottom: 12px;
    font-weight: 600;
    color: #6b6b84;
    position: relative;
    padding-left: 20px
}

.case-studies-details-desc .content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff5d22
}

.case-studies-details-desc .content ul li:last-child {
    margin-bottom: 0
}

.case-studies-details-info {
    background-color: #fff;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, .1);
    border-radius: 5px;
    border-top: 3px solid #ff5d22;
    padding: 40px 30px;
    margin-left: 15px
}

.case-studies-details-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.case-studies-details-info ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #6b6b84;
    font-weight: 600;
    font-size: 16.5px;
    padding-left: 35px;
    padding-bottom: 20px
}

.case-studies-details-info ul li span {
    color: #221638;
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 800
}

.case-studies-details-info ul li a {
    display: block;
    color: #6b6b84;
    margin-bottom: 8px
}

.case-studies-details-info ul li a:last-child {
    margin-bottom: 0
}

.case-studies-details-info ul li a:hover {
    color: #ff5d22
}

.case-studies-details-info ul li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #ff5d22;
    font-weight: 400;
    font-size: 25px
}

.case-studies-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;
    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%;
    transition: .5s;
    border-radius: 5px 5px 0 0;
    background-image: url(img/shape1-7448a6af6c8bf8101a3fcac3bc4305fc.png);
    background-position: 50%;
    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: #6b6b84;
    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: 3px;
    margin-right: 3px
}

.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: #6b6b84
}

.single-scientist-box .content .social li a:hover {
    background-color: #ff5d22;
    border-color: #ff5d22;
    color: #fff
}

.single-scientist-box:hover {
    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(img/shape2-d2d69b0268bb9d27a211b2e1247d7f37.png)
}

.scientist-section-title .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px
}

.scientist-section-title .sub-title img {
    margin-right: 5px;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    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:first-child .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;
    transition: .5s
}

.single-scientist-item-box .image {
    position: relative
}

.single-scientist-item-box .image .social {
    padding-left: 0;
    list-style-type: none;
    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: 3px;
    margin-right: 3px
}

.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: #6b6b84
}

.single-scientist-item-box .image .social li a:hover {
    background-color: #ff5d22;
    border-color: #ff5d22;
    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: #ff5d22;
    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%;
    transform: translateY(-50%);
    z-index: -1
}

.vector-shape4 img {
    animation: movebounce 5s linear infinite
}

.vector-shape5 {
    position: absolute;
    left: 15%;
    bottom: -7%;
    z-index: -1
}

.vector-shape5 img {
    animation-name: rotateme;
    animation-duration: 350s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.map-shape1 {
    position: absolute;
    right: 15%;
    top: 0;
    z-index: -1;
    opacity: .5
}

.map-shape1 img {
    animation-name: rotatemetwo;
    animation-duration: 300s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes movebounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }

    to {
        transform: translateY(0)
    }
}

.single-pricing-box {
    margin-bottom: 30px;
    background-color: #fff;
    padding-bottom: 30px;
    border-radius: 5px;
    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: #221638;
    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: green;
    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: red
}

.single-pricing-box .btn-box {
    text-align: left;
    padding: 0 30px
}

.single-pricing-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    transform: translateY(-10px)
}

.analysis-form {
    padding-left: 15px
}

.analysis-form .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px
}

.analysis-form .sub-title img {
    margin-right: 5px;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.analysis-form h2 {
    margin-bottom: 13px;
    font-size: 44px
}

.analysis-form form {
    margin-top: 30px
}

.analysis-form form .default-btn {
    margin-top: 10px
}

.overview-box {
    align-items: center !important;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 100px
}

.overview-box:last-child {
    margin-bottom: 0
}

.overview-box .overview-content {
    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: #ff5d22;
    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: #ff5d22
}

.overview-box .overview-content .content.right-content {
    padding-left: 30px;
    padding-right: 0
}

.overview-box .overview-content .content .features-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin: 10px -10px 0
}

.overview-box .overview-content .content .features-list li {
    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;
    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: #ff5d22;
    z-index: -1;
    transition: .5s
}

.overview-box .overview-content .content .features-list li span i {
    font-size: 18px;
    color: #fff;
    background-color: #ff5d22;
    width: 23px;
    height: 23px;
    line-height: 23px;
    transition: .5s;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    left: 8px;
    top: 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: #221638
}

.overview-box .overview-image {
    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: #ff5d22;
    font-weight: 700;
    font-size: 15px
}

.explore-learning-content .sub-title img {
    margin-right: 5px;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    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: #ff5d22;
    position: relative;
    font-size: 16.5px;
    font-weight: 700
}

.explore-learning-content .explore-learing-btn:before {
    width: 0;
    height: 1px;
    background-color: #221638;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s
}

.explore-learning-content .explore-learing-btn:hover {
    color: #221638
}

.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;
    transform: translateY(-50%) translateX(-50%);
    background-color: #ff5d22;
    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;
    transition: .5s;
    border-radius: 50%;
    border: 1px solid #ff5d22
}

.explore-learning-video .video-btn:before {
    animation: ripple 2s linear infinite
}

.explore-learning-video .video-btn:after {
    animation: ripple 2s linear 1s infinite
}

.explore-learning-video .video-btn:hover {
    color: #fff;
    background-color: #221638
}

.explore-learning-video .video-btn:hover:after,
.explore-learning-video .video-btn:hover:before {
    border-color: #221638
}

@keyframes ripple {
    0% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.75);
        opacity: 1
    }

    to {
        transform: scale(2);
        opacity: 0
    }
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    border: none;
    margin-bottom: 0
}

.faq-accordion .accordion .accordion__item {
    border-radius: 5px;
    display: block;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, .13) !important;
    background: #fff;
    margin-bottom: 20px;
    padding: 0;
    border: none
}

.faq-accordion .accordion .accordion__item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion__button {
    background-color: #fff;
    color: #221638;
    position: relative;
    display: block;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 800
}

.faq-accordion .accordion .accordion__button i {
    position: absolute;
    left: 25px;
    top: 18px;
    font-size: 25px;
    transition: .5s
}

.faq-accordion .accordion .accordion__button.active i {
    transform: rotate(180deg)
}

.faq-accordion .accordion .accordion__panel {
    position: relative;
    margin-top: -5px;
    padding: 0 25px 20px 50px
}

.faq-accordion .accordion .accordion__panel p {
    line-height: 1.8;
    font-size: 15px
}

.faq-accordion .accordion .accordion__panel.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: #221638;
    border-radius: 5px;
    background-color: #f4f4fb;
    padding: 20px 15px 20px 60px;
    transition: .5s;
    z-index: 1;
    font-size: 24px;
    font-weight: 800
}

.single-industries-serve-box .icon {
    position: absolute;
    left: -10px;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
    color: #c3c3c9;
    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;
    transition: .5s;
    background-color: #ff5d22
}

.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,
.single-industries-serve-box:hover .icon {
    color: #fff
}

.single-industries-serve-box:hover:before {
    width: 100%
}

.vector-shape11 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.vector-shape11 img {
    animation: movebounce 5s linear infinite
}

.single-gallery-item {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    cursor: zoom-in
}

.single-gallery-item a {
    display: block;
    border-radius: 5px
}

.single-gallery-item a img {
    transition: .5s
}

.single-gallery-item:hover a img {
    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 {
    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;
    transform: translateX(30px);
    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: #221638;
    position: relative;
    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;
    transform: translateX(0);
    position: absolute;
    padding: 0 10px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    transition: all .2s ease-in-out;
    background-color: #ff5d22;
    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: #ff5d22;
    top: 50%;
    position: absolute;
    transition: all .2s ease-in-out;
    right: -1px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateY(-50%)
}

.single-products-box .products-image .products-button ul li a:hover {
    background-color: #ff5d22;
    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:first-child {
    transition-delay: .1s
}

.single-products-box .products-image .products-button ul li:nth-child(2) {
    transition-delay: .2s
}

.single-products-box .products-image .products-button ul li:nth-child(3) {
    transition-delay: .3s
}

.single-products-box .products-image .sale-tag {
    background-color: red;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%
}

.single-products-box .products-image .new-tag,
.single-products-box .products-image .sale-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    text-align: center;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.single-products-box .products-image .new-tag {
    background-color: green;
    padding: 1px 7px
}

.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;
    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;
    transition: .5s;
    display: inline-block;
    color: #6b6b84;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    font-size: 14px;
    font-weight: 800
}

.single-products-box .products-content .add-to-cart:hover {
    color: #ff5d22
}

.single-products-box:hover .products-content .price {
    opacity: 0;
    visibility: hidden
}

.single-products-box:hover .products-content .add-to-cart {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.single-products-box:hover .products-image a img {
    transform: scale3d(1.1, 1.1, 1.1) translateZ(0)
}

.single-products-box:hover .products-image .products-button ul li {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.tracer-grid-sorting {
    margin-bottom: 40px
}

.tracer-grid-sorting .result-count p {
    font-weight: 500;
    font-size: 16.5px
}

.tracer-grid-sorting .result-count p .count {
    font-weight: 700;
    color: #221638
}

.tracer-grid-sorting .ordering {
    text-align: right
}

.tracer-grid-sorting .ordering label {
    display: inline-block;
    margin-bottom: 0;
    color: #6b6b84;
    margin-right: 5px;
    font-size: 16.5px;
    font-weight: 700
}

.tracer-grid-sorting .ordering .nice-select {
    display: inline-block;
    width: 215px;
    float: unset;
    background: #f8f8f8;
    border-color: #eee;
    color: #221638;
    transition: .5s;
    padding: 0 0 0 12px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700
}

.tracer-grid-sorting .ordering .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    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
}

.tracer-grid-sorting .ordering .nice-select .list .option {
    line-height: 38px;
    min-height: 38px;
    color: #221638;
    position: relative;
    transition: .5s;
    padding-left: 32px;
    padding-right: 25px;
    font-size: 16.5px;
    font-weight: 700
}

.tracer-grid-sorting .ordering .nice-select .list .option:hover {
    background-color: #ff5d22 !important;
    color: #fff
}

.tracer-grid-sorting .ordering .nice-select .list .option:hover:before {
    color: #fff
}

.tracer-grid-sorting .ordering .nice-select .list .option.focus,
.tracer-grid-sorting .ordering .nice-select .list .option.selected.focus {
    background-color: transparent !important;
    color: #221638
}

.tracer-grid-sorting .ordering .nice-select .list .option:before {
    content: "\F10F";
    position: absolute;
    left: 10px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    color: #ff5d22;
    font-family: Flaticon;
    font-size: 12px
}

.tracer-grid-sorting .ordering .nice-select .list .option.selected:before {
    opacity: 1;
    visibility: visible
}

.tracer-grid-sorting .ordering .nice-select .list .option.selected:hover {
    background-color: #ff5d22 !important;
    color: #fff
}

.tracer-grid-sorting .ordering .nice-select .list .option.selected:hover:before {
    color: #fff
}

.tracer-grid-sorting .ordering .nice-select:after {
    border-color: #221638;
    height: 8px;
    width: 8px;
    margin-top: -5px
}

.tracer-grid-sorting .ordering .nice-select:hover {
    border-color: #ff5d22;
    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: #ff5d22;
    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: #221638;
    border-bottom: 1px solid #221638;
    line-height: normal;
    position: relative;
    top: -3px;
    font-weight: 600
}

.products-details-desc .products-review .rating-count:hover {
    color: #ff5d22;
    border-color: #ff5d22
}

.products-details-desc .products-meta {
    margin-top: 20px
}

.products-details-desc .products-meta span {
    display: block;
    color: #221638;
    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: #ff5d22
}

.products-details-desc .products-meta span span.in-stock {
    color: #6b6b84
}

.products-details-desc .products-meta span a {
    display: inline-block;
    color: #6b6b84;
    font-weight: 600
}

.products-details-desc .products-meta span a:focus,
.products-details-desc .products-meta span a:hover {
    color: #ff5d22
}

.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;
    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: #ff5d22
}

.products-details-desc .products-add-to-cart .input-counter input {
    height: 50px;
    color: #221638;
    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: #221638
}

.products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #221638
}

.products-details-desc .products-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #221638
}

.products-details-desc .products-add-to-cart .input-counter input::placeholder {
    color: #221638
}

.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: #ff5d22;
    color: #fff;
    border: 1px solid #ff5d22;
    text-align: center;
    font-size: 17px;
    margin-left: 2px
}

.products-details-desc .products-share .social li a:focus,
.products-details-desc .products-share .social li a:hover {
    color: #ff5d22;
    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:focus,
.products-details-desc .products-share .social li a.facebook:hover {
    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:focus,
.products-details-desc .products-share .social li a.twitter:hover {
    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:focus,
.products-details-desc .products-share .social li a.linkedin:hover {
    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:focus,
.products-details-desc .products-share .social li a.instagram:hover {
    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;
    background-color: transparent;
    position: relative;
    padding: 0 0 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: #ff5d22;
    transition: .5s;
    bottom: -2px
}

.products-details-tabs .nav .nav-item .nav-link.active,
.products-details-tabs .nav .nav-item .nav-link:hover {
    color: #221638
}

.products-details-tabs .nav .nav-item .nav-link.active:before,
.products-details-tabs .nav .nav-item .nav-link:hover:before {
    width: 100%
}

.products-details-tabs .tab-content .tab-pane {
    max-width: 720px;
    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: #6b6b84;
    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: #221638
}

.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: orange
}

.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: #6b6b84
}

.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
}

.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
}

.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: orange
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
    color: #221638;
    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: red
}

.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: "\2605";
    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:not(:checked)>label:hover:before,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked)>label:hover~label:before,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked~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: #6b6b84;
    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;
    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: #ff5d22;
    position: absolute;
    top: 5.5px;
    left: 6px;
    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;
    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;
    transform: scale(1)
}

.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]:hover+label:before {
    border-color: #ff5d22
}

.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: #ff5d22;
    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: #221638;
    color: #fff
}

.cart-table table {
    margin-bottom: 0
}

.cart-table table thead tr th {
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 800
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #6b6b84;
    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: red;
    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;
    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: #ff5d22
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #221638;
    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: #221638
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #221638
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #221638
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #221638
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden
}

.cart-buttons {
    margin-top: 30px
}

.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: #221638;
    color: #fff;
    border: none;
    padding: 0 25px;
    line-height: 48px;
    outline: 0;
    transition: .5s;
    font-size: 16px;
    font-weight: 700
}

.cart-buttons .shopping-coupon-code button:hover {
    background-color: #ff5d22
}

.cart-totals {
    background: #fff;
    padding: 40px;
    max-width: 500px;
    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: 10px 15px;
    color: #221638;
    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: #221638;
    font-weight: 600
}

.cart-totals ul li span {
    float: right;
    color: #6b6b84;
    font-weight: 400
}

.user-actions {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background: #fff;
    padding: 15px 20px;
    border-top: 3px solid #ff5d22;
    position: relative;
    margin-bottom: 40px
}

.user-actions i {
    color: #ff5d22;
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 3px
}

.user-actions span {
    color: #ff5d22;
    font-weight: 700;
    font-size: 16px
}

.user-actions span,
.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: #ff5d22;
    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: red
}

.billing-details .form-group .nice-select {
    display: block;
    width: 215px;
    float: unset;
    width: 100%;
    background: #f8f8f8;
    border-color: #eee;
    color: #221638;
    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;
    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: #221638;
    position: relative;
    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: #ff5d22 !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: #221638
}

.billing-details .form-group .nice-select .list .option:before {
    content: "\F10F";
    position: absolute;
    left: 10px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    color: #ff5d22;
    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: #ff5d22 !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: #221638;
    height: 8px;
    width: 8px;
    margin-top: -5px
}

.billing-details .form-group .nice-select:hover {
    border-color: #ff5d22;
    background-color: transparent
}

.billing-details .form-check {
    margin-bottom: 20px
}

.billing-details .form-check .form-check-label {
    color: #221638;
    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: #ff5d22;
    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: #6b6b84;
    white-space: nowrap;
    border-color: #eaedff;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 20px 13px
}

.order-details .order-table table tbody tr td.product-name a {
    display: inline-block
}

.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.product-subtotal,
.order-details .order-table table tbody tr td.shipping-price,
.order-details .order-table table tbody tr td.total-price span {
    color: #221638;
    font-weight: 800;
    font-size: 17px
}

.order-details .payment-box {
    background-color: #fff;
    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: #221638;
    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: #ff5d22;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 50%;
    transition: .5s
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label:after {
    opacity: 0;
    visibility: hidden;
    transform: scale(0)
}

.order-details .payment-box .payment-method p [type=radio]:checked+label:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.order-details .payment-box .default-btn {
    margin-top: 15px;
    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 {
    transition: .5s;
    background-color: #fff;
    margin-bottom: 30px
}

.single-events-box .image {
    position: relative
}

.single-events-box .image .date {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #fff;
    color: #ff5d22;
    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: #6b6b84;
    margin-top: 13px;
    position: relative;
    padding-left: 22px;
    font-size: 17px;
    font-weight: 600
}

.single-events-box .content .location i {
    color: #ff5d22;
    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;
    transition: .5s
}

.single-events-box:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    transform: translateY(-10px)
}

.single-events-box:hover .content:before {
    width: 65px;
    background-color: #ff5d22
}

.events-details-header {
    margin-bottom: 40px
}

.events-details-header ul {
    margin-bottom: 0;
    list-style-type: none;
    background-color: #f8f9f8;
    padding: 14px 30px
}

.events-details-header ul li {
    display: inline-block;
    margin-right: 18px;
    color: #6b6b84;
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    font-weight: 600
}

.events-details-header ul li i {
    color: #ff5d22;
    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: #221638;
    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: #6b6b84;
    font-size: 17px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 14px
}

.events-details-info .info li span {
    font-weight: 800;
    color: #221638;
    position: relative
}

.events-details-info .info li.price {
    padding-bottom: 10px;
    color: #ff5d22;
    font-size: 28px;
    font-weight: 800
}

.events-details-info .info li.price span {
    color: #221638;
    font-size: 17px;
    font-weight: 800
}

.events-details-info .info li:first-child {
    padding-top: 0
}

.events-details-info .info li .payment-method img {
    margin-left: 5px
}

.events-details-info .btn-box {
    text-align: center;
    margin-top: 30px
}

.events-details-info .btn-box .default-btn {
    display: block;
    padding: 12px 30px
}

.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: #ff5d22
}

.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: #ff5d22;
    line-height: 1;
    font-size: 17px;
    font-weight: 700
}

.events-details-info .events-share .share-info span i {
    color: #221638
}

.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: #221638;
    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;
    transform: translateY(-48%)
}

.events-details-info .events-share .share-info .social-link li a:hover {
    background-color: #ff5d22;
    color: #fff
}

.events-details-location {
    margin-bottom: 40px
}

.events-details-location iframe {
    height: 400px;
    width: 100%;
    border: none
}

.error-area {
    background-color: #221638;
    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: hsla(0, 0%, 100%, .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: #221638
}

.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: #221638
}

.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: "\F106"; */
    position: absolute;
    left: 0;
    color: #221638;
    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: #6b6b84;
    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: "\F106";
    position: absolute;
    bottom: 0;
    color: #221638;
    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: #6b6b84;
    font-size: 15px;
    font-weight: 600
}

.testimonials-view-btn {
    margin-top: 25px
}

.testimonials-view-btn .default-btn {
    background-color: transparent;
    color: #ff5d22;
    border: 1px solid #eae1d6;
    margin-bottom: -7px
}

.testimonials-view-btn .default-btn span {
    background-color: #ff5d22
}

.testimonials-view-btn .default-btn:hover {
    color: #fff;
    border-color: #ff5d22
}

.testimonials-slides.owl-carousel .owl-nav .owl-next,
.testimonials-slides.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    width: 40px;
    top: -10px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #221638;
    border: 1px solid #eae2d7;
    line-height: 40px;
    transition: .5s;
    padding: 0;
    font-size: 16px
}

.testimonials-slides.owl-carousel .owl-nav .owl-next:hover,
.testimonials-slides.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #ff5d22;
    border-color: #ff5d22;
    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 {
    animation-name: rotateme;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.partner-area {
    position: relative;
    z-index: 1
}

.partner-area.ptb-70 {
    padding-bottom: 40px
}

.partner-area.bor-top-1 {
    border-top: 1px solid #eee
}

.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,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -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;
    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: #6b6b84;
    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: #ff5d22;
    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 {
    transform: translateY(-10px);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09)
}

.blog-items {
    margin-left: -15px;
    margin-right: -15px
}

.vector-shape1 {
    position: absolute;
    left: 12%;
    z-index: -1;
    bottom: 40px
}

.vector-shape1 img {
    animation-name: rotatemetwo;
    animation-duration: 350s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.vector-shape2 {
    position: absolute;
    right: 10%;
    top: 230px;
    z-index: -1
}

.vector-shape2 img {
    animation-name: rotateme;
    animation-duration: 350s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes rotatemetwo {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

.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;
    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;
    transition: .5s;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5px !important;
    border-radius: 50%;
    border: 1.5px solid #fff
}

.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: #ff5d22;
    color: #fff;
    border-color: #ff5d22
}

.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%;
    transform: translateY(-50%)
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: block;
    color: #ff5d22;
    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: flex;
    flex-wrap: wrap;
    margin: 30px -10px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    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: #6b6b84
}

.blog-details-desc .article-content .features-list li i {
    color: #ff5d22;
    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: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 30px
}

.blog-details-desc .article-footer .article-tags {
    flex: 0 0 50%;
    max-width: 50%;
    color: #6b6b84
}

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #221638;
    margin-right: 10px;
    position: relative;
    top: 3px;
    font-size: 20px
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-right: 10px
}

.blog-details-desc .article-footer .article-tags a:last-child {
    margin-right: 0
}

.blog-details-desc .article-footer .article-tags a:last-child:before {
    display: none
}

.blog-details-desc .article-footer .article-tags a:before {
    content: ",";
    position: absolute;
    right: -4px
}

.blog-details-desc .article-footer .article-share {
    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: 5px;
    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: #ff5d22;
    color: #fff;
    border: 1px solid #ff5d22;
    text-align: center;
    font-size: 17px;
    margin-left: 5px
}

.blog-details-desc .article-footer .article-share .social li a:focus,
.blog-details-desc .article-footer .article-share .social li a:hover {
    color: #ff5d22;
    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:focus,
.blog-details-desc .article-footer .article-share .social li a.facebook:hover {
    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:focus,
.blog-details-desc .article-footer .article-share .social li a.twitter:hover {
    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:focus,
.blog-details-desc .article-footer .article-share .social li a.linkedin:hover {
    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:focus,
.blog-details-desc .article-footer .article-share .social li a.instagram:hover {
    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: #ff5d22;
    background-image: url(img/bg-776cb9e3f3782b60da7b321bd9cec0bc.jpg);
    background-position: 50%;
    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: #6b6b84
}

.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: #221638;
    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;
    animation: fade-up 1.5s linear infinite;
    left: 50px;
    top: -50px;
    z-index: -1;
    content: "\F106";
    font-family: Flaticon;
    font-size: 135px
}

.blockquote:after,
blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #ff5d22;
    margin-top: 20px;
    margin-bottom: 20px
}

.tracer-post-navigation {
    display: flex;
    flex-wrap: wrap;
    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 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px
}

.prev-link-wrapper a {
    display: flex;
    align-items: center
}

.prev-link-wrapper a:hover .image-prev .post-nav-title,
.prev-link-wrapper a:hover .image-prev:after {
    opacity: 1;
    visibility: visible
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
    color: #ff5d22
}

.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;
    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: #ff5d22;
    visibility: hidden;
    transition: .5s
}

.prev-link-wrapper .image-prev .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    font-size: 17px;
    font-weight: 700
}

.prev-link-wrapper .prev-link-info-wrapper {
    color: #221638;
    transition: .5s
}

.prev-link-wrapper .prev-title {
    display: inline-block;
    font-weight: 800;
    font-size: 17px
}

.prev-link-wrapper .meta-wrapper {
    display: block;
    color: #6b6b84;
    text-transform: capitalize;
    margin-top: 7px;
    font-weight: 600;
    font-size: 16px
}

.next-link-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 15px
}

.next-link-wrapper a {
    display: flex;
    align-items: center
}

.next-link-wrapper a:hover .image-next .post-nav-title,
.next-link-wrapper a:hover .image-next:after {
    opacity: 1;
    visibility: visible
}

.next-link-wrapper a:hover .next-link-info-wrapper {
    color: #ff5d22
}

.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;
    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: #ff5d22;
    visibility: hidden;
    transition: .5s
}

.next-link-wrapper .image-next .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    font-size: 17px;
    font-weight: 700
}

.next-link-wrapper .next-link-info-wrapper {
    transition: .5s;
    color: #221638
}

.next-link-wrapper .next-title {
    display: inline-block;
    font-weight: 800;
    font-size: 17px
}

.next-link-wrapper .meta-wrapper {
    display: block;
    color: #6b6b84;
    text-transform: capitalize;
    margin-top: 7px;
    font-weight: 600;
    font-size: 16px
}

.comments-area {
    margin-top: 30px
}

.comments-area .comments-title {
    line-height: normal;
    margin-bottom: 30px;
    font-size: 24px
}

.comments-area .comment-list,
.comments-area ol,
.comments-area ul {
    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: #221638;
    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: #221638;
    display: inline-block;
    padding: 7px 20px 4px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700
}

.comments-area .comment-body .reply a:hover {
    color: #fff;
    background-color: #ff5d22;
    border-color: #ff5d22
}

.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: #6b6b84;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400
}

.comments-area .comment-metadata a {
    display: inline-block;
    color: #6b6b84
}

.comments-area .comment-metadata a:hover {
    color: #ff5d22
}

.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: red
}

.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=datetime-local],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=month],
.comments-area .comment-respond input[type=number],
.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=text],
.comments-area .comment-respond input[type=time],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond input[type=week],
.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: #221638;
    font-weight: 600;
    font-size: 15px
}

.comments-area .comment-respond input[type=date]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=email]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=month]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=number]::-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=text]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=time]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=url]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=week]::-webkit-input-placeholder,
.comments-area .comment-respond textarea::-webkit-input-placeholder {
    -webkit-transition: .5s;
    transition: .5s;
    color: #6b6b84
}

.comments-area .comment-respond input[type=date]:-ms-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]:-ms-input-placeholder,
.comments-area .comment-respond input[type=email]:-ms-input-placeholder,
.comments-area .comment-respond input[type=month]:-ms-input-placeholder,
.comments-area .comment-respond input[type=number]:-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=text]:-ms-input-placeholder,
.comments-area .comment-respond input[type=time]:-ms-input-placeholder,
.comments-area .comment-respond input[type=url]:-ms-input-placeholder,
.comments-area .comment-respond input[type=week]:-ms-input-placeholder,
.comments-area .comment-respond textarea:-ms-input-placeholder {
    -ms-transition: .5s;
    transition: .5s;
    color: #6b6b84
}

.comments-area .comment-respond input[type=date]::-ms-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]::-ms-input-placeholder,
.comments-area .comment-respond input[type=email]::-ms-input-placeholder,
.comments-area .comment-respond input[type=month]::-ms-input-placeholder,
.comments-area .comment-respond input[type=number]::-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=text]::-ms-input-placeholder,
.comments-area .comment-respond input[type=time]::-ms-input-placeholder,
.comments-area .comment-respond input[type=url]::-ms-input-placeholder,
.comments-area .comment-respond input[type=week]::-ms-input-placeholder,
.comments-area .comment-respond textarea::-ms-input-placeholder {
    -ms-transition: .5s;
    transition: .5s;
    color: #6b6b84
}

.comments-area .comment-respond input[type=date]::placeholder,
.comments-area .comment-respond input[type=datetime-local]::placeholder,
.comments-area .comment-respond input[type=email]::placeholder,
.comments-area .comment-respond input[type=month]::placeholder,
.comments-area .comment-respond input[type=number]::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=text]::placeholder,
.comments-area .comment-respond input[type=time]::placeholder,
.comments-area .comment-respond input[type=url]::placeholder,
.comments-area .comment-respond input[type=week]::placeholder,
.comments-area .comment-respond textarea::placeholder {
    transition: .5s;
    color: #6b6b84
}

.comments-area .comment-respond input[type=date]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=email]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=month]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=number]: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=text]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=time]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=url]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type=week]: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=datetime-local]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=email]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=month]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=number]: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=text]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=time]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=url]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type=week]: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=datetime-local]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=email]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=month]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=number]: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=text]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=time]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=url]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type=week]: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=datetime-local]:focus::placeholder,
.comments-area .comment-respond input[type=email]:focus::placeholder,
.comments-area .comment-respond input[type=month]:focus::placeholder,
.comments-area .comment-respond input[type=number]: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=text]:focus::placeholder,
.comments-area .comment-respond input[type=time]:focus::placeholder,
.comments-area .comment-respond input[type=url]:focus::placeholder,
.comments-area .comment-respond input[type=week]: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: #6b6b84;
    font-weight: 400;
    font-size: 17px
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%
}

.comments-area .comment-respond .form-submit input {
    background: #ff5d22;
    border: none;
    color: #fff;
    padding: 12px 30px 10px;
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    transition: .5s;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px
}

.comments-area .comment-respond .form-submit input:focus,
.comments-area .comment-respond .form-submit input:hover {
    color: #fff;
    background: #221638
}

.project-start-area {
    position: relative;
    z-index: 1
}

.project-start-area.bg-color {
    background-color: #221638
}

.project-start-area.bg-color .project-start-content h2,
.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: #221638
}

.project-start-image {
    text-align: center
}

.project-start-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px
}

.project-start-content .sub-title img {
    margin-right: 5px;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.project-start-content h2 {
    margin-bottom: 15px;
    font-size: 44px
}

.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(img/page-title-bg-c8e7f324943288541bc1cbb21e1f7c19.jpg) 100% 0 no-repeat;
    border-bottom: 1px solid #fafafa;
    padding-top: 180px;
    padding-bottom: 100px
}

.page-title-area .shape-img1 {
    top: auto;
    bottom: 25%;
    left: 5%
}

.page-title-area.page-title-style-two {
    padding-top: 120px;
    padding-bottom: 120px
}

.page-title-content h2 {
    margin-bottom: 0;
    font-size: 44px
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px
}

.page-title-content ul li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    font-size: 16.5px;
    font-weight: 700
}

.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: #ff5d22;
    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 {
    bottom: 10%;
    right: 30px;
    animation: rotate3d 4s linear infinite;
    opacity: .25
}

.shape-img2,
.shape-img3 {
    position: absolute;
    z-index: -1
}

.shape-img3 {
    /* left: 28%; */
    top: 0%;
    /* animation: movebounce 5s linear infinite; */
    opacity: .15;
}

@keyframes rotate3d {
    0% {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(1turn)
    }
}

.pagination-area {
    margin-top: 35px
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 30px 5px #e4e4ee;
    color: #221638;
    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.current,
.pagination-area .page-numbers:hover {
    color: #fff;
    background-color: #ff5d22
}

.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: #ff5d22
}

.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: #221638;
    background-color: #f2f4f5;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 0 0 0 15px;
    border: none;
    transition: .5s;
    font-size: 17px;
    font-weight: 500
}

.widget-area .widget_search form .search-field::-webkit-input-placeholder {
    color: #6b6b84;
    -webkit-transition: .5s;
    transition: .5s
}

.widget-area .widget_search form .search-field:-ms-input-placeholder {
    color: #6b6b84;
    -ms-transition: .5s;
    transition: .5s
}

.widget-area .widget_search form .search-field::-ms-input-placeholder {
    color: #6b6b84;
    -ms-transition: .5s;
    transition: .5s
}

.widget-area .widget_search form .search-field::placeholder {
    color: #6b6b84;
    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: #ff5d22;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    padding: 0;
    transition: .5s;
    top: 5px;
    font-size: 20px
}

.widget-area .widget_search form button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.widget-area .widget_search form button:focus,
.widget-area .widget_search form button:hover {
    border-radius: 5px;
    background-color: #ff5d22;
    color: #fff
}

.widget-area .widget_tracer_posts_thumb {
    position: relative;
    overflow: hidden
}

.widget-area .widget_tracer_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px
}

.widget-area .widget_tracer_posts_thumb .item:last-child {
    margin-bottom: 0
}

.widget-area .widget_tracer_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_tracer_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: 50% !important
}

.widget-area .widget_tracer_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(img/blog-img9-6c1bc8bf646b7143c670f3a587d5d751.jpg)
}

.widget-area .widget_tracer_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(img/blog-img8-bf56eb8f04e906c338c929a98b28c2c1.jpg)
}

.widget-area .widget_tracer_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(img/blog-img7-2b7a85e7afb79548e68cc0e06f08bc85.jpg)
}

.widget-area .widget_tracer_posts_thumb .item .thumb:after,
.widget-area .widget_tracer_posts_thumb .item .thumb:before {
    transition: all .8s cubic-bezier(.2, 1, .22, 1);
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%)
}

.widget-area .widget_tracer_posts_thumb .item .thumb:before {
    width: 40px;
    height: 1px;
    left: 100%
}

.widget-area .widget_tracer_posts_thumb .item .thumb:after {
    height: 40px;
    width: 1px;
    top: 0
}

.widget-area .widget_tracer_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px
}

.widget-area .widget_tracer_posts_thumb .item .info span {
    display: block;
    color: #6b6b84;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: 13px
}

.widget-area .widget_tracer_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 800
}

.widget-area .widget_tracer_posts_thumb .item .info .title a {
    display: inline-block
}

.widget-area .widget_tracer_posts_thumb .item:hover .thumb:after,
.widget-area .widget_tracer_posts_thumb .item:hover .thumb:before {
    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: #221638;
    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: #ff5d22;
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    left: 0;
    top: 7px;
    position: absolute
}

.widget-area .widget_categories ul li a {
    color: #221638;
    display: inline-block
}

.widget-area .widget_categories ul li a:hover {
    color: #ff5d22
}

.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: #221638;
    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:focus,
.widget-area .tagcloud a:hover {
    color: #fff;
    background-color: #ff5d22
}

.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: 50% !important
}

.widget-area .widget_popular_products .item .thumb:after,
.widget-area .widget_popular_products .item .thumb:before {
    transition: all .8s cubic-bezier(.2, 1, .22, 1);
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    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: #ff5d22;
    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:after,
.widget-area .widget_popular_products .item:hover .thumb:before {
    opacity: 1;
    top: 50%;
    left: 50%
}

.widget-area .filter_by_price .irs--flat .irs-bar,
.widget-area .filter_by_price .irs--flat .irs-handle>i:first-child {
    background-color: #ff5d22
}

.widget-area .filter_by_price .irs--flat .irs-from,
.widget-area .filter_by_price .irs--flat .irs-single,
.widget-area .filter_by_price .irs--flat .irs-to {
    background-color: #ff5d22;
    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: 50% !important
}

.widget-area .widget_recent_courses .item .thumb .fullimage.bg1 {
    background-image: url(img/course1-d4136c63f03383d3de27042a6347cfa9.jpg)
}

.widget-area .widget_recent_courses .item .thumb .fullimage.bg2 {
    background-image: url(img/course2-b3045ddb403d005ebd09d765fdb0747c.jpg)
}

.widget-area .widget_recent_courses .item .thumb .fullimage.bg3 {
    background-image: url(img/course3-a1ce0bbd14877b6ba15dce3c08acb179.jpg)
}

.widget-area .widget_recent_courses .item .thumb:after,
.widget-area .widget_recent_courses .item .thumb:before {
    transition: all .8s cubic-bezier(.2, 1, .22, 1);
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    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: #ff5d22;
    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:after,
.widget-area .widget_recent_courses .item:hover .thumb:before {
    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: #6b6b84;
    border: 1px solid #eee;
    font-size: 17px;
    font-weight: 700
}

.widget-area .widget_insight ul li a:before {
    width: 5px;
    height: 5px;
    transition: .5s;
    background-color: #6b6b84;
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

.widget-area .widget_insight ul li a.active,
.widget-area .widget_insight ul li a:hover {
    border-color: #ff5d22;
    background-color: #ff5d22;
    color: #fff
}

.widget-area .widget_insight ul li a.active:before,
.widget-area .widget_insight ul li a:hover:before {
    background-color: #fff
}

.widget-area .widget_insight ul li.active a {
    border-color: #ff5d22;
    background-color: #ff5d22;
    color: #fff
}

.login-form,
.widget-area .widget_insight ul li.active a:before {
    background-color: #fff
}

.login-form {
    padding: 40px 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(51, 51, 51, .1);
    margin-right: 30px
}

.login-form h2 {
    font-size: 35px
}

.login-form form .form-group,
.login-form h2 {
    margin-bottom: 25px
}

.login-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #221638;
    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: #6b6b84;
    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;
    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: #ff5d22;
    position: absolute;
    top: 5.5px;
    left: 6px;
    transition: all .2s ease
}

.login-form form .remember-me-wrap [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.login-form form .remember-me-wrap [type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.login-form form .remember-me-wrap [type=checkbox]:checked+label:before,
.login-form form .remember-me-wrap [type=checkbox]:hover+label:before {
    border-color: #ff5d22
}

.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: "";
    transition: .5s;
    background-color: #eee
}

.login-form form .lost-your-password-wrap a:after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    transition: .5s;
    bottom: 0;
    content: "";
    background-color: #ff5d22
}

.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: #ff5d22;
    transition: .5s;
    width: 100%;
    border-radius: 5px;
    padding: 14.5px 30px;
    font-weight: 700;
    font-size: 17px
}

.login-form form button:hover {
    background-color: #221638;
    color: #fff
}

.register-form {
    padding: 30px;
    border: 1px solid #f2f2f2
}

.register-form h2 {
    font-size: 35px
}

.register-form form .form-group,
.register-form h2 {
    margin-bottom: 25px
}

.register-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #221638;
    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: #ff5d22;
    transition: .5s;
    width: 100%;
    border-radius: 5px;
    padding: 14.5px 30px;
    font-weight: 700;
    font-size: 17px
}

.register-form form button:hover {
    background-color: #221638;
    color: #fff
}

.coming-soon-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #f6f7fb;
    background-image: url(img/coming-soon-bg-cd2b0bee3b87baffb73252b6bf9b2dea.jpg);
    background-position: top;
    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;
    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: #221638;
    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: #221638
}

.coming-soon-content form .form-group .label-title i {
    position: absolute;
    left: 0;
    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;
    transition: .5s;
    background: #ff5d22
}

.coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #eee;
    padding: 0 0 0 32px;
    color: #221638;
    height: 45px;
    display: block;
    width: 100%;
    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;
    -ms-transition: .5s;
    transition: .5s
}

.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #a1a1a1;
    -ms-transition: .5s;
    transition: .5s
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #a1a1a1;
    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: red
}

.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:before,
.privacy-policy-content blockquote:after,
.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: #6b6b84;
    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:before,
.terms-of-service-content blockquote:after,
.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: #6b6b84;
    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:before,
.purchase-guide-content blockquote:after,
.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: #6b6b84;
    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: #ff5d22;
    white-space: nowrap;
    padding: 20px;
    text-align: center;
    color: hsla(0, 0%, 100%, .9);
    border-left: 1px solid #e98f8f;
    border-bottom: none;
    border-right: 1px solid #e98f8f
}

.membership-levels-table .table thead th .price {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    font-size: 35px;
    font-weight: 800
}

.membership-levels-table .table thead th .title {
    color: #fff;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 10px;
    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 thead th span {
    display: block
}

.membership-levels-table .table thead th .desc {
    line-height: 1
}

.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: #221638;
    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: #ff5d22
}

.contact-info-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 100px;
    z-index: 1
}

.contact-info-box .fa-map-marker-alt {
    color: #f44336;
}

.contact-info-box .fa-map-marker-alt:hover {
    color: white;
}

.contact-info-box .icon {
    width: 75px;
    height: 85px;
    background-color: #f7f7f7;
    border-radius: 3px;
    text-align: center;
    font-size: 40px;
    color: #ff5d22;
    transition: .5s
}

.contact-info-box .icon,
.contact-info-box .icon i {
    position: absolute;
    left: 0;
    top: 45px;
    transform: translateY(-50%)
}

.contact-info-box .icon i {
    right: 0
}

.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: #221638;
    line-height: 1;
    opacity: .04;
    font-size: 100px;
    transform: rotate(-5deg)
}

.contact-info-box:hover .icon {
    background-color: #ff5d22;
    color: #fff
}

.contact-image {
    margin-top: 20px;
    text-align: center
}

.contact-form {
    padding: 40px;
    margin-left: 15px;
    box-shadow: 0 0 20px hsla(0, 0%, 62%, .16);
    background-color: #fff;
    border-radius: 5px;
}

.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: red
}

.contact-form form .default-btn {
    margin-top: 5px
}

.contact-form form #msgSubmit {
    margin: 0 !important
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
    margin-top: 15px !important
}

#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: #ff5d22;
    font-weight: 700;
    font-size: 15px
}

.subscribe-content .sub-title img {
    margin-right: 5px;
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    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: #221638;
    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;
    -ms-transition: .5s;
    transition: .5s
}

.subscribe-content .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #999;
    -ms-transition: .5s;
    transition: .5s
}

.subscribe-content .newsletter-form .input-newsletter::placeholder {
    color: #999;
    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: red;
    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;
    transform: unset !important
}

.vector-shape6 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .7
}

.vector-shape6 img {
    animation: movebounce 5s linear infinite
}

.footer-area {
    padding-top: 40px;
    position: relative;
    z-index: 1
}

.footer-area.bg-color {
    background-color: #fefcf8
}

.single-footer-widget {
    margin-bottom: 30px
}

.single-footer-widget .logo {
    margin-bottom: 15px;
    font-size: 15px;
    display: inline-block
}

.single-footer-widget .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 18px
}

.single-footer-widget .social-link li {
    display: inline-block;
    margin-right: 10px
}

.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: #6b6b84;
    font-size: 18px;
    position: relative;
    border-radius: 2px
}

.single-footer-widget .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-48%)
}

.single-footer-widget .social-link li a:hover {
    background-color: #ff5d22;
    color: #fff
}

.single-footer-widget h3 {
    margin-bottom: 25px;
    font-size: 26px
}

.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: #6b6b84;
    font-weight: 600
}

.single-footer-widget .footer-links-list li a {
    color: #6b6b84;
    display: inline-block
}

.single-footer-widget .footer-links-list li a:hover {
    color: #ff5d22
}

.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: #6b6b84;
    position: relative;
    padding-left: 23px;
    font-weight: 600
}

.single-footer-widget .footer-contact-info li a {
    color: #6b6b84;
    display: inline-block
}

.single-footer-widget .footer-contact-info li a:hover {
    color: #ff5d22
}

.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: #ff5d22;
    top: 4px
}

.single-footer-widget .footer-contact-info li i.bxs-inbox {
    top: 3px
}

.footer-bottom-area {
    margin-top: 0px;
    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: #ff5d22;
    font-weight: 600
}

.footer-bottom-area p a:hover,
.footer-bottom-area p strong {
    color: #221638
}

.footer-bottom-area ul {
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.footer-bottom-area ul li {
    color: #6b6b84;
    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: #6b6b84
}

.footer-bottom-area ul li a {
    display: block;
    color: #6b6b84
}

.footer-bottom-area ul li a:hover {
    color: #ff5d22
}

.footer-map {
    position: absolute;
    right: 20%;
    top: 40%;
    transform: translateY(-40%);
    z-index: -1;
    opacity: .8
}

.footer-map img {
    animation: moveleftbounce 5s linear infinite
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-20px)
    }

    to {
        transform: translateX(0)
    }
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #fff;
    background-color: #221638;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    transition: .9s;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 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: #ff5d22;
    color: #fff;
    transition: .5s;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    transform: translateY(-5px)
}

@media only screen and (max-width:767px) {

    body,
    p {
        font-size: 15px
    }

    .container {
        max-width: 100%
    }

    .ptb-100 {
        padding-bottom: 60px
    }

    .pt-100,
    .ptb-100 {
        padding-top: 60px
    }

    .pb-100 {
        padding-bottom: 60px
    }

    .ptb-70 {
        padding-bottom: 30px
    }

    .pt-70,
    .ptb-70 {
        padding-top: 30px
    }

    .pb-70 {
        padding-bottom: 30px
    }

    .navbar-area {
        background-color: #fff;
        border-bottom: 1px solid #f7f7f7
    }

    .tarn-nav .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }

    .tarn-nav .navbar .navbar-collapse {
        overflow-y: auto
    }

    .tarn-nav .navbar .navbar-nav .nav-item {
        margin-left: 0
    }

    .tarn-nav .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu {
        width: 280px;
        top: 40px
    }

    .tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
        padding: 6px 20px;
        font-size: 15px
    }

    .tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        top: 35px;
        left: 20px;
        width: 260px
    }

    .tarn-nav .navbar .others-option {
        margin-left: 0;
        margin-top: 6px
    }

    .tarn-nav .navbar .others-option .option-item {
        margin-left: 15px
    }

    .tarn-nav .navbar .others-option .option-item .search-box {
        width: 170px
    }

    .tarn-nav .navbar .others-option .option-item .search-box .input-search {
        font-size: 13px
    }

    .tarn-nav .navbar .others-option .option-item .search-box button {
        font-size: 18px
    }

    .tarn-nav .navbar .others-option .option-item .default-btn {
        font-size: 12px;
        padding: 14px 15px
    }

    .tarn-nav .navbar .others-option .option-item .default-btn i {
        display: none
    }

    .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:first-child,
    .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: 50%;
        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:first-child,
    .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: 170px;
        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:first-child,
    .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;
        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:first-child,
    .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-next,
    .home-slides.owl-carousel .owl-nav .owl-prev {
        margin: 0 0 0 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px
    }

    .circle-shape1,
    .circle-shape2,
    .circle-shape3,
    .circle-shape4,
    .map-shape1,
    .map-shape2,
    .vector-shape1,
    .vector-shape2,
    .vector-shape3,
    .vector-shape4,
    .vector-shape5,
    .vector-shape6,
    .vector-shape7,
    .vector-shape8,
    .vector-shape9,
    .vector-shape10,
    .vector-shape11,
    .vector-shape12 {
        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 {
        width: 44%;
        margin-top: 20px;
        padding: 15px 8px;
        text-align: center;
        margin-left: 9px;
        margin-right: 9px
    }

    .about-content .content .features-list li img {
        left: 0;
        top: 0;
        transform: translateY(0);
        position: relative;
        margin-bottom: 20px;
        width: 50px
    }

    .about-content .content .features-list li h3 {
        font-size: 19px
    }

    .about-content .content .about-list {
        text-align: left
    }

    .about-content .content .about-list li {
        width: 100%;
        margin-top: 20px;
        padding-left: 63px;
        font-size: 16px;
        margin-left: 0;
        margin-right: 0
    }

    .about-content .content .about-list li i {
        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;
        transform: translateY(0);
        display: inline-block
    }

    .our-mission-area.ptb-100 {
        padding-top: 0
    }

    .our-mission-area .row .col-lg-6:first-child {
        order: 2
    }

    .our-mission-area .row .col-lg-6:nth-child(2) {
        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 {
        width: 100%;
        margin-top: 20px;
        padding-left: 63px;
        font-size: 16px;
        margin-left: 0;
        margin-right: 0
    }

    .our-mission-content .content .our-mission-list li i {
        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%;
        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;
        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;
        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;
        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:first-child .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 {
        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;
        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:first-child .single-featured-services-box,
    .col-lg-4:nth-child(2) .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-next,
    .case-study-slides.owl-carousel .owl-nav .owl-prev {
        left: 15px !important;
        opacity: 1;
        font-size: 30px;
        top: auto;
        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: 10px 15px 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: 13px 20px 13px 45px;
        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 .duration,
    .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions,
    .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
    }

    .courses-details-info .btn-box,
    .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;
        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: 4px 20px 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
    }

    .case-studies-details-image {
        margin-bottom: 25px
    }

    .case-studies-details-image .video-btn {
        width: 65px;
        line-height: 65px;
        height: 65px;
        font-size: 28px
    }

    .case-studies-details-desc {
        text-align: center
    }

    .case-studies-details-desc h3 {
        font-size: 22px
    }

    .case-studies-details-desc .image {
        padding-right: 0;
        margin-bottom: 0
    }

    .case-studies-details-desc .content {
        margin-bottom: 25px;
        margin-top: 20px
    }

    .case-studies-details-desc .content h3 {
        font-size: 22px
    }

    .case-studies-details-desc .content ul li {
        padding-left: 0
    }

    .case-studies-details-desc .content ul li:before {
        display: none
    }

    .case-studies-details-info {
        padding: 25px 20px;
        margin-left: 0;
        margin-top: 30px
    }

    .case-studies-details-info ul li {
        font-size: 16px;
        margin-bottom: 12px;
        padding-bottom: 12px
    }

    .case-studies-details-info ul li span {
        font-size: 15px
    }

    .case-studies-details-image-slides.owl-theme .owl-nav {
        opacity: 1;
        visibility: visible
    }

    .case-studies-details-image-slides.owl-theme .owl-nav [class*=owl-] {
        left: 10px;
        top: auto;
        transform: translateY(0);
        bottom: 10px;
        width: 35px;
        height: 35px;
        padding: 0 !important;
        line-height: 32px;
        font-size: 15px
    }

    .case-studies-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-next,
    .testimonials-slides.owl-carousel .owl-nav .owl-prev {
        position: relative;
        left: 0 !important;
        top: 0;
        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:first-child .single-what-we-do-box,
    .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: 18px
    }

    .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-share,
    .blog-details-desc .article-footer .article-tags {
        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 {
        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 {
        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: normal;
        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-shipping span,
    .order-details .order-table table tbody tr td.order-subtotal 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: 50%;
        padding-top: 150px;
        padding-bottom: 60px
    }

    .page-title-area.page-title-style-two {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .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
    }

    .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 .accordion .accordion__item {
        padding: 0;
        font-size: 15px
    }

    .faq-accordion .accordion .accordion__item i {
        left: 10px;
        top: 50%;
        font-size: 20px;
        transform: translateY(-50%)
    }

    .faq-accordion .accordion .accordion__button {
        padding: 15px 20px;
        font-size: 15px
    }

    .faq-accordion .accordion .accordion__panel {
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 20px
    }

    .tracer-grid-sorting {
        text-align: center
    }

    .tracer-grid-sorting .result-count {
        margin-bottom: 13px
    }

    .tracer-grid-sorting .ordering {
        text-align: center
    }

    .tracer-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_insight ul li a,
    .widget-area .widget_popular_products .item .info .title,
    .widget-area .widget_popular_products .item .info span,
    .widget-area .widget_recent_courses .item .info .title,
    .widget-area .widget_recent_courses .item .info span,
    .widget-area .widget_tracer_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: 120px 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 .price {
        font-size: 25px
    }

    .membership-levels-table .table thead th .title {
        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: 20px
    }

    .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 ol li,
    .purchase-guide-content ul 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 ol li,
    .privacy-policy-content ul 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 ol li,
    .terms-of-service-content ul 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: 180px;
        padding-bottom: 170px
    }

    .seo-agency-banner {
        padding-top: 160px;
        padding-bottom: 80px
    }

    .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 hsla(0, 0%, 93.3%, .93);
        padding-bottom: 35px
    }

    .overview-box .overview-content {
        flex: 0 0 100%;
        max-width: 100%;
        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 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .overview-box .overview-content .content.right-content {
        padding-left: 0
    }

    .overview-box .overview-image {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
        margin-top: 30px
    }

    .overview-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .modal-video-body {
        padding: 0 20px
    }

    .modal-video-body .modal-video-close-btn {
        right: 0
    }

    .navbar-area.navbar-style-two {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .projects-area .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-services-box h3 {
        font-size: 18px
    }

    .single-services-box p {
        font-size: 14px
    }

    .about-area .container-fluid,
    .banner-section .container-fluid,
    .banner-wrapper .container-fluid,
    .container,
    .hero-banner .container-fluid,
    .main-banner .container-fluid {
        max-width: 540px
    }

    .about-content .content .about-list {
        padding: 0 10px 10px
    }

    .about-content .content .about-list li {
        width: 50%
    }

    .our-mission-area .container-fluid {
        max-width: 540px
    }

    .our-mission-content .content .our-mission-list {
        padding: 0 10px 7px
    }

    .our-mission-content .content .our-mission-list li {
        width: 50%
    }

    .services-details-desc .technologies-features li {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .blog-details-desc .article-footer {
        text-align: left
    }

    .blog-details-desc .article-footer .article-share,
    .blog-details-desc .article-footer .article-tags {
        flex: 0 0 50%;
        max-width: 50%
    }

    .blog-details-desc .article-footer .article-share .social {
        text-align: right;
        margin-top: 0
    }

    .prev-link-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 5px
    }

    .next-link-wrapper {
        margin-top: 0;
        padding-left: 5px
    }

    .next-link-wrapper,
    .overview-box .overview-content .content .features-list li {
        flex: 0 0 50%;
        max-width: 50%
    }

    .single-services-item-box h3 {
        font-size: 17px
    }

    .single-services-item-box p {
        font-size: 14px
    }

    .single-funfacts-item p {
        font-size: 13px
    }

    .single-services-item h3 {
        font-size: 18px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    body,
    p {
        font-size: 16px
    }

    .container {
        max-width: 720px
    }

    .ptb-100 {
        padding-bottom: 80px
    }

    .pt-100,
    .ptb-100 {
        padding-top: 80px
    }

    .pb-100 {
        padding-bottom: 80px
    }

    .ptb-70 {
        padding-bottom: 50px
    }

    .pt-70,
    .ptb-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
    }

    .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:first-child,
    .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:first-child,
    .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:first-child,
    .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: 50%;
        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:first-child,
    .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 {
        padding: 15px 15px 15px 90px
    }

    .about-content .content .features-list li img {
        left: 15px;
        width: 50px
    }

    .about-content .content .features-list li h3 {
        margin-bottom: 3px;
        font-size: 22px
    }

    .about-content .content .about-list {
        text-align: left
    }

    .about-content .content .about-list li {
        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: 20px
    }

    .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:first-child {
        order: 2
    }

    .our-mission-area .row .col-lg-6:nth-child(2) {
        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:first-child .single-featured-services-box,
    .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-industries-serve-box,
    .single-projects-box .content h3 {
        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:first-child .single-what-we-do-box,
    .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;
        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;
        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-next,
    .case-study-slides.owl-carousel .owl-nav .owl-prev {
        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
    }

    .map-shape1,
    .vector-shape4,
    .vector-shape5 {
        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-next,
    .testimonials-slides.owl-carousel .owl-nav .owl-prev {
        position: relative;
        left: 0 !important;
        top: 0;
        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: 50%;
        padding-bottom: 80px;
        padding-top: 160px
    }

    .page-title-area.page-title-style-two {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .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
    }

    .case-studies-details-desc h3 {
        font-size: 25px
    }

    .case-studies-details-desc .content h3 {
        font-size: 22px
    }

    .case-studies-details-info {
        margin-top: 35px;
        padding: 30px 25px
    }

    .case-studies-details-info ul li {
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .case-studies-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
    }

    .privacy-policy-content h3,
    .products-details-tabs .tab-content .tab-pane .products-review-comments h3,
    .products-details-tabs .tab-content .tab-pane .products-reviews h3,
    .products-details-tabs .tab-content .tab-pane .review-form-wrapper h3,
    .purchase-guide-content h3,
    .terms-of-service-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: 30px
    }

    .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
    }

    .next-link-wrapper .next-title,
    .prev-link-wrapper .prev-title {
        font-size: 16px
    }

    .comments-area .comment-respond .comment-reply-title,
    .comments-area .comments-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%;
        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 {
        flex: 0 0 100%;
        max-width: 100%;
        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 {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
        margin-top: 35px
    }

    .navbar-area {
        background-color: #fff;
        border-bottom: 1px solid #f7f7f7
    }

    .tarn-nav .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }

    .tarn-nav .navbar .navbar-nav .nav-item {
        margin-left: 0
    }

    .tarn-nav .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu {
        width: 280px;
        top: 40px
    }

    .tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
        padding: 6px 20px;
        font-size: 15px
    }

    .tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        left: 100%
    }

    .tarn-nav .navbar .others-option {
        margin-left: 0;
        margin-top: 6px
    }

    .tarn-nav .navbar .others-option .option-item {
        margin-left: 15px
    }

    .tarn-nav .navbar .others-option .option-item .search-box {
        width: 170px
    }

    .tarn-nav .navbar .others-option .option-item .search-box .input-search {
        font-size: 13px
    }

    .tarn-nav .navbar .others-option .option-item .search-box button {
        font-size: 18px
    }

    .tarn-nav .navbar .others-option .option-item .default-btn {
        font-size: 12px;
        padding: 14px 15px
    }

    .tarn-nav .navbar .others-option .option-item .default-btn i {
        display: none
    }

    .membership-levels-table .table thead th .price {
        font-size: 30px
    }

    .membership-levels-table .table thead th .title {
        font-size: 14px
    }

    .membership-levels-table .table thead th span {
        font-size: 13px
    }

    .modal-video-body {
        padding: 0 40px
    }

    .modal-video-body .modal-video-close-btn {
        right: 0
    }

    .our-mission-content .content .our-mission-list li {
        font-size: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {

    body,
    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
    }

    .main-banner {
        padding-top: 220px;
        padding-bottom: 200px
    }

    .main-banner .container-fluid {
        max-width: 960px
    }

    .main-banner .row {
        align-items: center !important
    }

    .main-banner .row .col-lg-5,
    .main-banner .row .col-lg-7 {
        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:first-child,
    .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 {
        align-items: center !important
    }

    .banner-section .row .col-lg-5,
    .banner-section .row .col-lg-7 {
        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:first-child,
    .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 {
        align-items: center !important
    }

    .hero-banner .row .col-lg-5,
    .hero-banner .row .col-lg-7 {
        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:first-child,
    .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: 50%;
        padding-top: 240px;
        padding-bottom: 90px
    }

    .banner-wrapper .container-fluid {
        max-width: 960px
    }

    .banner-wrapper .row {
        align-items: center !important
    }

    .banner-wrapper .row .col-lg-5,
    .banner-wrapper .row .col-lg-7 {
        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:first-child,
    .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: 30px 20px
    }

    .single-solutions-box h3 {
        font-size: 20px
    }

    .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 {
        width: 45%;
        margin-left: 10px;
        margin-right: 10px;
        padding: 15px 10px 15px 52px;
        font-size: 15px
    }

    .about-content .content .about-list li i {
        left: 10px;
        width: 30px;
        height: 30px;
        line-height: 31px;
        font-size: 15px
    }

    .about-content .content .features-list li {
        padding: 15px 15px 15px 80px;
        margin-left: 10px;
        margin-right: 10px
    }

    .about-content .content .features-list li img {
        left: 15px;
        width: 50px
    }

    .about-content .content .features-list li h3 {
        font-size: 22px
    }

    .about-content .content .features-list li 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,
    .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 {
        padding: 15px 10px 15px 52px;
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px
    }

    .our-mission-content .content .our-mission-list li i {
        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: 20px
    }

    .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: 20px
    }

    .single-services-item-box {
        padding: 30px 20px
    }

    .single-services-item-box .icon img {
        width: 60px
    }

    .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: 30px
    }

    .how-its-work-content .inner-box .single-item h3 {
        font-size: 20px
    }

    .single-process-box {
        padding: 35px 15px
    }

    .single-process-box h3 {
        font-size: 20px
    }

    .process-content .single-box-item h3 {
        font-size: 22px
    }

    .process-content .row .col-lg-12:first-child .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: 20px
    }

    .single-projects-box .content span {
        font-size: 14px
    }

    .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: 20px
    }

    .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-next,
    .case-study-slides.owl-carousel .owl-nav .owl-prev {
        position: relative;
        left: 0 !important;
        top: 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
    }

    .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: 20px
    }

    .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: 20px
    }

    .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-next,
    .testimonials-slides.owl-carousel .owl-nav .owl-prev {
        position: relative;
        left: 0 !important;
        top: 0;
        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: 20px
    }

    .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,
    .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
    }

    .case-studies-details-info {
        padding: 30px
    }

    .case-studies-details-desc h3 {
        font-size: 25px
    }

    .case-studies-details-desc .content h3 {
        font-size: 22px
    }

    .contact-info-box h3,
    .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,
    .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%;
        transform: translateY(-50%) translateX(-50%);
        opacity: .55
    }

    .it-services-banner {
        padding-top: 200px;
        padding-bottom: 180px
    }

    .seo-agency-banner {
        padding-top: 240px;
        padding-bottom: 130px
    }

    .seo-agency-banner .container-fluid {
        max-width: 960px
    }

    .analysis-form h2 {
        font-size: 36px
    }

    .tarn-nav .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }

    .tarn-nav .navbar .navbar-brand img {
        max-width: 100px
    }

    .tarn-nav .navbar .navbar-nav .nav-item {
        margin-left: 7px;
        margin-right: 7px
    }

    .tarn-nav .navbar .navbar-nav .nav-item a {
        font-size: 15px
    }

    .tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu {
        width: 270px
    }

    .tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
        padding: 6px 20px;
        font-size: 15px
    }

    .tarn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        left: -100%
    }

    .tarn-nav .navbar .others-option,
    .tarn-nav .navbar .others-option .option-item {
        margin-left: 10px
    }

    .tarn-nav .navbar .others-option .option-item .search-box {
        width: 170px
    }

    .tarn-nav .navbar .others-option .option-item .search-box .input-search {
        height: 40px;
        font-size: 13px
    }

    .tarn-nav .navbar .others-option .option-item .search-box button {
        height: 40px;
        font-size: 16px
    }

    .tarn-nav .navbar .others-option .option-item .default-btn {
        padding: 10px 20px;
        font-size: 13px
    }

    .tarn-nav .navbar .others-option .option-item .default-btn i {
        display: none
    }

    .single-services-item-box h3 {
        font-size: 20px
    }

    .modal-video-body {
        padding: 0 40px
    }

    .modal-video-body .modal-video-close-btn {
        right: 0
    }

    .navbar-style-two {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .navbar-style-two .navbar .navbar-nav .nav-item:last-child .dropdown-menu,
    .navbar-style-two .navbar .navbar-nav .nav-item:nth-last-child(2) .dropdown-menu {
        left: auto;
        right: 0
    }

    .single-courses-box .courses-content .courses-box-footer li {
        font-size: 13px
    }

    .single-blog-post .post-content .post-meta li {
        font-size: 11px
    }

    .single-blog-post .post-content .post-meta li .post-author span {
        font-size: 14px
    }
}

@media only screen and (min-width:1200px) and (max-width:1355px) {
    .container {
        max-width: 1140px
    }

    .tarn-nav .container-fluid {
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px
    }

    .tarn-nav .navbar .navbar-nav {
        padding-right: 0
    }

    .tarn-nav .navbar .navbar-nav .nav-item {
        margin-left: 12px;
        margin-right: 12px
    }

    .tarn-nav .navbar .navbar-nav .nav-item:last-child .dropdown-menu {
        left: auto;
        right: 0
    }

    .tarn-nav .navbar .others-option .option-item {
        margin-left: 15px
    }

    .tarn-nav .navbar .others-option .option-item .search-box {
        width: 210px
    }

    .tarn-nav .navbar .others-option .option-item .search-box .input-search {
        height: 43px;
        font-size: 14px
    }

    .tarn-nav .navbar .others-option .option-item .search-box button {
        font-size: 20px
    }

    .tarn-nav .navbar .others-option .option-item .default-btn {
        padding: 10px 20px;
        font-size: 15px
    }

    .tarn-nav .navbar .others-option .option-item .default-btn i {
        display: none
    }

    .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:first-child {
        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:first-child {
        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:first-child {
        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:first-child {
        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
    }
}

@media only screen and (min-width:1356px) and (max-width:1400px) {
    .tarn-nav .navbar .others-option .option-item .search-box {
        width: 220px
    }
}

@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:first-child {
        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:first-child {
        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:first-child {
        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:first-child {
        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
    }
}


.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
}

.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 {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.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;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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 {
    -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 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@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 img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    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(4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -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%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.about_img {
    height: 550px
}


.services_animation1 {
    animation-name: fadeInUp;
    visibility: visible;
    animation-delay: 0.1s;
}

.services_animation {
    animation-name: fadeInLeft;
    visibility: visible;
    animation-delay: 0.1s;
}

.services_animation_fadeinleft {
    animation-name: none;
    visibility: hidden-;
    animation-delay: 0.1s;
    font-size: 20px;
    color: #000;
}

.services_animation_fadein_right {
    animation-name: none;
    visibility: hidden;
    animation-delay: 0.1ss
}

.testimonials_owlstage {
    transform: translate3d(-1230px, 0px, 0px);
    transition: all 0.25s ease 0s;
    width: 4305px;
}

.testimonials_owlcloned {
    width: 585px;
    margin-right: 30px;
}

.partner_animation {
    animation-name: none;
    visibility: hidden;
    animation-delay: 0.1s;
}

.partner_animation1 {
    animation-name: none;
    visibility: hidden;
    animation-delay: 0.2s;
}

.partner_animation2 {
    animation-name: none;
    visibility: hidden;
    animation-delay: 0.3s;
}

.partner_animation3 {
    animation-name: none;
    visibility: hidden;
    animation-delay: 0.4s;
}

.partner_animation4 {
    animation-name: none;
    visibility: hidden;
    animation-delay: 0.5s;
}

.partner_animation5 {
    animation-name: none;
    visibility: hidden;
    animation-delay: 0.6s;
}

.main_outline {
    outline: none
}
.toogleshowhide {
    display: block;
}


.bannermargin_img {
    margin-top: 2%;
}

.bannermargin {
    margin-top: 2%;
}

.ieltstest {
    max-width: 80%;
    max-height: 80%;
}

.ieltstest2 {
    max-width: 90%;
    max-height: 90%;
}

.contentbox {
    margin-left: 10%;
}

.contentboxheader {
    margin-left: 5%;
}

.missincintbox {
    margin-left: 59px;
}

.lbg-f1f8fb {
    /* background-color: #ff5d220a !important; */
    background-color: #f1f8fb !important;
}

.section-title1 {
    text-align: center;
    /* max-width: 700px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
}

.serviceboxHeight {
    min-height: 413px;
}

/* .lndtopmrg {
    padding-top: 147px !important;
} */

.contact-lndtopmrg {
    /* padding: 0px !important; */
    box-shadow: 0 0 20px hsl(0deg 0% 0% / 44%) !important;
}

/* .contact-form {
    padding: 0px;
    margin-left: 15px;
    box-shadow: 0 0 20px hsl(0deg 0% 0% / 44%);
    background-color: #fff;
} */

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    border: none;
    margin-bottom: 0
}

.faq-accordion .accordion .accordion__item {
    border-radius: 5px;
    display: block;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, .13) !important;
    background: #fff;
    margin-bottom: 20px;
    padding: 0;
    border: none
}

.faq-accordion .accordion .accordion__item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion__button {
    background-color: #fff;
    color: #221638;
    position: relative;
    display: block;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 800
}

.faq-accordion .accordion .accordion__button i {
    position: absolute;
    left: 25px;
    top: 18px;
    font-size: 25px;
    transition: .5s
}

.faq-accordion .accordion .accordion__button.active i {
    transform: rotate(180deg)
}

.faq-accordion .accordion .accordion__panel {
    position: relative;
    margin-top: -5px;
    padding: 0 25px 20px 50px
}

.faq-accordion .accordion .accordion__panel p {
    line-height: 1.8;
    font-size: 15px
}

.faq-accordion .accordion .accordion__panel.show {
    display: block
}

.accordion__button[aria-expanded=true]:before,
.accordion__button[aria-selected=true]:before {
    transform: rotate(45deg)
}

[hidden] {
    display: none
}

.accordion__panel {
    padding: 20px;
    animation: fadein .35s ease-in
}

.accordion {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px
}

.accordion__item+.accordion__item {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.accordion__button {
    background-color: #f4f4f4;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none
}

.accordion__button:hover {
    background-color: #ddd
}

.accordion__button:before {
    display: inline-block;
    content: "";
    height: 10px;
    width: 10px;
    margin-right: 12px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg)
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.faq-accordion .accordion .accordion__item {
    padding: 0;
    font-size: 15px
}

.faq-accordion .accordion .accordion__item i {
    left: 10px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%)
}

.faq-accordion .accordion .accordion__button {
    padding: 15px 20px;
    font-size: 15px
}

.faq-accordion .accordion .accordion__panel {
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 20px
}

.accordion {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px
}

.accordion__item+.accordion__item {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.accordion__button {
    background-color: #f4f4f4;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none
}

.accordion__button:hover {
    background-color: #ddd
}

.accordion__button:before {
    display: inline-block;
    content: "";
    height: 10px;
    width: 10px;
    margin-right: 12px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg)
}

.accordion__button[aria-expanded=true]:before,
.accordion__button[aria-selected=true]:before {
    transform: rotate(45deg)
}

[hidden] {
    display: none
}

.accordion__panel {
    padding: 20px;
    animation: fadein .35s ease-in
}

.aussie__titlex {
    border: none;
    background: 0 0;
    font-size: 26px;
    line-height: 17px;
    margin: 20px 10px 20px 0;
    font-weight: 600;
    float: right;
    cursor: pointer
}

.aussie__titlex {
    font-size: 17px;
    line-height: 17px;
    margin: 4px 0
}

h1.aussie__title.text-left {
    font-size: 40px;
    color: #505050
}

.aussie__titlex {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    display: none
}

h1.aussie__title.text-left {
    font-size: 40px;
    color: #505050
}

.aussie__title.text-left {
    margin-top: 0;
    font-size: 22px !important;
    line-height: 30px
}

.aussie__offer {
    color: #ff5d22
}

.aussie__subtitle {
    font-size: 18px
}

.aussie__ctitle {
    font-weight: 600;
    font-size: 20px
}

.aussie__ctitle {
    font-size: 17px !important;
    margin-top: 8px
}

.aussie__optn {
    margin-top: 30px
}

.text-white {
    color: #fff !important;
}

/* .text-theme2{
    color: black;
} */

.aussie__fs {
    margin-bottom: 25px;
    background-color: #232357;
    width: 90%;
    color: #fff;
    padding: 4px 7px;
    border-radius: 20px;
}

.pull-left {
    width: 40px;
    margin: 7px 3px 0px 4px;
}

.landingheadeing {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.react-tel-input .form-control {
   
    background: #f5f5f5 !important;
    border: 1px solid #f5f5f5 !important;
}

.react-tel-input .flag-dropdown {
    margin-left: -15px  !important;
}
.user, th, td{
        border: 1px solid black;
        border-collapse: collapse;
}
.user th, td{
    padding: 20px;
}
.user th{
    text-align: left;
}

.landing-footer {
    padding-top: 50px !important;
    background-color: #f1f8fb96 !important;
}

@media (min-width:1800px) {
    .it-services-banner {
        padding-top: 646px !important;
    }

    .bannermargin {
        margin-top: 5% !important;
    }
}

/* @media (max-width:1400px) {
    .it-services-banner {
        padding-top: 390px !important
    } */

.pb-100_login {
    padding-bottom: 0px ;
    padding-top: 100px ;
}
@media (max-width:400px) {
    .about_img {
        height: 350px !important
    }

    .single-testimonials-item {
        margin-right: 250px;
    }

    .toogleshowhide {
        display: none;
    }

    .aussie__fs {
        width: 100% !important;
    }

    /* .mob_logo {
        margin-left: 15%;
    } */
    .collapseshow {
        display: block !important
    }
    .pb-100_login {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
}

@media (max-width: 767px){
    .it-services-banner {
        padding-top: 0px;
        padding-bottom: 135px;
        /* position: absolute; */
        margin-top: 113px;
    }
     .collapseshow {
        display: block !important
    }
    .pb-100_login {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
}

.login_form {
    margin-top: 10%;

}

.user_List{
    margin-top: 150px;
}

.react-tel-input .form-control{
    width: auto !important;
}
.text_size{
    font-size: 44px;
}
.text_content{
    font-size: 1.75rem;
}
.contact_form{
    padding-top:150px
}
@media only screen and (max-width: 767px){
    .text_size{
    font-size: 27px;
    margin-bottom: 12px;
   }
   .contact_form{
     padding-top: 0px;
     text-align: justify;
   }
}

/* .rounded-start{
    width: 180px;
    height: 168px;
}
<<<<<<< HEAD
.card-img{
    width: 180px;
    margin-left: 50px;
} */

.contact-lndtopmrg {
    margin-top: -40px;
}

/* new form css */
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
  }
  input[type=email], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
  }

  input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  .contact{
    background-color: white;
    padding: 20px;
    width: 89%;
    border-radius: 10px;
    margin: 115px 23px 78px;
  }
@media (max-width:1400px) {
    .landing-banner {
        padding-top: 0px !important
    }
}
.form_tl{
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    color: #ff5d22;
}