@charset "UTF-8";

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}


ul {
    padding-left: 2rem
}

dl,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}


ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img,
svg {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[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
}

::-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
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none !important
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container {
        max-width: 1140px
    }
}

@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)
}

@media (min-width:576px) {

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:768px) {

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }
}

@media (min-width:992px) {

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }
}

.form-label {
    margin-bottom: .5rem
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-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::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}


.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled {
    pointer-events: none;
    opacity: .65
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}


.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}


.btn-outline-primary.active,
.btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}


.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent
}


.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}


.bs-tooltip-top {
    padding: .4rem 0
}


.bs-tooltip-end {
    padding: 0 .4rem
}


.bs-tooltip-bottom {
    padding: .4rem 0
}


.bs-tooltip-start {
    padding: 0 .4rem
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.align-middle {
    vertical-align: middle !important
}

.float-end {
    float: right !important
}

.overflow-hidden {
    overflow: hidden !important
}

.d-flex {
    display: flex !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.w-100 {
    width: 100% !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

.order-first {
    order: -1 !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-3 {
    margin-top: 1rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.fw-bold {
    font-weight: 700 !important
}

.text-start {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.visible {
    visibility: visible !important
}

@media (min-width:768px) {

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .text-md-start {
        text-align: left !important
    }
}

@media (min-width:992px) {

    .order-lg-last {
        order: 6 !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }
}

@media (min-width:1200px) {

    .ps-xl-3 {
        padding-left: 1rem !important
    }
}

/*------------------------------------------------------------------
[Master Stylesheet]

Project: Resonance
Version: 1.0.3
Last change: 26 November 2023
Primary use: Multipurpose Template
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

1. Icon fonts.
2. Variables.
3. Common styles.
4. Page loader.
5. Typography.
    5.1. Headings styles.
6. Links.
7. Buttons.
    7.1. Mobile menu button fix.
8. Forms fields.
    8.1. Input underline.
    8.2. Input Gradient.
9. Home sections.
    9.1. Header common styles.
    9.2. Scroll down icon.
    9.3. Scroll down icon type 1.
    9.4. Scroll down icon type 2.
    9.5. Scroll down type 3.
    9.6. Scroll down icon type 4.
    9.7. Home section status.
    9.8. Home section social media links.
    9.9. HTML5 BG Video.
    9.10. Section edge figure.
    9.11. Section BG svg shape.
    9.12. Fullwidth gallery.
    9.13. Typed text.
    9.14. Stack Images.
10. Custom appear animation.
    10.1. Splitting JS chars animation.
    10.2. Splitting JS chars animation 1.
    10.3. Splitting JS chars animation 2.
    10.4. Splitting JS chars animation long.
    10.5. Splitting JS chars animation long 1.
    10.6. Splitting JS words animation.
    10.7. Splitting JS lines animation.
    10.8. Splitting JS lines animation long.
    10.9. Appearing animation styles.
11. Classic menu bar.
    11.1. Logo (in navigation panel).
    11.2. Menu sub.
    11.3. Menu sub multi.
    11.4. Mobile nav.
    11.5. Mobile nav menu sub.
    11.6. Mobile nav menu sub multi.
    11.7. Dark panel style.
    11.8. Transparent panel style.
    11.9. Menu social links.
12. Sections styles.
    12.1. Common section styles.
    12.2. Decorative elements.
    12.3. Marquee text line.
13. Split section.
14. Services.
15. Services 2.
16. Services 3.
17. Services 4.
18. Services 5.
19. Services 6.
20. Services 7.
21. Services 8.
22. Team.
23. Team 1.
24. Features.
25. Features 1.
26. Features 2.
27. Alt features.
28. Spot box.
29. Numbers.
    29.1. Numbers 1.
    29.2. Numbers 2.
    29.3. Numbers 3.
30. Steps.
    30.1. Steps 1.
    30.2. Steps 2.
31. Portfolio.
    31.1. Works filter.
    31.2. Works grid.
32. Portfolio 1.
33. Portfolio 2.
34. Portfolio 3.
35. Portfolio 4.
36. Portfolio 5.
37. Call action 1 section.
38. Call action 2 section.
39. Call action 3 section.
40. Call action 4 section.
41. Images compositions.
    41.1. Images composition 1.
    41.2. Images composition 2.
    41.3. Images composition 3.
    41.4. Images composition 4.
    41.5. Images composition 5.
    41.6. Images composition 6.
    41.7. Images composition 7.
    41.8. Images composition 8.
    41.9. Images composition 9.
42. Work process.
43. Logotypes.
    43.1. Logo carousel.
    43.2. Logo grid.
44. Post previews.
45. Post previews 1.
46. Post previews 2.
47. Post previews 3.
48. Newsletter.
    48.1. Newsletter elegant.
    48.2. Newsletter strong.
    48.3. Newsletter modern.
49. Contact.
50. Contact 1.
51. Contact 2.
52. Google maps.
53. Footer.
54. Footer 1.
55. Footer 2.
56. Blog.
    56.1. Pagination.
    56.2. Comments.
    56.3. Sidebar.
57. Pricing.
58. Shortcodes.
    58.1. Lightbox modal.
    58.2. Owl carousel.
    58.3. Testimonials 4.
    58.4. Testimonials 5.
    58.5. Testimonials 6.
    58.6. Tabs.
    58.7. Tabs minimal.
    58.8. Tabs alternative.
    58.9. Tooltips.
    58.10. Alert messages.
    58.11. Accordion.
    58.12. Toggle.
    58.13. Accorfion style 1.
    58.14. Progress bars.
    58.15. Alt progress bars.
    58.16. Icons examples.
    58.17. Morphext.
59. Skip to content link.
60. Cookies.
61. Intro page.
-------------------------------------------------------------------*/


/* ==============================
   Icon fonts
   ============================== */

@import url("icons.css");


/* ==============================
   Variables
   ============================== */

:root {
    --font-global: 'DM Sans', sans-serif;
    --font-alt: 'DM Sans', sans-serif;
    --font-serif: Georgia, 'Times New Roman', Times, serif;
    --full-wrapper-margin-x: 30px;
    --container-width: 1350px;
    --section-padding-y: 120px;
    --menu-bar-height: 85px;
    --menu-bar-height-scrolled: 65px;
    --color-dark-1: #010101;
    --color-dark-2: #171717;
    --color-dark-3: #272727;
    --color-dark-3a: #333;
    --color-dark-4: #555;
    --color-gray-1: #757575;
    --color-gray-2: #888;
    --color-gray-3: #999;
    --color-gray-light-1: #f1f1f1;
    --color-gray-light-2: #f7f7f7;
    --color-gray-light-3: #e5e5e5;
    --color-gray-light-4: #d5d5d5;
    --color-gray-light-5: #ccc;
    --color-gray-light-6: #bbb;
    --color-dark-mode-gray-1: rgba(255, 255, 255, .7);
    --color-dark-mode-gray-2: rgba(255, 255, 255, .1275);
    --color-primary-1: #4567ed;
    --color-primary-1-a: #375ae3;
    --color-primary-light-1: #e3effe;
    --color-primary-light-1-a: #bcd1f1;
    --color-primary-2: #7752e7;
    --color-primary-light-2: #e7defe;
    --color-primary-3: #b947d9;
    --color-primary-light-3: #f7defe;
    --color-primary-4: #e748b1;
    --color-primary-light-4: #ffe1f5;
    --color-secondary-1: #fbe3a1;
    --gradient-primary-1: linear-gradient(90deg, var(--color-primary-4) 0%, var(--color-primary-3) 33%, var(--color-primary-2) 67%, var(--color-primary-1) 100%);
    --gradient-primary-1-a: linear-gradient(90deg, var(--color-primary-4) 25%, var(--color-primary-3) 40%, var(--color-primary-2) 60%, var(--color-primary-1) 75%);
    --gradient-primary-1-b: linear-gradient(45deg, var(--color-primary-4) 0%, var(--color-primary-3) 33%, var(--color-primary-2) 67%, var(--color-primary-1) 100%);
    --gradient-primary-1-c: linear-gradient(0deg, var(--color-primary-4) 0%, var(--color-primary-3) 33%, var(--color-primary-2) 67%, var(--color-primary-1) 100%);
    --gradient-gray-light-1: linear-gradient(0deg, #f5f5f5 0%, #fff 100%);
    --gradient-gray-light-2: linear-gradient(0deg, #fff 0%, #f5f5f5 100%);
    --gradient-dark-alpha-1: linear-gradient(90deg, var(--color-dark-1) 40%, transparent 87%);
    --gradient-dark-alpha-2: linear-gradient(90deg, transparent 13%, var(--color-dark-1) 60%);
    --gradient-primary-alpha-1: linear-gradient(90deg, var(--color-primary-1) 40%, transparent 87%);
    --gradient-primary-alpha-2: linear-gradient(90deg, transparent 13%, var(--color-primary-1) 60%);
    --border-radius-default: 4px;
    --border-radius-large: 30px;
    --box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05), 0px 1px 1px 0px rgba(0, 0, 0, 0.03), 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
    --box-shadow-strong: 0px 5px 10px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.06), 0px 3px 5px 0px rgba(0, 0, 0, 0.06);
    --box-shadow-block: 0px 3px 50px 0px rgba(0, 0, 0, 0.05);
    --box-shadow-block-strong: 0px 3px 50px 0px rgba(0, 0, 0, 0.15);
    --transition-default: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    --ease-default: cubic-bezier(0, 0, 0.58, 1);
    --ease-out-long: cubic-bezier(0, .5, 0, 1);
    --ease-out-medium: cubic-bezier(0, .57, .55, 1);
    --ease-out-short: cubic-bezier(.15, .7, .78, 1);
    --ease-elastic-1: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    --ease-elastic-2: cubic-bezier(0.68, -3, 0.27, 5);
}


/* ==============================
   Common styles
   ============================== */

:root {
    scroll-behavior: auto;
}

html {
    -ms-overflow-style: scrollbar;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

main {
    overflow: clip;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

a:focus:not(.focus-visible),
a:active,
section:focus,
div:active,
div:focus {
    -moz-outline: none;
    outline: none;
}

img:not([draggable]) {
    max-width: 100%;
    height: auto;
}

.min-height-100vh {
    min-height: 100vh !important;
    min-height: 100svh !important;
}

.align-center {
    text-align: center !important;
}

.hidden {
    display: none !important;
}

.no-hover {
    cursor: default !important;
}

.wch-unset {
    will-change: unset !important;
}

.black {
    color: var(--color-dakr-1) !important;
}

.color-primary-1 {
    color: var(--color-primary-1) !important;
}

.opacity-065 {
    opacity: .65 !important;
}

.opacity-1 {
    opacity: 1 !important;
}

.size-18 {
    font-size: 18.5px !important;
}

.size-24 {
    font-size: 24px !important;
}

.box-shadow {
    box-shadow: var(--box-shadow-block) !important;
}

.stick-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
}

.round {
    border-radius: var(--border-radius-default) !important;
}

.round.overflow-hidden {
    isolation: isolate;
    transform: translateZ(0);
}

::selection {
    color: #fff;
    background: var(--color-primary-1);
}

.light-content ::selection {
    color: #fff;
    background: var(--color-primary-1);
}

@media not all and (min-resolution:.001dpcm) {}

.clearlist,
.clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

.container {
    max-width: var(--container-width);
    padding: 0 30px;
}

.row:not(.g-0, .g-1, .g-2, .g-3, .g-4, .g-5,
    .gx-0, .gx-1, .gx-2, .gx-3, .gx-4, .gx-5,
    .gy-0, .gy-1, .gy-2, .gy-3, .gy-4, .gy-5) {
    --bs-gutter-x: 30px;
}


/* ==============================
   Page loader
   ============================== */

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, .55);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
    will-change: transform;
    z-index: 100001;
}

.page-loader.gradient .loader {
    border-color: transparent;
    background: linear-gradient(to right, white, white), var(--gradient-primary-1);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* ==============================
   Typography
   ============================== */

body {
    color: var(--color-dark-1);
    font-family: var(--font-global);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.67;
}

a {
    color: var(--color-dark-1);
    text-decoration: underline;
    transition: color 0.1s var(--ease-default);
}

a:hover {
    color: var(--color-dark-4);
    text-decoration: underline;
}

b {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    margin-bottom: 1em;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    margin-bottom: 0.5em;
    font-size: 42px;
    letter-spacing: -0.04em;
}

h2,
.h2 {
    margin-bottom: 0.5em;
    font-size: 36px;
    letter-spacing: -0.03em;
}

h3,
.h3 {
    margin-bottom: 0.7em;
    font-size: 28px;
    letter-spacing: -0.03em;
}

h4,
.h4 {
    font-size: 24px;
}

p {
    margin: 0 0 1.5em 0;
}

ul {
    margin: 0 0 1.5em 0;
}

blockquote {
    margin: 0 0 2em 0;
    padding: 0;
    border: none;
    background: none;
    font-style: normal;
    line-height: 1.47;
}

blockquote p {
    position: relative;
    margin-bottom: 0.7em;
    font-size: 140%;
    font-style: normal;
    letter-spacing: -0.01em;
    line-height: 1.5;
}

blockquote footer {
    font-size: 15px;
    font-weight: 400;
}

dl dt {
    margin-bottom: .5em;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.0039em;
}

dl dd {
    margin-bottom: 1.9em;
    color: var(--color-gray-1);
}

.light-content dl dd {
    color: var(--color-dark-mode-gray-1);
}

hr {
    background-color: #000;
    opacity: .1;
}

hr.black {
    background-color: var(--color-dark-1);
    opacity: 1;
}

/*
 * Headings styles
 */

.hs-title-10 {
    margin-top: 0;
    font-size: 56px;
    font-weight: 500;
    line-height: 1.1785;
    letter-spacing: -0.037em;
}

.hs-image-1 {
    max-width: 0.85em;
    max-height: 0.85em;
    margin-top: -0.2em;
    vertical-align: middle;
}

.hs-image-1 {
    width: 0.85em;
    height: 0.85em;
    margin-top: -0.2em;
    vertical-align: middle;
}

.hs-image-2 {
    width: 0.75em;
    height: 0.75em;
    margin-top: -0.2em;
    vertical-align: middle;
    border-radius: 50%;
}

.hs-image-3 {
    height: 0.75em !important;
    margin-top: -0.2em;
    vertical-align: middle;
    border-radius: 100px;
}


/* ==============================
   Links
   ============================== */

.link-hover-anim {
    position: relative;
    display: inline-block;
    padding: 6px 0;
    overflow: hidden;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    color: currentColor;
    background: none;
    border: none;
    cursor: pointer;
}

.link-hover-anim:hover {
    text-decoration: none !important;
}

.main-nav .link-hover-anim {
    top: 1px;
}

.link-strong {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 7px 0;
    transition: transform 0.5s var(--ease-elastic-1), opacity 0.5s var(--ease-elastic-1), color 0.2s var(--ease-default);
}

.link-hover-anim:not(.underline) .link-strong i:not([class^="icon-"]) {
    position: relative;
    top: -0.05em;
    vertical-align: middle;
}

.link-strong svg {
    position: relative;
    top: -0.1em;
    margin-right: 0.2em;
}

.link-strong-hovered {
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
    transform: translateY(150%) translateZ(0.001px) skewY(10deg);
}

.link-hover-anim:hover {
    color: inherit;
}

.link-strong-unhovered {
    display: block;
}

.link-hover-anim:hover .link-strong-unhovered {
    opacity: 0;
    transform: translateY(-150%) translateZ(0.001px) skewY(-10deg);
}

.link-hover-anim:hover .link-strong-hovered {
    ;
    opacity: 1;
    transform: translateY(0) translateZ(0.001px) skewY(0);
}

.light-content .link-strong,
.light-content .link-hover-anim {
    color: #fff;
}


/* ==============================
   Buttons
   ============================== */

.btn-mod,
a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 13px;
    color: #fff;
    background: var(--color-dark-1);
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .065em;
    border-radius: 0;
    box-shadow: none;
    transition: var(--transition-default);
    cursor: pointer;
}

.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

.btn-mod:active {
    cursor: pointer !important;
    outline: none !important;
}

.btn-mod i.align-center:before {
    display: block;
    margin: -0.275em 0;
    transform: translateY(0.14em);
}

.btn-mod.btn-small {
    height: auto;
    padding: 6px 15px;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.btn-mod.btn-medium {
    height: auto;
    padding: 13px 20px 12px;
    font-size: 13px;
    letter-spacing: 0.085em;
}

.btn-mod.btn-large {
    height: auto;
    padding: 16px 32px 15px;
    font-size: 13px;
    letter-spacing: 0.085em;
}

.btn-mod.btn-color {
    color: #fff;
    background: var(--color-primary-1);
}

.btn-mod.btn-circle {
    border-radius: 30px;
}

.btn-mod.btn-round {
    border-radius: var(--border-radius-default);
}

.btn-mod.btn-hover-anim {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0);
}

.btn-mod.btn-hover-anim>span {
    position: relative;
}

.btn-mod.btn-hover-anim:before {
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.7) translateY(55%);
    background: var(--color-dark-3a);
    border-radius: 100%;
    transition: all 0.25s cubic-bezier(0, 0, .31, .99);
}

.btn-mod.btn-hover-anim:hover {
    opacity: 1;
    border-color: var(--color-dark-3a);
}

.btn-mod.btn-hover-anim:hover:before {
    transform: scaleX(2) scaleY(1) translateY(-15%);
}

.btn-mod.btn-color.btn-hover-anim:before {
    background: var(--color-primary-1-a);
}

.btn-mod.btn-color.btn-hover-anim:hover {
    border-color: var(--color-primary-1-a);
}

.btn-mod.btn-grad {
    color: #fff !important;
    background-image: var(--gradient-primary-1);
    background-repeat: no-repeat;
    border: none;
}

.btn-mod.btn-border-grad {
    border: 1px solid transparent;
    background: linear-gradient(to right, white, white), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    color: var(--color-primary-1);
}

.btn-mod.btn-border-grad>span {
    position: relative;
    display: block;
    background: var(--gradient-primary-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-mod.btn-border-grad>span i {
    -webkit-text-fill-color: var(--color-primary-1);
}

/*
 * Mobile menu button fix
 */

.mobile-on .link-hover-anim {
    top: 0;
}


/* ==============================
   Forms fields
   ============================== */

.form input[type="text"],
.form input[type="email"],
.form input[type="url"],
.form input[type="tel"] {
    display: inline-block;
    height: 27px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-dark-1);
    border: 1px solid rgba(0, 0, 0, .183);
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.form input[type="text"]::placeholder,
.form input[type="email"]::placeholder,
.form input[type="url"]::placeholder,
.form input[type="tel"]::placeholder {
    color: var(--color-gray-2);
    transition: var(--transition-default), font-size 0s;
}

.form input[type="text"]:hover::placeholder,
.form input[type="email"]:hover::placeholder,
.form input[type="url"]:hover::placeholder,
.form input[type="tel"]:hover::placeholder {
    color: var(--color-gray-1);
}

.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="url"]:hover,
.form input[type="tel"]:hover {
    border-color: rgba(0, 0, 0, .38);
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="url"]:focus,
.form input[type="tel"]:focus {
    color: var(--color-dark-1);
    border-color: rgba(0, 0, 0, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    outline: none;
}

input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="url"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
textarea:-webkit-autofill,
input[type="text"]:-webkit-autofill:hover,
input[type="email"]:-webkit-autofill:hover,
input[type="url"]:-webkit-autofill:hover,
input[type="tel"]:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
input[type="text"]:-webkit-autofill:focus,
input[type="email"]:-webkit-autofill:focus,
input[type="url"]:-webkit-autofill:focus,
input[type="tel"]:-webkit-autofill:focus,
textarea:-webkit-autofill:focus {
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000), background-color 1s 900000s ease;
    -webkit-text-fill-color: var(--color-dark-1);
}

.light-content input[type="text"],
.light-content input[type="email"],
.light-content input[type="url"],
.light-content input[type="tel"] {
    color: #fff;
    background: none;
    border-color: rgba(255, 255, 255, .35);
}

.light-content input[type="text"]:hover,
.light-content input[type="email"]:hover,
.light-content input[type="url"]:hover,
.light-content input[type="tel"]:hover {
    border-color: rgba(255, 255, 255, .5);
}

.light-content input[type="text"]:focus,
.light-content input[type="email"]:focus,
.light-content input[type="url"]:focus,
.light-content input[type="tel"]:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, .75);
    background-color: transparent !important;
}

.light-content .form input[type="text"]::placeholder,
.light-content .form input[type="email"]::placeholder,
.light-content .form input[type="url"]::placeholder,
.light-content .form input[type="tel"]::placeholder {
    color: rgba(255, 255, 255, .6);
}

.light-content .form input[type="text"]:hover::placeholder,
.light-content .form input[type="email"]:hover::placeholder,
.light-content .form input[type="url"]:hover::placeholder,
.light-content .form input[type="tel"]:hover::placeholder {
    color: rgba(255, 255, 255, .75);
}

.light-content input[type="text"]:-webkit-autofill,
.light-content input[type="email"]:-webkit-autofill,
.light-content input[type="url"]:-webkit-autofill,
.light-content input[type="tel"]:-webkit-autofill,
.light-content textarea:-webkit-autofill,
.light-content input[type="text"]:-webkit-autofill:hover,
.light-content input[type="email"]:-webkit-autofill:hover,
.light-content input[type="url"]:-webkit-autofill:hover,
.light-content input[type="tel"]:-webkit-autofill:hover,
.light-content textarea:-webkit-autofill:hover,
.light-content input[type="text"]:-webkit-autofill:focus,
.light-content input[type="email"]:-webkit-autofill:focus,
.light-content input[type="url"]:-webkit-autofill:focus,
.light-content input[type="tel"]:-webkit-autofill:focus,
.light-content textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
}

.form input[type="text"].input-lg,
.form input[type="email"].input-lg,
.form input[type="url"].input-lg,
.form input[type="tel"].input-lg {
    height: 52.5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}

.form textarea {
    font-size: 13px;
    font-weight: 400;
    color: var(--color-dark-1);
    border-color: rgba(0, 0, 0, .183);
    padding: 0 7px;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    -webkit-appearance: none;
}

.form textarea::placeholder {
    color: var(--color-gray-2);
    transition: var(--transition-default);
}

.form textarea:hover::placeholder {
    color: var(--color-gray-1);
}

.form textarea:hover {
    border-color: rgba(0, 0, 0, .38);
}

.form textarea:focus {
    color: var(--color-dark-1);
    border-color: rgba(0, 0, 0, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.light-content textarea {
    color: #fff;
    background: none;
    border-color: rgba(255, 255, 255, .35);
}

.light-content textarea:hover {
    background: none;
    border-color: rgba(255, 255, 255, .5);
}

.light-content textarea:focus {
    color: #fff;
    background: none;
    border-color: rgba(255, 255, 255, .75);
}

.light-content .form textarea::placeholder {
    color: rgba(255, 255, 255, .6);
}

.light-content .form textarea:hover::placeholder {
    color: rgba(255, 255, 255, .75);
}

.form textarea.input-lg {
    padding: 12px 20px;
    font-size: 16px;
}

.form label {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.form div.error {
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: var(--bs-danger);
    color: #fff;
    border-radius: var(--border-radius-default);
}

.form div.error a,
.form div.error a:hover {
    color: #fff;
}

.form div.error label {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}

.form-control {
    border-radius: 0;
}

/*
 * Input underline
 */

/*
 * Input Gradient
 */


/* ==============================
   Home sections
   ============================== */

/*
 * Header common styles
 */

.home-section {
    width: 100%;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-content {
    width: 100%;
    position: relative;
    text-align: center;
}

/*
 * Scroll down icon
 */

@keyframes scroll-down-anim {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}

/*
 * Scroll down icon type 1
 */

/*
 * Scroll down icon type 2
 */

@keyframes scroll-down-2 {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
        animation-timing-function: ease-in;
    }

    100% {
        transform: translateY(-10px);
    }
}

/*
 * Scroll down type 3
 */

/*
 * Scroll down icon type 4
 */


/*
 * Home section status
 */

/*
 * Home section social media links
 */


/*
 * HTML5 BG Video
 */

/*
 * Section edge figure
 */

/*
 * Section BG svg shape
 */

.bg-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 53.625%;
}

.bg-shape-2 img {
    width: 100%;
}

.bg-shape-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bg-shape-4 img {
    width: 100%;
}

/*
 * Fullwidth gallery
 */

.fullwidth-gallery .owl-wrapper-outer {
    display: flex;
    align-items: stretch;
    height: auto !important;
}

.fullwidth-gallery .owl-wrapper {
    display: flex !important;
    align-items: stretch;
}

.fullwidth-gallery .owl-item {
    display: flex !important;
    align-items: stretch;
    height: 100% !important;
}

/*
 * Typed text
 */

.typewrite .wrap:after {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*
 * Stack Images
 */


/* ==============================
   Custom appear animation
   ============================== */

/*
 * Splitting JS chars animation
 */

/*
 * Splitting JS chars animation 1
 */

/*
 * Splitting JS chars animation 2
 */

/*
 * Splitting JS chars animation long
 */

/*
 * Splitting JS chars animation long 1
 */

/*
 * Splitting JS words animation
 */

/*
 * Splitting JS lines animation
 */

/*
 * Splitting JS lines animation long
 */

/*
 * Appearing animation styles
 */

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.wow,
.wow-menubar,
.wow-p {
    opacity: 0.001;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

html:not(.mobile) .wow,
html:not(.mobile) .wow-menubar,
html:not(.mobile) .wow-p {
    /*will-change: opacity, transform;*/
}

.appear-animate .wow.scaleOutIn {
    opacity: 1;
    transform: scale(1.2);
}

.appear-animate .wow.animated,
.appear-animate .wow.scaleOutIn.animated,
.appear-animate .wow-p.amimated,
.appear-animate .wow-menubar.animated,
.mobile .appear-animate .wow,
.mobile .appear-animate .wow-menubar,
.mobile .appear-animate .wow-p {
    opacity: 1;
    transform: scale(1.0);
}

@media print {

    .wow,
    .wow.scaleOutIn,
    .wow-menubar,
    .wow-p {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -37px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 37px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(37px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(-37px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInDownShort {
    0% {
        opacity: 0;
        transform: translate3d(0, -12px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownShort {
    animation-name: fadeInDownShort
}

@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        transform: translate3d(0, 12px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpShort {
    animation-name: fadeInUpShort;
}

@keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        transform: translate3d(12px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftShort {
    animation-name: fadeInLeftShort;
}

@keyframes fadeInRightShort {
    0% {
        opacity: 0;
        transform: translate3d(-12px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightShort {
    animation-name: fadeInRightShort;
}

@keyframes scalexIn {
    0% {
        opacity: 0;
        transform: scaleX(0);
        transform-origin: left center;
    }

    to {
        opacity: 1;
        transform: scaleX(1);
        transform-origin: left center;
    }
}

@keyframes fadeScaleIn {
    0% {
        opacity: 0;
        transform: scale(.95) translateZ(0.1px);
    }

    to {
        opacity: 1;
        transform: scale(1.00);
    }
}

.fadeScaleIn {
    animation-name: fadeScaleIn;
}

@keyframes scaleOutIn {
    0% {
        transform: scale(1.2) translateZ(0.1px);
    }

    to {
        transform: scale(1.0);
    }
}

.scaleOutIn {
    animation-name: scaleOutIn;
    animation-timing-function: var(--ease-out-short);
}

@keyframes fadeScaleOutIn {
    0% {
        opacity: 0;
        transform: translateY(10px) translateZ(0.1px) scale(1.1);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fadeScaleOutIn {
    animation-name: fadeScaleOutIn;
}

@keyframes clipRightIn {
    0% {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0);
    }
}

@keyframes fadeRotateIn {
    0% {
        opacity: 0;
        transform: rotateX(60deg) rotateY(10deg) rotateZ(-10deg);
        transform-origin: top;
        animation-timing-function: var(--ease-out-short);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeRotateIn {
    animation-name: fadeRotateIn;
}


/* ==============================
   Classic menu bar
   ============================== */


/*
 * Logo (in navigation panel)
 */

.nav-logo-wrap {
    position: absolute;
    top: 0;
    left: 0;
    flex-shrink: 0;
    z-index: 1;
}

.nav-logo-wrap .logo {
    display: flex;
    align-items: center;
    max-width: 188px;
    height: var(--menu-bar-height);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.nav-logo-wrap .logo img {
    max-height: 100%;
}

.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after {
    display: none;
}

.logo,
a.logo:hover {
    font-size: 18px;
    font-weight: 600 !important;
    text-decoration: none;
    color: rgba(0, 0, 0, .9);
}

/*
 * Desktop nav
 */

.main-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    height: var(--menu-bar-height) !important;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.025), 0px 1px 1px 0px rgba(0, 0, 0, 0.01), 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    z-index: 1030;
    transition: all 0.2s var(--ease-default);
}

.small-height {
    height: var(--menu-bar-height-scrolled) !important;
}

.main-nav-sub {
    flex-grow: 1;
    display: flex;
    position: relative;
}

.inner-nav {
    flex-grow: 1;
    position: relative;
}

.inner-nav ul {
    margin: auto;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.3;
}

.inner-nav ul i.align-center:before {
    display: block;
    margin-top: -0.15em;
    transform: translateY(13.5%);
}

.inner-nav ul i.mi-mobile:before {
    margin-left: -0.25em;
    margin-right: 0.1em;
}

.inner-nav>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.inner-nav ul li {
    margin: 0 18px;
    position: relative;
}

.inner-nav ul li:first-child {
    margin-left: 0;
}

.inner-nav ul li:last-child {
    margin-right: 0;
}

.inner-nav>ul.items-end {
    position: absolute;
    top: 0;
    right: 0;
}

.inner-nav ul li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.inner-nav>ul>li>a {
    display: table-cell;
    vertical-align: middle;
    height: var(--menu-bar-height);
    opacity: .65;
}

.main-nav:not(.mobile-on).small-height .inner-nav>ul>li>a {
    height: var(--menu-bar-height-scrolled) !important;
}

.main-nav:not(.mobile-on).small-height .nav-logo-wrap .logo {
    height: var(--menu-bar-height-scrolled) !important;
}

.inner-nav ul li a:hover,
.inner-nav ul li a.active {
    color: var(--color-dark-1);
    opacity: 1;
    text-decoration: none;
}


/* Menu sub */

.inner-nav .mi-chevron-down {
    margin-left: -0.19em;
    font-size: 16px;
    transition: all 0.2s var(--ease-default), color 0 var(--ease-default);
}

.mi-chevron-right {
    transition: var(--transition-default);
}

/* Menu sub multi */

/*
 * Mobile nav
 */

.mobile-on .desktop-nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 15px;
    z-index: 100;
}

.mobile-on .desktop-nav ul {
    position: relative;
    width: 100%;
    float: none;
    overflow-x: hidden;
    background: rgba(18, 18, 18, .995);
}

.mobile-on .desktop-nav>ul {
    overflow-y: auto;
    display: block;
}

.mobile-on .desktop-nav ul li {
    display: block;
    float: none !important;
    overflow: hidden;
}

.mobile-on .desktop-nav ul li ul {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-on .desktop-nav ul li a {
    display: block;
    width: 100%;
    height: auto !important;
    line-height: 1.3 !important;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .065);
    color: var(--color-gray-light-5);
    opacity: 1;
    cursor: pointer;
}

.mobile-on .desktop-nav ul li a:hover,
.mobile-on .desktop-nav ul li a.active {
    background: rgba(255, 255, 255, .025);
    color: #eee;
}

.mobile-on .desktop-nav ul li a:focus {
    outline-offset: -2px !important;
}

/* Mobile nav menu sub */

.mobile-on .inner-nav li {
    margin: 0 !important;
}

.mobile-nav {
    display: none;
    margin-left: auto;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    cursor: pointer;
    height: var(--menu-bar-height);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition-property: background, color, height;
}

.main-nav.small-height .mobile-nav {
    height: var(--menu-bar-height-scrolled);
}

.mobile-nav:active {
    box-shadow: 0 0 35px rgba(0, 0, 0, .05) inset;
}

.mobile-on .mobile-nav {
    display: flex;
}

.mobile-nav-icon {
    position: relative;
    display: block;
    width: 1.8em;
    height: 2px;
    margin: auto;
    background: var(--color-dark-1);
}

.mobile-nav-icon:before,
.mobile-nav-icon:after {
    content: "";
    position: absolute;
    top: -0.5em;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-dark-1);
    transition: var(--transition-default);
    will-change: top, transform;
}

.mobile-nav-icon:after {
    top: 0.5em;
}

.mobile-nav.active .mobile-nav-icon {
    background: transparent;
}

.mobile-nav.active .mobile-nav-icon:before {
    top: 0;
    transform: rotate(45deg);
}

.mobile-nav.active .mobile-nav-icon:after {
    top: 0;
    transform: rotate(-45deg);
}


/* Mobile nav menu sub multi */

/*
 * Dark panel style
 */

.main-nav:not(.transparent) {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

/*
 * Transparent panel style
 */

.main-nav.transparent {
    background: transparent !important;
    box-shadow: none;
}

.main-nav.js-transparent {
    transition: all 0.2s var(--ease-default);
}

/*
 * Menu social links
 */

/* ==============================
   Sections styles
   ============================== */

/*
 * Common section styles
 */

.page-section {
    width: 100%;
    display: block;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
}

.bg-dark-1 {
    background-color: var(--color-dark-1) !important;
}

.light-content {
    color: #fff;
}

.light-content a {
    color: rgba(255, 255, 255, .8);
}

.light-content a:hover {
    color: #fff;
}

.section-caption-fancy {
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-primary-1);
    text-transform: uppercase;
    letter-spacing: 0.037em;
    background-image: linear-gradient(15deg, var(--color-primary-light-1) 0%, transparent 100%);
    border-radius: 100px;
}

.light-content .section-caption-fancy {
    color: #fff;
    background-image: linear-gradient(15deg, rgba(0, 0, 0, .5) 0%, transparent 100%);
}

.section-caption-slick {
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-primary-1);
    text-transform: uppercase;
    letter-spacing: 0.037em;
    background-image: linear-gradient(45deg, var(--color-primary-light-1) 0%, transparent 100%);
    border-radius: 100px;
}

.light-content .section-caption-slick {
    color: #fff;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .5) 0%, transparent 100%);
}

.section-caption-gradient {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
    background: var(--gradient-primary-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.107;
    letter-spacing: -0.03em;
}

.section-title-small {
    margin-top: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.section-descr {
    margin-top: 0;
    color: var(--color-gray-1);
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.005em;
}

.light-content .section-descr {
    color: #fff;
}

.features-list {
    color: var(--color-gray-1);
}

.features-list-icon {
    position: relative;
    top: 0.075em;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: #fff;
    background: var(--color-dark-1);
    border-radius: 50%;
}

.features-list-icon svg {
    display: block;
    width: 1em;
    height: 1em;
}

.features-list-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.light-content .features-list {
    color: #fff;
}

.light-content .features-list-icon {
    color: var(--color-dark-1);
    background: #fff;
}

.section-line-gradient {
    width: 70px;
    height: 1px;
    margin: 0 auto 0 0;
    background: var(--gradient-primary-1);
}

.text-gray {
    color: var(--color-gray-1);
}

.text-gray a {
    color: var(--color-dark-1);
    transition: all 0.17s var(--ease-default);
}

.text-gray a:hover {
    color: var(--color-dark-4);
}

.light-content .text-gray {
    color: var(--color-dark-mode-gray-1);
}

.light-content .text-gray a {
    color: var(--color-dark-mode-gray-1);
}

.light-content .text-gray a:hover {
    color: #fff;
}

/*
 * Decorative elements
 */

.decoration-1 {
    position: absolute;
    bottom: -50px;
    left: -73px;
    color: var(-color-dark-1);
    pointer-events: none;
}

/*
 * Marquee text line
 */

.marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: table;
    overflow: hidden;
    position: relative;
}

.marquee-track>div {
    display: table-cell;
    white-space: nowrap;
}

@keyframes marquee-animation {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes marquee-animation-1 {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.marquee-animation-1a {
    animation: marquee-animation-1a 50s linear infinite;
    will-change: transform;
}

@keyframes marquee-animation-1a {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes marquee-animation-2 {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(50%, 0, 0);
    }
}

@keyframes marquee-animation-2a {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(50%, 0, 0);
    }
}

@keyframes marquee-animation-3 {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.marquee-style-2 {
    width: 120%;
    margin-left: -10%;
    padding: 0.5em 0;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    background: var(--color-dark-1);
    transform: rotate(-5deg);
}

.marquee-style-2 .marquee-track>div {
    padding-right: 2.75em;
}


/* ==============================
   Split section
   ============================== */


/* ==============================
   Services
   ============================== */

@keyframes services-tabs-animation-1 {
    0% {
        opacity: 0;
        transform: translate(0, 40px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

:root {
    --services-text-overlap: 220px;
}

@keyframes services-tabs-animation-2 {
    0% {
        transform: translate(0, 20px) scale(.93);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}


/* ==============================
   Services 2
   ============================== */


/* ==============================
   Services 3
   ============================== */


/* ==============================
   Services 4
   ============================== */


/* ==============================
   Services 5
   ============================== */

/* ==============================
   Services 6
   ============================== */


/* ==============================
   Services 7
   ============================== */

@keyframes services-7-tabs-animation {
    0% {
        transform: translate(0, 10px) scale(.98);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}


/* ==============================
   Services 8
   ============================== */


/* ==============================
   Team
   ============================== */

/* Hover state */


/* ==============================
   Team 1
   ============================== */

/* ==============================
   Features
   ============================== */

/* ==============================
   Features 1
   ============================== */

/* ==============================
   Features 2
   ============================== */

.features-2-item {
    position: relative;
    padding: 60px 40px;
    text-align: center;
}

.features-2-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-default);
    border: 1px solid transparent;
    background: linear-gradient(to right, white, white), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    opacity: .6;
    transition: opacity .27s var(--ease-default);
    z-index: -1;
}

.features-2-item:hover:before {
    opacity: .57;
}

.features-2-title {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 500;
}

.features-2-descr {
    font-size: 16px;
    color: var(--color-gray-1);
}

.light-content .features-2-item:before {
    background: linear-gradient(to right, var(--color-dark-1), var(--color-dark-1)), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    opacity: .5;
}

.light-content .features-2-item:hover:before {
    opacity: .75;
}

.light-content .features-2-descr {
    color: var(--color-dark-mode-gray-1);
}


/* ==============================
   Alt features
   ============================== */


/* ==============================
   Spot box
   ============================== */


/* ==============================
   Numbers
   ============================== */

/*
 * Numbers 1
 */

/*
 * Numbers 2
 */

/*
 * Numbers 3
 */


/* ==============================
   Steps
   ============================== */

/*
 * Steps 1
 */

/*
 * Steps 2
 */


/* ==============================
   Portfolio
   ============================== */

/*
 * Works filter
 */

/* Works filter elegant */

/* Works filter fancy */

/* Works filter gradient */

/* Works filter slick */

/* Work filter bold */

/*
 * Works grid
 */

/* Work item hover state */

/* Work item hover state alt */

/* Work item round */

/* Work item with hidden title */

/* Work item with hidden title hover white */

/* Work item fancy */

/* Works navigation */


/* ==============================
   Portfolio 1
   ============================== */


/* ==============================
   Portfolio 2
   ============================== */

/* ==============================
   Portfolio 3
   ============================== */


/* ==============================
   Portfolio 4
   ============================== */

.portfolio-4-carousel.owl-carousel {
    display: flex !important;
    flex-direction: column;
    width: calc(100% + 10px);
}

.portfolio-4-carousel .owl-wrapper-outer {
    overflow: visible !important;
}

.portfolio-4-carousel .owl-item {
    padding-right: 10px;
}

.portfolio-4-carousel .owl-controls {
    order: 2;
    margin-top: 40px;
}

.portfolio-4-carousel .owl-buttons {
    padding-right: 10px;
    text-align: right;
}

.portfolio-4-carousel .owl-pagination {
    display: none;
}

.portfolio-4-carousel .owl-prev,
.portfolio-4-carousel .owl-next {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-left: 10px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: var(--color-dark-1);
    border-radius: 50%;
    opacity: 1;
    transform: none;
}

.portfolio-4-carousel .owl-prev svg,
.portfolio-4-carousel .owl-next svg {
    position: relative;
}

.portfolio-4-carousel .owl-prev:before,
.portfolio-4-carousel .owl-next:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    transition: all 0.4s var(--ease-elastic-2);
}

.portfolio-4-carousel .owl-prev:hover:before,
.portfolio-4-carousel .owl-next:hover:before {
    box-shadow: var(--box-shadow-strong);
    transform: scale(1.07);
}

/* Hover state */


/* ==============================
   Portfolio 5
   ============================== */

/* Hover state */


/* ==============================
   Call action 1 section
   ============================== */


/* ==============================
   Call action 2 section
   ============================== */


/* ==============================
   Call action 3 section
   ============================== */


/* ==============================
   Call action 4 section
   ============================== */


/* ==============================
   Images compositions
   ============================== */

/*
 * Images composition 1
 */

.composition-1 {
    position: relative;
    isolation: isolate;
}

.composition-1 img {
    width: 100%;
}

.composition-1-image-1 {
    position: relative;
    width: 65.6915%;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
    z-index: 1;
}

.composition-1-image-2 {
    position: relative;
    width: 59.3085%;
    margin-top: -18.6170%;
    margin-left: auto;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
}

.composition-1-decoration-1 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -13.2978%;
    margin-left: -17.2872%;
    width: 42.0212%;
    opacity: .5;
    z-index: -1;
}

.composition-1-decoration-2 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 45.2127%;
    margin-left: 24.734%;
    width: 26.8617%;
    opacity: .95;
    z-index: 1;
}

/*
 * Images composition 2
 */

.composition-2 {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.composition-2 img {
    width: 100%;
}

.composition-2-image-1 {
    position: relative;
    width: 58.5987%;
    margin-top: 29.2993%;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
}

.composition-2-image-2 {
    position: relative;
    width: 71.0191%;
    margin-top: -40.1273%;
    margin-left: auto;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
}

.composition-2-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 10.9%;
    margin-left: 14.0127%;
    width: 32.1656%;
    opacity: .95;
    z-index: 1;
}

/*
 * Images composition 3
 */

.composition-3 {
    position: relative;
    isolation: isolate;
}

.composition-3 img {
    width: 100%;
}

.composition-3-image-1 {
    position: relative;
    width: 65.6915%;
    margin-left: auto;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
}

.composition-3-image-2 {
    position: relative;
    width: 59.3085%;
    margin-top: -18.6170%;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
}

.composition-3-decoration-1 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 9.3085%;
    margin-left: 22%;
    width: 28.4574%;
    opacity: .95;
    z-index: 1;
}

.composition-3-decoration-2 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 26.0638%;
    margin-right: -19.1489%;
    width: 39.3617%;
    opacity: .7;
    z-index: -1;
}

/*
 * Images composition 4
 */

.composition-4 {
    position: relative;
}

.composition-4 img {
    width: 100%;
}

.composition-4-image-1 {
    position: relative;
    width: 86.0084%;
    margin-left: auto;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}

.composition-4-image-1-inner {
    overflow: hidden;
    border: 10px solid #fff;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}

.composition-4-image-2 {
    position: relative;
    width: 59.7738%;
    margin-top: -36.6720%;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-bottom-left-radius: 75%;
}

.composition-4-image-2-inner {
    border: 10px solid #fff;
    overflow: hidden;
    border-bottom-left-radius: 75%;
}

.composition-4-decoration {
    position: absolute;
    bottom: 7%;
    right: 15.6704%;
    width: 36.8336%;
    opacity: .95;
    z-index: -1;
}

.composition-4-decoration-1 {
    position: absolute;
    bottom: 6.025%;
    right: 7.97%;
    width: 25.1042%;
    opacity: .95;
    z-index: -1;
}

.light-content .composition-4-image-1 {
    background: var(--color-dark-1);
    border-color: rgba(255, 255, 255, .2);
}

.light-content .composition-4-image-1-inner {
    border-color: var(--color-dark-1);
}

.light-content .composition-4-image-2 {
    background: var(--color-dark-1);
    border-color: rgba(255, 255, 255, .2);
}

.light-content .composition-4-image-2-inner {
    border-color: var(--color-dark-1);
}

/*
 * Images composition 5
 */

.composition-5 {
    position: relative;
}

.composition-5 img {
    width: 100%;
}

.composition-5-image-1 {
    position: relative;
    width: 91.0683%;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-gray-light-3);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    isolation: isolate;
    transform: translateZ(0);
}

.composition-5-image-1-inner {
    overflow: hidden;
    border: 10px solid #fff;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    isolation: isolate;
    transform: translateZ(0);
}

.composition-5-image-2 {
    position: relative;
    width: 49.387%;
    margin-top: -24.3432%;
    margin-left: auto;
    overflow: hidden;
    border: 1px solid var(--color-gray-light-3);
    border-bottom-right-radius: 75%;
    isolation: isolate;
    transform: translateZ(0);
}

.composition-5-image-2-inner {
    overflow: hidden;
    border: 10px solid #fff;
    border-bottom-right-radius: 75%;
    isolation: isolate;
    transform: translateZ(0);
}

.composition-5-decoration {
    position: absolute;
    bottom: 9.25%;
    left: -6.8%;
    width: 39.9299%;
    opacity: .95;
    z-index: -1;
}

.light-content .composition-5-image-1 {
    background: var(--color-dark-1);
    border-color: rgba(255, 255, 255, .2);
}

.light-content .composition-5-image-1-inner {
    border-color: var(--color-dark-1);
}

.light-content .composition-5-image-2 {
    background: var(--color-dark-1);
    border-color: rgba(255, 255, 255, .2);
}

.light-content .composition-5-image-2-inner {
    border-color: var(--color-dark-1);
}

/*
 * Images composition 6
 */

.composition-6 {
    position: relative;
}

.composition-6 img {
    width: 100%;
}

.composition-6-image {
    position: relative;
    overflow: hidden;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA2MzAgNjI2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUxNC41MjUsNDkwLjEwNyBDNDE1LjI0Niw1MzEuODk2IDM0OC43NDcsNDE0Ljk1MCAyODkuMDQzLDQ5Ny43NjAgQzI0NC43NjEsNTU5LjE3NyAxNjcuOTM2LDY1OS40OTUgOTYuMDY3LDYxNC4yMjcgQy0zLjIyOCw1NTEuNjg0IC04OC4yMDUsMTE0Ljg5MSAxODMuMDg4LDE0LjQ5NiBDMjg2Ljg5MSwtMjMuOTE3IDQ5MS4zMjEsMTUuMjMxIDU4MS44ODEsMTY3LjAwMSBDNjgxLjcxNCwzMzQuMzEwIDYwNi44MTMsNDUxLjI2MCA1MTQuNTI1LDQ5MC4xMDcgWiIvPgo8L3N2Zz4=);
    -webkit-mask-type: alpha;
    -webkit-mask-size: 100% 100%;
    mask: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA2MzAgNjI2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUxNC41MjUsNDkwLjEwNyBDNDE1LjI0Niw1MzEuODk2IDM0OC43NDcsNDE0Ljk1MCAyODkuMDQzLDQ5Ny43NjAgQzI0NC43NjEsNTU5LjE3NyAxNjcuOTM2LDY1OS40OTUgOTYuMDY3LDYxNC4yMjcgQy0zLjIyOCw1NTEuNjg0IC04OC4yMDUsMTE0Ljg5MSAxODMuMDg4LDE0LjQ5NiBDMjg2Ljg5MSwtMjMuOTE3IDQ5MS4zMjEsMTUuMjMxIDU4MS44ODEsMTY3LjAwMSBDNjgxLjcxNCwzMzQuMzEwIDYwNi44MTMsNDUxLjI2MCA1MTQuNTI1LDQ5MC4xMDcgWiIvPgo8L3N2Zz4=);
    mask-type: alpha;
    mask-size: 100% 100%;
}

.composition-6-decoration-1 {
    position: absolute;
    top: 0.5%;
    right: 8.887%;
    width: 23.9682%;
}

.composition-6-decoration-2 {
    position: absolute;
    bottom: -3.5%;
    left: 25.3968%;
    width: 23.9682%;
}

/*
 * Images composition 7
 */

.composition-7 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.composition-7 img {
    width: 100%;
}

.composition-7-border {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: var(--border-radius-default);
    background: linear-gradient(to right, white, white), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    z-index: 0;
}

.composition-7-inner {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
    z-index: 1;
}

.composition-7-image-1 {
    position: relative;
    width: 14.9903%;
}

.composition-7-image-2 {
    position: relative;
    width: 24.8549%;
}

.composition-7-image-3 {
    position: relative;
    width: 30.0773%;
}

.composition-7-image-4 {
    position: relative;
    width: 21.3733%;
}

.light-content .composition-7-border {
    background: linear-gradient(to right, var(--color-dark-1), var(--color-dark-1)), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

/*
 * Images composition 8
 */

.composition-8 {
    position: relative;
}

.composition-8-image {
    position: relative;
    width: 90.7936%;
    margin-left: auto;
    overflow: hidden;
    border-radius: 75px;
    isolation: isolate;
    transform: translateZ(0);
}

.composition-8-image img {
    width: 100%;
}

.composition-8-decoration-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.composition-8-decoration-2 {
    position: absolute;
    bottom: 17%;
    left: 0;
}

/*
 * Images composition 9
 */

.composition-9 {
    position: relative;
}

.composition-9-image {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--color-dark-1);
}

.composition-9-image img {
    width: 100%;
}

.composition-9-decoration-1 {
    position: absolute;
    top: -20px;
    left: -40px;
    width: 100%;
    height: 100%;
    border: 1px solid currentColor;
}


/* ==============================
   Work process
   ============================== */


/* ==============================
   Logotypes
   ============================== */

/*
 * Logo carousel
 */

/*
 * Logo grid
 */


/* ==============================
   Post previews
   ============================== */


/* ==============================
   Post previews 1
   ============================== */


/* ==============================
   Post previews 2
   ============================== */


/* ==============================
   Post previews 3
   ============================== */


/* ==============================
   Newsletter
   ============================== */

/*
 * Newsletter elegant
 */

/*
 * Newsletter strong
 */

/*
 * Newsletter modern
 */


/* ==============================
   Contact
   ============================== */

.contact-item {
    position: relative;
    padding: 0 0 0 74px;
    color: var(--color-dark-1);
}

.contact-item a {
    color: currentColor;
    text-decoration: none;
    transition: var(--transition-default);
}

.contact-item a:hover {
    color: var(--color-dark-1);
    text-decoration: none;
}

.ci-icon {
    position: absolute;
    top: 4px;
    left: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.ci-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-dark-1);
    border-radius: 50%;
}

.ci-icon svg,
.ci-icon img,
.ci-icon i {
    position: relative;
    vertical-align: middle;
}

.ci-title {
    margin-bottom: 7px;
    color: var(--color-dark-1);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.ci-text {
    font-size: 18px;
    line-height: 1.625;
    color: var(--color-gray-1);
}

.light-content .ci-icon {
    color: #fff !important;
}

.light-content .ci-icon:before {
    background-color: #fff;
    opacity: .15;
}

.light-content .ci-title {
    color: #fff;
}

.light-content .ci-text {
    color: var(--color-dark-mode-gray-1);
}


/* ==============================
   Contact 1
   ============================== */

/* ==============================
   Contact 2
   ============================== */


/* ==============================
   Google maps
   ============================== */

/* Map opened */

/* Dark style */

/* ==============================
   Footer
   ============================== */

.footer {
    font-size: 16px;
}

.footer a {
    transition: all 0.17s var(--ease-default);
}

.footer:not(.light-content) a:hover {
    text-decoration: none;
    color: var(--color-dark-3a) !important;
}

footer:not(.light-content) .text-gray a {
    color: var(--color-gray-1);
    transition: all 0.17s var(--ease-default);
}

footer:not(.light-content) .text-gray a:hover {
    color: var(--color-dark-1);
}

.footer.light-content a:hover {
    color: #fff !important;
    text-decoration: none;
}

.fw-title {
    margin-bottom: 16px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.fw-menu li:not(:last-child) {
    margin-bottom: 3px;
}

.fw-menu li a {
    text-decoration: none;
    color: var(--color-gray-1);
}

.fw-menu svg {
    position: relative;
    top: -0.05em;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.light-content .fw-menu li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}

/* Link to top */
a.link-to-top,
footer .text-gray a.link-to-top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    color: var(--color-dark-1);
    font-size: 24px;
    text-decoration: none;
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.link-to-top:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: var(--box-shadow);
    z-index: 1;
    transition: all 0.4s var(--ease-elastic-2);
}

.link-to-top svg {
    position: relative;
    width: 1em;
    height: 1em;
    z-index: 1;
}

.link-to-top i,
.link-to-top span {
    position: relative;
    transform: rotate(0.001deg) translateZ(0);
    z-index: 1;
}

.link-to-top:hover {
    text-decoration: none;
}

.link-to-top:hover:before {
    transform: scale(1.25);
}

.light-content a.link-to-top,
.light-content a.link-to-top:hover {
    color: var(--color-dark-1) !important;
}

a.link-to-top.gradient,
a.link-to-top.gradient:hover {
    color: #fff !important;
}

a.link-to-top.gradient:before {
    background: var(--gradient-primary-1-b);
    box-shadow: none;
}

/* Link to top 2 */


/* ==============================
   Footer 1
   ============================== */


/* ==============================
   Footer 2
   ============================== */


/* ==============================
   Blog
   ============================== */


/*
 * Pagination
 */


/*
 * Comments
 */


/*
 * Sidebar
 */


/* Search widget */


/* Widget menu */

/* Widget tags */

/* Comments */

/* Posts */


/* ==============================
   Pricing
   ============================== */

/* ==============================
   Shortcodes
   ============================== */

/*
 * Lightbox modal
 */

/*
 * Owl carousel
 */

.owl-buttons {
    position: static;
}

.owl-prev,
.owl-next {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 57px;
    padding: 11px;
    box-sizing: content-box;
    font-size: 57px;
    text-align: center;
    color: var(--color-dark-1);
    opacity: .8;
    z-index: 6;
    transition: var(--transition-default);
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
}

.light-content .owl-prev,
.light-content .owl-next {
    color: #fff;
}

.dark-content .owl-prev,
.dark-content .owl-next {
    color: var(--color-dark-1);
}

.owl-prev {
    left: 20px;
}

.owl-next {
    right: 20px;
}

.owl-prev svg,
.owl-next svg {
    display: block;
    height: 1em;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .35));
}

.light-content .owl-prev svg,
.light-content .owl-next svg {
    color: #fff;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .35));
}

.dark-content .owl-prev svg,
.dark-content .owl-next svg {
    color: var(--color-dark-1);
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .35));
}

.owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    line-height: 1;
}

.owl-page {
    display: inline-block;
    padding: 7px;
    position: relative;
    z-index: 1000 !important;
}

.owl-page span {
    width: 8px;
    height: 8px;
    display: block;
    background: none;
    border: 1px solid var(--color-dark-1);
    position: relative;
    border-radius: 50%;
    transition: var(--transition-default);
}

.owl-page.active span {
    background: var(--color-dark-1);
    border: 1px solid var(--color-dark-1);
}

.light-content .owl-page span {
    border: 1px solid #fff;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
}

.light-content .owl-page.active span {
    background: #fff;
    border: 1px solid #fff;
}

.dark-content .owl-page span {
    border: 1px solid var(--color-dark-1);
    box-shadow: none;
}

.dark-content .owl-page.active span {
    background: var(--color-dark-1);
    border: 1px solid var(--color-dark-1);
}

/* Features slider */
.item-carousel .owl-prev {
    left: -30px;
}

.item-carousel .owl-next {
    right: -30px;
}

.item-carousel .owl-pagination {
    bottom: 0;
}

.item-carousel .owl-item {
    padding: 0 50px;
}

/* Logotype slider */
.small-item-carousel.owl-carousel .owl-prev,
.small-item-carousel.owl-carousel .owl-next {
    opacity: 0;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Work slider & sontent slider */
.work-full-slider .owl-pagination,
.content-slider .owl-pagination {
    bottom: 15px;
}

/* Team carousel */
.team-carousel.owl-carousel {
    width: calc(100% + 30px);
}

.team-carousel .owl-item {
    padding-right: 30px;
}

.team-carousel .owl-item .team-item {
    opacity: 0;
    transform: scale(.85);
    transition: all 0.5s ease;
}

.team-carousel .owl-item.active .team-item {
    opacity: 1;
    transform: scale(1);
}

.team-carousel .owl-pagination {
    display: none;
}

.team-carousel .owl-prev,
.team-carousel .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - var(--team-item-descr-height) / 2);
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: var(--color-dark-1);
    opacity: 1;
}

.team-carousel .owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.team-carousel .owl-next {
    right: 0;
    transform: translate(calc(50% - 30px), -50%);
}

.team-carousel .owl-prev svg,
.team-carousel .owl-next svg {
    position: relative;
    width: 1em;
    height: 1em;
}

.team-carousel .owl-prev:before,
.team-carousel .owl-next:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    transition: all 0.4s var(--ease-elastic-2);
}

.team-carousel .owl-prev:hover:before,
.team-carousel .owl-next:hover:before {
    box-shadow: var(--box-shadow-strong);
    transform: scale(1.25);
}

/* Testimonials slider 1 */
.testimonials-slider-1 .owl-item {
    transition: all 1s var(--ease-out-long);
}

.testimonials-slider-1 .owl-item:not(.active) {
    opacity: 0;
    transform: scale(0.75);
}

.testimonials-slider-1 .owl-buttons {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.testimonials-slider-1 .owl-prev,
.testimonials-slider-1 .owl-next {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: static;
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: var(--color-dark-1);
    opacity: 1;
    transform: translate(0, 0);
}

.testimonials-slider-1 .owl-next {
    margin-left: 10px;
}

.testimonials-slider-1 .owl-prev svg,
.testimonials-slider-1 .owl-next svg {
    position: relative;
    width: 1em;
    height: 1em;
}

.testimonials-slider-1 .owl-prev:before,
.testimonials-slider-1 .owl-next:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    transition: all 0.4s var(--ease-elastic-2);
}

.testimonials-slider-1 .owl-prev:hover:before,
.testimonials-slider-1 .owl-next:hover:before {
    box-shadow: var(--box-shadow-strong);
    transform: scale(1.07);
}

/* Testimonials slider 2 */
.testimonials-slider-2 .owl-item {
    transition: all 1s var(--ease-out-long);
}

.testimonials-slider-2 .owl-item:not(.active) {
    opacity: 0;
    transform: scale(0.75);
}

.testimonials-slider-2 .owl-buttons {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.testimonials-slider-2 .owl-prev,
.testimonials-slider-2 .owl-next {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: static;
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: var(--color-dark-1);
    border-radius: 50%;
    opacity: 1;
    transform: translate(0, 0);
    transition: all 0.27s var(--ease-default);
}

.testimonials-slider-2 .owl-next {
    margin-left: 10px;
}

.testimonials-slider-2 .owl-prev svg,
.testimonials-slider-2 .owl-next svg {
    position: relative;
    width: 1em;
    height: 1em;
}

.testimonials-slider-2 .owl-prev:before,
.testimonials-slider-2 .owl-next:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    transition: all 0.4s var(--ease-elastic-2);
}

.testimonials-slider-2 .owl-prev:hover:before,
.testimonials-slider-2 .owl-next:hover:before {
    box-shadow: var(--box-shadow-strong);
    transform: scale(1.07);
}

/* Testimonials slider 3 */
.testimonials-slider-3.owl-carousel {
    display: flex !important;
    flex-direction: column;
    width: calc(100% + 30px);
}

.testimonials-slider-3 .owl-wrapper-outer {
    overflow: visible !important;
}

.testimonials-slider-3 .owl-wrapper {
    display: flex !important;
}

.testimonials-slider-3 .owl-item {
    display: flex;
    align-items: stretch;
    padding-right: 30px;
}

.testimonials-slider-3 .owl-controls {
    order: 2;
    margin-top: 40px;
}

.testimonials-slider-3 .owl-buttons {
    padding-right: 30px;
    text-align: right;
}

.testimonials-slider-3 .owl-pagination {
    display: none;
}

.testimonials-slider-3 .owl-prev,
.testimonials-slider-3 .owl-next {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-left: 10px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: var(--color-dark-1);
    border-radius: 50%;
    opacity: 1;
    transform: none;
}

.testimonials-slider-3 .owl-prev:before,
.testimonials-slider-3 .owl-next:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    transition: all 0.4s var(--ease-elastic-2);
}

.testimonials-slider-3 .owl-prev:hover:before,
.testimonials-slider-3 .owl-next:hover:before {
    box-shadow: var(--box-shadow-strong);
    transform: scale(1.07);
}

.testimonials-slider-3 .owl-prev svg,
.testimonials-slider-3 .owl-next svg {
    position: relative;
}

.slider-strong .owl-prev,
.slider-strong .owl-next {
    margin-left: 7px;
    border: 1px solid var(--color-dark-1);
}

.slider-strong .owl-prev:before,
.slider-strong .owl-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-dark-1);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transform: scale(0.3);
    transition: all .27s var(--ease-out-medium);
}

.slider-strong .owl-prev:hover,
.slider-strong .owl-next:hover {
    color: #fff;
    border-color: transparent;
}

.slider-strong .owl-prev:hover:before,
.slider-strong .owl-next:hover:before {
    opacity: 1;
    transform: scale(1.08);
}

.slider-strong .owl-prev svg,
.slider-strong .owl-next svg {
    width: unset;
    height: unset;
    filter: none;
}

.light-content .slider-strong .owl-prev,
.light-content .slider-strong .owl-next {
    border-color: #fff;
}

.light-content .slider-strong .owl-prev:hover,
.light-content .slider-strong .owl-next:hover {
    border-color: transparent;
}

.light-content .slider-strong .owl-prev:hover svg,
.light-content .slider-strong .owl-next:hover svg {
    color: var(--color-dark-1);
}

.light-content .slider-strong .owl-prev:before,
.light-content .slider-strong .owl-next:before {
    background: #fff;
}

.slider-bold .owl-prev,
.slider-bold .owl-next {
    font-size: 32px;
}

.slider-bold .owl-prev:before,
.slider-bold .owl-next:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-dark-1);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.75);
    transition: all 0.27s var(--ease-default);
}

.slider-bold .owl-prev svg,
.slider-bold .owl-next svg {
    filter: none;
}

.slider-bold .owl-prev:hover,
.slider-bold .owl-next:hover {
    color: #fff;
}

.slider-bold .owl-prev:hover:before,
.slider-bold .owl-next:hover:before {
    opacity: 1;
    transform: scale(1);
}

.light-content .slider-bold .owl-prev:before,
.light-content .slider-bold .owl-next:before {
    background: #fff;
}

.light-content .slider-bold .owl-prev:hover,
.light-content .slider-bold .owl-next:hover {
    color: var(--color-dark-1);
}

.light-content .slider-bold .owl-prev:hover svg,
.light-content .slider-bold .owl-next:hover svg {
    color: var(--color-dark-1);
}

.slider-gradient .owl-prev:before,
.slider-gradient .owl-next:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary-1-b);
    border-radius: 50%;
    box-shadow: none;
    opacity: .2;
    transition: all 0.27s var(--ease-default);
}

.slider-gradient .owl-prev i:before,
.slider-gradient .owl-next i:before {
    background: var(--gradient-primary-1-a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-gradient .owl-prev:hover:before,
.slider-gradient .owl-next:hover:before {
    opacity: .37;
    box-shadow: none;
    transform: scale(1);
}

/* Owl Carousel Animation */

html:not(.mobile) .owl-animate-chars .char {
    opacity: 0;
    transform: translateY(.5em) rotate(7deg);
    transform-origin: 0 50%;
    transition: transform .62s var(--ease-out-short), opacity .62s var(--ease-default);
    transition-delay: calc(0.027s * var(--char-index));
}

html:not(.mobile) .owl-animate-chars .char {
    will-change: opacity, transform;
}

@media print {
    .owl-animate-chars .char {
        opacity: 1 !important;
        transform: none !important;
    }
}

.owl-item.active .owl-animate-chars .char,
.mobile .owl-animate-chars .char {
    opacity: 1;
    transform: none;
}

html:not(.mobile) .owl-animate-fadeInUp {
    opacity: 0;
    transform: translateY(37px) translateZ(0);
    transition: all 1s;
}

.owl-item.active .owl-animate-fadeInUp {
    opacity: 1;
    transform: translateY(0) scale(1);
}

html:not(.mobile) .owl-animate-fadeInDown {
    opacity: 0;
    transform: translateY(-37px) translateZ(0);
    transition: all 1s;
}

.owl-item.active .owl-animate-fadeInDown {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media print {

    .owl-animate-fadeInUp,
    .owl-animate-fadeInDown {
        -webkit-transition: none !important;
        transition: none !important;
    }
}

.owl-delay-200 {
    transition-delay: .20s !important;
}

.owl-delay-250 {
    transition-delay: .25s !important;
}

.owl-delay-300 {
    transition-delay: .3s !important;
}

.owl-delay-350 {
    transition-delay: .35s !important;
}

.owl-delay-400 {
    transition-delay: .4s !important;
}

.owl-delay-450 {
    transition-delay: .45s !important;
}

.owl-delay-500 {
    transition-delay: .5s !important;
}

.owl-delay-550 {
    transition-delay: .55s !important;
}

.owl-delay-600 {
    transition-delay: .6s !important;
}

.owl-delay-650 {
    transition-delay: .65s !important;
}

.owl-delay-700 {
    transition-delay: .7s !important;
}

.owl-delay-750 {
    transition-delay: .75s !important;
}

.owl-delay-800 {
    transition-delay: .8s !important;
}

.owl-delay-850 {
    transition-delay: .85s !important;
}

.owl-delay-900 {
    transition-delay: .9s !important;
}

.owl-delay-950 {
    transition-delay: .95s !important;
}

.owl-delay-1000 {
    transition-delay: 1s !important;
}

/*
 * Testimonials 4
 */

.testimonials-4-item {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: var(--border-radius-default);
    box-shadow: var(--box-shadow-block);
}

.testimonials-4-text {
    margin-bottom: 0;
}

.testimonials-4-text p {
    color: var(--color-dark-1);
    font-size: 17px;
    line-height: 1.529;
    letter-spacing: 0;
}

.light-content .testimonials-4-item {
    background: var(--color-dark-3);
    border: 1px solid var(--color-dark-mode-gray-2);
}

.light-content .testimonials-4-text p {
    color: #fff;
}

/*
 * Testimonials 5
 */

/*
 * Testimonials 6
 */

/*
 * Tabs
 */

/*
 * Tabs minimal
 */

/*
 * Tabs alternative
 */

/*
 * Tooltips
 */

/*
 * Alert messages
 */

.alert {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*
 * Accordion
 */

/*
 * Toggle
 */

.toggle {
    border-bottom: 1px solid var(--color-dark-1);
}

.toggle>dt {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.toggle>dt>a {
    display: block;
    position: relative;
    color: var(--color-dark-1);
    text-decoration: none;
    padding: 20px 30px 20px 0;
    border-top: 1px solid var(--color-dark-1);
    transition: var(--transition-default);
}

.toggle>dt>a:hover {
    text-decoration: none;
}

.toggle>dt>a:after {
    content: "\f078";
    /* Font Awesome chevron-down */
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    color: var(--color-dark-1);
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-size: 22px;
    text-align: center;
    transition: var(--transition-default);
}

.toggle>dt>a.active:after,
.toggle>dt>a.active:hover:after {
    transform: translateY(-50%) rotate(-180deg);
}

.toggle>dd {
    display: none;
    /* Hidden by default */
    margin-bottom: 1.55em;
    font-size: 18px;
    line-height: 1.625;
    opacity: 1;
}

.light-content .toggle {
    border-color: #fff;
}

.light-content .toggle>dt>a {
    color: #fff;
    border-color: #fff;
}

.light-content .toggle>dt>a:after {
    color: #fff;
}

.light-content .toggle>dd {
    color: #fff;
    font-weight: 400;
}

/*
 * Accorfion style 1
 */

/*
 * Progress bars
 */

/* Alt progress bars */

/*
 * Icons examples
 */

/*
 * Morphext
 */


/* ==============================
   Skip to content link
   ============================== */


/* ==============================
   Cookies
   ============================== */


/* ==============================
   Intro page
   ============================== */

@charset "utf-8";

/* ==============================
   Small desktop
   ============================== */

@media only screen and (max-width: 1440px) {

    .decoration-1 {
        left: -30px;
    }

}

@media only screen and (max-width: 1366px) {

    .container {
        max-width: 1260px;
    }

    .inner-nav ul li {
        margin: 0 16px;
    }

    .hs-title-10 {
        font-size: calc(1.827rem + 1.96vw);
    }

    .section-title {
        font-size: calc(1.179rem + 2.5vw);
    }

    .section-title-small {
        font-size: calc(1.136rem + 1.82vw);
    }

    .section-descr {
        font-size: calc(1.152rem + 0.33vw);
    }

    .marquee-style-2 {
        font-size: calc(0.398rem + 1.73vw);
    }

}

@media only screen and (max-width: 1200px) {

    .inner-nav ul {
        font-size: 16px;
    }

    .inner-nav ul li {
        margin: 0 11px;
    }

    .decoration-1 {
        bottom: -20px;
    }

    .item-carousel .owl-item {
        padding: 0 3vw;
    }

}

@media only screen and (max-width: 1199px) {

    main {
        overflow: hidden;
    }

    :root {
        --services-text-overlap: 135px;
    }

}

/* ==============================
   Tablet landskape
   ============================== */

@media only screen and (max-width: 1024px) {

    .page-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .owl-pagination {
        bottom: 25px;
    }

    .fa-examples>li {
        width: 33.3%;
    }

}

@media only screen and (max-width: 991px) {

    .owl-prev,
    .owl-next {
        height: 37px;
        font-size: 37px;
    }

    :root {
        --services-text-overlap: 0;
    }

}


/* ==============================
   Tablet Portrait
   ============================== */

@media only screen and (max-width: 768px) {

    .page-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .owl-pagination {
        bottom: 17px;
    }

}

@media only screen and (max-width: 767px) {

    .composition-7 {
        margin-top: -30px;
    }

    .composition-7-image-1,
    .composition-7-image-2,
    .composition-7-image-3,
    .composition-7-image-4 {
        width: 46.5%;
        margin-top: 30px;
    }

}


/* ==============================
   Phone
   ============================== */

@media only screen and (max-width: 480px) {

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form textarea {
        min-height: 200px !important;
    }

    .page-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .owl-pagination {
        bottom: 5px !important;
    }

    .owl-page {
        padding-left: 8px;
        padding-right: 8px;
    }

    .owl-prev {
        left: 0;
    }

    .owl-next {
        right: 0;
    }

    .composition-8-image {
        margin-bottom: 60px;
        border-radius: 50px;
    }

    .composition-8-decoration-2 {
        bottom: -60px;
    }
}


/* ==============================
   Max Height 768
   ============================== */


/* ==============================
   Max Height 374
   ============================== */

@media only screen and (max-height: 374px) {


    .min-height-100vh {
        min-height: 374px;
    }

}


/* ==============================
   IOS Background Fix
   ============================== */

.mobile .page-section,
.mobile .home-section {
    background-attachment: scroll !important;
}

/*
 * iPad Pro
 */

@media only screen and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {

    html:not(.no-touch) .page-section,
    html:not(.no-touch) .home-section {
        background-attachment: scroll !important;
    }

}

/* ==============================
   Internet Explorer Fix
   ============================== */

@media all and (-ms-high-contrast:none) {

    .min-height-100vh {
        height: 100vh;
    }

}


/* ==============================
   Print Styles Fix
   ============================== */

@media print {

    * {
        color: #000 !important;
        background: #fff !important;
    }

    .main-nav {
        display: none;
    }

    img {
        display: block;
    }

}

.mt-n10 {
    margin-top: -10px !important
}

.mt-n20 {
    margin-top: -20px !important
}

.mt-n30 {
    margin-top: -30px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

@media only screen and (max-width:991px) {

    .mb-md-50 {
        margin-bottom: 50px !important
    }

    .mb-md-60 {
        margin-bottom: 60px !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-120 {
        padding-top: 120px !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-120 {
        padding-bottom: 120px !important
    }
}

@media only screen and (max-width:767px) {

    .mt-sm-10 {
        margin-top: 10px !important
    }

    .mb-sm-20 {
        margin-bottom: 20px !important
    }

    .mb-sm-30 {
        margin-bottom: 30px !important
    }

    .mb-sm-40 {
        margin-bottom: 40px !important
    }

    .pb-sm-80 {
        padding-bottom: 80px !important
    }
}

@media only screen and (max-width:575px) {

    .mb-xs-10 {
        margin-bottom: 10px !important
    }

    .mb-xs-20 {
        margin-bottom: 20px !important
    }

    .mb-xs-40 {
        margin-bottom: 40px !important
    }

    .pb-xs-50 {
        padding-bottom: 50px !important
    }
}

@keyframes mfp-appear {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes mfp-image-appear {
    0% {
        opacity: 0;
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 5;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* Recommended styles for Splitting */

/* Psuedo-element chars */

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */

/* Expanded CSS Variables */

@charset "UTF-8";

@font-face {
    font-family: ytpregular;
    src: url(font/ytp-regular.eot)
}

@font-face {
    font-family: ytpregular;
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=)format('woff'), url(font/ytp-regular.ttf)format('truetype');
    font-weight: 400;
    font-style: normal
}

@-webkit-keyframes fade {
    0% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

:root {
    --font-global: 'Plus Jakarta Sans', sans-serif;
    --font-alt: 'Plus Jakarta Sans', sans-serif;
    --section-padding-y: 140px;
    --color-dark-1: #2f3749;
    --color-dark-2: #384053;
    --color-dark-3: #414a5e;
    --color-dark-3a: #4e5a76;
    --color-dark-4: #555960;
    --color-gray-1: #6f7780;
    --color-gray-2: #747f8c;
    --color-gray-3: #8a95a2;
    --color-primary-1: #4567ed;
    --color-primary-1-a: #375ae3;
    --color-primary-light-1: #e3effe;
    --color-primary-light-1-a: #bcd1f1;
    --color-primary-2: #7752e7;
    --color-primary-light-2: #e7defe;
    --color-primary-3: #b947d9;
    --color-primary-light-3: #f7defe;
    --color-primary-4: #e748b1;
    --color-primary-light-4: #ffe1f5;
    --color-secondary-1: #fbe3a1;
    --color-gray-light-1: #f5f7fa;
    --color-gray-light-2: #f7f9fc;
    --color-gray-light-3: #cad0d7;
    --color-gray-light-4: #d5d7d8;
    --color-gray-light-5: #cccdcf;
    --color-gray-light-6: #bbbdbf;
    --gradient-gray-light-1: linear-gradient(0deg, #f7f9fc 0%, #fff 100%);
    --gradient-gray-light-2: linear-gradient(0deg, #fff 0%, #f7f9fc 100%);
    --border-radius-default: 5px;
    --box-shadow: 0px 5px 10px 0px rgba(30, 36, 50, 0.05), 0px 1px 1px 0px rgba(30, 36, 50, 0.03), 0px 3px 5px 0px rgba(30, 36, 50, 0.03);
    --box-shadow-strong: 0px 5px 10px 0px rgba(30, 36, 50, 0.08), 0px 1px 1px 0px rgba(30, 36, 50, 0.06), 0px 3px 5px 0px rgba(30, 36, 50, 0.06);
    --box-shadow-block: 0px 10px 30px 0px rgba(30, 36, 50, 0.07), 0px 0px 1px 0px rgba(30, 36, 50, 0.1);
    --box-shadow-block-strong: 0px 15px 50px 0px rgba(30, 36, 50, 0.14), 0px 0px 1px 0px rgba(30, 36, 50, 0.15);
}

body {
    color: var(--color-dark-1);
    font-family: var(--font-global);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: normal;
    word-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-weight: 500;
    letter-spacing: -0.01em;
}

h3,
.h3 {
    font-size: 28px;
    letter-spacing: -0.03em;
}

b {
    font-weight: 600;
}

.small {
    font-size: 0.8em;
}

hr:not([size]) {
    background: var(--color-dark-1);
    height: 1px;
    opacity: .1;
}

.light-content .section-caption-fancy {
    background-image: linear-gradient(15deg, rgba(18, 29, 51, .75) 0%, transparent 100%);
}

.inner-nav ul {
    font-size: 16px;
    letter-spacing: normal;
}

.inner-nav ul li {
    margin: 0 18px;
}

.inner-nav>ul>li>a {
    opacity: .775;
}

.inner-nav ul li a {
    position: relative;
}

.mobile-on .desktop-nav ul {
    background: rgba(72, 80, 100, .99);
}

.mobile-on .desktop-nav ul li a {
    color: rgba(255, 255, 255, .9) !important;

}

.form label {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="url"],
.form input[type="tel"],
.form textarea {
    border-color: rgba(52, 61, 85, .183);
}

.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="url"]:hover,
.form input[type="tel"]:hover,
.form textarea:hover {
    border-color: rgba(52, 61, 85, .38);
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="url"]:focus,
.form input[type="tel"]:focus,
.form textarea:focus {
    border-color: rgba(52, 61, 85, .7);
    box-shadow: 0 0 3px rgba(52, 61, 85, .3);
}

.form input[type="text"]::placeholder,
.form input[type="email"]::placeholder,
.form input[type="url"]::placeholder,
.form input[type="tel"]::placeholder,
.form textarea::placeholder {
    color: var(--color-gray-1);
}

.form input[type="text"].input-lg,
.form input[type="email"].input-lg,
.form input[type="url"].input-lg,
.form input[type="tel"].input-lg {
    height: 62px;
    font-size: 18px;
}

.light-content input[type="text"],
.light-content input[type="email"],
.light-content input[type="url"],
.light-content input[type="tel"],
.light-content textarea {
    border-color: rgba(255, 255, 255, .25);
}

.light-content input[type="text"]:hover,
.light-content input[type="email"]:hover,
.light-content input[type="url"]:hover,
.light-content input[type="tel"]:hover,
.light-content textarea:hover {
    border-color: rgba(255, 255, 255, .35);
}

.light-content input[type="text"]:focus,
.light-content input[type="email"]:focus,
.light-content input[type="url"]:focus,
.light-content input[type="tel"]:focus,
.light-content textarea:focus {
    border-color: rgba(255, 255, 255, .75);
}

.btn-mod,
a.btn-mod {
    font-weight: 500;
}

.btn-mod.btn-small {
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
}

.btn-mod.btn-grad.btn-small {
    padding: 11px 22px;
}

.btn-mod.btn-medium {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
}

.btn-mod.btn-grad.btn-medium {
    padding: 16px 40px;
}

.btn-mod.btn-large {
    padding: 20px 50px 21px;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    line-height: 1;
    letter-spacing: normal;
}

.btn-mod.btn-grad.btn-large {
    padding: 21px 50px 22px;
}

.light-content .toggle,
.light-content .toggle>dt>a {
    border-color: rgba(255, 255, 255, .25);
}


.toggle>dt>a:after {
    background: var(--gradient-primary-1-a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.light-content .toggle>dt>a:after {
    color: #fff;
}

.composition-4-image-1 {
    border-color: var(--color-gray-light-3);
}

.composition-4-image-2 {
    border-color: var(--color-gray-light-3);
}

.typewrite .wrap:after {
    font-size: 0.9em;
}

.section-caption-fancy {
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    background-image: linear-gradient(45deg, var(--color-primary-light-1) 0%, transparent 100%);
}

.section-title {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.section-title-small {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.section-descr {
    font-size: 19px;
    line-height: 1.736;
    letter-spacing: normal;
}

a.link-hover-anim,
a.link-hover-anim:hover {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: var(--color-primary-1);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.005em;
}

.link-strong i {
    position: relative;
    top: -0.05em;
    vertical-align: middle;
}

.link-strong-hovered {
    top: 0;
}

.features-list {
    font-size: 17px;
}

.features-list-icon {
    top: 0.175em;
    color: var(--color-primary-1);
    background: var(--color-primary-light-1);
}

.features-2-title {
    letter-spacing: normal;
}

.testimonials-4-text p {
    color: var(--color-gray-1);
    line-height: 1.67;
}

.contact-item {
    padding-left: 69px;
}

.contact-item a.link-hover-anim,
.contact-item a.link-hover-anim:hover {
    font-size: 14px;
}

a.link-hover-anim i {
    top: -0.05em;
}

.contact-item {
    padding-left: 72px;
}

.ci-icon {
    width: 48px;
    height: 48px;
    color: var(--color-primary-1);
}

.ci-icon:before {
    background: var(--color-primary-light-1);
}

.ci-text {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.7;
}

.light-content .ci-icon {
    color: var(--color-dark-1) !important;
}

.footer b {
    font-weight: 500;
}

.fw-title {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
}

.fw-menu li:not(:last-child) {
    margin-bottom: 9px;
}

@media only screen and (max-width: 1440px) {
    :root {
        --section-padding-y: 120px;
    }
}

@media only screen and (max-width: 1366px) {
    .container {
        max-width: var(--container-width);
    }

    .section-title {
        font-size: calc(1.582rem + 2.25vw);
    }

    .section-title-small {
        font-size: calc(1.635rem + 0.57vw);
    }

    .section-descr {
        font-size: 19px;
    }

    .features-list {
        font-size: calc(0.962rem + 0.19vw);
    }
}

@media only screen and (max-width: 1200px) {
    .inner-nav ul li {
        margin: 0 12px;
    }
}

@charset "UTF-8";

/*
Theme Name: sane
Version: 1.0
Author: sane - https://saneyoshi.com
-------------------------------------------------*/
/*========================================
*	fonts.css
*---------------------------------------*/
:root {
    font-size: 62.5%;
    /*フォーム*/
    --form-input-color: #fffeee;
    --form-error-color: #dc3232;
    --form-border-color: rgba(52, 61, 85, .183);
    ;
    --form-required-color: #c9a275;
    --form-submit-color: #ff7e00;
    /*フォントサイズ*/
    --fontsize-m: 1.9rem;
}

/*========================================
*	colors
*---------------------------------------*/
:root {
    --font-global: 'Noto Sans JP', sans-serif;
    --font-alt: 'Noto Sans JP', sans-serif;
    --section-padding-y: 140px;
    --color-dark-1: #2e4a32;
    --color-dark-2: #334b34;
    --color-dark-3: #3d5a45;
    --color-dark-3a: #466b53;
    --color-dark-4: #4b6d58;
    --color-gray-1: #677f6e;
    --color-gray-2: #718a7a;
    --color-gray-3: #85a290;
    --color-primary-1: #3fae51;
    --color-primary-1-a: #359c48;
    --color-primary-light-1: #ddfbe0;
    --color-primary-light-1-a: #b2e8b9;
    --color-primary-2: #35b587;
    --color-primary-light-2: #d9f8eb;
    --color-primary-3: #3a8f54;
    --color-primary-light-3: #d7f5dd;
    --color-primary-4: #30ab6e;
    --color-primary-light-4: #d5f8e4;
    --color-secondary-1: #f6e1ca;
    --color-gray-light-1: #f5f7fa;
    --color-gray-light-2: #f7f9fc;
    --color-gray-light-3: #cad0d7;
    --color-gray-light-4: #d5d7d8;
    --color-gray-light-5: #cccdcf;
    --color-gray-light-6: #bbbdbf;
    --gradient-gray-light-1: linear-gradient(0deg, #f7f9fc 0%, #fff 100%);
    --gradient-gray-light-2: linear-gradient(0deg, #fff 0%, #f7f9fc 100%);
    --border-radius-default: 5px;
    --box-shadow: 0px 5px 10px 0px rgba(30, 36, 50, 0.05), 0px 1px 1px 0px rgba(30, 36, 50, 0.03), 0px 3px 5px 0px rgba(30, 36, 50, 0.03);
    --box-shadow-strong: 0px 5px 10px 0px rgba(30, 36, 50, 0.08), 0px 1px 1px 0px rgba(30, 36, 50, 0.06), 0px 3px 5px 0px rgba(30, 36, 50, 0.06);
    --box-shadow-block: 0px 10px 30px 0px rgba(30, 36, 50, 0.07), 0px 0px 1px 0px rgba(30, 36, 50, 0.1);
    --box-shadow-block-strong: 0px 15px 50px 0px rgba(30, 36, 50, 0.14), 0px 0px 1px 0px rgba(30, 36, 50, 0.15);
}

/*========================================
*	colors
*---------------------------------------*/
:root {
    --menu-red: #d93204;
    --menu-orange: #dd722a;
    --menu-brown: #68574a;
    --menu-green: #52ac5d;
    --white-color: #ffffff;
}

body {
    font-weight: 500;
    background: #d6b54c;
    color: #231815;
}

.section-descr {
    color: #231815;
}

.features-list {
    color: #231815;
}

.text-gray {
    color: #231815;
}

.features-2-descr {
    color: #231815;
}

.ci-text {
    color: #231815;
}

ul.items-end li:first-child a {
    font-size: 26px;
    font-weight: 700;
}

.marquee-style-2 {
    color: #231815;
    background: #F4bb1b;
    font-weight: 700;
}


.size-36 {
    font-size: 36px;
}

.section-title {
    font-weight: 700;
}

.hs-title-10 {
    font-size: calc(2.827rem + 3.96vw);
    font-weight: 800;
}

.features-2-descr {
    text-align: left;
}

@media only screen and (max-width: 1366px) {

    .features-list {
        font-size: inherit;
    }
}

ul {
    list-style: none;
}

.nav-logo-wrap .logo img {
    width: 150px;
}

@media only screen and (max-width: 1366px) {
    .section-title-small {
        font-size: calc(1.635rem + 1.57vw);
    }
}

.section-caption-gradient {
    padding-bottom: 5px;
}

.section-title-small {
    font-weight: 700;
}

/*========================================
*	Contact form 7 Multi File uploads
*---------------------------------------*/

/*ファイルサイズ*/

/*========================================
*	メニュー
*---------------------------------------*/
.menu ul {
    background-color: var(--white-color);
    display: none;
    height: 55px;
    overflow: hidden;
    position: fixed;
    font-size: 1.6rem;
    font-weight: bold;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
}

.menu ul li {
    flex: 1;
}

.menu ul li+li {
    border-left: 2px solid var(--white-color);
}

.menu ul li a {
    color: var(--white-color);
    text-decoration: none;
    height: 100%;
    letter-spacing: -0.04em;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 最後の要素（LINE）だけ幅を小さくする */
.menu ul li:last-child {
    flex: 0 0 80px;
    /* 固定幅60px、必要に応じて調整 */
}

.menu a.is-tel {
    background-color: var(--menu-red);
}

.menu a.is-net-order {
    background-color: var(--menu-orange);
}

.menu a.is-line {
    background-color: var(--menu-brown);
}

@media only screen and (max-width: 480px) {
    .menu ul {
        display: flex;
    }
}

/*========================================
*	Contact form 7
*---------------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"] {
    font-size: var(--fontsize-m);
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    border: 1px solid var(--form-border-color);
    height: 62px;
    width: 100%;
    padding-left: 5px;
    margin-top: 10px;
}

textarea {
    border-radius: 5px;
    font-size: var(--fontsize-m);
    border: 1px solid var(--form-border-color);
    width: 100%;
    height: 200px;
    overflow: scroll;
    padding: 5px;
    font-family: inherit;
    padding-left: 5px;
    margin-top: 10px;
}

/*エラー*/

/* Mapping missing mi- icons to Font Awesome */
[class^="mi-"],
[class*=" mi-"] {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.mi-mobile:before {
    content: "\f3cd";
}

/* mobile-screen-button */
.mi-check:before {
    content: "\f00c";
}

/* check */
.mi-arrow-right:before {
    content: "\f061";
}

/* arrow-right */
.mi-arrow-up:before {
    content: "\f062";
}

/* arrow-up */
.mi-arrow-down:before {
    content: "\f063";
}

/* arrow-down */
.mi-email:before {
    content: "\f0e0";
}

/* envelope */
.mi-location:before {
    content: "\f3c5";
}

/* location-dot */
.mi-chevron-down:before {
    content: "\f078";
}

/* chevron-down */
.mi-chevron-right:before {
    content: "\f054";
}

/* chevron-right */

/* Typewriter effect - prevent layout shift */
.typewrite {
    display: inline-block;
    min-height: 1.2em;
}

.typewrite .wrap {
    display: inline-block;
    min-width: 0.5em;
}

/* File Upload Area */
.file-upload-area {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    position: relative;
}

.file-upload-area:hover {
    border-color: #007bff;
    background-color: #f0f8ff;
}

.file-upload-area.drag-over {
    border-color: #28a745;
    background-color: #e8f5e9;
}

.file-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.file-upload-content i {
    color: #999;
}

.file-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.file-preview-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1;
    background-color: #f0f0f0;
}

.file-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.file-preview-item .remove-file {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.file-preview-item .remove-file:hover {
    background-color: rgba(255, 0, 0, 1);
}

/* Header Responsive Fixes */
@media (max-width: 991px) {
    .main-nav .nav-logo-wrap {
        max-width: 200px;
    }

    .main-nav .nav-logo-wrap .logo img {
        max-height: 40px;
        width: auto;
    }

    .main-nav .mobile-nav {
        position: relative;
        z-index: 1001;
        display: flex;
    }

    .main-nav .inner-nav.desktop-nav {
        display: none;
    }
}

@media (max-width: 575px) {
    .main-nav .nav-logo-wrap {
        max-width: 150px;
    }

    .main-nav .nav-logo-wrap .logo img {
        max-height: 35px;
    }
}

/* Form Enhancement */
.form-label {
    font-size: 1.4rem !important;
    /* ラベル */
    margin-bottom: 0.8rem !important;
}

.form-control {
    font-size: 1.6rem !important;
    /* 入力文字 */
    padding: 1.2rem 1.5rem !important;
    border-radius: 12px !important;
}

textarea.form-control {
    font-size: 1.6rem !important;
    line-height: 1.6 !important;
}

/* Custom Success Modal */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
}

.custom-modal.show {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.modal-content-custom {
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.custom-modal.show .modal-content-custom {
    animation: fadeInUpShort 0.4s ease;
}

.modal-icon-success {
    font-size: 4rem;
    color: #28a745;
    margin-bottom: 1.5rem;
}

.modal-title-custom {
    font-size: 2rem;
    /* タイトルを大きく */
    font-weight: bold;
    margin-bottom: 1.2rem;
    color: #333;
}

.modal-text-custom {
    font-size: 1.4rem;
    /* 本文を大きく */
    color: #666;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.modal-btn-custom {
    background: #4caf50;
    /* 緑色に合わせる（画像通り） */
    color: #fff;
    border: none;
    padding: 1rem 3.5rem;
    font-size: 1.3rem;
    /* ボタン文字を大きく */
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.modal-btn-custom:hover {
    background: #e69d00;
    transform: translateY(-2px);
}

.modal-btn-custom:active {
    transform: translateY(0);
}

/*ここまでエラー*/