
:where(.wp-block-button__link) {
    box-shadow: none;
    text-decoration: none;
    border-radius: 9999px;
    padding: calc(.667em + 2px) calc(1.333em + 2px)
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

ul {
    box-sizing: border-box
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    padding: 4px;
    border: 1px solid #949494
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: .125em .5em
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}



:where(.is-layout-flex) {
    gap: .5em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}



.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    /* border: 1px solid #dc3232; */
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url] {
    direction: ltr
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

a:hover {
    color: var(--bs-link-hover-color)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
th,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }

    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.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)
}

.g-0 {
    --bs-gutter-x: 0
}

.g-0 {
    --bs-gutter-y: 0
}

@media (min-width:768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

@media (min-width:1400px) {
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table> :not(caption)>*>* {
    padding: .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2s
    }

    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, .55);
    --bs-navbar-hover-color: rgba(0, 0, 0, .7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, .3);
    --bs-navbar-active-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, .9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, .1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .dropdown-menu {
    position: static
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius, 0)
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, .125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(var(--bs-list-group-border-width) * -1);
    border-top-width: var(--bs-list-group-border-width)
}

.toast {
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(255, 255, 255, .85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: rgba(255, 255, 255, .85);
    --bs-toast-header-border-color: rgba(0, 0, 0, .05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }

    .collapsing.collapse-horizontal {
        transition: none
    }

    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius, 0)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.5rem;
    --bs-popover-inner-border-radius: calc(0.5rem - 1px);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: var(--bs-heading-color);
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #212529;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }

    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.offcanvas {
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075)
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.overflow-auto {
    overflow: auto !important
}

.d-flex {
    display: flex !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.flex-column {
    flex-direction: column !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.visible {
    visibility: visible !important
}

.fa-brands,
.fa-solid,
.far {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-magnifying-glass:before {
    content: "\f002"
}

.fa-minus:before {
    content: "\f068"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-xmark:before {
    content: "\f00d"
}

:root {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://craxus.com/wp-content/themes/axtra/assets/webfonts/fa-brands-400.woff2) format("woff2"), url(https://craxus.com/wp-content/themes/axtra/assets/webfonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-twitter:before {
    content: "\f099"
}

:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

.far {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(wp-content/themes/axtra/assets/webfonts/fa-solid-900.woff2) format("woff2"), url(wp-content/themes/axtra/assets/webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: swap;
    font-weight: 400;
    src: url(wp-content/themes/axtra/assets/webfonts/fa-brands-400.woff2) format("woff2"), url(wp-content/themes/axtra/assets/webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    src: url(wp-content/themes/axtra/assets/webfonts/fa-solid-900.woff2) format("woff2"), url(wp-content/themes/axtra/assets/webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(wp-content/themes/axtra/assets/webfonts/fa-solid-900.woff2) format("woff2"), url(wp-content/themes/axtra/assets/webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(wp-content/themes/axtra/assets/webfonts/fa-brands-400.woff2) format("woff2"), url(wp-content/themes/axtra/assets/webfonts/fa-brands-400.ttf) format("truetype")
}

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none;
    text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, .25);
    opacity: .75;
    text-shadow: none !important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, .4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

:root {
    --primary: #006297;
    --secondary: #2c2c2c;
    --black: #000;
    --black-2: #121212;
    --black-3: #555;
    --black-4: #1d1d1d;
    --black-5: #343434;
    --black-6: #262626;
    --black-7: #555555;
    --black-13: #666;
    --white: #fff;
    --white-2: #efefef;
    --white-3: #e9e9e9;
    --white-4: #f0f0f0;
    --white-5: #fbfbfb;
    --white-6: #d7d7d7;
    --gray: #c2c2c2;
    --gray-2: #fff;
    --gray-3: #a8a8a8;
    --gray-4: #f6f6f6;
    --gray-5: #bbb;
    --gray-6: #2b2b2b;
    --gray-7: #b9b9b9;
    --gray-8: #8E8E8E;
    --gray-9: #aaa;
    --gray-10: #7c7c7c;
    --gray-11: #D9D9D9;
    --gray-12: #383838;
    --gray-13: #ccc;
    --gray-14: #dfdfdf;
    --gray-15: #C0C0C0;
    --pink: #FAEDE9;
    --pink-2: #FF9776;
    --pink-3: #F3ECEC;
    --pink-4: #FFFAF0;
    --pink-5: #E0E3CC;
    --bg-line: #1e1e1e;
    --d-gray: #6A6A6A;
    --d-black: #1A1A1A;
    --d-black-2: #171717;
    --d-black-3: #626262
}

.pb-110 {
    padding-bottom: 110px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pb-110 {
        padding-bottom: 90px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pb-110 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .pb-110 {
        padding-bottom: 60px
    }
}

.pb-130 {
    padding-bottom: 130px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pb-130 {
        padding-bottom: 90px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pb-130 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .pb-130 {
        padding-bottom: 60px
    }
}

.pb-140 {
    padding-bottom: 140px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pb-140 {
        padding-bottom: 90px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pb-140 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .pb-140 {
        padding-bottom: 60px
    }
}

.pb-150 {
    padding-bottom: 150px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pb-150 {
        padding-bottom: 90px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pb-150 {
        padding-bottom: 80px
    }
}

.pt-110 {
    padding-top: 110px
}

@media only screen and (max-width:767px) {
    .pb-150 {
        padding-bottom: 60px
    }

    .pt-110 {
        padding-top: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pt-110 {
        padding-top: 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pt-110 {
        padding-top: 90px
    }
}

.pt-140 {
    padding-top: 140px
}

@media only screen and (max-width:767px) {
    .pt-140 {
        padding-top: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pt-140 {
        padding-top: 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pt-140 {
        padding-top: 90px
    }
}

.pt-150 {
    padding-top: 150px
}

@media only screen and (max-width:767px) {
    .pt-150 {
        padding-top: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pt-150 {
        padding-top: 80px
    }
}

@-webkit-keyframes wcRotate {
    0% {
        -webkit-transform: rotate(0) scale(1.1);
        transform: rotate(0) scale(1.1)
    }

    50% {
        -webkit-transform: rotate(5deg) scale(1.17);
        transform: rotate(5deg) scale(1.17)
    }

    100% {
        -webkit-transform: rotate(0) scale(1.1);
        transform: rotate(0) scale(1.1)
    }
}

@keyframes wcRotate {
    0% {
        -webkit-transform: rotate(0) scale(1.1);
        transform: rotate(0) scale(1.1)
    }

    50% {
        -webkit-transform: rotate(5deg) scale(1.17);
        transform: rotate(5deg) scale(1.17)
    }

    100% {
        -webkit-transform: rotate(0) scale(1.1);
        transform: rotate(0) scale(1.1)
    }
}

@-webkit-keyframes wcBubble {
    0% {
        scale: 1
    }

    50% {
        scale: 1.5
    }

    100% {
        scale: 1
    }
}

@keyframes wcBubble {
    0% {
        scale: 1
    }

    50% {
        scale: 1.5
    }

    100% {
        scale: 1
    }
}

@-webkit-keyframes wcSlideBottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes wcSlideBottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes wcfadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes wcfadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes wcSpinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes wcSpinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: Kanit, sans-serif
}

html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none;
    position: relative;
    z-index: 1
}

a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: all .3s;
    position: relative;
    z-index: 1
}

button {
    background-color: transparent;
    border: 0
}

p {
    padding: 0;
    margin: 0;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: var(--black-3);
    position: relative;
    z-index: 1
}

iframe,
img,
video {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1
}

.line {
    position: relative
}

.line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--white-4)
}

.line::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: calc(50% - 1px);
    top: 0;
    background: var(--white-4)
}

.line-3 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: var(--white-4)
}

.shape {
    position: absolute;
    left: -90px;
    bottom: -350px
}

.shape .primary {
    width: 54px;
    height: 56px;
    background-color: var(--primary);
    margin-top: -37px;
    margin-left: 24px
}

.shape .secondary {
    width: 53px;
    height: 56px;
    background-color: var(--secondary)
}

.sec-title-wrapper {
    position: relative;
    z-index: 9
}

.footer-line {
    position: relative
}

.footer-line::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 500px;
    left: 0;
    bottom: -400px;
    background: var(--white-4)
}

@media (max-width:1023px) {
    .footer-line::after {
        height: 0
    }
}

.dark {
    background-color: var(--black-2)
}

.dark .wc-btn-pink,
.dark .wc-btn-primary,
.dark .wc-btn-secondary {
    border-color: var(--secondary);
    color: var(--gray-2)
}

.dark .line-3,
.dark .line::after,
.dark .line::before {
    background-color: var(--bg-line)
}

.dark p {
    color: var(--gray-2)
}

.dark .sec-sub-title,
.dark .sec-title,
.dark .sec-title-3 {
    color: var(--white)
}

.dark .mega-menu {
    background-color: var(--white)
}

.dark .mega-menu a:not([href]),
.dark .mega-menu a:not([href]):hover {
    color: var(--black-2) !important
}

.dark .mega-menu li a {
    color: var(--black-2) !important
}

.dark .mega-menu li a .menu-text {
    text-shadow: 0 16px 0 var(--black-2) !important
}

.dark .mega-menu li a:hover {
    letter-spacing: 1px
}

.dark .header__area-3.sticky-3 {
    background-color: var(--black-2);
    border-color: var(--secondary)
}

.dark .header__area-5.sticky-5 {
    background-color: var(--black-2);
    border-color: var(--secondary)
}

.dark .hero__area-3 {
    background-color: var(--d-black-2)
}

.dark .hero__area-3::before {
    -webkit-filter: invert(0.9);
    filter: invert(.9)
}

.dark .hero__area-3 .sec-sub-title,
.dark .hero__area-3 .sec-title {
    color: var(--white)
}

.dark .hero__area-3 .sec-sub-title::after {
    background-color: var(--white)
}

.dark .about__area {
    background: var(--black-2)
}

.dark .about__area .sec-title {
    color: var(--white)
}

.dark .about__content p {
    color: var(--gray-2)
}

.dark .counter__area {
    background-color: var(--black-2)
}

.dark .counter__number {
    color: var(--white)
}

.dark .counter__item {
    border-color: var(--secondary)
}

.dark .counter__item::before {
    background-color: transparent
}

.dark .counter__item::after {
    background-color: transparent
}

.dark .workflow__area {
    background-color: var(--black-2)
}

.dark .workflow__area .sec-title {
    color: var(--white)
}

.dark .workflow__slide::before {
    background-color: var(--bg-line)
}

.dark .workflow__slide::after {
    border-color: var(--black-2)
}

.dark .workflow__number {
    color: var(--d-black-3)
}

.dark .workflow__title {
    color: var(--white)
}

.dark .workflow__step {
    color: var(--white)
}

.dark .brand__area {
    background-color: var(--black-2)
}

.dark .brand__area .sec-title {
    color: var(--white)
}

.dark .brand__list {
    background-color: transparent;
    border-color: var(--bg-line)
}

.dark .brand__item {
    border-color: var(--bg-line)
}

.dark .service__area {
    background-color: var(--d-black-2)
}

.dark .service__area-6 {
    background-color: var(--d-black-2)
}

.dark .service__item-2::before {
    background-color: var(--secondary)
}

.dark .service__item-2 p,
.dark .service__item-2 ul li {
    color: var(--gray-2)
}

.dark .service__item-3,
.dark .service__item-3:first-child {
    border-color: var(--secondary)
}

.dark .service__content-3 ul li {
    color: var(--gray-2)
}

.dark .service__content-3 p {
    color: var(--white)
}

.dark .portfolio__area {
    background-color: var(--d-black-2)
}

.dark .portfolio__area-5 {
    background-color: var(--black-2);
    border-color: var(--secondary)
}

.dark .portfolio__area-5::after,
.dark .portfolio__area-5::before {
    -webkit-filter: invert(0);
    filter: invert(0)
}

.dark .portfolio__slider-2::after {
    background: var(--secondary)
}

.dark .portfolio__current {
    color: var(--white)
}

.dark .portfolio__hero .title {
    color: var(--white)
}

.dark .testimonial__area {
    background-color: var(--black-2)
}

.dark .testimonial__area .sec-title {
    color: var(--white)
}

.dark .testimonial__area-3 {
    background-color: var(--d-black-2);
    background-image: none
}

.dark .testimonial__area-3 p::before {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.dark .testimonial__inner-2 {
    background-color: var(--d-black-2)
}

.dark .blog__area-2 {
    background-color: var(--d-black-2)
}

.dark .blog__title-2 {
    color: var(--white);
    border-color: var(--secondary)
}

.dark .blog__title-2:hover {
    color: var(--gray-2)
}

.dark .blog__meta-2 {
    color: var(--gray-2)
}

.dark .blog__meta-2 a {
    color: var(--gray-2)
}

.dark .blog__meta-2 a:hover {
    color: var(--white)
}

.dark .cta__area {
    background-color: var(--black-2)
}

.dark .cta__area .line {
    padding-top: 150px
}

.dark .cta__title {
    color: var(--white)
}

.dark .cta__sub-title {
    color: var(--white)
}

.dark .footer__area {
    background-color: var(--black-2)
}

.dark .footer__inner {
    background-color: var(--d-black-2)
}

.dark .footer-line::after {
    background: var(--bg-line)
}

.dark .feature__item {
    border-color: var(--secondary)
}

.dark .feature__item:nth-child(odd) {
    border-color: var(--secondary)
}

.dark .feature__item img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.dark .feature__item p {
    color: var(--gray-2)
}

.dark .job__detail {
    background-color: var(--black-2)
}

.dark .job__detail-sidebar {
    background-color: var(--d-black-2)
}

.dark .job__detail-sidebar ul li {
    color: var(--gray-2)
}

.dark .solution__area {
    background-color: var(--black-2)
}

.dark .modal__apply {
    background-color: var(--d-black-2)
}

.dark .modal__apply .form-top p {
    color: var(--white)
}

.dark .modal__apply .form-top img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.dark .modal__close-2:hover {
    color: var(--white)
}

.dark .bg-white {
    background-color: var(--black-2) !important
}

.dark .portfolio__area-5 .sec-line {
    background-color: #d3d3d3
}

.dark .hero__area-3::after {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.dark .service__hero-right-2 .title {
    color: var(--white)
}

.dark .service__hero-right-2 .scroll {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.wc-btn-pink,
.wc-btn-primary,
.wc-btn-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-transform: capitalize;
    color: var(--black-3);
    border: 1px solid var(--gray);
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: all .3s
}

.wc-btn-pink:hover,
.wc-btn-primary:hover,
.wc-btn-secondary:hover {
    color: var(--black-2);
    border: 1px solid var(--primary)
}

.wc-btn-pink:hover span,
.wc-btn-primary:hover span,
.wc-btn-secondary:hover span {
    width: 350px;
    height: 350px
}

.wc-btn-pink i,
.wc-btn-primary i,
.wc-btn-secondary i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding-left: 5px
}

.wc-btn-pink span,
.wc-btn-primary span,
.wc-btn-secondary span {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background-color: var(--primary);
    z-index: -1;
    border-radius: 100%;
    -webkit-transition: .7s;
    transition: all .7s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wc-btn-secondary {
    border: 1px solid var(--secondary);
    color: var(--gray-2)
}

.wc-btn-pink {
    border: 1px solid var(--secondary);
    color: var(--gray-2)
}

.wc-btn-pink:hover {
    border-color: var(--pink-2)
}

.wc-btn-pink span {
    background-color: var(--pink-2)
}

#btn_wrapper,
.btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 100%;
    margin-left: -40px
}

.btn-item {
    position: absolute
}

.sec-title {
    font-weight: 500;
    font-size: 60px;
    line-height: 1;
    color: var(--black-2)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {

    #btn_wrapper,
    .btn_wrapper {
        width: 220px;
        height: 220px;
        margin-left: -25px
    }

    .sec-title {
        font-size: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pt-150 {
        padding-top: 90px
    }

    .dark .cta__area .line {
        padding-top: 100px
    }

    #btn_wrapper,
    .btn_wrapper {
        width: 190px;
        height: 190px;
        margin-left: -10px
    }

    .sec-title {
        font-size: 45px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .shape {
        left: 200%;
        bottom: 0
    }

    .dark .cta__area .line {
        padding-top: 90px
    }

    #btn_wrapper,
    .btn_wrapper {
        width: 180px;
        height: 180px;
        margin-left: -5px
    }

    .service__top-btn #btn_wrapper,
    .service__top-btn .btn_wrapper {
        width: 170px;
        height: 170px
    }

    .service__top-btn #btn_wrapper .btn-item,
    .service__top-btn .btn_wrapper .btn-item {
        top: 0;
        left: 0
    }

    .sec-title {
        font-size: 36px
    }
}

@media only screen and (max-width:767px) {
    .shape {
        left: 70%;
        bottom: 0
    }

    .g-0 {
        padding-right: 15px;
        padding-left: 15px
    }

    br {
        display: none
    }

    .dark .cta__area .line {
        padding-top: 60px
    }

    .dark .cta__content {
        padding-top: 0
    }

    .wc-btn-pink,
    .wc-btn-primary,
    .wc-btn-secondary {
        padding: 30px
    }

    #btn_wrapper,
    .btn_wrapper {
        height: 175px;
        width: 175px;
        margin-left: -2.5px
    }

    .sec-title {
        font-size: 32px
    }
}

.sec-title-3 {
    font-weight: 500;
    font-size: 130px;
    line-height: 1;
    color: var(--black-2)
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .sec-title-3 {
        font-size: 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .sec-title-3 {
        font-size: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sec-title-3 {
        font-size: 80px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sec-title-3 {
        font-size: 60px
    }
}

@media only screen and (max-width:767px) {
    .sec-title-3 {
        font-size: 48px
    }
}

.sec-sub-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: var(--black-3);
    padding-bottom: 15px;
    text-transform: capitalize
}

@media (min-width:1200px) {
    .img-anim {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 565px
    }

    .img-anim img {
        position: absolute;
        bottom: 0;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 120%;
        margin-left: auto;
        margin-right: auto
    }
}

.mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 90px;
    z-index: 9;
    background-color: var(--black-2);
    text-align: left;
    padding: 40px 200px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: all .2s
}

.mega-menu li {
    padding: 0;
    margin: 0
}

.mega-menu li a {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.mega-menu li a .menu-text {
    text-shadow: 0 16px 0 var(--white)
}

.mega-menu li a:hover {
    letter-spacing: 1px
}

.mega-menu li a:not([href]):not([class]) {
    color: var(--white)
}

.mega-menu li a:not([href]):not([class]):hover {
    letter-spacing: 0;
    background-color: transparent
}

.mega-menu li ul {
    text-align: left
}

.mega-menu li ul li {
    display: block;
    margin: 0
}

.mega-menu li ul li a {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 12px;
    display: block;
    margin-bottom: 0;
    text-transform: capitalize
}

.offcanvas__menu-wrapper.mean-container {
    padding-top: 160px
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul>li:last-child>a {
    border-bottom: 1px solid var(--black-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav {
    background: 0 0;
    margin-top: 0
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 20px 0 20px 100px;
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    color: var(--white);
    text-transform: capitalize;
    border-top: 1px solid var(--black-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    -webkit-transform: translateY(var(--y)) translateZ(0);
    transform: translateY(var(--y)) translateZ(0);
    -webkit-transition: -webkit-transform .4s, -webkit-box-shadow .4s;
    transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
    transition: transform .4s ease, box-shadow .4s ease;
    transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-shadow: 0 80px 0 var(--white)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translateY(var(--m)) translateZ(0);
    transform: translateY(var(--m)) translateZ(0)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:first-child {
    -webkit-transition-delay: 33.3333333ms;
    transition-delay: 33.3333333ms
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(2) {
    -webkit-transition-delay: 0.0666666667s;
    transition-delay: 0.0666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(4) {
    -webkit-transition-delay: 0.1333333333s;
    transition-delay: 0.1333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(5) {
    -webkit-transition-delay: 0.1666666667s;
    transition-delay: 0.1666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(6) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(7) {
    -webkit-transition-delay: 0.2333333333s;
    transition-delay: 0.2333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(8) {
    -webkit-transition-delay: 0.2666666667s;
    transition-delay: 0.2666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(9) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(10) {
    -webkit-transition-delay: 0.3333333333s;
    transition-delay: 0.3333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(11) {
    -webkit-transition-delay: 0.3666666667s;
    transition-delay: 0.3666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(12) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(13) {
    -webkit-transition-delay: 0.4333333333s;
    transition-delay: 0.4333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(14) {
    -webkit-transition-delay: 0.4666666667s;
    transition-delay: 0.4666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(15) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(16) {
    -webkit-transition-delay: 0.5333333333s;
    transition-delay: 0.5333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(17) {
    -webkit-transition-delay: 0.5666666667s;
    transition-delay: 0.5666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(18) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(19) {
    -webkit-transition-delay: 0.6333333333s;
    transition-delay: 0.6333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(20) {
    -webkit-transition-delay: 0.6666666667s;
    transition-delay: 0.6666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(21) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(22) {
    -webkit-transition-delay: 0.7333333333s;
    transition-delay: 0.7333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(23) {
    -webkit-transition-delay: 0.7666666667s;
    transition-delay: 0.7666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(24) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(25) {
    -webkit-transition-delay: 0.8333333333s;
    transition-delay: 0.8333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(26) {
    -webkit-transition-delay: 0.8666666667s;
    transition-delay: 0.8666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(27) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(28) {
    -webkit-transition-delay: 0.9333333333s;
    transition-delay: 0.9333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(29) {
    -webkit-transition-delay: 0.9666666667s;
    transition-delay: 0.9666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(30) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(31) {
    -webkit-transition-delay: 1.0333333333s;
    transition-delay: 1.0333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(32) {
    -webkit-transition-delay: 1.0666666667s;
    transition-delay: 1.0666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(33) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(34) {
    -webkit-transition-delay: 1.1333333333s;
    transition-delay: 1.1333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(35) {
    -webkit-transition-delay: 1.1666666667s;
    transition-delay: 1.1666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(36) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(37) {
    -webkit-transition-delay: 1.2333333333s;
    transition-delay: 1.2333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(38) {
    -webkit-transition-delay: 1.2666666667s;
    transition-delay: 1.2666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(39) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(40) {
    -webkit-transition-delay: 1.3333333333s;
    transition-delay: 1.3333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(41) {
    -webkit-transition-delay: 1.3666666667s;
    transition-delay: 1.3666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(42) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(43) {
    -webkit-transition-delay: 1.4333333333s;
    transition-delay: 1.4333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(44) {
    -webkit-transition-delay: 1.4666666667s;
    transition-delay: 1.4666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(45) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(46) {
    -webkit-transition-delay: 1.5333333333s;
    transition-delay: 1.5333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(47) {
    -webkit-transition-delay: 1.5666666667s;
    transition-delay: 1.5666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(48) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(49) {
    -webkit-transition-delay: 1.6333333333s;
    transition-delay: 1.6333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a:hover {
    --y: -0px;
    background-color: transparent
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a:hover span {
    --m: calc(80px * -1)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    width: 60px;
    height: 96px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    border: none !important
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--secondary);
    opacity: 1
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
    border-top: 1px solid var(--black-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 24px;
    text-transform: capitalize;
    border-top: none !important;
    padding: 20px 0 20px 150px;
    -webkit-transition: .3s;
    transition: all .3s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a:hover {
    letter-spacing: 1px
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .offcanvas__menu-wrapper.mean-container {
        padding-top: 142px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        font-size: 60px;
        padding-left: 60px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        height: 76px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        padding-left: 90px
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 40px
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
    border-bottom: 1px solid var(--black-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 180px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .mega-menu {
        padding: 40px 100px
    }

    .mega-menu li ul li a {
        padding: 6px 12px
    }

    .offcanvas__menu-wrapper.mean-container {
        padding-top: 93px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        font-size: 48px;
        padding-left: 50px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        height: 64px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        padding-left: 80px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
        padding-left: 120px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .offcanvas__menu-wrapper.mean-container {
        padding-top: 93px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        font-size: 40px;
        padding-left: 30px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        height: 57px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        padding-left: 60px;
        font-size: 24px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
        padding-left: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .offcanvas__menu-wrapper.mean-container {
        padding-top: 60px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        font-size: 30px;
        padding-left: 20px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        height: 46px;
        width: 40px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        font-size: 20px;
        padding: 15px 0 15px 30px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 25px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
        padding-left: 30px
    }
}

.offcanvas__menu-wrapper.mean-container .mean-bar {
    padding: 0;
    background: 0 0
}

.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
    display: none !important
}

.header__area-2 .mega-menu {
    background-color: var(--white)
}

.header__area-2 .mega-menu li a {
    color: var(--black-2)
}

.header__area-2 .mega-menu li a:hover {
    letter-spacing: 1px
}

.header__area-2 .mega-menu li a:not([href]):not([class]) {
    color: var(--black-2)
}

.header__area-2 .mega-menu li a .menu-text {
    text-shadow: 0 16px 0 var(--black-2)
}

.modal__close-2 {
    background-color: transparent;
    color: var(--black-3);
    width: 30px;
    height: 30px;
    border: none;
    font-size: 24px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: all .3s
}

@media only screen and (max-width:767px) {
    .offcanvas__menu-wrapper.mean-container {
        padding-top: 40px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        font-size: 20px;
        padding-left: 15px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        height: 36px;
        width: 36px;
        padding: 11px 12px 13px !important
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        font-size: 18px;
        padding: 15px 0 15px 30px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 23px
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
        padding-left: 30px
    }

    .modal__close-2 {
        right: 20px;
        top: 15px
    }
}

.modal__close-2:hover {
    color: var(--black-2)
}

.modal__application {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: visibility 0s linear .25s, opacity .25s, -webkit-transform .25s;
    transition: visibility 0s linear .25s, opacity .25s 0s, -webkit-transform .25s;
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s;
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s, -webkit-transform .25s;
    z-index: 9991
}

.modal__apply {
    padding: 100px 50px;
    max-width: 1130px;
    height: 96vh;
    margin: 0 auto;
    margin-top: 2vh;
    overflow-y: auto;
    position: relative;
    background-color: var(--white)
}

@media only screen and (max-width:767px) {
    .modal__apply {
        padding: 50px 20px;
        margin-top: 0;
        height: 100vh
    }
}

.modal__apply .wc-btn-pink,
.modal__apply .wc-btn-primary,
.modal__apply .wc-btn-secondary {
    width: 120px;
    height: 120px
}

.modal__apply .form-top {
    text-align: center;
    padding-bottom: 50px
}

.modal__apply .form-top img {
    margin-bottom: 40px
}

.modal__apply .form-top p {
    font-size: 18px;
    color: var(--black-2);
    border: 1px solid var(--black-3);
    border-radius: 30px;
    display: inline-block;
    padding: 5px 35px;
    margin-top: 20px
}

.modal__apply .form-btn button {
    margin-left: auto;
    margin-top: 30px;
    background-color: transparent;
    z-index: 1
}

.modal-show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: visibility linear, opacity .25s, -webkit-transform .25s;
    transition: visibility 0s linear 0s, opacity .25s 0s, -webkit-transform .25s;
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s;
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s, -webkit-transform .25s
}

.cursor {
    position: fixed;
    left: 0;
    pointer-events: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--white);
    background: var(--black-2);
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 0;
    mix-blend-mode: hard-light;
    -webkit-transition: .3s;
    transition: all .3s
}

.cursor1 {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .15s;
    transition: .15s;
    z-index: 999;
    mix-blend-mode: difference
}

.cursor1.hide {
    opacity: 0;
    visibility: hidden
}

.cursor2 {
    position: fixed;
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 999;
    mix-blend-mode: difference
}

.cursor2.hide {
    opacity: 0;
    visibility: hidden
}

#featured_cursor {
    background: var(--white);
    color: var(--black-2)
}

@media (max-width:1200px) {
    .cursor1 {
        display: none
    }

    .cursor2 {
        display: none
    }

    #client_cursor {
        display: none
    }
}

.switcher__icon {
    position: fixed;
    width: 50px;
    height: 50px;
    background: var(--white);
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    -webkit-transition: .3s;
    transition: all .3s;
    mix-blend-mode: exclusion
}

.switcher__icon button {
    font-size: 24px;
    color: var(--black-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s;
    transition: all .3s
}

.switcher__icon button:hover {
    color: var(--gray-2)
}

.switcher__icon button#switcher_open {
    -webkit-animation: 5s linear infinite wcSpinner;
    animation: 5s linear infinite wcSpinner
}

.switcher__items {
    width: 280px;
    padding: 50px 30px;
    background: var(--black-2);
    position: fixed;
    right: -280px;
    top: 40%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Kanit, sans-serif;
    -webkit-transition: .3s;
    transition: all .3s
}

#switcher_close {
    display: none
}

.header__area {
    position: fixed;
    width: 100px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9991;
    border-right: 1px solid rgba(240, 240, 240, .07);
    mix-blend-mode: exclusion;
    -webkit-transition: .5s;
    transition: all .5s
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .header__area {
        width: 62px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .header__area {
        width: 62px
    }
}

.header__area button {
    display: block;
    margin-top: -58px;
    padding: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .modal__apply {
        max-width: 960px
    }

    .header__area {
        padding: 0 15px;
        width: 100%;
        height: auto
    }

    .header__area button {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .modal__apply {
        max-width: 720px
    }

    .header__area {
        padding: 0 15px;
        width: 100%;
        height: auto
    }

    .header__area button {
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .header__area {
        padding: 0 15px;
        width: 100%;
        height: auto
    }

    .header__area button {
        margin-top: 0
    }
}

.header__area-2 {
    padding: 3px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99
}

.header__area-3 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999
}

.header__area-3.sticky-3 {
    background-color: var(--white);
    border-bottom: 1px solid var(--white-2)
}

.header__area-7 {
    padding: 3px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99
}

.header__inner {
    padding: 50px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 9
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header__inner {
        padding: 10px 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr)
    }

    .header__nav-icon {
        grid-column: -1
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header__inner {
        padding: 10px 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr)
    }

    .header__nav-icon {
        grid-column: -1
    }
}

@media only screen and (max-width:767px) {
    .header__inner {
        padding: 5px 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr)
    }

    .header__nav-icon {
        grid-column: -1
    }
}

.header__search {
    position: fixed;
    width: 300px;
    right: 60px;
    top: 90px;
    padding: 15px;
    background-color: var(--white-4);
    border-radius: 3px;
    z-index: 99991;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: all .3s
}

.header__search.open-search {
    opacity: 1;
    visibility: visible;
    top: 70px
}

.header__search input {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--white-2);
    border-radius: 5px;
    outline: 0;
    font-size: 16px;
    font-weight: 400
}

.header__support p {
    width: 215px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.3;
    color: var(--gray-2);
    text-align: right;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.header__support p a {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: var(--white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header__search.open-search {
        top: 85px
    }

    .header__support {
        -ms-grid-column: 11;
        grid-column: 11/11;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .header__support p {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .logo-primary {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header__search.open-search {
        top: 85px
    }

    .header__support {
        -ms-grid-column: 11;
        grid-column: 11/11;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .header__support p {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .logo-primary {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .header__search {
        right: 10px;
        top: 100px
    }

    .header__search.open-search {
        top: 85px
    }

    .header__support {
        display: none
    }

    .header__support p {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .logo-primary {
        display: none
    }
}

.logo-secondary {
    display: none
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .logo-secondary {
        display: block
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .logo-secondary {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .logo-secondary {
        display: block
    }
}

.offcanvas__area {
    background-color: var(--black-2);
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: all .3s
}

.offcanvas__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.9fr 3fr 1.3fr;
    grid-template-columns: 0.9fr 3fr 1.3fr;
    height: 100%
}

.offcanvas__left {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0.5fr 2.1fr 1fr;
    grid-template-rows: 0.5fr 2.1fr 1fr;
    border-right: 1px solid var(--black-4)
}

.offcanvas__mid {
    overflow: hidden;
    overflow-y: auto
}

.offcanvas__mid::-webkit-scrollbar {
    width: 5px
}

.offcanvas__mid::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px var(--black);
    box-shadow: inset 0 0 5px var(--black);
    border-radius: 10px
}

.offcanvas__mid::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px
}

.offcanvas__right {
    background-color: var(--black-4);
    padding: 0 50px;
    position: relative
}

.offcanvas__right .shape-1 {
    position: absolute;
    bottom: 0;
    left: 125px
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .offcanvas__right {
        padding: 0 30px
    }

    .offcanvas__right .shape-1 {
        left: 20px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .offcanvas__body {
        -ms-grid-columns: 1.2fr 3fr 1.5fr;
        grid-template-columns: 1.2fr 3fr 1.5fr
    }

    .offcanvas__right {
        padding: 0 30px
    }

    .offcanvas__right .shape-1 {
        left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .offcanvas__body {
        -ms-grid-columns: 1.2fr 2fr 1.5fr;
        grid-template-columns: 1.2fr 2fr 1.5fr
    }

    .offcanvas__right {
        padding: 0 30px
    }

    .offcanvas__right .shape-1 {
        left: 0
    }
}

.offcanvas__right .shape-2 {
    position: absolute;
    bottom: 90px;
    right: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .offcanvas__body {
        -ms-grid-columns: 1.2fr 2.3fr 1.8fr;
        grid-template-columns: 1.2fr 2.3fr 1.8fr
    }

    .offcanvas__right {
        padding: 0 15px
    }

    .offcanvas__right .shape-1 {
        left: 0
    }

    .offcanvas__right .shape-2 {
        right: 30px
    }
}

.offcanvas__logo {
    padding: 55px 0 55px 45px;
    border-bottom: 1px solid var(--black-4)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .offcanvas__logo {
        padding: 30px 0 30px 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .offcanvas__logo {
        padding: 30px 0 30px 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .offcanvas__logo {
        padding: 30px 0 30px 15px
    }
}

.offcanvas__social {
    padding-left: 50px;
    padding-top: 220px;
    border-bottom: 1px solid var(--black-4)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .offcanvas__social {
        padding-left: 50px;
        padding-top: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .offcanvas__social {
        padding-left: 30px;
        padding-top: 50px
    }
}

.offcanvas__social .social-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: var(--white);
    padding-bottom: 20px
}

.offcanvas__social ul li {
    padding-bottom: 2px
}

.offcanvas__social ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--white)
}

.offcanvas__social ul li a:hover {
    color: var(--gray-2)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .offcanvas__social {
        padding-left: 15px;
        padding-top: 50px
    }

    .offcanvas__social .social-title {
        font-size: 20px
    }

    .offcanvas__social ul li {
        padding-bottom: 5px
    }

    .offcanvas__social ul li a {
        font-size: 16px
    }
}

.offcanvas__links {
    padding-left: 50px;
    padding-top: 110px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .offcanvas__links {
        padding-left: 30px;
        padding-top: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .offcanvas__links {
        padding-left: 30px;
        padding-top: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .offcanvas__links {
        padding-left: 15px;
        padding-top: 40px
    }
}

.offcanvas__links ul li {
    padding-bottom: 2px
}

.offcanvas__links ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--white)
}

.offcanvas__links ul li a:hover {
    color: var(--gray-2)
}

.offcanvas__close {
    position: absolute;
    right: 40px;
    top: 30px
}

.offcanvas__close button {
    font-size: 30px;
    width: 60px;
    height: 60px;
    color: var(--white);
    background: #232323;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: all .3s
}

.offcanvas__close button:hover {
    color: var(--gray-2)
}

@media only screen and (max-width:767px) {
    .offcanvas__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .offcanvas__left {
        display: none
    }

    .offcanvas__mid {
        margin-top: 75px
    }

    .offcanvas__right {
        display: none
    }

    .offcanvas__close {
        right: 15px;
        top: 15px
    }

    .offcanvas__close button {
        font-size: 24px;
        width: 48px;
        height: 48px
    }
}

.offcanvas__search {
    padding-top: 190px;
    padding-bottom: 140px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .offcanvas__search {
        padding-top: 140px;
        padding-bottom: 60px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .offcanvas__search {
        padding-top: 140px;
        padding-bottom: 60px
    }
}

.offcanvas__search form {
    position: relative
}

.offcanvas__search input {
    color: #585858;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 20px 45px 20px 20px;
    border-radius: 30px;
    border: 1px solid #3c3c3c;
    background-color: transparent;
    outline: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .offcanvas__search {
        padding-top: 140px;
        padding-bottom: 60px
    }

    .offcanvas__search input {
        padding: 15px 40px 15px 15px
    }
}

.offcanvas__search input::-webkit-input-placeholder {
    opacity: 1;
    color: #585858
}

.offcanvas__search input::-moz-placeholder {
    opacity: 1;
    color: #585858
}

.offcanvas__search input:-ms-input-placeholder {
    opacity: 1;
    color: #585858
}

.offcanvas__search input::-ms-input-placeholder {
    opacity: 1;
    color: #585858
}

.offcanvas__search input::placeholder {
    opacity: 1;
    color: #585858
}

.offcanvas__search button {
    color: var(--white);
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    border-radius: 0 100% 100% 0
}

.offcanvas__contact h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: var(--white);
    padding-bottom: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .offcanvas__contact h3 {
        font-size: 20px
    }
}

.offcanvas__contact li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--white);
    padding-bottom: 7px;
    max-width: 260px
}

.offcanvas__contact li a {
    color: var(--white)
}

.offcanvas__contact li a:hover {
    color: var(--gray-2)
}

.hero__area {
    background-color: var(--black);
    position: relative;
    overflow: hidden
}

.hero__area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8)
}

.hero__area .hero1_bg {
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-animation: 18s linear infinite wcRotate;
    animation: 18s linear infinite wcRotate
}

.hero__area-3 {
    padding-top: 190px;
    padding-bottom: 125px;
    position: relative;
    overflow: hidden
}

.hero__area-3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(wp-content/themes/axtra/assets/images/shape/5.png);
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1
}

.hero__area-3::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    right: 50px;
    top: 140px;
    background-image: url(wp-content/themes/axtra/assets/images/shape/6.png);
    background-repeat: no-repeat;
    background-position: right top
}

.hero__area-3 .sec-title-wrapper {
    display: inline-block;
    position: unset
}

.hero__area-3 .sec-sub-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--black-2);
    position: relative;
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 0;
    text-transform: uppercase;
    z-index: 2
}

.hero__area-3 .sec-sub-title::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 1px;
    left: 100%;
    top: 12px;
    background-color: var(--black-2)
}

.hero__area-3 .sec-title {
    z-index: 2;
    font-weight: 600;
    font-size: 306px;
    line-height: .82;
    text-transform: uppercase;
    color: var(--black-2)
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .hero__area-3 {
        padding-top: 160px;
        padding-bottom: 110px
    }

    .hero__area-3 .sec-title {
        font-size: 260px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero__area-3 {
        padding-top: 140px;
        padding-bottom: 110px
    }

    .hero__area-3 .sec-title {
        font-size: 260px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero__area-3 {
        padding-bottom: 100px
    }

    .hero__area-3 .sec-title {
        font-size: 180px
    }
}

.hero__area-3 .title-right {
    position: absolute;
    right: 0
}

.hero__area-3 .wrapper {
    --clip-path: circle(65px at left);
    --clip-path-hover: circle(70px at left);
    --clip-path-clicked: circle(100vw at left);
    --duration: .4s;
    --timing-function: ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .offcanvas__contact li {
        font-size: 16px
    }

    .hero__area-3 {
        padding-top: 140px
    }

    .hero__area-3 .sec-title {
        font-size: 130px
    }

    .hero__area-3 .wrapper {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .hero__area-3 {
        padding-top: 130px;
        padding-bottom: 0
    }

    .hero__area-3 .sec-sub-title {
        padding-bottom: 15px
    }

    .hero__area-3 .sec-title {
        font-size: 90px
    }

    .hero__area-3 .wrapper {
        display: none
    }
}

.hero__area-3 .video {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: var(--clip-path);
    clip-path: var(--clip-path);
    -webkit-transition: -webkit-clip-path var(--duration) var(--timing-function);
    transition: -webkit-clip-path var(--duration) var(--timing-function);
    transition: clip-path var(--duration) var(--timing-function);
    transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
    position: relative;
    top: 55px;
    left: 100px
}

.hero__area-3 .video::before {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: url(wp-content/themes/axtra/assets/images/icon/play-icon.png);
    content: "";
    z-index: 999999999999;
    background-size: 100%
}

.hero__area-3 .video video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: auto;
    width: auto;
    height: auto
}

.hero__area-3 #video_check {
    width: 200px;
    height: 200px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-radius: 40px;
    outline: 0;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 9999999
}

.hero__area-3 #video_check:focus {
    outline: 0
}

.hero__area-3 #video_check:hover~.video {
    -webkit-clip-path: var(--clip-path-hover);
    clip-path: var(--clip-path-hover)
}

.hero__area-3 #video_check:hover~.text::before {
    --r: 25px;
    --opacity: 1
}

.hero__area-3 #video_check:hover~.text::after {
    -webkit-clip-path: var(--clip-path-hover);
    clip-path: var(--clip-path-hover)
}

.hero__area-3 #video_check:hover~.text>span::after {
    -webkit-clip-path: var(--clip-path-hover);
    clip-path: var(--clip-path-hover)
}

.hero__area-3 #video_check:checked {
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.hero__area-3 #video_check:checked~.video {
    -webkit-clip-path: var(--clip-path-clicked);
    clip-path: var(--clip-path-clicked)
}

.hero__area-3 #video_check:checked~.text {
    --opacity: 0;
    -webkit-transition: opacity .3s var(--timing-function);
    transition: opacity .3s var(--timing-function)
}

.hero__area-3 #video_check:checked~.text::after {
    -webkit-clip-path: var(--clip-path-clicked);
    clip-path: var(--clip-path-clicked)
}

.hero__area-3 #video_check:checked~.text>span::after {
    -webkit-clip-path: var(--clip-path-clicked);
    clip-path: var(--clip-path-clicked)
}

.hero__area-3.start-video .sec-sub-title,
.hero__area-3.start-video .sec-title {
    color: var(--white-4)
}

.hero__area-3.start-video .sec-sub-title::after {
    background-color: var(--white)
}

.hero__text-2 {
    background-image: url(wp-content/themes/axtra/assets/images/icon/7.png);
    background-repeat: no-repeat;
    background-position: 64% 58%;
    padding-left: 32%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%)
}

.hero__text-2 p {
    max-width: 330px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: var(--white);
    padding-bottom: 5px
}

.hero__content {
    padding-top: 200px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .hero__text-2 {
        padding-left: 30%;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%)
    }

    .hero__content {
        padding-top: 80px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero__text-2 {
        padding-left: 20%
    }

    .hero__text-2 p {
        max-width: 380px
    }

    .hero__content {
        padding-top: 80px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero__text-2 {
        padding-left: 15%;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    .hero__text-2 p {
        padding-bottom: 30px
    }

    .hero__content {
        padding-top: 120px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero__text-2 {
        padding-left: 5%;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    .hero__text-2 p {
        padding-bottom: 40px
    }

    .hero__content {
        padding-top: 125px
    }
}

@media only screen and (max-width:767px) {
    .hero__text-2 {
        padding-left: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .hero__text-2 p {
        padding-bottom: 40px
    }

    .hero__content {
        padding-top: 150px
    }
}

.hero__content a {
    display: inline-block;
    max-width: 300px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: var(--white);
    padding-bottom: 15px;
    border-bottom: 1px solid var(--white);
    position: relative;
    -webkit-transition: .3s;
    transition: all .3s;
    overflow: hidden
}

.hero__content a:hover i {
    -webkit-transform: translate(20px, -20px) rotate(-45deg);
    transform: translate(20px, -20px) rotate(-45deg)
}

.hero__content a:hover span::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(20px, -20px) rotate(-45deg);
    transform: translate(20px, -20px) rotate(-45deg)
}

.hero__content a span {
    position: absolute;
    top: 0;
    right: 0
}

.hero__content a span i {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    -webkit-transition: .3s;
    transition: all .3s
}

.hero__content a span::after {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: -20px;
    bottom: -20px;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: all .3s
}

.hero__content .experience {
    position: absolute;
    right: 30px;
    bottom: 70px
}

.hero__content .experience .title {
    font-weight: 400;
    font-size: 50px;
    line-height: 1.3;
    color: var(--white)
}

.hero__content .experience p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: var(--white)
}

.hero__title {
    font-weight: 500;
    font-size: 150px;
    line-height: 1;
    color: var(--white);
    margin-top: 55px;
    position: relative
}

.hero__title2 {
    font-weight: 500;
    font-size: 150px;
    line-height: 1;
    color: var(--white);
    position: relative
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero__content img {
        max-width: 120px
    }

    .hero__title {
        font-size: 100px;
        line-height: .9
    }

    .hero__title2 {
        font-size: 100px;
        line-height: .9
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero__title {
        font-size: 100px;
        line-height: .9
    }

    .hero__title2 {
        font-size: 100px;
        line-height: .9
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero__content img {
        max-width: 120px
    }

    .hero__content .experience {
        bottom: 60px
    }

    .hero__title {
        font-size: 80px
    }

    .hero__title2 {
        font-size: 80px
    }
}

@media only screen and (max-width:767px) {
    .hero__content img {
        max-width: 60px
    }

    .hero__content .experience {
        position: unset
    }

    .hero__title {
        font-size: 48px
    }

    .hero__title2 {
        font-size: 48px
    }
}

.hero__title::after {
    position: absolute;
    content: "Pro";
    width: 70px;
    height: 45px;
    right: -80px;
    top: 70px;
    border: 2px solid var(--white);
    border-radius: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: var(--white);
    text-align: center;
    padding-top: 4px
}

.hero__title-wrapper {
    max-width: 990px;
    position: relative;
    margin-bottom: 105px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero__title::after {
        right: -30px;
        top: 35px
    }

    .hero__title-wrapper {
        max-width: 700px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero__title::after {
        right: 60px;
        top: 35px
    }

    .hero__title-wrapper {
        max-width: 800px;
        margin-bottom: 20px
    }
}

.hero__sub-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: var(--gray-3);
    max-width: 410px;
    position: absolute;
    right: 60px;
    bottom: 15px
}

.hero__sub-title span {
    color: var(--white)
}

.portfolio__big {
    text-align: center;
    padding-bottom: 395px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero__sub-title {
        bottom: -10px;
        right: -30px
    }

    .portfolio__big {
        padding-bottom: 200px
    }
}

.portfolio__big img {
    margin-top: -90px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero__sub-title {
        bottom: -10px
    }

    .portfolio__big {
        padding-bottom: 120px
    }

    .portfolio__big img {
        margin-top: 90px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero__title::after {
        right: 95px;
        top: 30px
    }

    .hero__title-wrapper {
        margin-bottom: 50px
    }

    .hero__sub-title {
        font-size: 16px;
        bottom: -10px;
        right: 30px
    }

    .portfolio__big {
        padding-bottom: 120px
    }

    .portfolio__big img {
        margin-top: 60px
    }
}

@media only screen and (max-width:767px) {
    .hero__title::after {
        right: 0;
        top: -40px
    }

    .hero__title-wrapper {
        margin-bottom: 0
    }

    .hero__sub-title {
        position: unset;
        padding-top: 15px
    }

    .portfolio__big {
        padding-bottom: 60px
    }

    .portfolio__big img {
        margin-top: 0
    }
}

.portfolio__big-inner {
    background-position: center center;
    background-size: cover;
    height: calc(100vh - 80px);
    width: 600px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -100px
}

.portfolio__big-inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.roll__area-2 {
    padding: 31px 10px;
    background-color: var(--black-2)
}

.roll__area-2 .roll__slide h2 {
    color: var(--white)
}

.roll__wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.roll__slide {
    text-align: center
}

.roll__slide h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--black)
}

.about__area {
    overflow: hidden;
    background-color: var(--white)
}

.about__area .sec-title {
    max-width: 770px;
    position: relative;
    z-index: 9
}

.about__title-wrapper {
    padding-left: 190px;
    padding-bottom: 60px
}

.about__content {
    padding-top: 65px;
    position: relative;
    z-index: 1
}

.about__content p {
    max-width: 440px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: var(--black-3);
    margin-bottom: 60px
}

.about__content-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1.8fr;
    grid-template-columns: 1fr 1.8fr;
    grid-gap: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__big-inner {
        margin-top: 50px
    }

    .about__content p {
        max-width: 90%
    }

    .about__content-wrapper {
        grid-gap: 30px
    }

    .about__img-right img {
        display: none
    }
}

.about__img img {
    width: 100%;
    overflow: hidden
}

.about__img-right {
    position: absolute;
    right: 0;
    top: 280px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio__big-inner {
        margin-top: 50px
    }

    .about__area .sec-title {
        max-width: 660px
    }

    .about__title-wrapper {
        padding-left: 0
    }

    .about__content {
        padding-top: 5px
    }

    .about__content p {
        margin-bottom: 30px
    }

    .about__content-wrapper {
        -ms-grid-columns: 1fr 30px 1.5fr;
        grid-template-columns: 1fr 1.5fr;
        grid-gap: 30px
    }

    .about__img-right {
        position: relative;
        top: 30px;
        right: unset
    }

    .about__img-right img {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .portfolio__big-inner {
        margin-top: 10px
    }

    .about__title-wrapper {
        padding-left: 0
    }

    .about__content {
        padding-top: 50px
    }

    .about__content p {
        margin-bottom: 30px
    }

    .about__content-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 0
    }

    .about__img-right {
        position: relative;
        top: 30px;
        right: unset
    }
}

.about__img-right img {
    width: auto
}

.about__img-2 {
    max-width: 1720px;
    margin: 0 auto;
    overflow: hidden;
    max-height: 800px;
    margin-bottom: 140px
}

.about__img-2 img {
    width: 100%
}

.portfolio__item {
    -webkit-transform: perspective(4000px) rotateX(90deg);
    transform: perspective(4000px) rotateX(90deg)
}

.service__area {
    background-color: var(--black-2);
    overflow: hidden
}

.service__area a:first-child .service__item {
    border-top: 1px solid var(--secondary)
}

.service__area .sec-sub-title,
.service__area .sec-title {
    color: var(--white)
}

.service__area .sec-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service__area-6 {
    padding-left: 100px;
    background-color: var(--black-2)
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .service__area-6 {
        padding-left: 70px
    }
}

.service__area-6 .mid-content {
    width: 40%;
    height: 100vh;
    position: relative
}

.service__area-6 .mid-content .service__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.service__area-6 .mid-content .service__image img {
    width: auto
}

@media screen and (max-width:767px) {
    .service__area-6 .mid-content {
        display: none
    }
}

.service__top-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.service__top-text p {
    max-width: 505px;
    color: var(--gray-2);
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .service__top-text p {
        font-size: 18px
    }

    .service__img {
        max-width: 260px
    }
}

.service__top-text p span {
    color: var(--white)
}

.service__top-btn #btn_wrapper,
.service__top-btn .btn_wrapper {
    margin-left: auto;
    margin-right: -40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about__img-2 {
        margin-bottom: 35px
    }

    .service__area.pb-150 {
        padding-bottom: 100px
    }

    .service__area-6 {
        padding-top: 100px;
        padding-left: 88px;
        padding-bottom: 40px
    }

    .service__area-6 .mid-content {
        display: none
    }

    .service__top-btn #btn_wrapper,
    .service__top-btn .btn_wrapper {
        margin-right: -10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about__img-2 {
        margin-bottom: 22px
    }

    .service__area.pb-150 {
        padding-bottom: 90px
    }

    .service__area-6 {
        padding-top: 90px;
        padding-left: 0
    }

    .service__area-6 .mid-content {
        display: none
    }

    .service__top-text p {
        font-size: 16px
    }

    .service__top-btn #btn_wrapper,
    .service__top-btn .btn_wrapper {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .about__img-2 {
        margin-bottom: 0
    }

    .service__area-6 {
        padding-bottom: 0;
        padding-left: 0
    }

    .service__top-text p {
        font-size: 18px;
        margin: 30px 0
    }

    .service__top-btn #btn_wrapper,
    .service__top-btn .btn_wrapper {
        margin-right: 0;
        margin-left: 0
    }
}

.service__list-wrapper {
    margin-top: 40px
}

.service__img {
    -webkit-transition: .5s;
    transition: all .5s;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(0) translateX(-100px);
    transform: rotate(0) translateX(-100px)
}

.service__img.active {
    opacity: 1;
    -webkit-transform: rotate(15deg) translateX(60px) translateY(30px);
    transform: rotate(15deg) translateX(60px) translateY(30px)
}

.service__img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.service__img-wrapper span {
    position: absolute;
    width: 175px;
    height: 70px;
    background-color: #006297;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-26deg) translate(-100%, -100%);
    transform: rotate(-26deg) translate(-100%, -100%);
    -webkit-transition: .3s;
    transition: all .3s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .service__img {
        max-width: 200px
    }

    .service__img-wrapper {
        display: none
    }

    .service__img-wrapper span {
        bottom: 260px;
        height: 40px;
        width: 120px
    }

    .service__item {
        gap: 30px
    }
}

.service__img-wrapper span.current {
    -webkit-transform: rotate(-26deg) translate(120px, -100%);
    transform: rotate(-26deg) translate(120px, -100%)
}

.service__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.7fr 2fr 2.5fr 1fr;
    grid-template-columns: 0.7fr 2fr 2.5fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid var(--secondary);
    -webkit-transition: .3s;
    transition: all .3s
}

.service__item:hover .service a,
.service__item:hover .service__number span {
    color: var(--white)
}

.service__item:hover .service__title {
    color: var(--white)
}

.service__item:hover .service__link p {
    color: var(--white)
}

.service__item:hover .service__link p i {
    -webkit-transform: translate(60px, -60px) rotate(-45deg);
    transform: translate(60px, -60px) rotate(-45deg)
}

.service__item:hover .service__link p::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(20px, -20px) rotate(-45deg);
    transform: translate(20px, -20px) rotate(-45deg)
}

.service__item-2 {
    position: relative
}

.service__item-2::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: -90px;
    top: 0;
    background-color: var(--black-2)
}

.service__item-2:nth-child(3n+1)::before {
    position: unset
}

.service__item-2 img {
    margin-bottom: 40px
}

@media only screen and (max-width:767px) {
    .service__item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 25px 0 10px
    }

    .service__item-2 img {
        margin-bottom: 20px
    }
}

.service__item-2 p {
    color: var(--black-2);
    padding-bottom: 25px
}

.service__item-2 ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black-2)
}

.service__item-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 45% 25%;
    grid-template-columns: 30% 45% 25%;
    border-bottom: 1px solid var(--white-2);
    padding: 55px 0 50px;
    position: relative
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .service__item-3 {
        -ms-grid-columns: 30% 50% 20%;
        grid-template-columns: 30% 50% 20%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .service__item-2::before {
        left: -40px
    }

    .service__item-3 {
        -ms-grid-columns: 30% 50% 20%;
        grid-template-columns: 30% 50% 20%;
        padding: 30px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service__item-2::before {
        left: -20px
    }

    .service__item-3 {
        -ms-grid-columns: 30% 2% 40% 2% 24%;
        grid-template-columns: 30% 40% 24%;
        gap: 2%;
        padding: 50px 0
    }
}

@media only screen and (max-width:767px) {
    .service__item-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 40px 0
    }
}

.service__item-3:first-child {
    border-top: 1px solid var(--white-2)
}

.service__item-6 {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service__item-6 p {
    max-width: 550px;
    font-size: 18px;
    line-height: 1.4;
    color: var(--gray-2);
    padding-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .service__item-6 p {
        padding-bottom: 20px
    }
}

.service__item-6 ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 240px auto;
    grid-template-columns: 240px auto;
    padding-bottom: 80px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service__item-6 {
        height: auto;
        padding-bottom: 80px
    }

    .service__item-6 ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media only screen and (max-width:767px) {
    .service__item-6 {
        height: auto;
        padding-bottom: 50px
    }

    .service__item-6 ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-bottom: 20px
    }

    .service__title {
        padding: 10px 0 20px
    }

    .service__title br {
        display: none
    }
}

.service__item-6 ul li {
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--white)
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .service__item-6 ul {
        padding-bottom: 30px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .service__item-6 ul li {
        font-size: 16px;
        padding-bottom: 5px
    }

    .service__item-6 ul {
        padding-bottom: 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .service__item-6 {
        height: auto;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 2fr 30px 3fr;
        grid-template-columns: 2fr 3fr;
        grid-column-gap: 30px;
        margin-bottom: 60px
    }

    .service__item-6 ul {
        padding-bottom: 40px
    }
}

.service__number span {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    color: var(--gray-2);
    -webkit-transition: .3s;
    transition: all .3s
}

.service__title {
    display: block;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    color: var(--gray-2)
}

.service__title:hover {
    color: var(--white)
}

.service__text {
    max-width: 320px
}

.service__text p {
    color: var(--gray-2)
}

.service__link {
    text-align: right;
    overflow: hidden
}

.service__link p {
    display: inline-block;
    font-size: 48px;
    color: var(--gray-2)
}

.service__link p i {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    -webkit-transition: .3s;
    transition: all .3s
}

.service__link p::after {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: -20px;
    bottom: -20px;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: all .3s
}

.service__list .active .service__link p,
.service__list .active .service__number span,
.service__list .active .service__title {
    color: var(--white)
}

.service__list-6 {
    padding-top: 160px
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .service__list-6 {
        padding-top: 80px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .service__list-6 {
        padding-top: 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .service__list-6 {
        padding-top: 60px;
        position: sticky;
        top: 40px
    }

    .service__content-3 {
        padding-left: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service__item-6 ul {
        padding-bottom: 50px;
        -ms-grid-columns: 240px auto;
        grid-template-columns: 240px auto
    }

    .service__list-6 {
        padding-top: 60px;
        position: sticky;
        top: 60px
    }
}

.service__list-6 li {
    padding-bottom: 40px
}

.service__list-6 li.active a {
    color: var(--white)
}

.service__list-6 li a {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: var(--gray-2)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .service__list-6 li {
        padding-bottom: 30px
    }

    .service__list-6 li a {
        line-height: 1.4
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service__list-6 li {
        padding-bottom: 20px
    }

    .service__list-6 li a {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .service__list-6 {
        padding-top: 60px
    }

    .service__list-6 li {
        padding-bottom: 20px
    }

    .service__list-6 li a {
        font-size: 20px
    }

    .service__hero-right-2 {
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.service__content-3 {
    max-width: 340px;
    position: relative;
    z-index: 1
}

.service__content-3 p {
    font-size: 18px;
    line-height: 1.4;
    color: var(--black-2)
}

.service__content-3 ul {
    padding-top: 20px;
    position: relative;
    z-index: 1
}

.service__content-3 ul li {
    font-size: 18px;
    color: var(--black-2)
}

.service__list-6 li a.active {
    color: red;
    -webkit-transition: .2s;
    transition: all .2s
}

.service__area-6 .mid-content .service__image:first-child {
    z-index: 9
}

.service__image:nth-child(2) {
    z-index: 8
}

.service__image:nth-child(3) {
    z-index: 7
}

.service__image:nth-child(4) {
    z-index: 6
}

.service__image:nth-child(5) {
    z-index: 5
}

.service__image:nth-child(6) {
    z-index: 4
}

.service__image:nth-child(7) {
    z-index: 3
}

.service__image:nth-child(8) {
    z-index: 2
}

.service__image:nth-child(9) {
    z-index: 1
}

.service__hero-right-2 .title {
    font-weight: 500;
    font-size: 130px;
    line-height: 1;
    color: var(--black);
    text-transform: capitalize;
    padding-bottom: 40px;
    padding-top: 80px;
    padding-left: 20px
}

.service__hero-right-2 .title span {
    display: block;
    padding-left: 170px
}

.service__hero-right-2 p {
    font-size: 18px;
    max-width: 340px;
    margin-left: 350px
}

.service__hero-right-2 .scroll {
    margin-left: 350px;
    margin-top: 95px;
    -webkit-animation: 5s linear infinite wcSlideBottom;
    animation: 5s linear infinite wcSlideBottom
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .service__hero-right-2 .title {
        font-size: 110px;
        padding-top: 30px
    }

    .service__hero-right-2 .title span {
        padding-left: 120px
    }

    .service__hero-right-2 p {
        margin-left: 300px
    }

    .service__hero-right-2 .scroll {
        margin-left: 300px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service__hero-right-2 .title {
        font-size: 90px;
        padding-bottom: 30px;
        padding-top: 30px;
        padding-left: 0
    }

    .service__hero-right-2 .title span {
        padding-left: 90px
    }

    .service__hero-right-2 p {
        margin-left: 220px
    }

    .service__hero-right-2 .scroll {
        margin-left: 220px;
        margin-top: 60px
    }
}

@media only screen and (max-width:767px) {
    .service__hero-right-2 .title {
        font-size: 60px;
        padding-bottom: 20px;
        padding-top: 0;
        padding-left: 0
    }

    .service__hero-right-2 .title span {
        padding-left: 60px
    }

    .service__hero-right-2 p {
        font-size: 16px;
        margin-left: 65px
    }

    .service__hero-right-2 .scroll {
        margin-left: 65px;
        margin-top: 40px
    }

    .counter__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px 10px
    }
}

.counter__area {
    overflow: hidden
}

.counter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.counter__item {
    width: 380px;
    height: 380px;
    border: 1px solid var(--white-2);
    border-radius: 100%;
    margin-left: -67px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .counter__item {
        margin-left: -60px;
        width: 330px;
        height: 330px
    }
}

.counter__item:first-child {
    margin-left: 0
}

.counter__item p {
    font-size: 20px;
    text-align: center
}

.counter__number {
    font-weight: 300;
    font-size: 100px;
    line-height: 1.1;
    color: var(--secondary)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .counter__area .pt-150 {
        padding-top: 100px
    }

    .counter__item {
        margin-left: -25px;
        width: 259px;
        height: 259px
    }

    .counter__number {
        font-size: 72px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .counter__item {
        margin-left: -27px;
        width: 200px;
        height: 200px
    }

    .counter__item p {
        font-size: 18px;
        line-height: 1.2
    }

    .counter__number {
        font-size: 48px
    }
}

@media only screen and (max-width:767px) {
    .counter__item {
        margin-left: 0;
        width: 160px;
        height: 160px
    }

    .counter__item p {
        font-size: 16px;
        line-height: 1.3;
        padding: 0 7px
    }

    .counter__number {
        font-size: 40px
    }
}

.workflow__area {
    overflow: hidden
}

.workflow__area .sec-title-wrapper {
    text-align: center;
    padding-bottom: 60px
}

.workflow__wrapper-3 {
    width: 400%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap
}

.workflow__slide {
    text-align: center;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .workflow__wrapper-3 {
        width: 100%;
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .workflow__slide {
        padding: 0 10px
    }
}

.workflow__slide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 58px;
    background-color: var(--black-2)
}

.workflow__slide::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: calc(50% - 9px);
    top: 50px;
    background-color: var(--primary);
    border: 3px solid var(--white);
    border-radius: 100%;
    -webkit-animation: 1.5s 1s infinite wcBubble;
    animation: 1.5s 1s infinite wcBubble;
    -webkit-transition: .3s;
    transition: all .3s
}

.workflow__slide p {
    max-width: 230px;
    margin: 0 auto
}

.workflow__step {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: var(--black-2);
    text-transform: capitalize;
    padding-bottom: 50px
}

.workflow__number {
    font-size: 85px;
    font-weight: 500;
    color: var(--gray-4)
}

.workflow__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: var(--black-2);
    padding-bottom: 15px
}

.brand__area {
    overflow: hidden
}

.brand__area .sec-title-wrapper {
    padding-bottom: 60px
}

.brand__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    background-color: var(--white);
    border-bottom: 1px solid var(--white-3);
    position: relative;
    z-index: 1;
    margin-left: 1px
}

.brand__item {
    padding: 40px;
    text-align: center;
    border-top: 1px solid var(--white-3);
    border-right: 1px solid var(--white-3)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .brand__item {
        padding: 35px
    }
}

.testimonial__area {
    overflow: hidden
}

.testimonial__area .sec-title-wrapper {
    max-width: 330px;
    padding-top: 120px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .brand__list {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr)
    }

    .testimonial__area .sec-title-wrapper {
        width: 100%;
        padding-top: 60px;
        padding-left: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .workflow__wrapper-3 {
        width: 100%;
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .brand__list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }

    .brand__item {
        padding: 30px 25px
    }

    .testimonial__area .sec-title-wrapper {
        padding-top: 0
    }
}

.testimonial__area p {
    padding-top: 30px;
    font-size: 18px;
    line-height: 1.4
}

@media only screen and (max-width:767px) {
    .workflow__wrapper-3 {
        width: 100%;
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .brand__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0
    }

    .brand__item {
        padding: 30px 0;
        border-left: 1px solid var(--white-3)
    }

    .brand__item:nth-child(2n) {
        border-left: none
    }

    .testimonial__area .sec-title-wrapper {
        padding-top: 0
    }

    .testimonial__area p {
        padding-bottom: 20px
    }
}

.testimonial__area-3 {
    background-image: url(wp-content/themes/axtra/assets/images/testimonial/3/bg.png);
    background-repeat: no-repeat;
    background-position: 0 150px;
    position: relative;
    padding-top: 410px;
    padding-bottom: 330px;
    overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial__area p {
        font-size: 16px
    }

    .testimonial__area-3 {
        padding-top: 300px;
        padding-bottom: 250px
    }

    .testimonial__img img {
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial__area-3 {
        padding-top: 300px;
        padding-bottom: 200px
    }

    .testimonial__img img {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .testimonial__area-3 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .testimonial__area-3 img {
        display: none
    }
}

.testimonial__slider-3 {
    padding-top: 120px;
    padding-bottom: 120px;
    max-width: 660px
}

@media only screen and (max-width:767px) {
    .testimonial__slider-3 {
        padding-top: 80px
    }
}

.testimonial__slider-3 .next-button {
    right: calc(50% + 10px)
}

.testimonial__slider-3 .prev-button {
    left: calc(50% + 10px)
}

.testimonial__img {
    position: relative;
    margin-bottom: 20px
}

.testimonial__inner-2 {
    background-color: var(--white);
    padding: 80px;
    margin-top: 140px;
    background-image: url(wp-content/themes/axtra/assets/images/icon/quote-primary.png);
    background-repeat: no-repeat;
    background-position: 80px 80px;
    margin-right: 2px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .testimonial__inner-2 {
        padding: 80px 30px;
        margin-top: 185px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial__inner-2 {
        padding: 60px 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial__inner-2 {
        padding: 60px 30px;
        margin-top: 136px
    }
}

@media only screen and (max-width:767px) {
    .testimonial__inner-2 {
        text-align: center;
        padding: 0;
        padding-top: 60px;
        margin-top: 30px;
        background-position: 50% 0
    }
}

.portfolio__text {
    text-align: center;
    font-size: 150px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    padding: 120px 0 50px;
    opacity: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__text {
        font-size: 110px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio__text {
        font-size: 90px
    }
}

.portfolio__area {
    position: relative;
    background-color: var(--black-2);
    overflow: hidden
}

.portfolio__slider-2 {
    position: relative;
    height: 100vh
}

.portfolio__slider-2::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--white-4)
}

.portfolio__slider-2::after {
    z-index: 9
}

@media only screen and (max-width:767px) {
    .portfolio__text {
        font-size: 45px;
        padding: 50px 0
    }

    .portfolio__slider-2::after {
        z-index: unset
    }
}

@media (max-width:1400px) {
    .portfolio__slider-2 {
        height: auto
    }
}

.portfolio__slider-3 {
    position: relative
}

.portfolio__wrapper-6 {
    padding-left: 100px
}

.portfolio__item {
    padding-bottom: 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    scale: 0.5;
    opacity: 0
}

.portfolio__item:nth-child(2n) {
    top: 50%
}

.portfolio__item:hover .portfolio__info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.portfolio__item .img-box {
    height: 100%
}

.portfolio__item img {
    width: 100%
}

.portfolio__item-6 {
    position: relative;
    padding-bottom: 80px;
    overflow: hidden
}

.portfolio__item-6 img {
    max-width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio__wrapper-6 {
        padding-left: 0
    }

    .portfolio__item-6 {
        padding-bottom: 50px
    }
}

@media only screen and (max-width:767px) {
    .portfolio__wrapper-6 {
        padding-left: 0;
        padding-top: 180px
    }

    .portfolio__item:nth-child(2n) {
        top: 0
    }

    .portfolio__item-6 {
        padding-bottom: 50px
    }
}

.portfolio__info {
    width: 175px;
    padding: 15px;
    border-radius: 5px;
    background-color: var(--primary);
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 1;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    -webkit-transition: .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

.portfolio__info p {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: var(--black-2)
}

.portfolio__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: var(--black-2);
    padding-bottom: 3px
}

.portfolio__list-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    position: relative;
    margin-bottom: 0
}

.portfolio__current {
    font-weight: 300;
    font-size: 60px;
    line-height: 1.1;
    color: var(--black)
}

.portfolio__btn {
    margin-top: 40px
}

.portfolio__btn#btn_wrapper,
.portfolio__btn.btn_wrapper {
    margin: 0 auto
}

.bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.bg_image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    content: ""
}

.bg_image img {
    width: 120%
}

.row_bottom {
    margin-top: 80vh
}

:root {
    --pink-6: #EEE5DC;
    --purple: #D9DBEB;
    --purple-2: #CCCEDE;
    --green: #81C3A3;
    --green-2: #DCE4E0
}

@keyframes wcSpinner {
    from {
        -webkit-transform: rotate(0turn);
        transform: rotate(0turn)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.portfolio__hero {
    position: relative;
    padding-bottom: 60px
}

.portfolio__hero .title {
    font-weight: 600;
    font-size: 230px;
    line-height: .9;
    text-align: center;
    text-transform: uppercase;
    color: var(--black-2);
    opacity: 0
}

.portfolio__project-thumbs {
    height: 100%;
    margin-right: -150px
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .portfolio__hero .title {
        font-size: 180px
    }

    .portfolio__project-thumbs {
        margin-right: -50px
    }
}

.portfolio-section {
    height: 100vh
}

@media (max-width:1300px) {
    .portfolio-section {
        height: auto
    }

    .swiper-slide .title {
        -webkit-animation: 1s .6s forwards wcfadeUp;
        animation: 1s .6s forwards wcfadeUp
    }

    .swiper-slide .sec-title {
        -webkit-animation: 1s .2s forwards wcfadeUp;
        animation: 1s .2s forwards wcfadeUp
    }

    .swiper-slide .sec-text p {
        -webkit-animation: 1s .4s forwards wcfadeUp;
        animation: 1s .4s forwards wcfadeUp
    }

    .swiper-slide .pp-next {
        -webkit-animation: 1s .4s forwards wcfadeUp;
        animation: 1s .4s forwards wcfadeUp
    }

    .swiper-slide .pp-prev {
        -webkit-animation: 1s .6s forwards wcfadeUp;
        animation: 1s .6s forwards wcfadeUp
    }
}

.blog__area-2 {
    overflow: hidden;
    background-color: var(--black-2)
}

.blog__area-2 .row {
    --bs-gutter-x: 60px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .portfolio__hero .title {
        font-size: 160px
    }

    .portfolio__project-thumbs {
        margin-right: -50px
    }

    .blog__area-2 .row {
        --bs-gutter-x: 40px
    }
}

.blog__area-2 #btn_wrapper,
.blog__area-2 .btn_wrapper {
    margin-left: auto;
    margin-right: -40px;
    margin-top: -60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__info {
        opacity: 1;
        visibility: visible;
        right: 45px
    }

    .portfolio__hero .title {
        font-size: 140px
    }

    .portfolio__project-thumbs {
        margin-right: -20px
    }

    .blog__area-2 .pt-150 {
        padding-top: 150px
    }

    .blog__area-2 .pb-110 {
        padding-bottom: 65px
    }

    .blog__area-2 .row {
        --bs-gutter-x: 30px
    }

    .blog__area-2 #btn_wrapper,
    .blog__area-2 .btn_wrapper {
        margin-right: -10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio__info {
        opacity: 1;
        visibility: visible;
        right: 45px
    }

    .portfolio__hero .title {
        font-size: 100px
    }

    .portfolio__project-thumbs {
        margin-right: -10px
    }

    .blog__area-2 .pb-110 {
        padding-bottom: 55px
    }

    .blog__area-2 .row {
        --bs-gutter-x: 20px
    }

    .blog__area-2 #btn_wrapper,
    .blog__area-2 .btn_wrapper {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 60px
    }
}

@media only screen and (max-width:767px) {
    .portfolio__info {
        opacity: 1;
        visibility: visible;
        right: 60px
    }

    .portfolio__list-1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0
    }

    .row_bottom {
        margin-top: 30px
    }

    .portfolio__hero {
        padding-bottom: 40px
    }

    .portfolio__hero .title {
        font-size: 52px
    }

    .portfolio__project-thumbs {
        margin-right: 0;
        margin-top: 30px
    }

    .blog__area-2 .pb-110 {
        padding-bottom: 0
    }

    .blog__area-2 #btn_wrapper,
    .blog__area-2 .btn_wrapper {
        margin: 0;
        margin-top: 30px;
        margin-bottom: 50px
    }
}

.blog__area-2 .sec-title {
    color: var(--white);
    padding-top: 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog__area-2 .sec-title {
        padding-top: 45px
    }

    .blog__item-3 {
        margin-bottom: 50px
    }
}

.blog__area-2 .sec-text {
    padding-top: 30px
}

.blog__area-2 .sec-text p {
    max-width: 340px;
    font-size: 18px;
    line-height: 1.4;
    color: var(--gray-2)
}

.blog__area-2 .sec-btn {
    margin-bottom: 30px
}

.blog__area-2 .sec-btn a {
    margin-left: auto
}

.blog__item,
.blog__item-2 {
    position: relative;
    z-index: 5
}

.blog__item-2 {
    text-align: center
}

.blog__item-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog__item-3 {
        -ms-grid-columns: 2.5fr 1fr;
        grid-template-columns: 2.5fr 1fr
    }
}

@media only screen and (max-width:767px) {
    .blog__area-2 .sec-btn a {
        margin-left: 0
    }

    .blog__item,
    .blog__item-2 {
        padding-bottom: 50px
    }

    .blog__item-2 {
        padding-bottom: 30px
    }

    .blog__item-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-bottom: 50px
    }
}

.blog__img-wrapper {
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    z-index: 9
}

.blog__meta-2 {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: var(--black-3);
    margin-bottom: 10px
}

.blog__meta-2 a {
    color: var(--black-3);
    -webkit-transition: .3s;
    transition: all .3s
}

.blog__meta-2 a:hover {
    color: var(--secondary)
}

.blog__meta-2 {
    color: var(--gray-2)
}

.blog__meta-2 a {
    color: var(--gray-2)
}

.blog__meta-2 a:hover {
    color: var(--white)
}

.blog__title-2 {
    display: block;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: var(--black-2);
    border-bottom: 1px solid var(--gray-5);
    margin-bottom: 10px;
    padding-bottom: 20px
}

.blog__title-2:hover {
    color: var(--black-3)
}

.blog__title-2 {
    color: var(--white);
    border-bottom: 0
}

.blog__title-2:hover {
    color: var(--gray-2)
}

.img-box {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .img-box {
        height: 425px
    }
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: cover
}

.img-box img:first-child {
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.img-box:hover img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

@media (max-width:1023px) {
    .testimonial__area .cursor {
        display: none
    }

    .img-box img {
        position: unset;
        width: 100%;
        height: auto
    }

    .img-box img:first-child {
        display: none
    }

    .img-box:hover img:nth-child(2) {
        opacity: 1
    }
}

.img-box:hover img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.cta__area {
    overflow: hidden
}

.cta__content {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog__title-2 {
        font-size: 22px
    }

    .img-box {
        height: 340px
    }

    .cta__content {
        width: 80%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog__title-2 {
        font-size: 20px
    }

    .img-box {
        height: auto
    }

    .cta__content {
        width: 100%
    }
}

.cta__content #btn_wrapper,
.cta__content .btn_wrapper {
    margin: 0 auto
}

.cta__sub-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    color: var(--black-3);
    border: 1px solid var(--gray);
    display: inline-block;
    padding: 5px 17px;
    border-radius: 30px;
    margin-bottom: 10px
}

.cta__title {
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    color: var(--black-2)
}

@media only screen and (min-width:1920px) {
    .team__slider {
        margin-left: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta__title {
        padding-bottom: 40px
    }

    .team__slider {
        padding-left: 15px;
        padding-right: 15px
    }
}

.solution__area {
    padding-left: 100px;
    position: relative
}

.solution__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.3fr 1.7fr 1fr;
    grid-template-columns: 1.3fr 1.7fr 1fr
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .solution__area {
        padding-left: 10px;
        padding-top: 150px
    }

    .solution__wrapper {
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr)
    }
}

@media only screen and (max-width:767px) {
    .img-box {
        height: auto
    }

    .cta__content {
        width: 100%
    }

    .cta__title {
        font-size: 36px;
        padding-bottom: 40px
    }

    .solution__area {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 90px
    }

    .solution__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.award__text,
.award__text-2 {
    font-size: 160px;
    color: var(--white);
    font-weight: 600;
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
    text-transform: uppercase;
    letter-spacing: -3px;
    position: absolute;
    top: 130px;
    left: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .cta__title {
        padding-bottom: 40px
    }

    .award__text,
    .award__text-2 {
        font-size: 130px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .cta__title {
        padding-bottom: 40px
    }

    .award__text,
    .award__text-2 {
        font-size: 120px;
        top: 120px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .award__text,
    .award__text-2 {
        font-size: 90px
    }
}

@media only screen and (max-width:767px) {

    .award__text,
    .award__text-2 {
        position: unset;
        font-size: 100px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        line-height: .5
    }
}

.award__text-2 {
    -webkit-text-stroke: 1px #3A3A3A;
    color: transparent;
    top: 0;
    left: 30px
}

#main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content {
    color: #fff;
    position: absolute;
    bottom: 120px;
    text-align: center;
    left: 50px;
    z-index: 99;
    font-size: .8em;
    text-transform: uppercase
}

.content p {
    color: var(--white)
}

.content a {
    color: rgba(227, 227, 227, .78);
    text-decoration: none;
    border-bottom: 1px solid currentColor
}

.content a:hover {
    padding-bottom: 1px
}

#main .part {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#main .part .section {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}

#main .part .section img {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: var(--x);
    pointer-events: none
}

.section {
    display: block;
    width: 100%;
    height: 100%
}

.part:first-child h2 {
    display: block;
    top: 45% !important;
    left: 49% !important;
    position: absolute;
    z-index: 9999999999999 !important;
    width: 500px;
    background: 0 0;
    height: 400px
}

.showcase__content-16 a {
    position: relative;
    display: inline-block
}

.showcase__content-16 img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

.showcase__content-16 {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wc-tilt {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.wc-tilt-2 {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.job__apply {
    margin-top: -20px
}

@media (max-width:1400px) {
    .job__apply {
        margin-top: 0
    }
}

.job__detail {
    overflow: hidden
}

.job__detail-sidebar {
    margin-top: 70px;
    background: #f9f9f9;
    padding: 40px 30px;
    position: sticky;
    top: 70px
}

.job__detail-sidebar ul li {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black-3);
    padding-bottom: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .job__detail-sidebar {
        padding: 30px 20px
    }

    .job__detail-sidebar ul li {
        font-size: 14px
    }
}

.job__detail-sidebar ul li:last-child {
    padding-bottom: 0
}

.job__detail-sidebar ul li span {
    color: var(--gray-8);
    font-size: 14px;
    font-weight: 400;
    display: block
}

.feature__item {
    border-right: 1px solid var(--black-2);
    padding: 145px 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .feature__item {
        padding: 90px 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature__item {
        padding: 90px 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature__item {
        padding: 50px 30px;
        border-right: none
    }
}

@media only screen and (max-width:767px) {
    .feature__item {
        border-right: none;
        padding: 0 0 50px
    }
}

.feature__item:first-child {
    padding-left: 0
}

.feature__item:last-child {
    border-right: 0;
    padding-right: 0
}

.feature__item img {
    margin-bottom: 35px
}

.feature__item p {
    color: var(--black-2)
}

.price__table {
    margin-top: 80px
}

:root {
    --white-6: #d7d7d7;
    --white-7: #B7B7C5;
    --black-14: #323438;
    --lime: #745EFF;
    --lime-2: #5547F5;
    --gray-16: #6B6B6B;
    --gray-17: #F7F7FC;
    --gray-18: #999999;
    --gray-20: #D7D7D7;
    --gray-21: #F2F2F8;
    --gray-22: #FCFCFE;
    --gray-23: #ECECF3;
    --gray-24: #ECECF4;
    --gray-25: #D3D3D3
}

.header__area-5 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99
}

.header__area-5.sticky-5 {
    background-color: var(--white);
    border-bottom: 1px solid var(--white-2)
}

.portfolio__area-5 {
    border-top: 1px solid var(--gray-25);
    border-bottom: 1px solid var(--gray-25);
    padding: 56px 45px;
    position: relative;
    overflow: hidden
}

.portfolio__area-5::before {
    position: absolute;
    left: 33.3%;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: var(--secondary);
    -webkit-filter: invert(1);
    filter: invert(1)
}

.portfolio__area-5::after {
    position: absolute;
    left: 66.6%;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: var(--secondary);
    -webkit-filter: invert(1);
    filter: invert(1)
}

.portfolio__area-5 .sec-line {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--secondary);
    -webkit-filter: invert(1);
    filter: invert(1)
}

.portfolio__item-5 {
    width: 29%;
    position: relative;
    -webkit-transition: .5s;
    transition: all .5s
}

@media only screen and (max-width:767px) {
    .portfolio__area-5 {
        padding: 56px 0
    }

    .portfolio__item-5 {
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature__item:nth-child(odd) {
        border-right: 1px solid var(--black-2)
    }

    .portfolio__area-5 {
        padding: 56px 0
    }

    .portfolio__item-5 {
        width: 48.5%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__area-5 {
        padding: 56px 0
    }

    .portfolio__item-5 {
        width: 48%
    }
}

.portfolio__item-5 img {
    width: 100%;
    max-width: 100%
}

.footer__area {
    overflow: hidden
}

.footer__row {
    margin-left: -500px
}

.footer__top {
    text-align: right
}

.footer__top img {
    margin-bottom: -380px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .portfolio__item-5 {
        width: 28%
    }

    .footer__btm {
        padding-left: 55px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__top img {
        margin-bottom: -300px;
        width: 90%
    }

    .footer__btm {
        padding-left: 100px
    }
}

.footer__inner {
    background-color: var(--black-2);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    padding-left: 350px;
    position: relative;
    z-index: 9
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .portfolio__item-5 {
        width: 28%
    }

    .footer__inner {
        padding-left: 512px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer__inner {
        padding-left: 450px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__inner {
        padding-top: 100px;
        padding-left: 410px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer__top img {
        margin-bottom: -250px;
        width: 100%
    }

    .footer__inner {
        padding-left: 470px;
        padding-top: 80px
    }
}

@media only screen and (max-width:767px) {
    .footer__row {
        margin-left: 0;
        margin-right: 0
    }

    .footer__top img {
        margin-bottom: 0;
        width: 100%
    }

    .footer__btm {
        background-color: var(--black-2)
    }

    .footer__btm .container {
        padding: 0;
        background-color: var(--black-2)
    }

    .footer__inner {
        background-color: transparent;
        padding-left: 0;
        padding-top: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.footer__logo {
    margin-bottom: 30px
}

.footer__widget {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    padding: 140px 0 130px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__widget {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
        padding: 0 0 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer__widget {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/6;
        padding: 0 0 50px
    }
}

@media only screen and (max-width:767px) {
    .footer__widget {
        padding: 0 0 50px;
        -ms-grid-column-span: 4;
        grid-column: span 4
    }
}

.footer__widget p {
    max-width: 310px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--gray-2);
    margin-bottom: 30px
}

.footer__widget-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: var(--white);
    padding-bottom: 20px
}

.footer__inner .footer__widget:nth-child(2) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding: 140px 0 130px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__inner .footer__widget:nth-child(2) {
        -ms-grid-column: 6;
        -ms-grid-column-span: 3;
        grid-column: 6/9;
        padding: 0 0 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer__inner .footer__widget:nth-child(2) {
        grid-column: 7/-1;
        padding: 0 0 50px
    }
}

@media only screen and (max-width:767px) {
    .footer__inner .footer__widget:nth-child(2) {
        padding: 0 0 50px;
        -ms-grid-column-span: 4;
        grid-column: span 4
    }
}

.footer__inner .footer__widget:nth-child(3) {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__inner .footer__widget:nth-child(3) {
        grid-column: 9/-1;
        padding: 0 50px 50px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer__inner .footer__widget:nth-child(3) {
        -ms-grid-column-span: 6;
        grid-column: span 6;
        padding: 50px 60px 0 0
    }
}

@media only screen and (max-width:767px) {
    .footer__inner .footer__widget:nth-child(3) {
        padding: 0 0 50px
    }
}

.footer__inner .footer__widget:nth-child(4) {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    background-color: var(--black-4);
    padding: 135px 70px 30px;
    text-align: center;
    margin-left: 60px
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .footer__inner .footer__widget:nth-child(4) {
        padding: 130px 30px 30px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer__inner .footer__widget:nth-child(4) {
        padding: 130px 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__inner .footer__widget:nth-child(4) {
        grid-column: 7/-1;
        padding: 50px;
        margin-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer__inner .footer__widget:nth-child(4) {
        -ms-grid-column-span: 6;
        grid-column: span 6;
        padding: 50px 30px;
        margin-left: 0
    }
}

.footer__social li {
    display: inline-block;
    padding-right: 15px
}

.footer__social li a {
    display: inline-block;
    color: var(--gray-2);
    font-size: 20px
}

.footer__social li a:hover {
    color: var(--white)
}

.footer__contact {
    display: block;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-2)
}

.footer__contact li {
    padding-bottom: 15px
}

.footer__contact li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-2)
}

.footer__contact li a.phone {
    color: var(--white);
    position: relative
}

.footer__contact li a.phone::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--white);
    -webkit-transition: .3s;
    transition: all .3s
}

.footer__contact li a.phone:hover::after {
    width: 0%
}

.footer__contact li a:hover {
    color: var(--white)
}

.footer__copyright {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    border-top: 1px solid var(--gray-6);
    margin-left: -66px;
    padding: 35px 0 35px 66px
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .footer__copyright {
        margin-left: -35px;
        padding: 35px 0 35px 35px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer__copyright {
        margin-left: -54px;
        padding: 35px 0 35px 54px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__copyright {
        border-top: 0;
        margin-left: 0;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
        padding: 0
    }
}

.footer__copyright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-2);
    max-width: 270px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer__copyright {
        grid-column: 1/-1;
        text-align: center;
        border-top: 0
    }

    .footer__copyright p {
        max-width: 100%
    }
}

@media only screen and (max-width:767px) {
    .footer__inner .footer__widget:nth-child(4) {
        padding: 30px;
        margin-left: 0
    }

    .footer__copyright {
        grid-column: 1/-1;
        -ms-grid-row: 7;
        grid-row: 7;
        text-align: center;
        border-top: 0;
        padding-top: 0
    }

    .footer__copyright p {
        max-width: 100%
    }
}

.footer__copyright p a {
    color: var(--white)
}

.footer__copyright p a:hover {
    color: var(--gray)
}

.footer__subscribe {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    border-top: 1px solid var(--gray-6);
    padding: 35px 0;
    margin-right: -60px;
    padding-right: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__subscribe {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/7;
        -ms-grid-row: 2;
        grid-row: 2;
        padding: 0 40px 0 0;
        border-top: 0;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer__subscribe form {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin-left: auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer__subscribe {
        -ms-grid-column-span: 6;
        grid-column: span 6;
        -ms-grid-row: 3;
        grid-row: 3;
        border-top: 0;
        padding: 0 20px 0 0;
        margin-right: 0
    }

    .footer__subscribe form {
        max-width: 100%
    }
}

.footer__subscribe input {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--gray-2);
    background-color: var(--black-4);
    width: 100%;
    border: none;
    border-radius: 0;
    outline: 0;
    padding: 21px 50px 21px 15px
}

.footer__subscribe input::-webkit-input-placeholder {
    opacity: 1;
    color: var(--gray-2)
}

.footer__subscribe input::-moz-placeholder {
    opacity: 1;
    color: var(--gray-2)
}

.footer__subscribe input:-ms-input-placeholder {
    opacity: 1;
    color: var(--gray-2)
}

.footer__subscribe input::-ms-input-placeholder {
    opacity: 1;
    color: var(--gray-2)
}

.footer__subscribe input::placeholder {
    opacity: 1;
    color: var(--gray-2)
}

.footer__subscribe .subs-btn {
    position: absolute;
    right: 20px;
    top: 16px;
    background-color: transparent;
    border: none;
    color: var(--white)
}

footer #btn_wrapper,
footer .btn_wrapper {
    margin: 0 auto
}

.preloader {
    width: 100%;
    height: 100vh;
    background-color: var(--black-2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

:root {
    --white-6: #d7d7d7;
    --white-7: #B7B7C5;
    --black-14: #323438;
    --black-15: #2C2C2C;
    --lime: #745EFF;
    --lime-2: #5547F5;
    --gray-16: #6B6B6B;
    --gray-17: #F7F7FC;
    --gray-18: #999999;
    --gray-20: #D7D7D7;
    --gray-21: #F2F2F8;
    --gray-22: #FCFCFE;
    --gray-23: #ECECF3;
    --gray-24: #ECECF4
}

main {
    overflow: hidden
}

.hero__title-6 {
    font-size: 100px;
    line-height: 1;
    font-weight: 600;
    color: var(--black-2);
    padding-bottom: 24px
}

@media only screen and (max-width:767px) {
    .footer__subscribe {
        margin-right: 0;
        padding-right: 0;
        border-top: 0
    }

    .footer__subscribe form {
        max-width: 100%
    }

    .hero__title-6 {
        font-size: 40px;
        padding-bottom: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero__title-6 {
        font-size: 45px;
        padding-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero__title-6 {
        font-size: 60px
    }
}

.hero__right-6 {
    padding-top: 130px
}

@media only screen and (max-width:767px) {
    .hero__right-6 {
        padding-top: 40px
    }
}

.hero__right-6 img {
    margin-left: 3px;
    max-width: inherit
}

@media (max-width:1365px) {
    .hero__right-6 img {
        max-width: 100%
    }
}

.workflow__item-4 {
    padding-top: 64px
}

.workflow__item-4 img {
    padding-bottom: 30px
}

.workflow__item-4 p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--black-3);
    padding: 0 55px
}

.testimonial__slider-4 {
    padding-bottom: 150px;
    height: 100%;
    width: 98%;
    margin-left: 11px
}

.testimonial__slider-4 .next-button:hover,
.testimonial__slider-4 .prev-button:hover {
    color: var(--lime)
}

@media only screen and (max-width:767px) {
    .workflow__item-4 {
        padding-top: 60px
    }

    .workflow__item-4 p {
        padding: 0;
        font-size: 16px
    }

    .blog__item-4 {
        margin-top: 50px
    }

    .testimonial__slider-4 {
        width: 93%;
        padding-bottom: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .workflow__item-4 p {
        padding: 0;
        font-size: 16px
    }

    .testimonial__slider-4 {
        width: 97%;
        padding-bottom: 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .workflow__item-4 p {
        padding: 0
    }

    .testimonial__slider-4 {
        padding-bottom: 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero__title-6 {
        font-size: 80px
    }

    .workflow__item-4 p {
        padding: 0
    }

    .testimonial__slider-4 {
        padding-bottom: 110px
    }
}

.dark .workflow__item-4 p {
    color: var(--gray-2)
}

.dark .hero__title-6 {
    color: var(--white)
}

.dark .testimonial__slider-4 {
    color: var(--white)
}

.header__area-7.sticky-7 {
    background: var(--white);
    border-bottom: 1px solid var(--white-2)
}

.team__item-7 {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.9fr 1fr 0.1fr;
    grid-template-columns: 0.9fr 1fr 0.1fr;
    padding: 18px 0
}

@media only screen and (max-width:767px) {
    .team__item-7 {
        padding: 12px 0;
        -ms-grid-columns: 1.5fr 1fr 0.1fr;
        grid-template-columns: 1.5fr 1fr 0.1fr
    }
}

.service__item-7 {
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

.service__item-7::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 35px;
    background: var(--white-6)
}

.service__item-7:nth-last-child(-n+3)::after {
    position: unset
}

.service__item-7 p {
    max-width: 340px;
    font-size: 18px;
    padding-bottom: 20px
}

.service__item-7 ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--black-2)
}

.portfolio__slider-7 {
    margin-right: -320px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .portfolio__slider-7 {
        margin-right: -200px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .service__item-7 {
        padding-right: 30px
    }

    .portfolio__slider-7 {
        margin-right: -130px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team__item-7 {
        -ms-grid-columns: 1.5fr 1fr 0.1fr;
        grid-template-columns: 1.5fr 1fr 0.1fr
    }

    .service__item-7 p {
        font-size: 16px
    }

    .service__item-7 ul li {
        font-size: 16px
    }

    .portfolio__slider-7 {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .service__item-7 {
        padding-bottom: 60px
    }

    .service__item-7::after {
        bottom: 25px
    }

    .service__item-7:nth-last-child(-n+3)::after {
        position: absolute
    }

    .service__item-7 p {
        font-size: 16px
    }

    .service__item-7 ul li {
        font-size: 16px
    }

    .portfolio__slider-7 {
        margin-right: 0
    }
}

.dark .header__area-7.sticky-7 {
    border-color: var(--secondary)
}

.dark .header__area-7.sticky-7 {
    background: var(--black-2)
}

.dark .service__item-7 ul li {
    color: var(--gray-2)
}

.dark .service__item-7::after {
    background-color: var(--secondary)
}

.portfolio__item-12 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 160px auto 200px;
    grid-template-columns: 160px auto 200px;
    padding: 55px 0 50px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: all .3s;
    border-top: 1px solid var(--gray-11)
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .hero__title-6 {
        font-size: 80px
    }

    .portfolio__item-12 {
        -ms-grid-columns: 130px auto 120px;
        grid-template-columns: 130px auto 120px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .portfolio__item-12 {
        padding: 40px 0;
        -ms-grid-columns: 100px auto 100px;
        grid-template-columns: 100px auto 100px
    }
}

.portfolio__item-12 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: var(--black-3);
    text-transform: uppercase
}

.hover_wrap {
    position: relative
}

.hover_8_wrap {
    position: relative
}

.hover_8_img,
.hover_8_img_2 {
    width: 300px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: opacity .3s, -webkit-transform .7s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .3s, -webkit-transform .7s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .3s, transform .7s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .3s, transform .7s cubic-bezier(.23, 1, .32, 1), -webkit-transform .7s cubic-bezier(.23, 1, .32, 1);
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    margin-left: -250px;
    opacity: 0
}

.active.hover_8_img_2,
.hover_8_img.active {
    opacity: 1
}

@media (max-width:1200px) {

    .hover_8_img,
    .hover_8_img_2 {
        width: 0;
        display: none
    }
}

.hover_8_img_2 {
    top: 100px
}

#main .part .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.part p {
    opacity: 0
}

.part h2 {
    opacity: 0
}

.part.showed h2 {
    opacity: 1;
    padding-left: 30px;
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.3;
    color: var(--white);
    text-transform: uppercase
}

.part.showed h2 span {
    display: block;
    position: relative;
    padding-left: 90px;
    font-family: newYork
}

.part.showed h2 span::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    left: 0;
    top: 22px;
    background-color: var(--white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__item-12 {
        -ms-grid-columns: 90px auto 90px;
        grid-template-columns: 90px auto 90px;
        padding: 30px 0
    }

    .part.showed h2 {
        font-size: 30px
    }

    .part.showed h2 span {
        padding-left: 60px
    }

    .part.showed h2 span::before {
        width: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio__item-12 {
        -ms-grid-columns: 40px 20px auto 20px 80px;
        grid-template-columns: 40px auto 80px;
        gap: 20px;
        padding: 30px 0
    }

    .part.showed h2 {
        font-size: 30px;
        padding-left: 20px;
        padding-bottom: 20px
    }

    .part.showed h2 span {
        padding-left: 50px
    }

    .part.showed h2 span::before {
        width: 35px
    }
}

@media only screen and (max-width:767px) {
    .portfolio__item-12 {
        padding: 20px 0;
        grid-gap: 15px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .part.showed h2 {
        font-size: 24px;
        padding-left: 15px;
        padding-bottom: 20px
    }

    .part.showed h2 span {
        padding-left: 30px
    }

    .part.showed h2 span::before {
        width: 25px
    }
}

.part.showed p {
    opacity: 1;
    padding-left: 120px;
    padding-bottom: 60px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--white)
}

.showcase__area-4 {
    padding: 130px 50px 110px
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .showcase__area-4 {
        padding: 120px 50px 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .showcase__area-4 {
        padding: 90px 50px 100px
    }
}

.showcase__area-4 .row {
    --bs-gutter-x: 120px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .part.showed p {
        padding-left: 90px
    }

    .showcase__area-4 {
        padding: 80px 30px 100px
    }

    .showcase__area-4 .row {
        --bs-gutter-x: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .part.showed p {
        padding-left: 70px
    }

    .showcase__area-4 {
        padding: 80px 20px 60px
    }

    .showcase__area-4 .row {
        --bs-gutter-x: 40px
    }
}

@media only screen and (max-width:767px) {
    .part.showed p {
        padding-left: 20px
    }

    .showcase__area-4 {
        padding: 60px 0 80px
    }

    .showcase__area-4 .row {
        --bs-gutter-x: 30px
    }
}

.showcase__menu-4 {
    gap: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px;
    margin-bottom: 30px
}

.showcase__menu-4 button {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: var(--black);
    -webkit-transition: .3s;
    transition: all .3s;
    text-transform: capitalize
}

.showcase__menu-4 button:hover {
    letter-spacing: 1px;
    color: var(--black-2)
}

.dark .showcase__menu-4 button {
    color: var(--white)
}

.dark .portfolio__item-12 p {
    color: var(--gray)
}

.dark .portfolio__item-12 {
    border-color: var(--black-3)
}

body {
    position: relative
}

.dir-rtl {
    direction: rtl
}

.dir-rtl li {
    text-align: right
}

.dir-rtl .wc-btn-pink i,
.dir-rtl .wc-btn-primary i,
.dir-rtl .wc-btn-secondary i {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
}

.dir-rtl .shape {
    left: 0;
    right: -90px
}

.dir-rtl .shape .primary {
    margin-left: 0;
    margin-right: 24px
}

.dir-rtl .header__area {
    right: 0;
    left: unset;
    border: none;
    border-left: 1px solid rgba(240, 240, 240, .07)
}

.dir-rtl .header__search {
    right: unset;
    left: 60px
}

.dir-rtl .offcanvas__close {
    right: unset;
    left: 40px
}

.dir-rtl .offcanvas__logo {
    padding: 55px 50px 55px 0
}

.dir-rtl .offcanvas__social {
    padding-left: 0;
    padding-right: 50px
}

.dir-rtl .offcanvas__links {
    padding-left: unset;
    padding-right: 50px
}

.dir-rtl .offcanvas__left {
    border: none;
    border-left: 1px solid var(--black-4)
}

.dir-rtl .offcanvas__search button {
    right: unset;
    left: 0
}

.dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 100px 20px 0
}

.dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    left: 0;
    right: unset;
    height: 120px;
    width: 84px
}

.dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    padding: 20px 150px 20px 0
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        padding-right: 60px
    }

    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        height: 100px
    }

    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        padding-right: 90px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        padding-right: 50px
    }

    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        height: 88px
    }

    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        padding-right: 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        padding-right: 30px
    }

    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        width: 70px;
        height: 80px
    }

    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        padding-right: 60px
    }
}

.dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 63px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        padding-right: 20px
    }

    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        width: 60px;
        height: 70px
    }

    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        padding-right: 40px
    }

    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 59px
    }
}

@media only screen and (max-width:767px) {
    .showcase__menu-4 {
        display: inline-block;
        z-index: 9;
        text-align: center;
        position: relative;
        background-color: var(--white)
    }

    .showcase__menu-4 button {
        margin: 0 5px 10px 0
    }

    .dark .showcase__menu-4 {
        background-color: var(--black-2)
    }

    .dir-rtl .offcanvas__close {
        left: 15px
    }

    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        padding-right: 20px
    }

    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        width: 60px;
        height: 60px
    }

    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        padding-right: 40px
    }

    .dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 57px
    }
}

.dir-rtl .hero__area-3::after {
    right: unset;
    left: 50px
}

.dir-rtl .hero__area-3::before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.dir-rtl .hero__area-3 .title-right {
    right: unset;
    left: 0
}

.dir-rtl .hero__area-3 .sec-sub-title {
    padding-right: 0;
    padding-left: 30px
}

.dir-rtl .hero__area-3 .sec-sub-title::after {
    left: unset;
    right: 100%
}

.dir-rtl .hero__sub-title {
    left: 60px;
    right: unset
}

.dir-rtl .hero__text-2 {
    padding-left: 0;
    padding-right: 32%;
    background-position: 35% 58%
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .dir-rtl .hero__text-2 {
        padding-right: 30%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .dir-rtl .hero__text-2 {
        padding-right: 20%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dir-rtl .hero__text-2 {
        padding-right: 15%
    }
}

.dir-rtl .hero__content .experience {
    right: unset;
    left: 30px
}

.dir-rtl .hero__content a:hover i {
    -webkit-transform: translate(-18px, -18px) rotate(-135deg);
    transform: translate(-18px, -18px) rotate(-135deg)
}

.dir-rtl .hero__content a:hover span::after {
    -webkit-transform: translate(20px, -20px) rotate(-135deg);
    transform: translate(20px, -20px) rotate(-135deg)
}

.dir-rtl .hero__content a span {
    right: unset;
    left: 0
}

.dir-rtl .hero__content a span i {
    -webkit-transform: translate(0, 0) rotate(-135deg);
    transform: translate(0, 0) rotate(-135deg)
}

.dir-rtl .hero__content a span::after {
    left: -20px;
    -webkit-transform: translate(45px, 5px) rotate(-135deg);
    transform: translate(45px, 5px) rotate(-135deg)
}

.dir-rtl .hero__title::after {
    right: unset;
    left: -80px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dir-rtl .hero__text-2 {
        padding-right: 5%
    }

    .dir-rtl .hero__title::after {
        left: -30px
    }

    .dir-rtl .feature__item {
        border-right: 1px solid var(--black-2)
    }

    .dir-rtl .feature__item:nth-child(odd) {
        border-right: 0
    }
}

.dir-rtl .feature__item:first-child {
    border-right: none
}

.dir-rtl .feature__item:last-child {
    padding: 145px 30px;
    border-right: 1px solid var(--black-2)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .dir-rtl .feature__item:last-child {
        padding: 90px 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dir-rtl .feature__item:last-child {
        padding: 90px 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dir-rtl .feature__item:last-child {
        padding: 50px 30px
    }
}

@media only screen and (max-width:767px) {
    .dir-rtl .hero__text-2 {
        padding-right: 0
    }

    .dir-rtl .feature__item:last-child {
        padding: 0;
        border: 0;
        padding-bottom: 40px
    }
}

.dir-rtl .about__title-wrapper {
    padding-left: 0;
    padding-right: 190px
}

.dir-rtl .about__img-right {
    right: unset;
    left: 0
}

.dir-rtl .service__area-6 {
    padding-left: 0
}

.dir-rtl .service__top-btn #btn_wrapper,
.dir-rtl .service__top-btn .btn_wrapper {
    margin-left: -40px;
    margin-right: auto
}

.dir-rtl .service__link {
    text-align: left
}

.dir-rtl .service__link p::after {
    -webkit-transform: translate(80px, 34px) rotate(-135deg);
    transform: translate(80px, 34px) rotate(-135deg)
}

.dir-rtl .service__link i {
    -webkit-transform: translate(0, 0) rotate(-135deg);
    transform: translate(0, 0) rotate(-135deg)
}

.dir-rtl .service__item:hover .service__link p::after {
    -webkit-transform: translate(30px, -20px) rotate(-135deg);
    transform: translate(30px, -20px) rotate(-135deg)
}

.dir-rtl .service__item:hover .service__link i {
    -webkit-transform: translate(-38px, -40px) rotate(-135deg);
    transform: translate(-38px, -40px) rotate(-135deg)
}

.dir-rtl .service__item-2::before {
    left: -30px
}

.dir-rtl .service__item-2:nth-child(3n+1)::before {
    position: absolute
}

.dir-rtl .service__item-2:last-child::before {
    position: unset
}

.dir-rtl .service__item-2:nth-child(3)::before {
    position: unset
}

.dir-rtl .service__img {
    -webkit-transform: rotate(0) translateX(100px);
    transform: rotate(0) translateX(100px)
}

.dir-rtl .service__img.active {
    -webkit-transform: rotate(-15deg) translateX(-60px) translateY(30px);
    transform: rotate(-15deg) translateX(-60px) translateY(30px)
}

.dir-rtl .service__img-wrapper span {
    left: unset;
    right: 0;
    -webkit-transform: rotate(26deg) translate(-100%, -100%);
    transform: rotate(26deg) translate(-100%, -100%)
}

.dir-rtl .service__img-wrapper span.current {
    -webkit-transform: rotate(26deg) translate(170px, -100%);
    transform: rotate(26deg) translate(170px, -100%)
}

.dir-rtl .service__hero-right-2 p {
    margin-left: 0;
    margin-right: 350px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dir-rtl .service__hero-right-2 p {
        margin-right: 300px
    }
}

.dir-rtl .service__hero-right-2 .title span {
    padding-left: 0;
    padding-right: 170px
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .dir-rtl .service__top-btn #btn_wrapper,
    .dir-rtl .service__top-btn .btn_wrapper {
        margin-left: -20px
    }

    .dir-rtl .service__item-2::before {
        left: 0
    }

    .dir-rtl .service__hero-right-2 p {
        margin-right: 220px
    }

    .dir-rtl .service__hero-right-2 .title span {
        padding-right: 80px
    }
}

@media only screen and (max-width:767px) {
    .dir-rtl .about__title-wrapper {
        padding-right: 0
    }

    .dir-rtl .service__top-btn #btn_wrapper,
    .dir-rtl .service__top-btn .btn_wrapper {
        margin-left: auto;
        margin-right: 0
    }

    .dir-rtl .service__hero-right-2 p {
        margin-right: 30px
    }

    .dir-rtl .service__hero-right-2 .title span {
        padding-right: 40px
    }
}

.dir-rtl .service__hero-right-2 .scroll {
    margin-left: 0;
    margin-right: 350px
}

.dir-rtl .portfolio__project-thumbs {
    margin-right: 0;
    margin-left: -150px
}

.dir-rtl .portfolio__item-12 p {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.dir-rtl .portfolio__wrapper-6 {
    padding-left: 0;
    padding-right: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dir-rtl .portfolio__project-thumbs {
        margin-left: 0
    }

    .dir-rtl .portfolio__wrapper-6 {
        padding-right: 0
    }
}

.dir-rtl .testimonial__inner-2 {
    background-position: 89% 80px
}

@media only screen and (max-width:767px) {
    .dir-rtl .service__hero-right-2 .scroll {
        margin-right: 30px
    }

    .dir-rtl .portfolio__project-thumbs {
        margin-left: 0
    }

    .dir-rtl .portfolio__item-12 p {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .dir-rtl .portfolio__wrapper-6 {
        padding-right: 0
    }

    .dir-rtl .testimonial__inner-2 {
        background-position: 50% 10px
    }
}

.dir-rtl .solution__area {
    padding-left: 0;
    padding-right: 100px
}

.dir-rtl .counter__item {
    margin-left: 0;
    margin-right: -67px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .dir-rtl .counter__item {
        margin-right: -60px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dir-rtl .portfolio__project-thumbs {
        margin-left: 0
    }

    .dir-rtl .counter__item {
        margin-right: -25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dir-rtl .solution__area {
        padding-right: 10px
    }

    .dir-rtl .counter__item {
        margin-right: -27px
    }
}

@media only screen and (max-width:767px) {
    .dir-rtl .solution__area {
        padding-left: 15px;
        padding-right: 15px
    }

    .dir-rtl .counter__item {
        margin-right: 0
    }

    .dir-rtl .footer__widget-3 {
        margin-right: 0
    }
}

.dir-rtl .counter__item:first-child {
    margin-right: 0
}

.dir-rtl .blog__area-2 #btn_wrapper,
.dir-rtl .blog__area-2 .btn_wrapper {
    margin-left: 0;
    margin-right: auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dir-rtl .footer__widget-3 {
        padding: 50px 30px 0 0
    }
}

.dir-rtl .footer__subscribe {
    margin-right: 0;
    margin-left: -60px;
    padding-right: 0;
    padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dir-rtl .footer__subscribe {
        margin-left: -15px
    }
}

.dir-rtl .footer__subscribe input {
    padding: 21px 15px 21px 50px
}

.dir-rtl .footer__subscribe .subs-btn {
    right: unset;
    left: 20px
}

.dir-rtl .footer__subscribe .subs-btn i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.dir-rtl .footer-line::after {
    right: 0;
    left: unset
}

.dir-rtl .footer__inner {
    padding-left: 0;
    padding-right: 350px
}

@media only screen and (max-width:767px) {
    .dir-rtl .footer__subscribe {
        margin-left: -30px
    }

    .dir-rtl .footer__inner {
        padding-right: 0
    }
}

.dir-rtl .footer__top {
    text-align: left
}

.dir-rtl .footer__row {
    margin-left: 0;
    margin-right: -500px
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
    .dir-rtl .footer__row {
        margin-right: -305px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .dir-rtl .footer__row {
        margin-right: -330px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dir-rtl .footer__row {
        margin-right: -340px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dir-rtl .footer__row {
        margin-right: -375px
    }
}

@media only screen and (max-width:767px) {
    .dir-rtl .footer__row {
        margin-right: 0
    }
}

.dir-rtl .footer__copyright {
    margin-left: 0;
    margin-right: -67px;
    padding: 35px 66px 35px 0
}

@media only screen and (min-width:1920px) {
    .dir-rtl .team__slider {
        margin-left: 0;
        margin-right: 100px
    }
}

.dir-rtl .modal__apply .form-btn button {
    margin-left: inherit;
    margin-right: auto
}

.dir-rtl .modal__close-2 {
    right: unset;
    left: 30px
}

.dir-rtl .img-box img {
    left: unset;
    right: 0
}

.dir-rtl .part.showed {
    direction: rtl
}

.dir-rtl .part.showed p {
    padding-left: 0;
    padding-right: 120px
}

.dir-rtl .part.showed h2 span {
    padding-left: 0;
    padding-right: 90px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dir-rtl .part.showed p {
        padding-right: 70px
    }

    .dir-rtl .part.showed h2 span {
        padding-right: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dir-rtl .part.showed p {
        padding-right: 70px
    }

    .dir-rtl .part.showed h2 span {
        padding-right: 50px
    }
}

@media only screen and (max-width:767px) {
    .dir-rtl .part.showed p {
        padding-right: 45px
    }

    .dir-rtl .part.showed h2 span {
        padding-right: 35px
    }
}

.dir-rtl .part.showed h2 span::before {
    left: unset;
    right: 0
}

.dir-rtl .roll__area-2 {
    direction: ltr
}

.dir-rtl .switcher__icon,
.dir-rtl .switcher__items {
    z-index: 9999
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 !important
}

.pagination {
    margin-top: 20px
}

.pagination ul {
    position: relative;
    display: block
}

.pagination li {
    position: relative;
    display: inline-block;
    margin: 0 10px 6px 0
}

.pagination li a,
.pagination li span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: var(--black-2);
    text-align: center;
    color: #fff;
    z-index: 1;
    transition: all .5s ease
}

.dark .pagination li a,
.dark .pagination li span {
    color: var(--black-2);
    background: var(--white)
}

.pagination li a:hover,
.pagination li span.current,
.pagination li span:hover,
.pagination li.active a {
    color: var(--black-2);
    border: 1px solid var(--primary);
    background: var(--primary)
}

.widget {
    margin-bottom: 50px !important;
    background: #f9f9f9;
    padding: 40px 30px;
    position: sticky
}

.widget ul {
    position: relative;
    margin: 0;
    padding: 0
}

.widget ul li {
    position: relative;
    font-weight: 400;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--white-4);
    text-transform: capitalize;
    color: var(--black-3)
}

.widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget ul li ul li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--white-4)
}

.widget ul li a {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: var(--black-3);
    font-weight: 400
}

.widget ul li a:hover {
    color: #f68a0a
}

.footer-widget {
    position: relative
}

.footer-widget ul {
    position: relative;
    margin: 0;
    padding: 0
}

.footer-widget ul li {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 0;
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize
}

.footer-widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.footer-widget ul li ul li {
    margin-bottom: 0;
    margin-top: 12px;
    margin-left: 15px
}

.footer-widget ul li a {
    position: relative;
    color: #fff;
    display: inline-block;
    transition: .5s;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize
}

.footer-widget ul li a:hover {
    color: #fff
}

.footer__widget-title {
    padding-bottom: 50px
}

.hero__content {
    z-index: 99
}

.hero__area .hero1_bg {
    z-index: 9
}

.footer__area .footer__social li {
    display: inline-block !important
}

.footer__area .footer__inner img.footer__logo {
    height: 70px
}

.h-22 {
    height: 22px
}

@font-face {
    font-display: swap;
    font-family: Kanit;
    font-style: normal;
    font-weight: 300;
    src: url(s/kanit/v12/nKKU-Go6G5tXcr4-ORWnVaE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: Kanit;
    font-style: normal;
    font-weight: 400;
    src: url(s/kanit/v12/nKKZ-Go6G5tXcraVGwA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: Kanit;
    font-style: normal;
    font-weight: 500;
    src: url(s/kanit/v12/nKKU-Go6G5tXcr5mOBWnVaE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: Kanit;
    font-style: normal;
    font-weight: 600;
    src: url(s/kanit/v12/nKKU-Go6G5tXcr5KPxWnVaE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.eicon-close:before {
    content: '\e87f'
}

.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 400px
}

.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500
}

.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: 0 0;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
    background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
    color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
    color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
    background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
    border: 0
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1;
    color: #a4afb7;
    transition: all .3s
}

.dialog-close-button:hover {
    color: #6d7882
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

#elementor-change-exit-preference-dialog .dialog-message a {
    cursor: pointer
}

#elementor-change-exit-preference-dialog .dialog-message>div {
    margin-bottom: 10px
}

#elementor-change-exit-preference-dialog .dialog-ok {
    color: #39b54a
}

#e-experiments-dependency-dialog .dialog-confirm-header {
    font-weight: 600
}

#e-experiments-dependency-dialog .dialog-ok,
#e-kit-elements-defaults-create-dialog .dialog-ok {
    color: #39b54a
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media (min-width:1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px)
    }
}

.flatpickr-calendar {
    width: 280px
}

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media (max-width:1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media (min-width:1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper {
    background-color: #fff;
    border: none;
    display: none;
    justify-content: flex-end;
    padding: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
    height: 40px;
    margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
    padding: 12px 36px;
    color: #fff;
    width: auto;
    font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
    background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow-y: scroll;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

#elementor-toast.dialog-position-window {
    position: fixed
}

#elementor-toast .dialog-message {
    font-size: 13px
}

#elementor-toast .dialog-buttons-wrapper {
    display: flex;
    justify-content: flex-end
}

#elementor-toast .dialog-buttons-wrapper:not(:empty) {
    margin-top: 15px
}

#elementor-toast .dialog-button {
    color: #fcb92c;
    margin: 0 5px;
    text-transform: uppercase;
    cursor: pointer
}

#elementor-toast .dialog-button:last-child {
    margin-right: 0
}

.elementor-screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok {
    color: #39b54a
}

#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel {
    color: #b01b1b
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

.elementor-element:where(.e-con-full, .elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

:root {
    --page-title-display: block
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width:1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: sticky;
        height: 100vh
    }

    .elementor-section .elementor-container {
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

@media (min-width:768px) {
    .elementor-column.elementor-col-100 {
        width: 100%
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:-1) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    .elementor-column {
        width: 100%
    }

    #elementor-device-mode:after {
        content: "mobile"
    }
}

/* .e-con {
    --border-radius: 0;
    --display: flex;
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: Min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0;
    --margin-right: 0;
    --margin-bottom: 0;
    --margin-left: 0;
    --padding-top: var(--container-default-padding-top, 10px);
    --padding-right: var(--container-default-padding-right, 10px);
    --padding-bottom: var(--container-default-padding-bottom, 10px);
    --padding-left: var(--container-default-padding-left, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    position: var(--position);
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
} */

.e-con>.e-con-inner {
    flex-direction: var(--flex-direction);
    text-align: var(--text-align);
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom)
}

.e-con,
.e-con>.e-con-inner {
    display: var(--display)
}

.e-con>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline: 0;
    height: 100%;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
    --margin-right: auto;
    --margin-left: auto;
    max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-bottom: 0
}

.e-con:before,
.e-con>.e-con-inner>.elementor-background-slideshow:before,
.e-con>.e-con-inner>.elementor-background-video-container:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-background-video-container:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition, .3s);
    border-radius: var(--border-radius)
}

.e-con:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.e-con-inner>.elementor-background-video-container:before,
.e-con>.elementor-background-video-container:before {
    z-index: 1
}

.e-con>.e-con-inner>.elementor-background-slideshow:before,
.e-con>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-element {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: 0 0;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.animated {
    animation-duration: 1.25s
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

#wpadminbar * {
    font-style: normal
}

.elementor-post__thumbnail__link {
    transition: none
}

@media (max-width:767px) {
    .e-con {
        --width: 100%;
        --flex-wrap: wrap
    }

    .elementor .elementor-hidden-mobile {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }

    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev {
    left: 10px;
    right: auto
}

.swiper-button-prev:after {
    content: 'prev'
}

.swiper-button-next {
    right: 10px;
    left: auto
}

.swiper-button-next:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: 1s linear infinite swiper-preloader-spin
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

/* .elementor-kit-8 {
    --e-global-color-primary: #006297;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-color-d33a7a6: #006297;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500
} */

.e-con {
    --container-max-width: 1140px
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-element {
    --widgets-spacing: 20px
}

@media(max-width:1024px) {
    .e-con {
        --container-max-width: 1024px
    }
}

@media(max-width:767px) {
    .e-con {
        --container-max-width: 767px
    }
}

.elementor-sticky--active {
    z-index: 99
}

.e-con.elementor-sticky--active,
.e-container.elementor-sticky--active {
    z-index: var(--z-index, 99)
}

.e-con .e-con.elementor-sticky--active,
.e-con .e-container.elementor-sticky--active,
.e-container .e-con.elementor-sticky--active,
.e-container .e-container.elementor-sticky--active {
    padding-left: var(--padding-left);
    padding-right: var(--padding-right)
}

[data-elementor-type=popup]:not(.elementor-edit-area) {
    display: none
}

.elementor-popup-modal {
    display: flex;
    pointer-events: none;
    background-color: transparent;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto
}

.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
    display: none
}

.elementor-popup-modal .dialog-close-button {
    display: none;
    top: 20px;
    margin-top: 0;
    right: 20px;
    opacity: 1;
    z-index: 9999;
    pointer-events: all
}

.elementor-popup-modal .dialog-close-button svg {
    fill: #373a3c;
    height: 1em;
    width: 1em
}

.elementor-popup-modal .dialog-widget-content {
    width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    box-shadow: none;
    pointer-events: all
}

.elementor-popup-modal .dialog-message {
    width: 640px;
    max-width: 100vw;
    max-height: 100vh;
    padding: 0;
    overflow: auto;
    display: flex
}

.elementor-popup-modal .elementor {
    width: 100%
}

.elementor-motion-effects-element,
.elementor-motion-effects-layer {
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
    transition-duration: 1s
}

.elementor-motion-effects-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.elementor-motion-effects-layer {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-motion-effects-perspective {
    perspective: 1200px
}

.elementor-motion-effects-element {
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,
.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover {
    color: var(--e-global-color-text);
    fill: var(--e-global-color-text)
}

.elementor-1903 .elementor-element.elementor-element-76d1d85 .roll__area-2 {
    background-color: #006297
}

.elementor-1903 .elementor-element.elementor-element-76d1d85 h2 {
    text-transform: none
}

.elementor-1903 .elementor-element.elementor-element-6215937 .btn-item:hover span {
    background-color: var(--e-global-color-d33a7a6)
}

.elementor-1903 .elementor-element.elementor-element-6215937 .btn-item:hover {
    border-color: var(--e-global-color-d33a7a6);
    color: #fff !important
}

.elementor-1903 .elementor-element.elementor-element-330c597 .btn-item:hover span {
    background-color: var(--e-global-color-d33a7a6)
}

.elementor-1903 .elementor-element.elementor-element-330c597 .btn-item:hover {
    border-color: var(--e-global-color-d33a7a6);
    color: #fff !important
}

.elementor-1903 .elementor-element.elementor-element-0ac2bfe .btn-item:hover span {
    background-color: var(--e-global-color-d33a7a6)
}

.elementor-1903 .elementor-element.elementor-element-0ac2bfe .btn-item:hover {
    border-color: var(--e-global-color-d33a7a6);
    color: #fff !important
}

.elementor-1903 .elementor-element.elementor-element-efbf966 .btn-item:hover span {
    background-color: #006297
}

.elementor-1903 .elementor-element.elementor-element-efbf966 .btn-item:hover {
    border-color: #006297 !important;
    color: #fff !important
}

.elementor-1903 .elementor-element.elementor-element-5d28a82 .btn-item:hover {
    color: #fff !important
}

.footer__widget-4 .project-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.3;
    color: var(--white);
    padding-bottom: 25px;
}

.footer__widget-4 .contact-time {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: var(--white);
    padding-bottom: 3px;
}

.footer__widget-4 .contact-day {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--gray-2);
}

@media (min-width:1400px) {
    .container {
       max-width: 1240px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1050px;
    }
}

.elementor-1903 .elementor-element.elementor-element-6215937 .btn-item:hover {
    border-color: var(--secondary);
    color: #fff !important
}
.elementor-1903 .elementor-element.elementor-element-330c597 .btn-item:hover {
    border-color: var(--secondary);
    color: #fff !important
}
.elementor-1903 .elementor-element.elementor-element.elementor-element-6215937 .btn-item:hover span{
    background-color: #006297;
}
.elementor-1903 .elementor-element.elementor-element.elementor-element-330c597 .btn-item:hover span{
    background-color: #006297;
}
.wc-btn-pink:hover,
.wc-btn-primary:hover,
.wc-btn-secondary:hover {
    color: #fff;
    border: 1px solid var(--primary)
}