@charset "UTF-8";
: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 {
    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-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;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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 {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

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

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

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

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

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    border: 1px solid #dee2e6
}

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

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

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

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

.table-hover tbody tr:hover {
    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 {
    background-color: #9fcdff
}

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

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

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

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

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

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

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

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

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

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

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

.table-hover .table-info:hover {
    background-color: #abdde5
}

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

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

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

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

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

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

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

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

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

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

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

.table-hover .table-light:hover {
    background-color: #ececf6
}

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

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

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

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

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

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #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: rgba(255, 255, 255, .05)
}

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

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

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

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

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

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

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

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

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

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

.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::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

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

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

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

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

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

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .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
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

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

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

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

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

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

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

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

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

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

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

.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

.custom-file-input.is-valid: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,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

.custom-file-input.is-invalid: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: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

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

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

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

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

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

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

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

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

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

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

.btn {
    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:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    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:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    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:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    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:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    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:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    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:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    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:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    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:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    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
}

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

.dropleft .dropdown-toggle::after {
    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: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-append .btn: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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input:focus ~ .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 {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    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,%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,%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,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

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

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

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

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

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

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

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

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") 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 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

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

.custom-file-input: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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    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 {
    background-color: #dee2e6;
    border-radius: 1rem
}

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

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

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

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

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%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 {
    color: rgba(0, 0, 0, .9)
}

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

.navbar-dark .navbar-brand {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card {
    overflow: hidden
}

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

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

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

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

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    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, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

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

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

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

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

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

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

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    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 {
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

.list-group-horizontal .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

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

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

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

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

    .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

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

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

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

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

    .list-group-horizontal-md .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

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

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

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

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

    .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

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

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

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

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

    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

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

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    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: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 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 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.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 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    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 .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.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 .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 .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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

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

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    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: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .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
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

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

    .table-dark {
        color: inherit
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }
    100% {
        opacity: 0
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }
    100% {
        opacity: 0
    }
}

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px \0;
    vertical-align: middle
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, .5)
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
    outline: 0 !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu > .inner:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    -o-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    animation: .3s linear 750ms forwards bs-notify-fadeOut
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon.eot?wilzzo);
    src: url(../fonts/icomoon.eot?wilzzo#iefix) format('embedded-opentype'),
    url(../fonts/icomoon.ttf?wilzzo) format('truetype'),
    url(../fonts/icomoon.woff?wilzzo) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-family: 'icomoon' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right-style-3:before {
    content: "\e900";
}

.icon-link:before {
    content: "\e901";
}

.icon-volume:before {
    content: "\e902";
}

.icon-pause:before {
    content: "\e903";
}

.icon-quote:before {
    content: "\e904";
}

.icon-youtube:before {
    content: "\e905";
}

.icon-linkedin:before {
    content: "\e906";
}

.icon-vimeo:before {
    content: "\e907";
}

.icon-twitter:before {
    content: "\e908";
}

.icon-facebook:before {
    content: "\e909";
}

.icon-chat-comment-oval-speech-bubble-with-text-lines:before {
    content: "\e90a";
}

.icon-search:before {
    content: "\e90b";
}

.icon-arrow-down:before {
    content: "\e90c";
}

.icon-edit-2:before {
    content: "\e90d";
}

.icon-browser:before {
    content: "\e90e";
}

.icon-map-marker:before {
    content: "\e90f";
}

.icon-wallet:before {
    content: "\e910";
}

.icon-trophy:before {
    content: "\e911";
}

.icon-plus:before {
    content: "\e912";
}

.icon-minus:before {
    content: "\e913";
}

.icon-heart:before {
    content: "\e914";
}

.icon-checked-box:before {
    content: "\e915";
}

.icon-check-box:before {
    content: "\e916";
}

.icon-right:before {
    content: "\e917";
}

.icon-money:before {
    content: "\e918";
}

.icon-verified-avatar:before {
    content: "\e919";
}

.icon-setup:before {
    content: "\e91a";
}

.icon-shield:before {
    content: "\e91b";
}

.icon-ring-2:before {
    content: "\e91c";
}

.icon-test:before {
    content: "\e91d";
}

.icon-globe:before {
    content: "\e91e";
}

.icon-partnership:before {
    content: "\e91f";
}

.icon-equlizer:before {
    content: "\e920";
}

.icon-cloud-2:before {
    content: "\e921";
}

.icon-play:before {
    content: "\e922";
}

.icon-pin:before {
    content: "\e923";
}

.icon-start-up:before {
    content: "\e924";
}

.icon-computer:before {
    content: "\e925";
}

.icon-phone-2:before {
    content: "\e926";
}

.icon-edit:before {
    content: "\e927";
}

.icon-cloud:before {
    content: "\e928";
}

.icon-graph:before {
    content: "\e929";
}

.icon-phone:before {
    content: "\e92a";
}

.icon-happy:before {
    content: "\e92b";
}

.icon-list:before {
    content: "\e92c";
}

.icon-write:before {
    content: "\e92d";
}

.icon-target:before {
    content: "\e92e";
}

.icon-arrow-right-style-1:before {
    content: "\e92f";
}

.icon-paper-plane:before {
    content: "\e930";
}

.icon-arrow-right-style-2:before {
    content: "\e931";
}

.icon-marketing:before {
    content: "\e932";
}

.icon-arrow-left-style-2:before {
    content: "\e933";
}

.icon-setting:before {
    content: "\e934";
}

.icon-tube:before {
    content: "\e935";
}

.icon-ring:before {
    content: "\e936";
}

.icon-processor:before {
    content: "\e937";
}

.icon-lock:before {
    content: "\e938";
}

.icon-box:before {
    content: "\e939";
}

.icon-avatar:before {
    content: "\e93a";
}

@font-face {
    font-family: 'themify';
    src: url(../fonts/themify.eot?-fvbane);
    src: url(../fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
    url(./fonts/themify.woff?-fvbane) format('woff'),
    url(../fonts/themify.ttf?-fvbane) format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
    content: "\e600";
}

.ti-volume:before {
    content: "\e601";
}

.ti-user:before {
    content: "\e602";
}

.ti-unlock:before {
    content: "\e603";
}

.ti-unlink:before {
    content: "\e604";
}

.ti-trash:before {
    content: "\e605";
}

.ti-thought:before {
    content: "\e606";
}

.ti-target:before {
    content: "\e607";
}

.ti-tag:before {
    content: "\e608";
}

.ti-tablet:before {
    content: "\e609";
}

.ti-star:before {
    content: "\e60a";
}

.ti-spray:before {
    content: "\e60b";
}

.ti-signal:before {
    content: "\e60c";
}

.ti-shopping-cart:before {
    content: "\e60d";
}

.ti-shopping-cart-full:before {
    content: "\e60e";
}

.ti-settings:before {
    content: "\e60f";
}

.ti-search:before {
    content: "\e610";
}

.ti-zoom-in:before {
    content: "\e611";
}

.ti-zoom-out:before {
    content: "\e612";
}

.ti-cut:before {
    content: "\e613";
}

.ti-ruler:before {
    content: "\e614";
}

.ti-ruler-pencil:before {
    content: "\e615";
}

.ti-ruler-alt:before {
    content: "\e616";
}

.ti-bookmark:before {
    content: "\e617";
}

.ti-bookmark-alt:before {
    content: "\e618";
}

.ti-reload:before {
    content: "\e619";
}

.ti-plus:before {
    content: "\e61a";
}

.ti-pin:before {
    content: "\e61b";
}

.ti-pencil:before {
    content: "\e61c";
}

.ti-pencil-alt:before {
    content: "\e61d";
}

.ti-paint-roller:before {
    content: "\e61e";
}

.ti-paint-bucket:before {
    content: "\e61f";
}

.ti-na:before {
    content: "\e620";
}

.ti-mobile:before {
    content: "\e621";
}

.ti-minus:before {
    content: "\e622";
}

.ti-medall:before {
    content: "\e623";
}

.ti-medall-alt:before {
    content: "\e624";
}

.ti-marker:before {
    content: "\e625";
}

.ti-marker-alt:before {
    content: "\e626";
}

.ti-arrow-up:before {
    content: "\e627";
}

.ti-arrow-right:before {
    content: "\e628";
}

.ti-arrow-left:before {
    content: "\e629";
}

.ti-arrow-down:before {
    content: "\e62a";
}

.ti-lock:before {
    content: "\e62b";
}

.ti-location-arrow:before {
    content: "\e62c";
}

.ti-link:before {
    content: "\e62d";
}

.ti-layout:before {
    content: "\e62e";
}

.ti-layers:before {
    content: "\e62f";
}

.ti-layers-alt:before {
    content: "\e630";
}

.ti-key:before {
    content: "\e631";
}

.ti-import:before {
    content: "\e632";
}

.ti-image:before {
    content: "\e633";
}

.ti-heart:before {
    content: "\e634";
}

.ti-heart-broken:before {
    content: "\e635";
}

.ti-hand-stop:before {
    content: "\e636";
}

.ti-hand-open:before {
    content: "\e637";
}

.ti-hand-drag:before {
    content: "\e638";
}

.ti-folder:before {
    content: "\e639";
}

.ti-flag:before {
    content: "\e63a";
}

.ti-flag-alt:before {
    content: "\e63b";
}

.ti-flag-alt-2:before {
    content: "\e63c";
}

.ti-eye:before {
    content: "\e63d";
}

.ti-export:before {
    content: "\e63e";
}

.ti-exchange-vertical:before {
    content: "\e63f";
}

.ti-desktop:before {
    content: "\e640";
}

.ti-cup:before {
    content: "\e641";
}

.ti-crown:before {
    content: "\e642";
}

.ti-comments:before {
    content: "\e643";
}

.ti-comment:before {
    content: "\e644";
}

.ti-comment-alt:before {
    content: "\e645";
}

.ti-close:before {
    content: "\e646";
}

.ti-clip:before {
    content: "\e647";
}

.ti-angle-up:before {
    content: "\e648";
}

.ti-angle-right:before {
    content: "\e649";
}

.ti-angle-left:before {
    content: "\e64a";
}

.ti-angle-down:before {
    content: "\e64b";
}

.ti-check:before {
    content: "\e64c";
}

.ti-check-box:before {
    content: "\e64d";
}

.ti-camera:before {
    content: "\e64e";
}

.ti-announcement:before {
    content: "\e64f";
}

.ti-brush:before {
    content: "\e650";
}

.ti-briefcase:before {
    content: "\e651";
}

.ti-bolt:before {
    content: "\e652";
}

.ti-bolt-alt:before {
    content: "\e653";
}

.ti-blackboard:before {
    content: "\e654";
}

.ti-bag:before {
    content: "\e655";
}

.ti-move:before {
    content: "\e656";
}

.ti-arrows-vertical:before {
    content: "\e657";
}

.ti-arrows-horizontal:before {
    content: "\e658";
}

.ti-fullscreen:before {
    content: "\e659";
}

.ti-arrow-top-right:before {
    content: "\e65a";
}

.ti-arrow-top-left:before {
    content: "\e65b";
}

.ti-arrow-circle-up:before {
    content: "\e65c";
}

.ti-arrow-circle-right:before {
    content: "\e65d";
}

.ti-arrow-circle-left:before {
    content: "\e65e";
}

.ti-arrow-circle-down:before {
    content: "\e65f";
}

.ti-angle-double-up:before {
    content: "\e660";
}

.ti-angle-double-right:before {
    content: "\e661";
}

.ti-angle-double-left:before {
    content: "\e662";
}

.ti-angle-double-down:before {
    content: "\e663";
}

.ti-zip:before {
    content: "\e664";
}

.ti-world:before {
    content: "\e665";
}

.ti-wheelchair:before {
    content: "\e666";
}

.ti-view-list:before {
    content: "\e667";
}

.ti-view-list-alt:before {
    content: "\e668";
}

.ti-view-grid:before {
    content: "\e669";
}

.ti-uppercase:before {
    content: "\e66a";
}

.ti-upload:before {
    content: "\e66b";
}

.ti-underline:before {
    content: "\e66c";
}

.ti-truck:before {
    content: "\e66d";
}

.ti-timer:before {
    content: "\e66e";
}

.ti-ticket:before {
    content: "\e66f";
}

.ti-thumb-up:before {
    content: "\e670";
}

.ti-thumb-down:before {
    content: "\e671";
}

.ti-text:before {
    content: "\e672";
}

.ti-stats-up:before {
    content: "\e673";
}

.ti-stats-down:before {
    content: "\e674";
}

.ti-split-v:before {
    content: "\e675";
}

.ti-split-h:before {
    content: "\e676";
}

.ti-smallcap:before {
    content: "\e677";
}

.ti-shine:before {
    content: "\e678";
}

.ti-shift-right:before {
    content: "\e679";
}

.ti-shift-left:before {
    content: "\e67a";
}

.ti-shield:before {
    content: "\e67b";
}

.ti-notepad:before {
    content: "\e67c";
}

.ti-server:before {
    content: "\e67d";
}

.ti-quote-right:before {
    content: "\e67e";
}

.ti-quote-left:before {
    content: "\e67f";
}

.ti-pulse:before {
    content: "\e680";
}

.ti-printer:before {
    content: "\e681";
}

.ti-power-off:before {
    content: "\e682";
}

.ti-plug:before {
    content: "\e683";
}

.ti-pie-chart:before {
    content: "\e684";
}

.ti-paragraph:before {
    content: "\e685";
}

.ti-panel:before {
    content: "\e686";
}

.ti-package:before {
    content: "\e687";
}

.ti-music:before {
    content: "\e688";
}

.ti-music-alt:before {
    content: "\e689";
}

.ti-mouse:before {
    content: "\e68a";
}

.ti-mouse-alt:before {
    content: "\e68b";
}

.ti-money:before {
    content: "\e68c";
}

.ti-microphone:before {
    content: "\e68d";
}

.ti-menu:before {
    content: "\e68e";
}

.ti-menu-alt:before {
    content: "\e68f";
}

.ti-map:before {
    content: "\e690";
}

.ti-map-alt:before {
    content: "\e691";
}

.ti-loop:before {
    content: "\e692";
}

.ti-location-pin:before {
    content: "\e693";
}

.ti-list:before {
    content: "\e694";
}

.ti-light-bulb:before {
    content: "\e695";
}

.ti-Italic:before {
    content: "\e696";
}

.ti-info:before {
    content: "\e697";
}

.ti-infinite:before {
    content: "\e698";
}

.ti-id-badge:before {
    content: "\e699";
}

.ti-hummer:before {
    content: "\e69a";
}

.ti-home:before {
    content: "\e69b";
}

.ti-help:before {
    content: "\e69c";
}

.ti-headphone:before {
    content: "\e69d";
}

.ti-harddrives:before {
    content: "\e69e";
}

.ti-harddrive:before {
    content: "\e69f";
}

.ti-gift:before {
    content: "\e6a0";
}

.ti-game:before {
    content: "\e6a1";
}

.ti-filter:before {
    content: "\e6a2";
}

.ti-files:before {
    content: "\e6a3";
}

.ti-file:before {
    content: "\e6a4";
}

.ti-eraser:before {
    content: "\e6a5";
}

.ti-envelope:before {
    content: "\e6a6";
}

.ti-download:before {
    content: "\e6a7";
}

.ti-direction:before {
    content: "\e6a8";
}

.ti-direction-alt:before {
    content: "\e6a9";
}

.ti-dashboard:before {
    content: "\e6aa";
}

.ti-control-stop:before {
    content: "\e6ab";
}

.ti-control-shuffle:before {
    content: "\e6ac";
}

.ti-control-play:before {
    content: "\e6ad";
}

.ti-control-pause:before {
    content: "\e6ae";
}

.ti-control-forward:before {
    content: "\e6af";
}

.ti-control-backward:before {
    content: "\e6b0";
}

.ti-cloud:before {
    content: "\e6b1";
}

.ti-cloud-up:before {
    content: "\e6b2";
}

.ti-cloud-down:before {
    content: "\e6b3";
}

.ti-clipboard:before {
    content: "\e6b4";
}

.ti-car:before {
    content: "\e6b5";
}

.ti-calendar:before {
    content: "\e6b6";
}

.ti-book:before {
    content: "\e6b7";
}

.ti-bell:before {
    content: "\e6b8";
}

.ti-basketball:before {
    content: "\e6b9";
}

.ti-bar-chart:before {
    content: "\e6ba";
}

.ti-bar-chart-alt:before {
    content: "\e6bb";
}

.ti-back-right:before {
    content: "\e6bc";
}

.ti-back-left:before {
    content: "\e6bd";
}

.ti-arrows-corner:before {
    content: "\e6be";
}

.ti-archive:before {
    content: "\e6bf";
}

.ti-anchor:before {
    content: "\e6c0";
}

.ti-align-right:before {
    content: "\e6c1";
}

.ti-align-left:before {
    content: "\e6c2";
}

.ti-align-justify:before {
    content: "\e6c3";
}

.ti-align-center:before {
    content: "\e6c4";
}

.ti-alert:before {
    content: "\e6c5";
}

.ti-alarm-clock:before {
    content: "\e6c6";
}

.ti-agenda:before {
    content: "\e6c7";
}

.ti-write:before {
    content: "\e6c8";
}

.ti-window:before {
    content: "\e6c9";
}

.ti-widgetized:before {
    content: "\e6ca";
}

.ti-widget:before {
    content: "\e6cb";
}

.ti-widget-alt:before {
    content: "\e6cc";
}

.ti-wallet:before {
    content: "\e6cd";
}

.ti-video-clapper:before {
    content: "\e6ce";
}

.ti-video-camera:before {
    content: "\e6cf";
}

.ti-vector:before {
    content: "\e6d0";
}

.ti-themify-logo:before {
    content: "\e6d1";
}

.ti-themify-favicon:before {
    content: "\e6d2";
}

.ti-themify-favicon-alt:before {
    content: "\e6d3";
}

.ti-support:before {
    content: "\e6d4";
}

.ti-stamp:before {
    content: "\e6d5";
}

.ti-split-v-alt:before {
    content: "\e6d6";
}

.ti-slice:before {
    content: "\e6d7";
}

.ti-shortcode:before {
    content: "\e6d8";
}

.ti-shift-right-alt:before {
    content: "\e6d9";
}

.ti-shift-left-alt:before {
    content: "\e6da";
}

.ti-ruler-alt-2:before {
    content: "\e6db";
}

.ti-receipt:before {
    content: "\e6dc";
}

.ti-pin2:before {
    content: "\e6dd";
}

.ti-pin-alt:before {
    content: "\e6de";
}

.ti-pencil-alt2:before {
    content: "\e6df";
}

.ti-palette:before {
    content: "\e6e0";
}

.ti-more:before {
    content: "\e6e1";
}

.ti-more-alt:before {
    content: "\e6e2";
}

.ti-microphone-alt:before {
    content: "\e6e3";
}

.ti-magnet:before {
    content: "\e6e4";
}

.ti-line-double:before {
    content: "\e6e5";
}

.ti-line-dotted:before {
    content: "\e6e6";
}

.ti-line-dashed:before {
    content: "\e6e7";
}

.ti-layout-width-full:before {
    content: "\e6e8";
}

.ti-layout-width-default:before {
    content: "\e6e9";
}

.ti-layout-width-default-alt:before {
    content: "\e6ea";
}

.ti-layout-tab:before {
    content: "\e6eb";
}

.ti-layout-tab-window:before {
    content: "\e6ec";
}

.ti-layout-tab-v:before {
    content: "\e6ed";
}

.ti-layout-tab-min:before {
    content: "\e6ee";
}

.ti-layout-slider:before {
    content: "\e6ef";
}

.ti-layout-slider-alt:before {
    content: "\e6f0";
}

.ti-layout-sidebar-right:before {
    content: "\e6f1";
}

.ti-layout-sidebar-none:before {
    content: "\e6f2";
}

.ti-layout-sidebar-left:before {
    content: "\e6f3";
}

.ti-layout-placeholder:before {
    content: "\e6f4";
}

.ti-layout-menu:before {
    content: "\e6f5";
}

.ti-layout-menu-v:before {
    content: "\e6f6";
}

.ti-layout-menu-separated:before {
    content: "\e6f7";
}

.ti-layout-menu-full:before {
    content: "\e6f8";
}

.ti-layout-media-right-alt:before {
    content: "\e6f9";
}

.ti-layout-media-right:before {
    content: "\e6fa";
}

.ti-layout-media-overlay:before {
    content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd";
}

.ti-layout-media-left-alt:before {
    content: "\e6fe";
}

.ti-layout-media-left:before {
    content: "\e6ff";
}

.ti-layout-media-center-alt:before {
    content: "\e700";
}

.ti-layout-media-center:before {
    content: "\e701";
}

.ti-layout-list-thumb:before {
    content: "\e702";
}

.ti-layout-list-thumb-alt:before {
    content: "\e703";
}

.ti-layout-list-post:before {
    content: "\e704";
}

.ti-layout-list-large-image:before {
    content: "\e705";
}

.ti-layout-line-solid:before {
    content: "\e706";
}

.ti-layout-grid4:before {
    content: "\e707";
}

.ti-layout-grid3:before {
    content: "\e708";
}

.ti-layout-grid2:before {
    content: "\e709";
}

.ti-layout-grid2-thumb:before {
    content: "\e70a";
}

.ti-layout-cta-right:before {
    content: "\e70b";
}

.ti-layout-cta-left:before {
    content: "\e70c";
}

.ti-layout-cta-center:before {
    content: "\e70d";
}

.ti-layout-cta-btn-right:before {
    content: "\e70e";
}

.ti-layout-cta-btn-left:before {
    content: "\e70f";
}

.ti-layout-column4:before {
    content: "\e710";
}

.ti-layout-column3:before {
    content: "\e711";
}

.ti-layout-column2:before {
    content: "\e712";
}

.ti-layout-accordion-separated:before {
    content: "\e713";
}

.ti-layout-accordion-merged:before {
    content: "\e714";
}

.ti-layout-accordion-list:before {
    content: "\e715";
}

.ti-ink-pen:before {
    content: "\e716";
}

.ti-info-alt:before {
    content: "\e717";
}

.ti-help-alt:before {
    content: "\e718";
}

.ti-headphone-alt:before {
    content: "\e719";
}

.ti-hand-point-up:before {
    content: "\e71a";
}

.ti-hand-point-right:before {
    content: "\e71b";
}

.ti-hand-point-left:before {
    content: "\e71c";
}

.ti-hand-point-down:before {
    content: "\e71d";
}

.ti-gallery:before {
    content: "\e71e";
}

.ti-face-smile:before {
    content: "\e71f";
}

.ti-face-sad:before {
    content: "\e720";
}

.ti-credit-card:before {
    content: "\e721";
}

.ti-control-skip-forward:before {
    content: "\e722";
}

.ti-control-skip-backward:before {
    content: "\e723";
}

.ti-control-record:before {
    content: "\e724";
}

.ti-control-eject:before {
    content: "\e725";
}

.ti-comments-smiley:before {
    content: "\e726";
}

.ti-brush-alt:before {
    content: "\e727";
}

.ti-youtube:before {
    content: "\e728";
}

.ti-vimeo:before {
    content: "\e729";
}

.ti-twitter:before {
    content: "\e72a";
}

.ti-time:before {
    content: "\e72b";
}

.ti-tumblr:before {
    content: "\e72c";
}

.ti-skype:before {
    content: "\e72d";
}

.ti-share:before {
    content: "\e72e";
}

.ti-share-alt:before {
    content: "\e72f";
}

.ti-rocket:before {
    content: "\e730";
}

.ti-pinterest:before {
    content: "\e731";
}

.ti-new-window:before {
    content: "\e732";
}

.ti-microsoft:before {
    content: "\e733";
}

.ti-list-ol:before {
    content: "\e734";
}

.ti-linkedin:before {
    content: "\e735";
}

.ti-layout-sidebar-2:before {
    content: "\e736";
}

.ti-layout-grid4-alt:before {
    content: "\e737";
}

.ti-layout-grid3-alt:before {
    content: "\e738";
}

.ti-layout-grid2-alt:before {
    content: "\e739";
}

.ti-layout-column4-alt:before {
    content: "\e73a";
}

.ti-layout-column3-alt:before {
    content: "\e73b";
}

.ti-layout-column2-alt:before {
    content: "\e73c";
}

.ti-instagram:before {
    content: "\e73d";
}

.ti-google:before {
    content: "\e73e";
}

.ti-github:before {
    content: "\e73f";
}

.ti-flickr:before {
    content: "\e740";
}

.ti-facebook:before {
    content: "\e741";
}

.ti-dropbox:before {
    content: "\e742";
}

.ti-dribbble:before {
    content: "\e743";
}

.ti-apple:before {
    content: "\e744";
}

.ti-android:before {
    content: "\e745";
}

.ti-save:before {
    content: "\e746";
}

.ti-save-alt:before {
    content: "\e747";
}

.ti-yahoo:before {
    content: "\e748";
}

.ti-wordpress:before {
    content: "\e749";
}

.ti-vimeo-alt:before {
    content: "\e74a";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.ti-tumblr-alt:before {
    content: "\e74c";
}

.ti-trello:before {
    content: "\e74d";
}

.ti-stack-overflow:before {
    content: "\e74e";
}

.ti-soundcloud:before {
    content: "\e74f";
}

.ti-sharethis:before {
    content: "\e750";
}

.ti-sharethis-alt:before {
    content: "\e751";
}

.ti-reddit:before {
    content: "\e752";
}

.ti-pinterest-alt:before {
    content: "\e753";
}

.ti-microsoft-alt:before {
    content: "\e754";
}

.ti-linux:before {
    content: "\e755";
}

.ti-jsfiddle:before {
    content: "\e756";
}

.ti-joomla:before {
    content: "\e757";
}

.ti-html5:before {
    content: "\e758";
}

.ti-flickr-alt:before {
    content: "\e759";
}

.ti-email:before {
    content: "\e75a";
}

.ti-drupal:before {
    content: "\e75b";
}

.ti-dropbox-alt:before {
    content: "\e75c";
}

.ti-css3:before {
    content: "\e75d";
}

.ti-rss:before {
    content: "\e75e";
}

.ti-rss-alt:before {
    content: "\e75f";
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

.text-white .text_effect:before {
    background-color: #ffffff;
}

.text_effect:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #051441;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.text_effect_left {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.text_effect_left:before {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.text_effect_bottom {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.text_effect_bottom:before {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.text_effect_wrap.is_show .text_effect {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.text_effect_wrap.is_show .text_effect_left:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.text_effect_wrap.is_show .text_effect_bottom:before {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}

.c_slide_in.is_shown .c_slide_in_wrap2,
.c_slide_in.is_shown .c_slide_in_wrap3 {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.c_slide_in_wrap2,
.c_slide_in_wrap3 {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.c_slide_in_wrap2 {
    -webkit-transform: translate3d(-100.5%, 0, 0);
    transform: translate3d(-100.5%, 0, 0);
}

.c_slide_in_wrap3 {
    -webkit-transform: translate3d(100.1%, 0, 0);
    transform: translate3d(100.1%, 0, 0);
}

.text_effect {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.splitting .word,
.splitting .char {
    display: inline-block;
}

.splitting .char {
    position: relative;
}

.splitting .char::before,
.splitting .char::after {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: inherit;
    user-select: none;
}

.splitting {
    --word-center: calc((var(--word-total) - 1) / 2);
    --char-center: calc((var(--char-total) - 1) / 2);
    --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc(
            (var(--char-offset) * var(--char-offset)) / var(--char-center)
    );
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc((var(--distance) / var(--char-center)));
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}


.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms 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
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border_bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border_bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.elementor_navbar.no_fixed.header_area,
.blue-hover.elementor-widget-text-editor ul li a,
.green-hover.elementor-widget-text-editor ul li a,
.white-hover.elementor-widget-text-editor ul li a,
.purple-hover.elementor-widget-text-editor ul li a,
.orange-hover.elementor-widget-text-editor ul li a {
    position: relative;
}

.blue-hover.elementor-widget-text-editor ul li a:hover:before,
.green-hover.elementor-widget-text-editor ul li a:hover:before,
.white-hover.elementor-widget-text-editor ul li a:hover:before,
.purple-hover.elementor-widget-text-editor ul li a:hover:before,
.orange-hover.elementor-widget-text-editor ul li a:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

.blue-hover.elementor-widget-text-editor ul li a:before,
.green-hover.elementor-widget-text-editor ul li a:before,
.white-hover.elementor-widget-text-editor ul li a:before,
.purple-hover.elementor-widget-text-editor ul li a:before,
.orange-hover.elementor-widget-text-editor ul li a:before {
    width: 0;
    left: auto;
    right: 0;
    bottom: 5px;
    height: 1px;
    content: "";
    position: absolute;
    transition: width 0.2s linear;
}

.white-hover.elementor-widget-text-editor ul li a:before {
    background: #ffffff;
}

.white-hover.elementor-widget-text-editor ul li a:hover,
.white-hover.elementor-widget-text-editor p a:hover {
    color: #ffffff !important;
}

.orange-hover.elementor-widget-text-editor ul li a:before {
    background: #ff6b00;
}

.orange-hover.elementor-widget-text-editor ul li a:hover,
.orange-hover.elementor-widget-text-editor p a:hover {
    color: #ff6b00 !important;
}

.purple-hover.elementor-widget-text-editor ul li a:before {
    background: #5e2ced;
}

.purple-hover.elementor-widget-text-editor ul li a:hover,
.purple-hover.elementor-widget-text-editor p a:hover {
    color: #5e2ced;
}

.blue-hover.elementor-widget-text-editor ul li a:before {
    background: #5e2ced;
}

.blue-hover.elementor-widget-text-editor ul li a:hover,
.blue-hover.elementor-widget-text-editor p a:hover {
    color: #5e2ced;
}

.green-hover.elementor-widget-text-editor ul li a:before {
    background: #31e1af;
}

.green-hover.elementor-widget-text-editor ul li a:hover,
.green-hover.elementor-widget-text-editor p a:hover {
    color: #31e1af;
}

.blue-hover.elementor-widget-text-editor ul,
.white-hover.elementor-widget-text-editor ul,
.green-hover.elementor-widget-text-editor ul,
.purple-hover.elementor-widget-text-editor ul,
.orange-hover.elementor-widget-text-editor ul {
    padding: 0;
    margin: 0;
}

.blue-hover.elementor-widget-text-editor ul li,
.white-hover.elementor-widget-text-editor ul li,
.green-hover.elementor-widget-text-editor ul li,
.purple-hover.elementor-widget-text-editor ul li,
.orange-hover.elementor-widget-text-editor ul li {
    list-style: none;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .img-margin-1366 .elementor-widget-container {
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .section-gap-1024 {
        padding-top: 160px !important;
    }

    .multi-parallax-gap-1024 .elementor-column-wrap {
        padding-bottom: 120px !important;
    }
}

@media screen and (min-width: 991px) and (max-width: 1024px) {
    .icon_col_width {
        width: 15% !important;
    }
}

body {
    color: #4c5267
}

b, strong {
    font-weight: 700
}

a {
    color: #6a7c92
}

a:hover {
    color: #4154f1;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}

code {
    color: #4154f1;
}

.blog_section .navigation.pagination {
    display: block;
    width: 100%;
    margin-top: 80px;
}

.blog_section .nav-links {
    margin: 0 auto;
}

.pagination .nav-links .page-numbers.current {
    background: #4154f1;
    color: #fff;
    border-color: #4154f1;
}

.pagination .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #677294;
    font-size: 16px;
    border-radius: 50%;
    background-color: #fbfbfd;
    margin: 0 3px;
}

.pagination .nav-links .page-numbers:hover {
    color: #ffffff;
    border-color: #4154f1;
    background-color: #4154f1;
}

.blog_section .no-results.not-found {
    margin-top: 60px;
}

.blog_section .no-results.not-found .form_item {
    position: relative;
}

.blog_section .no-results.not-found .form_item input {
    font: 300 14px "Sofia Pro";
    color: #677294;
    border-radius: 6px;
    background-color: #f3f4f9;
    border: 1px solid #f3f4f9;
    padding: 0 30px;
    height: 60px;
}

.blog_section .no-results .widget.form_item button {
    top: 50%;
    right: 20px;
    line-height: 1;
    position: absolute;
    color: #303030;
    transform: translateY(-50%);
}

.sidebar_section .widget.sidebar_blog .item_content a span {
    color: #6a7c92;
}

.sidebar_widget.widget_categories ul li a span,
.sidebar_widget.widget_archive ul li a span {
    margin-left: 10px;
}

.widget_product_tag_cloud .tagcloud,
.widget.sidebar_tag .post-tags,
.sidebar_widget.widget_tag_cloud .tagcloud a,
.footer-widget.widget_tag_cloud .tagcloud a {
    margin: -5px -4px;
}

.widget_product_tag_cloud .tagcloud a,
.wp-block-tag-cloud a,
.widget.sidebar_tag .post-tags a,
.sidebar_widget.widget_tag_cloud .tagcloud a,
.footer-widget.widget_tag_cloud .tagcloud a {
    margin: 4px 3px;
    font-size: 14px !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    border-radius: 45px;
    color: #6a7c92;
}

.sidebar_section .sidebar_tag .widget_title,
.sidebar_section .sidebar_blog .widget_title {
    margin-bottom: 38px;
}

.widget_product_tag_cloud .tagcloud a,
.wp-block-tag-cloud a,
.widget.sidebar_tag .post-tags a,
.sidebar_widget.widget_tag_cloud .tagcloud a {
    background-color: #f0f2f9;
}

.footer-widget.widget_tag_cloud .tagcloud a {
    background-color: #ffffff;
}

.widget_product_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.widget.sidebar_tag .post-tags a:hover,
.sidebar_widget.widget_tag_cloud .tagcloud a:hover,
.footer-widget.widget_tag_cloud .tagcloud a:hover {
    color: #ffffff;
    background-color: #4154f1;
}

.details_section .item_tag > ul li > a {
    margin-bottom: 8px;
}

.blog_details ul.wp-block-archives.extraclass li,
.blog_details .wp-block-button,
.blog_details .wp-block-cover.has-pale-pink-background-color.aligncenter,
.blog_details .wp-block-cover.has-background-dim.alignwide,
.widget li ul li:not(:last-child),
.widget li ul li ul li:not(:last-child),
.sidebar_section .widget ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar_section .widget.sidebar_blog ul li:not(:last-child) {
    margin-bottom: 20px;
}

.blog_details .wp-block-archives-dropdown {
    margin-bottom: 20px;
}

.footer-widget.widget_nav_menu .menu-testing-menu-container ul li,
.sidebar_section .widget_nav_menu ul li {
    line-height: 38px;
}

.sidebar_section .widget_nav_menu ul li:not(:last-child),
.footer-widget.widget_nav_menu .menu-testing-menu-container ul li:not(:last-child) {
    margin-bottom: 0 !important;
}

.sidebar_widget.widget_archive ul li:hover,
.sidebar_widget.widget_recent_entries ul li a:hover {
    color: #4154f1;
}

.sidebar_widget.widget_recent_entries ul li a {
    display: block;
    font-size: 18px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.blog_section .blog_grid.sticky,
.blog_section .blog_grid.tag-sticky-2 {
    background: #f9f9f9;
    border-radius: 5px;
}

.blog_section .sticky .item_content,
.blog_section .tag-sticky-2 .item_content {
    padding: 40px;
}

@media screen and (max-width: 575px) {
    .blog_section .sticky .item_content,
    .blog_section .tag-sticky-2 .item_content {
        padding: 30px;
    }
}

@media screen and (max-width: 414px) {
    .blog_section .sticky .item_content,
    .blog_section .tag-sticky-2 .item_content {
        padding: 20px;
    }
}

.blog_section .blog_grid.sticky .sticky-label,
.blog_section .blog_grid.tag-sticky-2 .sticky-label {
    background: #4154f1;
    width: auto;
    display: inline-block;
    padding: 0 10px;
    color: #ffffff;
}

.blog_section .blog_grid.has-post-thumbnail .item_image img,
.details_section .mb-80 .blog_grid a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.blog_section .blog_grid .item_title a {
    word-break: break-word;
}

.no-post-thumbnail .item_title a {
    display: contents;
}

.page_wrapper ul li ul li,
.blog_details .comment_area li,
.blog_details .blog-margin-bottom ol li ul li,
.blog_details .blog-margin-bottom ul li ol li ul li,
.blog_details .blog-margin-bottom ul li {
    list-style-type: disc;
}

.blog_details .blog-margin-bottom ul li ol li {
    list-style-type: decimal;
}

.blog_details .blog-margin-bottom ul.has-dates,
.blog_details .blog-margin-bottom ul.wp-block-archives-list {
    padding: 0;
    margin: 0;
}

.blog_details .blog-margin-bottom ul.wp-block-latest-posts li,
.blog_details .blog-margin-bottom ul.has-dates li,
.blog_details .blog-margin-bottom ul.wp-block-archives-list li {
    list-style: none;
}

.blog_details .comment_area ol li,
.blog_details .comment_area ol li ol li,
.blog_details .comment_area ol li ol li ol li {
    list-style-type: decimal;
}

.blog_details .blog-margin-bottom ol,
.blog_details .blog-margin-bottom ul {
    margin-bottom: 26px;
}

.comment_area .comment_item table tbody tr th,
.page_wrapper table tbody tr th,
.blog_details .blog-margin-bottom table thead tr th {
    font-weight: 800;
}

.blog_details .blog-margin-bottom .wp-block-calendar table thead tr th {
    font-weight: 500;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
    padding: 6px;
}

.comment_area .comment_item table tbody tr th,
.comment_area .comment_item table tbody tr td,
.page_wrapper table tbody tr th,
.page_wrapper table tbody tr td,
.blog_details .blog-margin-bottom table tbody tr th,
.blog_details .blog-margin-bottom table thead tr th {
    padding: 10px 20px;
}

@media screen and (max-width: 480px) {
    .comment_area .comment_item table tbody tr th,
    .comment_area .comment_item table tbody tr td,
    .page_wrapper table tbody tr th,
    .page_wrapper table tbody tr td,
    .blog_details .blog-margin-bottom table tbody tr th,
    .blog_details .blog-margin-bottom table thead tr th {
        padding: 2px 6px;
    }
}

kbd {
    background-color: #4154f1;
}

.blog_details .mb-30,
.post_tag_info,
.page_wrapper .comment_form,
.blog_details .item_tag {
    clear: both;
}

.sidebar_section .sidebar_blog .item_image {
    margin-bottom: 0 !important;
}

.blog_details .has-post-thumbnail .item_image {
    margin-bottom: 25px;
}

.breadcrumb_section .breadcrumb_content .page_title {
    word-break: break-word;
}

.blog_details .wp-block-button.alignleft .wp-block-button__link, .blog_details .wp-block-button.aligncenter .wp-block-button__link,
.blog_details .wp-block-button .wp-block-button__link,
.blog_details .wp-block-button.is-style-squared .wp-block-button__link,
.blog_details .wp-block-button.alignright .wp-block-button__link {
    background-color: #4154f1;
    color: #ffffff;
}

.blog_details .wp-block-button.is-style-outline .wp-block-button__link {
    background-color: #ffffff;
    border-color: #4154f1;
    color: #4154f1;
}

.blog_details .blog-margin-bottom {
    margin-bottom: 70px;
}

.page_wrapper p:not(:last-child),
.blog_details .blog-margin-bottom p:not(:last-child) {
    margin-bottom: 30px;
}

.blog_details .comment_area .comment_item {
    list-style: none;
}

.comment_area .trackback,
.comment_area .pingback {
    margin-bottom: 16px;
}

.comment_area .trackback a,
.comment_area .pingback a {
    display: contents;
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    margin: .5em 0;
    font-size: 14px
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block;
    color: #707070;
    color: rgba(51, 51, 51, .7);
    font-family: "Sofia Pro Bold";
    font-size: 12px;
    line-height: 1.5;
    padding: .5em 0
}

.gallery {
    width: 100%
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 10px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-right: 1em;
    margin-bottom: 10px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.clear:before,
.clear:after,
.guten_elements:before,
.guten_elements:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.guten_elements:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

.wp-block-cover, .wp-block-cover-image {
    height: auto;
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #ffffff !important;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

code {
    font-family: monospace;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 500;
    text-align: left;
    padding-right: 10px !important
}

td,
th {
    border-top: 1px solid #ededed;
    padding: 9px;
}

@media screen and (max-width: 1024px) {
    td,
    th {
        border-top: 1px solid #ededed;
        padding: 7px;
    }
}

@media screen and (max-width: 767px) {
    td,
    th {
        border-top: 1px solid #ededed;
        padding: 5px;
    }
}

input {
    display: inline;
    height: auto;
    padding: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.article-content ol li {
    list-style-type: decimal;
    margin-left: 2em;
    padding: 5px
}

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

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget select {
    width: 100% !important;
    height: 40px;
    color: #8c8c8c;
    margin: 0 auto;
    display: table;
    margin-top: 38px;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 8px
}

.widget ul li:last-child {
    border-bottom: 0
}

.widget_rss cite {
    color: #999;
    font-weight: 800
}

.footer_sidebar .footer-widget.widget ul li a {
    color: rgba(255, 255, 255, 0.5)
}

.widget.widget_nav_menu ul li a i,
.widget.widget_meta ul li a i {
    font-size: 15px;
    vertical-align: middle;
    padding-right: 14px
}

ul li.recentcomments > a {
    padding-left: 0;
}

#wp-calendar tfoot tr td a {
    color: #666
}

.calendar_wrap td#next {
    text-align: right
}

.widget_calendar .calendar_wrap td#today a {
    color: #ffffff;
}

.sidebar_section .calendar_wrap {
    border: 1px solid #ddd;
}

.widget .calendar_wrap {
    margin-top: 38px;
}

.sidebar_section .wp-calendar-table caption,
.sidebar_section .calendar_wrap .wp-calendar-nav {
    background: #eff2f9;
}

#wp-calendar caption {
    text-align: center;
}

.footer-widget.widget_categories ul li ul li:not(:last-child),
.footer-widget .useful_links ul li:not(:last-child) {
    margin-bottom: 14px;
}

.page_wrapper table tbody tr th,
.blog_details .blog-margin-bottom table thead {
    background: #f5f5f5;
}

.comment_area .comment_item table tbody tr th {
    background-color: #ffffff;
}

.page_wrapper table,
.comment_area .comment_item table,
.blog_details .blog-margin-bottom table {
    margin: 0 0 4em;
    border: 1px solid #d6d6d6;
}

#wp-calendar caption {
    caption-side: top;
    padding-top: 0;
    font-weight: 600;
    color: #333333;
    height: 42px;
    line-height: 42px;
    font-size: 17px;
    font-family: "Sofia Pro";
}

.footer-widget .calendar_wrap table {
    margin: 0;
}

.footer-widget .wp-calendar-table caption,
.footer-widget .calendar_wrap .wp-calendar-nav {
    background-color: #ffffff;
}

img.alignnone.wp-image-907 {
    height: auto;
    width: 100%
}

.calendar_wrap td#today {
    background: #4154f1;
    border-radius: 6px;
    color: #fff;
    padding: 0;
}

.calendar_wrap tbody td, .calendar_wrap tbody th {
    border: none;
    width: 33px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
    text-align: left;
}

.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
    text-align: right;
}

.calendar_wrap .wp-calendar-nav span.pad {
    font-size: 16px;
    color: #888888;
    font-weight: 400;
    padding: 0 15px;
}

nav.wp-calendar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 5px 15px;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em
}

.page-links > .page-links-title {
    border: 0;
    color: #4c5267;
    height: auto;
    margin: 0;
    padding-right: .5em;
    width: auto
}

@media screen and (min-width: 77.5em) {
    .page-links a,
    .page-links > span {
        margin: 0 .25em .25em 0
    }
}

@media screen and (min-width: 77.5em) {
    .page-links a,
    .page-links > span {
        margin: 0 .25em .25em 0
    }
}

span.screen-reader-text {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #677294;
    font-size: 16px;
    border-radius: 50%;
    background-color: #fbfbfd;
    margin: 0 3px;
}

a.post-page-numbers {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #677294;
    font-size: 16px;
    border-radius: 50%;
    background-color: #fbfbfd;
    margin: 0 3px;
}

span.post-page-numbers.current {
    background: #4154f1;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50%;
    margin: 0 3px;
}

a.post-page-numbers:hover {
    background-color: #4154f1;
    border: 1px solid #4154f1;
    color: #fff;
}

.widget_search .widget_title {
    margin-bottom: 40px;
}

input.search-field {
    width: 95%;
    height: 40px;
    background: #4154f1
}

input.search-submit {
    width: 60px;
    height: 40px;
    background: transparent;
    padding: 5px;
    font-size: 14px !important;
    margin-left: -12px;
    margin-top: -1px
}

.wp-block-search .wp-block-search__input {
    max-width: 100%;
}

.blog_details .wp-block-search + p {
    margin-top: 40px;
}

.widgets ul {
    margin: 0;
    padding: 0
}

.sidebar_widgets h3 {
    font-weight: 600;
    margin-bottom: 38px;
    font-size: 26px
}

.widget_rss ul li {
    margin-top: 20px;
    line-height: 1.8
}

.widget_nav_menu ul.sub-menu li,
.widget_categories ul.children li {
    margin-left: 12px;
    border: 0;
    padding-bottom: 0;
}

.widgets img {
    height: auto
}

.sidebar_widget.widget_rss .widget_title .rsswidget {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.footer-widget.widget_rss .widget_title .rsswidget {
    font-size: 20px;
    color: #051441;
    font-family: "Sofia Pro SemiBold";
}

.footer_section .footer-widget .useful_links .widget_title {
    margin-bottom: 30px;
}

.footer-widget .textwidget ul.clearfix li {
    color: #051441;
}

.footer-widget .textwidget ul.clearfix li:not(:last-child) {
    margin-bottom: 6px;
}

.footer-widget .textwidget ul.clearfix li a {
    margin-left: 8px;
    position: relative;
    color: #6a7c92;
    display: inline-block;
}

.footer-widget .textwidget ul.clearfix li a:before {
    width: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: #4154f1;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.footer-widget .textwidget ul.clearfix li a:hover {
    color: #4154f1;
}

.footer-widget .textwidget ul.clearfix li a:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

.footer-widget .textwidget p.mb-30 {
    margin-top: 28px;
}

.widget_rss ul li a.rsswidget {
    font-weight: 600;
    color: #666;
    line-height: 1.3em
}

.widget_rss ul li a.rsswidget:hover {
    color: #4154f1;
}

.rsswidget img.rss-widget-icon {
    padding-bottom: 3px;
    margin-right: 5px
}

.sidebar_section .widget ul ul.children {
    margin-left: 12px;
    margin-top: 10px;
}

.footer_section .widget ul ul.children {
    margin-left: 12px;
    margin-top: 14px;
}

.post .featured_post {
    padding: 5px 10px;
    background: gray;
    display: inline-block;
    color: #fff
}

.widget_rss span.rss-date {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #999
}

.widget_nav_menu .menu li {
    margin-right: 0
}

.logged-in .comment_text {
    padding-bottom: 0
}

.comment_item_text h2 {
    padding-bottom: 12px
}

.comment_item_text h3 {
    margin-top: 0
}

.widget.widget_nav_menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.footer-widget.widget_nav_menu .ul_li_block ul li a,
.footer-widget.widget_categories .ul_li_block ul li .children li a,
.footer-widget.widget_pages .ul_li_block ul li .children li a {
    position: relative;
    padding: 0;
}

.footer-widget.widget_nav_menu .ul_li_block ul li a:before,
.footer-widget.widget_pages .ul_li_block ul li a:before,
.footer-widget.widget_categories .ul_li_block ul li .children li a:before {
    width: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    content: "";
    position: absolute;
    background: #4154f1;
    transition: width 0.2s linear;
}

.footer-widget.widget_nav_menu .ul_li_block ul li a:hover:before,
.footer-widget.widget_pages .ul_li_block ul li a:hover:before,
.footer-widget.widget_categories .ul_li_block ul li .children li a:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

.footer_section .footer-widget.widget_nav_menu ul li a.nav-link {
    display: inline-block;
}

.footer_sidebar .widget.widget_nav_menu ul li a:hover,
.footer_sidebar .widget.widget_meta ul li a:hover,
.footer_sidebar .widget.widget_pages ul li a:hover,
.footer_sidebar .widget.widget_archive ul li:hover,
.footer_sidebar .widget.widget_archive ul li a:hover,
.footer_sidebar .widget.widget_categories ul li a:hover {
    color: #fff
}

.footer-widget .sidebar_search input {
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #f3f4f9;
    height: 60px !important;
}

.footer_section .footer-widget {
    padding-top: 40px;
}

.footer_section .footer-widget.widget_rss ul {
    display: block;
}

nav.navigation.comment-navigation a:hover {
    color: #5e2ced
}

nav.navigation.comment-navigation a {
    font-weight: 500;
    color: #666
}

nav.navigation.comment-navigation .nav-previous a:before {
    content: "<<";
    padding-right: 5px
}

nav.navigation.comment-navigation .nav-next a:after {
    content: ">>";
    padding-left: 5px
}

.widget p:empty {
    display: none
}

.blog_content > ul,
.blog_content > ol,
.comment_box .media-body > ol,
.comment_box .media-body > ul {
    margin-top: 20px;
    margin-bottom: 20px
}

.widget_recent_comments ul li.recentcomments a {
    display: contents;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important
}

.footer-widget.widget_categories #categories-dropdown--1,
.widget_text .textwidget form select,
#cat,
#archives-dropdown--1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/down-chevron.png) white no-repeat 98.5% !important;
    background: url(../img/down-chevron.png) white no-repeat calc(99% - 10px) !important;
    background-size: 12px !important;
}

select:focus {
    outline: -webkit-focus-ring-color auto 0;
}

blockquote cite a {
    font-style: normal;
    font-size: 14px;
    color: #848ca5;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    text-transform: uppercase;
}

.details_section figure.wp-block-pullquote.aligncenter blockquote p,
.details_section figure.wp-block-pullquote.alignwide blockquote p,
.details_section figure.wp-block-pullquote.alignfull blockquote p,
figure.wp-block-pullquote.aligncenter blockquote p {
    font-size: 28px;
    line-height: 1.6;
}

blockquote {
    color: #525c7c;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright,
.details_section .wp-block-pullquote.alignleft,
.details_section .wp-block-pullquote.alignright {
    padding: 0;
}

.details_section .wp-block-pullquote.alignleft blockquote p,
.details_section .wp-block-pullquote.alignright blockquote p {
    font-size: 16px;
    line-height: 1.6em;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote,
.details_section .wp-block-pullquote.alignleft blockquote,
.details_section .wp-block-pullquote.alignright blockquote {
    padding: 30px 15px 15px 15px !important;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-block-pullquote:before,
.wp-block-pullquote:after,
.wp-block-pullquote blockquote:before,
.wp-block-pullquote blockquote:after {
    display: none !important;
}

.page_wrapper p {
    font-weight: 400;
}

figure.wp-block-pullquote {
    margin: 50px 0;
    padding-top: 0;
    padding-bottom: 0;
}

blockquote.wp-block-quote.is-style-large p {
    font-size: 24px;
}

.details_section blockquote p,
blockquote p {
    font-size: 20px;
    line-height: 1.5;
    color: #051441;
    margin-bottom: 8px !important;
    font-family: "Sofia Pro SemiBold";
}

.details_section .wp-block-quote.is-style-large,
.details_section blockquote, blockquote {
    padding: 34px 40px;
    border-radius: 6px;
    background-size: auto;
    background-color: #ffffff;
    border-left: 6px solid #4154f1;
    background-position: right bottom -25px;
    box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.details_section .wp-block-quote.is-style-large:not(:first-child),
.details_section blockquote:not(:first-child),
blockquote:not(:first-child) {
    margin: 50px 0 !important;
}

.details_section blockquote:before, blockquote:before {
    content: "\f10d";
    font-size: 30px;
    color: #4154f1;
    padding-bottom: 4px;
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

.details_section blockquote:after, blockquote:after {
    right: 0px;
    opacity: 0.1;
    bottom: -30px;
    line-height: 1;
    font-size: 110px;
    content: "";
    font-weight: 900;
    position: absolute;
    color: #4154f1;
    font-family: "Font Awesome 5 Pro";
}

.details_section .has-medium-font-size {
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.867;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-image figcaption {
    font-weight: 400;
    text-align: center;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
    margin-bottom: 30px;
}

.wp-block-group.has-background {
    padding: 15px 15px 1px;
    margin-bottom: 30px;
}

@font-face {
    font-family: "Sofia Pro Ultra Light";
    src: url(../fonts/SofiaProUltraLight.woff2) format("woff2"), url(../fonts/SofiaProUltraLight.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sofia Pro Extra Light";
    src: url(../fonts/SofiaProExtraLight.woff2) format("woff2"), url(../fonts/SofiaProExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Sofia Pro Light";
    src: url(../fonts/SofiaProLight.woff2) format("woff2"), url(../fonts/SofiaProLight.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Sofia Pro Medium";
    src: url(../fonts/SofiaProMedium.woff2) format("woff2"), url(../fonts/SofiaProMedium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Sofia Pro SemiBold";
    src: url(../fonts/SofiaProSemiBold.woff2) format("woff2"), url(../fonts/SofiaProSemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Sofia Pro Bold";
    src: url(../fonts/SofiaProBold.woff2) format("woff2"), url(../fonts/SofiaProBold.woff) format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Sofia Pro";
    src: url(https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.867;
    font-style: normal;
    color: #6a7c92;
    font-family: "Sofia Pro";
    background-color: #ffffff;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection {
    color: #ffffff;
    background-color: #4154f1;
}

::selection {
    color: #ffffff;
    background-color: #4154f1;
}

::-moz-selection {
    color: #ffffff;
    background-color: #4154f1;
}

.body_wrap {
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 1140px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.w-1520 {
    max-width: 1550px;
}

.border_bottom {
    border-bottom: 1px solid #e1e1e3;
}

a,
button {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-family: "Sofia Pro";
}

a:hover,
button:hover {
    text-decoration: none;
}

button {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
}

button:focus {
    outline: none;
}

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

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

strong, span, small, label, i {
    font-family: "Sofia Pro";
}

hr {
    height: 1px;
    border: none;
    line-height: 1;
    background-image: -o-linear-gradient(45deg, transparent, #e5e5e5, transparent);
    background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}

.form_item {
    position: relative;
    margin-bottom: 30px;
}

.form_item input, .form_item textarea {
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e3;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form_item input:focus, .form_item textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #4154f1;
}

.form_item input {
    height: 60px;
    padding: 0px 30px;
    border-radius: 45px;
}

.form_item textarea {
    width: 100%;
    display: block;
    min-height: 120px;
    padding: 20px 30px;
    border-radius: 30px;
}

.form_item .input_title {
    font-size: 18px;
    margin-bottom: 18px;
}

.form_checkbox input {
    float: left;
    width: 18px;
    height: 18px;
    outline: none;
    line-height: 1;
    cursor: pointer;
    margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 8px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #e1e1e3;
}

.form_checkbox input:before {
    top: 50%;
    left: 50%;
    opacity: 0;
    width: 9px;
    height: 9px;
    content: "";
    line-height: 1;
    position: absolute;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #4154f1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form_checkbox input:checked {
    border-color: #4154f1;
}

.form_checkbox input:checked:before {
    opacity: 1;
}

.form_checkbox label {
    margin: 0px;
    display: table;
    cursor: pointer;
}

.form_item.dropdown > button {
    width: 100%;
    height: 60px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    padding: 0px 30px;
    border-radius: 45px;
    color: #6a7c92;
    border: 1px solid #e1e1e3;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form_item.dropdown > button:after {
    top: 50%;
    right: 30px;
    margin: 0px;
    border: none;
    line-height: 1;
    content: "";
    font-weight: 500;
    position: absolute;
    color: #6a7c92;
    vertical-align: middle;
    font-family: "themify";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form_item.dropdown .dropdown-menu {
    width: 100%;
    height: 232px;
    padding: 15px 0px;
    overflow-y: scroll;
    border-radius: 0px;
    border: 1px solid #e1e1e3;
    background-color: #ffffff;
}

.form_item.dropdown .dropdown-menu::-webkit-scrollbar {
    width: 0px;
}

.form_item.dropdown .dropdown-menu > ul > li > a {
    width: 100%;
    display: block;
    line-height: 1;
    padding: 12px 30px;
    color: #6a7c92;
}

.form_item.dropdown .dropdown-menu > ul > li:hover > a {
    color: #4154f1;
    background-color: #fbfbfd;
}

.product_quantity {
    position: relative;
}

.product_quantity .item_increase,
.product_quantity .item_decrease {
    right: 20px;
    font-size: 12px;
    position: absolute;
}

.product_quantity .item_increase {
    top: 8px;
}

.product_quantity .item_decrease {
    bottom: 8px;
}

.product_quantity .quantity_input {
    width: 100px;
    height: 50px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 20px;
    text-align: center;
    background: #ffffff;
    border-radius: 45px;
    border: 1px solid #e1e1e3;
}

:-moz-placeholder {
    text-transform: capitalize;
}

::-moz-placeholder {
    text-transform: capitalize;
}

:-ms-input-placeholder {
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    text-transform: capitalize;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0px 6px;
    background: #c7d0fb;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #4154f1;
}

.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    background: #4154f1;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    margin: 0px;
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    overflow: hidden;
    border-radius: 0%;
    position: relative;
}

.owl-theme .owl-nav .owl-next > span,
.owl-theme .owl-nav .owl-prev > span {
    display: none;
}

.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    color: #858DA3;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #858DA3;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: "Font Awesome 5 Pro";
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
    background: none;
}

.owl-theme .owl-nav .owl-next:hover:before,
.owl-theme .owl-nav .owl-prev:hover:before {
    color: #ffffff;
    background: #4154f1;
    border-color: #4154f1;
}

.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}

.owl-theme .owl-nav .owl-prev:before {
    content: "";
}

.owl-theme .owl-nav .owl-next:before {
    content: "";
}

.owl-theme.arrow_right_left .owl-nav {
    margin-top: 0px;
}

.owl-theme.arrow_right_left .owl-nav .owl-next,
.owl-theme.arrow_right_left .owl-nav .owl-prev {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-theme.arrow_right_left .owl-nav .owl-prev {
    left: -100px;
}

.owl-theme.arrow_right_left .owl-nav .owl-prev:before {
    content: "";
}

.owl-theme.arrow_right_left .owl-nav .owl-next {
    right: -100px;
}

.owl-theme.arrow_right_left .owl-nav .owl-next:before {
    content: "";
}

.owl-theme.arrow_top_right .owl-nav {
    top: -110px;
    right: 15px;
    position: absolute;
}

.pagination_nav > ul > li {
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 10px;
}

.pagination_nav > ul > li:last-child {
    margin-right: 0px !important;
}

.pagination_nav > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    color: #7b8a9e;
    font-size: 16px;
    line-height: 44px;
    border-radius: 100%;
    background-color: #fbfbfd;
    border: 1px solid #e9e9f7;
}

.pagination_nav > ul > li:hover > a, .pagination_nav > ul > li.active > a {
    color: #ffffff;
    border-color: #4154f1;
    background-color: #4154f1;
}

.ul_li > ul {
    margin: 0px;
    padding: 0px;
    display: table;
}

.ul_li > ul > li {
    float: left;
    list-style: none;
    display: inline-block;
}

.ul_li_block > ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: table;
}

.ul_li_block > ul > li {
    width: 100%;
    display: table;
    list-style: none;
}

.ul_li_right > ul {
    margin: 0px;
    padding: 0px;
    float: right;
    display: table;
}

.ul_li_right > ul > li {
    float: left;
    list-style: none;
    display: inline-block;
}

.ul_li_center > ul {
    padding: 0px;
    margin: 0 auto;
    display: table;
}

.ul_li_center > ul > li {
    float: left;
    list-style: none;
    display: inline-block;
}

.rating_star .review_text {
    font-size: 14px;
    display: inline-block;
}

.rating_star > ul > li {
    color: #fbc509;
    font-size: 12px;
    margin-right: 3px;
}

.rating_star > ul > li:last-child {
    margin-right: 0px !important;
}

.rating_star > ul > li > button {
    color: #fbc509;
}

.social_icon > ul > li {
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 13px;
    -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social_icon > ul > li:last-child {
    margin-right: 0px !important;
}

.social_icon > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    display: block;
    line-height: 1;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #6a7c92;
}

.social_icon > ul > li > a i {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.social_icon > ul > li > a i:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social_icon > ul > li > a i:nth-child(2) {
    top: 100%;
    opacity: 0;
}

.social_icon > ul > li > a:hover i {
    color: #4154f1;
}

.social_icon > ul > li > a:hover i:nth-child(1) {
    top: -100%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.social_icon > ul > li > a:hover i:nth-child(2) {
    top: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social_icon_rounded > ul > li {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.social_icon_rounded > ul > li:last-child {
    margin-right: 0px !important;
}

.social_icon_rounded > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    color: #6a7c92;
    background-color: rgba(65, 84, 241, 0.05);
}

.social_icon_rounded > ul > li > a i {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.social_icon_rounded > ul > li > a i:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social_icon_rounded > ul > li > a i:nth-child(2) {
    top: 100%;
    opacity: 0;
}

.social_icon_rounded > ul > li > a:hover {
    color: #ffffff;
    background-color: #4154f1;
}

.social_icon_rounded > ul > li > a:hover i {
    color: #ffffff;
}

.social_icon_rounded > ul > li > a:hover i:nth-child(1) {
    top: -100%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.social_icon_rounded > ul > li > a:hover i:nth-child(2) {
    top: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sec_ptb_60 {
    padding: 60px 0px;
}

.sec_ptb_120 {
    padding: 120px 0px;
}

.sec_ptb_160 {
    padding: 160px 0px;
}

.sec_ptb_345 {
    padding: 345px 0px;
}

.prl-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.mt--50 {
    margin-top: -50px;
}

.mt--60 {
    margin-top: -60px;
}

.mt--30 {
    margin-top: -30px;
}

.ml--30 {
    margin-left: -30px;
}

.mr--30 {
    margin-right: -30px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.btn {
    z-index: 2;
    border: none;
    outline: none;
    color: #ffffff;
    line-height: 1;
    font-size: 16px;
    overflow: hidden;
    padding: 19px 50px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    border-radius: 45px;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: "Sofia Pro SemiBold";
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:before {
    top: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: -1;
    width: 0px;
    position: absolute;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.btn:hover {
    color: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
}

.btn:hover:before {
    left: 0px;
    width: 100%;
    right: auto;
}

.btn.bg_white {
    color: #4154f1;
}

.btn.bg_white:before {
    background-color: #4154f1;
}

.btn.bg_white:hover {
    color: #ffffff;
}

.btn.bg_default_blue:before {
    background-color: #051441;
}

.btn.bg_default_darkblue:before {
    background-color: #4154f1;
}

.btn.bg_default_orange:before {
    background-color: #4154f1;
}

.btn.bg_default_brinjal:before {
    background-color: #4154f1;
}

.btn.bg_default_brinjal:hover {
    color: #ffffff;
}

.btn.bg_gradient_orange {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    background-image: -o-linear-gradient(117deg, #ff8900 0%, #ffb21b 100%);
    background-image: linear-gradient(-27deg, #ff8900 0%, #ffb21b 100%);
}

.btn.btn_border {
    padding: 18px 50px;
    padding-bottom: 19px;
    border: 1px solid transparent;
}

.btn.border_white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn.border_white:before {
    background-color: #ffffff;
}

.btn.border_white:hover {
    color: #4154f1;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(65, 84, 241, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(65, 84, 241, 0.15);
}

.btn.border_blue {
    color: #4154f1;
    border-color: #4154f1;
}

.btn.border_blue:before {
    background-color: #4154f1;
}

.btn.border_blue:hover {
    color: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(65, 84, 241, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(65, 84, 241, 0.15);
}

.btn.border_orange {
    color: #ff6b00;
    border-color: #ff6b00;
}

.btn.border_orange:before {
    background-color: #ff6b00;
}

.btn.border_orange:hover {
    color: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(255, 107, 0, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(255, 107, 0, 0.15);
}

.btn.border_brinjal {
    color: #5e2ced;
    border-color: #5e2ced;
}

.btn.border_brinjal:before {
    background-color: #5e2ced;
}

.btn.border_brinjal:hover {
    color: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(94, 44, 237, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(94, 44, 237, 0.15);
}

.btn.border_past {
    color: #31e1af;
    border-color: #31e1af;
}

.btn.border_past:before {
    background-color: #31e1af;
}

.btn.border_past:hover {
    color: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(49, 225, 175, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(49, 225, 175, 0.15);
}

.btn_text {
    line-height: 1;
    font-size: 16px;
    color: #051441;
    font-family: "Sofia Pro SemiBold";
}

.btn_text i {
    display: inline-block;
    color: #051441;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn_text:hover {
    color: #4154f1;
}

.btn_text:hover i {
    color: #4154f1;
    -webkit-transform: translate(5px, 2px);
    -ms-transform: translate(5px, 2px);
    transform: translate(5px, 2px);
}

.section_title .sub_title {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 10px;
    color: #4154f1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: "Sofia Pro Bold";
}

.section_title .sub_title .text_effect {
    font-family: "Sofia Pro Bold";
}

.section_title .title_text {
    font-size: 42px;
    line-height: 1.389;
    letter-spacing: -0.9px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.section_title .title_text strong {
    font-family: "Sofia Pro Bold";
}

.section_title .title_text .text_effect {
    font-family: "Sofia Pro Bold";
}

.section_title .title_text .text_brinjal {
    color: #5e2ced;
}

.section_title .title_text .text_orange {
    color: #ff6b00;
}

.section_title .title_text .text_green {
    color: #31e1af;
}

.section_title.c_slide_in .title_text {
    line-height: 1.2;
}

.section_title.c_slide_in span {
    font-family: "Sofia Pro Bold";
}

.section_title .c_slide_in {
    line-height: 1.2;
}

.section_title .c_slide_in span {
    font-family: "Sofia Pro Bold";
}

.section_title p {
    font-size: 16px;
}

.section_title .icon {
    z-index: 1;
    height: 75px;
    font-size: 48px;
    line-height: 75px;
    position: relative;
    display: inline-block;
}

.section_title .icon:before {
    top: 0%;
    left: 50%;
    z-index: -1;
    content: "";
    width: 60px;
    height: 75px;
    position: absolute;
    background-color: rgba(48, 28, 171, 0.2);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}

.section_title .icon.icon_yellow {
    color: #ffba00;
}

.section_title .icon.icon_yellow:before {
    background-color: #fff8e4;
}

.section_title .icon.icon_pink {
    color: #ff2486;
}

.section_title .icon.icon_pink:before {
    background-color: #fff1fa;
}

.section_title .icon_rounded {
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 36px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}

.section_title .icon_rounded.mb-30 {
    margin-bottom: 35px;
}

.section_title .icon_rounded .icon-target {
    font-size: 50px;
}

.section_title .icon_rounded.icon_purple {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(114, 69, 242, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(114, 69, 242, 0.4);
    background-image: -o-linear-gradient(325deg, #5e2ced 0%, #a485fd 100%);
    background-image: linear-gradient(125deg, #5e2ced 0%, #a485fd 100%);
}

.section_title .icon_rounded.icon_orange {
    -webkit-box-shadow: 0px 14px 30px 0px rgba(224, 56, 39, 0.4);
    box-shadow: 0px 14px 30px 0px rgba(224, 56, 39, 0.4);
    background-image: -o-linear-gradient(50deg, #e03827 0%, #f9a47a 100%);
    background-image: linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
}

.section_title .icon_rounded.icon_yellow {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    background-image: -o-linear-gradient(117deg, #ffb92c 0%, #ff8f0d 100%);
    background-image: linear-gradient(-27deg, #ffb92c 0%, #ff8f0d 100%);
}

.section_title .icon_rounded.icon_green {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
    background-image: -o-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
    background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
}

.section_title .icon_rounded.icon_red {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
    background-image: -o-linear-gradient(50deg, red 0%, #ff5959 100%);
    background-image: linear-gradient(40deg, red 0%, #ff5959 100%);
}

.section_title .hexagon_icon {
    z-index: 1;
    width: 63px;
    height: 67px;
    color: #ffffff;
    font-size: 45px;
    line-height: 67px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.section_title .hexagon_icon svg {
    top: -23px;
    left: -30px;
    z-index: -1;
    width: 124px;
    height: 133px;
    position: absolute;
}

.section_title.increase_size .title_text {
    font-size: 40px;
}

.section_title.increase_size p {
    font-size: 16px;
}

.section_title.decrease_size .title_text {
    font-size: 30px;
}

.section_title.text-white .sub_title {
    color: #ffffff;
}

.section_title.text-white .title_text {
    color: #ffffff;
}

.section_title.text-white .icon:before {
    background-color: rgba(255, 255, 255, 0.2);
}

.text-white .section_title .sub_title {
    color: #ffffff;
}

.text-white .section_title .title_text {
    color: #ffffff;
}

.text-white .section_title .icon:before {
    background-color: rgba(255, 255, 255, 0.2);
}

.video_wrap .banner_image {
    overflow: hidden;
    position: relative;
    background-image: -o-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}

.video_wrap .banner_image > img {
    opacity: 0.1;
    width: 100%;
    display: block;
}

.video_wrap .banner_image .popup_video {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    font-size: 60px;
    line-height: 86px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.video_wrap .banner_image .popup_video i {
    margin-left: 4px;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4359f2), to(#57ccff));
    background-image: -o-linear-gradient(bottom, #4359f2, #57ccff);
    background-image: linear-gradient(0deg, #4359f2, #57ccff);
    -webkit-text-fill-color: transparent;
}

#thetop {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    position: absolute;
}

#backtotop {
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 999;
    bottom: 70px;
    display: none;
    position: fixed;
    border-radius: 100%;
    background-color: #4154f1;
    -webkit-box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
    box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}

#backtotop #scroll {
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: block;
    font-size: 16px;
    overflow: hidden;
    line-height: 42px;
    text-align: center;
    position: relative;
}

#backtotop #scroll i {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#backtotop #scroll i:nth-child(1) {
    top: 53%;
    -webkit-transform: translate(-50%, -53%);
    -ms-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%);
}

#backtotop #scroll i:nth-child(2) {
    top: 100%;
    opacity: 0;
}

#backtotop #scroll:hover i:nth-child(1) {
    top: -100%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#backtotop #scroll:hover i:nth-child(2) {
    top: 53%;
    opacity: 1;
    -webkit-transform: translate(-50%, -53%);
    -ms-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%);
}

.ctn-preloader {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9000;
    cursor: default;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ctn-preloader .animation-preloader {
    z-index: 10000;
}

.ctn-preloader .animation-preloader .spinner {
    width: 9em;
    height: 9em;
    border-radius: 100%;
    margin: 0 auto 3.5em auto;
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-top-color: #ffffff;
}

.ctn-preloader .animation-preloader .txt-loading {
    font-size: 5em;
    font-weight: bold;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    position: relative;
    color: rgba(255, 255, 255, 0.4);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    left: 0px;
    top: -20px;
    opacity: 0;
    color: #ffffff;
    position: absolute;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    content: attr(data-text-preloader);
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.ctn-preloader p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.ctn-preloader .loader {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: fixed;
    pointer-events: none;
}

.ctn-preloader .loader .row {
    height: 100%;
}

.ctn-preloader .loader .loader-section {
    padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4154f1;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
    background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Poppins", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em "Poppins", sans-serif;
    }
}

.bg_white {
    background-color: #ffffff;
}

.bg_default_blue {
    background-color: #4154f1;
}

.bg_default_past {
    background-color: #31e1af;
}

.bg_default_green {
    background-color: #63cf8d;
}

.bg_default_color {
    background-color: #6a7c92;
}

.bg_default_black {
    background-color: #303030;
}

.bg_default_purple {
    background-color: #7447f2;
}

.bg_default_orange {
    background-color: #ff6b00;
}

.bg_default_brinjal {
    background-color: #5e2ced;
}

.bg_default_darkblue {
    background-color: #051441;
}

.bg_default_royalblue {
    background-color: #523cdc;
}

.deco_wrap {
    z-index: 1;
    position: relative;
}

.deco_wrap .deco_image {
    z-index: -1;
    position: absolute;
}

.sec_deco_shape {
    left: 0px;
    right: 0px;
    position: absolute;
}

.shap_top {
    top: 0px;
}

.shap_bottom {
    bottom: -3px;
}

.text_effect_wrap {
    overflow: hidden;
    padding-bottom: 7px;
}

.text_effect {
    line-height: 1;
    position: relative;
    display: inline-block;
}

.text_effect:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    content: "";
    display: block;
    position: absolute;
}

.c_slide_in_wrap1 {
    display: flex;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
}

.text-center .c_slide_in_wrap1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c_slide_in_wrap2,
.c_slide_in_wrap3 {
    display: block;
}

.c_slide_in_wrap1,
.c_slide_in_wrap2 {
    overflow: hidden;
}

.c_slide_in_wrap3 {
    padding-bottom: 6px;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2), 0px 0px 0px 80px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2), 0px 0px 0px 80px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2), 0px 0px 0px 80px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 50px rgba(255, 255, 255, 0.2), 0px 0px 0px 70px rgba(255, 255, 255, 0.2), 0px 0px 0px 80px rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes ripple_2 {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple_2 {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 50px rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes ripple_3 {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2);
        box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2), 0px 0px 0px 80px rgba(94, 44, 237, 0);
        box-shadow: 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2), 0px 0px 0px 80px rgba(94, 44, 237, 0);
    }
}

@keyframes ripple_3 {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2);
        box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2), 0px 0px 0px 80px rgba(94, 44, 237, 0);
        box-shadow: 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0.2), 0px 0px 0px 80px rgba(94, 44, 237, 0);
    }
}

@-webkit-keyframes ripple_small {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2);
        box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2), 0px 0px 0px 30px rgba(73, 82, 232, 0);
        box-shadow: 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2), 0px 0px 0px 30px rgba(73, 82, 232, 0);
    }
}

@keyframes ripple_small {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2);
        box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2), 0px 0px 0px 30px rgba(73, 82, 232, 0);
        box-shadow: 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0.2), 0px 0px 0px 30px rgba(73, 82, 232, 0);
    }
}

@-webkit-keyframes ripple_xsmall {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
        box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
        box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
    }
}

@keyframes ripple_xsmall {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
        box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.08), 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
        box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.08), 0px 0px 0px 12px rgba(73, 82, 232, 0.08), 0px 0px 0px 18px rgba(73, 82, 232, 0);
    }
}

@-webkit-keyframes ripple_xsmall_orange {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 107, 0, 0.08), 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08);
        box-shadow: 0px 0px 0px 0px rgba(255, 107, 0, 0.08), 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08), 0px 0px 0px 18px rgba(255, 107, 0, 0);
        box-shadow: 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08), 0px 0px 0px 18px rgba(255, 107, 0, 0);
    }
}

@keyframes ripple_xsmall_orange {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 107, 0, 0.08), 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08);
        box-shadow: 0px 0px 0px 0px rgba(255, 107, 0, 0.08), 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08), 0px 0px 0px 18px rgba(255, 107, 0, 0);
        box-shadow: 0px 0px 0px 5px rgba(255, 107, 0, 0.08), 0px 0px 0px 12px rgba(255, 107, 0, 0.08), 0px 0px 0px 18px rgba(255, 107, 0, 0);
    }
}

@-webkit-keyframes ripple_xsmall_past {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(49, 225, 175, 0.08), 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08);
        box-shadow: 0px 0px 0px 0px rgba(49, 225, 175, 0.08), 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08), 0px 0px 0px 18px rgba(49, 225, 175, 0);
        box-shadow: 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08), 0px 0px 0px 18px rgba(49, 225, 175, 0);
    }
}

@keyframes ripple_xsmall_past {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(49, 225, 175, 0.08), 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08);
        box-shadow: 0px 0px 0px 0px rgba(49, 225, 175, 0.08), 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08), 0px 0px 0px 18px rgba(49, 225, 175, 0);
        box-shadow: 0px 0px 0px 5px rgba(49, 225, 175, 0.08), 0px 0px 0px 12px rgba(49, 225, 175, 0.08), 0px 0px 0px 18px rgba(49, 225, 175, 0);
    }
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes zoominout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoominout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

a,
button {
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header_section .col-lg-8 {
    position: inherit;
}

.header_section .brand_logo > .brand_link {
    max-width: 147px;
}

.header_section .brand_logo > .brand_link > img:nth-child(2) {
    display: none;
}

.header_section .menu_btn {
    float: right;
    display: none;
    line-height: 1;
    font-size: 30px;
    margin: 4px 0px;
    color: #303030;
}

.header_section .main_menu > ul > li {
    padding: 35px 0px;
    margin-right: 40px;
}

.header_section .main_menu > ul > li:last-child {
    margin-right: 0px !important;
}

.header_section .main_menu > ul > li > a {
    display: block;
    line-height: 1;
    font-size: 16px;
    color: #051441;
    font-family: "Sofia Pro Medium";
}

.header_section .main_menu > ul > li:hover > a, .header_section .main_menu > ul > li.active > a {
    color: #4154f1;
}

.header_section .btn {
    font-size: 16px;
    padding: 8px 35px 12px;
    padding-bottom: 13px;
    -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
    line-height: 20px;
}

.header_section .btn.bg_white:hover {
    color: #ffffff;
}

.header_section .btn.btn_border {
    padding: 11px 35px;
    padding-bottom: 12px;
}

.header_section.stuck .btn.bg_white {
    color: #ffffff;
    background-color: #4154f1;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(65, 84, 241, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(65, 84, 241, 0.15);
}

.header_section.stuck .btn.border_white {
    color: #4154f1;
    border-color: #4154f1;
}

.header_section.stuck .btn.border_white:before {
    background-color: #4154f1;
}

.header_section.stuck .btn.border_white:hover {
    color: #ffffff;
}

.header_section.text-white .main_menu > ul > li > a {
    color: rgba(255, 255, 255, 0.7);
}

.header_section.text-white .main_menu > ul > li:hover > a, .header_section.text-white .main_menu > ul > li.active > a {
    color: #ffffff;
}

.header_section.text-white.border_bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.header_section.text-white .menu_btn {
    color: #ffffff;
}

.sticky_header {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    position: absolute;
}

.sticky_header.stuck {
    position: fixed;
    min-height: 90px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky_header.stuck .brand_logo > .brand_link {
    max-width: 147px;
}

.sticky_header.stuck .brand_logo > .brand_link > img:nth-child(1) {
    display: none;
}

.sticky_header.stuck .brand_logo > .brand_link > img:nth-child(2) {
    display: inline-block;
}

.sticky_header.stuck.text-white .main_menu > ul > li > a {
    color: #051441;
}

.sticky_header.stuck.text-white .main_menu > ul > li:hover > a, .sticky_header.stuck.text-white .main_menu > ul > li.active > a {
    color: #4154f1;
}

.sticky_header.stuck.text-white .menu_btn {
    color: #6a7c92;
}

.main_menu .menu_item_has_child {
    position: relative;
}

.main_menu .menu_item_has_child .submenu {
    top: 100%;
    left: 0px;
    opacity: 0;
    margin: 0px;
    width: auto;
    height: auto;
    display: block;
    min-width: 220px;
    padding: 20px 0px;
    visibility: hidden;
    background-color: #ffffff;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
    box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
}

@media (min-width: 992px) {
    .main_menu .menu_item_has_child .submenu {
        position: absolute;
    }
}

.main_menu .menu_item_has_child .submenu > li {
    width: 100%;
    display: block;
}

.main_menu .menu_item_has_child .submenu > li > a {
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 6px 30px;
    white-space: nowrap;
    font-family: "Sofia Pro";
    color: #051441;
}

.main_menu .menu_item_has_child .submenu > li:hover > a, .main_menu .menu_item_has_child .submenu > li.active > a {
    color: #4154f1;
    background-color: rgba(65, 84, 241, 0.05);
}

.main_menu .menu_item_has_child:hover > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.main_menu .menu_item_has_child .submenu .menu_item_has_child > a {
    position: relative;
}

.main_menu .menu_item_has_child .submenu .menu_item_has_child > a:after {
    top: 55%;
    right: 25px;
    line-height: 1;
    font-size: 10px;
    content: "";
    position: absolute;
    font-family: "themify";
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}

.main_menu .menu_item_has_child .submenu .menu_item_has_child .submenu {
    top: 100%;
    left: 100%;
}

.main_menu .menu_item_has_child .submenu .menu_item_has_child:hover > .submenu {
    top: -20px;
}

.main_menu .menu_item_has_child.mega_menu {
    position: static;
}

.main_menu .menu_item_has_child.mega_menu .mega_menu_inner {
    min-width: 200px;
    width: 100%;
    list-style: none;
    -webkit-box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
    box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
    left: 0px;
    right: 0px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .main_menu .menu_item_has_child.mega_menu .mega_menu_inner {
        position: absolute;
    }
}

.main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu {
    position: relative;
    max-width: 1170px;
    width: 100%;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

@media (min-width: 992px) {
    .main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu > li {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    width: 25%;
}

.main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu > li > a {
    font-size: 20px;
    margin-bottom: 0px;
    font-family: "Sofia Pro Bold";
    color: #051441;
}

.main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu > li .dropdown-menu {
    left: 0;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    padding: 0px;
    display: block;
    background: transparent;
    top: 0;
}

.main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu > li .dropdown-menu > li {
    padding-left: 0px;
    padding-right: 0px;
    white-space: normal;
}

.main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu > li .dropdown-menu > li a {
    display: block;
    font-size: 15px;
    color: #6a7c92;
}

.main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu > li .dropdown-menu > li a:hover {
    color: #4154f1;
}

.main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu > li .dropdown-menu > li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu > li:hover > a {
    color: inherit !important;
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu {
    left: 0;
}

@media (min-width: 992px) {
    .main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu {
        padding: 20px 0px 10px;
    }
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCSB_scrollTools {
    width: 0px;
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCSB_container {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCustomScrollBox {
    width: 100%;
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li {
    padding: 0px;
    margin-bottom: 0;
    width: 100%;
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .dropdown-menu {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    max-height: calc(100vh - 150px);
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .dropdown-menu li {
    width: calc(100% / 5);
    padding: 15px 20px;
    margin-bottom: 0;
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .item {
    text-align: center;
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .item .rebon_tap {
    font: 500 12px "Sofia Pro Bold";
    color: #fff;
    background: red;
    display: block;
    position: absolute;
    top: -7px;
    left: -25px;
    padding: 15px 22px 5px;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .item .img {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(12, 0, 46, 0.06);
    position: relative;
    margin-top: 0;
    display: block;
    overflow: hidden;
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .item .img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #13112d;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .item .img img {
    width: 100%;
    max-width: 100%;
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .item .img.box_none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .item small {
    font-size: 15px;
    font-family: "Sofia Pro Bold";
    color: #051441;
    display: block;
    margin-top: 20px;
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .item:hover .img:before {
    opacity: 0.5;
}

.main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .item:hover small {
    color: #4154f1;
}

@media (min-width: 992px) {
    .main_menu .menu_item_has_child.mega_menu:hover .dropdown-menu {
        visibility: visible;
    }

    .main_menu .menu_item_has_child.mega_menu:hover .dropdown-menu > li > .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}

.menu_btn.open i:before {
    content: "";
}

.sidebar-menu-wrapper {
    display: block;
}

.sidebar-menu-wrapper .mobile_menu {
    top: 0px;
    width: 400px;
    height: 100vh;
    right: -420px;
    z-index: 9999;
    position: fixed;
    font-size: 14px;
    padding: 40px;
    overflow-y: scroll;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
    -o-transition: 0.6s cubic-bezier(1, 0, 0, 1);
    transition: 0.6s cubic-bezier(1, 0, 0, 1);
}

.sidebar-menu-wrapper .mobile_menu.active {
    right: 0px;
    -webkit-box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
    box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
}

.sidebar-menu-wrapper .mobile_menu .mCustomScrollBox {
    overflow: visible !important;
}

.sidebar-menu-wrapper .mobile_menu .brand_logo > .brand_link {
    max-width: 147px;
}

.sidebar-menu-wrapper .mobile_menu .brand_logo .close_btn {
    float: right;
    line-height: 1;
    font-size: 30px;
    cursor: pointer;
    margin: 10px 0px;
    color: #6a7c92;
}

.sidebar-menu-wrapper .mobile_menu .item_title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.sidebar-menu-wrapper .mobile_menu .btns_group > ul > li {
    margin-right: 15px;
}

.sidebar-menu-wrapper .mobile_menu .btns_group > ul > li:last-child {
    margin-right: 0px !important;
}

.sidebar-menu-wrapper .mobile_menu .btn {
    height: 45px;
    min-width: auto;
    font-size: 15px;
    line-height: 43px;
    padding: 0px 25px;
}

.sidebar-menu-wrapper .mobile_menu .btn > img {
    height: 16px;
    margin-top: -4px;
}

.sidebar-menu-wrapper .mobile_menu .mp_balancing {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
}

.sidebar-menu-wrapper .mobile_menu .menu_list > ul {
    width: auto;
    display: block;
    margin: -15px -40px;
}

.sidebar-menu-wrapper .mobile_menu .menu_list > ul li a {
    width: 100%;
    line-height: 1;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    color: #051441;
    text-transform: capitalize;
}

.sidebar-menu-wrapper .mobile_menu .menu_list > ul li:hover > a, .sidebar-menu-wrapper .mobile_menu .menu_list > ul li.active > a {
    background-color: rgba(65, 84, 241, 0.05);
}

.sidebar-menu-wrapper .mobile_menu .menu_list > ul li a[aria-expanded=true] {
    background-color: rgba(65, 84, 241, 0.05);
}

.sidebar-menu-wrapper .mobile_menu .menu_list > ul li.menu_item_has_child > a {
    position: relative;
}

.sidebar-menu-wrapper .mobile_menu .menu_list > ul li.menu_item_has_child > a:after {
    top: 56%;
    right: 40px;
    border: none;
    line-height: 1;
    font-size: 12px;
    content: "";
    font-weight: 400;
    position: absolute;
    -webkit-transform: translateY(-56%);
    -ms-transform: translateY(-56%);
    transform: translateY(-56%);
    font-family: "Font Awesome 5 Pro";
}

.sidebar-menu-wrapper .mobile_menu .menu_list > ul li.menu_item_has_child .submenu {
    float: none;
    width: auto;
    margin: 0px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    position: static !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
}

.sidebar-menu-wrapper .mobile_menu .menu_list > ul li.menu_item_has_child .submenu > li {
    width: 100%;
    display: block;
}

.sidebar-menu-wrapper .mobile_menu .menu_list > ul li.menu_item_has_child .submenu > li > a {
    font-size: 14px;
    padding: 10px 40px;
    padding-left: 70px;
}

.sidebar-menu-wrapper .mobile_menu .contact_info > ul > li {
    margin-bottom: 5px;
}

.sidebar-menu-wrapper .mobile_menu .contact_info > ul > li:last-child {
    margin-bottom: 0px !important;
}

.sidebar-menu-wrapper .mobile_menu .contact_info > ul > li span {
    font-weight: 600;
    margin-right: 5px;
    display: inline-block;
    color: #051441;
}

.sidebar-menu-wrapper .mobile_menu .contact_info > ul > li > a {
    color: #6a7c92;
}

.sidebar-menu-wrapper .mobile_menu .contact_info > ul > li > a:hover {
    color: #4154f1;
}

.sidebar-menu-wrapper .mobile_menu .social_links > ul > li {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    text-align: center;
}

.sidebar-menu-wrapper .mobile_menu .social_links > ul > li:last-child {
    margin-right: 0px !important;
}

.sidebar-menu-wrapper .mobile_menu .social_links > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 13px;
    line-height: 35px;
    border-radius: 100%;
    color: #6a7c92;
    border: 1px solid #6a7c92;
}

.sidebar-menu-wrapper .mobile_menu .social_links > ul > li > a:hover {
    color: #ffffff;
    border-color: #4154f1;
    background-color: #4154f1;
}

.sidebar-menu-wrapper .mobile_menu .copyright_text .author_link {
    color: #4154f1;
}

.sidebar-menu-wrapper .mobile_menu .footer_menu > ul > li {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.sidebar-menu-wrapper .mobile_menu .footer_menu > ul > li:before {
    top: 50%;
    right: -2px;
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: rgba(65, 84, 241, 0.1);
}

.sidebar-menu-wrapper .mobile_menu .footer_menu > ul > li:last-child {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.sidebar-menu-wrapper .mobile_menu .footer_menu > ul > li:last-child:before {
    display: none;
}

.sidebar-menu-wrapper .mobile_menu .footer_menu > ul > li > a {
    color: #6a7c92;
}

.sidebar-menu-wrapper .mobile_menu .footer_menu > ul > li > a:hover {
    color: #4154f1;
}

.sidebar-menu-wrapper .overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sidebar-menu-wrapper .overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile_menu::-webkit-scrollbar {
    width: 0px;
}

.sidebar-menu-wrapper .mobile_menu .menu_list .dropdown > a {
    position: relative;
}

.sidebar-menu-wrapper .mobile_menu .menu_list .dropdown > a:after {
    top: 55%;
    margin: 0px;
    border: none;
    padding: 0px;
    right: 40px;
    border: none;
    line-height: 1;
    font-size: 12px;
    content: "";
    font-weight: 400;
    position: absolute;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    font-family: "Font Awesome 5 Pro";
}

.sidebar-menu-wrapper .mobile_menu .menu_list .dropdown-menu {
    margin: 0px;
    width: 100%;
    float: none;
    border: none;
    display: none;
    line-height: 1;
    font-size: 14px;
    padding: 15px 0px;
    padding-top: 0px;
    border-radius: 0px;
    color: #6a7c92;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    position: static !important;
    background-color: rgba(65, 84, 241, 0.05);
}

.sidebar-menu-wrapper .mobile_menu .menu_list .dropdown-menu.show {
    display: block;
}

.sidebar-menu-wrapper .mobile_menu .menu_list .dropdown-menu.add_scroll {
    height: 282px;
    overflow-y: scroll;
}

.sidebar-menu-wrapper .mobile_menu .menu_list .dropdown-menu.add_scroll::-webkit-scrollbar {
    width: 0px;
}

.sidebar-menu-wrapper .mobile_menu .menu_list .dropdown-menu li a {
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 40px;
    padding-left: 50px;
}

.sidebar-menu-wrapper .mobile_menu .menu_list .dropdown-menu .dropdown-menu {
    z-index: 2;
    background-color: #ffffff;
    background-clip: padding-box;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sidebar-menu-wrapper .mobile_menu .menu_list .dropdown-menu .dropdown-menu li a {
    padding-left: 60px;
}

.footer_section.bg_gray {
    background-color: #eff2f9;
}

.footer_section.bg_gray_2 {
    background-image: -o-linear-gradient(45deg, #e0e5ff 0%, #f0f4ff 100%);
    background-image: linear-gradient(45deg, #e0e5ff 0%, #f0f4ff 100%);
}

.footer_section.bg_gray_3 {
    background-color: #f6fbff;
}

.footer_section .spahe_1 {
    left: -60px;
    bottom: -40px;
    max-width: 395px;
    position: absolute;
}

.footer_section .widget_area {
    padding: 100px 0px;
}

.footer_section .deco_image_1 {
    left: 15px;
    bottom: -101px;
    max-width: 200px;
}

.footer_section .deco_image_2 {
    right: 15px;
    bottom: -101px;
    max-width: 140px;
}

.footer_section .cloud_image {
    max-width: 100px;
}

.footer_section .cloud_image.cloud_1 {
    top: 220px;
    left: 190px;
}

.footer_section .cloud_image.cloud_2 {
    left: 50%;
    bottom: 130px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer_section .cloud_image.cloud_3 {
    top: 220px;
    right: 190px;
}

.footer_section .about_content {
    padding-right: 50px;
}

.footer_section .brand_logo .brand_link {
    max-width: 147px;
}

.footer_section .contact_info > ul > li {
    margin-bottom: 6px;
    color: #051441;
}

.footer_section .contact_info > ul > li:last-child {
    margin-bottom: 0px !important;
}

.footer_section .contact_info > ul > li > a {
    margin-left: 8px;
    position: relative;
    color: #6a7c92;
    display: inline-block;
}

.footer_section .contact_info > ul > li > a:before {
    width: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    height: 1px;
    content: "";
    position: absolute;
    background: #4154f1;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.footer_section .contact_info > ul > li > a:hover {
    color: #4154f1;
}

.footer_section .contact_info > ul > li > a:hover:before {
    left: 0px;
    width: 100%;
    right: auto;
}

.footer_section .widget_title {
    font-size: 20px;
    color: #051441;
    font-family: "Sofia Pro SemiBold";
}

.footer_section .useful_links > ul > li {
    margin-bottom: 14px;
}

.footer_section .useful_links > ul > li:last-child {
    margin-bottom: 0px !important;
}

.footer_section .useful_links > ul > li > a {
    position: relative;
    color: #6a7c92;
}

.footer_section .useful_links > ul > li > a:before {
    width: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    height: 1px;
    content: "";
    position: absolute;
    background: #4154f1;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.footer_section .useful_links > ul > li > a:hover {
    color: #4154f1;
}

.footer_section .useful_links > ul > li > a:hover:before {
    left: 0px;
    width: 100%;
    right: auto;
}

.footer_section .footer_bottom {
    padding: 30px 0px;
    border-top: 1px solid #d7d9e0;
}

.footer_section .copyright_text .author_link {
    color: #6a7c92;
}

.footer_section .copyright_text .author_link:hover {
    color: #4154f1;
}

.footer_section .footer_menu > ul > li {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.footer_section .footer_menu > ul > li:after {
    top: 50%;
    width: 2px;
    right: -1px;
    height: 12px;
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #6a7c92;
}

.footer_section .footer_menu > ul > li:last-child {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.footer_section .footer_menu > ul > li:last-child:after {
    display: none;
}

.footer_section .footer_menu > ul > li > a {
    position: relative;
    color: #6a7c92;
}

.footer_section .footer_menu > ul > li > a:before {
    width: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    height: 1px;
    content: "";
    position: absolute;
    background: #4154f1;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.footer_section .footer_menu > ul > li > a:hover {
    color: #4154f1;
}

.footer_section .footer_menu > ul > li > a:hover:before {
    left: 0px;
    width: 100%;
    right: auto;
}

.footer_section .form_item input {
    height: 50px;
}

.footer_section .form_item button[type=submit] {
    top: 55%;
    right: 20px;
    position: absolute;
    color: #6a7c92;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}

.footer_section.text-white {
    color: #6a7c92 !important;
}

.footer_section.text-white .widget_title {
    color: #ffffff;
}

.footer_section.text-white .contact_info > ul > li {
    color: #ffffff;
}

.footer_section.text-white .contact_info > ul > li > a {
    color: #6a7c92;
}

.footer_section.text-white .contact_info > ul > li > a:before {
    background: #ffffff;
}

.footer_section.text-white .contact_info > ul > li > a:hover {
    color: #ffffff;
}

.footer_section.text-white .useful_links > ul > li > a:before {
    background: #ffffff;
}

.footer_section.text-white .useful_links > ul > li > a:hover {
    color: #ffffff;
}

.footer_section.text-white .form_item input {
    color: #ffffff;
    background-color: rgba(101, 119, 141, 0.502);
    border: 1px solid rgba(101, 119, 141, 0.502);
}

.footer_section.text-white .form_item input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer_section.text-white .form_item input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer_section.text-white .form_item input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer_section.text-white .form_item input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer_section.text-white .form_item input:focus + button {
    color: #ffffff;
}

.footer_section.text-white .form_item button[type=submit] {
    color: rgba(255, 255, 255, 0.6);
}

.footer_section.text-white .footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer_section.text-white .footer_menu > ul > li > a:before {
    background: #ffffff;
}

.footer_section.text-white .footer_menu > ul > li > a:hover {
    color: #ffffff;
}

.footer_section.text-white .copyright_text .author_link:hover {
    color: #ffffff;
}

.footer_section.text-white .social_icon > ul > li > a:hover i {
    color: #ffffff;
}

.footer_section.text-white .social_icon_rounded > ul > li > a {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.08);
}

.breadcrumb_section {
    overflow: hidden;
    min-height: 500px;
    padding: 80px 0px;
}

.breadcrumb_section.bg_gradient_blue {
    background-image: -o-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}

.breadcrumb_section .deco_wrap {
    overflow: hidden;
}

.breadcrumb_section .spahe_1,
.breadcrumb_section .spahe_2 {
    max-width: 565px;
}

.breadcrumb_section .spahe_1 {
    top: -100px;
    right: -100px;
}

.breadcrumb_section .spahe_2 {
    left: -100px;
    bottom: -100px;
}

.breadcrumb_section .overlay_black {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
}

.breadcrumb_section .breadcrumb_content {
    z-index: 1;
    max-width: 780px;
    margin: 0px auto;
    margin-top: 100px;
    position: relative;
}

.breadcrumb_section .breadcrumb_content .page_title {
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.9px;
}

.breadcrumb_section .breadcrumb_content p {
    font-size: 18px;
    max-width: 540px;
    display: inline-block;
    font-family: "Sofia Pro";
}

.breadcrumb_section .breadcrumb_content .breadcrumb_nav > ul > li {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
}

.breadcrumb_section .breadcrumb_content .breadcrumb_nav > ul > li:after {
    top: 60%;
    right: -5px;
    line-height: 1;
    font-size: 10px;
    content: "";
    position: absolute;
    font-family: "themify";
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}

.breadcrumb_section .breadcrumb_content .breadcrumb_nav > ul > li:last-child {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.breadcrumb_section .breadcrumb_content .breadcrumb_nav > ul > li:last-child:after {
    display: none;
}

.breadcrumb_section .filter-btns-group > ul > li > button {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb_section .filter-btns-group > ul > li > button:hover, .breadcrumb_section .filter-btns-group > ul > li > button.active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}

.breadcrumb_section.text-white .breadcrumb_content .page_title {
    color: #ffffff;
}

.breadcrumb_section.text-white .breadcrumb_content .breadcrumb_nav > ul > li:after {
    color: #ffffff;
}

.breadcrumb_section.text-white .breadcrumb_content .breadcrumb_nav > ul > li > a {
    color: #ffffff;
}

.breadcrumb_section .decrease_size .page_title {
    font-size: 50px;
}

.blog_details_page .breadcrumb_section .breadcrumb_content {
    margin-top: 80px;
}

.sidebar_section.pl-30 {
    padding-left: 30px;
}

.sidebar_section .widget {
    margin-bottom: 55px;
}

.sidebar_section .widget:last-child {
    margin-bottom: 0px !important;
}

.sidebar_section .widget_title {
    line-height: 1;
    font-size: 22px;
    margin-bottom: 29px;
}

.sidebar_section .sidebar_search input {
    border-radius: 6px;
    background-color: #f3f4f9;
    border: 1px solid #f3f4f9;
}

.sidebar_section .sidebar_search button[type=submit] {
    top: 50%;
    right: 20px;
    line-height: 1;
    position: absolute;
    color: #303030;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar_section .sidebar_blog > ul > li {
    margin-bottom: 20px;
}

.sidebar_section .sidebar_blog > ul > li:last-child {
    margin-bottom: 0px !important;
}

.sidebar_section .sidebar_category > ul > li {
    margin-bottom: 10px;
}

.sidebar_section .sidebar_category > ul > li:last-child {
    margin-bottom: 0px !important;
}

.sidebar_section .sidebar_category > ul > li > a {
    color: #6a7c92;
}

.sidebar_section .sidebar_category > ul > li > a > span {
    margin-left: 5px;
    display: inline-block;
}

.sidebar_section .sidebar_category > ul > li > a:hover {
    color: #4154f1;
}

.sidebar_section .sidebar_tag .tag_list {
    margin: -4px;
}

.sidebar_section .sidebar_tag .tag_list > ul {
    width: 100%;
}

.sidebar_section .sidebar_tag .tag_list > ul li {
    padding: 4px;
}

.sidebar_section .sidebar_tag .tag_list > ul li > a {
    width: 100%;
    height: 40px;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    text-align: center;
    border-radius: 45px;
    color: #6a7c92;
    background-color: #f0f2f9;
}

.sidebar_section .sidebar_tag .tag_list > ul li > a:hover {
    color: #ffffff;
    background-color: #4154f1;
}

.pricing_slidebar .price-range-slider .range-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 23px;
}

.pricing_slidebar .price-range-slider .range-value h5 {
    font-weight: 500;
    margin-right: 5px;
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 0;
}

.pricing_slidebar .price-range-slider .range-value input {
    background: none;
    color: #778090;
    font-size: 18px;
    font-weight: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 18px;
}

.pricing_slidebar .price-range-slider .range-bar {
    border: none;
    background: #dbe2e9;
    height: 5px;
    width: 100%;
}

.pricing_slidebar .price-range-slider .range-bar .ui-slider-range {
    background: #8e9bed;
}

.pricing_slidebar .price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    height: 18px;
    width: 18px;
    top: -7px;
    margin-left: 0px;
    cursor: pointer;
    background-color: #5037d9;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(70, 1, 1, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(70, 1, 1, 0.2);
}

.partner_section .shape_1 {
    left: 0px;
    bottom: 0px;
    max-width: 265px;
}

.partner_section .dot_image_1 {
    top: -240px;
    left: -88px;
    max-width: 158px;
}

.partner_section .partner_logo {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 50px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partner_section .partner_logo > a {
    margin: auto;
    max-width: 130px;
}

.partner_section .partner_logo > a > img {
    height: auto;
}

.testimonial_section.bg_gray {
    background-color: #f5f8ff;
}

.testimonial_section .shape_1 {
    top: 120px;
    left: -88px;
    max-width: 158px;
}

.testimonial_section .shape_2 {
    top: 0px;
    right: 0px;
    max-width: 534px;
}

.testimonial_section .shape_3 {
    top: -70px;
    right: -258px;
    max-width: 769px;
}

.testimonial_section .shap_bottom path {
    fill: #ffffff;
}

.testimonial_section .testimonial_carousel_1 {
    z-index: 2;
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 550px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 45px;
}

.testimonial_section .testimonial_carousel_1:after, .testimonial_section .testimonial_carousel_1:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-size: auto;
    background-repeat: no-repeat;
}

.testimonial_section .testimonial_carousel_1:before {
    z-index: -1;
    background-position: left bottom;
    background-image: url(../img/shape_10.png);
}

.testimonial_section .testimonial_carousel_1:after {
    z-index: -2;
    background-position: right top;
    background-image: url(../img/shape_11.png);
}

.testimonial_section .testimonial_carousel_1 .item {
    z-index: 3;
    margin: auto;
    max-width: 450px;
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px;
}

.testimonial_section .testimonial_carousel_1 .item:before {
    top: 104px;
    left: -28px;
    content: "";
    width: 159px;
    height: 124px;
    position: absolute;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../img/quote_3.png);
}

.testimonial_section .testimonial_carousel_1 .item p {
    font-size: 16px;
    margin-bottom: 40px;
}

.testimonial_section .testimonial_carousel_1 .item .hero_name {
    font-size: 24px;
    font-weight: 600;
}

.testimonial_section .testimonial_carousel_1 .item .hero_title {
    display: block;
    font-size: 14px;
}


.testimonial_section .testimonial_carousel_1 .item .thumbnail_wrap .thumbnail_image {
    z-index: 3;
    width: 80px;
    height: 80px;
    display: table;
    margin: 0px auto;
    overflow: hidden;
    border-radius: 100%;
}

.testimonial_section .testimonial_carousel_1 .item.text-white .hero_name {
    color: #ffffff;
}

.testimonial_section .testimonial_carousel_1 .owl-nav {
    left: 111%;
    bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
}

.testimonial_section .testimonial_carousel_1 .owl-dots {
    display: none;
    margin-top: 50px;
}

.testimonial_section .testimonial_carousel_1.nav_false .owl-nav {
    display: none;
}

.testimonial_section .testimonial_carousel_1.dots_true .owl-dots {
    display: block;
}

.testimonial_section .testimonial_carousel_1.secondary_style {
    width: 100%;
    padding: 0px;
    display: block;
    min-height: auto;
}

.testimonial_section .testimonial_carousel_1.secondary_style:after, .testimonial_section .testimonial_carousel_1.secondary_style:before {
    display: none;
}

.testimonial_section .testimonial_carousel_1.secondary_style .item {
    padding: 0px;
    max-width: 100%;
}

.testimonial_section .testimonial_carousel_1.secondary_style .item:before {
    display: none;
}


.testimonial_section .testimonial_carousel_1.secondary_style .item .hero_name {
    margin-bottom: 5px;
}

.testimonial_section .bg_area {
    height: 415px;
}

.testimonial_section .bg_area.bg_gradient_blue {
    background-image: -o-linear-gradient(60deg, #301cab 0%, #5774fa 100%);
    background-image: linear-gradient(30deg, #301cab 0%, #5774fa 100%);
}

.testimonial_section .bg_gradient_blue .owl-carousel .owl-nav .owl-next:before,
.testimonial_section .bg_gradient_blue .owl-carousel .owl-nav .owl-prev:before {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.testimonial_section .bg_gradient_blue .owl-carousel .owl-nav .owl-next:hover:before,
.testimonial_section .bg_gradient_blue .owl-carousel .owl-nav .owl-prev:hover:before {
    background: #ffffff;
    color: #4154f1;
    border-color: #ffffff;
}

.testimonial_section .testimonial_carousel_2 {
    width: auto;
    margin: -30px -15px;
}

.testimonial_section .testimonial_carousel_2 .item {
    padding: 30px 15px;
}

.testimonial_section .testimonial_carousel_2 .testimonial_item {
    z-index: 1;
    padding: 40px;
    position: relative;
    border-radius: 6px;
    padding-bottom: 60px;
    background-size: auto;
    background-color: #ffffff;
    background-position: right -15px bottom -22px;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
    box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}

.testimonial_section .testimonial_carousel_2 .testimonial_item .admin_wrap {
    margin-bottom: 25px;
}

.testimonial_section .testimonial_carousel_2 .testimonial_item .rating_star {
    top: 47px;
    right: 40px;
    position: absolute;
}

.testimonial_section .testimonial_carousel_2 .testimonial_item .thumbnail_image {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%;
}

.testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content {
    display: table;
    padding-top: 7px;
}

.testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content .admin_name {
    font-size: 20px;
    margin-bottom: 2px;
}

.testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content .admin_title {
    font-size: 14px;
    display: inline-block;
}

.newsletter_section.bg_gradient_blue {
    background-image: -o-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}

.newsletter_section.bg_gradient_blue_2 {
    background-image: -o-linear-gradient(45deg, #4150f1 0%, #58d0ff 100%);
    background-image: linear-gradient(45deg, #4150f1 0%, #58d0ff 100%);
}

.newsletter_section .form_item input {
    border: none;
    padding: 0px;
    font-size: 16px;
    border-radius: 0px;
    text-align: center;
    color: #051441;
    background-color: transparent;
    border-bottom: 1px solid #051441;
}

.newsletter_section .form_item input:-moz-placeholder {
    color: #051441;
}

.newsletter_section .form_item input::-moz-placeholder {
    color: #051441;
}

.newsletter_section .form_item input:-ms-input-placeholder {
    color: #051441;
}

.newsletter_section .form_item input::-webkit-input-placeholder {
    color: #051441;
}

.newsletter_section.text-white .form_item input {
    border: none;
    padding: 0px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 0px;
    text-align: center;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.newsletter_section.text-white .form_item input:-moz-placeholder {
    color: #ffffff;
}

.newsletter_section.text-white .form_item input::-moz-placeholder {
    color: #ffffff;
}

.newsletter_section.text-white .form_item input:-ms-input-placeholder {
    color: #ffffff;
}

.newsletter_section.text-white .form_item input::-webkit-input-placeholder {
    color: #ffffff;
}

.newsletter_section .btn {
    font-size: 18px;
}

.newsletter_section .newsletter_boxed {
    z-index: 2;
    overflow: hidden;
    padding: 60px 0px;
    position: relative;
    border-radius: 6px;
    margin-bottom: -100px;
}

.newsletter_section .newsletter_boxed.p-60 {
    padding: 60px;
}

.newsletter_section .newsletter_boxed.bg_gradient_blue {
    background-image: -o-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}

.newsletter_section .newsletter_boxed.bg_gradient_lightblue {
    background-image: -o-linear-gradient(45deg, #4150f1 0%, #58d0ff 100%);
    background-image: linear-gradient(45deg, #4150f1 0%, #58d0ff 100%);
}

.newsletter_section .newsletter_boxed.bg_gradient_purple {
    background-image: -o-linear-gradient(135deg, #5e2ced 0%, #a485fd 100%);
    background-image: linear-gradient(-45deg, #5e2ced 0%, #a485fd 100%);
}

.newsletter_section .newsletter_boxed.bg_gradient_royalblue {
    background-image: -o-linear-gradient(135deg, #4218c4 0%, #686dfd 100%);
    background-image: linear-gradient(-45deg, #4218c4 0%, #686dfd 100%);
}

.newsletter_section .newsletter_boxed.bg_purple {
    background-color: #5e2ced;
}

.newsletter_section .newsletter_boxed .shape_1 {
    left: 0px;
    bottom: 70px;
    max-width: 200px;
}

.newsletter_section .newsletter_boxed .shape_2 {
    right: 60px;
    bottom: 110px;
    max-width: 100px;
}

.promotion_section {
    overflow: hidden;
}

.promotion_section.bg_gradient_blue {
    background-image: -o-linear-gradient(135deg, #5e2ced 0%, #a485fd 100%);
    background-image: linear-gradient(-45deg, #5e2ced 0%, #a485fd 100%);
}

.promotion_section .dot_image_1 {
    top: 125px;
    right: 15px;
    max-width: 100px;
}

.promotion_section .shape_1 {
    top: 0px;
    left: 15px;
    max-width: 290px;
}

.promotion_section .shape_2 {
    top: 0px;
    left: 157px;
    max-width: 250px;
}

.promotion_section .item_image_1 {
    z-index: 1;
    width: 460px;
    margin: 0px auto;
    position: relative;
    margin-bottom: -230px;
}

.promotion_section .item_image_1 .image_1,
.promotion_section .item_image_1 .image_2 {
    max-width: 50%;
    padding: 0px 10px;
    display: inline-block;
}

.promotion_section .item_image_1 .image_1 {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.promotion_section .btns_group > ul > li {
    margin-right: 30px;
}

.promotion_section .btns_group > ul > li:last-child {
    margin-right: 0px !important;
}

.promotion_section .btns_group > ul > li .btn img {
    max-width: 15px;
}

.promotion_section .btns_group > ul > li .btn.bg-white {
    color: #303030;
}

.seo_section {
    overflow: hidden;
    position: relative;
}

.seo_section.bg_gradient_blue {
    background-image: -o-linear-gradient(45deg, #6939f5, #6939f5);
    background-image: linear-gradient(45deg, #6939f5, #6939f5);
}

.seo_section .section_title .title_text .text_orange {
    color: #ffab17;
}

.seo_section .glob_image_1 {
    top: -80px;
    left: -5px;
    max-width: 525px;
}

.seo_section .shape_1 {
    left: 0px;
    bottom: 126px;
    max-width: 203px;
}

.seo_section .shape_2 {
    top: 190px;
    left: 635px;
    max-width: 100px;
}

.seo_section .shape_3 {
    top: 90px;
    right: 340px;
    max-width: 100px;
}

.seo_section .rocket_image {
    right: 167px;
    bottom: -10px;
    max-width: 300px;
}

.seo_section .form_wrap {
    padding: 5px;
    margin: 0px auto;
    max-width: 950px;
    border-radius: 45px;
    background-color: #ffffff;
}

.seo_section .form_wrap > ul {
    width: 100%;
    display: block;
}

.seo_section .form_wrap > ul > li {
    width: 40%;
    position: relative;
}

.seo_section .form_wrap > ul > li:after {
    top: 50%;
    width: 1px;
    content: "";
    right: 0px;
    height: 30px;
    line-height: 1;
    position: absolute;
    background-color: #cccccc;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.seo_section .form_wrap > ul > li:nth-child(2):after {
    display: none;
}

.seo_section .form_wrap > ul > li:last-child {
    width: 20%;
}

.seo_section .form_wrap > ul > li:last-child:after {
    display: none;
}

.seo_section .form_wrap > ul > li .form_item {
    margin: 0px;
}

.seo_section .form_wrap > ul > li .form_item input {
    height: 50px;
    border: none;
    padding: 0px 25px;
}

.seo_section .form_wrap > ul > li .btn {
    float: right;
    min-width: 160px;
    padding: 17px 47px;
}

.intregation_section {
    position: relative;
}

.intregation_section.bg_gradient_gray {
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#f6fbff));
    background-image: -o-linear-gradient(bottom, transparent 0%, #f6fbff 100%);
    background-image: linear-gradient(0deg, transparent 0%, #f6fbff 100%);
}

.intregation_section .dot_image_1 {
    top: -160px;
    right: -88px;
    max-width: 158px;
}

.intregation_section .intregation_image_1 {
    max-width: 743px;
    margin: 0px auto;
    position: relative;
    margin-bottom: -35px;
}

.intregation_section .intregation_image_1 .phone_image {
    left: -55px;
    bottom: -35px;
    max-width: 172px;
    position: absolute;
}

.intregation_section .intregation_image_1 .watch_image {
    right: -20px;
    bottom: -33px;
    max-width: 128px;
    position: absolute;
}

.intregation_section .apps_wrap {
    bottom: 120px;
    position: absolute;
}

.intregation_section .apps_wrap > ul {
    width: 340px;
    height: 405px;
}

.intregation_section .apps_wrap > ul > li {
    width: 70px;
    height: 70px;
    position: absolute;
}

.intregation_section .apps_wrap > ul > li > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.1);
    box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.1);
}

.intregation_section .apps_wrap > ul > li > a > img {
    margin: auto;
    height: auto;
}

.intregation_section .apps_wrap.wrap_left {
    left: 254px;
}

.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(1) {
    top: 0px;
    right: 0px;
}

.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(1) > a {
    -webkit-animation: bounceIn 3000ms infinite alternate;
    animation: bounceIn 3000ms infinite alternate;
}

.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(2) {
    left: 0px;
    bottom: 110px;
}

.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(2) > a {
    -webkit-animation: bounceIn 3400ms infinite alternate;
    animation: bounceIn 3400ms infinite alternate;
}

.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(3) {
    top: 135px;
    left: 140px;
}

.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(3) > a {
    -webkit-animation: bounceIn 3600ms infinite alternate;
    animation: bounceIn 3600ms infinite alternate;
}

.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(4) {
    bottom: 0px;
    right: 100px;
}

.intregation_section .apps_wrap.wrap_left > ul > li:nth-child(4) > a {
    -webkit-animation: bounceIn 3800ms infinite alternate;
    animation: bounceIn 3800ms infinite alternate;
}

.intregation_section .apps_wrap.wrap_right {
    right: 254px;
}

.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(1) {
    top: 0px;
    left: 0px;
}

.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(1) > a {
    -webkit-animation: bounceIn 3000ms infinite alternate;
    animation: bounceIn 3000ms infinite alternate;
}

.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(2) {
    right: 0px;
    bottom: 110px;
}

.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(2) > a {
    -webkit-animation: bounceIn 3400ms infinite alternate;
    animation: bounceIn 3400ms infinite alternate;
}

.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(3) {
    top: 135px;
    right: 140px;
}

.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(3) > a {
    -webkit-animation: bounceIn 3600ms infinite alternate;
    animation: bounceIn 3600ms infinite alternate;
}

.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(4) {
    bottom: 0px;
    left: 100px;
}

.intregation_section .apps_wrap.wrap_right > ul > li:nth-child(4) > a {
    -webkit-animation: bounceIn 3800ms infinite alternate;
    animation: bounceIn 3800ms infinite alternate;
}

.feature_section.bg_gradient_blue {
    background-image: -o-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}

.feature_section.bg_gradient_blue_2 {
    background-image: -o-linear-gradient(135deg, #4218c4 0%, #686dfd 100%);
    background-image: linear-gradient(-45deg, #4218c4 0%, #686dfd 100%);
}

.feature_section.bg_gray {
    background-color: #f6fbff;
}

.feature_section.bg_gray_2 {
    background-color: #f9f9f9;
}

.feature_section.bg_flow {
    min-height: 770px;
    padding-top: 200px;
    background-size: cover;
    background-position: center top;
}

.feature_section .shape_1 {
    top: 0px;
    left: -225px;
    max-width: 850px;
}

.feature_section .dot_image_1 {
    top: 200px;
    right: -88px;
    max-width: 158px;
}

.feature_section .dot_image_2 {
    top: -200px;
    right: -88px;
    max-width: 158px;
}

.feature_section .shape_2 {
    left: 15px;
    top: 135px;
    max-width: 200px;
}

.feature_section .feature_image_4 .shape_5 {
    max-width: 150px;
    top: unset;
    left: -45px;
    bottom: 0px;
}

.feature_section .shape_6 {
    top: 175px;
    right: 0px;
    max-width: 755px;
}

.feature_section .shape_7 {
    top: 0px;
    left: 15px;
    max-width: 290px;
}

.feature_section .shape_8 {
    top: 0px;
    left: 157px;
    max-width: 250px;
}

.feature_section .shape_9 {
    top: -70px;
    right: -258px;
    max-width: 769px;
}

.feature_section .shape_10 {
    left: -190px;
    bottom: 160px;
    max-width: 685px;
}

.feature_section .shape_11 {
    left: -146px;
    bottom: -120px;
    max-width: 770px;
}

.feature_section .shape_12 {
    top: 145px;
    right: 0px;
    max-width: 945px;
}

.feature_section .shape_13 {
    top: 380px;
    left: -88px;
    max-width: 158px;
}

.feature_section .shape_14 {
    top: -41px;
    left: -353px;
    max-width: 1092px;
}

.feature_section .shape_15 {
    right: -209px;
    bottom: -60px;
    max-width: 949px;
}

.feature_section .dot_1 {
    top: 206px;
    right: 200px;
    max-width: 25px;
}

.feature_section .dot_2 {
    top: 345px;
    left: 70px;
    max-width: 15px;
}

.feature_section .dot_3 {
    top: 250px;
    right: 112px;
}

.feature_section .dot_4 {
    left: 102px;
    bottom: 200px;
}

.feature_section .shap_top path {
    fill: #ffffff;
}

.feature_section .shap_bottom path {
    fill: #f5f8ff;
}

.feature_section .section_title .title_text {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.feature_section .section_title.decrease_size .title_text {
    font-size: 36px;
}

.feature_section .feature_item {
    margin-bottom: 150px;
}

.feature_section .feature_item:last-child {
    margin-bottom: 0px !important;
}

.feature_section .feature_image {
    width: 782px;
    float: right;
    position: relative;
}

.feature_section .feature_image .phone_image {
    left: -50px;
    bottom: -25px;
    max-width: 175px;
    position: absolute;
}

.feature_section .feature_image .watch_image {
    right: -30px;
    bottom: 23px;
    max-width: 96px;
    position: absolute;
}

.feature_section .feature_image_2 {
    padding-top: 25px;
    margin-top: -40px;
    margin-right: -40px;
    padding-bottom: 55px;
}

.feature_section .feature_image_2 .phone_image {
    margin-top: -25px;
    margin-bottom: -55px;
}

.feature_section .feature_image_2 .phone_image > img {
    opacity: 0.5;
}

.feature_section .feature_image_2 .image_2 {
    max-width: 410px;
    position: absolute;
    top: 90px;
    left: -190px;
}

.feature_section .feature_image_2 .image_3 {
    max-width: 300px;
    position: absolute;
    top: unset;
    left: unset;
    bottom: 80px;
    right: -170px;
}

.feature_section .feature_image_3 {
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 415px;
    float: right;
    margin-top: -38px;
    position: absolute;
    margin-right: -50px;
    margin-bottom: -58px;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.feature_section .feature_image_3 .image_1 {
    z-index: 1;
    max-width: 390px;
    position: absolute;
    top: 130px;
    left: -216px;
}

.feature_section .feature_image_3 .image_2 {
    z-index: 1;
    max-width: 368px;
    position: absolute;
    top: 70px;
    left: -147px;
}

.feature_section .feature_image_3 .image_3 {
    z-index: 1;
    max-width: 315px;
    position: absolute;
    top: 209px;
    left: -142px;
}

.feature_section .feature_image_3.active {
    opacity: 1;
    position: relative;
}

.feature_section .feature_image_4 {
    position: relative;
}

.feature_section .feature_image_4 .phone_image {
    z-index: 1;
    max-width: 405px;
    margin-top: -22px;
    position: relative;
    margin-left: -100px;
    margin-bottom: -60px;
}

.feature_section .feature_image_4 .chat_image {
    z-index: 2;
    max-width: 414px;
    position: absolute;
    top: 30px;
    right: 0px;
    left: unset;
}

.feature_section .feature_image_5 {
    float: right;
    max-width: 454px;
    padding-top: 50px;
    margin-right: -52px;
    padding-bottom: 62px;
}

.feature_section .feature_image_5 .image_1 {
    margin-top: -50px;
    margin-bottom: -62px;
}

.feature_section .feature_image_5 .image_2,
.feature_section .feature_image_5 .image_3 {
    max-width: 353px;
    position: absolute;
}

.feature_section .feature_image_5 .image_2 {
    top: unset;
    bottom: 11px;
    left: -165px;
}

.feature_section .feature_image_5 .image_3 {
    top: -95px;
    left: unset;
    right: -138px;
}

.feature_section .feature_image_5 .dot_image_1,
.feature_section .feature_image_5 .dot_image_2 {
    max-width: 150px;
}

.feature_section .feature_image_5 .dot_image_1 {
    top: 120px;
    left: -10px;
}

.feature_section .feature_image_5 .dot_image_2 {
    top: unset;
    left: unset;
    right: -25px;
    bottom: 115px;
}

.feature_section .feature_image_6 {
    float: left;
    width: 725px;
    margin-left: 45px;
    position: relative;
}

.feature_section .feature_image_6 .phone_image {
    left: -52px;
    bottom: -19px;
    max-width: 182px;
    position: absolute;
}

.feature_section .feature_image_6 .dot_image_1 {
    top: 94px;
    right: 48px;
    max-width: 100px;
}

.feature_section .feature_image_7 {
    float: left;
    max-width: 543px;
    margin-left: 44px;
}

.feature_section .feature_image_8 {
    float: right;
    max-width: 734px;
    margin-left: -194px;
}

.feature_section .feature_image_9 {
    z-index: 1;
    float: left;
    width: 515px;
    padding-top: 39px;
    margin-left: -49px;
    position: relative;
    padding-bottom: 59px;
}

.feature_section .feature_image_9 .chart_image {
    margin-top: -39px;
    margin-bottom: -59px;
}

.feature_section .feature_image_9 .child_image {
    max-width: 319px;
    position: absolute;
    top: 141px;
    left: unset;
    right: -108px;
}

.feature_section .feature_image_9 .dot_image {
    z-index: -1;
    max-width: 150px;
    position: absolute;
    top: 132px;
    left: -12px;
}

.feature_section .feature_image_10 {
    float: left;
    width: 537px;
    margin-left: -70px;
}

.feature_section .feature_image_10 .big_image {
    margin-top: -18px;
    margin-bottom: -79px;
}

.feature_section .feature_image_10 .child_image_1,
.feature_section .feature_image_10 .child_image_2,
.feature_section .feature_image_10 .child_image_3 {
    max-width: 427px;
    position: absolute;
    left: unset;
    right: -150px;
}

.feature_section .feature_image_10 .child_image_1 {
    top: 161px;
}

.feature_section .feature_image_10 .child_image_2 {
    top: 269px;
}

.feature_section .feature_image_10 .child_image_3 {
    max-width: 467px;
    top: 382px;
}

.feature_section .feature_image_11 {
    float: left;
    width: 531px;
    margin-top: -12px;
    margin-left: -23px;
    margin-bottom: -32px;
}

.feature_section .feature_image_12 {
    width: 819px;
    float: right;
    padding-top: 19px;
    margin-right: 16px;
    position: relative;
    padding-bottom: 79px;
}

.feature_section .feature_image_12 .big_image {
    margin-top: -19px;
    margin-bottom: -79px;
}

.feature_section .feature_image_12 .small_image {
    position: absolute;
    top: unset;
    left: 90px;
    bottom: -66px;
}

.feature_section .feature_image_12 .child_image_1,
.feature_section .feature_image_12 .child_image_2,
.feature_section .feature_image_12 .child_image_3 {
    max-width: 363px;
    position: absolute;
    left: unset;
    right: -77px;
}

.feature_section .feature_image_12 .child_image_1 {
    top: 72px;
}

.feature_section .feature_image_12 .child_image_2 {
    top: 160px;
}

.feature_section .feature_image_12 .child_image_3 {
    max-width: 393px;
    top: 252px;
}

.feature_section .feature_image_13 {
    float: left;
    width: 696px;
    position: relative;
    padding-top: 57px;
    margin-left: -43px;
    padding-bottom: 34px;
}

.feature_section .feature_image_13 .big_image {
    margin-bottom: -34px;
}

.feature_section .feature_image_13 .child_image_1 {
    max-width: 367px;
    position: absolute;
    top: 0px;
    left: unset;
    right: 81px;
}

.feature_section .feature_image_13 .child_image_2 {
    max-width: 338px;
    position: absolute;
    top: 157px;
    left: -135px;
}

.feature_section .feature_image_13 .child_image_3 {
    max-width: 429px;
    position: absolute;
    top: unset;
    left: unset;
    right: 37px;
    bottom: -76px;
}

.feature_section .feature_image_14 {
    float: left;
    width: 385px;
    position: relative;
    margin-left: -49px;
}

.feature_section .feature_image_14 .big_image {
    margin-top: -49px;
    margin-bottom: -59px;
}

.feature_section .feature_image_14 .child_image {
    max-width: 374px;
    position: absolute;
    top: unset;
    left: unset;
    bottom: 16px;
    right: -171px;
}

.feature_section .feature_image_14 .dot_image_1 {
    top: 87px;
    left: -12px;
}

.feature_section .btns_group > ul > li {
    margin-right: 30px;
}

.feature_section .btns_group > ul > li:last-child {
    margin-right: 0px !important;
}

.feature_section .app_icons_group > ul {
    padding: 0px 15px;
    border-radius: 45px;
    background-color: #f5f8ff;
}

.feature_section .app_icons_group > ul > li {
    width: 60px;
    height: 60px;
}

.feature_section .app_icons_group > ul > li > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature_section .app_icons_group > ul > li > a > img {
    margin: auto;
    height: auto;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.feature_section .app_icons_group > ul > li > a:hover > img {
    -webkit-animation: jello 1.2s infinite linear;
    animation: jello 1.2s infinite linear;
}

.feature_section .section_title .tabs_nav {
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e3ed;
}

.feature_section .section_title .tabs_nav > ul > li > a {
    color: #6a7c92;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    position: relative;
}

.feature_section .section_title .tabs_nav > ul > li > a:before {
    left: 15px;
    right: 15px;
    bottom: -1px;
    content: "";
    height: 2px;
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #4154f1;
}

.feature_section .section_title .tabs_nav > ul > li > a:hover, .feature_section .section_title .tabs_nav > ul > li > a.active {
    color: #4154f1;
}

.feature_section .section_title .tabs_nav > ul > li > a:hover:before, .feature_section .section_title .tabs_nav > ul > li > a.active:before {
    left: 0px;
    right: 0px;
    opacity: 1;
}

.feature_section .child_feature {
    margin-top: 50px;
}

.feature_section .child_feature .item_icon {
    width: 65px;
    height: 75px;
    font-size: 42px;
    line-height: 77px;
    position: relative;
    text-align: center;
    margin-bottom: 28px;
    background-size: auto;
    display: inline-block;
}

.feature_section .child_feature .item_icon .icon_deco {
    z-index: -1;
    display: block;
    line-height: 0.1;
    max-width: 8px;
    position: absolute;
}

.feature_section .child_feature .item_icon .icon_deco_1 {
    top: 0px;
    left: 0px;
}

.feature_section .child_feature .item_icon .icon_deco_2 {
    top: -4px;
    right: -4px;
}

.feature_section .child_feature .item_icon .icon_deco_3 {
    left: 0px;
    bottom: -3px;
}

.feature_section .child_feature .item_icon .icon_deco_4 {
    right: -20px;
    bottom: 20px;
}

.feature_section .child_feature .item_icon.icon_purple {
    color: #793afa;
}

.feature_section .child_feature .item_icon.icon_orange {
    color: #e4730f;
}

.feature_section .child_feature .item_title {
    font-size: 24px;
    margin-bottom: 18px;
}

.feature_section .child_feature p {
    font-size: 16px;
}

.feature_section .child_feature_2 {
    margin-bottom: 45px;
}

.feature_section .child_feature_2:last-child {
    margin-bottom: 0px !important;
}

.feature_section .child_feature_2 .item_icon {
    float: left;
    width: 70px;
    height: 70px;
    font-size: 42px;
    line-height: 74px;
    text-align: center;
    margin-right: 30px;
    border-radius: 100%;
}

.feature_section .child_feature_2 .item_icon.icon_purple {
    color: #793afa;
    background: rgba(121, 58, 250, 0.1);
}

.feature_section .child_feature_2 .item_icon.icon_yellow {
    color: #e4730f;
    background: rgba(228, 115, 15, 0.1);
}

.feature_section .child_feature_2 .item_content {
    display: table;
}

.feature_section .child_feature_2 .item_content .item_title {
    font-size: 24px;
    margin-bottom: 15px;
}

.feature_section .child_feature_2 .item_content p {
    font-size: 16px;
}

.feature_boxed {
    padding: 45px;
    margin-top: 60px;
    padding-top: 65px;
    border-radius: 5px;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.feature_boxed:hover {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
}

.feature_boxed .item_title {
    font-size: 24px;
    margin-bottom: 20px;
}

.feature_boxed .item_icon {
    left: 50%;
    top: -35px;
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 48px;
    line-height: 75px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.feature_boxed .item_icon.icon_bg_lightblue {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
    background-image: -o-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
    background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
}

.feature_boxed .item_icon.icon_bg_green {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
    background-image: -o-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
    background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
}

.feature_boxed .item_icon.icon_bg_yellow {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    background-image: -o-linear-gradient(117deg, #ff8901 0%, #ffb21b 100%);
    background-image: linear-gradient(-27deg, #ff8901 0%, #ffb21b 100%);
}

.feature_boxed .item_icon.icon_bg_red {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
    background-image: -o-linear-gradient(50deg, red 0%, #ff5959 100%);
    background-image: linear-gradient(40deg, red 0%, #ff5959 100%);
}

.feature_boxed .item_icon.icon_bg_royalblue {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
    background-image: -o-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
    background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%);
}

.feature_boxed .item_icon.icon_bg_pink {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 0, 90, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 0, 90, 0.4);
    background-image: -o-linear-gradient(50deg, #ff0c4b 0%, #ff2199 100%);
    background-image: linear-gradient(40deg, #ff0c4b 0%, #ff2199 100%);
}

.feature_boxed p {
    line-height: 1.6;
}

.introduction_section.bg_gray {
    background-color: #f6fbff;
}

.introduction_section .dot_image_1 {
    top: -120px;
    right: -88px;
    max-width: 158px;
}

.introduction_section .dot_image_2 {
    top: -160px;
    left: -88px;
    max-width: 158px;
}

.introduction_section .video_wrap {
    z-index: 1;
    position: relative;
    padding-bottom: 77px;
}

.introduction_section .video_wrap .shadow_image {
    left: 50%;
    bottom: 0px;
    width: 1425px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.introduction_section .video_wrap .dot_image {
    top: -30px;
    right: 114px;
    max-width: 150px;
}

.introduction_section .video_wrap .leaf_image {
    left: 25px;
    bottom: 15px;
    max-width: 170px;
}

.introduction_section .video_wrap .leaf_image_1,
.introduction_section .video_wrap .leaf_image_2 {
    bottom: 65px;
    max-width: 170px;
}

.introduction_section .video_wrap .leaf_image_1 {
    left: 25px;
}

.introduction_section .video_wrap .leaf_image_2 {
    right: 25px;
}

.introduction_section .video_wrap .man_1 {
    right: -90px;
    bottom: 70px;
    max-width: 180px;
}

.introduction_section .video_wrap .man_2 {
    left: -155px;
    bottom: 50px;
    max-width: 230px;
}

.service_section.bg_gray {
    background-color: #f5f8ff;
}

.service_section.bg_gray_2 {
    background-color: #f9f9f9;
}

.service_section.bg_gray_3 {
    background-color: #fbfbfd;
}

.service_section .spahe_1 {
    top: 0px;
    right: 170px;
}

.service_section .spahe_2 {
    top: 0px;
    right: 90px;
}

.service_section .shape_3 {
    left: -70px;
    bottom: -330px;
    max-width: 1040px;
    position: absolute;
}

.service_section .dot_image_1 {
    top: -240px;
    left: -88px;
    max-width: 158px;
}

.service_section .dot_image_2 {
    top: 155px;
    right: -80px;
    max-width: 108px;
}

.service_section .dot_1 {
    top: 305px;
    right: 208px;
}

.service_section .dot_2 {
    left: 70px;
    bottom: 92px;
}

.service_section .service_image {
    float: right;
    width: 630px;
    margin-top: 50px;
    margin-right: -20px;
}

.service_section .tab-content {
    margin-top: 50px;
}

.service_section .tab-content .service_image_2 {
    position: relative;
}

.service_section .tab-content .service_image_2 .image_1 {
    max-width: 999px;
    margin-top: -10px;
    margin-left: -50px;
    margin-bottom: -80px;
}

.service_section .tab-content .service_image_2 .image_2 {
    top: 105px;
    z-index: 1;
    right: -37px;
    max-width: 420px;
    position: absolute;
}

.service_section .tab-content .service_image_3 {
    width: 789px;
    float: right;
    margin-top: -20px;
    margin-bottom: -80px;
    margin-right: -103px;
}

.service_section .tabs_nav {
    margin: -15px;
}

.service_section .tabs_nav > ul {
    width: 100%;
}

.service_section .tabs_nav > ul > li {
    width: 20%;
    padding: 15px;
}

.service_section .tabs_nav > ul > li > a {
    width: 100%;
    padding: 40px;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #f6fbff;
}

.service_section .tabs_nav > ul > li > a span {
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 30px;
    display: inline-block;
}

.service_section .tabs_nav > ul > li > a span.bg_gradient_blue {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
    background-image: -o-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
    background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
}

.service_section .tabs_nav > ul > li > a span.bg_gradient_red {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
    background-image: -o-linear-gradient(50deg, red 0%, #ff5959 100%);
    background-image: linear-gradient(40deg, red 0%, #ff5959 100%);
}

.service_section .tabs_nav > ul > li > a span.bg_gradient_green {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
    background-image: -o-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
    background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
}

.service_section .tabs_nav > ul > li > a span.bg_gradient_purple {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
    background-image: -o-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
    background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%);
}

.service_section .tabs_nav > ul > li > a span.bg_gradient_orange {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    background-image: -o-linear-gradient(117deg, #ff8901 0%, #ffb21b 100%);
    background-image: linear-gradient(-27deg, #ff8901 0%, #ffb21b 100%);
}

.service_section .tabs_nav > ul > li > a span.icon_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px auto 30px;
}

.service_section .tabs_nav > ul > li > a span.icon_image > img {
    margin: auto;
    height: auto;
}

.service_section .tabs_nav > ul > li > a strong {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    color: #051441;
    font-family: "Sofia Pro SemiBold";
}

.service_section .tabs_nav > ul > li > a:hover, .service_section .tabs_nav > ul > li > a.active {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
    box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
}

.service_section .tabs_nav_2 > ul > li {
    margin-bottom: 30px;
}

.service_section .tabs_nav_2 > ul > li:last-child {
    margin-bottom: 0px !important;
}

.service_section .tabs_nav_2 > ul > li a {
    width: 100%;
    display: block;
    padding: 30px 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
    box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
}

.service_section .tabs_nav_2 > ul > li a strong {
    display: block;
    line-height: 1;
    font-size: 24px;
    margin-bottom: 15px;
    color: #051441;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: "Sofia Pro SemiBold";
}

.service_section .tabs_nav_2 > ul > li a span {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: #6a7c92;
}

.service_section .tabs_nav_2 > ul > li a:hover, .service_section .tabs_nav_2 > ul > li a.active {
    color: #ffffff;
    background-color: #7444fd;
    -webkit-box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
    box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
}

.service_section .tabs_nav_2 > ul > li a:hover strong, .service_section .tabs_nav_2 > ul > li a.active strong {
    color: #ffffff;
}

.service_section .tabs_nav_2 > ul > li a:hover span, .service_section .tabs_nav_2 > ul > li a.active span {
    color: #ffffff;
}

.service_boxed_1 .item_icon.bg_gradient_blue,
.service_boxed_2 .item_icon.bg_gradient_blue,
.service_primary .item_icon.bg_gradient_blue {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
    background-image: -o-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
    background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
}

.service_boxed_1 .item_icon.bg_gradient_green,
.service_boxed_2 .item_icon.bg_gradient_green,
.service_primary .item_icon.bg_gradient_green {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
    background-image: -o-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
    background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
}

.service_boxed_1 .item_icon.bg_gradient_orange,
.service_boxed_2 .item_icon.bg_gradient_orange,
.service_primary .item_icon.bg_gradient_orange {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    background-image: -o-linear-gradient(117deg, #ffb51c 0%, #ff8e0d 100%);
    background-image: linear-gradient(-27deg, #ffb51c 0%, #ff8e0d 100%);
}

.service_boxed_1 .item_icon.bg_gradient_red,
.service_boxed_2 .item_icon.bg_gradient_red,
.service_primary .item_icon.bg_gradient_red {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
    background-image: -o-linear-gradient(50deg, red 0%, #ff5959 100%);
    background-image: linear-gradient(40deg, red 0%, #ff5959 100%);
}

.service_boxed_1 .item_icon.bg_gradient_purple,
.service_boxed_2 .item_icon.bg_gradient_purple,
.service_primary .item_icon.bg_gradient_purple {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
    background-image: -o-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
    background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%);
}

.service_boxed_1 {
    margin-top: 30px;
    padding: 60px 40px;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
}

.service_boxed_1:hover {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}

.service_boxed_1 .icon_wrap {
    z-index: 1;
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
}

.service_boxed_1 .icon_wrap .icon_deco {
    opacity: 0;
    z-index: -1;
    line-height: 1;
    max-width: 10px;
    position: absolute;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service_boxed_1 .icon_wrap .icon_deco.icon_deco_1 {
    top: 10px;
    left: 10px;
}

.service_boxed_1 .icon_wrap .icon_deco.icon_deco_2 {
    top: 10px;
    right: 10px;
}

.service_boxed_1 .icon_wrap .icon_deco.icon_deco_3 {
    left: 10px;
    bottom: 10px;
}

.service_boxed_1 .icon_wrap .icon_deco.icon_deco_4 {
    right: 10px;
    bottom: 10px;
}

.service_boxed_1:hover .icon_wrap .icon_deco {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.service_boxed_1:hover .icon_wrap .icon_deco.icon_deco_1 {
    top: -5px;
    left: -6px;
}

.service_boxed_1:hover .icon_wrap .icon_deco.icon_deco_2 {
    top: -6px;
    right: -2px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.service_boxed_1:hover .icon_wrap .icon_deco.icon_deco_3 {
    left: -6px;
    bottom: -6px;
}

.service_boxed_1:hover .icon_wrap .icon_deco.icon_deco_4 {
    right: -20px;
    bottom: 24px;
}

.service_boxed_1 .item_icon {
    z-index: 1;
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 48px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}

.service_boxed_1 .item_icon.bg_gradient_blue {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
    background-image: -o-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
    background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
}

.service_boxed_1 .item_icon.bg_gradient_green {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
    background-image: -o-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
    background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
}

.service_boxed_1 .item_icon.bg_gradient_orange {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
    background-image: -o-linear-gradient(117deg, #ffb51c 0%, #ff8e0d 100%);
    background-image: linear-gradient(-27deg, #ffb51c 0%, #ff8e0d 100%);
}

.service_boxed_1 .item_icon.bg_gradient_red {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
    background-image: -o-linear-gradient(50deg, red 0%, #ff5959 100%);
    background-image: linear-gradient(40deg, red 0%, #ff5959 100%);
}

.service_boxed_1 .item_icon.bg_gradient_purple {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(74, 39, 205, 0.4);
    background-image: -o-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
    background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%);
}

.service_boxed_1 .item_title {
    margin-bottom: 20px;
}

.service_boxed_1 .item_title > a {
    font-size: 24px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.service_boxed_1:hover .item_title > a {
    color: #4154f1;
}

.service_boxed_1 .details_btn {
    display: table;
    line-height: 1;
    color: #afb8ce;
    font-size: 48px;
    margin-left: -7px;
    margin-bottom: -20px;
}

.service_boxed_1 .details_btn:hover {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
}

.service_boxed_1:hover .details_btn {
    color: #4154f1;
}

.service_carousel {
    margin: -75px 0px;
}

.service_carousel .item {
    padding: 75px 0px;
}

.service_carousel .item .service_boxed_2 {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.service_carousel .item .service_boxed_2:hover {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(38, 59, 94, 0.1);
}

.service_boxed_2 {
    padding: 40px 30px;
    border-radius: 6px;
    padding-bottom: 170px;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-size: 155px auto;
    background-position: right 30px bottom 30px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.service_boxed_2:hover {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(38, 59, 94, 0.1);
}

.service_boxed_2 .item_icon {
    float: right;
}

.service_boxed_2 .item_title {
    float: left;
    max-width: 160px;
}

.service_boxed_2 .item_icon {
    z-index: 1;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 42px;
    margin: -4px 0px;
    line-height: 64px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}

.service_boxed_2 .item_title {
    margin-bottom: 0px;
}

.service_boxed_2 .item_title > a {
    font-size: 24px;
    letter-spacing: -0.5px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.service_boxed_2:hover .item_title > a {
    color: #4154f1;
}

.service_boxed_2 p {
    font-size: 16px;
}

.service_creative_grid {
    margin-left: -15px;
    margin-right: -15px;
}

.service_creative_grid .grid-item,
.service_creative_grid .grid-sizer {
    width: 50%;
    float: left;
    display: inline-block;
}

.service_creative_grid .grid-item {
    padding: 0px 15px;
}

.service_creative_grid .grid-item:nth-child(3) {
    margin-top: 90px;
}

.service_boxed_3 {
    margin-top: 30px;
    padding: 45px 35px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.service_boxed_3 .item_icon {
    line-height: 1;
    font-size: 48px;
    margin-bottom: 25px;
    display: inline-block;
}

.service_boxed_3 .item_icon i {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.service_boxed_3 .item_icon.icon_purple i {
    text-shadow: 0px 14px 30px rgba(94, 44, 237, 0.4);
    background: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
}

.service_boxed_3 .item_icon.icon_green i {
    text-shadow: 0px 14px 30px rgba(3, 255, 9, 0.4);
    background: -webkit-linear-gradient(40deg, #14ab10 0%, #00ec43 100%);
}

.service_boxed_3 .item_icon.icon_orange i {
    text-shadow: 0px 14px 30px rgba(224, 56, 39, 0.4);
    background: -webkit-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
}

.service_boxed_3 .item_icon.icon_blue i {
    text-shadow: 0px 14px 30px rgba(44, 130, 237, 0.4);
    background: -webkit-linear-gradient(40deg, #2171d4 0%, #2cc4f0 100%);
}

.service_boxed_3 p {
    font-size: 14px;
    line-height: 1.6;
}

.service_boxed_3 .item_title {
    font-size: 20px;
    margin-bottom: 15px;
}

.service_primary {
    margin-top: 50px;
}

.service_primary .item_icon {
    z-index: 1;
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 48px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 30px;
    display: inline-block;
}

.service_primary .icon_wrap {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.service_primary .icon_wrap .item_icon {
    margin-bottom: 0px;
}

.service_primary .icon_wrap .icon_deco {
    opacity: 0;
    z-index: -1;
    line-height: 1;
    max-width: 10px;
    position: absolute;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service_primary .icon_wrap .icon_deco.icon_deco_1 {
    top: 10px;
    left: 10px;
}

.service_primary .icon_wrap .icon_deco.icon_deco_2 {
    top: 10px;
    right: 10px;
}

.service_primary .icon_wrap .icon_deco.icon_deco_3 {
    left: 10px;
    bottom: 10px;
}

.service_primary .icon_wrap .icon_deco.icon_deco_4 {
    right: 10px;
    bottom: 10px;
}

.service_primary:hover .icon_wrap .icon_deco {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.service_primary:hover .icon_wrap .icon_deco.icon_deco_1 {
    top: -5px;
    left: -6px;
}

.service_primary:hover .icon_wrap .icon_deco.icon_deco_2 {
    top: -20px;
    right: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.service_primary:hover .icon_wrap .icon_deco.icon_deco_3 {
    left: -6px;
    bottom: -6px;
}

.service_primary:hover .icon_wrap .icon_deco.icon_deco_4 {
    right: -20px;
    bottom: 24px;
}

.service_primary .item_title {
    margin-bottom: 20px;
}

.service_primary .item_title > a {
    font-size: 24px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.service_primary:hover .item_title > a {
    color: #4154f1;
}

.service_primary_2 {
    margin-top: 50px;
    padding: 0px 26px;
    text-align: center;
}

.service_primary_2 .item_icon {
    z-index: 1;
    height: 75px;
    font-size: 46px;
    line-height: 75px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.service_primary_2 .item_icon:before {
    top: 0px;
    left: 50%;
    bottom: 0px;
    z-index: -1;
    content: "";
    width: 60px;
    position: absolute;
    background-color: rgba(48, 28, 171, 0.2);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}

.service_primary_2 .item_icon .icon_deco {
    left: -10px;
    max-width: 10px;
    line-height: 0.1;
    position: absolute;
}

.service_primary_2 .item_icon .icon_deco_1 {
    top: 0px;
}

.service_primary_2 .item_icon .icon_deco_2 {
    bottom: 0px;
}

.service_primary_2 .item_icon.icon_blue {
    color: #0072e9;
}

.service_primary_2 .item_icon.icon_blue:before {
    background-color: #f1f9ff;
}

.service_primary_2 .item_icon.icon_purple {
    color: #6b3df0;
}

.service_primary_2 .item_icon.icon_purple:before {
    background-color: #f5f2ff;
}

.service_primary_2 .item_icon.icon_orange {
    color: #ec6c4f;
}

.service_primary_2 .item_icon.icon_orange:before {
    background-color: #fff2ef;
}

.service_primary_2 .item_icon.icon_green {
    color: #40a50b;
}

.service_primary_2 .item_icon.icon_green:before {
    background-color: #ecffe2;
}

.service_primary_2 .item_icon.icon_red {
    color: #ff3636;
}

.service_primary_2 .item_icon.icon_red:before {
    background-color: #ffefef;
}

.service_primary_2 .item_icon.icon_yellow {
    color: #ffa800;
}

.service_primary_2 .item_icon.icon_yellow:before {
    background-color: #fff9e2;
}


.service_primary_2 .item_icon.icon_image > img {
    margin: auto;
    height: auto;
}

.service_primary_2 .item_icon.icon_image:before {
    display: none;
}

.service_primary_2 .item_title {
    font-size: 24px;
    margin-bottom: 25px;
    font-family: "Sofia Pro Bold";
}

.service_primary_2 p {
    font-size: 14px;
    margin-bottom: 20px;
}

.service_primary_2 .details_btn {
    font-size: 16px;
    position: relative;
    display: inline-block;
    color: #051441;
    font-family: "Sofia Pro SemiBold";
}

.service_primary_2 .details_btn i {
    font-size: 18px;
    color: #051441;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service_primary_2 .details_btn:hover {
    color: #4154f1;
}

.service_primary_2 .details_btn:hover i {
    color: #4154f1;
    -webkit-transform: translate(5px, 2px);
    -ms-transform: translate(5px, 2px);
    transform: translate(5px, 2px);
}

.team_grid {
    max-width: 255px;
    text-align: center;
    margin: 50px auto 0px;
}

.team_grid .member_image {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-image: -webkit-gradient(linear, left top, right top, from(#301cab), to(#5773fa));
    background-image: -o-linear-gradient(left, #301cab, #5773fa);
    background-image: linear-gradient(90deg, #301cab, #5773fa);
}

.team_grid .member_image > img {
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.team_grid:hover .member_image {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.2);
    box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.2);
}

.team_grid:hover .member_image > img {
    opacity: 0.1;
}

.team_grid .social_icon {
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 1;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team_grid .social_icon > ul > li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.team_grid .social_icon > ul > li > a {
    color: #ffffff;
}

.team_grid .social_icon > ul > li > a i {
    color: #ffffff;
}

.team_grid:hover .social_icon > ul > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team_grid:hover .social_icon > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.team_grid:hover .social_icon > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.team_grid:hover .social_icon > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.team_grid:hover .social_icon > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.team_grid .member_name {
    margin-bottom: 5px;
}

.team_grid .member_name > a {
    font-size: 22px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.team_grid:hover .member_name > a {
    color: #4154f1;
}

.team_grid .member_title {
    line-height: 1;
    color: #6a7c92;
    font-size: 14px;
    display: inline-block;
}

.pricing_section.bg_gray {
    background-color: #fafafe;
}

.pricing_section.bg_gray_2 {
    background-image: -o-linear-gradient(135deg, #f0f4ff 0%, #e0e5ff 100%);
    background-image: linear-gradient(-45deg, #f0f4ff 0%, #e0e5ff 100%);
}

.pricing_section.bg_gray_3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e5ff), to(#ffffff));
    background-image: -o-linear-gradient(top, #e0e5ff 0%, #ffffff 100%);
    background-image: linear-gradient(180deg, #e0e5ff 0%, #ffffff 100%);
}

.pricing_section .spahe_1 {
    top: 28px;
    left: -33px;
    max-width: 66px;
}

.pricing_section .spahe_2 {
    top: 130px;
    left: -80px;
    max-width: 30px;
}

.pricing_section .spahe_3 {
    left: 110px;
    bottom: 0px;
    max-width: 48px;
}

.pricing_section .spahe_4 {
    right: 83px;
    bottom: 0px;
    max-width: 48px;
}

.pricing_section .spahe_5 {
    top: 18px;
    right: 12px;
    max-width: 74px;
}

.pricing_section .spahe_6 {
    right: 30px;
    width: 20px;
    bottom: -45px;
}

.pricing_plan_1 {
    margin-top: 30px;
    padding: 45px 65px;
    text-align: center;
    background-color: #f5f8ff;
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pricing_plan_1:hover {
    background-color: #ffffff;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
    box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
}

.pricing_plan_1 .pricing_header.mb-50 {
    margin-bottom: 38px;
}

.pricing_plan_1 .pricing_header .title_text {
    font-size: 20px;
    margin-bottom: 20px;
    color: #4154f1;
}

.pricing_plan_1 .pricing_header .title_text.text_lightblue {
    color: #309bf2;
}

.pricing_plan_1 .pricing_header .title_text.text_lightgreen {
    color: #61c330;
}

.pricing_plan_1 .pricing_header .title_text.text_orange {
    color: #ffa512;
}

.pricing_plan_1 .pricing_header .price_text strong {
    line-height: 1;
    font-size: 48px;
    display: inline-block;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.pricing_plan_1 .pricing_header .price_text sup {
    top: -20px;
    margin-right: 5px;
}

.pricing_plan_1 .pricing_header .price_text sup, .pricing_plan_1 .pricing_header .price_text sub {
    line-height: 1;
    font-size: 16px;
    color: #051441;
    font-family: "Sofia Pro SemiBold";
}

.pricing_plan_1 .pricing_header .price_text sub {
    color: #677294;
}

.pricing_plan_1 .item_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 0px auto 30px;
}

.pricing_plan_1 .info_list {
    margin-bottom: 40px;
}

.pricing_plan_1 .item_icon img {
    margin: 0 auto;
}

.pricing_plan_1 .info_list > ul > li {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.pricing_plan_1 .info_list > ul > li:last-child {
    margin-bottom: 0px !important;
}

.pricing_plan_1 .btn.btn_border {
    padding: 15px 38px;
    padding-bottom: 17px;
}

.pricing_tab {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    color: #4154f1;
}

.pricing_tab .tab_btn {
    cursor: pointer;
}

.pricing_tab .year_tab {
    color: #051441;
}

.pricing_tab.active .month_tab {
    color: #051441;
}

.pricing_tab.active .year_tab {
    color: #4154f1;
}

.pricing_tab .tab_switcher {
    width: 60px;
    height: 24px;
    cursor: pointer;
    margin: 0px 10px;
    position: relative;
    border-radius: 45px;
    display: inline-block;
    background-color: #ffffff;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}

.pricing_tab .tab_switcher:before {
    top: -3px;
    left: 0px;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 100%;
    background: #4154f1;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25);
    box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25);
}

.pricing_tab .tab_switcher.active:before {
    left: calc(100% - 30px);
}

.pricing_plan_1 .yearly_price {
    display: none;
}

.pricing_plan_1.change_amount .yearly_price {
    display: block;
}

.pricing_plan_1.change_amount .monthly_price {
    display: none;
}

.pricing_plan_2 {
    margin-top: 30px;
    overflow: hidden;
    padding: 50px 40px;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pricing_plan_2:hover {
    background-color: #ffffff;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
    box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
}

.pricing_plan_2 .item_label {
    top: 0px;
    right: 30px;
    max-width: 30px;
    position: absolute;
    display: inline-block;
}

.pricing_plan_2 .pricing_header {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.pricing_plan_2 .pricing_header .title_text {
    font-size: 20px;
    color: #051441;
}

.pricing_plan_2 .pricing_header .title_text.text_lightblue {
    color: #309bf2;
}

.pricing_plan_2 .pricing_header .title_text.text_lightgreen {
    color: #61c330;
}

.pricing_plan_2 .pricing_header .title_text.text_orange {
    color: #ffa512;
}

.pricing_plan_2 .pricing_header .price_text strong {
    line-height: 1;
    font-size: 48px;
    display: inline-block;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.pricing_plan_2 .pricing_header .price_text sup {
    top: -20px;
    margin-right: 5px;
}

.pricing_plan_2 .pricing_header .price_text sup, .pricing_plan_2 .pricing_header .price_text sub {
    line-height: 1;
    font-size: 16px;
    color: #051441;
    font-family: "Sofia Pro SemiBold";
}

.pricing_plan_2 .pricing_header .price_text sub {
    color: #677294;
}

.pricing_plan_2 .info_list {
    margin-bottom: 40px;
}

.pricing_plan_2 .info_list > ul li {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.pricing_plan_2 .info_list > ul li:last-child {
    margin-bottom: 0px !important;
}

.pricing_plan_2 .info_list > ul li i {
    float: right;
}

.pricing_plan_2 .info_list > ul li i.fa-check-circle {
    color: #00a37b;
}

.pricing_plan_2 .info_list > ul li i.fa-times-circle {
    color: #ff99af;
}

.pricing_plan_2 .btn {
    display: block;
    padding: 16px 50px;
    padding-bottom: 18px;
}

.pricing_plan_3 {
    margin-top: 30px;
    text-align: center;
    padding: 50px 60px;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.pricing_plan_3 .price_text {
    display: block;
    line-height: 1;
    font-size: 48px;
    margin-bottom: 10px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.pricing_plan_3 .title_text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.pricing_plan_3 p {
    font-size: 16px;
    margin-bottom: 40px;
}

.pricing_plan_3 .btn {
    padding: 15px 31px;
    padding-bottom: 16px;
}

.pricing_plan_3 .btn .fa-long-arrow-right {
    margin-left: 5px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.pricing_plan_3.special_item {
    color: #ffffff;
    padding: 80px 60px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#301cab), color-stop(52%, #4448d3), to(#5774fa));
    background-image: -o-linear-gradient(bottom, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: linear-gradient(0deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}

.pricing_plan_3.special_item .price_text,
.pricing_plan_3.special_item .title_text {
    color: #ffffff;
}

.casestudy_section .shape_1 .shape_2 {
    max-width: 103px;
}

.casestudy_section .shape_1 {
    right: 0px;
    top: -125px;
}

.casestudy_section .shape_2 {
    left: 0px;
    bottom: 15px;
}

.casestudy_section .triangle_1 {
    top: 0px;
    left: 205px;
}

.casestudy_section .dot_1 {
    top: -10px;
    right: 205px;
}

.casestudy_section .dot_2 {
    top: 360px;
    left: 50px;
}

.casestudy_section .dot_3 {
    top: 420px;
    right: 120px;
}

.filter-btns-group > ul > li {
    height: 45px;
    margin-right: 5px;
    text-align: center;
}

.filter-btns-group > ul > li:last-child {
    margin-right: 0px !important;
}

.filter-btns-group > ul > li > button {
    width: 100%;
    height: 100%;
    display: block;
    color: #6a7c92;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 30px;
    line-height: 45px;
    border-radius: 45px;
}

.filter-btns-group > ul > li > button:hover, .filter-btns-group > ul > li > button.active {
    color: #4154f1;
    background-color: rgba(65, 84, 241, 0.102);
}

.casestudy_fullimage {
    overflow: hidden;
    position: relative;
}

.casestudy_fullimage .item_image {
    width: 100%;
    display: block;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#301cab), to(#5773fa));
    background-image: -o-linear-gradient(bottom, #301cab, #5773fa);
    background-image: linear-gradient(0deg, #301cab, #5773fa);
}

.casestudy_fullimage .item_image img {
    width: 100%;
    display: block;
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.casestudy_fullimage .details_btn {
    top: 30px;
    opacity: 0;
    z-index: 2;
    right: 30px;
    width: 45px;
    height: 45px;
    color: #ffffff;
    font-size: 20px;
    line-height: 47px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #ffffff;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.casestudy_fullimage .details_btn:hover {
    color: #4154f1;
    background-color: #ffffff;
}

.casestudy_fullimage .item_content {
    left: 0px;
    z-index: 1;
    bottom: 0px;
    padding: 30px;
    position: absolute;
    padding-bottom: 25px;
}

.casestudy_fullimage .item_content .item_title {
    overflow: hidden;
    display: inline-block;
}

.casestudy_fullimage .item_content .item_title > a {
    color: #ffffff;
    display: block;
    font-size: 22px;
}

.casestudy_fullimage .item_content .item_category {
    overflow: hidden;
}

.casestudy_fullimage .item_content .item_category > a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.casestudy_fullimage .item_content .item_category > a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.casestudy_fullimage .item_content .item_title > a,
.casestudy_fullimage .item_content .item_category > a {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.casestudy_fullimage:hover .item_image > img {
    opacity: 0.1;
}

.casestudy_fullimage:hover .details_btn {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.casestudy_fullimage:hover .item_title > a,
.casestudy_fullimage:hover .item_category > a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.casestudy_fullimage:hover .item_title > a {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.casestudy_fullimage:hover .item_category > a {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.casestudy_carousel {
    margin-top: -15px;
}

.casestudy_carousel .item {
    padding: 15px;
    padding-bottom: 0px;
}

.casestudy_carousel .item .casestudy_grid {
    margin-top: 0px;
}

.casestudy_carousel .owl-dots {
    margin-top: 60px !important;
}

.casestudy_grid {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.casestudy_grid .item_image {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#301cab), to(#5773fa));
    background-image: -o-linear-gradient(bottom, #301cab, #5773fa);
    background-image: linear-gradient(0deg, #301cab, #5773fa);
}

.casestudy_grid .item_image > img {
    width: 100%;
background:#fff;
    display: block;
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.casestudy_grid:hover .item_image > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.casestudy_grid a.item_image {
    width: 100%;
    display: block;
}

.casestudy_grid .item_title {
    margin-bottom: 10px;
}

.casestudy_grid .item_title > a {
    display: block;
    font-size: 24px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.casestudy_grid:hover .item_title > a {
    color: #4154f1;
}

.casestudy_grid .item_category > ul > li {
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
}

.casestudy_grid .item_category > ul > li:after {
    right: 0px;
    bottom: 4px;
    content: ",";
    line-height: 0.4;
    position: absolute;
    color: #6a7c92;
}

.casestudy_grid .item_category > ul > li:last-child {
    margin-right: 0px !important;
}

.casestudy_grid .item_category > ul > li:last-child:after {
    display: none;
}

.casestudy_grid .item_category > ul > li > a {
    display: block;
    line-height: 1;
    font-size: 15px;
    color: #6a7c92;
}

.casestudy_grid .item_category > ul > li > a:hover {
    color: #4154f1;
}

.gallery_section .element_grid,
.casestudy_section .element_grid,
.portfolio_section .element_grid {
    margin: -15px;
}

.gallery_section .element_grid .element-item,
.casestudy_section .element_grid .element-item,
.portfolio_section .element_grid .element-item {
    float: left;
    padding: 15px;
    width: 33.333%;
    display: inline-block;
}

.gallery_section .element_grid .casestudy_grid,
.casestudy_section .element_grid .casestudy_grid,
.portfolio_section .element_grid .casestudy_grid {
    text-align: left;
    margin-top: 15px;
}

.gallery_section .element_grid .casestudy_grid .item_image,
.casestudy_section .element_grid .casestudy_grid .item_image,
.portfolio_section .element_grid .casestudy_grid .item_image {
    margin-bottom: 20px;
}

.gallery_section .element_grid.column_2 .element-item,
.casestudy_section .element_grid.column_2 .element-item,
.portfolio_section .element_grid.column_2 .element-item {
    width: 50%;
}

.gallery_section .element_grid.column_3 .element-item,
.casestudy_section .element_grid.column_3 .element-item,
.portfolio_section .element_grid.column_3 .element-item {
    width: 33.333%;
}

.gallery_section .element_grid.column_3 .casestudy_grid .item_image,
.casestudy_section .element_grid.column_3 .casestudy_grid .item_image,
.portfolio_section .element_grid.column_3 .casestudy_grid .item_image {
    margin-bottom: 15px;
}

.gallery_section .element_grid.column_3 .casestudy_grid .item_title > a,
.casestudy_section .element_grid.column_3 .casestudy_grid .item_title > a,
.portfolio_section .element_grid.column_3 .casestudy_grid .item_title > a {
    font-size: 20px;
}

.gallery_section .element_grid.column_4 .element-item,
.casestudy_section .element_grid.column_4 .element-item,
.portfolio_section .element_grid.column_4 .element-item {
    width: 25%;
}

.gallery_section .element_grid.column_4 .casestudy_fullimage .details_btn,
.casestudy_section .element_grid.column_4 .casestudy_fullimage .details_btn,
.portfolio_section .element_grid.column_4 .casestudy_fullimage .details_btn {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 42px;
}

.gallery_section .element_grid.column_4 .casestudy_fullimage .item_content,
.casestudy_section .element_grid.column_4 .casestudy_fullimage .item_content,
.portfolio_section .element_grid.column_4 .casestudy_fullimage .item_content {
    padding: 20px;
    padding-bottom: 15px;
}

.gallery_section .element_grid.column_4 .casestudy_fullimage .item_content .item_title > a,
.casestudy_section .element_grid.column_4 .casestudy_fullimage .item_content .item_title > a,
.portfolio_section .element_grid.column_4 .casestudy_fullimage .item_content .item_title > a {
    font-size: 18px;
}

.gallery_section .element_grid.column_4 .casestudy_grid .item_image,
.casestudy_section .element_grid.column_4 .casestudy_grid .item_image,
.portfolio_section .element_grid.column_4 .casestudy_grid .item_image {
    margin-bottom: 15px;
}

.gallery_section .element_grid.column_4 .casestudy_grid .item_title > a,
.casestudy_section .element_grid.column_4 .casestudy_grid .item_title > a,
.portfolio_section .element_grid.column_4 .casestudy_grid .item_title > a {
    font-size: 16px;
}

.gallery_section .element_grid.column_4 .casestudy_grid .item_category > ul > li > a,
.casestudy_section .element_grid.column_4 .casestudy_grid .item_category > ul > li > a,
.portfolio_section .element_grid.column_4 .casestudy_grid .item_category > ul > li > a {
    font-size: 13px;
}

.gallery_section .element_grid.element_fullwidth .casestudy_fullimage > img,
.casestudy_section .element_grid.element_fullwidth .casestudy_fullimage > img,
.portfolio_section .element_grid.element_fullwidth .casestudy_fullimage > img {
    width: 100%;
    display: block;
}

.gallery_section .container-fluid .element_grid.column_4 .casestudy_grid .item_title > a,
.casestudy_section .container-fluid .element_grid.column_4 .casestudy_grid .item_title > a,
.portfolio_section .container-fluid .element_grid.column_4 .casestudy_grid .item_title > a {
    font-size: 20px;
}

.gallery_section .container-fluid .element_grid.column_4 .casestudy_grid .item_category > ul > li > a,
.casestudy_section .container-fluid .element_grid.column_4 .casestudy_grid .item_category > ul > li > a,
.portfolio_section .container-fluid .element_grid.column_4 .casestudy_grid .item_category > ul > li > a {
    font-size: 15px;
}

.gallery_section .casestudy_fullimage .item_content {
    top: 50%;
    left: 0px;
    right: 0px;
    padding: 15px;
    bottom: unset;
    text-align: center;
    position: absolute;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery_section .casestudy_fullimage .item_content .item_title > a {
    text-decoration: underline;
}

.gallery_section .element_grid.column_4 .casestudy_fullimage .item_content {
    padding: 15px;
}

.filter_bar .btns_group > ul > li {
    margin-right: 20px;
}

.filter_bar .btns_group > ul > li:last-child {
    margin-right: 0px !important;
}

.filter_bar .btns_group > ul > li span {
    color: #051441;
    line-height: 34px;
    display: inline-block;
}

.filter_bar .btns_group > ul > li .bootstrap-select > .dropdown-toggle {
    background: transparent;
    padding: 0px;
    font: 400 16px "Sofia Pro";
    line-height: 34px;
    color: #6a7c92;
}

.filter_bar .btns_group > ul > li .bootstrap-select > .dropdown-toggle:hover, .filter_bar .btns_group > ul > li .bootstrap-select > .dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.filter_bar .btns_group > ul > li .bootstrap-select > .dropdown-toggle:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    border-top: 0px;
    border-left: 0px;
    content: "";
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
}

.filter_bar .btns_group > ul > li .bootstrap-select.dropup .dropdown-toggle:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.filter_bar .btns_group > ul > li .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s;
    transition: opacity 0.2s linear, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, opacity 0.2s linear;
    transition: transform 0.2s, opacity 0.2s linear;
    transition: transform 0.2s, opacity 0.2s linear, -webkit-transform 0.2s;
    border: 0px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
}

.filter_bar .btns_group > ul > li .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}

.filter_bar .btns_group > ul > li .dropdown-menu li a span {
    color: #7b8a9e;
    line-height: 25px;
    font-weight: 300;
}

.filter_bar .btns_group > ul > li .dropdown-menu li a.active, .filter_bar .btns_group > ul > li .dropdown-menu li a:hover {
    background: #4154f1;
}

.filter_bar .btns_group > ul > li .dropdown-menu li a.active span, .filter_bar .btns_group > ul > li .dropdown-menu li a:hover span {
    color: #fff;
}

.filter_bar .btns_group > ul > li .dropdown-menu li a:focus {
    outline: none;
}

.filter_bar .layout_btns_group > ul > li {
    margin-right: 15px;
}

.filter_bar .layout_btns_group > ul > li:last-child {
    margin-right: 0px !important;
}

.filter_bar .layout_btns_group > ul > li > a {
    display: block;
    font-size: 18px;
    color: #6a7c92;
}

.filter_bar .layout_btns_group > ul > li > a:hover, .filter_bar .layout_btns_group > ul > li > a.active {
    color: #4154f1;
}

.filter_bar .form_item.dropdown .dropdown-menu > ul > li > a {
    padding: 12px 15px;
}

.filter_bar .form_item.dropdown > button {
    height: auto;
    padding: 0px;
    border: none;
    border-radius: 0px;
    padding-right: 20px;
}

.filter_bar .form_item.dropdown > button:after {
    right: 0px;
    font-size: 12px;
}

.filter_bar .form_item.dropdown .dropdown-menu {
    padding: 0px;
}

.shop_section .tab-content.border_bottom {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e3 !important;
}

.shop_grid {
    max-width: 255px;
    margin: 30px auto 0px;
}

.shop_grid .item_image {
    overflow: hidden;
    position: relative;
    background-image: -o-linear-gradient(135deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: linear-gradient(-45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}

.shop_grid .item_image .image_wrap {
    display: block;
    overflow: hidden;
    position: relative;
}

.shop_grid .action_btns {
    left: 0px;
    right: 0px;
    z-index: 2;
    bottom: 0px;
    position: absolute;
    padding-bottom: 20px;
}

.shop_grid .action_btns > ul > li {
    opacity: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    margin-right: 10px;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -o-transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.shop_grid .action_btns > ul > li:last-child {
    margin-right: 0px !important;
}

.shop_grid .action_btns > ul > li > a, .shop_grid .action_btns > ul > li button {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 15px;
    line-height: 46px;
    border-radius: 100%;
    color: #051441;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.05);
}

.shop_grid .action_btns > ul > li > a:hover, .shop_grid .action_btns > ul > li button:hover {
    color: #ffffff;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    background-color: #4154f1;
}

.shop_grid:hover .action_btns > ul > li {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.shop_grid:hover .action_btns > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.shop_grid:hover .action_btns > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.shop_grid:hover .action_btns > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.shop_grid .item_content {
    padding: 20px;
}

.shop_grid .item_title > a {
    display: block;
    font-size: 18px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.shop_grid:hover .item_title > a {
    color: #4154f1;
}

.shop_grid .item_price {
    display: block;
    font-size: 17px;
}

.shop_grid .item_price strong {
    margin-right: 5px;
    color: #051441;
}

.shop_grid .rating_star > ul > li {
    font-size: 12px;
    margin-right: 3px;
}

.shop_list {
    margin-top: 30px;
}

.shop_list .item_image {
    float: left;
    display: block;
    overflow: hidden;
    max-width: 470px;
}

.shop_list .item_content {
    display: table;
    padding-top: 30px;
    padding-left: 50px;
}

.shop_list .item_title > a {
    display: block;
    font-size: 22px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.shop_list:hover .item_title > a {
    color: #4154f1;
}

.shop_list .item_price {
    display: block;
    font-size: 17px;
}

.shop_list .item_price strong {
    margin-right: 5px;
    color: #051441;
}

.shop_list .rating_star > ul > li {
    font-size: 12px;
    margin-right: 3px;
}

.shop_list .action_btns > ul > li {
    margin-right: 15px;
}

.shop_list .action_btns > ul > li:last-child {
    margin-right: 0px !important;
}

.shop_list .action_btns > ul > li > button, .shop_list .action_btns > ul > li a {
    padding: 0px;
    display: block;
    color: #677294;
    line-height: 48px;
    text-align: center;
    background: #f9f9fc;
    border: 1px solid #e7e7f6;
}

.shop_list .action_btns > ul > li > button:hover, .shop_list .action_btns > ul > li a:hover {
    color: #ffffff;
    border-color: #4154f1;
    background-color: #4154f1;
}

.shop_list .action_btns > ul > li > button {
    height: 50px;
    padding: 0px 30px;
    border-radius: 45px;
}

.shop_list .action_btns > ul > li > a {
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 100%;
}

.product_quickview_popup .modal-dialog {
    border: none;
    max-width: 1110px;
}

.product_quickview_popup .modal-dialog .modal-content {
    border: none;
    padding: 30px;
    border-radius: 0px;
}

.product_quickview_popup p {
    font-size: 15px;
    line-height: 1.5;
}

.product_quickview_popup .details_section .item_content .info_list > ul > li {
    margin-bottom: 18px;
}

.product_quickview_popup .close {
    top: 30px;
    z-index: 1;
    right: 30px;
    line-height: 1;
    font-size: 20px;
    position: absolute;
}

.product_quickview_popup .close:hover {
    color: #4154f1;
}

.cart_section.bg_gray {
    background-color: #fbfbfd;
}

.cart_section .table_wrap .table td, .cart_section .table_wrap .table th {
    border: none;
    padding: 20px 0px;
    text-align: center;
    vertical-align: middle;
}

.cart_section .table_wrap .table td:first-child, .cart_section .table_wrap .table th:first-child {
    text-align: left;
}

.cart_section .table_wrap .table thead th {
    font-size: 14px;
}

.cart_section .table_wrap .table tbody td {
    border-top: 1px solid #e1e1e3;
}

.cart_section .table_wrap .td_title {
    float: left;
    display: none;
    font-size: 14px;
    color: #051441;
    font-family: "Sofia Pro Medium";
}

.cart_section .table_wrap .product_quantity {
    display: inline-block;
}

.cart_section .table_wrap .product_quantity input {
    width: 110px;
    height: 50px;
}

.cart_section .table_wrap .product_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart_section .table_wrap .item_image {
    float: left;
    width: 100px;
    margin-right: 30px;
}

.cart_section .table_wrap .item_title {
    font-size: 16px;
    margin-bottom: 0px;
    font-family: "Sofia Pro SemiBold";
}

.cart_section .table_wrap .item_availability {
    font-size: 17px;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.cart_section .table_wrap .item_availability:before {
    top: 3px;
    left: 0px;
    font-size: 14px;
    position: absolute;
    font-family: "themify";
}

.cart_section .table_wrap .item_availability.in_stock {
    color: #63cf8d;
}

.cart_section .table_wrap .item_availability.in_stock:before {
    content: "";
}

.cart_section .table_wrap .item_availability.out_stock {
    color: red;
}

.cart_section .table_wrap .item_availability.out_stock:before {
    content: "";
}

.cart_section .table_wrap .btn.btn_border {
    color: #6a7c92;
    border: 1px solid #e1e1e3;
}

.cart_section .table_wrap .btn.btn_border:hover {
    color: #ffffff;
    border-color: #4154f1;
    background-color: #4154f1;
}

.cart_section .btns_group > ul > li {
    margin-right: 20px;
}

.cart_section .btns_group > ul > li:last-child {
    margin-right: 0px !important;
}

.cart_section .btn {
    padding: 17px 31px;
    padding-bottom: 18px;
}

.cart_section .btn.btn_border {
    padding: 15px 31px;
    padding-bottom: 18px;
}

.cart_section .discount_code .form_title {
    font-size: 20px;
}

.cart_section .form_item input {
    height: 55px;
}

.cart_section .form_item .btn {
    top: 50%;
    right: 5px;
    position: absolute;
    padding: 13px 31px;
    padding-bottom: 16px;
    color: #051441;
    background-color: #eff2f7;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart_section .form_item .btn:hover {
    color: #ffffff;
    background-color: #4154f1;
}

.cart_section .cart_info_sidebar {
    padding: 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
}

.cart_section .cart_info_sidebar .total_price > ul > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e3;
}

.cart_section .cart_info_sidebar .total_price > ul > li:last-child {
    border-bottom: none;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.cart_section .cart_info_sidebar .total_price > ul > li span {
    float: right;
}

.cart_section .cart_info_sidebar .btn {
    width: 100%;
    display: block;
    min-width: auto;
}

.cart_section .cart_info_sidebar .btn:hover {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.checkout_section.bg_gray {
    background-color: #fbfbfd;
}

.checkout_section .report_info > ul > li {
    border: none;
    padding: 0px;
    font-size: 17px;
    border-radius: 0px;
    margin-bottom: 8px;
    color: #051441;
    background-color: transparent;
}

.checkout_section .report_info > ul > li:last-child {
    margin-bottom: 0px !important;
}

.checkout_section .report_info > ul > li span {
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    border-radius: 100%;
    color: #4154f1;
    display: inline-block;
    border: 1px solid #4154f1;
}

.checkout_section .report_info > ul > li > a {
    color: #6a7c92;
}

.checkout_section .report_info > ul > li > a:hover {
    color: #4154f1;
    text-decoration: underline;
}

.checkout_section .report_info .card-body {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
    box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
}

.checkout_section .report_info .card-body p {
    font-size: 15px;
}

.checkout_section .report_info .card-body .form_item input {
    height: 55px;
}

.checkout_section .report_info .card-body .btn.bg_default_blue {
    width: 100%;
    display: block;
}

.checkout_section .report_info .card-body button[type=submit] {
    padding: 19px 35px;
}

.checkout_section .item_title {
    font-size: 18px;
}

.checkout_section .item_title.border_bottom {
    padding-bottom: 20px;
}

.checkout_section .form_item textarea {
    min-height: 170px;
}

.checkout_section .checkout_sidebar {
    padding: 50px;
    margin-left: 50px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
    box-shadow: 0px 2px 3px 0px rgba(0, 11, 40, 0.06);
}

.checkout_section .checkout_sidebar .payment_info > ul > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e3;
}

.checkout_section .checkout_sidebar .payment_info > ul > li:last-child {
    border-bottom: none;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.checkout_section .checkout_sidebar .payment_info > ul > li span {
    float: right;
    color: #051441;
}

.checkout_section .checkout_sidebar .payment_info > ul > li strong {
    float: right;
    font-size: 17px;
    color: #4154f1;
}

.checkout_section .checkout_sidebar .payment_info > ul > li ul {
    margin: 0px;
    padding: 0px;
}

.checkout_section .checkout_sidebar .payment_info > ul > li ul li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.checkout_section .checkout_sidebar .payment_info > ul > li ul li:last-child {
    margin-bottom: 0px !important;
}

.checkout_section .checkout_sidebar .transiction_accordion.border_bottom {
    padding-bottom: 30px;
}

.checkout_section .checkout_sidebar .transiction_accordion .card {
    border: none;
    border-radius: 0px;
    margin-bottom: 15px;
    background-color: #ffffff;
}

.checkout_section .checkout_sidebar .transiction_accordion .card:last-child {
    margin-bottom: 0px !important;
}

.checkout_section .checkout_sidebar .transiction_accordion .card .card-header {
    padding: 0px;
    border: none;
    background-color: transparent;
}

.checkout_section .checkout_sidebar .transiction_accordion .card .card-header > a {
    font-size: 17px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
    color: #051441;
}

.checkout_section .checkout_sidebar .transiction_accordion .card .card-header > a:before {
    top: 11px;
    left: 0px;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #e1e1e3;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.checkout_section .checkout_sidebar .transiction_accordion .card .card-header > a:not(.collapsed):before {
    background-color: #4154f1;
    border: 1px solid #4154f1;
}

.checkout_section .checkout_sidebar .transiction_accordion .card .card-body {
    padding: 10px 20px;
}

.checkout_section .checkout_sidebar .transiction_accordion .card .card-body p {
    font-size: 14px;
}

.checkout_section .checkout_sidebar .form_checkbox label {
    color: #051441;
}

.checkout_section .checkout_sidebar .btn {
    width: 100%;
    display: block;
    min-width: auto;
}

.checkout_section .checkout_sidebar .btn:hover {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.details_section.bg_gray {
    background-color: #fbfbfd;
}

.details_section .item_content .info_list > ul > li {
    line-height: 1;
    margin-bottom: 25px;
}

.details_section .item_content .info_list > ul > li:last-child {
    margin-bottom: 0px !important;
}

.details_section .item_content .info_list > ul > li strong {
    color: #051441;
}

.details_section .item_content .info_list > ul > li > a {
    margin-left: 6px;
    color: #6a7c92;
}

.details_section .item_content .info_list > ul > li > a:hover {
    color: #4154f1;
}

.details_section .item_content .btns_group .btn {
    padding: 16px 38px;
    padding-bottom: 19px;
}

.details_section .item_content .btns_group .heart_btn {
    font-size: 20px;
    font-weight: 500;
    color: #6a7c92;
}

.details_section .item_content .btns_group .heart_btn:hover {
    color: #4154f1;
}

.details_section .item_content .btns_group .heart_btn > i {
    color: #4154f1;
}

.details_section .item_title {
    font-size: 36px;
    margin-bottom: 40px;
}

.details_section .title_text {
    font-size: 30px;
}

.details_section .chield_item.bg_gray {
    background-color: #fbfbfd;
}

.details_section .chield_item .item_content .info_list > ul > li {
    line-height: 1;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #051441;
}

.details_section .chield_item .item_content .info_list > ul > li:last-child {
    margin-bottom: 0px !important;
}

.details_section .chield_item .item_content .info_list > ul > li:before {
    top: 2px;
    left: 0px;
    font-size: 14px;
    content: "";
    font-weight: 400;
    position: absolute;
    color: #4154f1;
    font-family: "Font Awesome 5 Pro";
}

.details_section .share_links_rounded span {
    display: block;
    margin-bottom: 10px;
    color: #051441;
}

.details_section .share_links_rounded > ul > li {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
}

.details_section .share_links_rounded > ul > li:last-child {
    margin-right: 0px !important;
}

.details_section .share_links_rounded > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    line-height: 44px;
    position: relative;
    border-radius: 100%;
}

.details_section .share_links_rounded > ul > li > a.bg_facebook {
    background-color: #4779de;
}

.details_section .share_links_rounded > ul > li > a.bg_twitter {
    background-color: #1da1f3;
}

.details_section .share_links_rounded > ul > li > a.bg_google {
    background-color: #e43e30;
}

.details_section .share_links_rounded > ul > li > a i {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.details_section .share_links_rounded > ul > li > a i:nth-child(1) {
    top: 55%;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}

.details_section .share_links_rounded > ul > li > a i:nth-child(2) {
    top: 100%;
    opacity: 0;
}

.details_section .share_links_rounded > ul > li > a:hover i {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.details_section .share_links_rounded > ul > li > a:hover i:nth-child(1) {
    top: -100%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.details_section .share_links_rounded > ul > li > a:hover i:nth-child(2) {
    top: 55%;
    opacity: 1;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}

.details_section .prev_next_post > a {
    color: #6a7c92;
}

.details_section .prev_next_post > a:hover {
    color: #4154f1;
}

.details_section .details_images_carousel .owl-nav .owl-next,
.details_section .details_images_carousel .owl-nav .owl-prev {
    margin: 0px;
    width: 35px;
    height: 35px;
}

.details_section .details_images_carousel .owl-nav .owl-next:before,
.details_section .details_images_carousel .owl-nav .owl-prev:before {
    font-size: 14px;
    line-height: 35px;
    border: 1px solid #e5e5e6;
}

.details_section .details_images_carousel .owl-nav .owl-next:hover:before,
.details_section .details_images_carousel .owl-nav .owl-prev:hover:before {
    color: #ffffff;
    background: #4154f1;
    border-color: #4154f1;
}

.details_section .details_images_carousel .owl-nav .owl-prev {
    left: 20px !important;
}

.details_section .details_images_carousel .owl-nav .owl-next {
    right: 20px !important;
}

.details_section .btns_group > ul > li {
    margin-right: 10px;
}

.details_section .btns_group > ul > li:last-child {
    margin-right: 0px !important;
}

.details_section .job_info_list > ul > li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 30px;
}

.details_section .job_info_list > ul > li:last-child {
    margin-bottom: 0px !important;
}

.details_section .job_info_list > ul > li:before {
    top: 2px;
    left: 0px;
    font-size: 14px;
    content: "";
    font-weight: 400;
    position: absolute;
    color: #4154f1;
    font-family: "Font Awesome 5 Pro";
}

.job_details_info {
    padding: 50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
}

.job_details_info > .icon {
    line-height: 1;
    font-size: 40px;
    margin-bottom: 30px;
    display: inline-block;
    text-shadow: 0px 10px 20px rgba(62, 92, 255, 0.2);
    background: -webkit-linear-gradient(#301cab, #5672f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.job_details_info .title_text {
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeebf6;
}

.job_details_info > ul > li {
    margin-bottom: 30px;
}

.job_details_info > ul > li:last-child {
    margin-bottom: 0px !important;
}

.job_details_info > ul > li .item_icon {
    float: left;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #4154f1;
}

.job_details_info > ul > li .item_contact {
    display: table;
}

.job_details_info > ul > li .item_contact h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Sofia Pro Bold";
}

.job_details_info > ul > li .item_contact p {
    font-size: 14px;
}

.details_section .list_title {
    float: left;
    font-size: 13px;
    margin-right: 8px;
    color: #051441;
}

.details_section .share_links .list_title {
    color: #051441;
}

.details_section .share_links > ul > li {
    margin-right: 15px;
}

.details_section .share_links > ul > li:last-child {
    margin-right: 0px !important;
}

.details_section .share_links > ul > li > a {
    display: block;
    font-size: 12px;
    color: #6a7c92;
}

.details_section .share_links > ul > li > a:hover {
    color: #4154f1;
}

.details_section .comment_area .title_text.mb-50 {
    margin-bottom: 40px;
}

.details_section .comment_btn {
    font-size: 14px;
    color: #6a7c92;
}

.details_section .comment_btn i {
    color: #4154f1;
}

.details_section .comment_btn:hover {
    color: #4154f1;
}

.details_section .item_tag .list_title {
    margin: 8px 0px;
    margin-right: 8px;
}

.details_section .item_tag > ul li {
    margin-right: 10px;
}

.details_section .item_tag > ul li:last-child {
    margin-right: 0px !important;
}

.details_section .item_tag > ul li > a {
    width: 100%;
    height: 40px;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    text-align: center;
    border-radius: 45px;
    color: #6a7c92;
    background-color: #f0f2f9;
}

.details_section .item_tag > ul li > a:hover {
    color: #ffffff;
    background-color: #4154f1;
}

.details_section .blog_grid {
    margin-top: 40px;
}

.details_section .blog_grid .post_date {
    min-width: 65px;
    min-height: 60px;
    padding: 12px 10px;
}

.details_section .blog_grid .post_date strong {
    font-size: 24px;
    margin-bottom: 3px;
}

.details_section .blog_grid .post_date span {
    font-size: 14px;
}

.details_section .blog_grid .item_image {
    margin-bottom: 20px;
}

.details_section .blog_grid .item_title {
    margin-bottom: 15px;
}

.details_section .blog_grid .item_title > a {
    display: block;
    font-size: 20px;
}

.details_section .blog_grid .item_image .popup_video {
    width: 60px;
    height: 60px;
    font-size: 50px;
    line-height: 62px;
    -webkit-animation: ripple_2 2s linear infinite;
    animation: ripple_2 2s linear infinite;
}

.comment_area .comment_item {
    padding: 30px;
    position: relative;
    padding-left: 130px;
    margin-bottom: 30px;
    background-color: #f7f8fb;
}

.comment_area .comment_item:last-child {
    margin-bottom: 0px !important;
}

.comment_area .comment_item .reply_btn {
    top: 33px;
    right: 30px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    color: #051441;
}

.comment_area .comment_item .reply_btn:hover {
    color: #4154f1;
}

.comment_area .comment_item .thumbnail_image {
    top: 30px;
    left: 30px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    border-radius: 100%;
}

.comment_area .comment_item .comment_content {
    padding-top: 6px;
    position: relative;
}

.comment_area .comment_item .admin_name {
    line-height: 1;
    font-size: 20px;
    margin-bottom: 8px;
}

.comment_area .comment_item .post_time {
    color: #85859c;
    display: block;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 15px;
}

.comment_area .comment_item p {
    line-height: 1.75;
}

.comment_area .comment_item .comment_item {
    padding: 0px;
    display: block;
    margin-top: 35px;
    padding-top: 35px;
    padding-left: 100px;
    border-top: 1px solid #e8ebf4;
}

.comment_area .comment_item .comment_item .thumbnail_image {
    left: 0px;
}

.comment_area .comment_item .comment_item .comment_content {
    padding: 0px;
}

.comment_area .comment_item .comment_item .reply_btn {
    right: 0px;
}

.comment_form .form_item textarea {
    min-height: 180px;
}

.casestudy_details .item_content .btns_group > ul > li {
    margin-right: 30px;
}

.portfolio_details .item_image {
    margin-bottom: 30px;
}

.portfolio_details .item_image:last-child {
    margin-bottom: 0px !important;
}

.portfolio_details .portfolio_details_info > ul > li {
    margin-bottom: 30px;
}

.portfolio_details .portfolio_details_info > ul > li:last-child {
    margin-bottom: 0px !important;
}

.portfolio_details .portfolio_details_info > ul > li span {
    display: block;
    color: #051441;
}

.portfolio_details .portfolio_details_info > ul > li a {
    color: #6a7c92;
}

.portfolio_details .portfolio_details_info > ul > li a:hover {
    color: #4154f1;
    text-decoration: underline;
}

.portfolio_details .portfolio_details_info > ul > li .service_list > ul > li {
    position: relative;
    margin-right: 10px;
    padding-right: 5px;
}

.portfolio_details .portfolio_details_info > ul > li .service_list > ul > li:before {
    right: 0px;
    bottom: 0px;
    content: ",";
    position: absolute;
    color: #6a7c92;
}

.portfolio_details .portfolio_details_info > ul > li .service_list > ul > li:last-child {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.portfolio_details .portfolio_details_info > ul > li .service_list > ul > li:last-child:before {
    display: none;
}

.portfolio_details .portfolio_details_info > ul > li .service_list > ul > li > a {
    display: block;
}

.portfolio_details .portfolio_details_info > ul > li .share_links_rounded {
    margin-top: 5px;
}

.portfolio_details .portfolio_details_info > ul > li .share_links_rounded > ul > li > a {
    color: #ffffff;
}

.portfolio_details .portfolio_details_info > ul > li .share_links_rounded > ul > li > a:hover {
    color: #ffffff;
    text-decoration: none;
}

.portfolio_details .portfolio_details_info.li_50 > ul {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.portfolio_details .portfolio_details_info.li_50 > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.shop_details .item_content {
    padding-left: 30px;
}

.shop_details .item_title {
    font-size: 24px;
}

.shop_details .item_price {
    display: block;
    font-size: 17px;
}

.shop_details .item_price strong {
    margin-right: 5px;
    color: #051441;
}

.shop_details .item_availability {
    display: block;
    font-size: 17px;
    position: relative;
    padding-left: 20px;
}

.shop_details .item_availability:before {
    top: 3px;
    left: 0px;
    font-size: 14px;
    position: absolute;
    font-family: "themify";
}

.shop_details .item_availability.in_stock {
    color: #63cf8d;
}

.shop_details .item_availability.in_stock:before {
    content: "";
}

.shop_details .item_availability.out_stock {
    color: red;
}

.shop_details .item_availability.out_stock:before {
    content: "";
}

.shop_details .btns_group > ul > li > button, .shop_details .btns_group > ul > li a {
    padding: 0px;
    display: block;
    color: #677294;
    line-height: 48px;
    text-align: center;
    background: #f9f9fc;
    border: 1px solid #e1e1e3;
}

.shop_details .btns_group > ul > li > button:hover, .shop_details .btns_group > ul > li a:hover {
    color: #ffffff;
    border-color: #4154f1;
    background-color: #4154f1;
}

.shop_details .btns_group > ul > li > button {
    height: 50px;
    padding: 0px 30px;
    border-radius: 45px;
}

.shop_details .btns_group > ul > li > a {
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 100%;
}

.shop_details .share_links .list_title {
    font-size: 16px;
}

.shop_details .share_links > ul > li {
    margin-right: 20px;
}

.shop_details .share_links > ul > li > a {
    font-size: 14px;
}

.review_section .review_nav > ul {
    overflow: hidden;
    border-radius: 45px;
    border: 1px solid #e1e1e3;
}

.review_section .review_nav > ul > li {
    height: 50px;
    text-align: center;
    border-right: 1px solid #e1e1e3;
}

.review_section .review_nav > ul > li:last-child {
    border-right: none;
}

.review_section .review_nav > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0px 30px;
    line-height: 50px;
    color: #6a7c92;
}

.review_section .review_nav > ul > li > a:hover, .review_section .review_nav > ul > li > a.active {
    color: #ffffff;
    background-color: #4154f1;
}

.review_section .tab-pane .item_title {
    font-size: 22px;
}

.review_section .comment_item {
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.review_section .comment_item:last-child {
    margin-bottom: 0px;
}

.review_section .comment_item .thumbnail_image {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%;
}

.review_section .comment_item .comment_content {
    display: table;
}

.review_section .comment_item .comment_content .admin_name {
    font-size: 20px;
    font-family: "Sofia Pro Medium";
}

.review_section .comment_item .comment_content .admin_name span {
    font-size: 16px;
    color: #6a7c92;
    font-family: "Sofia Pro Light";
}

.review_section .review_form .form_item textarea {
    min-height: 200px;
}

.review_section .review_form .rating_star > ul > li {
    color: #6a7c92;
}

.review_section .review_form .rating_star > ul > li > button {
    font-size: 14px;
    color: #6a7c92;
}

.review_section .review_form .rating_star > ul > li:hover, .review_section .review_form .rating_star > ul > li:focus, .review_section .review_form .rating_star > ul > li.active {
    color: #fbc509;
}

.review_section .review_form .rating_star > ul > li:hover > button, .review_section .review_form .rating_star > ul > li:focus > button, .review_section .review_form .rating_star > ul > li.active > button {
    color: #fbc509;
}

.process_section .line_bg {
    position: relative;
    padding-bottom: 160px;
    background-size: 50% 100%;
    background-position: left 15px bottom;
}

.process_section .line_bg:after, .process_section .line_bg:before {
    left: 51.4%;
    content: "";
    position: absolute;
    border-radius: 100%;
    -webkit-transform: translateX(-51.4%);
    -ms-transform: translateX(-51.4%);
    transform: translateX(-51.4%);
}

.process_section .line_bg:before {
    width: 20px;
    height: 20px;
    bottom: -8px;
    background-color: rgba(65, 84, 241, 0.16);
}

.process_section .line_bg:after {
    width: 8px;
    height: 8px;
    bottom: -2px;
    background-color: #4154f1;
}

.process_section .process_item {
    position: relative;
    padding-left: 65px;
    margin-bottom: 60px;
    padding-bottom: 100px;
}

.process_section .process_item:last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.process_section .process_item .item_image {
    margin: 0px auto;
    max-width: 440px;
}

.process_section .process_item .item_content {
    position: relative;
}

.process_section .process_item .item_content:before {
    top: -9px;
    left: -74px;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
    background-color: rgba(65, 84, 241, 0.16);
}

.process_section .process_item .item_content:after {
    top: -3px;
    left: -68px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: #4154f1;
}

.process_section .process_item:nth-child(2n+0) .item_content:before {
    left: -70px;
}

.process_section .process_item:nth-child(2n+0) .item_content:after {
    left: -64px;
}

.process_section .process_item .serial_number {
    line-height: 1;
    font-size: 60px;
    margin-top: -35px;
    margin-bottom: 45px;
    letter-spacing: 5px;
    display: inline-block;
    font-family: "Sofia Pro Bold";
    text-shadow: -5px 5px 0px #eceefe;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #cdcecf;
    -webkit-text-fill-color: transparent;
}

.process_section .process_item .item_title {
    font-size: 36px;
    margin-bottom: 25px;
}

.process_section .process_item .details_btn {
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 22px;
    line-height: 52px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(62, 92, 255, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(62, 92, 255, 0.2);
    background-image: -o-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}

.job_section.bg_gray {
    background-color: #fbfbfd;
}

.job_section .jobs_grid {
    margin: -15px;
    margin-top: 15px;
}

.job_section .jobs_grid .element-item {
    width: 100%;
    padding: 15px;
    display: block;
}

.job_section .button-group > ul > li {
    height: 45px;
    margin-right: 10px;
    text-align: center;
}

.job_section .button-group > ul > li:last-child {
    margin-right: 0px !important;
}

.job_section .button-group > ul > li > button {
    width: 100%;
    height: 100%;
    display: block;
    color: #6a7c92;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 30px;
    line-height: 45px;
    border-radius: 45px;
}

.job_section .button-group > ul > li > button:hover, .job_section .button-group > ul > li > button.active {
    color: #4154f1;
    background-color: rgba(65, 84, 241, 0.102);
}

.job_item {
    padding: 25px 20px;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.job_item:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}

.job_item .item_icon {
    float: left;
    width: 120px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-left: -20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #eeebf7;
}

.job_item .item_icon > img {
    margin: auto;
    height: 50px;
}

.job_item .item_content {
    display: table;
    padding-top: 12px;
}

.job_item .item_title > a {
    font-size: 20px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.job_item:hover .item_title > a {
    color: #4154f1;
}

.job_item p {
    font-size: 14px;
}

.job_item .btn {
    top: 50%;
    right: 20px;
    position: absolute;
    padding: 14px 38px;
    padding-bottom: 19px;
    color: #051441;
    border: 1px solid #e9e9e9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.job_item .btn:hover {
    color: #ffffff;
}

.job_item:hover .btn {
    color: #ffffff;
    border-color: #4154f1;
    background-color: #4154f1;
}

.apply_section.bg_gray {
    background-color: #fbfbfd;
}

.apply_section .apply_form .form_item textarea {
    min-height: 180px;
}

.apply_section .apply_form .upload_field {
    padding: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px dotted #dfdbee;
}

.apply_section .apply_form .upload_field label {
    width: 100%;
    color: #6a7c92;
    display: block;
    margin-bottom: 40px;
}

.apply_section .apply_form .terms-conditions {
    max-width: 540px;
}

.apply_section .apply_form .terms-conditions > a {
    color: #4154f1;
}

.blog_section .mt--60 {
    margin-top: -60px;
}

.blog_section .pagination_nav {
    margin-top: 80px;
}

.blog_masonry_grid {
    margin-left: -15px;
    margin-right: -15px;
}

.blog_masonry_grid .grid-item,
.blog_masonry_grid .grid-sizer {
    width: 50%;
    float: left;
    display: inline-block;
}

.blog_masonry_grid .grid-item {
    padding: 0px 15px;
}

.blog_grid {
    margin-top: 60px;
    position: relative;
}

.blog_grid .post_date {
    top: 20px;
    left: 20px;
    z-index: 1;
    min-width: 70px;
    min-height: 60px;
    padding: 15px 10px;
    text-align: center;
    position: absolute;
    border-radius: 4px;
    color: #4154f1;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 14px 30px 0px rgba(65, 84, 241, 0.25);
    box-shadow: 0px 14px 30px 0px rgba(65, 84, 241, 0.25);
}

.blog_grid .post_date strong {
    line-height: 1;
    display: block;
    font-size: 26px;
    margin-bottom: 2px;
}

.blog_grid .post_date span {
    display: block;
    line-height: 1;
    font-size: 15px;
}

.blog_grid .item_image {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    margin-bottom: 30px;
    background-image: -o-linear-gradient(45deg, #301cab, #5773fa);
    background-image: linear-gradient(45deg, #301cab, #5773fa);
}

.blog_grid .item_image > img {
    opacity: 1;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog_grid:hover .item_image > img {
    opacity: 0.1;
}

.blog_grid .item_image .popup_video {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    font-size: 60px;
    line-height: 86px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.blog_grid .item_image .popup_video i {
    margin-left: 4px;
    background: -webkit-linear-gradient(0deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog_grid .audio_wrap {
    width: 100%;
    padding: 40px;
    display: block;
    border-radius: 6px;
    background-color: #ffffff;
    border-left: 6px solid #4154f1;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
}

.blog_grid .audio_wrap audio {
    width: 100%;
    display: block;
}

.blog_grid .item_title {
    margin-bottom: 20px;
}

.blog_grid .item_title > a {
    font-size: 30px;
    color: #303030;
    font-family: "Sofia Pro Bold";
}

.blog_grid:hover .item_title > a {
    color: #4154f1;
}

.blog_grid p {
    line-height: 1.7;
}

.blog_grid p.mb-30 {
    margin-bottom: 23px;
}

.blog_grid .details_btn {
    float: left;
    line-height: 1;
    font-size: 18px;
    color: #303030;
    font-family: "Sofia Pro Bold";
}

.blog_grid .details_btn i {
    margin-left: 5px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog_grid .details_btn:hover {
    color: #4154f1;
}

.blog_grid .details_btn:hover i {
    color: #4154f1;
    -webkit-transform: translate(5px, 2px);
    -ms-transform: translate(5px, 2px);
    transform: translate(5px, 2px);
}

.blog_grid .comment_btn {
    float: right;
    line-height: 1;
    color: #6a7c92;
}

.blog_grid .comment_btn i {
    color: #4154f1;
}

.blog_grid .comment_btn:hover {
    color: #4154f1;
}

.blog_grid.decrease_size .blog_grid .post_date {
    min-width: 65px;
    min-height: 60px;
}

.blog_grid.decrease_size .item_image {
    margin-bottom: 23px;
}

.blog_grid.decrease_size .item_title > a {
    font-size: 22px;
    line-height: 1.4;
}

.blog_quote {
    padding: 40px;
    overflow: hidden;
    margin-top: 60px;
    border-radius: 6px;
    position: relative;
    background-color: #ffffff;
    border-left: 6px solid #4154f1;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
}

.blog_quote:after {
    right: 0px;
    opacity: 0.1;
    bottom: -30px;
    line-height: 1;
    font-size: 110px;
    content: "";
    font-weight: 900;
    position: absolute;
    color: #4154f1;
    font-family: "Font Awesome 5 Pro";
}

.blog_quote.blog_quote_link:after {
    right: -5px;
    bottom: -15px;
    content: "";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.blog_quote .item_icon {
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
}

.blog_quote .item_icon i {
    line-height: 1;
    font-size: 30px;
    color: #4154f1;
}

.blog_quote.blog_quote_link .item_icon .far.fa-link {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.blog_quote p a {
    font-size: 20px;
    line-height: 1.5;
    color: #051441;
    font-family: "Sofia Pro SemiBold";
}

.blog_quote:hover p a {
    color: #4154f1;
}

.blog_small {
    width: 100%;
    display: table;
}

.blog_small .item_image {
    width: 85px;
    float: left;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 20px;
    background-image: -o-linear-gradient(45deg, #301cab, #5773fa);
    background-image: linear-gradient(45deg, #301cab, #5773fa);
}

.blog_small .item_image > img {
    opacity: 1;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog_small:hover .item_image > img {
    opacity: 0.2;
}

.blog_small .item_content {
    display: table;
    padding-top: 12px;
}

.blog_small .item_title {
    margin-bottom: 0px;
}

.blog_small .item_title > a {
    display: block;
    font-size: 18px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.blog_small:hover .item_title > a {
    color: #4154f1;
}

.blog_small .post_date {
    font-size: 14px;
    display: inline-block;
}

.faq_section .title_text {
    font-size: 24px;
}

.faq_section .faq_2_wrap .title_text {
    font-size: 28px;
}

.faq_section .tabs_nav {
    padding: 50px 40px;
    margin-right: -30px;
    background-color: #ffffff;
    border: 1px solid #f4f4f9;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(38, 59, 94, 0.05);
    box-shadow: 0px 10px 15px 0px rgba(38, 59, 94, 0.05);
}

.faq_section .tabs_nav > ul > li {
    margin-bottom: 15px;
}

.faq_section .tabs_nav > ul > li:last-child {
    margin-bottom: 0px !important;
}

.faq_section .tabs_nav > ul > li > a {
    position: relative;
    color: #6a7c92;
}

.faq_section .tabs_nav > ul > li > a:before {
    width: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    height: 1px;
    content: "";
    position: absolute;
    background: #4154f1;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.faq_section .tabs_nav > ul > li > a:hover, .faq_section .tabs_nav > ul > li > a.active {
    color: #4154f1;
}

.faq_section .tabs_nav > ul > li > a:hover:before, .faq_section .tabs_nav > ul > li > a.active:before {
    left: 0px;
    width: 100%;
    right: auto;
}

.faq_section .tab-content {
    padding-left: 65px;
}

.faq_section .faq_accordion .card {
    border: none;
    border-radius: 0px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e4e0ee;
}

.faq_section .faq_accordion .card:last-child {
    margin-bottom: 0px !important;
}

.faq_section .faq_accordion .card .card-header {
    padding: 0px;
    border: none;
    background-color: transparent;
}

.faq_section .faq_accordion .card .card-header > a {
    width: 100%;
    display: block;
    font-size: 18px;
    position: relative;
    padding-right: 20px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.faq_section .faq_accordion .card .card-header > a:before {
    top: 12px;
    right: 0px;
    line-height: 1;
    font-size: 14px;
    content: "";
    position: absolute;
    font-family: "themify";
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.faq_section .faq_accordion .card .card-header > a:not(.collapsed) {
    color: #4154f1;
}

.faq_section .faq_accordion .card .card-header > a:not(.collapsed):before {
    content: "";
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.faq_section .faq_accordion .card .card-body {
    padding: 0px;
    padding-top: 30px;
}

.contact_section .contact_info {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eeebf6;
}

.contact_section .contact_info:last-child {
    border-bottom: none;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.contact_section .contact_info .list_title {
    font-size: 24px;
    margin-bottom: 25px;
}

.contact_section .contact_info > ul > li span {
    margin-right: 8px;
    display: inline-block;
    color: #051441;
}

.contact_section .contact_form .form_item textarea {
    min-height: 180px;
}

.map_section .google-map {
    height: 460px;
}

.error_section {
    overflow: hidden;
    min-height: 100vh;
}

.error_section.bg_gradient_blue {
    background-image: -o-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}

.error_section .spahe_1,
.error_section .spahe_2 {
    max-width: 565px;
}

.error_section .spahe_1 {
    top: -100px;
    right: -100px;
}

.error_section .spahe_2 {
    left: -100px;
    bottom: -100px;
}

.error_section .error_content .page_title {
    line-height: 1;
    font-size: 300px;
    margin-bottom: 10px;
}

.error_section .error_content .title_text {
    line-height: 1;
    font-size: 44px;
    margin-bottom: 30px;
    letter-spacing: 2.4px;
    font-family: "Sofia Pro Light";
}

.error_section .error_content p {
    font-size: 18px;
    margin-bottom: 60px;
}

.error_section .error_content .btn {
    min-width: 220px;
}

.error_section.text-white .error_content .page_title,
.error_section.text-white .error_content .title_text {
    color: #ffffff;
}

.register_section.bg_gray {
    background-color: #fafafe;
}

.register_section.half_bg_white {
    position: relative;
}

.register_section.half_bg_white:before {
    top: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    width: 45.5%;
    position: absolute;
    background-color: #ffffff;
}

.register_section .section_title p a {
    color: #6a7c92;
}

.register_section .section_title p a:hover {
    color: #4154f1;
}

.reg_form .form_item input {
    border: 1px solid #f2effc;
}

.reg_form .form_item input:focus {
    -webkit-box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
}

.reg_form .check_box input {
    width: 15px;
    height: 15px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 5px;
    position: relative;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    border: 2px solid #6a7c92;
}

.reg_form .check_box input:before {
    top: 50%;
    left: 50%;
    opacity: 0;
    content: "";
    position: absolute;
    color: #4154f1;
    font-family: "themify";
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.reg_form .check_box input:checked {
    border-color: transparent;
}

.reg_form .check_box input:checked:before {
    opacity: 1;
}

.reg_form .check_box label {
    line-height: 1;
    cursor: pointer;
    display: inline-block;
}

.reg_form .forget_btn {
    float: right;
    font-size: 14px;
    color: #4154f1;
}

.reg_form .btn[type=submit] {
    width: 100%;
    display: block;
}

.reg_form p > a {
    color: #4154f1;
}

.signin_image {
    width: 595px;
    float: right;
    margin-right: -245px;
}

.signup_wrap {
    padding: 60px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}

.signup_wrap .info_wrap {
    height: 100%;
    padding: 0px 65px;
    margin-right: -15px;
    border-right: 1px solid #e8e8f3;
}

.signup_wrap .info_wrap h4 {
    font-size: 24px;
    margin-bottom: 60px;
}

.signup_wrap .info_wrap h3 {
    color: #051441;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 40px;
    font-family: "Sofia Pro Extra Light";
}

.signup_wrap .info_wrap h3 strong {
    color: #051441;
    font-family: "Sofia Pro Bold";
}

.signup_wrap .info_list > ul > li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}

.signup_wrap .info_list > ul > li:last-child {
    margin-bottom: 0px !important;
}

.signup_wrap .info_list > ul > li:before {
    top: 1px;
    left: 0px;
    font-size: 14px;
    content: "";
    position: absolute;
    color: #4154f1;
    font-family: "themify";
}

.signup_wrap .signup_form {
    padding: 0px 65px;
}

.signup_wrap .signup_form .title_text {
    font-size: 36px;
    margin-bottom: 40px;
}

.banner_section {
    min-height: 100vh;
}

.banner_section .banner_image {
    position: relative;
}

.banner_section .banner_image .popup_video {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    font-size: 60px;
    line-height: 86px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ripple_3 2s linear infinite;
    animation: ripple_3 2s linear infinite;
    background-image: -o-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
    background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%);
}

.banner_section .banner_image .popup_video i {
    color: #ffffff;
    margin-left: 4px;
}

.banner_section .banner_content {
    z-index: 2;
    position: relative;
}

.banner_section .banner_content .title_text {
    font-size: 60px;
    position: relative;
    letter-spacing: -0.9px;
    font-family: "Sofia Pro Bold";
}

.banner_section .banner_content .title_text span, .banner_section .banner_content .title_text strong {
    font-family: "Sofia Pro Bold";
}

.banner_section .banner_content p {
    font-size: 18px;
    line-height: 1.54;
}

.banner_section .banner_content .popup_video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner_section .banner_content .popup_video .icon {
    float: left;
    width: 55px;
    height: 55px;
    font-size: 42px;
    line-height: 59px;
    text-align: center;
    margin-right: 25px;
    border-radius: 100%;
    display: inline-block;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-animation: ripple_xsmall 2s linear infinite;
    animation: ripple_xsmall 2s linear infinite;
}

.banner_section .banner_content .popup_video .icon i {
    margin-left: 4px;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#301cab), color-stop(52%, #4448d3), to(#5774fa));
    background-image: -o-linear-gradient(bottom, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: linear-gradient(0deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    -webkit-text-fill-color: transparent;
}

.banner_section .banner_content .popup_video:hover .icon {
    border-color: #4154f1;
    background-color: #4154f1;
}

.banner_section .banner_content .popup_video small {
    font-size: 16px;
    position: relative;
    color: #6a7c92;
    display: inline-block;
}

.banner_section .banner_content .popup_video small:after, .banner_section .banner_content .popup_video small:before {
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    bottom: 2px;
    position: absolute;
    background-color: #6a7c92;
}

.banner_section .banner_content .popup_video small:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.banner_section .banner_content .popup_video small:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background-color: #4154f1;
    -webkit-transition: -webkit-transform 0.4s ease 0.2s;
    transition: -webkit-transform 0.4s ease 0.2s;
    -o-transition: transform 0.4s ease 0.2s;
    transition: transform 0.4s ease 0.2s;
    transition: transform 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
}

.banner_section .banner_content .popup_video:hover small {
    color: #4154f1;
}

.banner_section .banner_content .popup_video:hover small:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.banner_section .banner_content .popup_video:hover small:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.banner_section .banner_content .btns_group > ul > li {
    margin-right: 30px;
}

.banner_section .banner_content .btns_group > ul > li:last-child {
    margin-right: 0px !important;
}

.banner_section .banner_content .btn_text {
    position: relative;
    padding-bottom: 6px;
}

.banner_section .banner_content .btn_text:after, .banner_section .banner_content .btn_text:before {
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    bottom: 2px;
    position: absolute;
    background-color: #6a7c92;
}

.banner_section .banner_content .btn_text:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.banner_section .banner_content .btn_text:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background-color: #4154f1;
    -webkit-transition: -webkit-transform 0.4s ease 0.2s;
    transition: -webkit-transform 0.4s ease 0.2s;
    -o-transition: transform 0.4s ease 0.2s;
    transition: transform 0.4s ease 0.2s;
    transition: transform 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
}

.banner_section .banner_content .btn_text:hover {
    color: #4154f1;
}

.banner_section .banner_content .btn_text:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.banner_section .banner_content .btn_text:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.banner_section .form_item input {
    height: 65px;
    padding: 0px 30px;
    border: 1px solid #f5f5f7;
    -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}

.banner_section .form_item input:focus {
    border-color: #4154f1;
}

.banner_section .form_item .btn {
    top: 50%;
    right: 8px;
    position: absolute;
    padding: 17px 33px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner_section.text-white .banner_content .title_text {
    color: #ffffff;
}

.banner_section.text-white .banner_content .btn_text {
    color: #ffffff;
}

.banner_section.text-white .banner_content .btn_text i {
    color: #ffffff;
}

.banner_section.text-white .banner_content .btn_text:after, .banner_section.text-white .banner_content .btn_text:before {
    background-color: #ffffff;
}

.banner_section.text-white .banner_content .btn_text:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.banner_section.text-white .banner_content .btn_text:after {
    background-color: #ffffff;
}

.banner_section.text-white .banner_content .btn_text:hover {
    color: #ffffff;
}

.agency_banner .bg_1 {
    top: -40px;
    left: unset;
    right: -40px;
    width: 1165px;
}

.agency_banner .bg_1 img {
    width: 100%;
    height: auto;
    display: block;
}

.agency_banner .bg_2 {
    top: -70px;
    left: unset;
    right: -250px;
    width: 1335px;
}

.agency_banner .bg_2 img {
    width: 100%;
    height: auto;
    display: block;
}

.agency_banner .clouds_wrap {
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 55.6%;
    position: absolute;
}

.agency_banner .cloud_2,
.agency_banner .cloud_3 {
    max-width: 160px;
}

.agency_banner .cloud_1 {
    top: 186px;
    left: unset;
    right: 70px;
    max-width: 200px;
    position: absolute;
}

.agency_banner .cloud_2 {
    top: 160px;
    left: 140px;
}

.agency_banner .cloud_3 {
    left: 0px;
    top: 320px;
}

.agency_banner .banner_image {
    z-index: 1;
    margin: auto;
    width: 1050px;
    display: table;
    position: relative;
    padding: 0px 105px;
}

.agency_banner .banner_image .leaf_1,
.agency_banner .banner_image .leaf_2 {
    max-width: 85px;
    position: absolute;
    top: unset;
}

.agency_banner .banner_image .leaf_1 {
    left: 30px;
    bottom: 55px;
}

.agency_banner .banner_image .leaf_2 {
    right: 0px;
    left: unset;
    bottom: 70px;
}

.agency_banner .banner_content {
    padding-right: 30px;
}

.agency_banner .banner_content .title_text {
    font-size: 57px;
    line-height: 1.071;
    letter-spacing: -2px;
}

.agency_banner .banner_content .popup_video {
    color: #4565f3;
}

.agency_banner .banner_content .popup_video .icon i {
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4359f2), to(#57ccff));
    background-image: -o-linear-gradient(bottom, #4359f2, #57ccff);
    background-image: linear-gradient(0deg, #4359f2, #57ccff);
    -webkit-text-fill-color: transparent;
}

.home_agency .service_primary_2 {
    padding: 0px;
    text-align: left;
    padding-right: 65px;
}

.home_agency .service_primary_2 p {
    font-size: 15px;
}

.home_app_landing ::-moz-selection {
    color: #ffffff;
    background-color: #7447f2;
}

.home_app_landing ::selection {
    color: #ffffff;
    background-color: #7447f2;
}

.home_app_landing ::-moz-selection {
    color: #ffffff;
    background-color: #7447f2;
}

.home_app_landing .owl-theme .owl-nav .owl-next:hover:before,
.home_app_landing .owl-theme .owl-nav .owl-prev:hover:before {
    background: #7447f2;
    border-color: #7447f2;
}

.home_app_landing .section_title .sub_title {
    color: #7447f2;
}

.home_app_landing .social_icon_rounded > ul > li > a:hover {
    color: #ffffff;
    background-color: #7447f2;
}

.home_app_landing .social_icon_rounded > ul > li > a:hover i {
    color: #ffffff;
}

.home_app_landing .text-white .social_icon_rounded > ul > li > a:hover {
    color: #ffffff;
    background-color: #7447f2;
}

.home_app_landing .text-white .social_icon_rounded > ul > li > a:hover i {
    color: #ffffff;
}

.home_app_landing .text-white .section_title .sub_title {
    color: #ffffff;
}

.home_app_landing .btn.bg_white {
    color: #7447f2;
}

.home_app_landing .btn.bg_white:before {
    background-color: #7447f2;
}

.home_app_landing .btn.bg_white:hover {
    color: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(116, 71, 242, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(116, 71, 242, 0.15);
}

.home_app_landing .btn.btn_border.border_white:hover {
    color: #7447f2;
}

.home_app_landing .btn_text:hover {
    color: #7447f2;
}

.home_app_landing .btn_text:hover i {
    color: #7447f2;
}

.home_app_landing .showcase_section .swiper-prev:hover,
.home_app_landing .showcase_section .swiper-next:hover {
    border-color: #7447f2;
}

.home_app_landing #backtotop {
    background-color: #7447f2;
}

.home_app_landing .ctn-preloader .loader .loader-section .bg {
    background-color: #7447f2;
}

.home_app_landing .sticky_header.stuck.text-white .main_menu > ul > li:hover > a, .home_app_landing .sticky_header.stuck.text-white .main_menu > ul > li.active > a {
    color: #7447f2;
}

.home_app_landing .sticky_header.stuck .btn.border_white {
    color: #7447f2;
    border-color: #7447f2;
}

.home_app_landing .sticky_header.stuck .btn.border_white:before {
    background-color: #7447f2;
}

.home_app_landing .sticky_header.stuck .btn.border_white:hover {
    color: #ffffff;
}

.home_app_landing .main_menu .menu_item_has_child .submenu > li:hover > a, .home_app_landing .main_menu .menu_item_has_child .submenu > li.active > a {
    color: #7447f2;
}

.home_app_landing .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a:hover, .home_app_landing .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a.active {
    color: #7447f2;
}

.home_app_landing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item span, .home_app_landing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item span {
    background-image: -o-linear-gradient(135deg, #7447f2 0%, #7447f2 52%, #7447f2 100%);
    background-image: linear-gradient(-45deg, #7447f2 0%, #7447f2 52%, #7447f2 100%);
}

.home_app_landing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item small, .home_app_landing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item small {
    color: #7447f2;
}

.app_landing_banner {
    background-size: auto 100%;
    background-position: left top;
}

.app_landing_banner .banner_image {
    position: relative;
    margin-bottom: -110px;
}

.app_landing_banner .banner_image .phone_1 {
    z-index: 2;
    max-width: 325px;
    margin: 0px auto;
    position: relative;
}

.app_landing_banner .banner_image .phone_2 {
    z-index: 1;
    max-width: 285px;
    position: absolute;
    top: 70px;
    left: unset;
    right: -30px;
}

.app_landing_banner .banner_image .shape_1 {
    width: 570px;
    top: 50px;
    left: 0px;
}

.app_landing_banner .banner_content {
    padding-right: 20px;
}

.app_landing_banner .banner_content .title_text {
    font-size: 66px;
    line-height: 1.03;
    letter-spacing: -2px;
    font-family: "Sofia Pro Bold";
}

.home_app_landing .service_boxed_1:hover .item_title > a {
    color: #7447f2;
}

.home_app_landing .service_boxed_1:hover .details_btn {
    color: #7447f2;
}

.showcase_section .dot_image_1 {
    top: 30px;
    right: -88px;
    max-width: 158px;
}

.showcase_section .mobile_frame {
    left: 50%;
    top: 22px;
    z-index: 2;
    width: 300px;
    height: 585px;
    display: block;
    position: absolute;
    border-radius: 50px;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    background-image: url(../img/mobile_frame.png);
}

.showcase_section .appScreenshot {
    padding: 0px 22px;
    margin-bottom: -55px;
}

.showcase_section .appScreenshot .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
}

.showcase_section .appScreenshot .swiper-slide.swiper-slide-active {
    border-radius: 40px;
}

.showcase_section .appScreenshot .swiper-wrapper {
    width: 305px;
    height: 575px;
    padding: 30px 0px 58px;
}

.showcase_section .swiper-prev,
.showcase_section .swiper-next {
    top: 58%;
    width: 50px;
    height: 50px;
    color: #858DA3;
    font-size: 25px;
    font-size: 16px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    background: #fbfbfd;
    display: inline-block;
    border: 1px solid #858DA3;
    -webkit-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    transform: translateY(-58%);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.showcase_section .swiper-prev:hover,
.showcase_section .swiper-next:hover {
    color: #fff;
    background: #7447f2;
}

.showcase_section .swiper-prev {
    left: -90px;
}

.showcase_section .swiper-next {
    right: -90px;
}

.home_app_landing .testimonial_section .testimonial_carousel_1:before {
    background-image: url(../img/shape_36.png);
}

.home_app_landing .testimonial_section .testimonial_carousel_1:after {
    background-image: url(../img/shape_37.png);
}

.home_chat .btn_text:hover {
    color: #ff6b00;
}

.home_chat .btn_text:hover i {
    color: #ff6b00;
}

.home_chat .btn.btn_border.border_white:hover {
    color: #ff6b00;
}

.home_chat .section_title .sub_title {
    color: #ff6b00;
}

.home_chat .video_wrap .banner_image {
    background-image: -o-linear-gradient(135deg, #c64315, #e5772c);
    background-image: linear-gradient(-45deg, #c64315, #e5772c);
}

.home_chat .video_wrap .banner_image .popup_video i {
    margin-left: 4px;
    background: -webkit-linear-gradient(90deg, #c64315, #e5772c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home_chat .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff6b00;
}

.home_chat .owl-theme .owl-dots .owl-dot.active span {
    background: #ff6b00;
}

.home_chat .owl-theme .owl-nav .owl-next:hover:before,
.home_chat .owl-theme .owl-nav .owl-prev:hover:before {
    color: #ffffff;
    background: #ff6b00;
    border-color: #ff6b00;
}

.home_chat #backtotop {
    background-color: #ff6b00;
}

.home_chat .ctn-preloader .loader .loader-section .bg {
    background-color: #ff6b00;
}

.home_chat .header_section .main_menu > ul > li:hover > a, .home_chat .header_section .main_menu > ul > li.active > a {
    color: #ff6b00;
}

.home_chat .main_menu .menu_item_has_child .submenu > li:hover > a, .home_chat .main_menu .menu_item_has_child .submenu > li.active > a {
    color: #ff6b00;
}

.home_chat .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a:hover, .home_chat .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a.active {
    color: #ff6b00;
}

.home_chat .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item span, .home_chat .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item span {
    background-image: -o-linear-gradient(135deg, #da4816 0%, #ed6724 52%, #ff8632 100%);
    background-image: linear-gradient(-45deg, #da4816 0%, #ed6724 52%, #ff8632 100%);
}

.home_chat .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item small, .home_chat .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item small {
    color: #ff6b00;
}

.chat_banner .bg_1,
.chat_banner .bg_2 {
    width: 1170px;
}

.chat_banner .bg_1 svg, .chat_banner .bg_1 img,
.chat_banner .bg_2 svg,
.chat_banner .bg_2 img {
    width: 100%;
    height: auto;
    display: block;
}

.chat_banner .bg_1 {
    top: -465px;
    right: -5px;
}

.chat_banner .bg_2 {
    top: -375px;
    right: -45px;
}

.chat_banner .banner_image {
    max-width: 445px;
    margin: 0px auto;
}

.chat_banner .banner_image img {
    width: 100%;
    display: block;
}

.chat_banner .banner_image .bar_image {
    max-width: 340px;
    position: absolute;
}

.chat_banner .banner_image .bar_1 {
    top: 115px;
    left: -110px;
}

.chat_banner .banner_image .bar_2 {
    top: 225px;
    left: unset;
    right: -170px;
}

.chat_banner .banner_image .bar_3 {
    top: 325px;
    left: -110px;
}

.chat_banner .banner_content .title_text {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -2px;
}

.chat_banner .banner_content .popup_video .icon {
    background-color: #ffffff;
    -webkit-animation: ripple_xsmall_orange 2s linear infinite;
    animation: ripple_xsmall_orange 2s linear infinite;
}

.chat_banner .banner_content .popup_video .icon i {
    margin-left: 4px;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#da4816), color-stop(52%, #ed6724), to(#ff8632));
    background-image: -o-linear-gradient(left, #da4816 0%, #ed6724 52%, #ff8632 100%);
    background-image: linear-gradient(90deg, #da4816 0%, #ed6724 52%, #ff8632 100%);
    -webkit-text-fill-color: transparent;
}

.chat_banner .banner_content .popup_video:hover .icon {
    border-color: #ff6b00;
    background-color: #ff6b00;
}

.chat_banner .banner_content .popup_video:hover .icon i {
    background: none;
    -webkit-text-fill-color: #ffffff;
}

.chat_banner .banner_content .popup_video small:after, .chat_banner .banner_content .popup_video small:before {
    background-color: #6a7c92;
}

.chat_banner .banner_content .popup_video small:after {
    background-color: #ff6b00;
}

.chat_banner .banner_content .popup_video:hover small {
    color: #ff6b00;
}

.home_chat .partner_section .partner_logo {
    margin: 0px;
}

.home_chat .partner_section .partner_logo > a {
    max-width: 150px;
}

.home_chat .service_boxed_2:hover .item_title > a {
    color: #ff6b00;
}

.home_chat .pricing_plan_3.special_item {
    color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#da4816), color-stop(52%, #ed6724), to(#ff8632));
    background-image: -o-linear-gradient(bottom, #da4816 0%, #ed6724 52%, #ff8632 100%);
    background-image: linear-gradient(0deg, #da4816 0%, #ed6724 52%, #ff8632 100%);
}

.home_chat .testimonial_section .testimonial_carousel_1:before {
    background-image: url(../img/shape_42.png);
}

.home_chat .testimonial_section .testimonial_carousel_1:after {
    background-image: url(../img/shape_43.png);
}

.digital_agency_banner .banner_image {
    top: 0px;
    right: 0px;
    width: 1110px;
    position: absolute;
}

.digital_agency_banner .banner_image img {
    width: 100%;
    display: block;
}

.digital_agency_banner .banner_content {
    padding-right: 30px;
}

.digital_agency_banner .banner_content .title_text {
    font-size: 54px;
    line-height: 1.111;
}

.digital_agency_banner .banner_content .popup_video .icon {
    background-color: #ffffff;
    -webkit-animation: ripple_xsmall_orange 2s linear infinite;
    animation: ripple_xsmall_orange 2s linear infinite;
}

.digital_agency_banner .banner_content .popup_video .icon i {
    margin-left: 4px;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#da4816), color-stop(52%, #ed6724), to(#ff8632));
    background-image: -o-linear-gradient(left, #da4816 0%, #ed6724 52%, #ff8632 100%);
    background-image: linear-gradient(90deg, #da4816 0%, #ed6724 52%, #ff8632 100%);
    -webkit-text-fill-color: transparent;
}

.digital_agency_banner .banner_content .popup_video:hover .icon {
    border-color: #ff6b00;
    background-color: #ff6b00;
}

.digital_agency_banner .banner_content .popup_video:hover .icon i {
    background: none;
    -webkit-text-fill-color: #ffffff;
}

.digital_agency_banner .banner_content .popup_video small:after, .digital_agency_banner .banner_content .popup_video small:before {
    background-color: #6a7c92;
}

.digital_agency_banner .banner_content .popup_video small:after {
    background-color: #ff6b00;
}

.digital_agency_banner .banner_content .popup_video:hover small {
    color: #ff6b00;
}

.digital_agency_banner .shape_1 {
    z-index: -1;
    top: -210px;
    right: -260px;
    width: 1400px;
}

.digital_agency_banner .shape_1 img {
    width: 100%;
    display: block;
}

.digital_agency_banner .shape_2 {
    z-index: -1;
    top: -210px;
    right: -255px;
    width: 1440px;
}

.digital_agency_banner .shape_2 img {
    width: 100%;
    display: block;
}

.digital_agency_banner .shape_3 {
    top: 93px;
    left: 0px;
    max-width: 103px;
}

.home_chat .service_primary_2 .details_btn:hover {
    color: #ff6b00;
}

.home_chat .service_primary_2 .details_btn:hover i {
    color: #ff6b00;
}

.home_chat .service_primary:hover .item_title > a {
    color: #ff6b00;
}

.home_digital_agency .testimonial_section .testimonial_carousel_1:before {
    background-image: url(../img/shape_46.png);
}

.home_digital_agency .testimonial_section .testimonial_carousel_1:after {
    background-image: url(../img/shape_47.png);
}

.home_chat .casestudy_section .button-group > ul > li > button:hover, .home_chat .casestudy_section .button-group > ul > li > button.active {
    color: #f77c35;
    background-color: rgba(247, 124, 53, 0.102);
}

.home_chat .casestudy_fullimage .item_image {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fd5f52), to(#f1931e));
    background-image: -o-linear-gradient(bottom, #fd5f52, #f1931e);
    background-image: linear-gradient(0deg, #fd5f52, #f1931e);
}

.home_chat .casestudy_fullimage .details_btn:hover {
    color: #f77c35;
}

.home_chat .casestudy_grid .item_image {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fd5f52), to(#f1931e));
    background-image: -o-linear-gradient(bottom, #fd5f52, #f1931e);
    background-image: linear-gradient(0deg, #fd5f52, #f1931e);
}

.home_chat .casestudy_grid:hover .item_title > a {
    color: #ff6b00;
}

.home_chat .casestudy_grid .item_category > ul > li > a:hover {
    color: #ff6b00;
}

.home_chat .footer_section .contact_info > ul > li > a:before {
    background: #ff6b00;
}

.home_chat .footer_section .contact_info > ul > li > a:hover {
    color: #ff6b00;
}

.home_chat .footer_section .useful_links > ul > li > a:before {
    background: #ff6b00;
}

.home_chat .footer_section .useful_links > ul > li > a:hover {
    color: #ff6b00;
}

.home_chat .footer_section .form_item input:focus {
    border-color: #ff6b00;
}

.home_chat .footer_section .form_item input:focus + button {
    color: #ff6b00;
}

.home_chat .footer_section .footer_menu > ul > li > a:before {
    background: #ff6b00;
}

.home_chat .footer_section .footer_menu > ul > li > a:hover {
    color: #ff6b00;
}

.home_chat .footer_section .copyright_text .author_link:hover {
    color: #ff6b00;
}

.home_chat .footer_section .social_icon > ul > li > a:hover i {
    color: #ff6b00;
}

.home_digital_marketing .section_title .sub_title {
    color: #5e2ced;
}

.home_digital_marketing .section_title .icon_rounded {
    width: 70px;
    height: 70px;
    line-height: 75px;
    border-top-right-radius: 0px;
}

.home_digital_marketing .btn.bg_white {
    color: #5e2ced;
}

.home_digital_marketing .btn.bg_white:before {
    background-color: #5e2ced;
}

.home_digital_marketing .btn.bg_white:hover {
    color: #ffffff;
    border-color: #5e2ced;
}

.home_digital_marketing .btn.bg_gray {
    color: #5e2ced;
    background-color: #e7e0fc;
}

.home_digital_marketing .btn_text:hover {
    color: #5e2ced;
}

.home_digital_marketing .btn_text:hover i {
    color: #5e2ced;
}

.home_digital_marketing .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 2px;
    margin: 0px 5px;
    border-radius: 0px;
    background: #b9c4d8;
}

.home_digital_marketing .owl-theme .owl-dots .owl-dot:hover span {
    background: #5e2ced;
}

.home_digital_marketing .owl-theme .owl-dots .owl-dot.active span {
    width: 27px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #4154f1;
}

.home_digital_marketing #backtotop {
    background-color: #5e2ced;
}

.home_digital_marketing .ctn-preloader .loader .loader-section .bg {
    background-color: #5e2ced;
}

.home_digital_marketing .header_section .main_menu > ul > li:hover > a, .home_digital_marketing .header_section .main_menu > ul > li.active > a {
    color: #5e2ced;
}

.home_digital_marketing .header_section.stuck .btn.bg_default_brinjal:before {
    background-color: #5e2ced;
}

.home_digital_marketing .header_section.stuck .btn.bg_default_brinjal:hover {
    color: #ffffff;
    background-color: #5e2ced;
}

.home_digital_marketing .main_menu .menu_item_has_child .submenu > li:hover > a, .home_digital_marketing .main_menu .menu_item_has_child .submenu > li.active > a {
    color: #5e2ced;
}

.home_digital_marketing .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a:hover, .home_digital_marketing .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a.active {
    color: #5e2ced;
}

.home_digital_marketing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item span, .home_digital_marketing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item span {
    background-image: -o-linear-gradient(135deg, #5e2ced 0%, #5e2ced 52%, #5e2ced 100%);
    background-image: linear-gradient(-45deg, #5e2ced 0%, #5e2ced 52%, #5e2ced 100%);
}

.home_digital_marketing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item small, .home_digital_marketing .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item small {
    color: #5e2ced;
}

.digital_marketing_banner {
    position: relative;
    padding-top: 230px;
    padding-bottom: 175px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e5ff), to(#ffffff));
    background-image: -o-linear-gradient(top, #e0e5ff 0%, #ffffff 100%);
    background-image: linear-gradient(180deg, #e0e5ff 0%, #ffffff 100%);
}

.digital_marketing_banner .banner_content {
    margin-bottom: 60px;
}

.digital_marketing_banner .banner_content .title_text {
    font-size: 60px;
    line-height: 1.1;
}

.digital_marketing_banner .banner_image {
    max-width: 525px;
    margin: 0px auto;
}

.digital_marketing_banner .apps_wrap {
    z-index: 2;
    bottom: 328px;
    position: absolute;
}

.digital_marketing_banner .apps_wrap > ul {
    width: 429px;
    height: 311px;
}

.digital_marketing_banner .apps_wrap > ul > li {
    width: 70px;
    height: 70px;
    position: absolute;
}

.digital_marketing_banner .apps_wrap > ul > li > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.1);
    box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.1);
}

.digital_marketing_banner .apps_wrap > ul > li > a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.digital_marketing_banner .apps_wrap > ul > li > a > img {
    margin: auto;
    height: auto;
}

.digital_marketing_banner .apps_wrap.wrap_left {
    left: 172px;
}

.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(1) {
    top: 0px;
    right: 6px;
}

.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(1) > a {
    -webkit-animation: bounceIn 3000ms infinite alternate;
    animation: bounceIn 3000ms infinite alternate;
}

.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(2) {
    left: 0px;
    top: 127px;
}

.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(2) > a {
    -webkit-animation: bounceIn 3400ms infinite alternate;
    animation: bounceIn 3400ms infinite alternate;
}

.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(3) {
    top: 138px;
    right: 142px;
}

.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(3) > a {
    -webkit-animation: bounceIn 3600ms infinite alternate;
    animation: bounceIn 3600ms infinite alternate;
}

.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(4) {
    right: 0px;
    bottom: 0px;
}

.digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(4) > a {
    -webkit-animation: bounceIn 3800ms infinite alternate;
    animation: bounceIn 3800ms infinite alternate;
}

.digital_marketing_banner .apps_wrap.wrap_right {
    right: 172px;
}

.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(1) {
    top: 0px;
    left: 6px;
}

.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(1) > a {
    -webkit-animation: bounceIn 3000ms infinite alternate;
    animation: bounceIn 3000ms infinite alternate;
}

.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(2) {
    right: 0px;
    top: 127px;
}

.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(2) > a {
    -webkit-animation: bounceIn 3400ms infinite alternate;
    animation: bounceIn 3400ms infinite alternate;
}

.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(3) {
    top: 138px;
    left: 142px;
}

.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(3) > a {
    -webkit-animation: bounceIn 3600ms infinite alternate;
    animation: bounceIn 3600ms infinite alternate;
}

.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(4) {
    left: 0px;
    bottom: 0px;
}

.digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(4) > a {
    -webkit-animation: bounceIn 3800ms infinite alternate;
    animation: bounceIn 3800ms infinite alternate;
}

.digital_marketing_banner .deco_wrap {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}

.digital_marketing_banner .cloud_image {
    max-width: 100px;
}

.digital_marketing_banner .cloud_image.cloud_1 {
    top: 250px;
    left: 191px;
}

.digital_marketing_banner .cloud_image.cloud_1 img {
    -webkit-animation: updown 1s infinite alternate;
    animation: updown 1s infinite alternate;
}

.digital_marketing_banner .cloud_image.cloud_2 {
    top: 217px;
    left: unset;
    right: 234px;
}

.digital_marketing_banner .cloud_image.cloud_2 img {
    -webkit-animation: updown 1.2s infinite alternate;
    animation: updown 1.2s infinite alternate;
}

.digital_marketing_banner .cloud_image.cloud_3 {
    top: 450px;
    left: unset;
    right: -20px;
}

.digital_marketing_banner .cloud_image.cloud_3 img {
    -webkit-animation: updown 1s infinite alternate;
    animation: updown 1s infinite alternate;
}

.digital_marketing_banner .cloud_image.cloud_4 {
    top: 551px;
    left: unset;
    right: 541px;
}

.digital_marketing_banner .cloud_image.cloud_4 img {
    -webkit-animation: updown 1.2s infinite alternate;
    animation: updown 1.2s infinite alternate;
}

.digital_marketing_banner .triangle_1 {
    top: 161px;
    left: 307px;
}

.digital_marketing_banner .triangle_1 img {
    -webkit-animation: spin 3000ms linear infinite;
    animation: spin 3000ms linear infinite;
}

.digital_marketing_banner .triangle_2 {
    top: 274px;
    left: unset;
    right: 514px;
}

.digital_marketing_banner .triangle_2 img {
    -webkit-animation: spin 3000ms linear infinite;
    animation: spin 3000ms linear infinite;
}

.digital_marketing_banner .dot_1 {
    top: 450px;
    left: 223px;
}

.digital_marketing_banner .dot_1 img {
    -webkit-animation: updown 1.2s infinite alternate;
    animation: updown 1.2s infinite alternate;
}

.digital_marketing_banner .dot_2 {
    top: 560px;
    left: 54px;
}

.digital_marketing_banner .dot_2 img {
    -webkit-animation: zoominout 4000ms infinite alternate;
    animation: zoominout 4000ms infinite alternate;
}

.digital_marketing_banner .dot_3 {
    top: 525px;
    left: 500px;
}

.digital_marketing_banner .dot_3 img {
    -webkit-animation: zoominout 5000ms infinite alternate;
    animation: zoominout 5000ms infinite alternate;
}

.digital_marketing_banner .dot_4 {
    top: 294px;
    left: unset;
    right: 82px;
}

.digital_marketing_banner .dot_4 img {
    -webkit-animation: zoominout 3000ms infinite alternate;
    animation: zoominout 3000ms infinite alternate;
}

.digital_marketing_banner .dot_5 {
    top: 423px;
    left: unset;
    right: 305px;
}

.digital_marketing_banner .dot_5 img {
    -webkit-animation: updown 1s infinite alternate;
    animation: updown 1s infinite alternate;
}

.digital_marketing_banner .dot_6 {
    top: 611px;
    left: unset;
    right: 117px;
}

.digital_marketing_banner .dot_6 img {
    -webkit-animation: zoominout 5000ms infinite alternate;
    animation: zoominout 5000ms infinite alternate;
}

.home_digital_marketing .service_primary {
    padding: 0px 35px;
}

.home_digital_marketing .service_primary .item_icon {
    border-top-right-radius: 0px;
}

.home_digital_marketing .service_primary:hover .item_title > a {
    color: #5e2ced;
}

.home_digital_marketing .casestudy_grid .item_image {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#6939f5), to(#5773fa));
    background-image: -o-linear-gradient(bottom, #6939f5, #5773fa);
    background-image: linear-gradient(0deg, #6939f5, #5773fa);
}

.home_digital_marketing .casestudy_grid:hover .item_title > a {
    color: #5e2ced;
}

.home_digital_marketing .casestudy_grid .item_category > ul > li > a:hover {
    color: #5e2ced;
}

.home_digital_marketing .pricing_section {
    padding-bottom: 170px;
}

.home_digital_marketing .pricing_tab {
    color: #5e2ced;
}

.home_digital_marketing .pricing_tab .tab_switcher:before {
    background: #5e2ced;
}

.home_digital_marketing .pricing_tab.active .year_tab {
    color: #5e2ced;
}

.home_digital_marketing .testimonial_section .testimonial_carousel_2.arrow_top_right .owl-nav {
    display: none;
}

.home_digital_marketing .testimonial_section .testimonial_carousel_2 .owl-dots {
    display: block !important;
}

.home_digital_marketing .footer_section .contact_info > ul > li > a:before {
    background-color: #5e2ced;
}

.home_digital_marketing .footer_section .contact_info > ul > li > a:hover {
    color: #5e2ced;
}

.home_digital_marketing .footer_section .form_item input:focus {
    border-color: #5e2ced;
}

.home_digital_marketing .footer_section .form_item input:focus + button {
    color: #5e2ced;
}

.home_digital_marketing .footer_section .useful_links > ul > li > a:before {
    background: #5e2ced;
}

.home_digital_marketing .footer_section .useful_links > ul > li > a:hover {
    color: #5e2ced;
}

.home_digital_marketing .footer_section .copyright_text .author_link:hover {
    color: #5e2ced;
}

.home_digital_marketing .footer_section .footer_menu > ul > li > a:before {
    background: #5e2ced;
}

.home_digital_marketing .footer_section .footer_menu > ul > li > a:hover {
    color: #5e2ced;
}

.home_digital_marketing .footer_section .social_icon > ul > li > a:hover i {
    color: #5e2ced;
}

.home_hr_management .section_title .sub_title {
    color: #31e1af;
}

.home_hr_management #backtotop {
    background-color: #31e1af;
}

.home_hr_management .ctn-preloader .loader .loader-section .bg {
    background-color: #31e1af;
}

.home_hr_management .header_section .main_menu > ul > li:hover > a, .home_hr_management .header_section .main_menu > ul > li.active > a {
    color: #31e1af;
}

.home_hr_management .header_section .btn.bg_white {
    color: #31e1af;
}

.home_hr_management .header_section .btn.bg_white:before {
    background-color: #31e1af;
}

.home_hr_management .header_section .btn.bg_white:hover {
    color: #ffffff;
}

.home_hr_management .sticky_header.stuck .btn {
    color: #ffffff;
    background-color: #31e1af;
}

.home_hr_management .sticky_header.stuck .btn:hover {
    color: #ffffff;
}

.home_hr_management .main_menu .menu_item_has_child .submenu > li:hover > a, .home_hr_management .main_menu .menu_item_has_child .submenu > li.active > a {
    color: #31e1af;
}

.home_hr_management .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a:hover, .home_hr_management .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a.active {
    color: #31e1af;
}

.home_hr_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item span, .home_hr_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item span {
    background-image: -o-linear-gradient(135deg, #31e1af 0%, #31e1af 52%, #31e1af 100%);
    background-image: linear-gradient(-45deg, #31e1af 0%, #31e1af 52%, #31e1af 100%);
}

.home_hr_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item small, .home_hr_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item small {
    color: #31e1af;
}

.layer {
    position: relative !important;
}

.hr_management_banner.bg_gray {
    background-color: #f5fbff;
}

.hr_management_banner .shape_1,
.hr_management_banner .shape_2,
.hr_management_banner .shape_3 {
    top: 0px;
    right: 0px;
}

.hr_management_banner .shape_1 {
    max-width: 500px;
}

.hr_management_banner .shape_2 {
    max-width: 675px;
}

.hr_management_banner .shape_3 {
    max-width: 860px;
}

.hr_management_banner .shape_4 {
    top: 80px;
    left: 590px;
}

.hr_management_banner .shape_4 img {
    -webkit-animation: spin 5000ms linear infinite;
    animation: spin 5000ms linear infinite;
}

.hr_management_banner .shape_5 {
    left: 500px;
    bottom: -100px;
}

.hr_management_banner .shape_5 img {
    -webkit-animation: spin 5000ms linear infinite;
    animation: spin 5000ms linear infinite;
}

.hr_management_banner .dot_image_1 {
    top: 40px;
    right: 300px;
    max-width: 210px;
}

.hr_management_banner .dot_image_2 {
    left: 60px;
    bottom: 360px;
    max-width: 168px;
}

.hr_management_banner .banner_content {
    z-index: 3;
    position: relative;
}

.hr_management_banner .banner_content .title_text {
    font-size: 60px;
    line-height: 1.3;
}

.hr_management_banner .banner_content .title_text strong {
    display: block;
    letter-spacing: -0.9px;
    font-family: "Sofia Pro Bold";
}

.hr_management_banner .banner_content .title_text span {
    letter-spacing: -2px;
    font-family: "Sofia Pro Ultra Light";
}

.hr_management_banner .banner_content .popup_video .icon {
    -webkit-animation: ripple_xsmall_past 2s linear infinite;
    animation: ripple_xsmall_past 2s linear infinite;
}

.hr_management_banner .banner_content .popup_video .icon i {
    -webkit-background-clip: text;
    background-image: -o-linear-gradient(300deg, #31e1af 0%, #26bb94 100%);
    background-image: linear-gradient(150deg, #31e1af 0%, #26bb94 100%);
    -webkit-text-fill-color: transparent;
}

.hr_management_banner .banner_content .popup_video:hover .icon {
    border-color: #31e1af;
    background-color: #31e1af;
}

.hr_management_banner .banner_content .popup_video:hover .icon i {
    background: none;
    -webkit-text-fill-color: #ffffff;
}

.hr_management_banner .banner_content .popup_video small:after, .hr_management_banner .banner_content .popup_video small:before {
    background-color: #6a7c92;
}

.hr_management_banner .banner_content .popup_video small:after {
    background-color: #31e1af;
}

.hr_management_banner .banner_content .popup_video:hover small {
    color: #31e1af;
}

.hr_management_banner .banner_content p {
    max-width: 540px;
}

.hr_management_banner .banner_image {
    z-index: 0;
    top: 230px;
    right: -160px;
    position: absolute;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hr_management_banner .banner_image ul {
    width: 1240px;
    height: 940px;
    position: relative;
}

.hr_management_banner .banner_image ul > li {
    position: absolute;
}

.hr_management_banner .banner_image ul > li:nth-child(1) {
    max-width: 220px;
    top: 0px;
    left: 570px;
}

.hr_management_banner .banner_image ul > li:nth-child(2) {
    max-width: 488px;
    top: 47px;
    left: 322px;
}

.hr_management_banner .banner_image ul > li:nth-child(3) {
    max-width: 508px;
    top: 9px;
    right: 0px;
    left: unset;
}

.hr_management_banner .banner_image ul > li:nth-child(4) {
    max-width: 822px;
    left: 0px;
    top: unset;
    bottom: 0px;
}

.hr_management_banner .banner_image ul > li:nth-child(5) {
    max-width: 319px;
    top: unset;
    left: unset;
    right: 246px;
    bottom: 16px;
}

.home_hr_management .service_primary_2 {
    margin-top: 80px;
}

.home_hr_management .service_primary_2 .details_btn:hover {
    color: #31e1af;
}

.home_hr_management .service_primary_2 .details_btn:hover i {
    color: #31e1af;
}

.home_hr_management .video_wrap .banner_image {
    background-image: -o-linear-gradient(45deg, #31e1af 0%, #31e1af 52%, #31e1af 100%);
    background-image: linear-gradient(45deg, #31e1af 0%, #31e1af 52%, #31e1af 100%);
}

.home_hr_management .video_wrap .banner_image .popup_video i {
    margin-left: 4px;
    background: -webkit-linear-gradient(0deg, #31e1af 0%, #31e1af 52%, #31e1af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home_hr_management .footer_section .contact_info > ul > li > a:before {
    background-color: #31e1af;
}

.home_hr_management .footer_section .contact_info > ul > li > a:hover {
    color: #31e1af;
}

.home_hr_management .footer_section .form_item input:focus {
    border-color: #31e1af;
}

.home_hr_management .footer_section .form_item input:focus + button {
    color: #31e1af;
}

.home_hr_management .footer_section .useful_links > ul > li > a:before {
    background: #31e1af;
}

.home_hr_management .footer_section .useful_links > ul > li > a:hover {
    color: #31e1af;
}

.home_hr_management .footer_section .copyright_text .author_link:hover {
    color: #31e1af;
}

.home_hr_management .footer_section .footer_menu > ul > li > a:before {
    background: #31e1af;
}

.home_hr_management .footer_section .footer_menu > ul > li > a:hover {
    color: #31e1af;
}

.home_hr_management .footer_section .social_icon > ul > li > a:hover i {
    color: #31e1af;
}

.home_payment .section_title .sub_title {
    color: #523cdc;
}

.home_payment .btn.bg_white {
    color: #523cdc;
}

.home_payment .btn.bg_white:before {
    border-color: #523cdc;
}

.home_payment .btn.bg_white:hover {
    color: #ffffff;
}

.home_payment .btn.btn_border {
    color: #523cdc;
    border: 1px solid #523cdc;
}

.home_payment .btn.btn_border:before {
    background-color: #523cdc;
}

.home_payment .btn.btn_border:hover {
    color: #ffffff;
}

.home_payment .btn.border_white {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.home_payment .btn.border_white:before {
    background-color: #ffffff;
}

.home_payment .btn.border_white:hover {
    color: #523cdc;
}

.home_payment #backtotop {
    background-color: #523cdc;
}

.home_payment .ctn-preloader .loader .loader-section .bg {
    background-color: #523cdc;
}

.home_payment .header_section .btn .border_white:hover {
    color: #523cdc;
}

.home_payment .header_section.stuck.text-white .main_menu > ul > li:hover > a, .home_payment .header_section.stuck.text-white .main_menu > ul > li.active > a {
    color: #523cdc;
}

.home_payment .header_section.stuck.text-white .btn.border_white {
    color: #523cdc;
    background-color: transparent;
    border-color: #523cdc;
}

.home_payment .header_section.stuck.text-white .btn.border_white:before {
    background-color: #523cdc;
}

.home_payment .header_section.stuck.text-white .btn.border_white:hover {
    color: #ffffff;
}

.home_payment .main_menu .menu_item_has_child .submenu > li:hover > a, .home_payment .main_menu .menu_item_has_child .submenu > li.active > a {
    color: #523cdc;
}

.home_payment .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a:hover, .home_payment .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a.active {
    color: #523cdc;
}

.home_payment .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item span, .home_payment .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item span {
    background-image: -o-linear-gradient(135deg, #523cdc 0%, #523cdc 52%, #523cdc 100%);
    background-image: linear-gradient(-45deg, #523cdc 0%, #523cdc 52%, #523cdc 100%);
}

.home_payment .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item small, .home_payment .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item small {
    color: #523cdc;
}

.payment_banner {
    min-height: 1000px;
    padding-top: 160px;
}

.payment_banner .shap_bottom path {
    fill: #ffffff;
}

.payment_banner.bg_gradient_blue {
    background-image: -o-linear-gradient(135deg, #4218c4 0%, #686dfd 100%);
    background-image: linear-gradient(-45deg, #4218c4 0%, #686dfd 100%);
}

.payment_banner .shape_1 {
    left: -146px;
    bottom: -120px;
    max-width: 770px;
}

.payment_banner .shape_2 {
    top: 15px;
    right: 15px;
    max-width: 90px;
}

.payment_banner .shape_3 {
    top: 73px;
    right: 105px;
    max-width: 214px;
}

.payment_banner .banner_image {
    z-index: 1;
    width: 390px;
    float: right;
    position: relative;
    margin-right: -40px;
}

.payment_banner .banner_image .card_image {
    max-width: 465px;
    position: absolute;
    top: 140px;
    left: -170px;
}

.payment_banner .banner_image .apps_wrap {
    left: 50%;
    top: -87px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.payment_banner .banner_image .apps_wrap > ul {
    width: 564px;
    height: 432px;
}

.payment_banner .banner_image .apps_wrap > ul > li {
    z-index: 1;
    position: absolute;
}

.payment_banner .banner_image .apps_wrap > ul > li:nth-child(1) {
    max-width: 89px;
    left: 0px;
    top: 134px;
}

.payment_banner .banner_image .apps_wrap > ul > li:nth-child(2) {
    max-width: 105px;
    top: 0px;
    left: 147px;
}

.payment_banner .banner_image .apps_wrap > ul > li:nth-child(3) {
    max-width: 92px;
    top: 28px;
    left: unset;
    right: 98px;
}

.payment_banner .banner_image .apps_wrap > ul > li:nth-child(4) {
    max-width: 95px;
    top: 179px;
    right: 0px;
    left: unset;
}

.payment_banner .banner_image .apps_wrap > ul > li:nth-child(5) {
    max-width: 168px;
    top: unset;
    right: 41px;
    left: unset;
    bottom: 0px;
}

.payment_banner .banner_content {
    padding-top: 60px;
}

.payment_banner .banner_content .title_text {
    line-height: 1;
    font-size: 60px;
    letter-spacing: -0.9px;
}

.home_project_management .section_title .sub_title {
    color: #5e2ced;
}

.home_project_management .btn.bg_white {
    color: #5e2ced;
}

.home_project_management .btn.bg_white:before {
    background-color: #5e2ced;
}

.home_project_management .btn.bg_white:hover {
    color: #ffffff;
}

.home_project_management #backtotop {
    background-color: #5e2ced;
}

.home_project_management .ctn-preloader .loader .loader-section .bg {
    background-color: #5e2ced;
}

.home_project_management .header_section .main_menu > ul > li:hover > a, .home_project_management .header_section .main_menu > ul > li.active > a {
    color: #5e2ced;
}

.home_project_management .main_menu .menu_item_has_child .submenu > li:hover > a, .home_project_management .main_menu .menu_item_has_child .submenu > li.active > a {
    color: #5e2ced;
}

.home_project_management .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a:hover, .home_project_management .main_menu .menu_item_has_child .mega_menu .menu_list > ul > li > a.active {
    color: #5e2ced;
}

.home_project_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item span, .home_project_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item span {
    background-image: -o-linear-gradient(135deg, #5e2ced 0%, #5e2ced 52%, #5e2ced 100%);
    background-image: linear-gradient(-45deg, #5e2ced 0%, #5e2ced 52%, #5e2ced 100%);
}

.home_project_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col:hover .page_item small, .home_project_management .main_menu .menu_item_has_child .mega_menu .home_items_submenu .items_col.active .page_item small {
    color: #5e2ced;
}

.project_management_banner {
    min-height: auto;
    padding-top: 210px;
    margin-bottom: 225px;
    background-size: auto;
    background-position: center center;
}

.project_management_banner.bg_gray {
    background-color: #fafafe;
}

.project_management_banner .banner_content .title_text {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -3px;
}

.project_management_banner .banner_content .title_text span {
    font-family: "Sofia Pro Ultra Light";
}

.project_management_banner .banner_content .title_text strong {
    font-family: "Sofia Pro Bold";
}

.project_management_banner .banner_content p {
    font-size: 20px;
}

.project_management_banner .form_item {
    max-width: 630px;
    margin: 0px auto;
}

.project_management_banner .form_item input:focus {
    border-color: #5e2ced;
}

.project_management_banner .form_item input:-moz-placeholder {
    color: #6a7c92;
}

.project_management_banner .form_item input::-moz-placeholder {
    color: #6a7c92;
}

.project_management_banner .form_item input:-ms-input-placeholder {
    color: #6a7c92;
}

.project_management_banner .form_item input::-webkit-input-placeholder {
    color: #6a7c92;
}

.project_management_banner .banner_image {
    width: 1028px;
    position: relative;
    margin: 120px auto -225px;
}

.project_management_banner .banner_image .deco_image {
    top: 135px;
    right: 46px;
    max-width: 150px;
}

.home_project_management .service_primary_2 {
    text-align: left;
    padding: 50px 40px;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
    box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
}

.home_project_management .service_primary_2:hover {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
}

.home_project_management .service_primary_2 .details_btn:hover {
    color: #5e2ced;
}

.home_project_management .service_primary_2 .details_btn:hover i {
    color: #5e2ced;
}

.home_project_management .footer_section .contact_info > ul > li > a:before {
    background-color: #5e2ced;
}

.home_project_management .footer_section .contact_info > ul > li > a:hover {
    color: #5e2ced;
}

.home_project_management .footer_section .useful_links > ul > li > a:before {
    background: #5e2ced;
}

.home_project_management .footer_section .useful_links > ul > li > a:hover {
    color: #5e2ced;
}

.home_project_management .footer_section .copyright_text .author_link:hover {
    color: #5e2ced;
}

.home_project_management .footer_section .footer_menu > ul > li > a:before {
    background: #5e2ced;
}

.home_project_management .footer_section .footer_menu > ul > li > a:hover {
    color: #5e2ced;
}

.home_project_management .footer_section .social_icon > ul > li > a:hover i {
    color: #5e2ced;
}

.saas_banner {
    min-height: 80vh;
    padding-top: 200px;
    margin-bottom: 164px;
}

.saas_banner.bg_gradient_blue {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#3b31ed), color-stop(52%, #4773f4), to(#52b4fb));
    background-image: -o-linear-gradient(left top, #3b31ed 0%, #4773f4 52%, #52b4fb 100%);
    background-image: linear-gradient(to right bottom, #3b31ed 0%, #4773f4 52%, #52b4fb 100%);
}

.saas_banner .circle_1 {
    left: -337px;
    bottom: -187px;
    max-width: 708px;
}

.saas_banner .circle_1 img {
    -webkit-animation: zoominout 5s infinite;
    animation: zoominout 5s infinite;
}

.saas_banner .circle_2 {
    top: 167px;
    left: 47.6%;
    max-width: 151px;
}

.saas_banner .circle_2 img {
    -webkit-animation: zoominout 3s infinite;
    animation: zoominout 3s infinite;
}

.saas_banner .circle_3 {
    right: 381px;
    bottom: 212px;
    max-width: 279px;
}

.saas_banner .circle_3 img {
    -webkit-animation: zoominout 4s infinite;
    animation: zoominout 4s infinite;
}

.saas_banner .circle_4 {
    top: 188px;
    right: 265px;
    max-width: 66px;
}

.saas_banner .circle_4 img {
    -webkit-animation: zoominout 3s infinite;
    animation: zoominout 3s infinite;
}

.saas_banner .banner_content .title_text {
    font-size: 44px;
    margin-bottom: 20px;
    letter-spacing: -0.9px;
}

.saas_banner .banner_content .title_text span {
    font-family: "Sofia Pro Ultra Light";
}

.saas_banner .banner_content .title_text strong {
    display: block;
    margin-top: 10px;
    font-family: "Sofia Pro Bold";
}

.saas_banner .banner_content p {
    margin-bottom: 35px;
}

.saas_banner .banner_image {
    width: 885px;
    margin: 0px auto;
    position: relative;
    margin-bottom: -164px;
}

.saas_banner .banner_image .phone_image {
    right: -59px;
    bottom: -23px;
    max-width: 198px;
    position: absolute;
}

.home_saas .header_section.stuck .btn.border_white {
    color: #4154f1;
}

.home_saas .header_section.stuck .btn.border_white:hover {
    color: #ffffff;
}

.h_map ul {
    height: 100%;
    margin-bottom: 0;
    position: relative;
}

.h_map ul li {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.h_map ul li .place_name {
    top: -100%;
    z-index: 1;
    color: #ffffff;
    font-size: 12px;
    min-width: 100px;
    font-weight: 500;
    padding: 0px 12px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 45px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(73, 82, 232, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(73, 82, 232, 0.2);
    background-image: -o-linear-gradient(45deg, #3b31ed 0%, #52b4fb 100%);
    background-image: linear-gradient(45deg, #3b31ed 0%, #52b4fb 100%);
}

.h_map ul li .place_name:before {
    width: 0;
    height: 0;
    left: 50%;
    content: "";
    bottom: -5px;
    position: absolute;
    border-style: solid;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 6px 5px 0 5px;
    border-color: #4671f3 transparent transparent transparent;
}

.h_map ul li .round {
    width: 8px;
    height: 8px;
    position: relative;
    border-radius: 100%;
    background: #4952e8;
}

.h_map ul li .round:after, .h_map ul li .round:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    background: #4952e8;
    left: 0;
}

.h_map ul li .round:before {
    opacity: 0.4;
    -webkit-transform: scale(2.6);
    -ms-transform: scale(2.6);
    transform: scale(2.6);
}

.h_map ul li .round:after {
    opacity: 0.2;
    -webkit-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
}

.h_map ul li .round .dot {
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 100%;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(73, 82, 232, 0.35);
    -webkit-animation: ripple_small 2s linear infinite;
    animation: ripple_small 2s linear infinite;
}

.h_map ul li:nth-child(1) {
    top: 80px;
    left: 100px;
}

.h_map ul li:nth-child(2) {
    top: 220px;
    left: 250px;
}

.h_map ul li:nth-child(3) {
    left: 50%;
    top: 180px;
}

.h_map ul li:nth-child(4) {
    top: 250px;
    left: 70%;
}

.h_map ul li:nth-child(5) {
    left: 80%;
    top: 100px;
}

.h_map ul li:nth-child(6) {
    top: 70%;
    left: 350px;
}

.h_map ul li:nth-child(7) {
    top: 60%;
    left: 54%;
}

.h_map ul li:nth-child(8) {
    top: 75%;
    left: 85%;
}

.home_saas .feature_section .section_title.decrease_size .title_text {
    font-size: 34px;
}

.home_saas .testimonial_section .bg_area {
    z-index: 1;
    position: relative;
}

.home_software .header_section.stuck .btn.border_white {
    color: #4154f1;
}

.home_software .header_section.stuck .btn.border_white:hover {
    color: #ffffff;
}

.software_banner {
    min-height: 100vh;
}

.software_banner .bg_shape_1,
.software_banner .bg_shape_2 {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: 100% 100%;
    background-position: center bottom;
}

.software_banner .bg_shape_2 {
    background-position: center bottom 90px;
}

.software_banner .bg_shape_3 {
    top: 0px;
    left: 0px;
    right: 92px;
    bottom: 0px;
    position: absolute;
    background-size: auto;
    background-position: right center;
}

.software_banner .shape_1 {
    top: 0px;
    right: 0px;
    max-width: 785px;
}

.software_banner .shape_2 {
    left: 0px;
    bottom: 30px;
    max-width: 720px;
}

.software_banner .cloud_1,
.software_banner .cloud_2 {
    max-width: 100px;
}

.software_banner .cloud_1 > img,
.software_banner .cloud_2 > img {
    -webkit-animation: updown 1s infinite alternate;
    animation: updown 1s infinite alternate;
}

.software_banner .cloud_1 {
    top: 40%;
    left: 82px;
}

.software_banner .cloud_2 {
    top: 44%;
    right: -35px;
}

.software_banner .banner_image {
    width: 769px;
    float: right;
    position: relative;
    margin-right: -229px;
}

.software_banner .banner_image .big_image {
    margin-bottom: -23px;
}

.software_banner .banner_image .child_image_1 {
    max-width: 306px;
    position: absolute;
    top: unset;
    left: -12px;
    bottom: 50px;
}

.software_banner .banner_image .child_image_2 {
    max-width: 278px;
    position: absolute;
    top: unset;
    left: unset;
    right: -88px;
    bottom: -100px;
}

.software_banner .banner_content p {
    max-width: 540px;
}

.home_software .service_section .tabs_nav > ul > li > a strong {
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home_software .service_section .tabs_nav > ul > li > a:hover, .home_software .service_section .tabs_nav > ul > li > a.active {
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 13, 187, 0.2);
    box-shadow: 0px 20px 40px 0px rgba(0, 13, 187, 0.2);
    background-image: -o-linear-gradient(135deg, #1c0c80 0%, #3238b4 52%, #4763e7 100%);
    background-image: linear-gradient(-45deg, #1c0c80 0%, #3238b4 52%, #4763e7 100%);
}

.home_software .service_section .tabs_nav > ul > li > a:hover strong, .home_software .service_section .tabs_nav > ul > li > a.active strong {
    color: #ffffff;
}

@media screen and (max-width: 3000px) {
    .app_landing_banner {
        background-size: 80% 100%;
    }
}

@media screen and (max-width: 2390px) {
    .agency_banner .bg_2 {
        top: -50px;
        right: -245px;
        width: 1200px;
    }

    .agency_banner .bg_1 {
        top: -50px;
        width: 1100px;
    }
}

@media screen and (max-width: 2350px) {
    .digital_agency_banner .banner_image {
        width: 970px;
    }

    .digital_agency_banner .shape_1 {
        top: -193px;
        right: -260px;
        width: 1250px;
    }

    .digital_agency_banner .shape_2 {
        top: -200px;
        right: -270px;
        width: 1300px;
    }
}

@media screen and (max-width: 2280px) {
    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        width: 1050px;
    }

    .chat_banner .bg_1 {
        top: -440px;
    }

    .chat_banner .bg_2 {
        top: -355px;
    }
}

@media screen and (max-width: 2260px) {
    .agency_banner .banner_image {
        width: 930px;
    }

    .agency_banner .bg_2 {
        width: 1120px;
    }

    .agency_banner .bg_1 {
        top: -30px;
        width: 980px;
        right: -65px;
    }

    .agency_banner .cloud_2,
    .agency_banner .cloud_3 {
        max-width: 130px;
    }

    .agency_banner .cloud_3 {
        top: 280px;
    }
}

@media screen and (max-width: 2200px) {
    .app_landing_banner {
        background-size: 85% 100%;
    }

    .digital_agency_banner .banner_image {
        width: 880px;
    }

    .digital_agency_banner .shape_1 {
        top: -180px;
        right: -245px;
        width: 1140px;
    }

    .digital_agency_banner .shape_2 {
        top: -190px;
        right: -270px;
        width: 1190px;
    }
}

@media screen and (max-width: 2080px) {
    .app_landing_banner {
        background-size: 90% 100%;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        width: 900px;
    }

    .chat_banner .bg_1 {
        top: -400px;
    }

    .chat_banner .bg_2 {
        top: -320px;
    }

    .digital_agency_banner .banner_image {
        width: 780px;
    }

    .digital_agency_banner .shape_1 {
        top: -170px;
        right: -235px;
        width: 1030px;
    }

    .digital_agency_banner .shape_2 {
        top: -190px;
        right: -270px;
        width: 1085px;
    }
}

@media screen and (max-width: 2000px) {
    .app_landing_banner {
        background-size: 90% 100%;
    }

    .hr_management_banner .banner_image {
        top: 150px;
        right: -210px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .saas_banner {
        min-height: 80vh;
    }
}

@media screen and (max-width: 1920px) {
    .agency_banner .bg_1 {
        top: -40px;
        right: -40px;
        width: 880px;
    }

    .agency_banner .bg_2 {
        top: -55px;
        width: 990px;
        right: -190px;
    }

    .agency_banner .banner_image {
        z-index: 1;
        width: 812px;
        margin: auto;
        display: table;
        position: relative;
        padding: 0px 105px;
    }

    .digital_agency_banner .banner_image {
        width: 670px;
    }

    .digital_agency_banner .shape_1 {
        top: -150px;
        width: 890px;
        right: -206px;
    }

    .digital_agency_banner .shape_2 {
        top: -180px;
        width: 970px;
        right: -265px;
    }

    .digital_agency_banner {
        min-height: 800px;
    }
}

@media screen and (max-width: 1890px) {
    .intregation_section .apps_wrap.wrap_left {
        left: 110px;
    }

    .intregation_section .apps_wrap.wrap_right {
        right: 110px;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        width: 835px;
    }

    .chat_banner .bg_1 {
        top: -320px;
    }

    .chat_banner .bg_2 {
        top: -245px;
    }
}

@media screen and (max-width: 1850px) {
    .agency_banner .bg_1 {
        width: 820px;
    }

    .agency_banner .bg_2 {
        width: 940px;
    }

    .agency_banner .cloud_1 {
        max-width: 160px;
        top: 150px;
        right: 60px;
    }

    .agency_banner .cloud_2,
    .agency_banner .cloud_3 {
        max-width: 95px;
    }

    .agency_banner .cloud_2 {
        top: 140px;
    }

    .digital_agency_banner .banner_image {
        max-width: 650px;
    }

    .digital_agency_banner .shape_1 {
        top: -140px;
        right: -200px;
        max-width: 880px;
    }

    .digital_agency_banner .shape_2 {
        top: -138px;
        right: -195px;
        max-width: 915px;
    }
}

@media screen and (max-width: 1750px) {
    .footer_section .spahe_1 {
        left: -50px;
        bottom: -30px;
        max-width: 290px;
    }

    .owl-theme.arrow_right_left .owl-nav .owl-prev {
        left: -65px;
    }

    .owl-theme.arrow_right_left .owl-nav .owl-next {
        right: -65px;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        max-width: 800px;
    }

    .chat_banner .bg_1 {
        top: -278px;
    }

    .chat_banner .bg_2 {
        top: -210px;
    }

    .digital_marketing_banner .apps_wrap.wrap_left {
        left: 70px;
    }

    .digital_marketing_banner .apps_wrap.wrap_right {
        right: 70px;
    }

    .digital_marketing_banner .triangle_1 {
        top: 140px;
        left: 230px;
    }

    .digital_marketing_banner .cloud_image.cloud_1 {
        top: 230px;
        left: 150px;
    }

    .digital_marketing_banner .cloud_image.cloud_2 {
        top: 175px;
        right: 190px;
    }

    .digital_marketing_banner .triangle_2 {
        top: 275px;
        right: 420px;
    }

    .digital_marketing_banner .dot_1 {
        top: 420px;
        left: 185px;
    }

    .digital_marketing_banner .dot_3 {
        top: 525px;
        left: 400px;
    }
}

@media screen and (max-width: 1700px) {
    .feature_section .feature_image {
        width: 680px;
    }

    .feature_section .feature_image .phone_image {
        left: -42px;
        bottom: -20px;
        max-width: 150px;
    }

    .feature_section .feature_image .watch_image {
        right: -15px;
        bottom: 20px;
        max-width: 70px;
    }

    .saas_banner .circle_1 {
        left: -300px;
        bottom: -160px;
        max-width: 620px;
    }

    .saas_banner .circle_2 {
        top: 140px;
        max-width: 130px;
    }

    .saas_banner .circle_4 {
        right: 10%;
        max-width: 65px;
    }

    .saas_banner .circle_3 {
        right: 20%;
        bottom: 210px;
        max-width: 250px;
    }

    .feature_section .feature_image_12 {
        width: 760px;
    }

    .feature_section .feature_image_12 .small_image {
        max-width: 300px;
    }

    .feature_section .feature_image_12 .child_image_1,
    .feature_section .feature_image_12 .child_image_2,
    .feature_section .feature_image_12 .child_image_3 {
        max-width: 320px;
    }

    .feature_section .feature_image_12 .child_image_2 {
        top: 155px;
    }

    .feature_section .feature_image_12 .child_image_3 {
        max-width: 355px;
        top: 240px;
    }

    .feature_section .shape_14 {
        top: -70px;
        left: -320px;
        max-width: 1030px;
    }

    .feature_section .shape_15 {
        max-width: 880px;
    }

    .feature_section .feature_image_13 {
        width: 630px;
        margin-left: -70px;
    }

    .feature_section .feature_image_13 .child_image_1 {
        max-width: 330px;
        right: 60px;
    }

    .feature_section .feature_image_13 .child_image_2 {
        max-width: 310px;
    }

    .feature_section .feature_image_13 .child_image_3 {
        max-width: 385px;
        bottom: -82px;
    }
}

@media screen and (max-width: 1650px) {
    .w-1520 {
        max-width: 1425px;
    }

    .agency_banner .banner_content,
    .app_landing_banner .banner_content,
    .digital_agency_banner .banner_content {
        padding-right: 0px;
    }

    .service_section .spahe_2 {
        right: 15px;
        max-width: 190px;
    }

    .service_section .spahe_1 {
        right: 80px;
        max-width: 220px;
    }

    .service_boxed_2 p {
        font-size: 15px;
    }

    .register_section .signin_image {
        width: 540px;
        margin-right: -160px;
    }

    .banner_section .banner_content .title_text {
        font-size: 54px;
    }

    .digital_agency_banner .banner_image {
        width: 520px;
    }

    .digital_agency_banner .shape_1 {
        top: -120px;
        width: 700px;
        right: -170px;
    }

    .digital_agency_banner .shape_2 {
        top: -130px;
        width: 740px;
        right: -195px;
    }

    .digital_agency_banner {
        min-height: 75vh;
    }
}

@media screen and (max-width: 1640px) {
    .footer_section .cloud_image.cloud_1 {
        top: 185px;
        left: 100px;
    }

    .footer_section .cloud_image.cloud_3 {
        top: 230px;
        right: 100px;
    }

    .footer_section .cloud_image.cloud_2 {
        bottom: 110px;
    }

    .service_section .service_image {
        width: 580px;
        margin-right: -45px;
    }

    .agency_banner .bg_2 {
        width: 920px;
    }

    .agency_banner .bg_1 {
        width: 800px;
        top: -35px;
    }

    .agency_banner .cloud_1 {
        max-width: 130px;
        top: 130px;
        right: 50px;
    }

    .digital_marketing_banner .cloud_image.cloud_4 {
        right: 400px;
    }

    .seo_section .rocket_image {
        right: 50px;
        max-width: 230px;
    }

    .seo_section .shape_3 {
        top: 40px;
        right: 280px;
        max-width: 90px;
    }

    .seo_section .shape_2 {
        top: 240px;
        left: 590px;
        max-width: 90px;
    }

    .seo_section .shape_1 {
        bottom: 170px;
        max-width: 140px;
    }

    .newsletter_section .newsletter_boxed .shape_1 {
        bottom: 60px;
        max-width: 150px;
    }

    .newsletter_section .newsletter_boxed .shape_2 {
        right: 55px;
        bottom: 50%;
        max-width: 90px;
    }

    .hr_management_banner .banner_image {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .intregation_section .apps_wrap.wrap_left {
        left: 50px;
    }

    .intregation_section .apps_wrap.wrap_right {
        right: 50px;
    }

    .software_banner .shape_1 {
        max-width: 555px;
    }

    .software_banner .shape_2 {
        bottom: 70px;
        max-width: 630px;
    }

    .software_banner .banner_image .child_image_2 {
        max-width: 230px;
        right: -30px;
        bottom: -90px;
    }

    .software_banner .banner_image {
        width: 735px;
        margin-right: -190px;
    }

    .software_banner .banner_image .child_image_1 {
        max-width: 270px;
        left: -35px;
        bottom: 55px;
    }

    .software_banner .cloud_1,
    .software_banner .cloud_2 {
        max-width: 85px;
    }

    .software_banner .cloud_1 {
        top: 30%;
        left: 30px;
    }
}

@media screen and (max-width: 1600px) {
    .footer_section .spahe_1 {
        left: -40px;
        bottom: -20px;
        max-width: 220px;
    }

    .saas_banner .circle_1 {
        left: -250px;
        bottom: -150px;
        max-width: 540px;
    }

    .saas_banner .circle_3 {
        max-width: 200px;
    }

    .saas_banner .circle_2 {
        top: 150px;
        max-width: 100px;
    }

    .saas_banner .banner_content .title_text {
        font-size: 48px;
    }
}

@media screen and (max-width: 1560px) {
    .w-1520 {
        max-width: 1200px;
    }

    .banner_section .banner_content .title_text {
        font-size: 48px;
    }

    .banner_section .banner_content p {
        font-size: 16px;
    }

    .agency_banner .banner_image {
        width: 800px;
        padding: 0px 70px;
    }

    .agency_banner .banner_image .leaf_1,
    .agency_banner .banner_image .leaf_2 {
        max-width: 70px;
    }

    .agency_banner .banner_image .leaf_1 {
        left: -5px;
    }

    .agency_banner .banner_image .leaf_2 {
        right: -10px;
    }

    .agency_banner .cloud_1 {
        max-width: 120px;
        top: 100px;
        right: 40px;
    }

    .agency_banner .bg_1 {
        width: 780px;
        top: -30px;
    }

    .agency_banner .bg_2 {
        width: 900px;
    }

    .agency_banner .banner_content .title_text {
        font-size: 47px;
    }

    .app_landing_banner {
        background-size: 95% 100%;
    }

    .promotion_section .shape_1 {
        max-width: 230px;
    }

    .promotion_section .shape_2 {
        left: 145px;
        max-width: 190px;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        max-width: 670px;
    }

    .chat_banner .bg_1 {
        top: -180px;
    }

    .chat_banner .bg_2 {
        top: -130px;
        right: -20px;
    }

    .chat_banner .banner_image {
        max-width: 380px;
    }

    .chat_banner .banner_image .bar_image {
        max-width: 300px;
    }
}

@media screen and (max-width: 1520px) {
    .agency_banner .banner_image {
        width: 600px;
        padding: 0px;
    }

    .agency_banner .banner_image .leaf_1,
    .agency_banner .banner_image .leaf_2 {
        max-width: 60px;
    }

    .agency_banner .banner_image .leaf_2 {
        right: -100px;
    }

    .agency_banner .banner_image .leaf_1 {
        left: -65px;
    }

    .agency_banner .cloud_1 {
        max-width: 120px;
        top: 110px;
        right: 60px;
    }

    .agency_banner .cloud_2 {
        left: 60px;
    }

    .digital_marketing_banner .banner_content {
        max-width: 580px;
        margin: 0px auto 40px;
    }

    .digital_marketing_banner .banner_image {
        max-width: 480px;
    }

    .digital_marketing_banner .apps_wrap > ul {
        width: 360px;
        height: 300px;
    }

    .digital_marketing_banner .apps_wrap {
        bottom: 275px;
    }

    .digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(2),
    .digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(2) {
        top: 35%;
    }

    .digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(3) {
        top: 44%;
        right: 37%;
    }

    .digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(3) {
        top: 44%;
        left: 37%;
    }

    .seo_section .glob_image_1 {
        max-width: 460px;
    }

    .saas_banner .circle_1 {
        max-width: 500px;
    }

    .feature_section .feature_image_12 {
        width: 690px;
    }

    .feature_section .feature_image_12 .small_image {
        max-width: 260px;
        left: 70px;
        bottom: -58px;
    }

    .feature_section .feature_image_12 .child_image_1,
    .feature_section .feature_image_12 .child_image_2,
    .feature_section .feature_image_12 .child_image_3 {
        max-width: 290px;
        right: -60px;
    }

    .feature_section .feature_image_12 .child_image_3 {
        max-width: 330px;
        top: 228px;
    }

    .feature_section .feature_image_12 .child_image_2 {
        top: 150px;
    }

    .feature_section .shape_14 {
        top: -50px;
        left: -320px;
        max-width: 980px;
    }

    .feature_section .shape_15 {
        max-width: 820px;
    }

    .feature_section .feature_image_13 {
        width: 570px;
        margin-left: -95px;
    }

    .feature_section .feature_image_13 .child_image_1 {
        max-width: 280px;
        right: 40px;
    }

    .feature_section .feature_image_13 .child_image_2 {
        max-width: 260px;
        top: 150px;
        left: -110px;
    }

    .feature_section .feature_image_13 .child_image_3 {
        max-width: 340px;
        bottom: -68px;
    }

    .software_banner .shape_1 {
        max-width: 480px;
    }

    .software_banner .shape_2 {
        bottom: 60px;
        max-width: 500px;
    }

    .software_banner {
        min-height: 100vh;
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .software_banner .bg_shape_1,
    .software_banner .bg_shape_2 {
        background-size: 100%;
        background-position: center top;
    }

    .software_banner .bg_shape_3 {
        right: 30px;
        background-size: 80%;
    }

    .software_banner .banner_image {
        width: 690px;
        margin-right: -150px;
    }

    .software_banner .banner_image .child_image_1 {
        max-width: 230px;
        left: -25px;
        bottom: 65px;
    }

    .software_banner .banner_image .child_image_2 {
        max-width: 200px;
        right: -20px;
        bottom: -50px;
    }
}

@media screen and (max-width: 1480px) {
    .footer_section .spahe_1 {
        max-width: 170px;
    }

    .feature_section .feature_image {
        width: 600px;
    }

    .feature_section .feature_image .phone_image {
        left: -42px;
        bottom: -20px;
        max-width: 140px;
    }

    .feature_section .feature_image .watch_image {
        right: -10px;
        bottom: 20px;
        max-width: 60px;
    }

    .service_section .service_image {
        width: 530px;
        margin-right: -60px;
    }

    .register_section .signin_image {
        width: 490px;
        margin-right: -100px;
    }

    .agency_banner .bg_2 {
        width: 870px;
        top: -45px;
    }

    .agency_banner .bg_1 {
        width: 750px;
        top: -20px;
    }

    .hr_management_banner .banner_image {
        right: -310px;
        -webkit-transform: scale(0.83);
        -ms-transform: scale(0.83);
        transform: scale(0.83);
    }

    .hr_management_banner .shape_1 {
        max-width: 390px;
    }

    .hr_management_banner .shape_2 {
        max-width: 530px;
    }

    .hr_management_banner .shape_3 {
        max-width: 680px;
    }

    .intregation_section .intregation_image_1 {
        max-width: 580px;
    }

    .intregation_section .intregation_image_1 .phone_image {
        left: 50px;
        max-width: 120px;
    }

    .intregation_section .intregation_image_1 .watch_image {
        right: 75px;
        max-width: 100px;
    }

    .intregation_section .apps_wrap > ul {
        width: 310px;
        height: 240px;
    }

    .intregation_section .apps_wrap > ul > li {
        width: 55px;
        height: 55px;
    }

    .intregation_section .apps_wrap > ul > li > a > img {
        height: 20px;
    }

    .intregation_section .apps_wrap.wrap_left > ul > li:nth-child(2),
    .intregation_section .apps_wrap.wrap_right > ul > li:nth-child(2) {
        bottom: 45%;
    }

    .intregation_section .apps_wrap.wrap_left > ul > li:nth-child(3) {
        top: 44%;
        left: 40%;
    }

    .intregation_section .apps_wrap.wrap_right > ul > li:nth-child(3) {
        top: 44%;
        right: 40%;
    }

    .intregation_section .apps_wrap.wrap_left > ul > li:nth-child(4) {
        right: 12%;
    }

    .intregation_section .apps_wrap.wrap_right > ul > li:nth-child(4) {
        left: 12%;
    }
}

@media screen and (max-width: 1440px) {
    .breadcrumb_section .spahe_1,
    .breadcrumb_section .spahe_2 {
        max-width: 420px;
    }

    .breadcrumb_section .spahe_1 {
        top: -70px;
        right: -70px;
    }

    .breadcrumb_section .spahe_2 {
        left: -70px;
        bottom: -70px;
    }

    .feature_section .feature_image_2 .image_2 {
        max-width: 360px;
        top: 135px;
    }

    .feature_section .feature_image_2 .image_3 {
        max-width: 270px;
        right: -100px;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        max-width: 720px;
    }

    .chat_banner .bg_1 {
        top: -230px;
    }

    .chat_banner .bg_2 {
        top: -185px;
        right: -30px;
    }

    .service_section .shape_3 {
        bottom: -220px;
        max-width: 830px;
    }

    .feature_section .shape_12 {
        max-width: 760px;
    }

    .feature_section .shape_7 {
        max-width: 220px;
    }

    .feature_section .shape_8 {
        left: 150px;
        max-width: 200px;
    }

    .feature_section .feature_image_6 {
        width: 630px;
        margin-left: 30px;
    }

    .feature_section .feature_image_6 .phone_image {
        left: -30px;
        max-width: 145px;
    }

    .digital_agency_banner .banner_image {
        max-width: 590px;
    }

    .digital_agency_banner .shape_1 {
        top: -120px;
        right: -170px;
        max-width: 775px;
    }

    .digital_agency_banner .shape_2 {
        top: -130px;
        right: -195px;
        max-width: 820px;
    }

    .digital_agency_banner .shape_3 {
        top: 100px;
        max-width: 70px;
    }

    .introduction_section .dot_image_2 {
        left: -90px;
        max-width: 130px;
    }

    .casestudy_section .shape_1 {
        top: -120px;
        max-width: 70px;
    }

    .casestudy_section .shape_2 {
        max-width: 70px;
    }

    .payment_banner .shape_3 {
        right: 80px;
        max-width: 120px;
    }

    .payment_banner .shape_2 {
        max-width: 70px;
    }

    .payment_banner .shape_1 {
        max-width: 670px;
    }

    .feature_section .shape_9 {
        right: -225px;
        max-width: 660px;
    }

    .feature_section .shape_10 {
        bottom: 20px;
        max-width: 570px;
    }

    .feature_section .shape_11 {
        max-width: 670px;
    }

    .testimonial_section .shape_3 {
        top: -130px;
        right: -245px;
        max-width: 700px;
    }

    .software_banner .bg_shape_1,
    .software_banner .bg_shape_2 {
        background-size: 100% 100%;
        background-position: center bottom;
    }

    .software_banner .bg_shape_2 {
        background-position: center bottom 60px;
    }

    .software_banner {
        min-height: auto;
        padding-top: 200px;
        padding-bottom: 250px;
    }

    .software_banner .shape_1 {
        max-width: 340px;
    }

    .software_banner .shape_2 {
        bottom: 60px;
        max-width: 430px;
    }

    .software_banner .banner_image {
        width: 620px;
        margin-right: -80px;
    }

    .software_banner .banner_image .child_image_1 {
        max-width: 180px;
        left: -10px;
        bottom: 80px;
    }

    .software_banner .banner_image .child_image_2 {
        max-width: 130px;
        right: -20px;
        bottom: 0px;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        max-width: 590px;
    }

    .chat_banner .bg_1 {
        top: -145px;
    }

    .chat_banner .bg_2 {
        top: -95px;
        right: -30px;
    }
}

@media screen and (max-width: 1410px) {
    .agency_banner .bg_2 {
        width: 840px;
        top: -30px;
    }

    .agency_banner .bg_1 {
        width: 725px;
        top: -5px;
    }

    .saas_banner .circle_1 {
        left: -200px;
        bottom: -100px;
        max-width: 400px;
    }

    .feature_section .shape_14 {
        max-width: 900px;
    }

    .feature_section .feature_image_12 {
        width: 640px;
    }

    .feature_section .feature_image_13 {
        width: 530px;
        margin-left: -95px;
    }

    .feature_section .shape_15 {
        max-width: 740px;
    }
}

@media screen and (max-width: 1350px) {
    @-webkit-keyframes ripple {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2);
        }
        100% {
            -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2), 0px 0px 0px 60px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2), 0px 0px 0px 60px rgba(255, 255, 255, 0);
        }
    }
    @keyframes ripple {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2);
        }
        100% {
            -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2), 0px 0px 0px 60px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0.2), 0px 0px 0px 60px rgba(255, 255, 255, 0);
        }
    }  .service_section .service_image {
           width: 480px;
           margin-right: -60px;
       }

    .introduction_section .video_wrap {
        max-width: 870px;
        margin: 0px auto;
    }

    .introduction_section .video_wrap .shadow_image {
        width: 1190px;
    }

    .introduction_section .video_wrap .dot_image {
        top: -30px;
        right: 83px;
        max-width: 135px;
    }

    .introduction_section .video_wrap .leaf_image {
        left: 30px;
        bottom: 35px;
        max-width: 120px;
    }

    .introduction_section .video_wrap .man_2 {
        left: -110px;
        bottom: 50px;
        max-width: 170px;
    }

    .introduction_section .video_wrap .man_1 {
        right: -55px;
        bottom: 70px;
        max-width: 120px;
    }

    .register_section .signin_image {
        width: 460px;
        margin-right: -40px;
    }

    .introduction_section .video_wrap .leaf_image_1,
    .introduction_section .video_wrap .leaf_image_2 {
        bottom: 40px;
        max-width: 130px;
    }

    .digital_marketing_banner .cloud_image.cloud_1 {
        top: 19%;
        left: 6%;
    }

    .digital_marketing_banner .cloud_image.cloud_2 {
        top: 13%;
        right: 7%;
    }

    .digital_marketing_banner .cloud_image.cloud_4 {
        right: 23%;
    }

    .intregation_section .apps_wrap > ul {
        width: 280px;
        height: 220px;
    }
}

@media screen and (max-width: 1310px) {
    .feature_section .feature_image {
        width: 600px;
        margin-right: -50px;
    }

    .feature_section .feature_image .phone_image {
        left: -20px;
    }

    .feature_section .feature_image .watch_image {
        right: -5px;
    }

    .chat_banner .banner_image {
        max-width: 350px;
    }

    .chat_banner .banner_image .bar_image {
        max-width: 300px;
    }

    .chat_banner .banner_image .bar_1 {
        top: 100px;
        left: -90px;
    }

    .chat_banner .banner_image .bar_2 {
        right: -150px;
    }

    .chat_banner .banner_image .bar_3 {
        left: -90px;
    }

    .chat_banner .bg_1 {
        top: -160px;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        max-width: 650px;
    }

    .chat_banner .bg_2 {
        top: -130px;
        right: -20px;
    }

    .service_section .shape_3 {
        max-width: 770px;
    }

    .feature_section .feature_image_6 {
        width: 590px;
        margin-left: 0px;
    }

    .payment_banner .banner_image {
        width: 340px;
    }

    .payment_banner .banner_image .apps_wrap > ul {
        width: 520px;
        height: 430px;
    }

    .payment_banner .banner_image .card_image {
        max-width: 350px;
        left: -145px;
    }

    .feature_section .feature_image_9 {
        width: 490px;
    }

    .feature_section .feature_image_9 .child_image {
        max-width: 295px;
        right: -90px;
    }

    .feature_section .feature_image_9 .dot_image {
        max-width: 135px;
        top: 125px;
        left: 5px;
    }

    .feature_section .feature_image_2 {
        margin: 0px auto;
        max-width: 370px;
        margin-top: -40px;
    }

    .feature_section .feature_image_2 .image_2 {
        max-width: 280px;
        top: 85px;
        left: -95px;
    }

    .feature_section .feature_image_2 .image_3 {
        max-width: 240px;
        right: -60px;
        bottom: 60px;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        max-width: 515px;
    }

    .chat_banner .bg_1 {
        top: -50px;
    }

    .chat_banner .bg_2 {
        top: -15px;
    }
}

@media screen and (max-width: 1280px) {
    .footer_section .spahe_1 {
        display: none;
    }

    .breadcrumb_section .spahe_1,
    .breadcrumb_section .spahe_2 {
        max-width: 400px;
    }

    .breadcrumb_section .spahe_1 {
        top: -60px;
        right: -60px;
    }

    .breadcrumb_section .spahe_2 {
        left: -60px;
        bottom: -60px;
    }

    .error_section .spahe_1,
    .error_section .spahe_2 {
        max-width: 450px;
    }

    .error_section .spahe_1 {
        top: -70px;
        right: -70px;
    }

    .error_section .spahe_2 {
        left: -70px;
        bottom: -70px;
    }

    .error_section .error_content p {
        font-size: 16px;
    }

    .service_carousel.owl-theme.arrow_right_left .owl-nav .owl-prev {
        left: -25px;
    }

    .service_carousel.owl-theme.arrow_right_left .owl-nav .owl-next {
        right: -25px;
    }

    .introduction_section .video_wrap .shadow_image {
        width: 100%;
    }

    .feature_section .feature_image_2 {
        padding: 0px;
        margin: 0px auto;
        max-width: 330px;
    }

    .feature_section .feature_image_2 .image_2 {
        max-width: 300px;
        top: 100px;
        left: -180px;
    }

    .feature_section .feature_image_2 .image_3 {
        max-width: 240px;
        right: -90px;
        bottom: 85px;
    }

    .register_section .signin_image {
        margin-right: 0px;
    }

    .agency_banner .bg_2 {
        width: 810px;
    }

    .agency_banner .bg_1 {
        width: 690px;
    }

    .partner_section .dot_image_1 {
        top: -200px;
        left: -70px;
        max-width: 100px;
    }

    .service_section .shape_3 {
        bottom: -195px;
        max-width: 731px;
    }

    .introduction_section .dot_image_1 {
        top: -100px;
        right: -70px;
        max-width: 100px;
    }

    .feature_section .shape_12 {
        top: 140px;
        max-width: 660px;
    }

    .feature_section .feature_image_5 {
        float: none;
        margin: 0px auto;
        max-width: 400px;
    }

    .feature_section .feature_image_5 .image_2,
    .feature_section .feature_image_5 .image_3 {
        max-width: 290px;
    }

    .feature_section .feature_image_5 .image_2 {
        bottom: 30px;
        left: -145px;
    }

    .feature_section .feature_image_5 .image_3 {
        top: -70px;
        right: -80px;
    }

    .feature_section .shape_13 {
        top: 400px;
        left: -70px;
        max-width: 100px;
    }

    .introduction_section .video_wrap {
        padding-bottom: 60px;
    }

    .digital_marketing_banner .apps_wrap.wrap_left {
        left: 30px;
    }

    .digital_marketing_banner .apps_wrap.wrap_right {
        right: 30px;
    }

    .digital_marketing_banner .apps_wrap > ul > li {
        width: 60px;
        height: 60px;
    }

    .digital_marketing_banner .apps_wrap > ul {
        width: 320px;
        height: 280px;
    }

    .service_section .dot_1 {
        top: 300px;
        right: 30px;
    }

    .service_section .dot_2 {
        left: 30px;
        bottom: 80px;
    }

    .feature_section .dot_3 {
        top: 70px;
        right: 30px;
    }

    .feature_section .dot_4 {
        left: 30px;
        bottom: 130px;
    }

    .seo_section .rocket_image {
        right: 15px;
        max-width: 210px;
    }

    .seo_section .shape_2 {
        top: 50%;
        left: 35%;
    }

    .seo_section .glob_image_1 {
        max-width: 420px;
    }

    .casestudy_section .triangle_1 {
        left: 30px;
    }

    .casestudy_section .dot_1 {
        right: 30px;
    }

    .casestudy_section .dot_3 {
        top: 300px;
        right: 50px;
    }

    .intregation_section .intregation_image_1 {
        max-width: 480px;
    }

    .intregation_section .intregation_image_1 .phone_image {
        left: 105px;
        max-width: 100px;
    }

    .intregation_section .intregation_image_1 .watch_image {
        right: 130px;
        max-width: 80px;
    }

    .service_primary_2 p {
        margin-bottom: 10px;
    }

    .home_project_management .service_primary_2 {
        padding: 45px 35px;
    }

    .service_primary_2 .item_title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .service_section .tab-content .service_image_3 {
        width: 750px;
        margin-right: -40px;
    }

    .service_section .dot_image_2 {
        top: 150px;
        right: -35px;
        max-width: 100px;
    }

    .service_section .tabs_nav_2 > ul > li a strong {
        font-size: 22px;
    }

    .service_section .tabs_nav_2 > ul > li a span {
        font-size: 15px;
    }

    .feature_section .dot_image_2 {
        top: -150px;
        right: -60px;
        max-width: 100px;
    }

    .app_landing_banner {
        background-size: 100% 100%;
    }

    .software_banner .bg_shape_1,
    .software_banner .bg_shape_2 {
        background-size: auto 100%;
        background-position: center bottom;
    }
}

@media screen and (max-width: 1240px) {
    .hr_management_banner .banner_image {
        right: -355px;
        -webkit-transform: scale(0.72);
        -ms-transform: scale(0.72);
        transform: scale(0.72);
    }

    .hr_management_banner .shape_1 {
        max-width: 330px;
    }

    .hr_management_banner .shape_2 {
        max-width: 480px;
    }

    .hr_management_banner .shape_3 {
        max-width: 620px;
    }

    .shop_carousel.arrow_right_left .owl-nav .owl-next,
    .shop_carousel.arrow_right_left .owl-nav .owl-prev {
        top: 40%;
        width: 45px;
        height: 45px;
        background-color: #ffffff;
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
    }

    .shop_carousel.arrow_right_left .owl-nav .owl-next:hover,
    .shop_carousel.arrow_right_left .owl-nav .owl-prev:hover {
        background-color: #4154f1;
    }

    .shop_carousel.arrow_right_left .owl-nav .owl-next:before,
    .shop_carousel.arrow_right_left .owl-nav .owl-prev:before {
        font-size: 16px;
        line-height: 46px;
    }

    .shop_carousel.arrow_right_left .owl-nav .owl-next {
        right: -25px;
    }

    .shop_carousel.arrow_right_left .owl-nav .owl-prev {
        left: -25px;
    }
}

@media screen and (max-width: 1200px) {
    .sec_ptb_345 {
        padding: 250px 0px;
    }

    .feature_section .feature_image {
        width: 550px;
        margin-right: -50px;
    }

    .feature_section .feature_image .phone_image {
        left: -32px;
        bottom: -15px;
        max-width: 120px;
    }

    .feature_section .feature_image .watch_image {
        right: -4px;
        bottom: 18px;
        max-width: 50px;
    }

    .service_carousel.owl-theme.arrow_right_left .owl-nav .owl-next,
    .service_carousel.owl-theme.arrow_right_left .owl-nav .owl-prev {
        position: -webkit-sticky;
        position: sticky;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .service_carousel {
        margin: 0px;
        margin-top: -55px;
    }

    .service_carousel .item {
        padding: 55px 0px;
    }

    .agency_banner .banner_image {
        width: 590px;
        margin-left: 0px;
    }

    .agency_banner .banner_image .leaf_2 {
        right: -75px;
    }

    .agency_banner .bg_2 {
        width: 765px;
        top: -18px;
    }

    .agency_banner .bg_1 {
        right: -70px;
    }

    .agency_banner .cloud_3 {
        left: -100px;
        top: 235px;
    }

    .service_section .dot_image_1 {
        max-width: 130px;
    }

    .feature_section .dot_image_1 {
        max-width: 125px;
    }

    .feature_section .shape_1 {
        max-width: 630px;
    }

    .testimonial_section .shape_1 {
        max-width: 125px;
    }

    .partner_section .shape_1 {
        max-width: 240px;
    }

    .feature_section .shape_6 {
        max-width: 400px;
    }

    .promotion_section .shape_1 {
        max-width: 200px;
    }

    .promotion_section .shape_2 {
        max-width: 170px;
    }

    .showcase_section .dot_image_1 {
        right: -70px;
        max-width: 100px;
    }

    .digital_agency_banner .banner_image {
        max-width: 500px;
    }

    .digital_agency_banner .shape_1 {
        top: -110px;
        right: -165px;
        max-width: 680px;
    }

    .digital_agency_banner .shape_2 {
        top: -120px;
        right: -200px;
        max-width: 730px;
    }

    .digital_agency_banner .shape_3 {
        top: 140px;
        max-width: 50px;
    }

    .introduction_section .dot_image_2 {
        left: -70px;
        max-width: 100px;
    }

    .introduction_section .video_wrap .leaf_image_1,
    .introduction_section .video_wrap .leaf_image_2 {
        bottom: 20px;
        max-width: 120px;
    }

    .casestudy_section .shape_1 {
        max-width: 50px;
    }

    .casestudy_section .shape_2 {
        max-width: 50px;
    }

    .hr_management_banner .shape_5 {
        left: 340px;
        bottom: -130px;
    }

    .hr_management_banner .banner_content .title_text span {
        display: block;
        font-size: 48px;
        font-family: "Sofia Pro Extra Light";
    }

    .hr_management_banner .shape_4 {
        top: 55px;
        left: 510px;
    }

    .hr_management_banner .banner_content {
        max-width: 430px;
    }

    .hr_management_banner .banner_content .title_text {
        margin-bottom: 20px;
    }

    .hr_management_banner .banner_content .title_text span {
        font-size: 42px;
    }

    .intregation_section .apps_wrap > ul > li {
        width: 50px;
        height: 50px;
    }

    .intregation_section .apps_wrap > ul {
        width: 245px;
        height: 220px;
    }

    .intregation_section .apps_wrap.wrap_left {
        left: 30px;
    }

    .intregation_section .apps_wrap.wrap_right {
        right: 30px;
    }

    .intregation_section .dot_image_1 {
        right: -70px;
        max-width: 100px;
    }

    .payment_banner {
        min-height: auto;
        padding-top: 260px;
        padding-bottom: 80px;
    }

    .payment_banner .banner_content {
        max-width: 470px;
    }

    .payment_banner .shape_1 {
        max-width: 600px;
    }

    .payment_banner .banner_image {
        float: left;
        width: 340px;
        margin-left: -50px;
    }

    .feature_section .shape_9 {
        top: -90px;
        right: -160px;
        max-width: 470px;
    }

    .feature_section .feature_image_9 {
        width: auto;
        float: none;
        padding: 0px;
        max-width: 450px;
        margin: 0px auto;
    }

    .feature_section .feature_image_9 .child_image {
        width: auto;
        max-width: 270px;
        right: -85px;
    }

    .feature_section .feature_image_2 {
        margin: 0px auto;
        max-width: 320px;
        margin-left: -40px;
    }

    .feature_section .feature_image_2 .image_2 {
        max-width: 260px;
        top: 70px;
        left: -90px;
    }

    .feature_section .feature_image_2 .image_3 {
        max-width: 210px;
        right: -70px;
        bottom: 80px;
    }

    .feature_section .shape_10 {
        bottom: 0px;
        left: -130px;
        max-width: 500px;
    }

    .feature_section .shape_11 {
        left: -120px;
        bottom: -90px;
        max-width: 490px;
    }

    .testimonial_section .shape_3 {
        top: -150px;
        right: -170px;
        max-width: 500px;
    }

    .saas_banner .banner_image {
        width: 780px;
    }

    .saas_banner .banner_image .phone_image {
        right: -45px;
        bottom: -18px;
        max-width: 160px;
    }

    .shop_carousel.arrow_right_left .owl-nav .owl-next {
        right: 15px;
    }

    .shop_carousel.arrow_right_left .owl-nav .owl-prev {
        left: 15px;
    }

    .ml--30 {
        margin-left: 0px;
    }

    .mr--30 {
        margin-right: 0px;
    }

    .feature_section .section_title .title_text {
        font-size: 36px;
    }

    .section_title .title_text {
        font-size: 36px;
    }

    .app_landing_banner {
        background-size: auto 100%;
    }

    .main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu {
        max-width: 960px;
    }
}

@media screen and (max-width: 1180px) {
    .banner_section .banner_content .title_text {
        font-size: 42px;
    }

    .agency_banner .bg_2 {
        width: 700px;
        top: -10px;
    }

    .agency_banner .bg_1 {
        top: 0px;
        width: 620px;
    }
}

@media screen and (max-width: 1160px) {
    .banner_section .banner_content .title_text {
        font-size: 46px;
    }

    .banner_section .banner_content p {
        font-size: 15px;
    }

    .project_management_banner .banner_image {
        width: 960px;
    }

    .feature_section .feature_image_11 {
        float: none;
        width: 531px;
        margin-top: -12px auto -32px;
    }

    .feature_section .feature_image_10 {
        width: 480px;
        margin-left: 0px;
    }

    .feature_section .feature_image_10 .child_image_1,
    .feature_section .feature_image_10 .child_image_2,
    .feature_section .feature_image_10 .child_image_3 {
        max-width: 370px;
        right: -120px;
    }

    .feature_section .feature_image_10 .child_image_1 {
        top: 130px;
    }

    .feature_section .feature_image_10 .child_image_2 {
        top: 230px;
    }

    .feature_section .feature_image_10 .child_image_3 {
        max-width: 410px;
        top: 330px;
    }

    .service_section .tab-content .service_image_3 {
        width: 100%;
        float: left;
        margin-left: -75px;
    }

    .service_section .dot_image_2 {
        top: 110px;
        right: 80px;
        max-width: 90px;
    }

    .feature_section .feature_image_11 {
        width: auto;
        margin: 0px auto;
        max-width: 570px;
        float: none;
    }

    .software_banner .banner_content {
        max-width: 500px;
    }

    .software_banner .banner_image {
        width: 560px;
        margin-right: 0px;
    }

    .software_banner .banner_content {
        max-width: 430px;
    }

    .banner_section .banner_content .title_text {
        font-size: 42px;
    }

    .banner_section .banner_content p {
        font-size: 16px;
    }

    .project_management_banner .banner_content .title_text {
        font-size: 54px;
    }
}

@media screen and (max-width: 1140px) {
    .section_title .icon {
        height: 70px;
        font-size: 42px;
        line-height: 70px;
    }

    .section_title p {
        font-size: 15px;
    }

    .footer_section .social_links.social_rounded > ul > li {
        margin-right: 5px;
    }

    .feature_section .section_title .title_text {
        font-size: 36px;
    }

    .banner_section .banner_content .popup_video .icon {
        width: 50px;
        height: 50px;
        font-size: 38px;
        line-height: 50px;
    }

    .banner_section .banner_content .popup_video small {
        margin: 11px 0px;
    }

    .agency_banner .banner_image {
        width: 500px;
    }

    .agency_banner {
        min-height: 85vh;
    }

    .banner_section .banner_content .title_text {
        font-size: 42px;
    }

    .agency_banner .banner_image {
        margin-left: 40px;
    }

    .service_primary_2 .item_title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .home_agency .service_primary_2 {
        padding: 0px;
    }

    .home_agency .service_primary_2 p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .testimonial_section .shape_2 {
        max-width: 450px;
    }

    .service_section .dot_image_1 {
        top: -100px;
    }

    .feature_section .shape_2 {
        top: 30px;
        max-width: 170px;
    }

    .feature_section.bg_flow {
        min-height: auto;
    }

    .project_management_banner .banner_content {
        max-width: 570px;
        margin: 0px auto;
    }

    .feature_section .feature_image_12 {
        width: 540px;
    }

    .feature_section .feature_image_12 .small_image {
        max-width: 200px;
        left: 60px;
        bottom: -50px;
    }

    .feature_section .feature_image_12 .child_image_1,
    .feature_section .feature_image_12 .child_image_2,
    .feature_section .feature_image_12 .child_image_3 {
        max-width: 250px;
    }

    .feature_section .feature_image_12 .child_image_1 {
        top: 40px;
    }

    .feature_section .feature_image_12 .child_image_2 {
        top: 105px;
    }

    .feature_section .feature_image_12 .child_image_3 {
        max-width: 290px;
        top: 170px;
    }

    .feature_section .shape_14 {
        max-width: 750px;
    }

    .feature_section .feature_image_13 {
        width: 500px;
        margin-left: -180px;
    }

    .feature_section .feature_image_13 .child_image_1 {
        max-width: 250px;
    }

    .feature_section .feature_image_13 .child_image_2 {
        max-width: 200px;
        left: -100px;
    }

    .feature_section .feature_image_13 .child_image_3 {
        max-width: 295px;
        bottom: -78px;
    }

    .feature_section .shape_15 {
        max-width: 695px;
    }
}

@media screen and (max-width: 1112px) {
    .testimonial_section .testimonial_carousel_1 .owl-nav {
        left: 108%;
    }
}

@media screen and (max-width: 1100px) {
    .feature_section .feature_image {
        width: 500px;
    }

    .register_section .signup_wrap .info_wrap h3 {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .register_section .signup_wrap .info_wrap {
        padding: 0px 55px;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 54px;
    }

    .app_landing_banner {
        min-height: auto;
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .section_title .title_text {
        font-size: 36px;
    }

    .home_saas .feature_section .section_title.decrease_size .title_text {
        font-size: 28px;
    }

    .feature_section .child_feature_2 .item_content .item_title {
        font-size: 20px;
    }

    .section_title.increase_size .title_text {
        font-size: 38px;
    }
}

@media screen and (max-width: 1060px) {
    .blog_small .item_title > a {
        font-size: 16px;
    }

    .chat_banner .bg_1, .chat_banner .bg_2 {
        max-width: 580px;
    }

    .chat_banner .bg_1 {
        top: -110px;
    }

    .chat_banner .bg_2 {
        top: -75px;
    }

    .service_boxed_3 {
        padding: 40px 30px;
    }

    .service_boxed_3 .item_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ml--30 {
        margin-left: 0px;
    }

    .feature_section .section_title .title_text {
        font-size: 30px;
    }

    .section_title .title_text {
        font-size: 32px;
    }

    .agency_banner .banner_content .title_text {
        font-size: 38px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 15px;
    }

    .sec_ptb_120 {
        padding: 100px 0px;
    }

    .sec_ptb_160 {
        padding: 100px 0px;
    }

    .sec_ptb_345 {
        padding: 220px 0px;
    }

    .mb-80 {
        margin-bottom: 60px;
    }

    .mb-50 {
        margin-bottom: 40px;
    }

    .mr--30 {
        margin-right: 0px;
    }

    .ml--30 {
        margin-left: 0px;
    }

    .section_title.mb-50 {
        margin-bottom: 30px;
    }

    .section_title .title_text {
        font-size: 36px;
    }

    @-webkit-keyframes ripple {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2);
        }
        100% {
            -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0);
        }
    }
    @keyframes ripple {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2);
        }
        100% {
            -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 0px 40px rgba(255, 255, 255, 0);
        }
    }    .footer_section .social_links.social_rounded > ul > li {
             width: 35px;
             height: 35px;
             margin-right: 5px;
         }

    .footer_section .social_links.social_rounded > ul > li > a {
        line-height: 37px;
    }

    .breadcrumb_section .spahe_1,
    .breadcrumb_section .spahe_2 {
        max-width: 290px;
    }

    .breadcrumb_section .spahe_1 {
        top: -50px;
        right: -50px;
    }

    .breadcrumb_section .spahe_2 {
        left: -50px;
        bottom: -50px;
    }

    .breadcrumb_section {
        min-height: 450px;
    }

    .breadcrumb_section .breadcrumb_content p {
        font-size: 16px;
    }

    .breadcrumb_section .breadcrumb_content .page_title {
        font-size: 48px;
    }

    .sidebar_section .widget {
        margin-bottom: 40px;
    }

    .sidebar_section .widget_title {
        font-size: 26px;
    }

    .sidebar_section.pl-30 {
        padding: 0px;
    }

    .service_boxed_1 {
        padding: 50px 30px;
    }

    .team_grid .member_name {
        font-size: 20px;
    }

    .section_title.increase_size .title_text {
        font-size: 36px;
    }

    .service_section .tabs_nav > ul > li > a strong {
        font-size: 16px;
    }

    .service_section .tabs_nav > ul > li > a {
        padding: 30px;
    }

    .service_section .tabs_nav > ul > li > a span {
        width: 60px;
        height: 60px;
        font-size: 26px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .service_section .tab-content .service_image_2 {
        max-width: 770px;
        margin: 0px auto;
    }

    .service_section .tab-content .service_image_2 .image_2 {
        max-width: 300px;
    }

    .service_section .tab-content .service_image_2 .image_1 {
        width: 100%;
        max-width: auto;
        margin-bottom: -65px;
    }

    .introduction_section .video_wrap {
        max-width: 730px;
        margin: 0px auto;
    }

    .introduction_section .video_wrap .dot_image {
        top: -20px;
        right: 75px;
        max-width: 100px;
    }

    .introduction_section .video_wrap .man_2 {
        left: -65px;
        bottom: 50px;
        max-width: 135px;
    }

    .introduction_section .video_wrap .man_1 {
        right: -40px;
        bottom: 70px;
        max-width: 100px;
    }

    .introduction_section .video_wrap .leaf_image {
        left: 35px;
        bottom: 45px;
        max-width: 90px;
    }

    .video_wrap .banner_image .popup_video {
        width: 60px;
        height: 60px;
        font-size: 50px;
        line-height: 62px;
    }

    .feature_section .feature_image_2 {
        max-width: 330px;
        margin-left: -100px;
    }

    .feature_section .feature_image_2 .image_2 {
        max-width: 250px;
        top: 90px;
        left: -100px;
    }

    .feature_section .feature_image_2 .image_3 {
        max-width: 200px;
        right: -65px;
        bottom: 85px;
    }

    .register_section .signin_image {
        width: 350px;
        margin-right: 50px;
    }

    .process_section .process_item:nth-child(2n) .item_content::before {
        left: -68px;
    }

    .process_section .process_item:nth-child(2n) .item_content::after {
        left: -62px;
    }

    .pricing_plan_1 {
        padding: 50px 45px;
    }

    .pricing_plan_1 .info_list > ul > li {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .pricing_plan_3 {
        padding: 50px;
    }

    .pricing_plan_3.special_item {
        padding: 70px 50px;
    }

    .pricing_plan_3 p {
        margin-bottom: 30px;
    }

    .casestudy_fullimage .item_content .item_title > a {
        font-size: 18px;
    }

    .blog_small .item_title > a {
        font-size: 16px;
    }

    .blog_small .post_date {
        font-size: 13px;
    }

    .blog_grid .item_image {
        margin-bottom: 30px;
    }

    .blog_grid .item_title > a {
        font-size: 26px;
    }

    .blog_section .pagination_nav > ul {
        margin: 0px auto;
    }

    .blog_grid.decrease_size .item_title > a {
        font-size: 22px;
    }

    .details_section .blog_grid .item_title > a {
        font-size: 17px;
    }

    .details_section .blog_grid .post_date {
        top: 10px;
        left: 10px;
        min-width: 55px;
        min-height: 55px;
        padding: 10px 8px;
    }

    .details_section .blog_grid .post_date strong {
        font-size: 19px;
        margin-bottom: 1px;
    }

    .details_section .blog_grid .post_date span {
        font-size: 12px;
    }

    .details_section .blog_grid .item_image {
        margin-bottom: 15px;
    }

    .details_section .blog_grid .item_title {
        margin-bottom: 10px;
    }

    .agency_banner .bg_1 {
        width: 640px;
        right: -170px;
    }

    .agency_banner .bg_2 {
        width: 750px;
        right: -300px;
    }

    .agency_banner .cloud_3 {
        top: 300px;
        left: -85px;
    }

    .testimonial_section .shape_2 {
        max-width: 360px;
    }

    .partner_section .shape_1 {
        max-width: 220px;
    }

    .chat_banner {
        min-height: auto;
        padding-top: 150px;
        padding-bottom: 60px;
    }

    .chat_banner .bg_1 {
        right: -110px;
    }

    .chat_banner .bg_2 {
        right: -115px;
    }

    .service_section .shape_3 {
        bottom: -170px;
        max-width: 630px;
    }

    .introduction_section .video_wrap .leaf_image_1,
    .introduction_section .video_wrap .leaf_image_2 {
        bottom: 30px;
        max-width: 90px;
    }

    .introduction_section .video_wrap {
        padding-bottom: 50px;
    }

    .digital_agency_banner {
        min-height: 700px;
    }

    .digital_agency_banner .banner_image {
        max-width: 440px;
    }

    .digital_agency_banner .shape_1 {
        top: -98px;
        right: -145px;
        max-width: 600px;
    }

    .digital_agency_banner .shape_2 {
        top: -115px;
        right: -190px;
        max-width: 660px;
    }

    .digital_marketing_banner .banner_image {
        max-width: 430px;
    }

    .digital_marketing_banner .apps_wrap > ul {
        width: 260px;
        height: 250px;
    }

    .digital_marketing_banner .apps_wrap.wrap_left {
        left: 15px;
    }

    .digital_marketing_banner .apps_wrap.wrap_right {
        right: 15px;
    }

    .feature_section .feature_image_7 {
        max-width: 543px;
        margin-left: 0px;
    }

    .hr_management_banner {
        min-height: 700px;
    }

    .hr_management_banner .banner_image {
        top: 0px;
        right: -385px;
        -webkit-transform: scale(0.64);
        -ms-transform: scale(0.64);
        transform: scale(0.64);
    }

    .hr_management_banner .shape_1 {
        max-width: 310px;
    }

    .hr_management_banner .shape_2 {
        max-width: 460px;
    }

    .hr_management_banner .shape_3 {
        max-width: 600px;
    }

    .payment_banner .shape_3 {
        max-width: 90px;
    }

    .payment_banner .banner_content {
        max-width: 430px;
    }

    .banner_section .banner_content .title_text {
        margin-bottom: 20px;
    }

    .banner_section .banner_content p {
        margin-bottom: 30px;
    }

    .payment_banner .shape_1 {
        left: -130px;
        bottom: -55px;
        max-width: 430px;
    }

    .payment_banner {
        min-height: auto;
        padding-bottom: 30px;
    }

    .payment_banner .banner_image {
        width: 330px;
        margin-left: -80px;
    }

    .payment_banner .banner_image .card_image {
        max-width: 330px;
        left: -130px;
    }

    .feature_section .feature_image_9 {
        float: right;
        max-width: 450px;
        margin-right: -70px;
    }

    .feature_section .feature_image_9 .child_image {
        max-width: 240px;
        top: 120px;
        right: -60px;
    }

    .feature_section .feature_image_9 .dot_image {
        max-width: 110px;
        left: 10px;
        top: 125px;
    }

    .feature_section .feature_image_2 {
        margin-left: -75px;
    }

    .feature_section .shape_10 {
        left: -100px;
        max-width: 400px;
    }

    .feature_section .shape_9 {
        right: -140px;
        max-width: 400px;
    }

    .feature_section .shape_11 {
        bottom: -55px;
        max-width: 430px;
    }

    .testimonial_section .shape_3 {
        top: -110px;
        right: -140px;
        max-width: 430px;
    }

    .project_management_banner .banner_image {
        width: 760px;
        margin: 80px auto -225px;
    }

    .saas_banner {
        min-height: auto;
        padding-top: 200px;
        margin-bottom: 164px;
    }

    .saas_banner .circle_1 {
        left: -130px;
        bottom: -50px;
        max-width: 300px;
    }

    .saas_banner .circle_3 {
        right: 15%;
        bottom: 140px;
        max-width: 170px;
    }

    .saas_banner .circle_4 {
        right: 3%;
        top: 190px;
        max-width: 50px;
    }

    .feature_section .section_title .tabs_nav > ul > li > a {
        padding: 12px 25px;
    }

    .software_banner .banner_image {
        width: auto;
        float: none;
        max-width: 470px;
        margin: 0px auto 40px;
    }

    .software_banner .banner_content {
        margin: 0px auto;
        max-width: 430px;
        text-align: center;
    }

    .software_banner .banner_content .btns_group > ul {
        margin: 0px auto;
    }

    .software_banner .bg_shape_3 {
        right: 0px;
        background-size: 90%;
        background-position: center top;
    }

    .software_banner .shape_2 {
        bottom: 0px;
        max-width: 430px;
    }

    .feature_section .feature_image_3 .image_2 {
        max-width: 300px;
        top: 60px;
        left: -120px;
    }

    .feature_section .feature_image_3 .image_3 {
        max-width: 300px;
        top: 150px;
        left: -100px;
    }

    .shop_details .item_content {
        padding-left: 0px;
    }

    .banner_section .banner_content .title_text {
        font-size: 38px;
    }

    .feature_section .section_title .title_text {
        font-size: 32px;
    }

    .digital_agency_banner {
        min-height: 600px;
    }

    .banner_section .banner_content .popup_video small {
        font-size: 14px;
    }

    .section_title .title_text {
        font-size: 34px;
    }

    .feature_section .btns_group > ul > li {
        margin-right: 15px;
    }

    .software_banner .banner_content {
        margin: 0px;
        max-width: 430px;
        text-align: left;
    }

    .software_banner .banner_content .btns_group > ul {
        margin: 0px;
    }

    .chat_banner .banner_content .title_text {
        font-size: 46px;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 42px;
    }

    .payment_banner .banner_content .title_text {
        font-size: 42px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 991px) {
    .order-last {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .mr--30 {
        margin-right: 0px;
    }

    .ml--30 {
        margin-left: 0px;
    }

    @-webkit-keyframes ripple_3 {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2);
        }
        100% {
            -webkit-box-shadow: 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0);
            box-shadow: 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0);
        }
    }
    @keyframes ripple_3 {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2);
        }
        100% {
            -webkit-box-shadow: 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0);
            box-shadow: 0px 0px 0px 30px rgba(94, 44, 237, 0.2), 0px 0px 0px 50px rgba(94, 44, 237, 0.2), 0px 0px 0px 70px rgba(94, 44, 237, 0);
        }
    }
    .btn {
        padding: 17px 35px;
    }

    .btn.btn_border {
        padding: 16px 35px;
    }

    .header_section .brand_logo > .brand_link {
        max-width: 125px;
    }

    .header_section .btn,
    .header_section .main_menu,
    .header_section .btn.btn_border.border_white {
        display: none;
    }

    .header_section .menu_btn {
        display: inline-block;
    }

    .footer_section .useful_links > ul > li {
        margin-bottom: 8px;
    }

    .footer_section .widget_title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .footer_section .about_content {
        padding: 0px;
        max-width: 460px;
    }

    .footer_section .useful_links,
    .footer_section .social_links {
        margin-top: 40px;
    }

    .footer_section .widget_area {
        padding: 80px 0px;
    }

    .footer_section .deco_image_1 {
        bottom: -81px;
        max-width: 150px;
    }

    .footer_section .deco_image_2 {
        bottom: -81px;
        max-width: 100px;
    }

    .footer_section.sec_ptb_120.pb-0 {
        padding: 0px;
    }

    .footer_section .sms_comment {
        max-width: 180px;
        display: inline-block;
    }

    .footer_section .footer_bottom .social_links {
        margin: 0px;
    }

    .footer_section .cloud_image {
        max-width: 70px;
    }

    .footer_section .cloud_image.cloud_1 {
        top: 60px;
        left: -15px;
    }

    .footer_section .cloud_image.cloud_3 {
        top: 140px;
        right: -15px;
    }

    .footer_section .cloud_image.cloud_2 {
        bottom: 100px;
    }

    .footer_section .social_icon_rounded {
        margin-top: 40px;
    }

    .error_section .spahe_1,
    .error_section .spahe_2 {
        max-width: 350px;
    }

    .error_section .spahe_1 {
        top: -50px;
        right: -50px;
    }

    .error_section .spahe_2 {
        left: -50px;
        bottom: -50px;
    }

    .error_section .error_content .page_title {
        font-size: 270px;
    }

    .error_section .error_content .title_text {
        font-size: 42px;
    }

    .error_section .error_content p {
        display: table;
        max-width: 720px;
        margin: 0px auto 50px;
    }

    .feature_section .feature_image {
        width: 100%;
        margin: 0px;
        float: none;
        margin-bottom: 40px;
    }

    .feature_section .section_title {
        margin: 0px;
        text-align: center;
    }

    .team_grid .member_name {
        font-size: 18px;
        margin-bottom: 1px;
    }

    .team_grid .member_title {
        font-size: 13px;
    }

    .team_grid .member_social_links > ul > li > a {
        font-size: 14px;
    }

    .service_section .service_image {
        width: auto;
        float: none;
        max-width: 570px;
        margin: 50px auto 40px;
    }

    .service_primary {
        padding: 0px 30px;
        text-align: center;
    }

    .testimonial_section .testimonial_carousel_1 {
        min-height: 550px;
        margin: 0px auto 110px;
    }

    .testimonial_section .testimonial_carousel_1 .owl-nav {
        left: 48.5%;
        bottom: -75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
        transform: translateX(-45%);
    }

    .newsletter_section .newsletter_boxed {
        margin: 0px -15px;
        border-radius: 0px;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
    }

    .feature_section .feature_image_2 {
        max-width: 330px;
        margin: -60px auto 60px;
    }

    .feature_section .feature_image_2 .phone_image {
        margin: 0px;
    }

    .feature_section .feature_image_3 {
        width: auto;
        float: none;
        max-width: 370px;
        margin: -55px auto 40px;
    }

    .feature_section .feature_image_3 .image_1 {
        max-width: 330px;
        top: 150px;
        left: -135px;
    }

    .owl-theme.arrow_top_right .owl-nav {
        top: -80px;
        right: 15px;
    }

    .register_section .signin_image {
        width: auto;
        float: none;
        max-width: 470px;
        margin: 0px auto 60px;
    }

    .register_section.half_bg_white::before {
        display: none;
    }

    .register_section .section_title {
        text-align: center;
    }

    .process_section .process_item .order-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .process_section .process_item .item_title {
        font-size: 30px;
    }

    .process_section .process_item p {
        font-size: 13px;
    }

    .pricing_plan_3 .price_text {
        font-size: 38px;
    }

    .pricing_plan_3 .title_text {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .pricing_plan_3 p {
        font-size: 15px;
    }

    .pricing_tab {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .newsletter_section .section_title {
        text-align: center;
        margin-bottom: 40px;
    }

    .btn.btn_border.float-right {
        display: table;
        margin: 30px auto 0px;
        float: none !important;
    }

    .job_details_info {
        margin-bottom: 60px;
    }

    .apply_section .apply_form .section_title {
        max-width: 570px;
        text-align: center;
        margin: 0px auto 40px;
    }

    .apply_section .apply_form .terms-conditions {
        text-align: center;
        margin: 0px auto 30px;
    }

    .apply_section .apply_form .btn_wrap {
        text-align: center;
    }

    .faq_section .tab-content {
        padding-left: 0px;
    }

    .faq_section .tabs_nav {
        margin: 0px;
        margin-bottom: 60px;
    }

    .contact_section .contact_form {
        margin-top: 60px;
    }

    .details_section .item_image.mr--30 {
        margin: 0px;
    }

    .details_section .chield_item {
        text-align: center;
    }

    .details_section .chield_item .item_image {
        margin-bottom: 40px;
    }

    .details_section .chield_item .item_content .info_list {
        display: table;
        margin: 0px auto;
        text-align: left;
    }

    .agency_banner {
        min-height: auto;
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .agency_banner .banner_image {
        width: auto;
        max-width: 500px;
        margin: 0px auto 40px;
    }

    .agency_banner .bg_2 {
        width: 820px;
    }

    .agency_banner .bg_1 {
        width: 700px;
    }

    .agency_banner .clouds_wrap {
        width: 100%;
    }

    .agency_banner .cloud_2 {
        left: 150px;
    }

    .agency_banner .cloud_3 {
        top: 300px;
        left: 30px;
    }

    .agency_banner .banner_content {
        text-align: center;
    }

    .agency_banner .banner_content .btns_group > ul {
        margin: 0px auto;
    }

    .service_section .dot_image_1 {
        top: -150px;
        left: -75px;
        max-width: 130px;
    }

    .home_agency .service_primary_2 {
        padding: 0px;
        max-width: 290px;
        text-align: center;
        margin: 50px auto 0px;
    }

    .feature_section .shape_1 {
        top: 0px;
        left: -225px;
        max-width: 700px;
    }

    .feature_section .dot_image_1 {
        top: 130px;
        right: -70px;
        max-width: 100px;
    }

    .feature_section .shape_2 {
        top: 135px;
        max-width: 200px;
    }

    .feature_section.bg_flow {
        min-height: auto;
        background-size: auto 100%;
    }

    .testimonial_section .shape_2 {
        max-width: 350px;
    }

    .testimonial_section .shape_1 {
        top: 150px;
        left: -70px;
        max-width: 100px;
    }

    .testimonial_section .testimonial_carousel_1.secondary_style {
        margin: 0px;
        min-height: auto;
    }

    .partner_section .shape_1 {
        max-width: 190px;
    }

    .app_landing_banner .banner_content {
        text-align: left;
    }

    .app_landing_banner .banner_content .btns_group > ul {
        margin: 0px;
    }

    .app_landing_banner .banner_image .phone_1 {
        max-width: 300px;
    }

    .app_landing_banner .banner_image .phone_2 {
        max-width: 260px;
    }

    .app_landing_banner {
        padding-bottom: 60px;
    }

    .app_landing_banner .banner_image {
        margin-bottom: 0px;
    }

    .feature_section .feature_image_4 {
        max-width: 530px;
        margin: 0px auto 60px;
    }

    .promotion_section .item_image_1 {
        width: 370px;
        margin: 0px auto 100px;
    }

    .promotion_section .item_image_1 .image_1,
    .promotion_section .item_image_1 .image_2 {
        max-width: 49%;
    }

    .promotion_section .section_title {
        text-align: center;
    }

    .promotion_section .btns_group > ul {
        margin: 0px auto;
    }

    .promotion_section .dot_image_1 {
        right: -60px;
        max-width: 100px;
    }

    .showcase_section .mobile_frame {
        width: 310px;
        height: 585px;
    }

    .service_section .shape_3 {
        bottom: -80px;
        max-width: 520px;
    }

    .feature_section .feature_image_5 {
        max-width: 400px;
        margin: 0px auto 50px;
    }

    .feature_section .btns_group > ul {
        float: none;
        margin: 0px auto;
    }

    .feature_section .btns_group > ul > li {
        margin-right: 15px;
    }

    .feature_section .feature_image_6 {
        float: none;
        width: 100%;
        margin: 0px auto 50px;
    }

    .feature_section .shape_7 {
        max-width: 180px;
    }

    .feature_section .shape_8 {
        left: 110px;
        max-width: 160px;
    }

    .feature_section .feature_image_6 .dot_image_1 {
        top: 80px;
        right: 60px;
        max-width: 80px;
    }

    .service_section .service_image {
        width: 100%;
        margin: 30px auto 0px;
    }

    .home_digital_marketing .service_primary {
        padding: 0px 25px;
    }

    .feature_section .feature_image_7 {
        float: none;
        max-width: 470px;
        margin: 0px auto 40px;
    }

    .seo_section .form_wrap {
        max-width: 600px;
    }

    .seo_section .rocket_image {
        max-width: 180px;
    }

    .seo_section .shape_3 {
        right: 5%;
        max-width: 60px;
    }

    .seo_section .shape_2 {
        max-width: 60px;
    }

    .seo_section .shape_1 {
        max-width: 120px;
    }

    .seo_section .glob_image_1 {
        top: -45px;
        max-width: 350px;
    }

    .feature_section .feature_image_8 {
        float: none;
        max-width: 530px;
        margin: 0px auto 40px;
    }

    .newsletter_section .newsletter_boxed .shape_2 {
        right: 40px;
        bottom: 55%;
        max-width: 70px;
    }

    .newsletter_section .newsletter_boxed .shape_1 {
        bottom: 40px;
        max-width: 130px;
    }

    .casestudy_grid .item_title > a {
        font-size: 20px;
    }

    .casestudy_grid .item_image {
        margin-bottom: 18px;
    }

    .home_chat .menu_btn {
        color: #ff6b00;
    }

    .intregation_section .apps_wrap > ul > li {
        width: 40px;
        height: 40px;
    }

    .intregation_section .apps_wrap > ul > li > a > img {
        height: 18px;
    }

    .intregation_section .apps_wrap > ul {
        width: 200px;
        height: 185px;
    }

    .intregation_section .intregation_image_1 {
        max-width: 430px;
    }

    .intregation_section .intregation_image_1 .phone_image {
        left: -25px;
        bottom: -2px;
        max-width: 85px;
    }

    .intregation_section .intregation_image_1 .watch_image {
        bottom: 0px;
        right: -10px;
        max-width: 70px;
    }

    .payment_banner .banner_image {
        float: none;
        width: 260px;
        margin: 0px auto 30px;
    }

    .payment_banner .banner_image .card_image {
        max-width: 240px;
        left: -90px;
    }

    .payment_banner .banner_image .apps_wrap {
        top: -85px;
    }

    .payment_banner .banner_image .apps_wrap > ul {
        width: 415px;
        height: 350px;
    }

    .payment_banner .banner_image .apps_wrap > ul > li:nth-child(1) {
        max-width: 80px;
        top: 130px;
    }

    .payment_banner .banner_image .apps_wrap > ul > li:nth-child(2) {
        max-width: 90px;
        left: 90px;
    }

    .payment_banner .banner_image .apps_wrap > ul > li:nth-child(3) {
        max-width: 85px;
        right: 105px;
    }

    .payment_banner .banner_image .apps_wrap > ul > li:nth-child(4) {
        max-width: 85px;
        top: 135px;
    }

    .payment_banner .banner_image .apps_wrap > ul > li:nth-child(5) {
        max-width: 140px;
    }

    .payment_banner .banner_content {
        padding: 0px;
        margin: 0px auto;
        text-align: center;
    }

    .payment_banner {
        min-height: auto;
        padding-top: 230px;
        padding-bottom: 190px;
    }

    .payment_banner .banner_content .btns_group > ul {
        margin: 0px auto;
    }

    .payment_banner .banner_content .btns_group > ul > li {
        margin-right: 15px;
    }

    .banner_section .banner_content .btns_group > ul > li .btn_text {
        font-size: 16px;
    }

    .feature_section .feature_image_9 {
        float: none;
        max-width: 430px;
        margin: 0px auto 50px;
    }

    .feature_section .feature_image_9 .chart_image {
        margin: 0px auto;
    }

    .feature_section .feature_image_2 {
        max-width: 300px;
        margin: -60px auto 60px;
    }

    .feature_section .feature_image_2 .image_2 {
        max-width: 200px;
        top: 80px;
        left: -70px;
    }

    .feature_section .feature_image_2 .image_3 {
        max-width: 180px;
        right: -55px;
        bottom: 75px;
    }

    .project_management_banner {
        padding-top: 160px;
    }

    .banner_section .banner_image .popup_video {
        width: 70px;
        height: 70px;
        font-size: 54px;
        line-height: 75px;
    }

    .feature_section .feature_image_10 {
        width: auto;
        float: none;
        max-width: 370px;
        margin: 0px auto 40px;
    }

    .feature_section .feature_image_10 .big_image {
        margin-bottom: -10px;
    }

    .feature_section .child_feature_2 {
        text-align: left;
        margin-bottom: 40px;
    }

    .feature_section .feature_image_10 .child_image_1,
    .feature_section .feature_image_10 .child_image_2,
    .feature_section .feature_image_10 .child_image_3 {
        max-width: 300px;
        right: -75px;
    }

    .feature_section .feature_image_10 .child_image_1 {
        top: 110px;
    }

    .feature_section .feature_image_10 .child_image_2 {
        top: 190px;
    }

    .feature_section .feature_image_10 .child_image_3 {
        max-width: 330px;
        top: 270px;
    }

    .service_section .tab-content .service_image_3 {
        width: 100%;
        float: none;
        margin: 0px;
    }

    .service_section .dot_image_2 {
        top: 90px;
        right: 8px;
    }

    .service_section .tabs_nav_2 > ul > li a {
        padding: 30px;
    }

    .feature_section .feature_image_11 {
        max-width: 530px;
        margin: 0px auto 40px;
    }

    .saas_banner .banner_image {
        width: 100%;
    }

    .saas_banner .banner_image .phone_image {
        right: 12px;
        bottom: -12px;
        max-width: 150px;
    }

    .feature_section .feature_image_12 {
        width: auto;
        float: none;
        padding: 0px;
        max-width: 570px;
        margin: 0px auto 120px;
    }

    .feature_section .child_feature_2 .item_content .item_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .feature_section .child_feature_2 .item_content p {
        font-size: 14px;
    }

    .feature_section .app_icons_group > ul {
        margin: 0px auto;
    }

    .feature_section .feature_image_13 {
        width: auto;
        float: none;
        max-width: 530px;
        margin: 0px auto 70px;
    }

    .h_map ul li:nth-child(1) {
        top: 60px;
        left: 45px;
    }

    .h_map ul li:nth-child(2) {
        top: 195px;
        left: 110px;
    }

    .h_map ul li:nth-child(3) {
        left: 50%;
        top: 115px;
    }

    .h_map ul li:nth-child(5) {
        left: 88%;
        top: 80px;
    }

    .h_map ul li:nth-child(4) {
        top: 270px;
        left: 73%;
    }

    .h_map ul li:nth-child(6) {
        top: 70%;
        left: 220px;
    }

    .h_map ul li:nth-child(7) {
        top: 60%;
        left: 52%;
    }

    .h_map ul li:nth-child(8) {
        top: 79%;
        left: 93%;
    }

    .feature_section .feature_image_14 {
        width: auto;
        float: none;
        max-width: 370px;
        margin: 0px auto 60px;
    }

    .feature_section .feature_image_14 .child_image {
        max-width: 290px;
        bottom: 20%;
        right: -25%;
    }

    .feature_section .section_title .tabs_nav > ul {
        margin: 0px auto;
    }

    .shop_list .item_content {
        padding-top: 30px;
        padding-left: 30px;
    }

    .cart_section .cart_info_sidebar {
        margin-top: 40px;
    }

    .checkout_section .checkout_sidebar {
        margin-top: 40px;
        margin-left: 0px;
    }

    .casestudy_section .container-fluid .element_grid.column_4 .casestudy_grid .item_title > a {
        font-size: 18px;
    }

    .gallery_section .element_grid.column_2 .element-item,
    .casestudy_section .element_grid.column_2 .element-item,
    .portfolio_section .element_grid.column_2 .element-item {
        width: 33.333%;
    }

    .details_section .item_content {
        margin-top: 30px;
    }

    .blog_small .item_content {
        margin: 0px;
    }

    .sidebar_section.pl-30 {
        padding: 0px;
    }

    .sidebar_section {
        margin-top: 60px;
    }

    .home_chat:not(.home_digital_agency) .footer_section .useful_links,
    .home_chat:not(.home_digital_agency) .footer_section .social_links {
        margin-top: 0px;
    }

    .feature_section .section_title .sub_title.c_slide_in_wrap1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home_saas .feature_section .section_title.decrease_size .c_slide_in_wrap1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .software_banner .banner_content {
        margin: 0px auto;
        max-width: 430px;
        text-align: center;
    }

    .software_banner .banner_content .btns_group > ul {
        margin: 0px auto;
    }

    .promotion_section .section_title .sub_title {
        text-align: center;
    }

    .promotion_section .section_title .sub_title span {
        margin: auto;
        margin-bottom: 5px;
    }

    .header_section .menu_btn {
        margin: 6px 0px;
    }

    .sticky_header.stuck .brand_logo > .brand_link {
        max-width: 125px;
    }

    .sticky_header.stuck {
        min-height: 80px;
    }

    .newsletter_section.text-white .form_item input.text-left {
        text-align: center !important;
    }

    .payment_banner .banner_content .btns_group > ul,
    .software_banner .banner_content .btns_group > ul {
        margin: 0px auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .h_map_section .section_title .title_text {
        font-size: 33px;
    }

    .checkout_section .report_info .card-body .btn.bg_default_blue {
        width: 100%;
        display: block;
        margin-top: 15px;
    }

    .ul_li_left > ul,
    .ul_li_right > ul,
    .ul_li_center > ul {
        padding: 15px;
        max-height: 400px;
        overflow-y: scroll;
    }

    .brand_logo {
        padding: 20px 0px;
    }

    .ul_li_left > ul,
    .ul_li_right > ul,
    .ul_li_center > ul,
    .header_section .main_menu > ul > li {
        display: block;
        float: none;
        margin-right: 0;
    }

    .header_section .main_menu > ul > li {
        padding-top: 12px;
        padding-bottom: 0px;
    }

    .dropdown-menu {
        display: block;
    }

    .main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .dropdown-menu, .main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu > li .dropdown-menu {
        display: block !important;
    }

    .main_menu .menu_item_has_child.mega_menu .mega_menu_inner {
        padding: 0px;
    }

    .main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu, .main_menu .menu_item_has_child ul.submenu {
        display: none;
    }

    .main_menu .menu_item_has_child .submenu {
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }

    .header_section .main_menu > ul > li > a {
        margin-bottom: 20px;
        position: relative;
    }

    .main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .dropdown-menu {
        margin-left: -10px;
        margin-right: -10px;
    }

    .main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .dropdown-menu li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main_menu .menu_item_has_child > a:after {
        top: 55%;
        right: 0px;
        line-height: 1;
        font-size: 10px;
        content: "";
        position: absolute;
        font-family: "themify";
        -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
        transform: translateY(-55%);
    }

    .main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .dropdown-menu li {
        width: calc(100% / 4);
    }
}

@media screen and (max-width: 940px) {
    .pricing_plan_1 {
        padding: 40px 30px;
    }

    .pricing_plan_1 .pricing_header.mb-50 {
        margin-bottom: 30px;
    }

    .pricing_plan_1 .pricing_header .price_text strong {
        font-size: 42px;
    }

    .pricing_plan_1 .item_icon {
        margin: 0px auto 30px;
    }

    .pricing_plan_1 .info_list {
        margin-bottom: 30px;
    }

    .pricing_plan_1 .info_list > ul > li {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .pricing_plan_2 {
        padding: 40px 30px;
    }

    .pricing_plan_2 .pricing_header {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .pricing_plan_2 .pricing_header .title_text {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .pricing_plan_2 .pricing_header .price_text strong {
        font-size: 42px;
    }

    .pricing_plan_2 .info_list {
        margin-bottom: 30px;
    }

    .pricing_plan_2 .info_list > ul li {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .pricing_plan_2 .item_label {
        right: 20px;
        max-width: 25px;
    }

    .pricing_plan_3 {
        padding: 40px 30px;
    }

    .pricing_plan_3.special_item {
        padding: 60px 30px;
    }

    .pricing_plan_3 p {
        font-size: 14px;
    }

    .gallery_section .element_grid.column_2 .element-item,
    .casestudy_section .element_grid.column_2 .element-item,
    .portfolio_section .element_grid.column_2 .element-item {
        width: 50%;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 48px;
    }

    .testimonial_section .section_title {
        text-align: center;
    }

    .section_title .title_text {
        font-size: 30px;
    }

    .testimonial_section .section_title .c_slide_in_wrap1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu > li, .main_menu .menu_item_has_child.mega_menu .mega_menu_inner > .dropdown-menu > li .dropdown-menu {
        width: 100%;
    }
}

@media screen and (max-width: 880px) {
    .section_title .title_text {
        font-size: 32px;
    }

    .section_title p {
        font-size: 14px;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn {
        padding: 17px 35px;
    }

    .btn.btn_border {
        padding: 16px 35px;
    }

    .section_title .title_text.mb-30 {
        margin-bottom: 20px;
    }

    .section_title.c_slide_in .title_text {
        line-height: 1.1;
    }

    .breadcrumb_section .breadcrumb_content p {
        font-size: 14px;
    }

    .breadcrumb_section {
        min-height: 380px;
    }

    .service_boxed_1 .item_icon {
        width: 70px;
        height: 70px;
        font-size: 40px;
        line-height: 70px;
    }

    .service_boxed_1 .icon_wrap {
        margin-bottom: 20px;
    }

    .service_boxed_1 .item_title {
        margin-bottom: 15px;
    }

    .service_boxed_1 .item_title > a {
        font-size: 20px;
    }

    .service_boxed_1 p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .service_boxed_1 {
        padding: 40px 30px;
    }

    .service_boxed_1 .details_btn {
        font-size: 42px;
    }

    .partner_section .partner_logo {
        height: 40px;
        margin-top: 30px;
    }

    .partner_section .partner_logo > a {
        max-width: 105px;
    }

    .service_primary {
        padding: 0px;
        max-width: 230px;
        text-align: center;
        margin: 50px auto 0px;
    }

    .service_section .tabs_nav > ul {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service_section .tabs_nav > ul > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .service_section .tabs_nav > ul > li > a {
        padding: 40px 30px;
    }

    .service_section .tab-content .service_image_2 .image_1 {
        max-width: 670px;
        margin: 0px auto -54px;
    }

    .service_section .tab-content .service_image_2 .image_2 {
        top: 80px;
        max-width: 250px;
    }

    .testimonial_section .testimonial_carousel_2 .testimonial_item {
        max-width: 470px;
        margin: 0px auto;
    }

    .testimonial_section .bg_area {
        height: 390px;
    }

    .register_section .signup_wrap .info_wrap,
    .register_section .signup_wrap .signup_form {
        padding: 0px 45px;
    }

    .register_section .signup_wrap {
        padding: 50px 0px;
    }

    .register_section .signup_wrap .info_wrap h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .register_section .signup_wrap .info_wrap h4 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .process_section .process_item:nth-child(2n) .item_content::after {
        left: -58px;
    }

    .process_section .process_item:nth-child(2n) .item_content::before {
        left: -64px;
    }

    .process_section .process_item .item_title {
        font-size: 28px;
    }

    .process_section .process_item .serial_number {
        margin-bottom: 35px;
    }

    .job_item .item_content {
        padding-top: 0px;
    }

    .job_item .item_title > a {
        font-size: 18px;
    }

    .job_item p {
        font-size: 13px;
    }

    .blog_grid .item_title > a {
        font-size: 22px;
    }

    .blog_grid .details_btn {
        font-size: 16px;
    }

    .blog_quote p a {
        font-size: 16px;
    }

    .service_section .dot_image_1 {
        top: -130px;
        left: -60px;
        max-width: 100px;
    }

    .feature_section .shape_2 {
        top: 40px;
        max-width: 100px;
    }

    .introduction_section .video_wrap {
        padding-bottom: 45px;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 42px;
    }

    .app_landing_banner .banner_content {
        margin-top: -100px;
    }

    .service_boxed_3 {
        padding: 35px 30px;
    }

    .feature_section .feature_image_4 {
        max-width: 420px;
    }

    .feature_section .feature_image_4 .phone_image {
        max-width: 370px;
        margin-left: -90px;
    }

    .feature_section .feature_image_4 .chat_image {
        max-width: 300px;
        top: 50px;
    }

    .feature_section .shape_6 {
        max-width: 250px;
    }

    .feature_section .dot_1 {
        top: 180px;
        right: 100px;
    }

    .feature_section .dot_2 {
        top: 340px;
        left: 40px;
    }

    .showcase_section .mobile_frame {
        width: 295px;
    }

    .chat_banner .banner_image {
        max-width: 300px;
        margin: 0px auto;
    }

    .chat_banner .banner_image .bar_image {
        max-width: 220px;
    }

    .chat_banner .banner_image .bar_1 {
        top: 80px;
        left: -50px;
    }

    .chat_banner .banner_image .bar_2 {
        top: 190px;
        right: -95px;
    }

    .chat_banner .banner_image .bar_3 {
        top: 280px;
        left: -50px;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        max-width: 530px;
    }

    .chat_banner .bg_1 {
        top: -95px;
        right: -100px;
    }

    .chat_banner .bg_2 {
        top: -65px;
    }

    .banner_section .banner_content .title_text {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .banner_section .banner_content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .digital_agency_banner .banner_image {
        max-width: 380px;
    }

    .digital_agency_banner .shape_1 {
        top: -90px;
        right: -140px;
        max-width: 535px;
    }

    .digital_agency_banner .shape_2 {
        top: -110px;
        right: -190px;
        max-width: 600px;
    }

    .digital_agency_banner {
        min-height: auto;
        padding-top: 200px;
        padding-bottom: 130px;
    }

    .digital_marketing_banner .banner_content {
        max-width: 470px;
        margin: 0px auto 40px;
    }

    .digital_marketing_banner .banner_content p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .banner_section .banner_content .btns_group > ul > li {
        margin-right: 15px;
    }

    .digital_marketing_banner .banner_image {
        max-width: 370px;
    }

    .digital_marketing_banner {
        min-height: auto;
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .digital_marketing_banner .apps_wrap > ul {
        width: 230px;
        height: 210px;
    }

    .digital_marketing_banner .apps_wrap {
        bottom: 230px;
    }

    .digital_marketing_banner .apps_wrap > ul > li {
        width: 50px;
        height: 50px;
    }

    .digital_marketing_banner .apps_wrap > ul > li > a > img {
        height: 24px;
    }

    .digital_marketing_banner .cloud_image {
        max-width: 50px;
    }

    .digital_marketing_banner .cloud_image.cloud_1 {
        top: 25%;
        left: 5%;
    }

    .digital_marketing_banner .triangle_1 {
        top: 14%;
        left: 14%;
    }

    .digital_marketing_banner .dot_1 {
        top: 36%;
        left: 14%;
    }

    .digital_marketing_banner .dot_2 {
        top: 48%;
        left: 2%;
    }

    .digital_marketing_banner .dot_3 {
        top: 40%;
        left: 30%;
    }

    .digital_marketing_banner .cloud_image.cloud_2 {
        top: 12%;
        right: 4%;
    }

    .digital_marketing_banner .dot_4 {
        top: 20%;
        right: 3%;
    }

    .digital_marketing_banner .triangle_2 {
        top: 20%;
        right: 20%;
    }

    .digital_marketing_banner .cloud_image.cloud_3 {
        top: 30%;
    }

    .digital_marketing_banner .cloud_image.cloud_4 {
        top: 40%;
        right: 22%;
    }

    .digital_marketing_banner .dot_5 {
        top: 32%;
        right: 15%;
    }

    .digital_marketing_banner .dot_6 {
        top: 47%;
        right: 5%;
    }

    .home_digital_marketing .service_primary {
        padding: 0px;
    }

    .service_primary .item_title {
        margin-bottom: 15px;
    }

    .service_primary .item_title > a {
        font-size: 22px;
    }

    .service_primary .icon_wrap {
        margin-bottom: 20px;
    }

    .service_primary .item_icon {
        width: 75px;
        height: 75px;
        font-size: 42px;
        line-height: 75px;
    }

    .service_primary p {
        font-size: 13px;
    }

    .home_digital_marketing .section_title .icon_rounded {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .home_digital_marketing .pricing_section {
        padding-bottom: 120px;
    }

    .hr_management_banner .banner_content .title_text span {
        font-size: 36px;
    }

    .hr_management_banner .banner_content {
        max-width: 390px;
    }

    .hr_management_banner .banner_image {
        right: -415px;
        -webkit-transform: scale(0.54);
        -ms-transform: scale(0.54);
        transform: scale(0.54);
    }

    .hr_management_banner {
        min-height: 655px;
    }

    .hr_management_banner .shape_1 {
        max-width: 255px;
    }

    .hr_management_banner .shape_2 {
        max-width: 405px;
    }

    .hr_management_banner .shape_3 {
        max-width: 545px;
    }

    .banner_section .banner_content .popup_video .icon {
        width: 45px;
        height: 45px;
        font-size: 32px;
        line-height: 45px;
    }

    .banner_section .banner_content .popup_video small {
        margin: 9px 0px;
    }

    .hr_management_banner .shape_4 {
        top: 50px;
        left: 45%;
    }

    .hr_management_banner .shape_5 {
        left: 30%;
        bottom: -140px;
    }

    .hr_management_banner .shape_4,
    .hr_management_banner .shape_5 {
        max-width: 18px;
    }

    .saas_banner .banner_image {
        width: auto;
        max-width: 670px;
        margin: 0px auto -164px;
    }

    .saas_banner .banner_image .phone_image {
        right: -20px;
        bottom: -12px;
        max-width: 125px;
    }

    .feature_section .shape_14 {
        top: 0px;
        left: -340px;
        max-width: 680px;
    }

    .feature_section .shape_15 {
        right: -209px;
        bottom: 100px;
        max-width: 600px;
    }

    .feature_section .feature_image_12 .big_image {
        margin-top: -19px;
        margin-bottom: 0px;
    }

    .feature_section .feature_image_12 {
        margin: 0px auto 40px;
    }

    .feature_section .feature_image_12 .small_image {
        max-width: 170px;
    }

    .feature_section .feature_image_12 .child_image_1,
    .feature_section .feature_image_12 .child_image_2,
    .feature_section .feature_image_12 .child_image_3 {
        max-width: 200px;
    }

    .feature_section .feature_image_12 .child_image_1 {
        top: 30px;
    }

    .feature_section .feature_image_12 .child_image_2 {
        top: 83px;
    }

    .feature_section .feature_image_12 .child_image_3 {
        max-width: 240px;
        top: 135px;
    }

    .casestudy_fullimage .item_content {
        padding: 20px;
        padding-bottom: 15px;
    }

    .casestudy_fullimage .details_btn {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 42px;
    }

    .gallery_section .element_grid.masonry_portfolio.column_4 .element-item,
    .casestudy_section .element_grid.masonry_portfolio.column_4 .element-item,
    .portfolio_section .element_grid.masonry_portfolio.column_4 .element-item {
        width: 33.333%;
    }

    .gallery_section .element_grid.column_4 .element-item,
    .casestudy_section .element_grid.column_4 .element-item,
    .portfolio_section .element_grid.column_4 .element-item {
        width: 33.333%;
    }

    .digital_marketing_banner .banner_content p {
        font-size: 14px;
    }

    .banner_section .banner_content .title_text {
        font-size: 38px;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 48px;
    }

    .chat_banner .banner_content .title_text {
        font-size: 42px;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 42px;
    }

    .hr_management_banner .banner_content .title_text span {
        font-size: 42px;
    }

    .social_icon > ul > li {
        margin-right: 5px;
    }

    .team_grid .member_name > a {
        font-size: 18px;
    }

    .team_grid .member_image {
        margin-bottom: 12px;
    }

    .team_grid .member_title {
        font-size: 13px;
        display: block;
    }

    .promotion_section .btns_group > ul > li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 820px) {
    .shop_list .item_content {
        padding-top: 0px;
        padding-left: 30px;
    }

    .shop_list .item_price {
        margin-bottom: 15px;
    }

    .shop_list p {
        margin-bottom: 30px;
    }

    .shop_list .action_btns > ul > li > button {
        height: 45px;
        padding: 0px 25px;
        line-height: 43px;
    }

    .shop_list .action_btns > ul > li > a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .shop_list .item_image {
        max-width: 370px;
    }

    .cart_section .table_wrap .item_image {
        width: 80px;
        margin-right: 10px;
    }

    .table_wrap .table {
        text-align: right;
    }

    .table_wrap .table thead {
        display: none;
    }

    .table_wrap .table tr {
        float: none;
        width: 100%;
        display: block;
        padding: 0px 30px;
        margin-bottom: 30px;
        background-color: #eff2f9;
    }

    .table_wrap .table td {
        width: 100%;
        display: block;
        max-width: 100%;
        border-bottom: 1px solid #ededed;
    }

    .cart_section .table_wrap .table td,
    .cart_section .table_wrap .table th {
        text-align: right;
    }

    .cart_section .table_wrap .table td .product_item,
    .cart_section .table_wrap .table th .product_item {
        display: inline-block;
    }

    .cart_section .table_wrap .table td .product_item .item_image,
    .cart_section .table_wrap .table th .product_item .item_image {
        width: 80px;
        float: right;
        margin-right: 0px;
        margin-left: 10px;
    }

    .cart_section .table_wrap .table td:first-child,
    .cart_section .table_wrap .table th:first-child {
        border: none;
        text-align: right;
    }

    .cart_section .table_wrap .td_title {
        display: inline-block;
    }

    .gallery_section .element_grid.column_4 .element-item,
    .casestudy_section .element_grid.column_4 .element-item,
    .portfolio_section .element_grid.column_4 .element-item {
        width: 33.333%;
    }

    .banner_section .banner_content .btns_group > ul > li {
        margin-right: 25px;
    }

    .feature_section .btns_group > ul > li {
        width: 100%;
        display: block;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 15px;
    }

    .feature_section .btns_group > ul > li:last-child {
        margin-bottom: 0px !important;
    }

    .section_title .title_text {
        font-size: 30px;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 44px;
    }

    .chat_banner .banner_content .title_text {
        font-size: 36px;
    }

    .agency_banner .bg_2 {
        width: 740px;
    }

    .agency_banner .bg_1 {
        width: 655px;
    }
}

@media screen and (max-width: 780px) {
    .header_section .menu_btn {
        font-size: 28px;
        margin: 7px 0px;
    }
}

@media screen and (max-width: 767px) {
    .btn_text {
        font-size: 16px;
    }

    .btn {
        font-size: 15px;
        padding: 15px 26px;
    }

    .btn.btn_border {
        padding: 14px 26px;
    }

    .mb-80 {
        margin-bottom: 40px;
    }

    .form_item input {
        height: 50px;
    }

    .form_item .input_title {
        margin-bottom: 8px;
    }

    .form_item.dropdown > button {
        height: 50px;
    }

    .form_item.dropdown .dropdown-menu > ul > li > a {
        font-size: 14px;
        padding: 10px 30px;
    }

    .header_section .brand_logo > .brand_link {
        max-width: 115px;
    }

    .header_section .menu_btn {
        font-size: 25px;
        margin: 7px 0px;
    }

    .footer_section .footer_bottom {
        text-align: center;
    }

    .footer_section .copyright_text {
        margin-bottom: 15px;
    }

    .footer_section .footer_menu > ul {
        float: none;
        margin: 15px auto 0px;
    }

    .breadcrumb_section .breadcrumb_content .page_title {
        font-size: 48px;
    }

    .sidebar_section.pl-30 {
        padding: 0px;
    }

    .error_section .error_content p {
        max-width: 590px;
    }

    .error_section .spahe_1,
    .error_section .spahe_2 {
        max-width: 330px;
    }

    .error_section .error_content .page_title {
        font-size: 250px;
    }

    .error_section .error_content .title_text {
        font-size: 38px;
    }

    .service_boxed_1 {
        max-width: 370px;
        margin: 30px auto 0px;
    }

    .service_section .spahe_1 {
        right: 70px;
        max-width: 140px;
    }

    .service_section .spahe_2 {
        right: 15px;
        max-width: 130px;
    }

    .newsletter_section .newsletter_boxed .shape_1 {
        bottom: 60px;
        max-width: 140px;
    }

    .newsletter_section .newsletter_boxed .shape_2 {
        right: 40px;
        bottom: 130px;
        max-width: 80px;
    }

    .newsletter_section .newsletter_boxed {
        padding: 60px;
    }

    .service_section .tab-content .service_image_2 .image_2 {
        right: 0px;
        max-width: 190px;
    }

    .introduction_section .video_wrap {
        max-width: 450px;
        margin: 0px auto;
    }

    .introduction_section .video_wrap .shadow_image {
        width: 145%;
    }

    .introduction_section .video_wrap {
        padding-bottom: 40px;
    }

    .introduction_section .video_wrap .dot_image {
        top: -20px;
        right: -18px;
        max-width: 90px;
    }

    .introduction_section .video_wrap .leaf_image {
        left: -50px;
        bottom: 15px;
        max-width: 75px;
    }

    .introduction_section .video_wrap .man_1 {
        right: -80px;
        bottom: 40px;
        max-width: 70px;
    }

    .introduction_section .video_wrap .man_2 {
        left: -100px;
        bottom: 45px;
        max-width: 90px;
    }

    .feature_section .child_feature p {
        font-size: 14px;
    }

    .service_primary_2 {
        max-width: 330px;
        margin: 50px auto 0px;
    }

    .owl-theme.arrow_top_right .owl-nav {
        top: -70px;
    }

    .feature_section .section_title .tabs_nav > ul > li > a {
        font-size: 15px;
        padding: 10px 22px;
    }

    .feature_section .section_title .tabs_nav > ul {
        margin: 0px auto;
    }

    .owl-theme.arrow_top_right .owl-nav {
        top: -60px;
    }

    .register_section .signup_wrap {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0px 30px;
    }

    .register_section .signup_wrap .info_wrap,
    .register_section .signup_wrap .signup_form {
        margin: 0px;
        padding: 0px;
        border: none;
    }

    .register_section .signup_wrap .info_wrap {
        max-width: 380px;
        margin-bottom: 60px;
    }

    .process_section .line_bg {
        background: none !important;
        padding-bottom: 0px;
    }

    .process_section .line_bg:after, .process_section .line_bg:before {
        display: none;
    }

    .process_section .process_item {
        margin: 0px;
        padding: 0px;
        margin-bottom: 70px;
    }

    .process_section .process_item:last-child {
        margin-bottom: 0px !important;
    }

    .process_section .process_item .order-last {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .process_section .process_item .item_content {
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    .process_section .process_item .item_content:after, .process_section .process_item .item_content:before {
        display: none;
    }

    .process_section .process_item .serial_number {
        margin-top: 0px;
        margin-bottom: 35px;
    }

    .process_section .process_item .item_image {
        max-width: 440px;
        margin: 0px auto 30px;
    }

    .pricing_plan_1,
    .pricing_plan_2,
    .pricing_plan_3 {
        max-width: 340px;
        margin: 30px auto 0px;
    }

    .apply_section .apply_form .form_item textarea {
        min-height: 150px;
    }

    .map_section .google-map {
        height: 360px;
    }

    .filter-btns-group {
        margin-bottom: 30px;
    }

    .casestudy_section .element_grid {
        margin: -7px;
    }

    .casestudy_section .element_grid .element-item {
        padding: 7px;
    }

    .casestudy_fullimage .item_content .item_title > a {
        font-size: 16px;
    }

    .casestudy_fullimage .item_content .item_category > a {
        font-size: 13px;
    }

    .filter-btns-group > ul > li {
        height: 40px;
    }

    .filter-btns-group > ul > li > button {
        font-size: 14px;
        padding: 0px 25px;
        line-height: 40px;
    }

    .details_section .item_image.mr--30 {
        margin: 0px;
        margin-bottom: 30px;
    }

    .details_section .item_image.mr--30 > img {
        width: 100%;
        display: block;
    }

    .details_section .item_title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .agency_banner .bg_1 {
        width: 675px;
    }

    .agency_banner .bg_2 {
        width: 795px;
    }

    .feature_section .shape_1 {
        left: -180px;
        max-width: 500px;
    }

    .testimonial_section .shape_2 {
        max-width: 300px;
    }

    .partner_section .shape_1 {
        max-width: 150px;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .banner_section .banner_content p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .app_landing_banner .banner_image .phone_1 {
        max-width: 270px;
    }

    .app_landing_banner .banner_image .phone_2 {
        max-width: 224px;
        right: -35px;
    }

    .app_landing_banner .banner_image .shape_1 {
        width: 375px;
        top: 0px;
        left: -25px;
    }

    .service_section .section_title {
        text-align: center;
    }

    .service_section .section_title.mr--30 {
        margin-right: 0px;
    }

    .appScreenshot {
        max-width: 530px;
        margin: 0px auto;
    }

    .showcase_section .mobile_frame {
        width: 265px;
    }

    .chat_banner .banner_content .title_text {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .chat_banner .banner_image {
        max-width: 240px;
    }

    .chat_banner {
        padding-top: 120px;
    }

    .chat_banner .banner_image .bar_image {
        max-width: 180px;
    }

    .chat_banner .banner_image .bar_1 {
        top: 55px;
        left: -45px;
    }

    .chat_banner .banner_image .bar_2 {
        top: 155px;
        right: -80px;
    }

    .chat_banner .banner_image .bar_3 {
        top: 220px;
        left: -45px;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        max-width: 435px;
    }

    .partner_section .dot_image_1 {
        display: none;
    }

    .introduction_section .video_wrap .leaf_image_1 {
        left: -70px;
    }

    .introduction_section .video_wrap .leaf_image_2 {
        right: -70px;
    }

    .feature_section .feature_image_5 {
        max-width: 340px;
    }

    .feature_section .feature_image_5 .image_2,
    .feature_section .feature_image_5 .image_3 {
        max-width: 220px;
    }

    .feature_section .feature_image_5 .image_2 {
        bottom: 40px;
        left: -105px;
    }

    .feature_section .feature_image_5 .image_3 {
        top: -90px;
        right: -65px;
    }

    .feature_section .feature_image_5 .dot_image_1,
    .feature_section .feature_image_5 .dot_image_2 {
        max-width: 100px;
    }

    .feature_section .feature_image_5 .dot_image_2 {
        right: 10px;
        bottom: 125px;
    }

    .feature_section .shape_12 {
        top: 125px;
        max-width: 595px;
    }

    .banner_section .banner_content {
        max-width: 380px;
    }

    .banner_section .banner_content .title_text {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .digital_agency_banner .banner_image {
        max-width: 350px;
    }

    .digital_agency_banner .shape_1 {
        top: -86px;
        right: -135px;
        max-width: 500px;
    }

    .digital_agency_banner .shape_2 {
        top: -110px;
        right: -190px;
        max-width: 570px;
    }

    .digital_marketing_banner .banner_image {
        max-width: 330px;
    }

    .digital_marketing_banner .apps_wrap > ul {
        width: 200px;
        height: 180px;
    }

    .digital_marketing_banner .apps_wrap {
        bottom: 190px;
    }

    .digital_marketing_banner .apps_wrap > ul > li {
        width: 45px;
        height: 45px;
    }

    .digital_marketing_banner .apps_wrap > ul > li > a > img {
        height: 18px;
    }

    .seo_section .shape_1 {
        max-width: 90px;
    }

    .seo_section .glob_image_1 {
        top: -10px;
        max-width: 280px;
    }

    .hr_management_banner .shape_1 {
        max-width: 250px;
    }

    .hr_management_banner .shape_2 {
        max-width: 370px;
    }

    .hr_management_banner .shape_3 {
        max-width: 480px;
    }

    .hr_management_banner .banner_image {
        top: -60px;
        right: -450px;
        -webkit-transform: scale(0.46);
        -ms-transform: scale(0.46);
        transform: scale(0.46);
    }

    .hr_management_banner {
        min-height: auto;
        padding-top: 200px;
        padding-bottom: 140px;
    }

    .hr_management_banner .shape_5 {
        left: 35%;
        bottom: -35%;
    }

    .hr_management_banner .shape_4 {
        top: 30px;
        left: 48%;
    }

    .hr_management_banner .shape_1 {
        max-width: 220px;
    }

    .hr_management_banner .shape_2 {
        max-width: 340px;
    }

    .hr_management_banner .shape_3 {
        max-width: 450px;
    }

    .intregation_section .apps_wrap > ul {
        width: auto;
        height: auto;
    }

    .intregation_section .apps_wrap > ul > li {
        float: none;
        display: block;
        position: static;
        margin-bottom: 15px;
    }

    .payment_banner .shape_1 {
        left: -100px;
        bottom: -50px;
        max-width: 340px;
    }

    .feature_section .child_feature {
        max-width: 320px;
        margin: 50px auto 0px;
    }

    .feature_section .shape_9 {
        right: -100px;
        max-width: 320px;
    }

    .feature_section .shape_10 {
        left: -100px;
        max-width: 320px;
    }

    .feature_boxed {
        padding: 35px;
        max-width: 320px;
        padding-top: 65px;
        margin: 60px auto 0px;
    }

    .project_management_banner .banner_content {
        max-width: 410px;
    }

    .project_management_banner .banner_image {
        width: auto;
        max-width: 630px;
        margin: 80px auto -100px;
    }

    .banner_section .form_item input {
        height: 50px;
        padding: 0px 20px;
    }

    .project_management_banner {
        margin-bottom: 100px;
    }

    .project_management_banner .banner_image .deco_image {
        top: 80px;
        right: 33px;
        max-width: 150px;
    }

    .service_section .tabs_nav_2 {
        margin-bottom: 50px;
    }

    .service_section .tab-content .service_image_3 {
        margin-bottom: -50px;
    }

    .saas_banner .banner_content {
        max-width: 100% !important;
    }

    .saas_banner .banner_image {
        max-width: 570px;
        margin: 0px auto -120px;
    }

    .saas_banner {
        padding-top: 150px;
        margin-bottom: 80px;
    }

    .saas_banner .banner_image .phone_image {
        max-width: 110px;
    }

    .h_map {
        margin-left: -15px;
        margin-right: -15px;
    }

    .h_map ul li .place_name {
        font-size: 10px;
        min-width: auto;
        padding: 0px 10px;
        line-height: 20px;
    }

    .h_map ul li:nth-child(1) {
        top: 5%;
        left: 5%;
    }

    .h_map ul li:nth-child(2) {
        top: 30%;
        left: 10%;
    }

    .h_map ul li:nth-child(3) {
        left: 50%;
        top: 20%;
    }

    .h_map ul li:nth-child(4) {
        top: 40%;
        left: 73%;
    }

    .h_map ul li:nth-child(5) {
        top: 10%;
        left: 88%;
    }

    .h_map ul li:nth-child(6) {
        top: 70%;
        left: 15%;
    }

    .h_map ul li:nth-child(7) {
        top: 56%;
        left: 52%;
    }

    .h_map ul li:nth-child(8) {
        top: 79%;
        left: 96%;
    }

    .details_section .details_images_carousel {
        margin-bottom: 30px;
    }

    .gallery_section .element_grid.column_3 .element-item,
    .casestudy_section .element_grid.column_3 .element-item,
    .portfolio_section .element_grid.column_3 .element-item {
        width: 50%;
    }

    .home_chat:not(.home_digital_agency) .footer_section .useful_links,
    .home_chat:not(.home_digital_agency) .footer_section .social_links {
        margin-top: 40px;
        text-align: center;
    }

    .home_chat:not(.home_digital_agency) .widget.about_content {
        margin: 0px auto;
        text-align: center;
    }

    .banner_section .banner_content {
        max-width: 380px;
        margin: 0px auto;
    }

    .service_section .section_title .c_slide_in_wrap1,
    .feature_section .section_title .c_slide_in_wrap1,
    .feature_section .section_title .sub_title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hr_management_banner .banner_content {
        margin: 0px !important;
    }

    .project_management_banner .banner_content .title_text {
        font-size: 36px;
    }

    .project_management_banner .banner_content p {
        font-size: 14px;
    }

    .project_management_banner .banner_content {
        max-width: 430px;
        margin: 0px auto;
    }

    .saas_banner .banner_content {
        margin: 0px auto;
        max-width: 480px !important;
    }

    .saas_banner .banner_content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .saas_banner .banner_content .title_text {
        margin-bottom: 10px;
    }

    .banner_section .banner_content .title_text {
        font-size: 42px;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 32px;
    }

    .text_effect {
        line-height: 1;
    }

    .banner_section .banner_content p {
        font-size: 14px;
    }

    .digital_marketing_banner .banner_image {
        max-width: 330px;
        margin-top: 40px;
    }

    .payment_banner .banner_content .title_text {
        font-size: 40px;
    }

    .software_banner .banner_content .title_text {
        font-size: 38px;
    }

    .section_title .sub_title {
        font-size: 15px;
    }

    .section_title .title_text,
    .section_title.increase_size .title_text,
    .feature_section .section_title .title_text,
    .feature_section .section_title.increase_size .title_text {
        font-size: 30px;
    }

    .section_title p {
        font-size: 15px;
    }

    .header_section .brand_logo > .brand_link,
    .sticky_header.stuck .brand_logo > .brand_link {
        max-width: 115px;
    }

    .banner_section .form_item .btn {
        font-size: 14px;
        padding: 12px 26px;
    }
}

@media screen and (max-width: 710px) {
    .agency_banner .bg_2 {
        width: 725px;
    }

    .agency_banner .bg_1 {
        width: 625px;
    }

    .banner_section .banner_content .title_text {
        font-size: 40px;
    }
}

@media screen and (max-width: 700px) {
    .job_item .btn {
        min-width: auto;
        position: -webkit-sticky;
        position: sticky;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        font-size: 14px;
        margin-top: 20px;
    }

    .job_section .button-group > ul > li {
        height: 40px;
    }

    .job_section .button-group > ul > li > button {
        font-size: 14px;
        padding: 0px 25px;
        line-height: 40px;
    }

    .job_section .button-group {
        margin-bottom: 20px;
    }

    .gallery_section .element_grid.column_2 .element-item,
    .casestudy_section .element_grid.column_2 .element-item,
    .portfolio_section .element_grid.column_2 .element-item {
        width: 50%;
    }

    .feature_section .feature_image_3 .image_2 {
        max-width: 240px;
        top: 85px;
        left: -70px;
    }

    .banner_section .banner_content .title_text {
        font-size: 30px;
    }

    .digital_agency_banner .banner_image {
        max-width: 310px;
    }

    .digital_agency_banner .shape_1 {
        max-width: 455px;
    }

    .digital_agency_banner .shape_2 {
        max-width: 525px;
    }

    .project_management_banner .banner_content .title_text {
        font-size: 34px;
    }

    .banner_section .banner_content .title_text {
        font-size: 38px;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 34px;
    }

    .hr_management_banner .banner_content .title_text span {
        font-size: 40px;
    }
}

@media screen and (max-width: 680px) {
    .section_title .title_text {
        font-size: 30px;
    }

    .sticky_header.stuck {
        min-height: 75px;
    }

    .footer_section .brand_logo .brand_link {
        max-width: 130px;
    }

    .footer_section .widget_title {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .breadcrumb_section {
        min-height: 340px;
        padding: 70px 0px;
    }

    .breadcrumb_section .breadcrumb_content {
        margin-top: 70px;
    }

    .breadcrumb_section .breadcrumb_content .page_title {
        font-size: 48px;
        margin-bottom: 12px;
    }

    .breadcrumb_section .breadcrumb_content p {
        font-size: 14px;
    }

    .breadcrumb_section .spahe_1,
    .breadcrumb_section .spahe_2 {
        max-width: 220px;
    }

    .breadcrumb_section .spahe_1 {
        top: -40px;
        right: -40px;
    }

    .breadcrumb_section .spahe_2 {
        left: -40px;
        bottom: -40px;
    }

    .error_section .error_content .page_title {
        font-size: 200px;
    }

    .error_section .error_content .title_text {
        font-size: 30px;
    }

    .error_section .error_content p {
        font-size: 14px;
        max-width: 520px;
        margin: 0px auto 40px;
    }

    .feature_section .feature_image .phone_image {
        max-width: 100px;
    }

    .feature_section .section_title .title_text {
        font-size: 32px;
    }

    .partner_section .partner_logo > a {
        max-width: 100px;
    }

    .introduction_section .video_wrap {
        max-width: 370px;
        margin: 0px auto;
    }

    .faq_section .faq_accordion .card .card-header > a {
        line-height: 1.3;
    }

    .details_section .title_text {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .agency_banner .bg_2 {
        width: 715px;
    }

    .agency_banner .bg_1 {
        width: 600px;
    }

    .agency_banner .banner_image .leaf_1,
    .agency_banner .banner_image .leaf_2 {
        max-width: 40px;
    }

    .agency_banner .banner_image .leaf_1 {
        left: -45px;
    }

    .agency_banner .banner_image .leaf_2 {
        right: -50px;
    }

    .agency_banner .cloud_1 {
        max-width: 90px;
    }

    .agency_banner .cloud_2,
    .agency_banner .cloud_3 {
        max-width: 80px;
    }

    .agency_banner .cloud_2 {
        left: 130px;
    }

    .agency_banner .cloud_3 {
        top: 240px;
        left: 30px;
    }

    .banner_section .banner_content .btns_group > ul > li {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .app_landing_banner .banner_image .phone_1 {
        max-width: 230px;
    }

    .app_landing_banner .banner_image .phone_2 {
        max-width: 190px;
        right: -35px;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 32px;
    }

    .app_landing_banner .banner_content {
        margin-top: -70px;
    }

    .feature_section .feature_image_4 {
        max-width: 330px;
    }

    .feature_section .feature_image_4 .phone_image {
        max-width: 320px;
        margin-left: -90px;
    }

    .feature_section .feature_image_4 .chat_image {
        max-width: 230px;
        top: 50px;
    }

    .feature_section .feature_image_4 .shape_5 {
        max-width: 110px;
    }

    .digital_agency_banner .banner_image {
        max-width: 300px;
    }

    .digital_agency_banner .shape_1 {
        top: -73px;
        right: -110px;
        max-width: 420px;
    }

    .digital_agency_banner .shape_2 {
        top: -93px;
        right: -147px;
        max-width: 467px;
    }

    .digital_agency_banner {
        padding-top: 180px;
        padding-bottom: 80px;
    }

    .digital_marketing_banner .banner_image {
        max-width: 280px;
    }

    .digital_marketing_banner .apps_wrap > ul {
        width: 160px;
        height: 160px;
    }

    .digital_marketing_banner .apps_wrap > ul > li {
        width: 40px;
        height: 40px;
    }

    .digital_marketing_banner .apps_wrap > ul > li > a > img {
        height: 16px;
    }

    .digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(3) {
        top: 40%;
        right: 30%;
    }

    .digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(3) {
        top: 40%;
        left: 30%;
    }

    .digital_marketing_banner .cloud_image {
        max-width: 40px;
    }

    .digital_marketing_banner .dot_3 {
        top: 44%;
        left: 30%;
        max-width: 12px;
    }

    .digital_marketing_banner .cloud_image.cloud_4 {
        top: 45%;
        right: 20%;
    }

    .digital_marketing_banner .triangle_2 {
        top: 23%;
        right: 20%;
    }

    .digital_marketing_banner .dot_5 {
        top: 36%;
        right: 15%;
    }

    .digital_marketing_banner .dot_6 {
        top: 53%;
        right: 5%;
        max-width: 15px;
    }

    .digital_marketing_banner {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .digital_marketing_banner .apps_wrap {
        bottom: 140px;
    }

    .hr_management_banner .banner_content .title_text {
        font-size: 30px;
    }

    .hr_management_banner .banner_content .title_text span {
        font-size: 28px;
    }

    .banner_section .banner_content p {
        font-size: 12px;
    }

    .banner_section .banner_content {
        max-width: 340px;
    }

    .hr_management_banner {
        padding-bottom: 90px;
    }

    .hr_management_banner .banner_image {
        top: -80px;
        right: -490px;
        -webkit-transform: scale(0.36);
        -ms-transform: scale(0.36);
        transform: scale(0.36);
    }

    .hr_management_banner .shape_1 {
        max-width: 220px;
    }

    .hr_management_banner .shape_2 {
        max-width: 340px;
    }

    .hr_management_banner .shape_3 {
        max-width: 440px;
    }

    .hr_management_banner .shape_5 {
        left: 40%;
        bottom: -25%;
    }

    .hr_management_banner .shape_4,
    .hr_management_banner .shape_5 {
        max-width: 15px;
    }

    .hr_management_banner {
        padding-top: 140px;
        padding-bottom: 80px;
    }

    .hr_management_banner .shape_1 {
        max-width: 210px;
    }

    .hr_management_banner .shape_2 {
        max-width: 300px;
    }

    .hr_management_banner .shape_3 {
        max-width: 380px;
    }

    .hr_management_banner .banner_image {
        top: -155px;
    }

    .h_map {
        height: 380px;
        background-size: 100%;
        background-position: center center;
    }

    @-webkit-keyframes ripple_small {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2);
        }
        100% {
            -webkit-box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0);
            box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0);
        }
    }
    @keyframes ripple_small {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(73, 82, 232, 0.2), 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2);
        }
        100% {
            -webkit-box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0);
            box-shadow: 0px 0px 0px 5px rgba(73, 82, 232, 0.2), 0px 0px 0px 10px rgba(73, 82, 232, 0.2), 0px 0px 0px 20px rgba(73, 82, 232, 0);
        }
    }
    .h_map ul li .round {
        width: 4px;
        height: 4px;
    }

    .h_map ul li .place_name {
        top: -35%;
        font-size: 8px;
        line-height: 18px;
    }

    .h_map ul li:nth-child(1) {
        top: 10%;
        left: 15%;
    }

    .h_map ul li:nth-child(5) {
        top: 12%;
        left: 80%;
    }

    .h_map ul li:nth-child(6) {
        top: 70%;
        left: 25%;
    }

    .h_map ul li:nth-child(8) {
        top: 75%;
        left: 85%;
    }

    .shop_list .item_content {
        width: 100%;
        padding: 0px;
    }

    .shop_list .item_image {
        float: none;
        max-width: 100%;
        margin: 0px auto 30px;
    }

    .shop_list {
        max-width: 370px;
        margin: 40px auto 0px;
    }

    .details_section .item_title {
        font-size: 24px;
    }

    .review_section .review_nav > ul > li {
        height: 45px;
    }

    .review_section .review_nav > ul > li > a {
        padding: 0px 25px;
        line-height: 45px;
    }

    .gallery_section .element_grid.column_4 .element-item,
    .casestudy_section .element_grid.column_4 .element-item,
    .portfolio_section .element_grid.column_4 .element-item {
        width: 50%;
    }

    .details_section .item_title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .filter-btns-group {
        margin-bottom: 10px;
    }

    .filter-btns-group > ul > li {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .banner_section .banner_content {
        max-width: 550px;
    }

    .banner_section .banner_content .title_text {
        font-size: 36px;
    }

    .banner_section .banner_content p {
        font-size: 14px;
    }

    .hr_management_banner .banner_content {
        max-width: 320px;
    }

    .banner_section .banner_content .popup_video {
        margin: 5px 0px;
    }

    .hr_management_banner .banner_content .title_text span {
        font-size: 34px;
    }

    .hr_management_banner .banner_content .popup_video {
        margin: 0px;
    }

    .project_management_banner .banner_content .title_text {
        font-size: 40px;
    }

    .details_section .item_title {
        margin-bottom: 20px;
    }

    .details_section .item_content .info_list > ul > li {
        margin-bottom: 15px;
    }

    .main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .dropdown-menu li {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 620px) {
    .agency_banner .bg_2 {
        width: 660px;
    }

    .agency_banner .bg_1 {
        top: 4px;
        width: 560px;
        right: -182px;
    }

    .app_landing_banner .banner_content .btns_group > ul {
        display: block !important;
    }

    .app_landing_banner .banner_content .btns_group > ul > li {
        width: 100%;
        display: block;
        margin-right: 0px;
    }
}

@media screen and (max-width: 610px) {
    .digital_agency_banner .banner_image {
        max-width: 280px;
    }

    .digital_agency_banner .shape_1 {
        max-width: 400px;
    }

    .digital_agency_banner .shape_2 {
        max-width: 450px;
    }

    .chat_banner .banner_content .title_text {
        font-size: 28px;
    }

    .digital_agency_banner .shape_3 {
        top: 110px;
        max-width: 30px;
    }

    .banner_section .banner_content .title_text {
        font-size: 34px;
    }

    .digital_marketing_banner .banner_content {
        max-width: 100%;
    }

    .project_management_banner .banner_content .title_text {
        font-size: 38px;
    }
}

@media screen and (max-width: 580px) {
    .form_item input {
        height: 45px;
        padding: 0px 20px;
    }

    .form_item .input_title {
        font-size: 16px;
    }

    .form_item textarea {
        padding: 15px 20px;
    }

    .form_item.dropdown > button {
        height: 45px;
        padding: 0px 20px;
    }

    .form_item.dropdown .dropdown-menu > ul > li > a {
        padding: 10px 20px;
    }

    .apply_section .apply_form .upload_field {
        padding: 20px;
    }

    .section_title p {
        font-size: 13px;
    }

    .section_title.increase_size p {
        font-size: 14px;
    }

    .section_title.increase_size .title_text {
        font-size: 32px;
    }

    .sec_ptb_120 {
        padding: 80px 0px;
    }

    .sec_ptb_160 {
        padding: 80px 0px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    .main_menu .menu_item_has_child.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu li .dropdown-menu li {
        width: calc(100% / 2);
    }

    @-webkit-keyframes ripple_3 {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2);
        }
        100% {
            -webkit-box-shadow: 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0);
            box-shadow: 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0);
        }
    }
    @keyframes ripple_3 {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(94, 44, 237, 0.2), 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2);
        }
        100% {
            -webkit-box-shadow: 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0);
            box-shadow: 0px 0px 0px 10px rgba(94, 44, 237, 0.2), 0px 0px 0px 20px rgba(94, 44, 237, 0.2), 0px 0px 0px 30px rgba(94, 44, 237, 0);
        }
    }  .sidebar-menu-wrapper .mobile_menu {
           width: 300px;
           right: -320px;
           padding: 30px;
           font-size: 12px;
       }

    .sidebar-menu-wrapper .mobile_menu .brand_logo > .brand_link {
        max-width: 120px;
    }

    .sidebar-menu-wrapper .mobile_menu .brand_logo .close_btn {
        font-size: 26px;
        margin: 7px 0px;
    }

    .sidebar-menu-wrapper .mobile_menu .item_title {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .sidebar-menu-wrapper .mobile_menu .btns_group > ul > li {
        width: 100%;
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .sidebar-menu-wrapper .mobile_menu .btns_group > ul > li:last-child {
        margin: 0px !important;
    }

    .sidebar-menu-wrapper .mobile_menu .btns_group > ul > li .btn {
        width: 100%;
        display: block;
    }

    .sidebar-menu-wrapper .mobile_menu .mp_balancing {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .sidebar-menu-wrapper .mobile_menu .menu_list > ul {
        margin: -10px -30px;
    }

    .sidebar-menu-wrapper .mobile_menu .menu_list > ul li a {
        font-size: 15px;
        padding: 14px 30px;
    }

    .sidebar-menu-wrapper .mobile_menu .menu_list > ul li.menu_item_has_child .submenu > li > a {
        font-size: 14px;
        padding-left: 50px;
    }

    .sidebar-menu-wrapper .mobile_menu .menu_list > ul li a {
        font-size: 15px;
        padding: 12px 30px;
    }

    .sidebar-menu-wrapper .mobile_menu .menu_list .dropdown-menu li a {
        font-size: 14px;
        padding: 10px 40px;
        padding-left: 50px;
    }

    .footer_section {
        text-align: center;
    }

    .footer_section .about_content {
        max-width: 370px;
        margin: 0px auto;
    }

    .breadcrumb_section .breadcrumb_content {
        max-width: 370px;
        margin: 70px auto 0px;
    }

    .breadcrumb_section .breadcrumb_content .page_title {
        font-size: 36px;
    }

    .error_section .spahe_1,
    .error_section .spahe_2 {
        max-width: 280px;
    }

    .error_section .spahe_1 {
        top: -40px;
        right: -40px;
    }

    .error_section .spahe_2 {
        left: -40px;
        bottom: -40px;
    }

    .feature_section .feature_image {
        max-width: 370px;
        margin: 0px auto 40px;
        float: none !important;
    }

    .feature_section .feature_image .phone_image {
        max-width: 92px;
    }

    .feature_section .feature_image .watch_image {
        right: -6px;
        bottom: 12px;
        max-width: 36px;
    }

    .feature_section .section_title {
        margin: 0px auto;
        max-width: 370px;
    }

    .team_grid .member_social_links > ul > li {
        margin-right: 20px;
    }

    .team_grid .member_social_links > ul > li > a {
        font-size: 13px;
    }

    .team_grid .member_image {
        margin-bottom: 15px;
    }

    .team_grid .member_name {
        font-size: 16px;
    }

    .team_grid .member_title {
        font-size: 12px;
    }

    .team_grid {
        margin-top: 30px;
    }

    .partner_section .partner_logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .service_carousel .item .service_boxed_2 {
        max-width: 370px;
        margin: 0px auto;
    }

    .testimonial_section .testimonial_carousel_1 .item {
        max-width: 400px;
    }

    .testimonial_section .testimonial_carousel_1 .item p {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .testimonial_section .testimonial_carousel_1 .item::before {
        top: 125px;
        left: -40px;
        width: 120px;
        height: 95px;
        background-size: 100%;
    }

    .testimonial_section .testimonial_carousel_1::after,
    .testimonial_section .testimonial_carousel_1::before {
        background-size: 100%;
    }

    .testimonial_section .testimonial_carousel_1 {
        width: 100%;
        min-height: auto;
    }

    .feature_section .feature_image_3 {
        max-width: 320px;
        margin: -45px auto 40px;
    }

    .feature_section .feature_image_3 .image_1 {
        max-width: 225px;
        top: 150px;
        left: -75px;
    }

    .feature_section .section_title .tabs_nav {
        margin-bottom: 30px;
    }

    .feature_section .section_title .tabs_nav > ul > li > a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .testimonial_section .bg_area {
        height: 300px;
    }

    .testimonial_section.mb-80 {
        margin-bottom: 100px;
    }

    .register_section .signin_image {
        max-width: 400px;
        margin: 0px auto 60px;
    }

    .register_section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .register_section .signup_wrap {
        padding: 0px;
    }

    .register_section .signup_wrap .signup_form .title_text {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .apply_section .apply_form .form_item textarea {
        min-height: 120px;
    }

    .casestudy_fullimage .item_content {
        padding: 12px;
    }

    .casestudy_fullimage .item_content .item_title > a {
        line-height: 1;
        display: block;
        font-size: 13px;
    }

    .casestudy_fullimage .item_content .item_category > a {
        font-size: 12px;
        display: block;
        line-height: 1.3;
    }

    .filter-btns-group > ul > li {
        height: 35px;
    }

    .filter-btns-group > ul > li > button {
        font-size: 12px;
        padding: 0px 20px;
        line-height: 35px;
    }

    .blog_small .item_title > a {
        font-size: 16px;
    }

    .blog_grid.decrease_size .item_title > a {
        font-size: 18px;
    }

    .blog_grid .post_date {
        top: 15px;
        left: 15px;
        min-width: 60px;
        min-height: 60px;
        padding: 12px 8px;
    }

    .blog_grid .post_date strong {
        font-size: 20px;
    }

    .blog_grid .post_date span {
        font-size: 13px;
    }

    .blog_grid .details_btn {
        font-size: 14px;
    }

    .details_section .comment_form .form_item textarea {
        min-height: 130px;
    }

    .details_section .item_tag > ul li > a {
        height: 35px;
        font-size: 12px;
        line-height: 35px;
        padding: 0px 18px;
    }

    .details_section .item_tag > ul li {
        margin-right: 6px;
    }

    .details_section .item_tag .list_title {
        margin: 4px 0px;
        margin-right: 8px;
    }

    .banner_section .banner_content .title_text {
        font-size: 32px;
    }

    .banner_section .banner_content p {
        font-size: 13px;
    }

    .feature_section .shape_1 {
        max-width: 570px;
    }

    .promotion_section .btns_group > ul > li {
        margin-right: 15px;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        max-width: 415px;
    }

    .chat_banner .bg_1 {
        top: -80px;
    }

    .chat_banner .bg_2 {
        top: -40px;
    }

    .home_chat .partner_section .partner_logo {
        margin-top: 30px;
    }

    .service_section .shape_3 {
        bottom: -40px;
        max-width: 480px;
    }

    .introduction_section .video_wrap .leaf_image_1,
    .introduction_section .video_wrap .leaf_image_2 {
        bottom: 30px;
        max-width: 70px;
    }

    .introduction_section .video_wrap .leaf_image_1 {
        left: -55px;
    }

    .introduction_section .video_wrap .leaf_image_2 {
        right: -55px;
    }

    .feature_section .shape_12 {
        max-width: 540px;
    }

    .feature_section .shape_7 {
        max-width: 130px;
    }

    .feature_section .shape_8 {
        left: 90px;
        max-width: 110px;
    }

    .feature_section .feature_image_6 {
        margin: 0px auto 30px;
        margin-right: -15px;
    }

    .feature_section .feature_image_6 .dot_image_1 {
        top: 60px;
        right: 50px;
        max-width: 60px;
    }

    .feature_section .feature_image_6 .phone_image {
        max-width: 110px;
    }

    .feature_section .btns_group > ul > li > .btn > img {
        height: 14px;
        margin-top: -3px;
    }

    .banner_section .banner_content .title_text {
        font-size: 26px;
    }

    .digital_agency_banner .banner_image {
        max-width: 260px;
    }

    .digital_agency_banner .shape_1 {
        top: -73px;
        right: -110px;
        max-width: 380px;
    }

    .digital_agency_banner .shape_2 {
        top: -93px;
        right: -147px;
        max-width: 430px;
    }

    .digital_agency_banner .shape_3 {
        top: 100px;
        max-width: 30px;
    }

    .casestudy_section .shape_1 {
        max-width: 30px;
    }

    .casestudy_section .shape_2 {
        max-width: 30px;
    }

    .banner_section .banner_content .popup_video .icon {
        width: 40px;
        height: 40px;
        font-size: 28px;
        line-height: 40px;
    }

    .banner_section .banner_content .popup_video small {
        margin: 7px 0px;
    }

    .hr_management_banner .banner_image {
        right: -515px;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }

    .hr_management_banner .shape_1 {
        max-width: 190px;
    }

    .hr_management_banner .shape_2 {
        max-width: 270px;
    }

    .hr_management_banner .shape_3 {
        max-width: 340px;
    }

    .hr_management_banner .banner_content .title_text span {
        font-size: 26px;
    }

    .banner_section .banner_content p {
        font-size: 12px;
    }

    .banner_section .banner_content {
        max-width: 295px;
    }

    .intregation_section .intregation_image_1 {
        max-width: 330px;
    }

    .intregation_section .intregation_image_1 .phone_image {
        left: -20px;
        bottom: -2px;
        max-width: 60px;
    }

    .intregation_section .intregation_image_1 .watch_image {
        bottom: 1px;
        right: -10px;
        max-width: 50px;
    }

    .intregation_section .apps_wrap {
        bottom: 30px;
    }

    .intregation_section .apps_wrap.wrap_left {
        left: 15px;
    }

    .intregation_section .apps_wrap.wrap_right {
        right: 15px;
    }

    .project_management_banner .banner_content {
        max-width: 370px;
    }

    .project_management_banner .banner_image {
        max-width: 440px;
        margin: 80px auto -100px;
    }

    .banner_section .form_item .btn {
        margin-top: 10px;
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .banner_section .banner_image .popup_video {
        width: 50px;
        height: 50px;
        font-size: 32px;
        line-height: 54px;
    }

    .project_management_banner .banner_image .deco_image {
        top: 30px;
        right: 24px;
        max-width: 100px;
    }

    .feature_section .feature_image_10 {
        max-width: 330px;
    }

    .feature_section .feature_image_10 .child_image_1,
    .feature_section .feature_image_10 .child_image_2,
    .feature_section .feature_image_10 .child_image_3 {
        max-width: 250px;
        right: -65px;
    }

    .feature_section .feature_image_10 .child_image_1 {
        top: 90px;
    }

    .feature_section .feature_image_10 .child_image_2 {
        top: 155px;
    }

    .feature_section .feature_image_10 .child_image_3 {
        max-width: 275px;
        top: 220px;
    }

    .service_section .dot_image_2 {
        top: 40px;
        right: 5px;
        max-width: 70px;
    }

    .service_section .tab-content .service_image_3 {
        margin-bottom: -35px;
    }

    .saas_banner .banner_image {
        max-width: 470px;
        margin: 0px auto -80px;
    }

    .saas_banner .circle_1 {
        max-width: 230px;
    }

    .saas_banner .circle_2 {
        top: 120px;
        max-width: 70px;
    }

    .saas_banner .circle_3 {
        right: 10%;
        bottom: 120px;
        max-width: 120px;
    }

    .saas_banner .circle_4 {
        top: 150px;
        max-width: 40px;
    }

    .feature_section .feature_image_12 .small_image {
        max-width: 140px;
        bottom: -40px;
    }

    .feature_section .feature_image_12 .child_image_1,
    .feature_section .feature_image_12 .child_image_2,
    .feature_section .feature_image_12 .child_image_3 {
        max-width: 150px;
        right: -40px;
    }

    .feature_section .feature_image_12 .child_image_2 {
        top: 65px;
    }

    .feature_section .feature_image_12 .child_image_3 {
        max-width: 180px;
        top: 105px;
    }

    .home_saas .feature_section .section_title.decrease_size .title_text {
        font-size: 28px;
    }

    .section_title.decrease_size .title_text {
        font-size: 28px;
    }

    .feature_section .child_feature_2 .item_content .item_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .feature_section .feature_image_13 .child_image_1 {
        max-width: 160px;
        top: 20px;
        right: 25px;
    }

    .feature_section .feature_image_13 .child_image_2 {
        max-width: 120px;
        top: 115px;
        left: -50px;
    }

    .feature_section .feature_image_13 .child_image_3 {
        max-width: 200px;
        right: 30px;
        bottom: -40px;
    }

    .feature_section .feature_image_13 {
        max-width: 370px;
        margin: 0px auto 35px;
    }

    .h_map {
        height: 320px;
    }

    .software_banner .banner_image {
        max-width: 370px;
    }

    .software_banner .banner_image .child_image_1 {
        max-width: 110px;
        left: -10px;
        bottom: 60px;
    }

    .software_banner .banner_image .child_image_2 {
        max-width: 80px;
        right: 0px;
        bottom: 10px;
    }

    .feature_section .feature_image_14 {
        max-width: 330px;
        margin: 0px auto 60px;
    }

    .feature_section .feature_image_14 .child_image {
        max-width: 230px;
    }

    .feature_section .section_title.decrease_size .title_text {
        font-size: 30px;
    }

    .casestudy_fullimage .details_btn {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 37px;
    }

    .review_section .comment_item .thumbnail_image {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .review_section .comment_item .comment_content .admin_name {
        font-size: 16px;
    }

    .review_section .comment_item .comment_content .admin_name span {
        font-size: 12px;
    }

    .review_section .comment_item .comment_content .rating_star {
        margin-bottom: 5px;
    }

    .gallery_section .element_grid.masonry_portfolio.column_4 .element-item,
    .casestudy_section .element_grid.masonry_portfolio.column_4 .element-item,
    .portfolio_section .element_grid.masonry_portfolio.column_4 .element-item {
        width: 50%;
    }

    .feature_section .feature_image_3 .image_3 {
        max-width: 250px;
        top: 110px;
        left: -80px;
    }

    .banner_section .banner_content .title_text {
        font-size: 30px;
        letter-spacing: -2px;
    }

    .banner_section .banner_content p {
        font-size: 14px;
    }

    .banner_section .banner_content .title_text {
        font-size: 30px;
    }

    .banner_section .banner_content .btns_group > ul > li .btn_text {
        font-size: 14px;
    }

    .filter-btns-group {
        margin-bottom: 15px;
    }

    .filter-btns-group > ul > li > button {
        font-size: 14px;
        padding: 0px 20px;
        line-height: 35px;
    }

    .banner_section .banner_content .title_text {
        font-size: 34px;
    }

    .digital_marketing_banner .banner_content {
        max-width: 100%;
    }

    .hr_management_banner .banner_content .title_text span {
        font-size: 32px;
    }

    .payment_banner .banner_content {
        max-width: 380px;
    }

    .payment_banner .banner_content .title_text {
        font-size: 36px;
    }

    .project_management_banner .banner_content {
        max-width: 450px;
    }

    .software_banner .banner_content {
        max-width: 360px;
    }

    .section_title .sub_title {
        font-size: 14px;
    }

    .section_title .title_text,
    .section_title.increase_size .title_text,
    .feature_section .section_title .title_text,
    .feature_section .section_title.increase_size .title_text {
        font-size: 30px;
    }

    .project_management_banner .banner_image {
        max-width: 440px;
        margin: 45px auto -75px;
    }

    .banner_section .banner_content {
        max-width: 360px;
    }
}

@media screen and (max-width: 576px) {
    .footer_section .social_icon_rounded {
        margin-top: 40px;
    }

    .footer_section .social_icon_rounded > ul {
        margin: 0px auto;
    }

    .team_grid {
        max-width: 250px;
        margin: 30px auto 0px;
    }

    .team_grid .member_name {
        font-size: 20px;
    }

    .team_grid .member_title {
        font-size: 14px;
    }

    .feature_section .child_feature {
        max-width: 250px;
        margin: 50px auto 0px;
    }

    .feature_section .feature_image_2 {
        max-width: 270px;
        margin: -40px auto 60px;
    }

    .feature_section .feature_image_2 .image_2 {
        max-width: 190px;
        left: -70px;
    }

    .feature_section .feature_image_2 .image_3 {
        max-width: 180px;
        right: -50px;
        bottom: 60px;
    }

    .agency_banner .banner_image {
        max-width: 300px;
    }

    .banner_section .banner_content {
        max-width: 370px;
        margin: 0px auto;
    }

    .agency_banner .bg_2 {
        width: 620px;
    }

    .agency_banner .bg_1 {
        width: 465px;
    }

    .agency_banner .banner_image .leaf_1,
    .agency_banner .banner_image .leaf_2 {
        max-width: 25px;
    }

    .agency_banner .banner_image .leaf_1 {
        left: -30px;
        bottom: 30px;
    }

    .agency_banner .banner_image .leaf_2 {
        right: -30px;
        bottom: 45px;
    }

    .agency_banner .cloud_1 {
        max-width: 70px;
        right: 40px;
    }

    .agency_banner .cloud_2,
    .agency_banner .cloud_3 {
        max-width: 65px;
    }

    .agency_banner .cloud_2 {
        top: 120px;
        left: 100px;
    }

    .agency_banner .cloud_3 {
        top: 230px;
        left: 45px;
    }

    .testimonial_section .shape_2 {
        max-width: 230px;
    }

    .digital_marketing_banner .banner_content p {
        font-size: 14px;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 30px;
    }

    .project_management_banner .banner_content {
        max-width: 90%;
        margin: 0px auto;
    }

    .banner_section .banner_content .title_text {
        font-size: 30px;
    }

    .feature_section .feature_image_11 {
        max-width: 370px;
    }

    .shop_section .filter_bar {
        text-align: center;
    }

    .shop_section .filter_bar .search_result {
        margin-bottom: 15px;
    }

    .shop_section .filter_bar .btns_group > ul {
        float: none;
        margin: 0px auto;
    }

    .pagination_nav > ul > li {
        width: 40px;
        height: 40px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .pagination_nav > ul > li > a {
        font-size: 14px;
        line-height: 40px;
    }

    .digital_agency_banner .banner_content {
        margin: 0px;
        max-width: 370px;
    }

    .digital_agency_banner .banner_content {
        max-width: 300px;
    }

    .banner_section .banner_content .title_text {
        font-size: 28px;
    }

    .saas_banner .banner_content p {
        font-size: 17px;
    }

    .saas_banner .banner_content .title_text {
        font-size: 36px;
    }

    .home_saas .feature_section .section_title.decrease_size .title_text {
        font-size: 24px;
    }

    .section_title p {
        font-size: 14px;
    }

    .testimonial_carousel_2.owl-theme.arrow_top_right {
        margin: 0px;
        margin-top: 30px;
    }

    .testimonial_carousel_2.owl-theme.arrow_top_right .owl-nav {
        left: 50%;
        top: -45px;
        right: unset;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .testimonial_section.mb-80 {
        margin-bottom: 200px;
    }

    .faq_section .tabs_nav > ul > li > a {
        font-size: 16px;
    }

    .digital_agency_banner .banner_content .title_text {
        font-size: 32px;
    }

    .digital_marketing_banner .banner_content {
        z-index: 2;
        max-width: 100%;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 34px;
    }

    .payment_banner .banner_content .title_text {
        font-size: 34px;
    }

    .project_management_banner .banner_content .title_text {
        font-size: 34px;
    }

    .software_banner .banner_content .title_text {
        font-size: 32px;
    }
}

@media screen and (max-width: 550px) {
    .sidebar_section {
        max-width: 370px;
        margin: 50px auto 0px;
    }

    .service_section .tabs_nav > ul > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .job_section .button-group > ul {
        margin: -2px;
    }

    .job_section .button-group > ul > li {
        margin: 2px;
    }

    .casestudy_section .element_grid .element-item {
        width: 50%;
    }

    .filter-btns-group > ul > li {
        margin-bottom: 15px;
    }

    .blog_grid.decrease_size .item_image {
        margin-bottom: 20px;
    }

    .blog_masonry_grid .grid-item,
    .blog_masonry_grid .grid-sizer {
        width: 100%;
    }

    .blog_masonry_grid .grid-item .blog_grid {
        max-width: 370px;
        margin: 40px auto 0px;
    }

    .banner_section .banner_content {
        max-width: auto;
    }

    .app_landing_banner .banner_content {
        margin-top: -40px;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .banner_section .banner_content p {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .app_landing_banner .banner_image .phone_1 {
        max-width: 140px;
    }

    .app_landing_banner .banner_image .phone_2 {
        max-width: 120px;
        top: 30px;
        right: -35px;
    }

    .banner_section .banner_content {
        margin: 0px;
        max-width: 270px;
    }

    .digital_agency_banner .banner_image {
        max-width: 240px;
    }

    .digital_agency_banner .shape_1 {
        max-width: 360px;
    }

    .digital_agency_banner .shape_2 {
        max-width: 410px;
    }

    .digital_marketing_banner .banner_content {
        max-width: 270px;
        margin: 0px auto 30px;
    }

    .digital_marketing_banner .banner_image {
        max-width: 250px;
    }

    .banner_section .banner_content {
        max-width: 370px;
        margin: 0px auto;
    }

    .digital_agency_banner .banner_content {
        margin: 0px;
        max-width: 300px;
    }

    .banner_section .banner_content .title_text {
        font-size: 24px;
    }

    .text_effect {
        padding-bottom: 2px;
    }

    .banner_section .banner_content p {
        font-size: 12px;
    }

    .banner_section .banner_content .popup_video .icon {
        width: 30px;
        height: 30px;
        font-size: 24px;
        line-height: 30px;
    }

    .banner_section .banner_content .popup_video small {
        margin: 0px;
    }

    .chat_banner .bg_1 {
        top: 10px;
    }

    .chat_banner .bg_1, .chat_banner .bg_2 {
        max-width: 310px;
    }

    .chat_banner .bg_2 {
        top: 25px;
    }

    .chat_banner .banner_content p {
        margin-bottom: 20px;
    }

    .banner_section .banner_content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .banner_section .banner_content .title_text {
        font-size: 30px;
    }

    .testimonial_section .testimonial_carousel_1 .item p {
        font-size: 14px;
        padding: 0px 20px;
        margin-bottom: 25px;
    }

    .app_landing_banner {
        background-size: cover;
        background-position: left bottom;
    }

    .app_landing_banner .banner_image {
        margin-bottom: -25px;
    }

    .digital_marketing_banner .banner_content {
        max-width: 100%;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 34px;
    }

    .hr_management_banner .banner_content .popup_video {
        margin: 5px 0px;
    }

    .hr_management_banner .banner_content {
        max-width: 300px;
    }

    .payment_banner .banner_content .title_text {
        font-size: 34px;
    }

    .project_management_banner .banner_content .title_text {
        font-size: 32px;
    }
}

@media screen and (max-width: 525px) {
    .chat_banner .banner_content {
        width: 300px;
        max-width: auto;
    }

    .chat_banner .bg_1, .chat_banner .bg_2 {
        max-width: 320px;
    }

    .chat_banner .banner_image .bar_image {
        max-width: 135px;
    }

    .chat_banner .banner_image .bar_1 {
        top: 45px;
        left: -30px;
    }

    .chat_banner .banner_image .bar_2 {
        top: 120px;
        right: -60px;
    }

    .chat_banner .banner_image .bar_3 {
        top: 175px;
        left: -30px;
    }
}

@media screen and (max-width: 500px) {
    .digital_agency_banner .banner_image {
        max-width: 200px;
    }

    .digital_agency_banner .shape_1 {
        top: -55px;
        right: -75px;
        max-width: 285px;
    }

    .digital_agency_banner .shape_2 {
        top: -75px;
        right: -110px;
        max-width: 330px;
    }

    .gallery_section .element_grid.column_3 .casestudy_grid .item_title > a,
    .casestudy_section .element_grid.column_3 .casestudy_grid .item_title > a,
    .portfolio_section .element_grid.column_3 .casestudy_grid .item_title > a {
        font-size: 18px;
    }

    .testimonial_section .testimonial_carousel_1 .item {
        padding-top: 110px;
        padding-bottom: 50px;
    }

    .testimonial_section .testimonial_carousel_1 .item p {
        font-size: 13px;
        padding: 0px 20px;
        margin-bottom: 25px;
    }

    .testimonial_section .testimonial_carousel_1 .item::before {
        top: 115px;
        left: 30px;
        width: 90px;
        height: 70px;
    }

    .digital_agency_banner .banner_content .title_text {
        letter-spacing: -0.09px;
    }

    .digital_agency_banner {
        padding-top: 135px;
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 480px) {
    .section_title.increase_size .title_text {
        font-size: 28px;
    }

    @-webkit-keyframes ripple {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
        }
        100% {
            -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0);
        }
    }
    @keyframes ripple {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
        }
        100% {
            -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0);
        }
    }
    .owl-theme .owl-nav .owl-next::before,
    .owl-theme .owl-nav .owl-prev::before {
        font-size: 14px;
        line-height: 40px;
    }

    .owl-theme .owl-nav .owl-next,
    .owl-theme .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
    }

    .sec_ptb_345 {
        padding: 160px 0px;
    }

    .section_title .title_text {
        font-size: 26px;
    }

    .btn {
        font-size: 14px;
        padding: 14px 22px;
    }

    .btn.btn_border {
        padding: 13px 24px;
    }

    .error_section .spahe_1,
    .error_section .spahe_2 {
        max-width: 220px;
    }

    .error_section .error_content .page_title {
        font-size: 160px;
    }

    .error_section .error_content .title_text {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .error_section .error_content p {
        font-size: 13px;
        max-width: 300px;
        margin: 0px auto 30px;
    }

    .error_section .spahe_1 {
        top: -30px;
        right: -30px;
    }

    .error_section .spahe_2 {
        left: -30px;
        bottom: -30px;
    }

    .service_primary p {
        font-size: 14px;
    }

    .testimonial_section .testimonial_carousel_1 {
        padding-right: 0px;
    }

    .testimonial_section .testimonial_carousel_1 .item {
        max-width: 390px;
        padding-top: 120px;
        padding-bottom: 45px;
    }

    .testimonial_section .testimonial_carousel_1 .item::before {
        top: 78px;
        left: -6px;
        width: 90px;
        height: 70px;
    }

    .testimonial_section .testimonial_carousel_1::before {
        background-size: 100% 90%;
    }

    .testimonial_section .testimonial_carousel_1::after {
        background-size: 100% 100%;
    }

    .service_section .tab-content .service_image_2 .image_2 {
        top: 60px;
        max-width: 140px;
    }

    .introduction_section .video_wrap {
        max-width: 250px;
        margin: 0px auto;
        padding-bottom: 25px;
    }

    .video_wrap .banner_image .popup_video {
        width: 40px;
        height: 40px;
        font-size: 32px;
        line-height: 42px;
    }

    .introduction_section .video_wrap .dot_image {
        top: -15px;
        right: -15px;
        max-width: 60px;
    }

    .introduction_section .video_wrap .leaf_image {
        left: -20px;
        bottom: 15px;
        max-width: 30px;
    }

    .introduction_section .video_wrap .man_1 {
        right: -50px;
        bottom: 25px;
        max-width: 35px;
    }

    .introduction_section .video_wrap .man_2 {
        left: -60px;
        bottom: 20px;
        max-width: 50px;
    }

    .testimonial_section .testimonial_carousel_2 {
        margin: 0px;
    }

    .testimonial_section .testimonial_carousel_2 .testimonial_item {
        padding: 30px;
        padding-bottom: 50px;
        background-size: 80px;
    }

    .testimonial_section .testimonial_carousel_2 .testimonial_item .thumbnail_image {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content {
        padding-top: 5px;
    }

    .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content .admin_name {
        font-size: 16px;
    }

    .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content .admin_title {
        font-size: 12px;
    }

    .testimonial_section .testimonial_carousel_2 .testimonial_item .rating_star {
        top: 35px;
        right: 30px;
    }

    .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_wrap {
        margin-bottom: 15px;
    }

    .testimonial_section .testimonial_carousel_2 .item {
        padding: 15px;
    }

    .testimonial_carousel_2.owl-theme.arrow_top_right .owl-nav {
        top: -80px;
    }

    .job_item {
        max-width: 370px;
        margin: 0px auto;
        padding: 50px 40px;
    }

    .job_item .item_icon {
        margin: 0px;
        width: auto;
        border: none;
        height: auto;
        margin-bottom: 30px;
    }

    .job_item .item_icon > img {
        height: auto;
    }

    .job_item .item_content {
        width: 100%;
        padding: 0px;
        display: table;
    }

    .details_section .title_text {
        font-size: 26px;
    }

    .banner_section .banner_content .popup_video small {
        margin: 10px 0px;
    }

    .banner_section .banner_content .popup_video .icon {
        width: 40px;
        height: 40px;
        font-size: 32px;
        line-height: 40px;
    }

    .showcase_section .mobile_frame {
        width: 210px;
    }

    .app_landing_banner {
        padding-top: 125px;
    }

    .app_landing_banner {
        padding-top: 125px;
        padding-bottom: 80px;
        background-size: cover;
    }

    .app_landing_banner .btn_text {
        font-size: 14px;
    }

    .service_creative_grid .grid-item,
    .service_creative_grid .grid-sizer {
        width: 100%;
    }

    .service_creative_grid .grid-item {
        margin: 0px !important;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        max-width: 360px;
    }

    .chat_banner .bg_1 {
        top: -45px;
    }

    .chat_banner .bg_2 {
        top: -10px;
    }

    .chat_banner .banner_image .bar_image {
        max-width: 130px;
    }

    .chat_banner .banner_image .bar_1 {
        top: 65px;
        left: -15px;
    }

    .chat_banner .banner_image .bar_2 {
        top: 145px;
        right: -45px;
    }

    .chat_banner .banner_image .bar_3 {
        top: 200px;
        left: -20px;
    }

    .chat_banner .banner_content .title_text {
        font-size: 22px;
    }

    .feature_section .feature_image_5 {
        max-width: 300px;
    }

    .feature_section .feature_image_5 .image_2,
    .feature_section .feature_image_5 .image_3 {
        max-width: 160px;
    }

    .feature_section .feature_image_5 .image_2 {
        left: -40px;
        bottom: 30px;
    }

    .feature_section .feature_image_5 .image_3 {
        top: -40px;
        right: -30px;
    }

    .feature_section .shape_12 {
        top: 165px;
        max-width: 410px;
    }

    .feature_section .feature_image_6 .phone_image {
        left: 5px;
        max-width: 100px;
    }

    .feature_section .feature_image_6 {
        margin: 0px auto 30px;
    }

    .chat_banner {
        padding-top: 120px;
        padding-bottom: 30px;
    }

    .digital_marketing_banner .apps_wrap > ul {
        width: 100px;
        height: 140px;
    }

    .digital_marketing_banner .apps_wrap > ul > li {
        width: 30px;
        height: 30px;
    }

    .digital_marketing_banner .apps_wrap.wrap_left > ul > li:nth-child(3) {
        top: 40%;
        right: 18%;
    }

    .digital_marketing_banner .apps_wrap.wrap_right > ul > li:nth-child(3) {
        top: 40%;
        left: 18%;
    }

    .digital_marketing_banner .cloud_image {
        max-width: 30px;
    }

    .digital_marketing_banner .triangle_1,
    .digital_marketing_banner .triangle_2 {
        max-width: 12px;
    }

    .digital_marketing_banner .dot_2,
    .digital_marketing_banner .dot_3,
    .digital_marketing_banner .dot_4,
    .digital_marketing_banner .dot_5,
    .digital_marketing_banner .dot_6 {
        max-width: 8px;
    }

    .seo_section .form_wrap > ul > li {
        width: 100%;
        padding: 0px;
        padding: 0px;
        display: block;
        border-bottom: 1px solid #dddddd;
    }

    .seo_section .form_wrap > ul > li:after {
        display: none;
    }

    .seo_section .form_wrap > ul > li:last-child {
        border-bottom: none;
    }

    .seo_section .form_wrap {
        padding: 15px;
        border-radius: 15px;
    }

    .seo_section .form_wrap > ul > li:last-child {
        width: 100%;
    }

    .newsletter_section .newsletter_boxed .shape_1 {
        bottom: 30px;
        max-width: 100px;
    }

    .newsletter_section .newsletter_boxed .shape_2 {
        right: 20px;
        bottom: 60%;
        max-width: 50px;
    }

    .service_primary .item_icon {
        width: 65px;
        height: 65px;
        font-size: 34px;
        line-height: 65px;
    }

    .hr_management_banner .shape_1 {
        max-width: 140px;
    }

    .hr_management_banner .shape_2 {
        max-width: 205px;
    }

    .hr_management_banner .shape_3 {
        max-width: 265px;
    }

    .banner_section .banner_content .popup_video .icon {
        width: 40px;
        height: 40px;
        font-size: 32px;
        line-height: 40px;
    }

    .banner_section .banner_content .popup_video small {
        margin: 7px 0px;
    }

    .hr_management_banner .banner_content .title_text span {
        font-size: 24px;
    }

    .banner_section .banner_content {
        max-width: 230px;
    }

    .hr_management_banner .banner_image {
        top: -120px;
        -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35);
    }

    .payment_banner .banner_content {
        margin: 0px auto;
        max-width: 320px;
    }

    .payment_banner .banner_image {
        width: 160px;
        margin: 0px auto 30px;
    }

    .payment_banner .banner_image .card_image {
        max-width: 140px;
        top: 85px !important;
        left: -55px !important;
    }

    .payment_banner .banner_image .apps_wrap {
        top: -55px !important;
    }

    .payment_banner .banner_image .apps_wrap > ul {
        width: 250px;
        height: 230px;
    }

    .payment_banner .banner_image .apps_wrap > ul > li:nth-child(1) {
        max-width: 50px;
        top: 95px !important;
    }

    .payment_banner .banner_image .apps_wrap > ul > li:nth-child(2) {
        max-width: 60px;
        left: 50px !important;
    }

    .payment_banner .banner_image .apps_wrap > ul > li:nth-child(3) {
        max-width: 60px;
        top: 10px !important;
        right: 45px !important;
    }

    .payment_banner .banner_image .apps_wrap > ul > li:nth-child(4) {
        max-width: 60px;
        top: 90px !important;
    }

    .payment_banner .banner_image .apps_wrap > ul > li:nth-child(5) {
        max-width: 90px;
        right: 20px !important;
    }

    .payment_banner .banner_content .btns_group > ul > li .btn_text {
        font-size: 14px;
    }

    .payment_banner .shape_2 {
        max-width: 45px;
    }

    .payment_banner .shape_3 {
        top: 60px;
        right: 50px;
        max-width: 70px;
    }

    .payment_banner {
        padding-top: 200px;
        padding-bottom: 125px;
    }

    .feature_section .feature_image_9 {
        max-width: 320px;
    }

    .feature_section .feature_image_9 .child_image {
        max-width: 160px;
        top: 110px;
        right: -50px;
    }

    .feature_section .feature_image_9 .dot_image {
        max-width: 80px;
        left: 5px;
        top: 100px;
    }

    .feature_section .feature_image_2 {
        max-width: 240px;
        margin: -40px auto 50px;
    }

    .feature_section .feature_image_2 .image_2 {
        max-width: 140px;
        top: 60px;
        left: -30px;
    }

    .feature_section .feature_image_2 .image_3 {
        max-width: 130px;
        right: -40px;
        bottom: 65px;
    }

    .feature_boxed .item_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .feature_boxed {
        padding: 25px;
        max-width: 320px;
        padding-top: 50px;
        margin: 60px auto 0px;
    }

    .feature_boxed .item_icon {
        width: 60px;
        height: 60px;
        font-size: 42px;
        line-height: 63px;
    }

    .feature_boxed .item_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .home_payment .pricing_section.sec_ptb_120.pt-0,
    .home_payment .testimonial_section.sec_ptb_345.pt-0 {
        padding-top: 60px !important;
    }

    .saas_banner .banner_image {
        max-width: 370px;
        margin: 0px auto -70px;
    }

    .saas_banner {
        margin-bottom: 70px;
    }

    .saas_banner .banner_image .phone_image {
        right: -15px;
        max-width: 70px;
    }

    .feature_section .feature_image_12 {
        max-width: 340px;
        margin: 0px auto 30px;
    }

    .feature_section .feature_image_12 .small_image {
        max-width: 100px;
        left: 35px;
        bottom: -25px;
    }

    .feature_section .feature_image_12 .child_image_1,
    .feature_section .feature_image_12 .child_image_2,
    .feature_section .feature_image_12 .child_image_3 {
        max-width: 120px;
        right: -25px;
    }

    .feature_section .feature_image_12 .child_image_2 {
        top: 60px;
    }

    .feature_section .feature_image_12 .child_image_3 {
        max-width: 145px;
        top: 90px;
    }

    .feature_section .feature_item {
        margin-bottom: 100px;
    }

    .feature_section .shape_14 {
        left: -300px;
        max-width: 520px;
    }

    .feature_section .shape_15 {
        max-width: 490px;
    }

    .h_map {
        height: 270px;
    }

    .banner_section .banner_content {
        max-width: 380px;
        margin: 0px auto;
    }

    .software_banner .bg_shape_3 {
        background-size: 100%;
    }

    .software_banner .shape_2 {
        max-width: 300px;
    }

    .software_banner .cloud_1 {
        top: 20%;
        left: 20px;
    }

    .software_banner .cloud_1,
    .software_banner .cloud_2 {
        max-width: 50px;
    }

    .software_banner .shape_1 {
        max-width: 200px;
    }

    .checkout_section .report_info > ul > li {
        font-size: 16px;
    }

    .checkout_section .report_info > ul > li span {
        width: 18px;
        height: 18px;
        font-size: 10px;
        line-height: 18px;
    }

    .checkout_section .checkout_sidebar {
        padding: 30px;
    }

    .casestudy_section .element_grid .casestudy_grid {
        margin-top: 30px;
    }

    .casestudy_section .element_grid.column_3 .casestudy_grid .item_title > a {
        font-size: 18px;
    }

    .gallery_section .element_grid.column_2 .element-item,
    .casestudy_section .element_grid.column_2 .element-item,
    .portfolio_section .element_grid.column_2 .element-item {
        width: 100%;
    }

    .gallery_section .element_grid.column_3 .element-item,
    .casestudy_section .element_grid.column_3 .element-item,
    .portfolio_section .element_grid.column_3 .element-item {
        width: 100%;
    }

    .gallery_section .element_grid.column_4 .element-item,
    .casestudy_section .element_grid.column_4 .element-item,
    .portfolio_section .element_grid.column_4 .element-item {
        width: 100%;
    }

    .banner_section .banner_content {
        margin: 0px;
        max-width: 290px;
    }

    .banner_section .banner_content .popup_video small {
        font-size: 12px;
    }

    .banner_section .banner_content .title_text {
        font-size: 20px;
    }

    .banner_section .banner_content .popup_video .icon {
        margin-right: 20px;
    }

    .banner_section .banner_content p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .agency_banner .banner_content {
        margin: 0px auto;
        max-width: 300px;
    }

    .agency_banner .banner_content .title_text {
        font-size: 24px;
        letter-spacing: -1px;
    }

    .digital_marketing_banner .banner_content {
        margin: 0px;
        max-width: 100%;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 30px;
    }

    .banner_section .banner_content p {
        font-size: 14px;
    }

    .payment_banner .banner_content {
        margin: 0px auto;
        max-width: 320px;
    }

    .payment_banner .banner_content .title_text {
        font-size: 28px;
    }

    .project_management_banner .banner_content .title_text {
        font-size: 30px;
    }

    .saas_banner .banner_content p {
        font-size: 16px;
    }

    .saas_banner .banner_content .title_text {
        font-size: 30px;
    }

    .testimonial_section.mb-80 {
        margin-bottom: 100px;
    }

    .testimonial_carousel_2.owl-theme.arrow_top_right {
        margin-top: 55px;
    }

    .testimonial_carousel_2.owl-theme.arrow_top_right .owl-nav {
        top: -50px;
    }

    .software_banner .banner_content {
        margin: 0px auto;
    }

    .software_banner .banner_content .title_text {
        font-size: 28px;
    }

    .app_landing_banner .banner_content p {
        font-size: 12px;
    }

    .chat_banner .banner_content .title_text {
        font-size: 26px;
    }

    .digital_agency_banner .banner_content .title_text {
        font-size: 26px;
    }

    .banner_section .banner_content .title_text {
        font-size: 28px;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 32px;
    }

    .hr_management_banner .banner_content .title_text span {
        font-size: 30px;
    }

    .project_management_banner .banner_content {
        max-width: 90%;
        margin: 0px auto;
    }

    .banner_section .banner_content .popup_video {
        margin: 0px;
    }

    .section_title .title_text,
    .section_title.increase_size .title_text,
    .feature_section .section_title .title_text,
    .feature_section .section_title.increase_size .title_text {
        font-size: 30px;
    }

    .comment_area .comment_item .reply_btn {
        top: 5px;
        right: 10px;
        font-size: 12px;
    }

    .comment_area .comment_item .thumbnail_image {
        top: 15px;
        left: 15px;
        width: 50px;
        height: 50px;
        overflow: hidden;
        position: absolute;
        border-radius: 100%;
    }

    .comment_area .comment_item {
        padding: 15px;
        padding-left: 80px;
    }

    .comment_area .comment_item .comment_content {
        padding: 0px;
    }

    .comment_area .comment_item .admin_name {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .comment_area .comment_item .post_time {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .comment_area .comment_item p {
        font-size: 13px;
    }

    .comment_area .comment_item .comment_item p {
        font-size: 13px;
    }

    .comment_area .comment_item .comment_item .thumbnail_image {
        width: 40px;
        height: 40px;
    }

    .comment_area .comment_item .comment_item .admin_name {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .comment_area .comment_item .comment_item .post_time {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .comment_area .comment_item .comment_item {
        padding-top: 15px;
        padding-left: 60px;
    }

    .comment_area .comment_item .comment_item .reply_btn {
        position: static;
        margin-top: 15px;
        display: inline-block;
    }

    .seo_section .form_wrap > ul > li .btn {
        float: none;
        width: 100%;
        display: block;
        font-size: 15px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 440px) {
    .digital_marketing_banner .banner_content {
        max-width: 340px;
        margin: 0px auto 30px;
    }

    .digital_marketing_banner .apps_wrap > ul > li {
        float: none;
        display: block;
        position: static;
        margin-bottom: 15px;
    }

    .digital_marketing_banner .apps_wrap > ul > li:last-child {
        margin-bottom: 0px !important;
    }

    .digital_marketing_banner .apps_wrap > ul {
        width: auto;
        height: auto;
    }

    .digital_marketing_banner .apps_wrap > ul > li {
        width: 35px;
        height: 35px;
    }

    .feature_section .feature_image_7 {
        max-width: 330px;
        margin: 0px auto 40px;
    }

    .feature_section .feature_image_8 {
        max-width: 330px;
        margin: 0px auto 40px;
    }

    .newsletter_section .newsletter_boxed {
        padding: 60px 20px;
    }

    .hr_management_banner .banner_image {
        top: -110px;
        -webkit-transform: scale(0.32);
        -ms-transform: scale(0.32);
        transform: scale(0.32);
    }

    .intregation_section .intregation_image_1 {
        max-width: 270px;
    }

    .comment_area .comment_item .reply_btn {
        top: 10px;
        right: 20px;
    }

    .gallery_section .element_grid.masonry_portfolio.column_4 .element-item,
    .casestudy_section .element_grid.masonry_portfolio.column_4 .element-item,
    .portfolio_section .element_grid.masonry_portfolio.column_4 .element-item {
        width: 100%;
    }

    .casestudy_fullimage .item_content {
        padding: 20px;
    }

    .casestudy_fullimage .item_content .item_title > a {
        font-size: 14px;
    }

    .casestudy_fullimage .item_content .item_category > a {
        font-size: 12px;
    }

    .banner_section .banner_content .popup_video small {
        font-size: 12px;
    }

    .banner_section .banner_content .btns_group > ul > li {
        margin-right: 25px;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 20px;
    }

    .showcase_section .appScreenshot .swiper-wrapper {
        width: 330px;
        height: 480px;
    }

    .showcase_section .appScreenshot .swiper-slide.swiper-slide-active {
        border-radius: 25px;
    }

    .showcase_section .mobile_frame {
        width: 190px;
        height: 495px;
        border-radius: 43px;
    }

    .filter-btns-group {
        margin-bottom: 15px;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        max-width: 280px;
    }

    .chat_banner .bg_1 {
        top: -15px;
    }

    .chat_banner .banner_image .bar_image {
        max-width: 100px;
    }

    .chat_banner .banner_image .bar_1 {
        top: 30px;
    }

    .chat_banner .banner_image .bar_2 {
        top: 90px;
    }

    .chat_banner .banner_image .bar_3 {
        top: 130px;
    }

    .chat_banner .banner_content .title_text {
        font-size: 22px;
    }

    .banner_section .banner_content .title_text {
        letter-spacing: 0px !important;
    }

    .banner_section .banner_content .btns_group > ul > li .btn_text {
        font-size: 14px;
    }

    .chat_banner .banner_content .title_text {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .chat_banner .popup_video {
        margin-top: 10px;
    }

    .banner_section .banner_content .popup_video .icon {
        width: 30px;
        height: 30px;
        font-size: 24px;
        line-height: 30px;
    }

    .banner_section .banner_content .popup_video small {
        margin: 2px 0px;
    }

    .testimonial_section .testimonial_carousel_1 .item p {
        font-size: 12px;
        padding: 0px 30px;
        margin-bottom: 20px;
    }

    .testimonial_section .testimonial_carousel_1 .item .hero_name {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .testimonial_section .testimonial_carousel_1 .item .hero_title {
        font-size: 13px;
    }

    .digital_agency_banner .banner_image {
        max-width: 170px;
    }

    .digital_agency_banner .shape_1 {
        top: -50px;
        right: -70px;
        max-width: 250px;
    }

    .digital_agency_banner .shape_2 {
        top: -70px;
        max-width: 300px;
    }

    .digital_marketing_banner .banner_content {
        margin: 0px;
        max-width: 100%;
        margin-bottom: 0px;
    }

    .digital_agency_banner {
        padding-bottom: 50px;
    }

    .banner_section .banner_content .title_text {
        font-size: 26px;
    }

    .banner_section .banner_content .title_text {
        font-size: 22px;
    }

    .digital_agency_banner .banner_content .title_text {
        font-size: 28px;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 30px;
    }

    .payment_banner .banner_content .title_text {
        font-size: 30px;
    }

    .project_management_banner .banner_content .title_text {
        font-size: 24px;
    }

    .saas_banner .banner_content .title_text {
        font-size: 26px;
    }

    .section_title .title_text {
        font-size: 24px;
    }

    .software_banner .banner_content .title_text {
        font-size: 28px;
    }

    .chat_banner .banner_content {
        width: 250px;
    }

    .chat_banner .banner_content .title_text {
        font-size: 24px;
    }

    .banner_section .banner_content .popup_video {
        margin: 5px 0px;
    }

    .section_title .title_text,
    .section_title.increase_size .title_text,
    .feature_section .section_title .title_text,
    .feature_section .section_title.increase_size .title_text {
        font-size: 28px;
    }

    .agency_banner .bg_2 {
        width: 560px;
    }

    .agency_banner .bg_1 {
        width: 415px;
    }
}

@media screen and (max-width: 414px) {
    .sec_ptb_120 {
        padding: 60px 0px;
    }

    .section_title p {
        font-size: 15px;
    }

    .service_boxed_3 p {
        font-size: 15px;
    }

    .pricing_plan_3 p {
        font-size: 15px;
    }

    .testimonial_section .testimonial_carousel_1 .item p {
        font-size: 14px;
    }

    .banner_section .banner_content .title_text {
        font-size: 24px;
    }

    .text_effect {
        line-height: 1;
    }

    .chat_banner .banner_content .title_text {
        font-size: 22px;
    }

    .app_landing_banner .banner_content {
        width: 195px;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 28px;
    }

    .payment_banner .banner_content .title_text {
        font-size: 30px;
    }

    .software_banner .banner_content .title_text {
        font-size: 28px;
    }

    .project_management_banner .banner_content {
        max-width: 100%;
        margin: 0px auto;
    }

    .project_management_banner .banner_content p {
        font-size: 14px;
    }

    .chat_banner .banner_content .title_text {
        font-size: 24px;
    }

    .digital_agency_banner .banner_content .title_text {
        font-size: 23px;
    }

    .banner_section .banner_content p {
        line-height: 1.5;
    }

    .details_section .item_content .share_links_rounded {
        margin-top: 30px;
    }

    .btn {
        font-size: 15px;
    }

    .breadcrumb_section .breadcrumb_content {
        padding: 0px 15px;
    }

    .breadcrumb_section .breadcrumb_content .page_title {
        font-size: 30px;
    }

    .breadcrumb_section .breadcrumb_content p {
        font-size: 14px;
        line-height: 1.55;
    }

    .section_title.mb-50 {
        margin-bottom: 20px;
    }

    body p {
        line-height: 1.75;
    }

    .feature_section .feature_image .phone_image {
        left: -6px;
    }

    .sec_ptb_120 {
        padding: 50px 0px;
    }

    .feature_section .feature_image {
        margin: 0px auto 20px;
    }

    .section_title .title_text,
    .section_title.increase_size .title_text,
    .feature_section .section_title .title_text,
    .feature_section .section_title.increase_size .title_text {
        font-size: 24px;
    }

    .partner_section .section_title .title_text {
        font-size: 24px;
    }

    .footer_section .contact_info > ul > li {
        line-height: 1;
        margin-bottom: 10px;
    }

    .footer_section .contact_info > ul > li > a {
        color: #051441;
    }

    .footer_section .contact_info > ul > li > a {
        margin-left: 1px;
    }

    .footer_section .useful_links,
    .footer_section .social_links {
        margin-top: 30px;
    }

    .footer_section .widget_title {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .footer_section .useful_links > ul > li {
        margin-bottom: 4px;
    }

    .footer_section .widget_area {
        padding: 50px 0px;
    }

    .newsletter_section .section_title {
        margin-bottom: 25px;
    }

    .newsletter_section .newsletter_boxed.p-60 {
        padding: 50px 30px;
    }

    .home_chat .partner_section .partner_logo {
        margin-top: 20px;
    }

    .header_section,
    .sticky_header.stuck {
        min-height: auto;
        padding: 15px 0px;
    }

    .footer_section .deco_image_1,
    .footer_section .deco_image_2 {
        bottom: -50px;
    }

    .footer_section .deco_image_1 {
        max-width: 120px;
    }

    .footer_section .deco_image_2 {
        max-width: 80px;
    }

    .testimonial_section .bg_area.bg_gradient_blue {
        margin-bottom: 80px;
    }

    .section_title .title_text,
    .section_title.increase_size .title_text,
    .feature_section .section_title .title_text,
    .feature_section .section_title.increase_size .title_text {
        font-size: 25px;
    }

    .project_management_banner .banner_content .title_text {
        font-size: 26px;
    }

    .project_management_banner .banner_content .title_text span {
        font-family: "Sofia Pro Light";
    }

    .h_map_section .section_title .title_text {
        font-size: 28px;
        margin-top: 30px;
    }

    .h_map_section .section_title .title_text span {
        display: inherit;
    }
}

@media screen and (max-width: 400px) {
    .feature_section .feature_image .phone_image {
        left: -10px;
        bottom: -10px;
        max-width: 80px;
    }

    .testimonial_section .testimonial_carousel_1::after,
    .testimonial_section .testimonial_carousel_1::before {
        display: none;
    }

    .testimonial_section .testimonial_carousel_1 .item p,
    .testimonial_section .testimonial_carousel_1 .item .hero_title {
        color: #6a7c92;
    }

    .testimonial_section .testimonial_carousel_1 .item.text-white .hero_name {
        color: #051441;
    }

    .testimonial_section .testimonial_carousel_1 .item {
        padding: 0px;
        max-width: auto;
    }

    .testimonial_section .section_title {
        text-align: center;
    }

    .newsletter_section .newsletter_boxed .shape_1 {
        bottom: 30px;
        max-width: 100px;
    }

    .newsletter_section .newsletter_boxed .shape_2 {
        right: 30px;
        bottom: 180px;
        max-width: 60px;
    }

    .feature_section .feature_image_2 .image_2 {
        max-width: 150px;
        left: -40px;
    }

    .feature_section .feature_image_2 .image_3 {
        max-width: 150px;
        right: -30px;
        bottom: 70px;
    }

    .feature_section .feature_image_2 {
        margin: -57px auto 50px;
    }

    .faq_section .faq_accordion .card .card-header > a {
        font-size: 16px;
    }

    .contact_section .contact_form .form_item textarea {
        min-height: 120px;
    }

    .map_section .google-map {
        height: 300px;
    }

    .agency_banner .cloud_3 {
        left: -20px;
    }

    .agency_banner .cloud_2 {
        left: 40px;
    }

    .service_section .dot_image_1 {
        top: -80px;
        left: -60px;
        max-width: 85px;
    }

    .feature_section .shape_1 {
        max-width: 370px;
    }

    .feature_section .dot_image_1 {
        top: 80px;
        right: -60px;
        max-width: 85px;
    }

    .feature_section .dot_image_1 {
        top: 80px;
        right: -60px;
        max-width: 85px;
    }

    .feature_section .section_title .title_text {
        font-size: 26px;
    }

    .testimonial_section .shape_2 {
        max-width: 130px;
    }

    .testimonial_section .shape_1 {
        top: 80px;
        left: -60px;
        max-width: 85px;
    }

    .partner_section .shape_1 {
        max-width: 130px;
    }

    .showcase_section .mobile_frame {
        width: 335px;
    }

    .newsletter_section .newsletter_boxed.p-60 {
        padding: 60px 15px;
    }

    .digital_agency_banner .shape_1 {
        top: -50px;
        right: -70px;
        max-width: 255px;
    }

    .digital_agency_banner .banner_image {
        max-width: 175px;
    }

    .digital_agency_banner .shape_2 {
        top: -70px;
        right: -105px;
        max-width: 300px;
    }

    .banner_section .banner_content {
        max-width: 220px;
    }

    .banner_section .banner_content .title_text {
        font-size: 20px;
    }

    .digital_agency_banner {
        padding-top: 140px;
        padding-bottom: 30px;
    }

    .digital_marketing_banner .banner_content {
        max-width: 270px;
    }

    .digital_marketing_banner .banner_image {
        max-width: 220px;
    }

    .digital_marketing_banner .apps_wrap > ul > li {
        width: 30px;
        height: 30px;
        margin-bottom: 8px;
    }

    .hr_management_banner .banner_content .title_text span {
        font-size: 18px;
    }

    .hr_management_banner .shape_1 {
        max-width: 115px;
    }

    .hr_management_banner .shape_2 {
        max-width: 165px;
    }

    .hr_management_banner .shape_3 {
        max-width: 210px;
    }

    .hr_management_banner .banner_image {
        right: -525px;
        -webkit-transform: scale(0.27);
        -ms-transform: scale(0.27);
        transform: scale(0.27);
    }

    .banner_section .banner_content .popup_video .icon {
        width: 35px;
        height: 35px;
        font-size: 26px;
        line-height: 35px;
    }

    .banner_section .banner_content .popup_video small {
        margin: 5px 0px;
    }

    .intregation_section .apps_wrap > ul > li {
        width: 35px;
        height: 35px;
        margin-bottom: 10px;
    }

    .intregation_section .intregation_image_1 {
        max-width: 220px;
    }

    .intregation_section .intregation_image_1 .phone_image {
        max-width: 50px;
    }

    .intregation_section .intregation_image_1 .watch_image {
        max-width: 45px;
    }

    .payment_banner .banner_content {
        max-width: 340px;
    }

    .banner_section .banner_content .title_text {
        font-size: 24px;
        letter-spacing: 0px;
    }

    .feature_section .dot_image_2 {
        max-width: 80px;
    }

    .feature_section .child_feature_2 .item_content .item_title {
        font-size: 18px;
    }

    .feature_section .child_feature_2 .item_content p {
        font-size: 14px;
    }

    .h_map {
        height: 210px;
    }

    .banner_section .banner_content {
        max-width: 300px;
    }

    .table_wrap .table tr {
        padding: 0px 15px;
    }

    .cart_section .table_wrap .table td .product_item .item_image,
    .cart_section .table_wrap .table th .product_item .item_image {
        width: 70px;
    }

    .cart_section .btns_group > ul {
        width: auto;
        display: block;
    }

    .cart_section .btns_group > ul > li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .cart_section .btns_group > ul > li:last-child {
        margin-bottom: 0px !important;
    }

    .cart_section .btns_group > ul > li .btn {
        width: 100%;
        display: block;
        min-width: auto;
    }

    .cart_section .cart_info_sidebar {
        padding: 25px;
    }

    .feature_section .feature_image_3 .image_2 {
        max-width: 170px;
        top: 70px;
        left: -30px;
    }

    .feature_section .feature_image_3 .image_3 {
        max-width: 210px;
        top: 90px;
        left: -50px;
    }

    .banner_section .banner_content {
        margin: 0px;
        max-width: 290px;
    }

    .banner_section .banner_content .title_text {
        font-size: 20px;
    }

    .agency_banner .banner_content {
        margin: 0px auto;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 18px;
    }

    .banner_section .banner_content .btns_group > ul > li .btn_text {
        font-size: 13px;
    }

    .digital_agency_banner .banner_image {
        max-width: 150px;
    }

    .digital_agency_banner .shape_1 {
        top: -40px;
        right: -52px;
        max-width: 210px;
    }

    .digital_agency_banner .shape_2 {
        top: -55px;
        right: -70px;
        max-width: 240px;
    }

    .digital_marketing_banner .banner_content {
        max-width: 100%;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 24px;
    }

    .digital_marketing_banner .banner_content p {
        font-size: 13px;
    }

    .payment_banner .banner_content {
        margin: 0px;
        max-width: 100%;
    }

    .payment_banner .banner_content .title_text {
        font-size: 24px;
    }

    .project_management_banner .banner_content .title_text {
        font-size: 28px;
    }

    .saas_banner .banner_content p {
        font-size: 14px !important;
    }

    .saas_banner .banner_content .title_text {
        font-size: 24px;
    }

    .saas_banner .banner_content .btns_group > ul > li {
        margin-right: 10px;
    }

    .software_banner .banner_content {
        margin: 0px auto;
    }

    .software_banner .banner_content .title_text {
        font-size: 24px;
    }

    .software_banner .banner_content .title_text {
        font-size: 24px;
    }

    .app_landing_banner {
        padding-top: 140px;
        padding-bottom: 120px;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 22px;
    }

    .digital_agency_banner .banner_content .title_text {
        font-size: 28px;
    }

    .hr_management_banner .banner_content .title_text span {
        font-size: 26px;
    }

    .banner_section .banner_content .popup_video .icon {
        width: 35px;
        height: 35px;
        font-size: 24px;
        line-height: 37px;
    }

    .banner_section .banner_content .popup_video small {
        margin: 6px 0px;
    }

    .hr_management_banner .banner_content .popup_video {
        margin: 0px;
    }

    .payment_banner .banner_content .title_text {
        font-size: 30px;
    }

    .project_management_banner .banner_content {
        max-width: 100%;
        margin: 0px auto;
    }

    .project_management_banner .banner_content p {
        font-size: 14px;
    }

    .digital_agency_banner .banner_content .popup_video {
        margin: 0px;
    }

    .chat_banner .banner_content {
        width: auto;
    }

    .banner_section .banner_content .popup_video {
        margin: 0px;
    }

    .section_title .title_text,
    .section_title.increase_size .title_text,
    .feature_section .section_title .title_text,
    .feature_section .section_title.increase_size .title_text {
        font-size: 26px;
    }
}

@media screen and (max-width: 380px) {
    .btn_text {
        font-size: 16px;
    }

    .form_item input {
        height: 40px;
    }

    .form_item {
        margin-bottom: 20px;
    }

    .section_title .title_text {
        font-size: 26px;
    }

    .section_title .icon_rounded {
        width: 65px;
        height: 65px;
        font-size: 30px;
        line-height: 65px;
        margin-bottom: 25px;
    }

    .section_title .icon_rounded.mb-30 {
        margin-bottom: 25px;
    }

    .sec_ptb_120 {
        padding: 60px 0px;
    }

    .sec_ptb_160 {
        padding: 60px 0px;
    }

    .footer_section .deco_image_1 {
        max-width: 110px;
    }

    .footer_section .deco_image_2 {
        max-width: 70px;
    }

    .sidebar_section .widget_title {
        font-size: 22px;
    }

    .error_section .error_content .page_title {
        font-size: 130px;
    }

    .error_section .error_content .title_text {
        font-size: 20px;
    }

    .error_section .error_content p {
        font-size: 12px;
        max-width: 290px;
        margin: 0px auto 25px;
    }

    .newsletter_section .newsletter_boxed {
        padding: 60px 30px;
    }

    .service_section .tab-content .service_image_2 .image_2 {
        top: 50px;
        max-width: 120px;
    }

    .feature_section .feature_image_3 {
        max-width: 270px;
        margin: -35px auto 35px;
    }

    .feature_section .feature_image_3 .image_1 {
        max-width: 200px;
        top: 110px;
        left: -60px;
    }

    .testimonial_section .testimonial_carousel_2 .testimonial_item .rating_star {
        top: 10px;
        right: 15px;
    }

    .testimonial_section .testimonial_carousel_2 .item {
        padding-top: 35px;
    }

    .testimonial_carousel_2.owl-theme.arrow_top_right .owl-nav {
        top: -32px;
    }

    .testimonial_section .bg_area {
        height: 330px;
    }

    .register_section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .register_section .check_box input {
        width: 13px;
        height: 13px;
        margin-right: 3px;
    }

    .register_section .check_box label {
        font-size: 12px;
    }

    .register_section .forget_btn {
        font-size: 12px;
    }

    .register_section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pricing_tab {
        font-size: 14px;
    }

    .pricing_tab .tab_switcher {
        width: 50px;
        height: 20px;
        margin: 0px 6px;
    }

    .pricing_tab .tab_switcher::before {
        width: 25px;
        height: 25px;
    }

    .pricing_tab .tab_switcher.active::before {
        left: calc(100% - 24px);
    }

    .job_details_info {
        padding: 30px;
        margin-bottom: 40px;
    }

    .job_details_info > .icon {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .details_section .title_text {
        font-size: 22px;
    }

    .contact_section .contact_info .list_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .contact_section .contact_info {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .contact_section .contact_form {
        margin-top: 30px;
    }

    .filter-btns-group > ul > li > button {
        padding: 0px 18px;
    }

    .blog_grid .item_image .popup_video {
        width: 60px;
        height: 60px;
        font-size: 42px;
        line-height: 66px;
    }

    .blog_grid .post_date {
        top: 15px;
        left: 15px;
        min-width: 60px;
        min-height: 50px;
        padding: 12px 8px;
    }

    .blog_grid .post_date strong {
        font-size: 20px;
    }

    .blog_grid .post_date span {
        font-size: 13px;
    }

    .blog_grid .item_title > a {
        font-size: 18px;
    }

    .blog_grid .item_image {
        margin-bottom: 20px;
    }

    .blog_grid p.mb-30 {
        margin-bottom: 15px;
    }

    .blog_quote {
        padding: 30px;
        background-size: 30%;
        background-position: right bottom -15px;
    }

    .breadcrumb_section .breadcrumb_content .page_title {
        font-size: 32px;
    }

    .comment_area .comment_item {
        padding: 15px;
        margin-bottom: 15px;
    }

    .comment_area .comment_item .thumbnail_image {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .comment_area .comment_item .admin_name {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .comment_area .comment_item .post_time {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .comment_area .comment_item .reply_btn {
        top: 5px;
        font-size: 10px;
    }

    .comment_area .comment_item .comment_item {
        margin-top: 15px;
        padding-top: 15px;
        margin-left: -40px;
    }

    .comment_area .comment_item p {
        font-size: 12px;
    }

    .comment_area .comment_item .comment_item .thumbnail_image {
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }

    .comment_area .comment_item .comment_item .admin_name {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .comment_area .comment_item .comment_item .post_time {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .comment_area .comment_item .comment_item p {
        font-size: 12px;
    }

    .details_section .item_tag > ul li {
        margin-bottom: 6px;
    }

    .agency_banner .bg_2 {
        width: 570px;
    }

    .agency_banner .bg_1 {
        width: 410px;
    }

    .banner_section .banner_content .btns_group > ul > li {
        margin-right: 15px;
    }

    .banner_section .banner_content .popup_video .icon {
        width: 40px;
        height: 40px;
        font-size: 30px;
        line-height: 40px;
    }

    .banner_section .banner_content .popup_video small {
        margin: 8px 0px;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .banner_section .banner_content p {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .app_landing_banner .banner_content {
        width: 170px;
        margin-top: -40px;
    }

    .app_landing_banner .banner_image {
        margin-right: -30px;
    }

    .app_landing_banner .banner_image .phone_1 {
        max-width: 90px;
    }

    .app_landing_banner .banner_image .phone_2 {
        max-width: 76px;
        top: 20px;
        right: -10px;
    }

    .feature_section .feature_image_4 {
        max-width: 300px;
    }

    .feature_section .feature_image_4 .phone_image {
        max-width: 300px;
        margin-left: -55px;
    }

    .feature_section .feature_image_4 .chat_image {
        max-width: 200px;
        top: 60px;
        right: -20px;
    }

    .feature_section .feature_image_4 .shape_5 {
        max-width: 140px;
        left: -15px;
    }

    .promotion_section .shape_1 {
        max-width: 150px;
    }

    .promotion_section .shape_2 {
        left: 85px;
        max-width: 130px;
    }

    .promotion_section .item_image_1 {
        width: 270px;
        margin: 0px auto 90px;
    }

    .chat_banner .banner_image .bar_1 {
        top: 50px;
        left: -5px;
    }

    .chat_banner .banner_image .bar_2 {
        top: 110px;
        right: -30px;
    }

    .chat_banner .banner_image .bar_3 {
        top: 155px;
        left: -5px;
    }

    .chat_banner .banner_image .bar_image {
        max-width: 90px;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        max-width: 275px;
    }

    .chat_banner .bg_1 {
        top: 0px;
    }

    .chat_banner .bg_2 {
        top: 20px;
        right: -105px;
    }

    .service_section .shape_3 {
        bottom: -75px;
        max-width: 330px;
    }

    .introduction_section .video_wrap .leaf_image_1,
    .introduction_section .video_wrap .leaf_image_2 {
        bottom: 12px;
        max-width: 50px;
    }

    .introduction_section .video_wrap .leaf_image_1 {
        left: -40px;
    }

    .introduction_section .video_wrap .leaf_image_2 {
        right: -30px;
    }

    .feature_section .feature_image_6 .phone_image {
        left: 5px;
        bottom: -10px;
        max-width: 80px;
    }

    .feature_section .feature_image_6 .dot_image_1 {
        top: 35px;
        right: 28px;
        max-width: 50px;
    }

    .home_digital_marketing .section_title .icon_rounded {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }

    .feature_section .feature_image_9 {
        max-width: 270px;
    }

    .feature_section .feature_image_9 .child_image {
        max-width: 130px;
        top: 95px;
        right: -35px;
    }

    .feature_section .feature_image_9 .dot_image {
        top: 70px;
    }

    .casestudy_fullimage .details_btn {
        top: 20px;
        right: 20px;
        width: 25px;
        height: 25px;
        font-size: 13px;
        line-height: 27px;
    }

    .checkout_section .report_info > ul > li {
        font-size: 14px;
    }

    .review_section .review_form .form_item textarea {
        min-height: 130px;
    }

    .review_section .review_form .btn.float-right {
        width: 100%;
        display: block;
        margin-top: 20px;
        float: none !important;
    }

    .banner_section .banner_content p {
        margin-bottom: 25px;
    }

    .digital_marketing_banner .banner_content {
        max-width: 100% !important;
    }

    .chat_banner .banner_content .title_text {
        font-size: 20px;
    }

    .app_landing_banner .banner_content {
        width: 220px;
        margin: 0px;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 24px;
    }

    .app_landing_banner {
        padding-bottom: 80px;
    }

    .project_management_banner .banner_content {
        margin: 0px;
        max-width: 100%;
    }

    .project_management_banner .banner_content p {
        font-size: 14px;
    }

    .comment_area .comment_item {
        padding: 20px;
    }

    .comment_area .comment_item .thumbnail_image {
        margin: 0px;
        display: table;
        position: static;
        margin-bottom: 10px;
    }

    .comment_area .comment_item .comment_item {
        margin: 0px;
        padding: 20px;
        margin-top: 20px;
    }

    .comment_area .comment_item .admin_name,
    .comment_area .comment_item .comment_item .admin_name {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .comment_area .comment_item .post_time,
    .comment_area .comment_item .comment_item .post_time {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .newsletter_section .section_title p span.d-block {
        display: inline !important;
    }
}

@media screen and (max-width: 355px) {
    .banner_section .banner_content {
        margin: 0px;
        max-width: 250px;
    }

    .banner_section .banner_content {
        margin: 0px auto;
    }

    .banner_section .banner_content .btns_group > ul > li {
        width: 100%;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 20px;
    }

    .banner_section .banner_content .btns_group > ul > li:last-child {
        margin-bottom: 0px !important;
    }

    .banner_section .banner_content .popup_video .icon {
        width: 30px;
        height: 30px;
        font-size: 24px;
        line-height: 30px;
    }

    .banner_section .banner_content .popup_video small {
        margin: 3px 0px;
    }

    .app_landing_banner .banner_content .btns_group > ul > li {
        text-align: left;
    }

    .app_landing_banner .banner_content .btns_group > ul > li {
        margin-bottom: 10px;
    }

    .banner_section .banner_content .btns_group > ul > li .btn_text {
        font-size: 14px;
    }

    .chat_banner .banner_content .btns_group > ul > li {
        text-align: left;
    }

    .banner_section .banner_content p {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .digital_agency_banner .banner_content {
        margin: 0px;
    }

    .banner_section .banner_content .btns_group > ul > li {
        text-align: left;
    }

    .header_section {
        min-height: 70px;
    }

    .digital_marketing_banner .banner_content p {
        font-size: 13px;
    }

    .digital_marketing_banner .banner_content .btns_group > ul > li {
        width: 100%;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 10px;
    }

    .digital_marketing_banner .banner_content .btns_group > ul > li:last-child {
        margin-bottom: 0px !important;
    }

    .payment_banner .banner_content .btns_group > ul > li {
        text-align: center;
    }

    .payment_banner .banner_content .btns_group > ul > li {
        margin-bottom: 0px;
    }

    .payment_banner .banner_content p {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .saas_banner .banner_content .btns_group > ul > li {
        width: 100%;
        margin-right: 0px;
        text-align: center;
    }

    .software_banner .banner_content .btns_group > ul > li {
        text-align: center;
    }

    .app_landing_banner .banner_content {
        width: 190px;
    }

    .app_landing_banner .banner_content .title_text {
        font-size: 22px;
    }

    .digital_agency_banner .banner_content .title_text {
        font-size: 24px;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 24px;
    }

    .payment_banner .banner_content {
        max-width: 100%;
    }

    .saas_banner .banner_content .title_text {
        font-size: 24px;
    }

    .software_banner .banner_content .title_text {
        font-size: 24px;
    }

    .project_management_banner .banner_content p {
        font-size: 14px;
    }

    .project_management_banner .banner_content {
        max-width: 100%;
    }

    .digital_agency_banner .banner_content .btns_group > ul > li {
        width: auto;
        text-align: left;
        margin-right: 15px;
        margin-bottom: 0px;
    }

    .digital_agency_banner .banner_content p {
        font-size: 14px;
    }

    .agency_banner .banner_content {
        max-width: 100%;
        margin: 0px auto;
    }

    .agency_banner .banner_content .title_text {
        font-size: 24px;
    }

    .agency_banner .banner_content p {
        font-size: 14px;
    }

    .agency_banner .banner_content .btns_group > ul > li,
    .software_banner .banner_content .btns_group > ul > li {
        width: auto;
        text-align: left;
        margin-right: 15px;
        margin-bottom: 0px;
    }

    .banner_section .banner_content {
        margin: 0px;
        max-width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .digital_agency_banner .banner_image {
        max-width: 130px;
    }

    .digital_agency_banner .shape_1 {
        top: -40px;
        right: -50px;
        max-width: 190px;
    }

    .digital_agency_banner .shape_2 {
        top: -60px;
        right: -80px;
        max-width: 230px;
    }

    .hr_management_banner .banner_image {
        right: -535px;
        -webkit-transform: scale(0.23);
        -ms-transform: scale(0.23);
        transform: scale(0.23);
    }

    .project_management_banner .banner_content {
        max-width: 100% !important;
    }

    .banner_section .banner_content .title_text {
        font-size: 20px;
    }

    .home_saas .feature_section .section_title.decrease_size .title_text {
        font-size: 24px;
    }

    .cart_section .cart_info_sidebar {
        padding: 20px;
    }

    .checkout_section .checkout_sidebar .transiction_accordion .card .card-header > a {
        font-size: 16px;
    }

    .checkout_section .checkout_sidebar .transiction_accordion .card .card-body p {
        font-size: 13px;
    }

    .project_management_banner .banner_content .title_text {
        font-size: 24px;
    }

    .project_management_banner .banner_content p {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .digital_agency_banner .banner_content .title_text {
        font-size: 22px;
    }

    .digital_marketing_banner .banner_content .title_text {
        font-size: 24px;
    }

    .payment_banner .banner_content .title_text {
        font-size: 26px;
    }

    .saas_banner .banner_content .title_text {
        font-size: 26px;
    }

    .digital_agency_banner .banner_content p {
        font-size: 14px;
    }

    .promotion_section .btns_group > ul > li {
        width: 100%;
        display: block;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 320px) {
    .header_section .menu_btn {
        font-size: 23px;
        margin: 8px 0px;
    }

    .service_section .tabs_nav {
        margin: -8px;
    }

    .service_section .tabs_nav > ul > li {
        padding: 8px;
    }

    .service_section .tabs_nav > ul > li > a {
        padding: 15px;
    }

    .service_section .tabs_nav > ul > li > a strong {
        font-size: 15px;
    }

    .service_section .tabs_nav > ul > li > a span {
        width: 55px;
        height: 55px;
        font-size: 24px;
        line-height: 55px;
        margin-bottom: 15px;
    }

    .service_section .tab-content .service_image_2 .image_1 {
        max-width: 670px;
        margin: 0px auto -23px;
    }

    .feature_section .section_title .tabs_nav > ul > li > a {
        padding: 10px 15px;
    }

    .process_section .process_item .item_title {
        font-size: 22px;
    }

    .breadcrumb_section .breadcrumb_content .page_title {
        font-size: 26px;
    }

    .app_landing_banner .btn_text {
        font-size: 12px;
    }

    .showcase_section .mobile_frame {
        width: 260px;
    }

    .chat_banner .banner_content .title_text {
        font-size: 18px;
    }

    .chat_banner .bg_1,
    .chat_banner .bg_2 {
        max-width: 255px;
    }

    .chat_banner .banner_image .bar_image {
        max-width: 70px;
    }

    .chat_banner .banner_image .bar_1 {
        top: 38px;
        left: 0px;
    }

    .chat_banner .banner_image .bar_2 {
        top: 90px;
        right: -18px;
    }

    .chat_banner .banner_image .bar_3 {
        left: 0px;
        top: 125px;
    }

    .service_section .spahe_2 {
        max-width: 100px;
    }

    .service_section .spahe_1 {
        right: 70px;
        max-width: 115px;
    }

    .feature_section .shape_7 {
        max-width: 75px;
    }

    .feature_section .shape_8 {
        left: 45px;
        max-width: 95px;
    }

    .app_landing_banner .banner_content {
        width: 165px;
    }
}

.domain_box_info {
    text-align: center;
}

.domain_box_info h3 {
    font-size: 30px;
    color: #2c2c51;
    font-weight: 600;
    margin-bottom: 40px;
}

.domain_form_inner {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
}

.domain_form_inner .search_form {
    flex: 1;
    display: flex;
    height: 84px;
    align-items: center;
    border: 1px solid #e9E5E5;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.domain_form_inner img {
    width: 20px;
}

.domain_form_inner input {
    border: 0;
    border-radius: 0;
    padding: 0 0 0 10px;
    font-size: 20px;
    font-family: "Sofia Pro";
}

.domain_form_inner input.placeholder {
    color: #9D9DB0;
    font-size: 20px;
    font-family: "Sofia Pro";
}

.domain_form_inner input:-moz-placeholder {
    color: #9D9DB0;
    font-size: 20px;
    font-family: "Sofia Pro";
}

.domain_form_inner input::-moz-placeholder {
    color: #9D9DB0;
    font-size: 20px;
    font-family: "Sofia Pro";
}

.domain_form_inner input::-webkit-input-placeholder {
    color: #9D9DB0;
    font-size: 20px;
    font-family: "Sofia Pro";
}

.domain_form_inner input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.domain_form_inner .input-group {
    padding-left: 25px;
}

.domain_form_inner .domain_select {
    width: 27%;
    padding-right: 46px;
}

.domain_form_inner .domain_select .selectpickers {
    border: 0;
    width: 100%;
    padding: 0 0 0 22px;
    border-left: 1px solid #E9E5E5;
    border-radius: 0;
    font-size: 20px;
    color: #9D9DB0;
    font-weight: 300;
    background: transparent;
}

.domain_form_inner .domain_select .selectpickers:after {
    border-bottom: 1px solid #9d9db0;
    border-right: 1px solid #9d9db0;
    right: 35px;
    width: 6px;
    height: 6px;
}

.domain_form_inner .domain_select .selectpickers ul {
    width: 100%;
}

.domain_form_inner .domain_select .selectpickers ul li {
    color: #9d9db0;
}

.domain_form_inner .domain_select .selectpickers:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.domain_form_inner button.hosting_btn {
    width: 22%;
    border: 0;
    border-radius: 0 8px 8px 0;
    padding: 32px 32px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #6130EE;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-family: "Sofia Pro Bold";
    white-space: nowrap;
}

.domain_price {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 40px;
}

.domain_price li {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    color: #2C2C51;
}

.domain_price li + li {
    margin-left: 50px;
}

.domain_price li span {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    margin-left: 6px;
}

.domain_form_inner .form-control {
    color: #9d9db0;
}

.domain_form_inner .input-group input:-webkit-autofill,
.domain_form_inner .input-group input:-webkit-autofill:hover,
.domain_form_inner .input-group input:-webkit-autofill:focus,
.domain_form_inner .input-group input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

.pricing_tab_two {
    max-width: 416px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 5px 4px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 4px 40px rgba(0, 0, 0, 0.1);
}

.pricing_tab_two span.active_hover {
    border-radius: 3px;
    border: 1px solid;
    background: #6130EE;
    color: #fff;
}

.pricing_tab_two span {
    padding: 16px 42px;
    display: inline-block;
    min-width: 203px;
    text-align: center;
}

.testimonial_carousel_3 {
    width: auto;
}

.testimonial_carousel_3 .item {
    padding: 30px 15px;
}

.testimonial_carousel_3 .testimonial_item {
    z-index: 1;
    padding: 66px 26px 1px 66px;
    position: relative;
    border-radius: 6px;
    background-size: auto;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right 47px top 30px;
    -webkit-box-shadow: 0px 6px 20px 0px rgb(0 33 121 / 8%);
    box-shadow: 0px 6px 20px 0px rgb(0 33 121 / 8%);
}

.testimonial_carousel_3 .rating_star {
    margin-bottom: 20px;
}

.testimonial_carousel_3 .review_title {
    color: #5C54FF;
    font-size: 24px;
    line-height: 30px;
    font-family: "Sofia Pro SemiBold";
    margin-bottom: 12px;
}

.testimonial_carousel_3 .rating_star ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.testimonial_carousel_3 p {
    margin-bottom: 23px;
    font-size: 22px;
    line-height: 35px;
    font-family: 'Sofia Pro';
    font-weight: 500;
    color: #232D3E;
}

.testimonial_carousel_3 .admin_content {
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
}

.testimonial_carousel_3 .admin_content .thumbnail_image {
    width: 65px;
    overflow: hidden;
    margin-right: 13px;
    border-radius: 100%;
    margin-left: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.testimonial_carousel_3 .admin_content .author {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.testimonial_carousel_3 .admin_content .name {
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Inter';
    font-weight: 600;
}

.sifo_timeline_section .dl_icon.droit-process-box-icon {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sifo_timeline_section .dl_single_process_box .dl_title {
    color: #fff;
}

.sifo_timeline_section .dl_single_process_box.dl_style_02 .dl_separator_pointer {
    top: 4px;
}

.dlsifo_testimonial .dl_single_testimonial_slider.style_01 .dl_sub_title {
    color: #F77C36;
}

@media (min-width: 482px) and (max-width: 991px) {
    .sifo_timeline_section .dl_process_box_container .dl_process_box_colum {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .sifo_timeline_section .dl_single_process_box.dl_style_02 .dl_title {
        font-size: 20px;
    }
}

.sifo-team .dl_team_member_wrapper.dl_style_7 .dl_social_icon {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.popup_video .ar_play_btn {
    display: flex;
    align-items: center;
}

.popup_video .ar_play_btn .icon {
    width: 55px;
    height: 55px;
    font-size: 42px;
    line-height: 59px;
    text-align: center;
    margin-right: 25px;
    border-radius: 100%;
    display: inline-block;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-animation: ripple_xsmall_orange 2s linear infinite;
    animation: ripple_xsmall_orange 2s linear infinite;
}

.popup_video .ar_play_btn .icon i {
    margin-left: 4px;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#da4816), color-stop(52%, #ed6724), to(#ff8632));
    background-image: -o-linear-gradient(left, #da4816 0%, #ed6724 52%, #ff8632 100%);
    background-image: linear-gradient(90deg, #da4816 0%, #ed6724 52%, #ff8632 100%);
    -webkit-text-fill-color: transparent;
}

.popup_video .ar_play_btn:hover .icon {
    border-color: #ff6b00;
    background-color: #ff6b00;
}

.popup_video .ar_play_btn:hover .icon i {
    background: none;
    -webkit-text-fill-color: #ffffff;
}

.popup_video .ar_play_btn small {
    font-size: 16px;
    position: relative;
    color: #6a7c92;
    display: inline-block;
}

.popup_video .ar_play_btn:hover small {
    color: #ff6b00;
}

.ar_play_btn small:after, .ar_play_btn small:before {
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    bottom: 2px;
    position: absolute;
    background-color: #6a7c92;
}

.ar_play_btn small:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.ar_play_btn small:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background-color: #4154f1;
    -webkit-transition: -webkit-transform 0.4s ease 0.2s;
    transition: -webkit-transform 0.4s ease 0.2s;
    -o-transition: transform 0.4s ease 0.2s;
    transition: transform 0.4s ease 0.2s;
    transition: transform 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
}

.ar_play_btn:hover small {
    color: #4154f1;
}

.ar_play_btn:hover small:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.ar_play_btn:hover small:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.ar_play_btn:hover small:after {
    background-color: #ff6b00;
}

.btn_underline {
    position: relative;
    padding-bottom: 6px;
}

.btn_underline:before {
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    bottom: 2px;
    position: absolute;
    background-color: #6a7c92;
}

.btn_underline:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.btn_underline:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background-color: #4154f1;
    -webkit-transition: -webkit-transform 0.4s ease 0.2s;
    transition: -webkit-transform 0.4s ease 0.2s;
    -o-transition: transform 0.4s ease 0.2s;
    transition: transform 0.4s ease 0.2s;
    transition: transform 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
}

.btn_underline:hover {
    color: #4154f1;
}

.btn_underline:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.btn_underline:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.admin-bar .header_section.stuck {
    top: 32px;
}

@media (max-width: 767px) {
    .admin-bar .header_section.stuck {
        top: 0;
    }
}

.home_digital_marketing .header_section.stuck .menu_btn,
.home_digital_marketing .header_section .menu_btn {
    color: #303030;
}

.home_chat .header_section .menu_btn,
.home_chat .header_section.stuck .menu_btn {
    color: #ff6b00;
}

.sidebar-menu-wrapper .mobile_menu .brand_logo .close_btn {
    margin-top: 0;
}

ul.submenu.dropdown-menu.menu-depth-2nd {
    border: none;
    border-radius: 0;
}

.main_menu .mega_menu .mega_menu_inner .dropdown-menu li > a:after {
    display: none;
}

.main_menu .mega_menu .mega_menu_inner .dropdown-menu > li:hover > a,
.main_menu .mega_menu .mega_menu_inner .dropdown-menu > li.active > a {
    background-color: transparent;
}

.header_section .main_menu > ul > li > a {
    padding: 0;
}

.header_section .brand_logo a h3 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 32px;
}

.header_section.stuck .brand_logo a h3 {
    color: #303030;
    font-size: 32px;
}

.header_section .col-lg-7 {
    position: inherit;
}

header.header_section {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    min-height: 110px;
    position: absolute;
}

header.header_section.sticky_header.stuck {
    position: fixed;
    min-height: 90px;
}

header.header_section .ul_li_left > ul {
    margin: 0;
    padding: 0;
    float: left;
    display: table;
}

header.header_section .ul_li_left > ul > li {
    float: left;
    list-style: none;
    display: inline-block;
}

.header_section .menu_cart_icon .btn.btn_border {
    line-height: 16px;
}

header.sifo_navbar .align-items-center {
    justify-content: space-between;
}

header.sifo_navbar .navbar_menu {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 30px;
}

.header_section .login_action_btn a + a {
    margin-right: 12px;
}

.footer-widget .widget_title,
.sidebar_section .widget_title {
    font-size: 22px;
    font-weight: 600;
}

.blog_details .sidebar_section.pr-30,
.blog_section .sidebar_section.pr-30 {
    padding-right: 30px;
}

.comment_area .title_text.mb-50,
.comment_form .title_text.mb-50 {
    margin-bottom: 25px !important;
}

.comment_form p.logged-in-as {
    margin-top: -20px;
}

.comment_area .comment_item .reply_btn {
    font-size: 14px;
}

.breadcrumb_section .breadcrumb_content.decrease_size .mb-30 a {
    color: #ffffff;
}

.breadcrumb_section .breadcrumb_content .breadcrumb_nav > ul > li:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog_grid .item_image > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.popup_video:hover .icon i {
    background: none;
    -webkit-text-fill-color: #ffffff;
}

.details_section .share_links_rounded > ul > li > a.bg_linkedin {
    background-color: #007dbb
}

.details_section .share_links_rounded > ul > li > a.bg_pinterest {
    background-color: #c8232c
}

.sifo_section_title .c_slide_in {
    line-height: 1.2;
}

.sifo_section_title .title_text {
    font-size: 42px;
    letter-spacing: -0.9px;
    color: #051441;
    margin-bottom: 0;
}

.sifo_section_title .title_text .text_green {
    color: #31e1af;
}

.sifo_section_title .title_text .brinjal {
    color: #5e2ced;
}

.sifo_section_title .c_slide_in span {
    font-family: 'Sofia Pro Bold';
}

.sifo_section_title .c_slide_in_wrap1 {
    display: block;
}

.sifo_signup .signup_title {
    margin-bottom: 50px;
}

.sifo_signin_wrap {
    text-align: center;
}

.sifo_signin_wrap p {
    text-align: left;
}

.register_section .check_box input {
    padding: 5px;
    display: inline-block;
}

.sifo_social_icons.ul_li_center > ul,
.sifo_social_icons.ul_li > ul {
    display: flex;
    justify-content: center;
}

.sifo_download_btn_icon {
    margin-right: 4px;
}

.feature_section.bg_flow {
    background-image: linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
    background-image: -webkit-linear-gradient(45deg, #301cab 0%, #4448d3 52%, #5774fa 100%);
}

.service_primary_2.features_s1_item_bg_color {
    padding: 50px 40px;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
    box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
}

.service_primary_2.features_s1_item_bg_color:hover {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
}

.pricing_plan_2 .pricing_ribbon_label {
    font: 400 16px/22px "Sofia Pro";
    color: #fff;
    background: #5f2eed;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 32px;
    right: 0;
    padding: 4px 26px;
    border: 0;
    display: block;
}

.pricing_plan_2 .pricing_ribbon_label:before {
    content: "";
    border-top: 15px solid #5f2eed;
    border-bottom: 15px solid #5f2eed;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    position: absolute;
    right: -11px;
    top: 0;
}

.partner_section .partner_logo > a > img {
    width: max-content;
}

.intregation_section .apps_wrap > ul > li > a > img,
.digital_marketing_banner .apps_wrap > ul > li > a > img {
    width: 34px;
}

.image_icons.app_icons_group {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
.
}

.image_icons.app_icons_group > ul {
    padding: 0 15px;
    border-radius: 45px;
    background-color: #f5f8ff;
    margin: 0;
    display: table;
}

.image_icons.app_icons_group > ul > li {
    width: 60px;
    height: 60px;
    float: left;
    list-style: none;
    display: inline-block;
}

.image_icons.app_icons_group > ul > li > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.image_icons.app_icons_group > ul > li > a > img {
    margin: auto;
    height: auto;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image_icons.app_icons_group > ul > li > a:hover > img {
    -webkit-animation: jello 1.2s infinite linear;
    animation: jello 1.2s infinite linear;
}

.footer_subscribe_form_widget .form_item input {
    height: 50px;
    background-color: rgba(101, 119, 141, 0.502);
    border: 1px solid rgba(101, 119, 141, 0.502);
    color: #ffffff;
}

.footer_subscribe_form_widget .form_item button[type=submit] {
    color: #ffffff;
}

.footer_subscribe_form_widget .form_item button[type=submit] {
    top: 55%;
    right: 20px;
    position: absolute;
    color: #6a7c92;
    transform: translateY(-55%);
}

.footer_subscribe_form_widget .form_item input:-moz-placeholder {
    color: #e1e1e3;
}

.footer_subscribe_form_widget .form_item input::-moz-placeholder {
    color: #e1e1e3;
}

.footer_subscribe_form_widget .form_item input:-ms-input-placeholder {
    color: #e1e1e3;
}

.footer_subscribe_form_widget .form_item input::-webkit-input-placeholder {
    color: #e1e1e3;
}

.footer_subscribe_form_widget .form_item button i {
    color: rgba(255, 255, 255, 0.6);
}

.mailchimp.newsletter_autofill input.memail:-webkit-autofill,
.mailchimp.newsletter_autofill input.memail:-webkit-autofill:hover,
.mailchimp.newsletter_autofill input.memail:-webkit-autofill:focus,
.mailchimp.newsletter_autofill input.memail:-webkit-autofill:active {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
    -webkit-background-clip: text;
    caret-color: rgba(255, 255, 255, 0.4);
}

.mailchimp p {
    margin-top: 15px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .newsletter_style1 .newsletter_form1,
    .newsletter_section .newsletter_form {
        display: flex;
        justify-content: space-between;
    }

    .newsletter_section .newsletter_form .form_item {
        width: 55%;
    }

    .newsletter_style1 .mailchimp {
        padding-left: 45px;
    }

    .newsletter_style1 .newsletter_form1 .form_item {
        width: 60%;
    }
}

.rating_star > ul > li.yellow_star {
    color: #fbc509;
}

.rating_star > ul > li.gray_star {
    color: #DEDEDE;
}

.sifo_list_items.info_list > ul > li {
    line-height: 1;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #051441;
}

.sifo_list_items.info_list > ul > li:before {
    top: 2px;
    left: 0px;
    font-size: 14px;
    content: '\f00c';
    font-weight: 400;
    position: absolute;
    color: #4154f1;
    font-family: 'Font Awesome 5 Pro';
}

.sifo-parallax-img .parallax_img {
    position: absolute;
    z-index: -1;
    top: -240px;
    left: -88px;
    max-width: 158px;
}

.feature_project_management.parallax_images .feature_image_10 .child_image_0 {
    position: relative;
}

.feature_project_management.parallax_images .feature_image_10 .child_image_1,
.feature_project_management.parallax_images .feature_image_10 .child_image_2,
.feature_project_management.parallax_images .feature_image_10 .child_image_3 {
    max-width: 427px;
    position: absolute;
    left: unset;
    right: -150px;
}

.feature_project_management.parallax_images .child_image_0 {
    margin-top: -18px;
    margin-bottom: -79px;
}

.feature_project_management.parallax_images .feature_image_10 .child_image_1 {
    top: 161px;
}

.feature_project_management.parallax_images .feature_image_10 .child_image_2 {
    top: 269px;
}

.feature_project_management.parallax_images .feature_image_10 .child_image_3 {
    max-width: 467px;
    top: 382px;
}

@media screen and (max-width: 1160px) {
    .feature_project_management.parallax_images .feature_image_10 .child_image_1,
    .feature_project_management.parallax_images .feature_image_10 .child_image_2,
    .feature_project_management.parallax_images .feature_image_10 .child_image_3 {
        max-width: 370px;
        right: -120px;
    }

    .feature_project_management.parallax_images .feature_image_10 {
        width: 480px;
        margin-left: 0;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_1 {
        top: 130px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_2 {
        top: 230px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_3 {
        max-width: 410px;
        top: 330px;
    }

    .feature_project_management.parallax_images .feature_image_10 {
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px) {
    .feature_project_management.parallax_images .feature_image_10 .child_image_1,
    .feature_project_management.parallax_images .feature_image_10 .child_image_2,
    .feature_project_management.parallax_images .feature_image_10 .child_image_3 {
        max-width: 300px;
        right: -75px;
    }

    .feature_project_management.parallax_images .feature_image_10 {
        width: auto;
        float: none;
        max-width: 370px;
        margin: 0 auto 40px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_0 {
        margin-bottom: -10px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_1 {
        top: 110px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_2 {
        top: 190px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_3 {
        max-width: 330px;
        top: 270px;
    }
}

@media screen and (max-width: 580px) {
    .feature_project_management.parallax_images .feature_image_10 .child_image_1,
    .feature_project_management.parallax_images .feature_image_10 .child_image_2,
    .feature_project_management.parallax_images .feature_image_10 .child_image_3 {
        max-width: 250px;
        right: -65px;
    }

    .feature_project_management.parallax_images .feature_image_10 {
        max-width: 330px;
        margin: 0 auto;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_1 {
        top: 90px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_2 {
        top: 155px;
    }

    .feature_project_management.parallax_images .feature_image_10 .child_image_3 {
        max-width: 275px;
        top: 220px;
    }
}

.animate_btn {
    background-color: #4154f1;
    z-index: 2;
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
    padding: 0px 30px;
    text-align: center;
    position: relative;
    border-radius: 45px;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.animate_btn:after,
.animate_btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.animate_btn:before {
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    z-index: -1;
}

.animate_btn:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: -1;
    background-color: #051441;
}

.animate_btn:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: left;
    -webkit-transform-origin: left;
}

.animate_btn:hover:before {
    opacity: 1;
}

.animate_btn:hover {
    color: #ffffff;
    border-color: #051441;
}

.sifo_gradient_icon .sifo_gradient {
    line-height: 1;
    font-size: 48px;
    display: block;
    text-align: left;
}

.sifo_gradient_icon .sifo_gradient i {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.sifo_gradient_icon i {
    text-shadow: 0 14px 30px rgba(94, 44, 237, 0.4);
    background: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
}

.sifo-icon-bg-shape .item_icon.icon_blue {
    color: #0072e9;
}

.sifo-icon-bg-shape .item_icon {
    z-index: 1;
    height: 75px;
    font-size: 46px;
    line-height: 75px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.sifo-icon-bg-shape .item_icon:before {
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    content: '';
    width: 60px;
    position: absolute;
    background-color: rgba(48, 28, 171, 0.2);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}

.faq_section .faq_2_wrap.mb-80:last-child {
    margin-bottom: 0;
}

.alter_nav .search_cart {
    flex-direction: row;
}

.alter_nav .search_cart li.search {
    display: inline-block;
}

.alter_nav .search_cart .search,
li.nav-item.shpping-cart.dropdown.submenu {
    border: 0;
}

.menu_cart_icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.alter_nav .search_cart {
    margin-right: 15px;
}

.alter_nav .search_cart .search a {
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

.alter_nav .search_cart .search a.nav-link {
    margin-top: 8px;
    font-size: 16px;
}

.text-white.stuck .alter_nav .search_cart .search a,
.text-white.stuck .alter_nav .search_cart .shpping-cart a,
.alter_nav .search_cart .search a,
.alter_nav .search_cart .shpping-cart a {
    font-size: 17px;
    margin-right: 20px;
    color: #051441;
}

.text-white .alter_nav .search_cart .search a,
.text-white .alter_nav .search_cart .shpping-cart a {
    color: rgba(255, 255, 255, 0.7);
}

.text-white .alter_nav .search_cart .shpping-cart .num {
    background: #fff;
    color: #4154f1;
}

.alter_nav .search_cart .shpping-cart a:after {
    display: none;
}

.alter_nav .search_cart .nav-item > .nav-link {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.alter_nav .search_cart .shpping-cart .num,
.text-white.stuck .alter_nav .search_cart .shpping-cart .num {
    color: #fff;
    background: #4154f1;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 11px;
    display: block;
    top: 0;
    right: 0;
    line-height: 13px;
    text-align: center;
}

.alter_nav .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
    left: auto !important;
    right: 0;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu {
    top: 100% !important;
    left: auto !important;
    right: 0;
    opacity: 0;
    margin: 0;
    width: auto;
    height: auto;
    display: block;
    min-width: 350px;
    padding: 0;
    visibility: hidden;
    position: absolute;
    background-color: #ffffff;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
    box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
}

.alter_nav .search_cart .shpping-cart:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px) !important;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu li {
    background: #fff;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-img {
    display: block;
    width: 30%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content .cart-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 8px;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p {
    font-size: 14px;
    line-height: 22px;
    color: #051441;
    font-weight: 300;
    margin-bottom: 0;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart-single-item a {
    color: #051441;
    margin-left: 0;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart-single-item a:hover {
    color: #4154f1;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p {
    font-size: 14px;
    line-height: 22px;
    color: #051441;
    font-weight: 300;
    margin-bottom: 0;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content {
    width: 60%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove {
    width: 10%;
    text-align: right;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart_f {
    padding: 25px 30px 30px;
    background: #f9f9f9;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart_f .total {
    color: #6a7c92;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart_f .total .p-total {
    float: right;
    font-size: 20px;
    color: #051441;
    font-weight: 500;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .bg_default_blue {
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 45px;
    margin: 0;
    line-height: 40px;
    padding: 0 32px;
    background: #4154f1;
    border: 1px solid #4154f1;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .bg_default_blue + .bg_default_blue {
    margin-left: 10px;
    background: transparent;
    color: #4154f1;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .bg_default_blue + .bg_default_blue:before {
    background: #4154f1;
    border-color: #4154f1;
}

.alter_nav .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .bg_default_blue + .bg_default_blue:hover {
    color: #fff;
}

.menu_cart_icon .alter_nav ul li .dropdown-menu {
    border-style: none;
}

@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0);
        transform: scale(0.02) translateY(0);
    }
    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }
    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0);
        transform: scale(0.02) translateY(0);
    }
    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }
    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

.search_boxs {
    z-index: 20000;
    position: fixed;
    top: -105%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.search_boxs:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(27, 29, 34, 0.95);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0.04), translateY(9999px);
    -ms-transform: scale(0.04), translateY(9999px);
    transform: scale(0.04), translateY(9999px);
    overflow: hidden;
}

.search_boxs .close_icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    opacity: 0;
}

.admin-bar .search_boxs .close_icon {
    top: 52px
}

.search_boxs .input-group {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 800px;
    width: 20%;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.search_boxs .input-group input {
    border: none;
    height: 55px;
    padding: 0 15px;
    font-family: "Sofia Pro";
    font-size: 16px;
    padding-left: 0;
    width: 100%;
    color: #fff;
    background: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 0;
    outline: none;
}

.search_boxs .input-group input.placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group input:-moz-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group input::-moz-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group .input-group-append {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 4;
}

.search_boxs .input-group .input-group-append button {
    border: none;
    background: transparent;
    border-radius: 0;
    height: 55px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    padding: 0;
    font-family: "Poppins", sans-serif;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.search_boxs .input-group .input-group-append button i {
    cursor: pointer;
}

input[type="text"] {
    -webkit-appearance: none;
    outline: none;
}

.open .search_boxs {
    top: 0;
}

.open .search_boxs:before {
    -webkit-animation: menu-animation 0.8s ease-out forwards;
    animation: menu-animation 0.8s ease-out forwards;
    height: 100%;
}

.open .search_boxs .close_icon {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
    opacity: 1;
}

.open .search_boxs .input-group {
    width: 100%;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .header_section .col-lg-3 {
        position: inherit;
    }

    .menu_cart_icon {
        position: absolute;
        right: 50px;
        top: 28px;
    }

    .header_section.sticky_header.stuck .menu_cart_icon {
        top: 24px;
    }

    .alter_nav .search_cart .shpping-cart .dropdown-menu {
        display: none;
    }

    .alter_nav .search_cart .shpping-cart.show .dropdown-menu {
        display: block;
    }

    .open .search_boxs .input-group {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .alter_nav .search_cart .shpping-cart .dropdown-menu .cart-single-item {
        padding: 20px 10px;
    }

    .alter_nav .search_cart .shpping-cart .dropdown-menu {
        right: -34px;
    }

    .alter_nav .search_cart {
        margin-right: 0;
    }
}

@media screen and (max-width: 414px) {
    .header_section, .sticky_header.stuck {
        padding: 0;
    }
}

form .form_item span input::-webkit-input-placeholder {
    text-transform: none;
}

form .form_item span input:-ms-input-placeholder {
    text-transform: none;
}

form .form_item span input::placeholder {
    text-transform: none;
}

form .form_item span textarea::-webkit-input-placeholder {
    text-transform: none;
}

form .form_item span textarea:-ms-input-placeholder {
    text-transform: none;
}

form .form_item span textarea::placeholder {
    text-transform: none;
}

.footer_section .widget_area {
    padding-top: 60px;
}

@media screen and (max-width: 991px) {
    .footer_section .widget_area {
        padding-top: 80px;
    }
}

@media screen and (max-width: 414px) {
    .footer_section .widget_area {
        padding-top: 50px;
    }
}