:root {
    --gradient: linear-gradient(to right, #7355f7 0, #5f3bff 51%, #7355f7 100%);
    --gradient-sec: linear-gradient(to right, #130065 0, #2b0ead 51%, #130065 100%);
    --primary: #7355f7;
    --secondary: #1f2471;
    --secondary: #1f2471;
    --primary-hover: #4b24f5;
    --primary-dark: #2608ab;
    --rgba-primary-05: rgba(115, 85, 247, 0.05);
    --rgba-primary-1: rgba(115, 85, 247, 0.1);
    --rgba-primary-2: rgba(115, 85, 247, 0.2);
    --rgba-primary-3: rgba(115, 85, 247, 0.3);
    --rgba-primary-4: rgba(115, 85, 247, 0.4);
    --rgba-primary-5: rgba(115, 85, 247, 0.5);
    --rgba-primary-6: rgba(115, 85, 247, 0.6);
    --rgba-primary-7: rgba(115, 85, 247, 0.7);
    --rgba-primary-8: rgba(115, 85, 247, 0.8);
    --rgba-primary-9: rgba(115, 85, 247, 0.9)
}

:root {
    --bs-primary: #7355f7;
    --bs-secondary: #1f2471;
    --bs-success: #029e76;
    --bs-info: #00aeff;
    --bs-warning: #fea500;
    --bs-danger: #ff5269;
    --bs-light: #fffbf7;
    --bs-dark: #262F5A;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Poppins, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

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

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

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

.bg-01 {
    width: 19px;
    height: 20px;
    background: url(css-sprites-geral.png) -90px -127px;
    display: inline-block;
    float: left;
    margin: -1px 8px 0px -2px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #381560
}

.fit {
    font-weight: 400
}

.h1,
h1 {
    font-size: calc(1.4625rem + 2.55vw)
}

@media (min-width:1200px) {

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

.h2,
h2 {
    font-size: calc(1.3625rem + 1.35vw)
}

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 24px
    }
}

.h4,
h4 {
    font-size: calc(1.28125rem + .375vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5625rem
    }
}

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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

b,
strong {
    font-weight: bolder
}

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

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

sub {
    bottom: -.25em
}

a {
    color: #7355f7;
    text-decoration: underline
}

a:hover {
    color: #5c44c6
}

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

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

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

img {
    vertical-align: middle
}

tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 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: 1199px
    }
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

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

.col {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn:hover {
    color: #888
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(115, 85, 247, .25)
}

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

.btn-primary {
    color: #fff;
    background-color: #7355f7;
    border-color: #7355f7
}

.btn-primary:hover {
    color: #fff;
    background-color: #6248d2;
    border-color: #5c44c6
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #6248d2;
    border-color: #5c44c6;
    box-shadow: 0 0 0 0 rgba(136, 111, 248, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active {
    color: #fff;
    background-color: #5c44c6;
    border-color: #5640b9
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus {
    box-shadow: 0 0 0 0 rgba(136, 111, 248, .5)
}

.btn-primary:disabled {
    color: #fff;
    background-color: #7355f7;
    border-color: #7355f7
}

.btn-info {
    color: #381560;
    background-color: #00aeff;
    border-color: #00aeff
}

.btn-info:hover {
    color: #381560;
    background-color: #26baff;
    border-color: #1ab6ff
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #381560;
    background-color: #26baff;
    border-color: #1ab6ff;
    box-shadow: 0 0 0 0 rgba(0, 148, 217, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active {
    color: #381560;
    background-color: #33beff;
    border-color: #1ab6ff
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus {
    box-shadow: 0 0 0 0 rgba(0, 148, 217, .5)
}

.btn-info:disabled {
    color: #381560;
    background-color: #00aeff;
    border-color: #00aeff
}

.btn-light {
    color: #381560;
    background-color: #fffbf7;
    border-color: #fffbf7
}

.btn-light:hover {
    color: #381560;
    background-color: #fffcf8;
    border-color: #fffbf8
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #381560;
    background-color: #fffcf8;
    border-color: #fffbf8;
    box-shadow: 0 0 0 0 rgba(217, 213, 210, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active {
    color: #381560;
    background-color: #fffcf9;
    border-color: #fffbf8
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus {
    box-shadow: 0 0 0 0 rgba(217, 213, 210, .5)
}

.btn-light:disabled {
    color: #381560;
    background-color: #fffbf7;
    border-color: #fffbf7
}

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

.btn-dark:hover {
    color: #fff;
    background-color: #20284d;
    border-color: #1e2648
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #20284d;
    border-color: #1e2648;
    box-shadow: 0 0 0 0 rgba(71, 78, 115, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active {
    color: #fff;
    background-color: #1e2648;
    border-color: #1d2344
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus {
    box-shadow: 0 0 0 0 rgba(71, 78, 115, .5)
}

.btn-dark:disabled {
    color: #fff;
    background-color: #262f5a;
    border-color: #262f5a
}

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

.btn-link:hover {
    color: #5c44c6
}

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

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .75rem
}

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

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

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

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

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

.nav-link:focus,
.nav-link:hover {
    color: #5c44c6
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

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

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

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

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

.accordion-item:not(:first-of-type) {
    border-top: 0
}

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

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

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

.page-link {
    position: relative;
    display: block;
    color: #7355f7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.page-link:focus {
    z-index: 3;
    color: #5c44c6;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(115, 85, 247, .25)
}

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

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

.page-link {
    padding: .375rem .75rem
}

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

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

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #381560;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #381560;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(115, 85, 247, .25);
    opacity: 1
}

.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.carousel {
    position: relative
}

.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%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

.carousel-item.active {
    display: block
}

.active.carousel-item-end {
    transform: translateX(100%)
}

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

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #7355f7
}

.link-primary:focus,
.link-primary:hover {
    color: #5c44c6
}

.link-info {
    color: #00aeff
}

.link-info:focus,
.link-info:hover {
    color: #33beff
}

.link-light {
    color: #fffbf7
}

.link-light:focus,
.link-light:hover {
    color: #fffcf9
}

.link-dark {
    color: #262f5a
}

.link-dark:focus,
.link-dark:hover {
    color: #1e2648
}

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

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

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

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

.d-block {
    display: block !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-primary {
    color: #ffa500!important
}

.text-info {
    color: #00aeff !important
}

.text-light {
    color: #fffbf7 !important
}

.text-dark {
    color: #262f5a !important
}

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

.text-body {
    color: #888 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.bg-primary {
    background-color: #7355f7 !important
}

.bg-info {
    background-color: #00aeff !important
}

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

.bg-dark {
    background-color: #262f5a !important
}

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

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

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

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .75rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

@media (min-width:576px) {
    .d-sm-block {
        display: block !important
    }

    .d-sm-none {
        display: none !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-none {
        display: none !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .d-xl-block {
        display: block !important
    }

    .d-xl-none {
        display: none !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

* {
    outline: 0;
    padding: 0
}

::after {
    margin: 0;
    padding: 0
}

::before {
    margin: 0;
    padding: 0
}

body {
    line-height: 1.6;
    color: #5e5e5e;
    font-size: 16px
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #381560
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #381560
}

ul {
    padding: 0;
    margin: 0
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

li {
    list-style: none
}

a {
    text-decoration: none;
    outline: 0;
    color: var(--primary);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

a.active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: var(--primary-hover)
}

.text-primary {
    color: #ffa500!important;
}

.bg-primary {
    background-color: var(--primary) !important
}

.strong,
b,
strong {
    font-weight: 700;
    color: #381560
}

.h-0 {
    height: 0
}

#main-wrapper {
    opacity: 0;
    transition: all .25s ease-in;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 60px
}

#main-wrapper.show {
    opacity: 1
}

.content-body {
    margin-left: 65px;
    margin-top: 18px;
    margin-right: 6px;
    margin-bottom: 45px
}

@media only screen and (max-width:1199px) {

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

@media only screen and (max-width:1199px) {

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

@media only screen and (max-width:1199px) {

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

::selection {
    color: #fff;
    background: var(--primary)
}

.font-10 {
    font-size: 10px
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-30 {
    font-size: 30px
}

.font-35 {
    font-size: 35px
}

.font-40 {
    font-size: 40px
}

.font-45 {
    font-size: 45px
}

.font-50 {
    font-size: 50px
}

.font-55 {
    font-size: 55px
}

.font-60 {
    font-size: 36px
}

.font-70 {
    font-size: 70px
}

.font-75 {
    font-size: 75px
}

.font-80 {
    font-size: 80px
}

.font-90 {
    font-size: 90px
}

.font-100 {
    font-size: 100px
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-800 {
    font-weight: 800
}

.font-weight-900 {
    font-weight: 900
}

.p-a0 {
    padding: 0
}

.p-a5 {
    padding: 5px
}

.p-a10 {
    padding: 10px
}

.p-a15 {
    padding: 15px
}

.p-a20 {
    padding: 20px
}

.p-a25 {
    padding: 25px
}

.p-a30 {
    padding: 30px
}

.p-a40 {
    padding: 40px
}

.p-a50 {
    padding: 50px
}

.p-a60 {
    padding: 60px
}

.p-a70 {
    padding: 70px
}

.p-a80 {
    padding: 80px
}

.p-a90 {
    padding: 90px
}

.p-a100 {
    padding: 100px
}

.p-t0 {
    padding-top: 0
}

.p-t5 {
    padding-top: 5px
}

.p-t10 {
    padding-top: 10px
}

.p-t15 {
    padding-top: 15px
}

.p-t20 {
    padding-top: 20px
}

.p-t30 {
    padding-top: 30px
}

.p-t40 {
    padding-top: 40px
}

.p-t50 {
    padding-top: 50px
}

.p-t60 {
    padding-top: 60px
}

.p-t70 {
    padding-top: 70px
}

.p-t80 {
    padding-top: 80px
}

.p-t90 {
    padding-top: 90px
}

.p-t100 {
    padding-top: 100px
}

.p-b0 {
    padding-bottom: 0
}

.p-b5 {
    padding-bottom: 5px
}

.p-b10 {
    padding-bottom: 10px
}

.p-b15 {
    padding-bottom: 15px
}

.p-b20 {
    padding-bottom: 20px
}

.p-b30 {
    padding-bottom: 30px
}

.p-b40 {
    padding-bottom: 40px
}

.p-b50 {
    padding-bottom: 50px
}

.p-b60 {
    padding-bottom: 60px
}

.p-b70 {
    padding-bottom: 70px
}

.p-b80 {
    padding-bottom: 80px
}

.p-b90 {
    padding-bottom: 90px
}

.p-b100 {
    padding-bottom: 100px
}

.p-l0 {
    padding-left: 0
}

.p-l5 {
    padding-left: 5px
}

.p-l10 {
    padding-left: 10px
}

.p-l15 {
    padding-left: 15px
}

.p-l20 {
    padding-left: 20px
}

.p-l30 {
    padding-left: 30px
}

.p-l40 {
    padding-left: 40px
}

.p-l50 {
    padding-left: 50px
}

.p-l60 {
    padding-left: 60px
}

.p-l70 {
    padding-left: 70px
}

.p-l80 {
    padding-left: 80px
}

.p-l90 {
    padding-left: 90px
}

.p-l100 {
    padding-left: 100px
}

.p-r0 {
    padding-right: 0
}

.p-r5 {
    padding-right: 5px
}

.p-r10 {
    padding-right: 10px
}

.p-r15 {
    padding-right: 15px
}

.p-r20 {
    padding-right: 20px
}

.p-r30 {
    padding-right: 30px
}

.p-r40 {
    padding-right: 40px
}

.p-r50 {
    padding-right: 50px
}

.p-r60 {
    padding-right: 60px
}

.p-r70 {
    padding-right: 70px
}

.p-r80 {
    padding-right: 80px
}

.p-r90 {
    padding-right: 90px
}

.p-r100 {
    padding-right: 100px
}

.m-a0 {
    margin: 0
}

.m-a5 {
    margin: 5px
}

.m-a10 {
    margin: 10px
}

.m-a15 {
    margin: 15px
}

.m-a20 {
    margin: 20px
}

.m-a30 {
    margin: 30px
}

.m-a40 {
    margin: 40px
}

.m-a50 {
    margin: 50px
}

.m-a60 {
    margin: 60px
}

.m-a70 {
    margin: 70px
}

.m-a80 {
    margin: 80px
}

.m-a90 {
    margin: 90px
}

.m-a100 {
    margin: 100px
}

.m-t0 {
    margin-top: 0
}

.m-t5 {
    margin-top: 5px
}

.m-t10 {
    margin-top: 10px
}

.m-t15 {
    margin-top: 15px
}

.m-t20 {
    margin-top: 20px
}

.m-t30 {
    margin-top: 30px
}

.m-t40 {
    margin-top: 40px
}

.m-t50 {
    margin-top: 50px
}

.m-t60 {
    margin-top: 60px
}

.m-t70 {
    margin-top: 70px
}

.m-t80 {
    margin-top: 80px
}

.m-t90 {
    margin-top: 90px
}

.m-t100 {
    margin-top: 100px
}

.m-b0 {
    margin-bottom: 0
}

.m-b5 {
    margin-bottom: 5px
}

.m-b10 {
    margin-bottom: 10px
}

.m-b15 {
    margin-bottom: 15px
}

.m-b20 {
    margin-bottom: 20px
}

.m-b30 {
    margin-bottom: 30px
}

.m-b40 {
    margin-bottom: 40px
}

.m-b50 {
    margin-bottom: 50px
}

.m-b60 {
    margin-bottom: 60px
}

.m-b70 {
    margin-bottom: 70px
}

.m-b80 {
    margin-bottom: 80px
}

.m-b90 {
    margin-bottom: 90px
}

.m-b100 {
    margin-bottom: 100px
}

.m-l0 {
    margin-left: 0
}

.m-l5 {
    margin-left: 5px
}

.m-l10 {
    margin-left: 10px
}

.m-l15 {
    margin-left: 15px
}

.m-l20 {
    margin-left: 20px
}

.m-l30 {
    margin-left: 30px
}

.m-l40 {
    margin-left: 40px
}

.m-l50 {
    margin-left: 50px
}

.m-l60 {
    margin-left: 60px
}

.m-l70 {
    margin-left: 70px
}

.m-l80 {
    margin-left: 80px
}

.m-l90 {
    margin-left: 90px
}

.m-l100 {
    margin-left: 100px
}

.m-r0 {
    margin-right: 0
}

.m-r5 {
    margin-right: 5px
}

.m-r10 {
    margin-right: 10px
}

.m-r15 {
    margin-right: 15px
}

.m-r20 {
    margin-right: 20px
}

.m-r30 {
    margin-right: 30px
}

.m-r40 {
    margin-right: 40px
}

.m-r50 {
    margin-right: 50px
}

.m-r60 {
    margin-right: 60px
}

.m-r70 {
    margin-right: 70px
}

.m-r80 {
    margin-right: 80px
}

.m-r90 {
    margin-right: 90px
}

.m-r100 {
    margin-right: 100px
}

@media only screen and (max-width:1200px) {
    .m-lg-t0 {
        margin-top: 0
    }

    .m-lg-t5 {
        margin-top: 5px
    }

    .m-lg-t10 {
        margin-top: 10px
    }

    .m-lg-t15 {
        margin-top: 15px
    }

    .m-lg-t20 {
        margin-top: 20px
    }

    .m-lg-t30 {
        margin-top: 30px
    }

    .m-lg-t40 {
        margin-top: 40px
    }

    .m-lg-t50 {
        margin-top: 50px
    }

    .m-lg-t60 {
        margin-top: 60px
    }

    .m-lg-t70 {
        margin-top: 70px
    }

    .m-lg-t80 {
        margin-top: 80px
    }

    .m-lg-t90 {
        margin-top: 90px
    }

    .m-lg-t100 {
        margin-top: 100px
    }

    .m-lg-b0 {
        margin-bottom: 0
    }

    .m-lg-b5 {
        margin-bottom: 5px
    }

    .m-lg-b10 {
        margin-bottom: 10px
    }

    .m-lg-b15 {
        margin-bottom: 15px
    }

    .m-lg-b20 {
        margin-bottom: 20px
    }

    .m-lg-b30 {
        margin-bottom: 30px
    }

    .m-lg-b40 {
        margin-bottom: 40px
    }

    .m-lg-b50 {
        margin-bottom: 50px
    }

    .m-lg-b60 {
        margin-bottom: 60px
    }

    .m-lg-b70 {
        margin-bottom: 70px
    }

    .m-lg-b80 {
        margin-bottom: 80px
    }

    .m-lg-b90 {
        margin-bottom: 90px
    }

    .m-lg-b100 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width:991px) {
    .m-md-t0 {
        margin-top: 0
    }

    .m-md-t5 {
        margin-top: 5px
    }

    .m-md-t10 {
        margin-top: 10px
    }

    .m-md-t15 {
        margin-top: 15px
    }

    .m-md-t20 {
        margin-top: 20px
    }

    .m-md-t30 {
        margin-top: 30px
    }

    .m-md-t40 {
        margin-top: 40px
    }

    .m-md-t50 {
        margin-top: 50px
    }

    .m-md-t60 {
        margin-top: 60px
    }

    .m-md-t70 {
        margin-top: 70px
    }

    .m-md-t80 {
        margin-top: 80px
    }

    .m-md-t90 {
        margin-top: 90px
    }

    .m-md-t100 {
        margin-top: 100px
    }

    .m-md-b0 {
        margin-bottom: 0
    }

    .m-md-b5 {
        margin-bottom: 5px
    }

    .m-md-b10 {
        margin-bottom: 10px
    }

    .m-md-b15 {
        margin-bottom: 15px
    }

    .m-md-b20 {
        margin-bottom: 20px
    }

    .m-md-b30 {
        margin-bottom: 30px
    }

    .m-md-b40 {
        margin-bottom: 40px
    }

    .m-md-b50 {
        margin-bottom: 50px
    }

    .m-md-b60 {
        margin-bottom: 60px
    }

    .m-md-b70 {
        margin-bottom: 70px
    }

    .m-md-b80 {
        margin-bottom: 80px
    }

    .m-md-b90 {
        margin-bottom: 90px
    }

    .m-md-b100 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width:767px) {
    .m-sm-t0 {
        margin-top: 0
    }

    .m-sm-t5 {
        margin-top: 5px
    }

    .m-sm-t10 {
        margin-top: 10px
    }

    .m-sm-t15 {
        margin-top: 15px
    }

    .m-sm-t20 {
        margin-top: 20px
    }

    .m-sm-t30 {
        margin-top: 30px
    }

    .m-sm-t40 {
        margin-top: 40px
    }

    .m-sm-t50 {
        margin-top: 50px
    }

    .m-sm-t60 {
        margin-top: 60px
    }

    .m-sm-t70 {
        margin-top: 70px
    }

    .m-sm-t80 {
        margin-top: 80px
    }

    .m-sm-t90 {
        margin-top: 90px
    }

    .m-sm-t100 {
        margin-top: 100px
    }

    .m-sm-b0 {
        margin-bottom: 0
    }

    .m-sm-b5 {
        margin-bottom: 5px
    }

    .m-sm-b10 {
        margin-bottom: 10px
    }

    .m-sm-b15 {
        margin-bottom: 15px
    }

    .m-sm-b20 {
        margin-bottom: 20px
    }

    .m-sm-b30 {
        margin-bottom: 30px
    }

    .m-sm-b40 {
        margin-bottom: 40px
    }

    .m-sm-b50 {
        margin-bottom: 50px
    }

    .m-sm-b60 {
        margin-bottom: 60px
    }

    .m-sm-b70 {
        margin-bottom: 70px
    }

    .m-sm-b80 {
        margin-bottom: 80px
    }

    .m-sm-b90 {
        margin-bottom: 90px
    }

    .m-sm-b100 {
        margin-bottom: 100px
    }
}

.page-title {
    padding: 65px 0 45px;
    position: relative;
    background: #fffbf7;
    background-size: cover;
    background-position: center
}

.page-title p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7272a8;
    text-transform: capitalize
}

@media only screen and (max-width:575px) {
    .page-title p {
        font-size: 16px
    }
}

.page-title .h3,
.page-title h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize
}

@media only screen and (max-width:575px) {

    .page-title .h3,
    .page-title h3 {
        font-size: 28px
    }
}

section {
    position: relative;
    z-index: 1
}

section:after {
    content: attr(data-content);
    position: absolute;
    top: -28px;
    font-size: 200px;
    font-weight: 700;
    color: transparent;
    line-height: 1;
    -webkit-text-stroke: 1px #381560;
    z-index: -1;
    font-family: Poppins, sans-serif;
    opacity: .1;
    left: 0
}

@media only screen and (max-width:1400px) {
    section:after {
        font-size: 140px;
        top: -20px
    }
}

@media only screen and (max-width:991px) {
    section:after {
        font-size: 80px;
        top: -10px
    }
}

@media only screen and (max-width:575px) {
    section:after {
        font-size: 50px;
        top: -5px
    }
}

.section-head {
    margin-bottom: 40px
}

@media only screen and (max-width:1199px) {
    .section-head {
        margin-bottom: 30px
    }
}

.section-head .title.h2,
.section-head h2.title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800
}

@media only screen and (max-width:1199px) {

    .section-head .title.h2,
    .section-head h2.title {
        font-size: 35px
    }
}

@media only screen and (max-width:575px) {

    .section-head .title.h2,
    .section-head h2.title {
        font-size: 28px
    }
}

.section-head .title.h3,
.section-head h3.title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700
}

@media only screen and (max-width:1400px) {

    .section-head .title.h3,
    .section-head h3.title {
        font-size: 35px
    }
}

@media only screen and (max-width:1199px) {

    .section-head .title.h3,
    .section-head h3.title {
        font-size: 30px
    }
}

@media only screen and (max-width:575px) {

    .section-head .title.h3,
    .section-head h3.title {
        font-size: 24px
    }
}

.section-head .title.h4,
.section-head h4.title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700
}

@media only screen and (max-width:1400px) {

    .section-head .title.h4,
    .section-head h4.title {
        font-size: 30px
    }
}

@media only screen and (max-width:1199px) {

    .section-head .title.h4,
    .section-head h4.title {
        font-size: 24px
    }
}

@media only screen and (max-width:575px) {

    .section-head .title.h4,
    .section-head h4.title {
        font-size: 20px
    }
}

.section-head p {
    font-size: 18px;
    line-height: 26px
}

.section-head.text-center p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.section-head.head-col {
    display: flex;
    align-items: center
}

@media only screen and (max-width:767px) {
    .section-head.head-col {
        display: block
    }
}

.section-head.head-col .title {
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .section-head.head-col .title {
        margin-bottom: 10px
    }
}

.section-head.head-col p {
    padding-left: 15px;
    border-left: 4px solid var(--primary);
    margin-left: 15px;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .section-head.head-col p {
        padding-left: 0;
        border-left: 0;
        margin-left: 0
    }
}

.rounded-xl {
    border-radius: 30px !important
}

.rounded-lg {
    border-radius: 20px !important
}

.rounded-md {
    border-radius: 8px !important
}

.rounded-sm {
    border-radius: 5px !important
}

.shadow-primary {
    box-shadow: 0 2px 15px var(--rgba-primary-5)
}

.scale1 {
    transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    display: inline-block
}

.scale2 {
    transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -webkit-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
    display: inline-block
}

.scale3 {
    transform: scale(1.3) !important;
    -moz-transform: scale(1.3) !important;
    -webkit-transform: scale(1.3) !important;
    -ms-transform: scale(1.3) !important;
    -o-transform: scale(1.3) !important;
    display: inline-block
}

.scale4 {
    transform: scale(1.4) !important;
    -moz-transform: scale(1.4) !important;
    -webkit-transform: scale(1.4) !important;
    -ms-transform: scale(1.4) !important;
    -o-transform: scale(1.4) !important;
    display: inline-block
}

.scale5 {
    transform: scale(1.5) !important;
    -moz-transform: scale(1.5) !important;
    -webkit-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    -o-transform: scale(1.5) !important;
    display: inline-block
}

.scale-2 {
    transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    display: inline-block
}

#bg {
    background-attachment: fixed;
    background-size: cover
}

.card {
    border: 0 solid #e1e1f0;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 36px 48px rgba(31, 66, 135, .04);
    background: #fff
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1f0;
    background: #fff;
    padding: 20px 30px
}

.card-title {
    font-size: 24px;
    margin-bottom: 0
}

.card .card-body {
    padding: 20px 30px;
    background: #fff;
    border-radius: 15px
}

.dlab-blog.no-image {
    padding: 30px;
    background: var(--rgba-primary-05)
}

.dlab-blog .dlab-meta {
    margin-bottom: 10px
}

.dlab-blog .dlab-meta>ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px
}

@media only screen and (max-width:1199px) {
    .dlab-blog .dlab-meta>ul {
        margin-left: -6px;
        margin-right: -6px
    }
}

.dlab-blog .dlab-meta>ul>li {
    font-weight: 400;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px
}

.dlab-blog .dlab-meta>ul>li a {
    display: flex;
    align-items: center
}

.dlab-blog .dlab-meta>ul>li i {
    font-size: 22px;
    color: var(--primary)
}

@media only screen and (max-width:1199px) {
    .dlab-blog .dlab-meta>ul>li i {
        font-size: 18px;
        margin-right: 5px
    }
}

@media only screen and (max-width:1199px) {
    .dlab-blog .dlab-meta>ul>li {
        font-size: 14px;
        padding-left: 6px;
        padding-right: 6px
    }
}

.dlab-blog .dlab-title {
    margin-bottom: 10px;
    line-height: 1.4
}

.dlab-blog .dlab-media+.dlab-info {
    padding-top: 30px
}

.dlab-blog.style-1 {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: .25rem;
    overflow: hidden
}

.dlab-blog.style-1 .dlab-info {
    padding: 30px
}

@media only screen and (max-width:575px) {
    .dlab-blog.style-1 .dlab-info {
        padding: 15px
    }
}

.dlab-blog.style-1 .dlab-info .dlab-meta {
    border-bottom: 1px solid #e1e1f0;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.dlab-blog.style-1 .dlab-info .meta-bottom {
    border-top: 1px solid #e1e1f0;
    border-bottom: 0;
    padding: 25px 0 0;
    margin: 20px 0 0
}

@media only screen and (max-width:575px) {
    .dlab-blog.style-1 .dlab-info .meta-bottom {
        padding: 15px 0 0
    }
}

.toggle {
    cursor: pointer;
    display: block
}

.btn {
    padding: 20px 35px;
    display: inline-block;
    border-radius: .25rem;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase
}

.btn i {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    position: relative;
    top: -1px
}

@media only screen and (max-width:1199px) {
    .btn {
        padding: 12px 25px;
        font-size: 14px
    }
}

.btn-primary {
    border-color: var(--primary);
    background-color: var(--primary)
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover)
}

.btn-link {
    color: var(--primary)
}

.btn-link:hover {
    color: var(--primary-hover)
}

.rounded-btn {
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    font-size: 24px
}

.btn.btn-lg {
    padding: 16px 42px
}

.btn-light {
    background-color: #fff
}

.btn-light:hover {
    background-color: var(--primary);
    color: #fff !important;
    border-color: transparent
}

.btn-light.text-primary:hover {
    color: #fff !important
}

.input-group {
    margin-bottom: 20px; }
  
  .input-group-prepend {
    position: absolute;
    left: 10px;
    top: 30px;
    z-index: 99;
    transform: translateY(-50%);
    background-color: transparent;
    border-right: 1px solid #9192a4;
    margin-right: 10px; }
    @media only screen and (max-width: 1199px) {
      .input-group-prepend {
        top: 22px; } }
    .input-group-prepend .input-group-text {
      justify-content: center;
      padding: 0;
      width: 40px;
      height: 20px;
      background-color: transparent; }
      .input-group-prepend .input-group-text i {
        color: var(--primary);
        font-size: 22px; }
  
  .input-group-prepend + .form-control,
  .input-group-prepend + .form-control + .bootstrap-select,
  .input-group-prepend + .form-control + .custom-file-label {
    padding: 10px 20px 10px 65px; }
  
  .input-group-prepend + textarea.form-control {
    padding: 18px 20px 18px 65px; }
  
  textarea {
    height: 120px !important;
    resize: none; }
  
  .bootstrap-select.btn-group {
    padding: 10px 20px;
    border: 1px solid;
    border-color: #cccccc; }
    .bootstrap-select.btn-group.show {
      border-color: var(--primary); }
    .bootstrap-select.btn-group .form-control .dropdown-toggle.btn-default {
      padding: 0; }
    .bootstrap-select.btn-group .dropdown-toggle .caret {
      font-size: 10px;
      top: 50%;
      right: 5px;
      transform: translateY(-50%); }
      
      .input {
        padding: 15px 20px 15px 20px;
    border: solid 1px #d1d1d1;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    width: 330px;

    margin-bottom: 12px;
    }
  
  .custom-file-label {
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    height: 45px;
    border-radius: 30px !important;
    padding: 10px 20px;
    font-size: 15px;
    border-color: transparent; }
    .custom-file-label:after {
      content: none !important; }
  

.gradient {
    background: #ffa500!IMPORTANT;
    background-size: 200%;
    border-color: transparent !important;
    transition: all .5s;
    font-weight: 600;
}

.gradient:active,
.gradient:focus,
.gradient:hover {
    background-position: right center
}

.btn-link {
    padding: 0;
    border: 0
}

.btn-link i {
    display: inline-block;
    overflow: hidden
}

.btn-link.style-1 {
    position: relative;
    line-height: 1
}

.btn-link.style-1 span {
    display: inline-block;
    padding: 0 0 2px 0;
    position: relative
}

.btn-link.style-1 span:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: var(--primary)
}

.btn-link.style-1 i {
    font-size: 160%;
    line-height: .5
}

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

.btn-link i {
    display: inline-block;
    overflow: hidden
}

.btn-link:hover i:before,
.btn:hover i:before {
    display: inline-block;
    -webkit-animation: toLeftFromRight .5s forwards;
    -moz-animation: toLeftFromRight .5s forwards;
    animation: toLeftFromRight .5s forwards
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translateX(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translateX(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translateX(100%)
    }

    50% {
        opacity: 0;
        transform: translateX(-100%)
    }

    51% {
        opacity: 1
    }
}

.icon-bx-xl {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 150px;
    height: 150px;
    line-height: 150px
}

.icon-bx-xl i {
    font-size: 80px;
    vertical-align: middle
}

.icon-bx-xl img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 80px
}

.icon-bx-lg {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 120px;
    height: 120px;
    line-height: 120px
}

.icon-bx-lg i {
    font-size: 36px;
    vertical-align: middle
}

.icon-bx-lg img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 55px
}

.icon-bx-md {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 100px;
    height: 100px;
    line-height: 100px
}

.icon-bx-md i {
    font-size: 45px;
    vertical-align: middle
}

.icon-bx-md img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 40px
}

.icon-bx-sm {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 80px;
    height: 80px;
    line-height: 80px
}

.icon-bx-sm i {
    font-size: 30px;
    vertical-align: middle
}

.icon-bx-sm img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 30px
}

.icon-xl {
    display: inline-block;
    text-align: center;
    width: 100px
}

.icon-xl i {
    vertical-align: middle;
    font-size: 80px
}

.icon-xl img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 80px
}

.icon-lg {
    display: inline-block;
    text-align: center;
    width: 80px
}

.icon-lg i {
    vertical-align: middle;
    font-size: 36px
}

.icon-lg img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 70px
}

.icon-md {
    display: inline-block;
    text-align: center;
    width: 60px
}

.icon-md i {
    vertical-align: middle;
    font-size: 45px
}

.icon-md img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 50px
}

.icon-sm {
    display: inline-block;
    text-align: center;
    width: 40px
}

.icon-sm i {
    vertical-align: middle;
    font-size: 30px
}

.icon-sm img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 30px
}

.icon-bx-wraper {
    position: relative
}

.icon-bx-wraper p:last-child {
    margin: 0
}

.icon-bx-wraper.center {
    text-align: center
}

.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xl {
    float: left;
    margin-right: 20px
}

.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xl {
    float: left;
    margin-right: 10px
}

.icon-bx-wraper.right {
    text-align: right
}

.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xl {
    float: right;
    margin-left: 20px
}

.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xl {
    float: right;
    margin-left: 10px
}

.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2
}

.icon-bx-wraper.bx-style-2.center [class*=icon-bx-] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px
}

.icon-bx-wraper.bx-style-2.left [class*=icon-bx-] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.icon-bx-wraper.bx-style-2.right [class*=icon-bx-] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.icon-content {
    overflow: hidden
}

[class*=icon-bx-][class*=bg-] a {
    color: #fff
}

[class*=icon-bx-].bg-white a {
    color: inherit
}

[class*=icon-bx-][class*=border-] {
    display: table;
    line-height: normal;
    margin-left: auto;
    margin-right: auto
}

[class*=icon-bx-][class*=border-] .icon-cell {
    display: table-cell;
    vertical-align: middle
}

.dlab-info {
    position: relative
}

.dlab-info[class*=border-] {
    border-color: #eee
}

.dlab-media {
    position: relative;
    overflow: hidden
}

.dlab-media img {
    width: 100%;
    height: auto
}

.icon-bx-wraper.style-1 {
    padding: 30px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    border-radius: .25rem;
    background-color: #fff
}

@media only screen and (max-width:1199px) {
    .icon-bx-wraper.style-1 {
        padding: 30px 15px
    }
}

.icon-bx-wraper.style-1 .dlab-title {
    margin-bottom: 15px
}

.icon-bx-wraper.style-1>[class*=icon-bx-] {
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 24px 0 45px;
    position: relative;
    z-index: 1
}

.icon-bx-wraper.style-1>[class*=icon-bx-]:after {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    height: 133px;
    width: 82px;
    background-position: right;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.icon-bx-wraper.style-1:after,
.icon-bx-wraper.style-1:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    transform: scale(.5);
    z-index: 0
}

.icon-bx-wraper.style-1:before {
    height: 100%;
    top: -30px;
    left: -30px;
    width: 100%
}

.icon-bx-wraper.style-1:after {
    height: 290px;
    bottom: -40px;
    right: -30px;
    width: 250px
}

.icon-bx-wraper.style-1.active,
.icon-bx-wraper.style-1:hover {
    box-shadow: 0 5px 95px 0 rgba(0, 0, 0, .08);
    z-index: 1
}

.icon-bx-wraper.style-1.active>[class*=icon-bx-]:after,
.icon-bx-wraper.style-1:hover>[class*=icon-bx-]:after {
    right: 30px
}

.icon-bx-wraper.style-1.active:after,
.icon-bx-wraper.style-1.active:before,
.icon-bx-wraper.style-1:hover:after,
.icon-bx-wraper.style-1:hover:before {
    opacity: 1;
    transform: scale(1)
}

@media only screen and (max-width:1400px) {
    .icon-bx-wraper.style-1:before {
        top: -15px;
        left: -15px
    }

    .icon-bx-wraper.style-1:after {
        bottom: -20px;
        right: -10px
    }
}

.icon-bx-wraper.style-2 {
    display: flex;
    align-items: center
}

.icon-bx-wraper.style-2>[class*=icon-bx-] {
    position: relative;
    margin: 20px;
    min-width: 100px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.icon-bx-wraper.style-2>[class*=icon-bx-] .icon-cell {
    font-size: 50px
}

.icon-bx-wraper.style-2>[class*=icon-bx-]:before {
    content: "";
    position: absolute;
    width: 165px;
    height: 165px;
    left: calc(50% - 82px);
    top: calc(50% - 82px);
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat
}

.icon-bx-wraper.style-2 .icon-content {
    padding-left: 20px
}

.icon-bx-wraper.style-2:hover>[class*=icon-bx-] {
    background-color: transparent !important
}

.icon-bx-wraper.style-2:hover>[class*=icon-bx-] .icon-cell {
    color: #fff
}

.icon-bx-wraper.style-2:hover>[class*=icon-bx-]:before {
    -webkit-animation: rotate360 5s infinite;
    animation: rotate360 5s infinite
}

@media only screen and (max-width:575px) {
    .icon-bx-wraper.style-2>[class*=icon-bx-] {
        min-width: 80px;
        width: 80px;
        height: 80px;
        line-height: 80px
    }

    .icon-bx-wraper.style-2>[class*=icon-bx-]:before {
        width: 126px;
        height: 126px;
        left: calc(50% - 63px);
        top: calc(50% - 63px)
    }
}

.icon-bx-wraper.style-3 {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
    z-index: 9;
    position: relative;
    z-index: 1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.icon-bx-wraper.style-3:after {
    content: "";
    position: absolute;
    background-image: var(--gradient);
    background-size: 200%;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    top: 0;
    left: 0
}

.icon-bx-wraper.style-3>[class*=icon-bx-] {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 70px;
    margin-right: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.icon-bx-wraper.style-3>[class*=icon-bx-] .icon-cell i {
    font-size: 80px;
    line-height: 1
}

.icon-bx-wraper.style-3.active:after,
.icon-bx-wraper.style-3:hover:after {
    opacity: 1
}

.icon-bx-wraper.style-3.active .dlab-title,
.icon-bx-wraper.style-3.active .icon-cell,
.icon-bx-wraper.style-3.active p,
.icon-bx-wraper.style-3:hover .dlab-title,
.icon-bx-wraper.style-3:hover .icon-cell,
.icon-bx-wraper.style-3:hover p {
    color: #fff
}

.icon-bx-wraper.style-3.active>[class*=icon-bx-],
.icon-bx-wraper.style-3:hover>[class*=icon-bx-] {
    background-color: rgba(255, 255, 255, .2)
}

.icon-bx-wraper.style-3 .icon-content .dlab-title {
    font-weight: 800
}

.icon-bx-wraper.style-3.left .icon-content {
    padding-left: 25px
}

.icon-bx-wraper.style-3.left.active>[class*=icon-bx-],
.icon-bx-wraper.style-3.left:hover>[class*=icon-bx-] {
    background-color: transparent
}

.icon-bx-wraper.style-3.left.active>[class*=icon-bx-]:after,
.icon-bx-wraper.style-3.left:hover>[class*=icon-bx-]:after {
    background-color: rgba(255, 255, 255, .2)
}

@media only screen and (max-width:767px) {
    .icon-bx-wraper.style-3.left {
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (max-width:575px) {
    .icon-bx-wraper.style-3.left {
        padding: 30px 20px 30px 15px
    }

    .icon-bx-wraper.style-3.left>[class*=icon-bx-]:after {
        height: 70px;
        top: 0
    }

    .icon-bx-wraper.style-3.left .icon-content {
        padding-left: 15px
    }
}

.icon-bx-wraper.style-4 {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.icon-bx-wraper.style-4 .icon-bx-sm {
    width: 70px;
    height: 70px;
    line-height: 70px
}

.icon-bx-wraper.style-4 .icon-bx-sm i {
    font-size: 35px
}

.icon-bx-wraper.style-4 .title {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px
}

@media only screen and (max-width:1199px) {
    .icon-bx-wraper.style-4 .title {
        font-size: 16px
    }
}

.icon-bx-wraper.style-4:hover {
    transform: translateY(-15px)
}

@media only screen and (max-width:1199px) {
    .icon-bx-wraper.style-4 {
        padding: 30px 20px
    }
}

@media only screen and (max-width:767px) {
    .icon-bx-wraper.style-4 {
        padding: 30px 20px
    }
}

.icon-bx-wraper.style-5 {
    padding: 35px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    border-radius: .25rem
}

.icon-bx-wraper.style-5 .btn {
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50px;
    padding: 0;
    line-height: 45px;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.icon-bx-wraper.style-5 .btn:after {
    content: "";
    background-image: var(--gradient-sec);
    position: absolute;
    width: 100%;
    background-size: 200%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.icon-bx-wraper.style-5 .icon-bx {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #e7e5ee;
    width: 165px;
    height: 165px;
    margin: auto;
    line-height: 160px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.icon-bx-wraper.style-5 .icon-bx:after,
.icon-bx-wraper.style-5 .icon-bx:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.icon-bx-wraper.style-5 .icon-bx:after {
    background-position: center;
    background-repeat: no-repeat
}

.icon-bx-wraper.style-5 .icon-bx:before {
    background-image: var(--gradient-sec);
    background-size: 200%;
    opacity: 0
}

.icon-bx-wraper.style-5 .icon-bx .icon-cell {
    font-size: 36px;
    color: #37226d;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.icon-bx-wraper.style-5.active,
.icon-bx-wraper.style-5:hover {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1)
}

.icon-bx-wraper.style-5.active .btn,
.icon-bx-wraper.style-5:hover .btn {
    border-color: transparent !important;
    color: #fff
}

.icon-bx-wraper.style-5.active .btn:after,
.icon-bx-wraper.style-5:hover .btn:after {
    opacity: 1
}

.icon-bx-wraper.style-5.active .icon-bx:before,
.icon-bx-wraper.style-5:hover .icon-bx:before {
    opacity: 1
}

.icon-bx-wraper.style-5.active .icon-bx .icon-cell,
.icon-bx-wraper.style-5:hover .icon-bx .icon-cell {
    color: #fff
}

.icon-bx-wraper.style-6 {
    padding: 10px 40px
}

.icon-bx-wraper.style-6>[class*=icon-bx-] {
    box-shadow: 0 0 10px 4px rgba(31, 66, 135, .1);
    margin-bottom: 25px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    z-index: 1;
    position: relative;
    overflow: hidden
}

.icon-bx-wraper.style-6>[class*=icon-bx-]:after {
    content: "";
    position: absolute;
    background-image: var(--gradient);
    background-size: 200%;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    top: 0;
    left: 0
}

.icon-bx-wraper.style-6 .icon-bx-sm .icon-cell i {
    font-size: 40px
}

.icon-bx-wraper.style-6 .icon-bx-lg .icon-cell i {
    font-size: 50px
}

.icon-bx-wraper.style-6:hover>[class*=icon-bx-]:after {
    opacity: 1
}

.icon-bx-wraper.style-6:hover>[class*=icon-bx-] .icon-cell {
    color: #fff !important
}

@media only screen and (max-width:1199px) {
    .icon-bx-wraper.style-6 {
        padding: 0
    }
}

.icon-bx-wraper.style-7 {
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.icon-bx-wraper.style-7:hover {
    transform: translateY(-15px)
}

.icon-bx-wraper.style-7 .icon-media {
    margin-bottom: 25px
}

.icon-bx-wraper.style-7 .icon-content .dlab-title {
    margin-bottom: 15px
}

.icon-bx-wraper.style-8 {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    padding: 15px
}

.icon-bx-wraper.style-8 .icon-bx-sm {
    background: var(--rgba-primary-1);
    background-size: 200%;
    overflow: hidden;
    z-index: 1;
    position: relative
}

.icon-bx-wraper.style-8 .icon-bx-sm:after {
    content: "";
    position: absolute;
    background-image: var(--gradient);
    background-size: 200%;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    top: 0;
    left: 0
}

.icon-bx-wraper.style-8 .icon-bx-sm a {
    color: var(--primary)
}

.icon-bx-wraper.style-8 .icon-bx-sm i {
    font-size: 45px
}

.icon-bx-wraper.style-8:hover {
    background: #fff;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1)
}

.icon-bx-wraper.style-8:hover .icon-bx-sm:after {
    opacity: 1
}

.icon-bx-wraper.style-8:hover .icon-bx-sm a {
    color: #fff
}

.icon-bx-wraper.style-9 {
    box-shadow: 0 0 95px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    border-radius: .25rem;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.icon-bx-wraper.style-9:hover {
    transform: translateY(-10px)
}

.icon-bx-wraper.style-9.center .icon-bx-sm {
    margin-left: auto;
    margin-right: auto
}

.icon-bx-wraper.style-9 .icon-bx-sm {
    margin-top: -70px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    top: 0;
    display: block;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1)
}

.icon-bx-wraper.style-9 .icon-bx-sm i {
    font-size: 40px
}

.icon-bx-wraper.style-9 .icon-content .dlab-title {
    margin-bottom: 10px
}

.icon-bx-wraper.style-9 .icon-content p {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.4
}

@media only screen and (max-width:1199px) {
    .icon-bx-wraper.style-9 .icon-content p {
        font-size: 16px
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.dlab-media {
    overflow: hidden;
    position: relative
}

.testimonial-text {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    font-style: italic
}

.testimonial-text p:last-child {
    margin: 0
}

.testimonial-detail {
    padding: 5px
}

.testimonial-name {
    font-size: 22px;
    font-weight: 800;
    font-family: Poppins, sans-serif;
    color: #381560;
    line-height: 26px;
    margin-bottom: 5px
}

@media only screen and (max-width:575px) {
    .testimonial-name {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 2px
    }
}

.testimonial-position {
    font-size: 15px;
    color: var(--primary)
}

@media only screen and (max-width:575px) {
    .testimonial-position {
        font-size: 13px
    }
}

.testimonial-name,
.testimonial-position {
    display: block
}

.testimonial-bg {
    color: #fff
}

.testimonial-1 {
    background-color: #fff;
    border-radius: .25rem;
    padding: 35px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, .1);
    position: relative
}

@media only screen and (max-width:575px) {
    .testimonial-1 {
        padding: 20px
    }
}

.testimonial-1 .testimonial-text {
    padding: 0 0 20px
}

.testimonial-1 .testimonial-text p {
    font-size: 18px
}

@media only screen and (max-width:575px) {
    .testimonial-1 .testimonial-text p {
        font-size: 15px
    }
}

.testimonial-1:before {
    content: "\f10d";
    left: 30px;
    bottom: 30px;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 85px;
    color: var(--primary);
    opacity: .4;
    line-height: 1
}

@media only screen and (max-width:575px) {
    .testimonial-1:before {
        font-size: 85px;
        bottom: 20px;
        left: 20px
    }
}

.testimonial-1 .testimonial-detail {
    padding: 0;
    display: flex;
    align-items: center;
    text-align: right;
    flex-direction: row-reverse
}

.owl-carousel .testimonial-1 {
    margin: 15px
}

.testimonials-carousel2 {
    margin-left: -15px;
    margin-right: -15px;
    width: auto
}

.testimonials-carousel2 .testimonial-2 {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px
}

.testimonial-2 {
    position: relative;
    background-color: #fff;
    border-radius: .25rem;
    padding: 40px 40px 40px 45px;
    overflow: hidden;
    box-shadow: 1px 0 20px rgba(0, 0, 0, .1)
}

@media only screen and (max-width:575px) {
    .testimonial-2 {
        padding: 20px 20px 20px 25px
    }
}

.testimonial-2:before {
    content: "";
    width: 18px;
    left: 0;
    top: 0;
    height: 100%;
    background-image: var(--gradientY);
    position: absolute
}

@media only screen and (max-width:575px) {
    .testimonial-2:before {
        width: 10px
    }
}

.testimonial-2:after {
    content: "”";
    left: 50px;
    top: 60px;
    position: absolute;
    font-size: 120px;
    color: var(--primary);
    opacity: .4;
    line-height: 55px;
    font-weight: 800
}

@media only screen and (max-width:575px) {
    .testimonial-2:after {
        font-size: 80px;
        left: 20px;
        top: 25px
    }
}

.testimonial-2 .testimonial-detail {
    display: flex;
    padding: 0;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: row-reverse;
    text-align: right
}

@media only screen and (max-width:575px) {
    .testimonial-2 .testimonial-detail {
        margin-bottom: 15px
    }
}

.testimonial-2 .testimonial-position {
    text-transform: uppercase
}

.testimonial-2 .testimonial-name {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px
}

@media only screen and (max-width:575px) {
    .testimonial-2 .testimonial-name {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 3px
    }
}

.testimonial-2 .testimonial-text {
    font-size: 16px;
    padding: 6px;
    color: inherit;
    line-height: 26px
}

.testimonial-3 {
    text-align: center;
    width: 750px;
    margin: auto
}

@media only screen and (max-width:991px) {
    .testimonial-3 {
        width: 100%
    }
}

.owl-none .owl-nav {
    display: none
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    margin-top: 20px;
    text-align: center
}

.owl-theme .owl-dots {
    text-align: center
}

.owl-btn-top-c .owl-nav {
    text-align: center
}

.owl-btn-top-l .owl-nav {
    text-align: left
}

.owl-btn-top-r .owl-nav {
    text-align: right
}

.owl-btn-center .owl-nav {
    justify-content: center
}

.owl-carousel {
    cursor: grab
}

.owl-carousel .owl-item img {
    transform-style: inherit
}

.owl-btn-4 {
    overflow: hidden
}

.owl-dots-none .owl-dots {
    display: none
}

.pricingtable-inner {
    text-align: center
}

.pricingtable-features {
    margin: 0;
    padding: 0;
    list-style: none
}

.pricingtable-features li {
    padding: 12px
}

.pricingtable-features li i {
    margin: 0 3px
}

.pricingtable-toggle {
    display: flex;
    margin: auto;
    justify-content: center;
    padding: 0;
    margin-bottom: 10px
}

.pricingtable-toggle span {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 500
}

.pricingtable-wrapper {
    box-shadow: 1px 0 50px rgba(0, 0, 0, .1);
    border-radius: .25rem !important;
    overflow: hidden;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    background-color: #fff
}

.pricingtable-wrapper.style-1 {
    padding: 35px 60px;
    position: relative;
    z-index: 1
}

.pricingtable-wrapper.style-1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 200%;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0
}

.pricingtable-wrapper.style-1 .pricingtable-title {
    margin-bottom: 15px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.pricingtable-wrapper.style-1 .pricingtable-title .title {
    font-weight: 600
}

.pricingtable-wrapper.style-1 .text {
    margin-bottom: 25px
}

.pricingtable-wrapper.style-1 .pricingtable-bx {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    color: var(--primary);
    margin: 0 0 20px;
    font-size: 50px
}

.pricingtable-wrapper.style-1 .pricingtable-bx .small,
.pricingtable-wrapper.style-1 .pricingtable-bx small {
    font-size: 15px;
    color: #1f2471;
    font-weight: 600
}

.pricingtable-wrapper.style-1 .pricingtable-features {
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    text-align: left;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.pricingtable-wrapper.style-1 .pricingtable-features li {
    padding: 8px 0 8px 40px;
    font-size: 18px;
    position: relative
}

.pricingtable-wrapper.style-1 .pricingtable-features li:after {
    content: "✓";
    font-weight: 700;
    font-size: 12px;
    width: 26px;
    height: 26px;
    background: var(--rgba-primary-1);
    display: block;
    position: absolute;
    left: 0;
    color: var(--primary);
    border-radius: 35px;
    text-align: center;
    top: 10px;
    line-height: 26px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.pricingtable-wrapper.style-1 .btn {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.pricingtable-wrapper.style-1.active:after,
.pricingtable-wrapper.style-1:hover:after {
    background-image: var(--gradient);
    opacity: 1
}

.pricingtable-wrapper.style-1.active .pricingtable-features,
.pricingtable-wrapper.style-1:hover .pricingtable-features {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.pricingtable-wrapper.style-1.active .pricingtable-features li:after,
.pricingtable-wrapper.style-1:hover .pricingtable-features li:after {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.pricingtable-wrapper.style-1.active .pricingtable-bx,
.pricingtable-wrapper.style-1.active .pricingtable-bx .small,
.pricingtable-wrapper.style-1.active .pricingtable-bx small,
.pricingtable-wrapper.style-1.active .pricingtable-features li,
.pricingtable-wrapper.style-1.active .pricingtable-title .h3,
.pricingtable-wrapper.style-1.active .pricingtable-title h3,
.pricingtable-wrapper.style-1.active .text,
.pricingtable-wrapper.style-1:hover .pricingtable-bx,
.pricingtable-wrapper.style-1:hover .pricingtable-bx .small,
.pricingtable-wrapper.style-1:hover .pricingtable-bx small,
.pricingtable-wrapper.style-1:hover .pricingtable-features li,
.pricingtable-wrapper.style-1:hover .pricingtable-title .h3,
.pricingtable-wrapper.style-1:hover .pricingtable-title h3,
.pricingtable-wrapper.style-1:hover .text {
    color: #fff
}

.pricingtable-wrapper.style-1.active .btn,
.pricingtable-wrapper.style-1:hover .btn {
    background-color: #fff;
    color: var(--primary)
}

@media only screen and (max-width:1199px) {
    .pricingtable-wrapper.style-1 {
        padding: 35px
    }
}

.pricingtable-wrapper.style-2 {
    padding: 40px 30px;
    border: 3px solid transparent;
    border-radius: 8px !important;
    border-image: none;
    overflow: hidden;
    transition: all .5s;
    border-image: 100 round
}

.pricingtable-wrapper.style-2 .dlab-media {
    width: 160px;
    margin: 0 auto 10px
}

.pricingtable-wrapper.style-2 .pricingtable-features {
    padding: 15px 0;
    border-top: 1px solid #e1e1f0
}

.pricingtable-wrapper.style-2 .pricingtable-features li {
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    color: #262626;
    position: relative;
    text-align: left;
    letter-spacing: .2px
}

.pricingtable-wrapper.style-2 .pricingtable-title {
    margin-bottom: 15px
}

.pricingtable-wrapper.style-2 .pricingtable-title .title {
    font-weight: 800;
    margin: 0
}

.pricingtable-wrapper.style-2 .pricingtable-bx {
    margin-bottom: 25px;
    color: #ff3471;
    font-size: 26px;
    font-weight: 800
}

.pricingtable-wrapper.style-2 .pricingtable-bx .small,
.pricingtable-wrapper.style-2 .pricingtable-bx small {
    font-size: 18px;
    color: #262626;
    font-weight: 600
}

@media only screen and (max-width:1199px) {
    .pricingtable-wrapper.style-2 {
        padding: 35px
    }
}

.pricingtable-wrapper.style-3 {
    padding-bottom: 35px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    position: relative
}

.pricingtable-wrapper.style-3:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid var(--primary);
    pointer-events: none;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0
}

.pricingtable-wrapper.style-3 .pricingtable-head {
    position: relative;
    background-image: var(--gradient-sec);
    background-size: 200%;
    padding: 30px 30px 0;
    margin-bottom: 10px
}

.pricingtable-wrapper.style-3 .pricingtable-head:after {
    content: "";
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.pricingtable-wrapper.style-3 .pricingtable-head .pricingtable-title .title {
    color: #fff;
    font-size: 35px
}

@media only screen and (max-width:1199px) {
    .pricingtable-wrapper.style-3 .pricingtable-head .pricingtable-title .title {
        font-size: 24px
    }
}

.pricingtable-wrapper.style-3 .pricingtable-head .icon-cell {
    z-index: 9;
    position: relative
}

.pricingtable-wrapper.style-3 .pricingtable-features {
    text-align: left;
    margin: 15px 85px
}

.pricingtable-wrapper.style-3 .pricingtable-features li {
    padding: 8px 8px 8px 30px;
    font-size: 18px;
    position: relative
}

@media only screen and (max-width:1199px) {
    .pricingtable-wrapper.style-3 .pricingtable-features li {
        font-size: 15px;
        padding: 5px 8px 5px 30px
    }
}

.pricingtable-wrapper.style-3 .pricingtable-features li:before {
    content: "\f058";
    font-family: 'Line Awesome Free';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--primary)
}

.pricingtable-wrapper.style-3 .pricingtable-bx {
    font-size: 45px;
    font-weight: 800;
    color: #5c2782
}

.pricingtable-wrapper.style-3 .pricingtable-bx .small,
.pricingtable-wrapper.style-3 .pricingtable-bx small {
    font-size: 18px;
    color: #a7a7a7;
    font-weight: 500;
    margin-left: 8px
}

.pricingtable-wrapper.style-3 .btn {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.pricingtable-wrapper.style-3 .btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: var(--gradient);
    background-size: 200%;
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    z-index: -1
}

.pricingtable-wrapper.style-3.active:after,
.pricingtable-wrapper.style-3:hover:after {
    opacity: 1
}

.pricingtable-wrapper.style-3.active .btn,
.pricingtable-wrapper.style-3:hover .btn {
    border-color: transparent;
    color: #fff
}

.pricingtable-wrapper.style-3.active .btn:after,
.pricingtable-wrapper.style-3:hover .btn:after {
    opacity: 1
}

@media only screen and (max-width:1199px) {
    .pricingtable-wrapper.style-3 .pricingtable-features {
        margin: 25px 35px
    }
}

.dlab-accordion .card {
    box-shadow: 1px 0 60px 0 rgba(0, 0, 0, .08);
    border-radius: .25rem;
    overflow: hidden;
    margin-bottom: 20px
}

.dlab-accordion .card-body {
    padding: 25px 30px;
    border-radius: 0
}

.dlab-accordion .card-header {
    padding: 0;
    border: 0
}

.dlab-accordion .card-header .dlab-title {
    margin: 0;
    width: 100%;
    font-size: 18px
}

.dlab-accordion .card-header .dlab-title a {
    width: 100%;
    border-radius: .25rem;
    padding: 22px 65px 22px 30px;
    transition: all .5s;
    background-size: 200%;
    color: #fff;
    display: block;
    position: relative;
    box-shadow: 5px 0 15px var(--rgba-primary-4);
    z-index: 1;
    overflow: hidden
}

.dlab-accordion .card-header .dlab-title a:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: var(--gradient);
    background-size: 200%;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1
}

.dlab-accordion .card-header .dlab-title a .toggle-close {
    background-color: #fff;
    font-family: themify;
    height: 55px;
    width: 55px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: .25rem;
    line-height: 57px;
    text-align: center;
    font-size: 24px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    z-index: 1;
    overflow: hidden
}

.dlab-accordion .card-header .dlab-title a .toggle-close:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: var(--gradient);
    background-size: 200%;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0
}

.dlab-accordion .card-header .dlab-title a .toggle-close:before {
    content: "\e61a";
    color: var(--primary);
    font-size: 24px;
    font-family: themify;
    z-index: 99;
    opacity: 1;
    transform: rotate(45deg);
    transition: all .5s;
    line-height: 55px;
    display: block
}

@media only screen and (max-width:575px) {
    .dlab-accordion .card-header .dlab-title a {
        padding: 15px 65px 15px 15px
    }
}

.dlab-accordion.accordion-sm .card-body {
    padding: 18px 20px
}

.dlab-accordion.accordion-sm .card-header .dlab-title a {
    padding: 15px 55px 15px 20px
}

.dlab-accordion.accordion-sm .card-header .dlab-title a:after {
    height: 40px;
    width: 40px;
    right: 5px;
    top: 5px;
    line-height: 40px;
    font-size: 16px;
    background-color: #fff
}

.dlab-accordion.accordion-sm .card-header .dlab-title a:before {
    right: 17px;
    top: 16px;
    font-size: 16px
}

@media only screen and (max-width:575px) {
    .dlab-accordion.accordion-sm .card-header .dlab-title a {
        padding: 15px 65px 15px 15px
    }
}

@-webkit-keyframes download1 {

    0%,
    10%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes download1 {

    0%,
    10%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.dlab-content-bx.style-1 {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 4px rgba(31, 66, 135, .1);
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all .5s;
    padding: 15px
}

.dlab-content-bx.style-1 .title {
    font-size: 20px;
    color: #262f5a;
    font-weight: 500
}

.dlab-content-bx.style-1:hover {
    transform: translateY(-15px)
}

@media only screen and (max-width:1199px) {
    .dlab-content-bx.style-1 {
        height: 200px;
        width: 200px
    }

    .dlab-content-bx.style-1 .title {
        font-size: 16px
    }
}

.dlab-content-bx.style-2 {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
    padding: 15px
}

.dlab-content-bx.style-3 .icon-bx-sm {
    background-image: var(--gradient);
    background-size: 200%;
    margin-bottom: 15px;
    color: #fff
}

.dlab-content-bx.style-3 .icon-bx-sm i {
    font-size: 45px
}

.dlab-content-bx.style-3 .icon-content .h2,
.dlab-content-bx.style-3 .icon-content h2 {
    font-size: 65px;
    font-weight: 800;
    line-height: 1
}

@media only screen and (max-width:1199px) {

    .dlab-content-bx.style-3 .icon-content .h2,
    .dlab-content-bx.style-3 .icon-content h2 {
        font-size: 50px
    }
}

.dlab-content-bx.style-3 .icon-content .title {
    color: #262626;
    font-size: 18px
}

@media only screen and (max-width:1199px) {
    .dlab-content-bx.style-3 .icon-content .title {
        font-size: 16px
    }
}

ul[class*=list-] {
    font-size: 15px
}

ul[class*=list-] li {
    position: relative;
    padding: 8px 5px 8px 35px
}

ul[class*=list-] li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

ul.list-check li:before {
    content: "\f120";
    font-family: Flaticon;
    font-size: 24px
}

ul.list-check.style-1 li {
    padding: 8px 5px 8px 28px
}

ul.list-check.style-1 li:before {
    content: "\f058";
    font-family: 'Line Awesome Free';
    font-size: 24px
}

ul.list-check.style-2 li {
    padding: 8px 5px 8px 28px
}

ul.list-check.style-2 li:before {
    content: "\f058";
    font-family: 'Line Awesome Free';
    font-size: 24px
}

ul.list-check-2 li {
    padding: 5px 5px 5px 5px;
    font-size: 20px
}

@media only screen and (max-width:1199px) {
    ul.list-check-2 li {
        font-size: 18px
    }
}


ul.primary li:before {
    color: var(--primary)
}

.content-inner {
    padding-top: 30px;
    padding-bottom: 25px
}

@media only screen and (max-width:991px) {
    .content-inner {
        padding-top: 30px;
        padding-bottom: 25px
    }
}

@media only screen and (max-width:575px) {
    .content-inner {
        padding-top: 30px;
        padding-bottom: 25px
    }
}

.content-inner-1 {
    padding-top: 115px;
    padding-bottom: 115px
}

@media only screen and (max-width:991px) {
    .content-inner-1 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media only screen and (max-width:575px) {
    .content-inner-1 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.content-inner-2 {
    padding-top: 100px;
    padding-bottom: 40px
}

@media only screen and (max-width:991px) {
    .content-inner-2 {
        padding-top: 70px;
        padding-bottom: 40px
    }
}

@media only screen and (max-width:575px) {
    .content-inner-2 {
        padding-top: 50px;
        padding-bottom: 40px
    }
}

.content-inner-3 {
    padding-top: 80px;
    padding-bottom: 80px
}

@media only screen and (max-width:991px) {
    .content-inner-3 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.dlab-media.style-1,
.dlab-media.style-2,
.dlab-media.style-3 {
    border-radius: 50%;
    box-shadow: 0 0 10px 4px rgba(31, 66, 135, .1);
    border: 10px solid #fff
}

.dlab-media.style-1 {
    width: 335px;
    height: 335px
}

.dlab-media.style-2 {
    width: 250px;
    height: 250px
}

.dlab-media.style-3 {
    width: 215px;
    height: 215px
}

.section-head.text-white .sub-title,
.section-head.text-white .title,
.section-head.text-white p {
    color: #fff
}

.btn-chamada {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.section-head.style-1 .title.h2,
.section-head.style-1 h2.title {
    font-size: 36px
}

.section-head.style-1 .sub-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #777
}

@media only screen and (max-width:1199px) {
    .section-head.style-1 .sub-title {
        font-size: 16px
    }
}

@media only screen and (max-width:1199px) {

    .section-head.style-1 .title.h2,
    .section-head.style-1 h2.title {
        font-size: 40px
    }
}

@media only screen and (max-width:991px) {

    .section-head.style-1 .title.h2,
    .section-head.style-1 h2.title {
        font-size: 42px
    }

    .section-head.style-1 .sub-title {
        font-size: 12px
    }
}

@media only screen and (max-width:575px) {

    .section-head.style-1 .title.h2,
    .section-head.style-1 h2.title {
        font-size: 26px
    }
}

.section-head.style-2 .sub-title {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px
}

.section-head.style-3 .title.h2,
.section-head.style-3 h2.title {
    font-size: 65px
}

.section-head.style-3 .sub-title {
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px
}

@media only screen and (max-width:1199px) {

    .section-head.style-3 .title.h2,
    .section-head.style-3 h2.title {
        font-size: 36px
    }
}

@media only screen and (max-width:575px) {
    .section-head.style-3 .sub-title {
        font-size: 16px
    }

    .section-head.style-3 .title.h2,
    .section-head.style-3 h2.title {
        font-size: 32px
    }
}

.borda-logos {
    background: #fff;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
}

.banner-two {
    height: auto;
    position: relative;
    overflow: hidden
}

.banner-two .banner-inner {
    z-index: 99;
    position: relative;
    padding-top: 160px
}

.banner-two .banner-content .h1,
.banner-two .banner-content h1 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 800
}

@media only screen and (max-width:1199px) {

    .banner-two .banner-content .h1,
    .banner-two .banner-content h1 {
        font-size: 50px
    }
}

.banner-two .banner-content .sub-title {
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 30px
}

@media only screen and (max-width:1199px) {
    .banner-two .banner-content .sub-title {
        font-size: 18px;
        margin-bottom: 30px
    }
}

.banner-two .banner-content p {
    font-size: 24px
}

@media only screen and (max-width:1199px) {
    .banner-two .banner-content p {
        font-size: 20px
    }
}

.banner-two .banner-media {
    width: 570px;
    position: relative
}

@media only screen and (max-width:1199px) {
    .banner-two .banner-media {
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width:1400px) {
    .banner-two .dz-media {
        width: 65vw
    }
}

@media only screen and (max-width:991px) {
    .banner-two {
        height: auto
    }

    .banner-two .banner-content {
        margin-bottom: 30px
    }

    .banner-two .banner-content .h1,
    .banner-two .banner-content h1 {
        font-size: 42px
    }
}

@media only screen and (max-width:767px) {
    .banner-two .banner-inner {
        padding-top: 140px
    }
}

@media only screen and (max-width:575px) {

    .banner-two .banner-content .h1,
    .banner-two .banner-content h1 {
        font-size: 28px;
        line-height: 36px;
        margin-top: 20px
    }

    .banner-two .img2 {
        display: none
    }
}

.lg-sub-html {
    background-color: rgba(30, 30, 30, .6)
}

.pricingtable-wraper-1 .pricingtable-wrapper {
    margin-top: 25px
}

@media only screen and (max-width:1199px) {
    .pricingtable-wraper-1 .pricingtable-wrapper {
        margin-top: 0
    }
}

.pricingtable-wraper-1 .pricingtable-wrapper.active,
.pricingtable-wraper-1 .pricingtable-wrapper:hover {
    margin-top: 0
}

.about-wraper-1 {
    overflow: hidden
}

.about-wraper-1 .section-head {
    margin-bottom: 15px
}

.about-wraper-1 .dz-media {
    width: 50vw;
    position: relative
}

.about-wraper-1 .dz-media img {
    width: 100%
}

.about-wraper-1 .dz-media:after {
    content: "";
    height: 100%;
    background: #fef2f6;
    position: absolute;
    top: 0;
    width: 50vw;
    z-index: -1
}

.about-wraper-1 .dz-media.left {
    float: right;
    margin: 60px 70px 60px 0
}

@media only screen and (max-width:1199px) {
    .about-wraper-1 .dz-media.left {
        margin: 20px 20px 20px 0
    }
}

.about-wraper-1 .dz-media.left img {
    border-radius: 0 100px 100px 0
}

.about-wraper-1 .dz-media.left:after {
    right: -20px;
    transform: rotate(8deg);
    border-radius: 0 100px 100px 0
}

.about-wraper-1 .dz-media.right {
    float: left;
    margin: 60px 0 60px 60px
}

.about-wraper-1 .dz-media.right img {
    border-radius: 100px 0 0 100px
}

.about-wraper-1 .dz-media.right:after {
    left: -20px;
    transform: rotate(-8deg);
    border-radius: 100px 0 0 100px
}

@media only screen and (max-width:1199px) {
    .about-wraper-1 .dz-media {
        margin: 60px 30px 60px 0
    }

    .about-wraper-1 .dz-media img {
        border-radius: 0 30px 30px 0
    }

    .about-wraper-1 .dz-media:after {
        border-radius: 0 30px 30px 0
    }
}

@media only screen and (max-width:991px) {
    .about-wraper-1 .dz-media {
        margin: 30px 0 !important;
        width: 100%
    }

    .about-wraper-1 .dz-media img {
        border-radius: 30px !important
    }

    .about-wraper-1 .dz-media:after {
        border-radius: 30px !important;
        right: 0 !important;
        width: 100%
    }

    .about-wraper-1 .dz-media.right:after {
        left: auto !important
    }
}

@media only screen and (max-width:575px) {
    .about-wraper-2 .m-b50 {
        margin-bottom: 30px
    }
}

.about-wraper-3 {
    position: relative;
    margin-top: 50px
}

.about-wraper-3:after {
    content: "";
    height: 130px;
    width: 924px;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 5px
}

@media only screen and (max-width:1199px) {
    .about-wraper-3:after {
        width: 700px
    }
}

@media only screen and (max-width:991px) {
    .about-wraper-3:after {
        content: none
    }
}

@media only screen and (max-width:991px) {
    .testimonial-wraper-1 {
        background-image: unset !important
    }
}

@media only screen and (max-width:991px) {
    .testimonials-wraper-1 {
        flex-direction: column-reverse
    }
}

.blog-carousel1 {
    margin-top: -30px;
    margin-bottom: -30px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto
}

.blog-carousel1 .dlab-blog {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px
}

@-webkit-keyframes move4 {
    0% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }

    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }

    100% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }
}

@-webkit-keyframes move1 {
    0% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    50% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    100% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }
}

@keyframes move1 {
    0% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    50% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    100% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    100% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }
}

@-webkit-keyframes move3 {
    0% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(5px, 0)
    }

    40% {
        transform: translate(5px, 5px)
    }

    65% {
        transform: translate(0, 5px)
    }

    65% {
        transform: translate(5px, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

.icon-bx-wraper.style-1 .icon-cell,
.pricingtable-wrapper.style-2 [class*=icon-bx-] .icon-cell,
icon-bx-wraper style-4 .icon-cell {
    overflow: hidden
}

.icon-bx-wraper.style-1:hover .icon-cell i,
.pricingtable-wrapper.style-2:hover [class*=icon-bx-] .icon-cell i,
icon-bx-wraper style-4:hover .icon-cell i {
    display: inline-block;
    -webkit-animation: toTopFromBottom .8s forwards;
    -moz-animation: toTopFromBottom .8s forwards;
    animation: toTopFromBottom .8s forwards
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

.icon-wraper-1>div:nth-child(10),
.icon-wraper-1>div:nth-child(13),
.icon-wraper-1>div:nth-child(4),
.icon-wraper-1>div:nth-child(7) {
    margin-top: -100px
}

@media only screen and (max-width:1199px) {

    .icon-wraper-1>div:nth-child(10),
    .icon-wraper-1>div:nth-child(13),
    .icon-wraper-1>div:nth-child(4),
    .icon-wraper-1>div:nth-child(7) {
        margin-top: -70px
    }
}

@media only screen and (max-width:991px) {

    .icon-wraper-1>div:nth-child(10),
    .icon-wraper-1>div:nth-child(13),
    .icon-wraper-1>div:nth-child(4),
    .icon-wraper-1>div:nth-child(7) {
        margin-top: 0
    }
}

.dlab-blog.style-2 {
    position: relative;
    background: var(--rgba-primary-1);
    border-radius: .5rem
}

.dlab-blog.style-2 .dlab-meta>ul {
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding-top: 20px
}

.dlab-blog.style-2 .dlab-meta>ul li {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    margin-right: 20px
}

.dlab-blog.style-2 .dlab-meta>ul li a,
.dlab-blog.style-2 .dlab-meta>ul li span {
    color: inherit
}

.dlab-blog.style-2 .dlab-meta>ul i {
    margin-right: 5px;
    margin-top: -1px
}

.dlab-blog.style-2 .dlab-info {
    position: relative;
    padding: 30px
}

.dlab-blog.style-2 .dlab-media+.dlab-info {
    padding: 30px 15px 20px 15px
}

.testimonial-4 {
    padding: 30px;
    text-align: center;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .1);
    margin: 20px 100px;
    border-radius: 10px;
    background-color: #fff;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:767px) {
    .testimonial-4 {
        margin: 10px;
        padding: 10px
    }
}

.testimonials-wraper-2 .testimonial-content {
    min-height: 300px;
    width: 100%
}

.theme-btn {
    background-color: #fff;
    border-radius: 40px;
    bottom: 10px;
    color: #fff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px
}

.theme-btn:hover {
    color: #fff;
    padding: 0 20px
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-transform: uppercase
}

.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px
}

.dlab-page-text,
.min-container {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .938rem;
    padding-right: .938rem
}

.dlab-page-text {
    padding: 0
}

.dlab-page-text>ol,
.dlab-page-text>ul {
    list-style: none;
    margin-bottom: 1.875rem
}

.dlab-page-text>ol,
.dlab-page-text>ul {
    padding-left: 1.25rem
}

.dlab-page-text>ol ol,
.dlab-page-text>ol ul,
.dlab-page-text>ul ol,
.dlab-page-text>ul ul {
    padding-left: 1.563rem
}

.dlab-page-text>ol li,
.dlab-page-text>ul li {
    padding: .5rem .5rem;
    position: relative;
    list-style: inherit
}

.dlab-page-text .h1,
.dlab-page-text h1 {
    margin-bottom: 1.563rem;
    font-weight: 700
}

.dlab-page-text .h2,
.dlab-page-text h2 {
    margin-bottom: 1.563rem;
    font-weight: 700
}

.dlab-page-text .h3,
.dlab-page-text h3 {
    margin-bottom: 1.25rem;
    font-weight: 700
}

.dlab-page-text .h4,
.dlab-page-text h4 {
    margin-bottom: .938rem;
    font-weight: 600
}

.dlab-page-text .h5,
.dlab-page-text h5 {
    margin-bottom: .938rem
}

.dlab-page-text .h6,
.dlab-page-text h6 {
    margin-bottom: .625rem
}

pre {
    margin: 0 0 1.563rem;
    padding: 1.25rem;
    color: #fff;
    background-color: #212326;
    white-space: pre;
    font-size: .938rem;
    border-radius: .1875rem
}

.dlab-page-text,
.dlab-page-text ol li,
.dlab-page-text ul li {
    font-size: 1.125rem;
    line-height: 1.7
}

.dlab-page-text ol li,
.dlab-page-text ul li {
    position: relative
}

.dlab-page-text ol>li:before,
.dlab-page-text ul>li:before {
    content: "";
    display: inline-block;
    width: .375rem;
    height: .375rem;
    background: #262f5a;
    left: -.938rem;
    position: absolute;
    top: 1.063rem
}

.dlab-page-text ol>li li:before,
.dlab-page-text ul>li li:before {
    content: none
}

.dlab-page-text p {
    margin-bottom: 1.65em
}

@supports (position:-webkit-sticky) or (position:sticky) {

    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        align-items: flex-end;
        display: flex;
        justify-content: flex-start
    }
}

@supports (position:-webkit-sticky) or (position:sticky) {

    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

@supports (position:-webkit-sticky) or (position:sticky) {

    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        -o-object-fit: cover;
        flex: 1;
        height: 100%;
        object-fit: cover
    }
}

@media only screen and (max-width:61.9375rem) {

    .dlab-page-text,
    .dlab-page-text ol li,
    .dlab-page-text p,
    .dlab-page-text ul li {
        font-size: 1rem
    }
}

.extra-blog.style-1 .blog-title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px
}

@media only screen and (max-width:575px) {
    .extra-blog.style-1 .blog-title {
        margin-bottom: 30px;
        padding-left: 15px;
        font-size: 22px
    }
}

.extra-blog.style-1 .blog-title:before {
    content: "";
    height: 100%;
    width: 5px;
    border-radius: 10px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 0
}

.extra-blog {
    margin-bottom: 30px
}

.dlab-page-text [class*=galleryid-] {
    clear: both;
    margin: 0 auto;
    overflow: hidden
}

.logo-header {
    justify-content: center;
    display: flex;
    vertical-align: middle;
    padding: 0;
    color: #efbb20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    height: 130px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}


.logo-header a {
    display: table-cell;
    vertical-align: middle
}

.logo-header img {
    height: auto;
    width: 100%;
    padding: 15px;
}

.logo-header span {
    font-size: 20px;
    letter-spacing: 20px
}

.top-bar {
    background-color: #fff;
    color: #262f5a;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media only screen and (max-width:767px) {
    .top-bar {
        display: none
    }
}

.site-header {
    position: relative;
    z-index: 9999
}

.site-header .main-bar {
    background: #fff;
    width: 100%;
    position: relative
}

.site-header .container {
    position: relative
}

.site-header .extra-nav {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    margin-left: 20px;
    height: 130px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

@media only screen and (max-width:1199px) {
    .site-header .extra-nav {
        height: 90px
    }
}

@media only screen and (max-width:575px) {
    .site-header .extra-nav .btn {
        padding-left: 15px;
        padding-right: 15px
    }
}

.site-header .extra-nav ul li {
    display: inline-block
}

.site-header .extra-nav ul li .icon {
    padding: 0;
    background: 0 0;
    min-width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px
}

@media only screen and (max-width:575px) {
    .site-header .extra-nav {
        display: none
    }
}

.header-nav {
    padding: 0
}

@media only screen and (max-width:991px) {
    .header-nav {
        overflow-y: scroll;
        position: fixed;
        width: 60px;
        left: -280px;
        height: 100vh !important;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        top: 0;
        background-color: #fff;
        margin: 0;
        z-index: 99
    }
}

@media only screen and (max-width:991px) {
    .header-nav.show {
        left: -1px;
        -webkit-transition: all .8s;
        -ms-transition: all .8s;
        transition: all .8s;
        margin: 0;
        width: 280px
    }
}

.header-nav .logo-header {
    display: none
}

@media only screen and (max-width:991px) {
    .header-nav .logo-header {
        padding: 30px 20px;
        float: none;
        height: auto;
        width: 240px
    }
}

.header-nav .nav {
    float: right;
    padding: 0
}

.header-nav .nav>li {
    margin: 0;
    font-weight: 400;
    position: relative
}

@media only screen and (max-width:991px) {
    .header-nav .nav>li {
        border-bottom: 1px solid #eee;
        width: 100%
    }
}

.header-nav .nav>li:hover>a {
    color: var(--primary)
}

.header-nav .nav>li>a {
    color: #381560;
    font-size: 18px;
    padding: 55px 8px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    position: relative;
    border-width: 0 0 0 1px;
    text-transform: capitalize;
    line-height: 1.35;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

@media only screen and (max-width:1199px) {
    .header-nav .nav>li>a {
        padding: 35px 12px
    }
}

.header-nav .nav>li>a span {
    display: inline-block
}

.header-nav .nav>li>a i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle
}

@media only screen and (max-width:991px) {
    .header-nav .nav>li>a i {
        background-color: var(--primary);
        color: #fff;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        font-size: 20px;
        margin: 0
    }
}

@media only screen and (max-width:991px) {
    .header-nav .nav>li>a i:before {
        content: "\f105"
    }
}

@media only screen and (max-width:991px) {
    .header-nav .nav>li>a {
        padding: 8px 0;
        display: block;
        line-height: 30px
    }
}

@media only screen and (max-width:991px) {
    .header-nav .nav {
        float: none;
        padding: 0 20px
    }
}

.header-transparent {
    position: absolute;
    width: 100%
}

.header-transparent .main-bar,
.header-transparent .top-bar {
    background: 0 0
}

.header-transparent .container-lg,
.header-transparent .container-md,
.header-transparent .container-sm,
.header-transparent .container-xl {
    padding-left: 80px;
    padding-right: 80px
}

@media only screen and (max-width:1199px) {

    .header-transparent .container-lg,
    .header-transparent .container-md,
    .header-transparent .container-sm,
    .header-transparent .container-xl {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width:991px) {
    .header-transparent .nav>li>a {
        color: #fff
    }
}

.header-transparent .top-bar {
    border-color: #fff
}

@media only screen and (max-width:991px) {
    .mo-left .header-nav {
        overflow-y: scroll;
        position: fixed;
        width: 60px;
        left: -280px;
        height: 100vh !important;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        top: 0;
        background-color: #fff;
        margin: 0;
        z-index: 99
    }

    .mo-left .header-nav.nav-dark {
        background-color: #202020
    }

    .mo-left .header-nav.show {
        left: -1px;
        transition: all .8s;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -o-transition: all .8s;
        margin: 0;
        width: 280px
    }

    .mo-left .header-nav .logo-header {
        display: block;
        float: none;
        height: auto !important;
        max-width: 100%;
        padding: 25px 20px;
        width: 100%
    }

    .mo-left .header-nav .logo-header .light-logo {
        display: none !important
    }

    .mo-left .header-nav .logo-header .dark-logo {
        display: table-cell !important
    }

    .mo-left .header-nav .logo-header img {
        max-width: unset;
        width: 160px;
        vertical-align: middle
    }
}

.text-black .nav>li>a {
    color: #381560
}

@-webkit-keyframes upToDown {
    49% {
        -webkit-transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes upToDown {
    49% {
        -moz-transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes upToDown {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

.site-header .main-bar-wraper .logo-header .dark-logo {
    display: table-cell
}

.site-header .main-bar-wraper .logo-header .light-logo {
    display: none
}

.site-header.header-transparent .main-bar-wraper .logo-header .dark-logo {
    display: none
}

.site-header.header-transparent .main-bar-wraper .logo-header .light-logo {
    display: table-cell
}

.site-header.text-black .main-bar-wraper .logo-header .dark-logo {
    display: table-cell
}

.site-header.text-black .main-bar-wraper .logo-header .light-logo {
    display: none
}

.page-title {
    padding: 30px 0
}

.page-title .page-title-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.page-title .page-title-content p span {
    font-weight: 500;
    color: var(--primary)
}

.bottom {
    background: #1b2a4e
}

@media only screen and (max-width:575px) {
    .bottom {
        padding-bottom: 0
    }
}

.bottom .bottom-logo p {
    line-height: 30px;
    font-weight: 400;
    color: #bbb
}

footer {
    color: #fff;
    font-size: 15px
}

footer strong {
    color: #fff
}

footer .footer-logo {
    margin-bottom: 25px
}

footer .footer-logo img {
    max-width: 100%
}

footer .footer-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    line-height: 1.2
}

footer .footer-title:after,
footer .footer-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 20px;
    background: var(--gradient);
    background-size: 200%
}

footer .footer-title:before {
    width: 15px
}

footer .footer-title:after {
    width: 45px;
    left: 20px
}

footer .footer-top {
    background: #381560!important;
    padding: 70px 0 30px
}

@media only screen and (max-width:767px) {
    footer .footer-top {
        padding: 50px 0 20px
    }
}

footer .footer-bottom {
    background-color: #1f0b36;
    font-size: 15px;
    padding: 15px 0
}

footer .footer-bottom .copyright-text a {
    font-weight: 400
}

@media only screen and (max-width:767px) {

    footer .footer-bottom .text-left,
    footer .footer-bottom .text-right {
        text-align: center !important
    }

    footer .footer-bottom .text-right {
        margin-top: 10px
    }
}

footer .copyright-text {
    color: rgba(255, 255, 255, .5)
}

.chamada-valor {
    text-align: center;
    background: #fbff00;
    color: #f55;
    margin: -41px -35px 8px -35px;
    padding: 4px;
    font-weight: 600
}

.footer-info {
    margin-bottom: 30px
}

.footer-info .footer-logo {
    margin-bottom: 10px
}

.footer-info .icon-bx-wraper {
    align-items: center
}

.footer-info .icon-bx-wraper .icon-cell {
    color: #fff
}

.footer-info .icon-bx-wraper .icon-cell i {
    font-size: 50px
}

.footer-info .icon-bx-wraper p {
    font-size: 16px;
    color: rgba(255, 255, 255, .6)
}

.footer-info .icon-bx-wraper p strong {
    color: #fff;
    font-weight: 800;
    font-size: 18px
}

@media only screen and (max-width:1199px) {
    .footer-info .icon-bx-wraper p {
        font-size: 15px
    }
}

@media only screen and (max-width:991px) {
    .footer-info .footer-info .icon-bx-wraper p {
        font-size: 16px
    }

    .footer-info .footer-info .footer-logo {
        margin-bottom: 20px
    }
}

.site-footer.style-1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--secondary)
}

.site-footer.style-1 .footer-top {
    background: 0 0
}

.site-footer.style-1 .footer-title:after,
.site-footer.style-1 .footer-title:before {
    background: #fff
}

.site-footer.style-1 .copyright-text a {
    color: #fff
}

.site-footer.style-2 {
    background-color: #0e1b1f;
    background-size: contain;
    z-index: 1
}

.site-footer.style-2:before {
    content: "";
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.site-footer.style-2 .footer-top {
    background: 0 0
}

.site-footer.style-2 .container+.footer-top {
    padding-top: 70px
}

.site-footer.style-2 .footer-bottom {
    background-color: #1f343b;
    padding: 10px 0
}

.site-footer.style-3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--primary)
}

.site-footer.style-3 .footer-top {
    background: 0 0
}