@charset "UTF-8";
@import url(../vendor/animate/animate.css);
@import url(../icons/line-awesome/css/line-awesome.min.css);
@import url(../icons/font-awesome/css/all.min.css);
@import url(../icons/themify/themify-icons.css);
@import url(../icons/flaticon/flaticon_yogacare.css);

dd,
legend {
    margin-bottom: .5rem
}

progress,
sub,
sup {
    vertical-align: baseline
}

.img-fluid,
.img-thumbnail,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto
}

.g-0,
.gy-0,
.row {
    --bs-gutter-y: 0
}

.dropdown-menu,
.dropdown-menu-dark {
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #FFC1B4;
    --bs-dropdown-link-disabled-color: #adb5bd
}

.dropdown-header,
.dropdown-item,
.dropdown-toggle,
.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button .accordion-header-text,
.input-group-text,
.navbar-brand {
    white-space: nowrap
}

.nav,
.navbar-nav {
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    list-style: none
}

.card,
code {
    word-wrap: break-word
}

.btn,
.dropdown-item,
.dropdown-item.active,
.dropdown-item:active,
.nav-link,
.navbar-brand,
.navbar-toggler:focus,
.navbar-toggler:hover,
.page-link,
.wp-block-button__link {
    text-decoration: none
}

.spinner-border,
.spinner-grow {
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s
}

.border-danger,
.border-dark,
.border-info,
.border-light,
.border-primary,
.border-secondary,
.border-success,
.border-warning,
.border-white {
    --bs-border-opacity: 1
}

.text-black,
.text-black-50,
.text-body,
.text-body-emphasis,
.text-body-tertiary,
.text-danger,
.text-dark,
.text-info,
.text-light,
.text-muted,
.text-primary,
.text-reset,
.text-secondary,
.text-success,
.text-warning,
.text-white,
.text-white-50 {
    --bs-text-opacity: 1
}

.bg-black,
.bg-body,
.bg-body-emphasis,
.bg-body-tertiary,
.bg-danger,
.bg-dark,
.bg-info,
.bg-light,
.bg-primary,
.bg-secondary,
.bg-success,
.bg-transparent,
.bg-warning,
.bg-white {
    --bs-bg-opacity: 1
}

.dz-card.style-1 .dz-info .dz-meta ul li svg,
.dz-meta ul li i {
    margin-right: 2px
}

:root {
    --primary: #FFC1B4;
    --secondary: #3B6FF5;
    --gray: #f3f4f8;
    --dark: #151F37;
    --primary-hover: #ff9781;
    --primary-dark: #ff431b;
    --rgba-secondary-1: rgba(59, 111, 245, 0.1);
    --rgba-primary-1: rgba(255, 193, 180, 0.1);
    --rgba-primary-2: rgba(255, 193, 180, 0.2);
    --rgba-primary-3: rgba(255, 193, 180, 0.3);
    --rgba-primary-4: rgba(255, 193, 180, 0.4);
    --rgba-primary-5: rgba(255, 193, 180, 0.5);
    --rgba-primary-6: rgba(255, 193, 180, 0.6);
    --rgba-primary-7: rgba(255, 193, 180, 0.7);
    --rgba-primary-8: rgba(255, 193, 180, 0.8);
    --rgba-primary-9: rgba(255, 193, 180, 0.9);
    --border-radius-base: 6px;
    --font-family-base: Poppins, sans-serif;
    --font-family-title: Poppins, sans-serif;
    --title: #222222
}

/*!
   * Bootstrap  v5.3.0-alpha1 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme=light] {
    --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: #FFC1B4;
    --bs-secondary: #3B6FF5;
    --bs-success: #13c24d;
    --bs-info: #00aeff;
    --bs-warning: #FFBD13;
    --bs-danger: #ff0003;
    --bs-light: #faf8f2;
    --bs-dark: #151F37;
    --bs-primary-rgb: 255, 193, 180;
    --bs-secondary-rgb: 59, 111, 245;
    --bs-success-rgb: 19, 194, 77;
    --bs-info-rgb: 0, 174, 255;
    --bs-warning-rgb: 255, 189, 19;
    --bs-danger-rgb: 255, 0, 3;
    --bs-light-rgb: 250, 248, 242;
    --bs-dark-rgb: 21, 31, 55;
    --bs-primary-text: #20186f;
    --bs-secondary-text: #6c757d;
    --bs-success-text: #027e5e;
    --bs-info-text: #087990;
    --bs-warning-text: #998b0b;
    --bs-danger-text: #cc0002;
    --bs-light-text: #6c757d;
    --bs-dark-text: #495057;
    --bs-primary-bg-subtle: #d4d2e8;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #ccece4;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fffad0;
    --bs-danger-bg-subtle: #ffcccd;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #a9a5d1;
    --bs-secondary-border-subtle: #e9ecef;
    --bs-success-border-subtle: #9ad8c8;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #fff5a1;
    --bs-danger-border-subtle: #ff999a;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 119, 119, 119;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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: "Poppins", sans-serif;
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #777777;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(119, 119, 119, 0.75);
    --bs-secondary-color-rgb: 119, 119, 119;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(119, 119, 119, 0.5);
    --bs-tertiary-color-rgb: 119, 119, 119;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-heading-color: #222222;
    --bs-link-color: #FFC1B4;
    --bs-link-color-rgb: 255, 193, 180;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #cc9a90;
    --bs-link-hover-color-rgb: 204, 154, 144;
    --bs-code-color: #ff5e78;
    --bs-highlight-bg: #fffad0;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #E1E1F0;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.25rem;
    --bs-border-radius-sm: 0.75rem;
    --bs-border-radius-lg: 1rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    --bs-emphasis-color: #000;
    --bs-form-control-bg: var(--bs-body-bg);
    --bs-form-control-disabled-bg: var(--bs-secondary-bg);
    --bs-highlight-bg: #fffad0;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1170px;
    --bs-breakpoint-xxl: 1440
}

[data-bs-theme=dark] {
    --bs-body-color: #adb5bd;
    --bs-body-color-rgb: 173, 181, 189;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #f8f9fa;
    --bs-emphasis-color-rgb: 248, 249, 250;
    --bs-secondary-color: rgba(173, 181, 189, 0.75);
    --bs-secondary-color-rgb: 173, 181, 189;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(173, 181, 189, 0.5);
    --bs-tertiary-color-rgb: 173, 181, 189;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-emphasis-color: #fff;
    --bs-primary-text: #7e78b9;
    --bs-secondary-text: #dee2e6;
    --bs-success-text: #67c5ad;
    --bs-info-text: #6edff6;
    --bs-warning-text: #fff171;
    --bs-danger-text: #ff6668;
    --bs-light-text: #f8f9fa;
    --bs-dark-text: #dee2e6;
    --bs-primary-bg-subtle: #08061c;
    --bs-secondary-bg-subtle: #212529;
    --bs-success-bg-subtle: #002018;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332e04;
    --bs-danger-bg-subtle: #330001;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #181253;
    --bs-secondary-border-subtle: #495057;
    --bs-success-border-subtle: #015f47;
    --bs-info-border-subtle: #055160;
    --bs-warning-border-subtle: #665c08;
    --bs-danger-border-subtle: #990002;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: #fff;
    --bs-link-color: #7e78b9;
    --bs-link-hover-color: #a9a5d1;
    --bs-link-color-rgb: 126, 120, 185;
    --bs-link-hover-color-rgb: 169, 165, 209;
    --bs-code-color: #ff9eae;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15)
}

*,
::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 {
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.wp-block-search .wp-block-search__label,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color, inherit)
}

address,
dl,
ol,
p,
ul {
    margin-bottom: 1rem
}

address,
legend {
    line-height: inherit
}

.alert-heading,
.dz-meta ul li a,
.widget_recent_comments ul li a:hover,
.wp-block-quote.is-large .strong,
.wp-block-quote.is-large b,
.wp-block-quote.is-large strong,
.wp-block-quote.is-style-large .strong,
.wp-block-quote.is-style-large b,
.wp-block-quote.is-style-large strong,
[class*=icon-bx-].bg-white a,
a>code,
blockquote .strong,
blockquote b,
blockquote strong,
blockquote.wp-block-pullquote .strong,
blockquote.wp-block-pullquote b,
blockquote.wp-block-pullquote strong,
blockquote.wp-block-pullquote.alignleft .strong,
blockquote.wp-block-pullquote.alignleft b,
blockquote.wp-block-pullquote.alignleft strong,
blockquote.wp-block-pullquote.alignright .strong,
blockquote.wp-block-pullquote.alignright b,
blockquote.wp-block-pullquote.alignright strong,
blockquote.wp-block-quote .strong,
blockquote.wp-block-quote b,
blockquote.wp-block-quote strong,
footer .footer-title a,
pre code {
    color: inherit
}

dl,
ol,
p,
ul {
    margin-top: 0
}

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

.form-control-color:not(:disabled):not([readonly]),
.form-control[type=file]:not(:disabled):not([readonly]),
.wp-block-archives-dropdown select[type=file]:not(:disabled):not([readonly]),
.wp-block-categories-dropdown select[type=file]:not(:disabled):not([readonly]),
[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled),
summary {
    cursor: pointer
}

address {
    font-style: normal
}

ol,
ul {
    padding-left: 2rem
}

.accordion-header,
.blockquote>:last-child,
.card-text:last-child,
.comment-content.dz-page-text>:last-child,
.counter-box.style-1 .counter-r p,
.counter-box.style-3 .counter-r .sub-title,
.dz-card.style-3 .dz-info .dz-meta,
.dz-separator.m-b0,
.m-b0,
.progress-bx.style-5 .progress-info .progress-value,
.progress-bx.style-5 .progress-info .title,
.service-wrapper .dz-box p,
.shop-widget .search-bx,
.shop-widget .search-bx .input-group,
.side-bar .wp-block-archives,
.side-bar .wp-block-calendar,
.side-bar .wp-block-categories,
.side-bar .wp-block-latest-comments,
.side-bar .wp-block-latest-posts,
.side-bar .wp-block-search,
.testimonial-1 .testimonial-name,
.widget.style-1 .search-bx,
.widget.style-1 .search-bx .input-group,
.wp-block-columns,
.wp-block-cover p:last-child,
.wp-block-cover-image p:last-child,
footer .wp-block-archives,
footer .wp-block-calendar,
footer .wp-block-categories,
footer .wp-block-latest-comments,
footer .wp-block-latest-posts,
footer .wp-block-search,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.font-weight-700,
dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .1875em;
    background-color: var(--bs-highlight-bg)
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1))
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    overflow: auto
}

pre code {
    font-size: inherit;
    word-break: normal
}

code {
    color: var(--bs-code-color)
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .75rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #aeaed5;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

.dz-card.style-5:hover,
.dz-share-post .post-tags a span,
.dz-tilte-inner,
.fb-link li,
.figure,
.header-nav .nav>li>a span,
.list-check-2.list-inline li,
.list-inline-item,
.pagination.style-1 li .page-link span,
.pagination.style-1 li .page-numbers span,
.share-post li,
.site-header .extra-nav ul li,
.star-rating li,
.widget-title .rsswidget,
.widget_gallery li a,
.widget_tag_cloud .tagcloud a span,
label,
output {
    display: inline-block
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed,
.is-style-squared .wp-block-button__link,
.list-group-flush,
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header,
.pagination.style-1.rounded-0 .page-item .page-link,
.wp-block-image.alrder-radius:0
}

fieldset,
iframe {
    border: 0
}

.form-control-plaintext:focus,
.form-range:focus,
button:active,
button:focus,
button:focus:not(:focus-visible),
button:hover {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

#main-wrapper.show,
.carousel-indicators .active,
.dz-accordion .accordion-header .accordion-button.collapsed .toggle-close:after,
.dz-accordion .accordion-header .accordion-button.collapsed .toggle-close:before,
.dz-accordion.accordion-primary .accordion-header .accordion-button.collapsed .toggle-close:after,
.dz-accordion.accordion-primary .accordion-header .accordion-button.collapsed .toggle-close:before,
.dz-accordion.head-border .accordion-header .accordion-button.collapsed .toggle-close:after,
.dz-accordion.head-border .accordion-header .accordion-button.collapsed .toggle-close:before,
.dz-accordion.head-border .accordion-header .accordion-button:not(.collapsed) .horizontal-line,
.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button.collapsed .toggle-close:after,
.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button.collapsed .toggle-close:before,
.dz-accordion.vertical-border .accordion-header .accordion-button.collapsed .toggle-close:after,
.dz-accordion.vertical-border .accordion-header .accordion-button.collapsed .toggle-close:before,
.dz-accordion.vertical-border .accordion-header .accordion-button:not(.collapsed) .vertical-line,
.dz-box.style-1:hover .dz-info,
.dz-img-effect.fade-in:hover img,
.dz-overlay-effect1:hover .overlay-bx,
.dz-overlay-effect2:hover .overlay-bx,
.dz-overlay-effect3:hover .overlay-bx,
.dz-overlay-effect4:hover .dz-media:after,
.dz-overlay-effect4:hover .dz-media:before,
.dz-overlay-effect4:hover .overlay-bx,
.dz-team.style-2:hover .dz-media .dz-social-icon ul li .btn-social,
.dz-team.style-3:hover .dz-media .dz-social-icon ul li .btn-social,
.event:hover .event-tag,
.event:hover:before,
.login-account .login-form .secure-input .show-pass.active:after,
.pricingtable-wrapper.style-1.active:before,
.pricingtable-wrapper.style-1:hover:before,
.pricingtable-wrapper.style-4.active:before,
.pricingtable-wrapper.style-4:hover:before,
.service_menu_nav li.active a:after,
.service_menu_nav li:hover a:after,
.split-box.split-active>div,
.swiper-container.blog-slider-wrapper .swiper-slide.swiper-slide-active,
.swiper-container.blog-slider-wrapper .swiper-slide.swiper-slide-next,
.swiper-container.blog-slider-wrapper .swiper-slide.swiper-slide-prev,
.testimonial-wrapper1 .swiper-slide.swiper-slide-active,
.testimonial-wrapper3 .swiper-slide.swiper-slide-active,
select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical;
    height: 120px;
    resize: none
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    font-size: calc(1.275rem + .3vw)
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 300;
    line-height: 1.2
}

summary {
    display: list-item
}

.d-none,
.form-select1 select,
.input-line .default-select select,
[hidden] {
    display: none !important
}

.lead {
    font-size: 1.17188rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw)
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw)
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw)
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw)
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw)
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw)
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item:not(:last-child),
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.17188rem
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.row>* {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5)
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    margin-right: auto;
    margin-left: auto
}

.row {
    --bs-gutter-x: 30px;
    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;
    max-width: 100%;
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-auto,
.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.col-12,
.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.col-6,
.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.col-4,
.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333%
}

.col-3,
.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.col-2,
.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-1,
.col-5 {
    flex: 0 0 auto
}

.col-1 {
    width: 8.33333%
}

.col-5 {
    width: 41.66667%
}

.col-7,
.col-8 {
    flex: 0 0 auto
}

.col-7 {
    width: 58.33333%
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table-danger,
.table-info,
.table-light,
.table-primary,
.table-secondary,
.table-success,
.table-warning {
    --bs-table-color: #000;
    --bs-table-striped-color: #000;
    --bs-table-active-color: #000;
    --bs-table-hover-color: #000
}

.table>:not(caption)>*>* {
    padding: .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc($table-border-width * 2) solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.form-floating>.form-control-plaintext~label,
.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.list-group-flush>.list-group-item:last-child,
.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.list-group-item+.list-group-item,
.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n),
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-danger,
.table-dark,
.table-info,
.table-light,
.table-primary,
.table-secondary,
.table-success,
.table-warning {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #fff3f0;
    --bs-table-border-color: #e6dbd8;
    --bs-table-striped-bg: #f2e7e4;
    --bs-table-active-bg: #e6dbd8;
    --bs-table-hover-bg: #ece1de
}

.table-secondary {
    --bs-table-bg: #d8e2fd;
    --bs-table-border-color: #c2cbe4;
    --bs-table-striped-bg: #cdd7f0;
    --bs-table-active-bg: #c2cbe4;
    --bs-table-hover-bg: #c8d1ea
}

.table-success {
    --bs-table-bg: #d0f3db;
    --bs-table-border-color: #bbdbc5;
    --bs-table-striped-bg: #c6e7d0;
    --bs-table-active-bg: #bbdbc5;
    --bs-table-hover-bg: #c0e1cb
}

.table-info {
    --bs-table-bg: #ccefff;
    --bs-table-border-color: #b8d7e6;
    --bs-table-striped-bg: #c2e3f2;
    --bs-table-active-bg: #b8d7e6;
    --bs-table-hover-bg: #bdddec
}

.table-warning {
    --bs-table-bg: #fff2d0;
    --bs-table-border-color: #e6dabb;
    --bs-table-striped-bg: #f2e6c6;
    --bs-table-active-bg: #e6dabb;
    --bs-table-hover-bg: #ece0c0
}

.table-danger {
    --bs-table-bg: #ffcccd;
    --bs-table-border-color: #e6b8b9;
    --bs-table-striped-bg: #f2c2c3;
    --bs-table-active-bg: #e6b8b9;
    --bs-table-hover-bg: #ecbdbe
}

.table-light {
    --bs-table-bg: #faf8f2;
    --bs-table-border-color: #e1dfda;
    --bs-table-striped-bg: #eeece6;
    --bs-table-active-bg: #e1dfda;
    --bs-table-hover-bg: #e7e5e0
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #151F37;
    --bs-table-border-color: #2c354b;
    --bs-table-striped-bg: #212a41;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #2c354b;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #273046;
    --bs-table-hover-color: #fff
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.collapsing,
.dropdown-divider,
.dz-overlay-effect1,
.dz-separator-outer,
.form-control[type=file],
.icon-content,
.main-bnr-five .main-slider,
.main-bnr-three .main-slider,
.progress-bx,
.screen-lock,
.wp-block-archives-dropdown select[type=file],
.wp-block-categories-dropdown select[type=file] {
    overflow: hidden
}

.col-form-label {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6
}

.col-form-label-lg {
    padding-top: calc(.5rem + var(--bs-border-width));
    padding-bottom: calc(.5rem + var(--bs-border-width));
    font-size: 1.17188rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + var(--bs-border-width));
    padding-bottom: calc(.25rem + var(--bs-border-width));
    font-size: .82031rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #aeaed5
}

.form-control,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    display: block;
    width: 100%;
    line-height: 1.6;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    appearance: none;
    border-radius: .25rem
}

.form-control:focus,
.wp-block-archives-dropdown select:focus,
.wp-block-categories-dropdown select:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #ffe0da;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 193, 180, .25)
}

.form-control::-webkit-date-and-time-value,
.wp-block-archives-dropdown select::-webkit-date-and-time-value,
.wp-block-categories-dropdown select::-webkit-date-and-time-value {
    height: 1.6em
}

.form-control::-webkit-datetime-edit,
.wp-block-archives-dropdown select::-webkit-datetime-edit,
.wp-block-categories-dropdown select::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::placeholder,
.wp-block-archives-dropdown select::placeholder,
.wp-block-categories-dropdown select::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control-plaintext,
.form-select,
.input-group-text,
select {
    line-height: 1.6;
    color: var(--bs-body-color)
}

.form-control:disabled,
.wp-block-archives-dropdown select:disabled,
.wp-block-categories-dropdown select:disabled {
    background-color: var(--bs-form-control-disabled-bg);
    opacity: 1
}

.form-control::file-selector-button,
.wp-block-archives-dropdown select::file-selector-button,
.wp-block-categories-dropdown select::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border: 0 solid;
    border-inline-end-width: var(--bs-border-width);
    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;
    border-color: inherit
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button,
.wp-block-archives-dropdown select:hover:not(:disabled):not([readonly])::file-selector-button,
.wp-block-categories-dropdown select:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.6em + .5rem + calc($input-border-width * 2));
    padding: .25rem .5rem;
    font-size: .82031rem;
    border-radius: .75rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.6em + 1rem + calc($input-border-width * 2));
    padding: .5rem 1rem;
    font-size: 1.17188rem;
    border-radius: 1rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.6em + .75rem + calc($input-border-width * 2))
}

textarea.form-control-sm {
    min-height: calc(1.6em + .5rem + calc($input-border-width * 2))
}

textarea.form-control-lg {
    min-height: calc(1.6em + 1rem + calc($input-border-width * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.6em + .75rem + calc($input-border-width * 2));
    padding: .375rem
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    border-radius: .25rem
}

.form-control-color.form-control-sm {
    height: calc(1.6em + .5rem + calc($input-border-width * 2))
}

.form-control-color.form-control-lg {
    height: calc(1.6em + 1rem + calc($input-border-width * 2))
}

.form-select,
select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: .9375rem;
    font-weight: 400;
    background-color: var(--bs-form-control-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

.form-check-input:focus,
.form-select:focus,
select:focus {
    border-color: #ffe0da;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 193, 180, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]),
select[multiple],
select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled,
select:disabled {
    background-color: var(--bs-form-control-disabled-bg)
}

.form-select:-moz-focusring,
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .82031rem;
    border-radius: .75rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.17188rem;
    border-radius: 1rem
}

[data-bs-theme=dark] .form-select,
[data-bs-theme=dark] select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
    display: block;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.form-check-input {
    --bs-form-check-bg: var(--bs-form-control-bg);
    width: 1em;
    height: 1em;
    margin-top: .3em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    appearance: none;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:checked {
    background-color: #ffc1b4;
    border-color: #ffc1b4
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #ffc1b4;
    border-color: #ffc1b4;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffe0da'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check:disabled+.wp-block-button__link,
.btn-check[disabled]+.btn,
.btn-check[disabled]+.wp-block-button__link {
    pointer-events: none;
    filter: none;
    opacity: .65
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(255, 193, 180, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(255, 193, 180, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #ffc1b4;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

.form-range::-webkit-slider-thumb:active {
    background-color: #ffece9
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ffc1b4;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

.form-range::-moz-range-thumb:active {
    background-color: #ffece9
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.alert.alert-dismissible,
.carousel,
.counter-box.style-3 .counter-r,
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center,
.dz-ajax-overlay,
.dz-box,
.dz-card.blog-single .dz-post-text ol li,
.dz-card.blog-single .dz-post-text ul li,
.dz-card.style-3 .dz-info .dz-meta ul li,
.dz-info,
.dz-page-text ol li,
.dz-page-text ul li,
.dz-tilte,
.dz-tilte-inner,
.form-floating,
.header-nav .nav>li .mega-menu li,
.header-nav .nav>li .sub-menu li,
.icon-bx-wraper,
.image-tooltip-effect,
.left-border,
.login-account .login-form .secure-input,
.main-bnr-one .text-smile,
.overlay-black-dark,
.overlay-black-light,
.overlay-black-middle,
.overlay-content-box,
.overlay-gradient-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-primary,
.overlay-primary-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-white-dark,
.overlay-white-light,
.overlay-white-middle,
.post-swiper,
.post-swiper-thumb,
.pricingtable-wrapper.style-3 .pricingtable-inner,
.quote-left,
.quote-right,
.right-border,
.searchform,
.service-swiper,
.site-header .container,
.testimonial-swiper-1,
.testimonial-swiper-6,
.testimonial-swiper-7,
.testimonial-wrapper3,
.testimonial-wrapper6,
.testimonial-wrapper7,
footer {
    position: relative
}

.form-floating::before:not(.form-control:disabled) {
    position: absolute;
    top: var(--bs-border-width);
    left: var(--bs-border-width);
    width: calc(100% - (calc(calc(.4em + .1875rem) + calc(.8em + .375rem))));
    height: 1.875em;
    content: "";
    background-color: var(--bs-form-control-bg);
    border-radius: .25rem
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select,
.form-floating>select,
.wp-block-archives-dropdown .form-floating>select,
.wp-block-categories-dropdown .form-floating>select {
    height: calc(3.5rem + calc($input-border-width * 2));
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.wp-block-archives-dropdown .form-floating>select,
.wp-block-categories-dropdown .form-floating>select {
    padding: 1rem .75rem
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-select,
.form-floating>select,
.wp-block-archives-dropdown .form-floating>select:focus,
.wp-block-archives-dropdown .form-floating>select:not(:placeholder-shown),
.wp-block-categories-dropdown .form-floating>select:focus,
.wp-block-categories-dropdown .form-floating>select:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder,
.wp-block-archives-dropdown .form-floating>select::placeholder,
.wp-block-categories-dropdown .form-floating>select::placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill,
.wp-block-archives-dropdown .form-floating>select:-webkit-autofill,
.wp-block-categories-dropdown .form-floating>select:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label,
.form-floating>select~label,
.wp-block-archives-dropdown .form-floating>select:focus~label,
.wp-block-archives-dropdown .form-floating>select:not(:placeholder-shown)~label,
.wp-block-categories-dropdown .form-floating>select:focus~label,
.wp-block-categories-dropdown .form-floating>select:not(:placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label,
.wp-block-archives-dropdown .form-floating>select:-webkit-autofill~label,
.wp-block-categories-dropdown .form-floating>select:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:disabled~label,
.wp-block-archives-dropdown .form-floating>select:disabled~label,
.wp-block-categories-dropdown .form-floating>select:disabled~label {
    color: #6c757d
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select,
.input-group>select,
.wp-block-archives-dropdown .input-group>select,
.wp-block-categories-dropdown .input-group>select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus,
.input-group>select:focus,
.wp-block-archives-dropdown .input-group>select:focus,
.wp-block-categories-dropdown .input-group>select:focus {
    z-index: 5
}

.input-group .btn,
.input-group .wp-block-button__link {
    position: relative;
    z-index: 2
}

.input-group .btn:focus,
.input-group .wp-block-button__link:focus {
    z-index: 5
}

.input-group-text {
    display: flex;
    align-items: center;
    font-size: .9375rem;
    font-weight: 400;
    text-align: center;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.wp-block-button__link,
.input-group-lg>select,
.wp-block-archives-dropdown .input-group-lg>select,
.wp-block-categories-dropdown .input-group-lg>select {
    padding: .5rem 1rem;
    font-size: 1.17188rem;
    border-radius: 1rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.wp-block-button__link,
.input-group-sm>select,
.wp-block-archives-dropdown .input-group-sm>select,
.wp-block-categories-dropdown .input-group-sm>select {
    padding: .25rem .5rem;
    font-size: .82031rem;
    border-radius: .75rem
}

.alert-dismissible,
.input-group-lg>.form-select,
.input-group-lg>select,
.input-group-sm>.form-select,
.input-group-sm>select {
    padding-right: 3rem
}

.invalid-tooltip,
.valid-tooltip {
    z-index: 5;
    display: none;
    padding: .25rem .5rem;
    border-radius: var(--bs-border-radius);
    top: 100%;
    position: absolute;
    max-width: 100%
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.dropdown-toggle-split.wp-block-button__link:first-child,
.btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.wp-block-archives-dropdown .input-group.has-validation>.form-floating:nth-last-child(n+3)>select,
.wp-block-archives-dropdown .input-group:not(.has-validation)>.form-floating:not(:last-child)>select,
.wp-block-categories-dropdown .input-group.has-validation>.form-floating:nth-last-child(n+3)>select,
.wp-block-categories-dropdown .input-group:not(.has-validation)>.form-floating:not(:last-child)>select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc($input-border-width * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group>.btn:nth-child(n+3),
.btn-group>.wp-block-button__link:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn,
.btn-group>:not(.btn-check)+.wp-block-button__link,
.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select,
.input-group>.form-floating:not(:first-child)>select,
.wp-block-archives-dropdown .input-group>.form-floating:not(:first-child)>select,
.wp-block-categories-dropdown .input-group>.form-floating:not(:first-child)>select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-success-text)
}

.valid-tooltip {
    margin-top: .1rem;
    font-size: .82031rem;
    color: #fff;
    background-color: var(--bs-success)
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid,
.was-validated .wp-block-archives-dropdown select:valid,
.was-validated .wp-block-categories-dropdown select:valid,
.wp-block-archives-dropdown .was-validated select:valid,
.wp-block-archives-dropdown select.is-valid,
.wp-block-categories-dropdown .was-validated select:valid,
.wp-block-categories-dropdown select.is-valid {
    border-color: var(--bs-success);
    padding-right: calc(1.6em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2313c24d' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.4em + .1875rem) center;
    background-size: calc(.8em + .375rem) calc(.8em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .wp-block-archives-dropdown select:valid:focus,
.was-validated .wp-block-categories-dropdown select:valid:focus,
.wp-block-archives-dropdown .was-validated select:valid:focus,
.wp-block-archives-dropdown select.is-valid:focus,
.wp-block-categories-dropdown .was-validated select:valid:focus,
.wp-block-categories-dropdown select.is-valid:focus {
    border-color: var(--bs-success);
    box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.6em + .75rem);
    background-position: top calc(.4em + .1875rem) right calc(.4em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid,
.was-validated select:valid,
select.is-valid {
    border-color: var(--bs-success)
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.was-validated select:valid:not([multiple]):not([size]),
.was-validated select:valid:not([multiple])[size="1"],
select.is-valid:not([multiple]):not([size]),
select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2313c24d' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.8em + .375rem) calc(.8em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus,
.was-validated select:valid:focus,
select.is-valid:focus {
    border-color: var(--bs-success);
    box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), .25)
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: calc(3rem + calc(1.6em + .75rem))
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: var(--bs-success)
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: var(--bs-success-text)
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: var(--bs-success-text)
}

.form-check-inline .form-check-input~.invalid-feedback,
.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.input-group>select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid,
.was-validated .input-group>select:not(:focus):valid,
.was-validated .wp-block-archives-dropdown .input-group>select:not(:focus):valid,
.was-validated .wp-block-categories-dropdown .input-group>select:not(:focus):valid,
.wp-block-archives-dropdown .input-group>select:not(:focus).is-valid,
.wp-block-archives-dropdown .was-validated .input-group>select:not(:focus):valid,
.wp-block-categories-dropdown .input-group>select:not(:focus).is-valid,
.wp-block-categories-dropdown .was-validated .input-group>select:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-danger-text)
}

.invalid-tooltip {
    margin-top: .1rem;
    font-size: .82031rem;
    color: #fff;
    background-color: var(--bs-danger)
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.was-validated .wp-block-archives-dropdown select:invalid,
.was-validated .wp-block-categories-dropdown select:invalid,
.wp-block-archives-dropdown .was-validated select:invalid,
.wp-block-archives-dropdown select.is-invalid,
.wp-block-categories-dropdown .was-validated select:invalid,
.wp-block-categories-dropdown select.is-invalid {
    border-color: var(--bs-danger);
    padding-right: calc(1.6em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff0003'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0003' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.4em + .1875rem) center;
    background-size: calc(.8em + .375rem) calc(.8em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .wp-block-archives-dropdown select:invalid:focus,
.was-validated .wp-block-categories-dropdown select:invalid:focus,
.wp-block-archives-dropdown .was-validated select:invalid:focus,
.wp-block-archives-dropdown select.is-invalid:focus,
.wp-block-categories-dropdown .was-validated select:invalid:focus,
.wp-block-categories-dropdown select.is-invalid:focus {
    border-color: var(--bs-danger);
    box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.6em + .75rem);
    background-position: top calc(.4em + .1875rem) right calc(.4em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid,
.was-validated select:invalid,
select.is-invalid {
    border-color: var(--bs-danger)
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.was-validated select:invalid:not([multiple]):not([size]),
.was-validated select:invalid:not([multiple])[size="1"],
select.is-invalid:not([multiple]):not([size]),
select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff0003'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0003' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.8em + .375rem) calc(.8em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.was-validated select:invalid:focus,
select.is-invalid:focus {
    border-color: var(--bs-danger);
    box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), .25)
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: calc(3rem + calc(1.6em + .75rem))
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: var(--bs-danger)
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-danger-text)
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: var(--bs-danger-text)
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.input-group>select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid,
.was-validated .input-group>select:not(:focus):invalid,
.was-validated .wp-block-archives-dropdown .input-group>select:not(:focus):invalid,
.was-validated .wp-block-categories-dropdown .input-group>select:not(:focus):invalid,
.wp-block-archives-dropdown .input-group>select:not(:focus).is-invalid,
.wp-block-archives-dropdown .was-validated .input-group>select:not(:focus):invalid,
.wp-block-categories-dropdown .input-group>select:not(:focus).is-invalid,
.wp-block-categories-dropdown .was-validated .input-group>select:not(:focus):invalid {
    z-index: 4
}

.btn,
.wp-block-button__link {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 0.9375rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.6;
    --bs-btn-color: #777777;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.25rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg)
}

.btn-danger,
.btn-info,
.btn-light,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-warning,
.wp-block-button__link {
    --bs-btn-color: #000;
    --bs-btn-hover-color: #000;
    --bs-btn-active-color: #000;
    --bs-btn-disabled-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:hover,
.wp-block-button__link:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover,
.btn-check+.wp-block-button__link:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible,
.wp-block-button__link:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn,
.btn-check:focus-visible+.wp-block-button__link {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.active.wp-block-button__link,
.btn-check:checked+.btn,
.btn-check:checked+.wp-block-button__link,
.btn.active,
.btn.show,
.btn:first-child:active,
.show.wp-block-button__link,
.wp-block-button__link:first-child:active,
:not(.btn-check)+.btn:active,
:not(.btn-check)+.wp-block-button__link:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.active.wp-block-button__link:focus-visible,
.btn-check:checked+.btn:focus-visible,
.btn-check:checked+.wp-block-button__link:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
.show.wp-block-button__link:focus-visible,
.wp-block-button__link:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
:not(.btn-check)+.wp-block-button__link:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled,
.disabled.wp-block-button__link,
.wp-block-button__link:disabled,
fieldset:disabled .btn,
fieldset:disabled .wp-block-button__link {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    vertical-align: .255em;
    content: "";
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.btn-primary,
.wp-block-button__link {
    --bs-btn-bg: #FFC1B4;
    --bs-btn-border-color: #FFC1B4;
    --bs-btn-hover-bg: #ffcabf;
    --bs-btn-hover-border-color: #ffc7bc;
    --bs-btn-focus-shadow-rgb: 217, 164, 153;
    --bs-btn-active-bg: #ffcdc3;
    --bs-btn-active-border-color: #ffc7bc;
    --bs-btn-disabled-bg: #FFC1B4;
    --bs-btn-disabled-border-color: #FFC1B4
}

.btn-secondary {
    --bs-btn-bg: #3B6FF5;
    --bs-btn-border-color: #3B6FF5;
    --bs-btn-hover-bg: #5885f7;
    --bs-btn-hover-border-color: #4f7df6;
    --bs-btn-focus-shadow-rgb: 50, 94, 208;
    --bs-btn-active-bg: #628cf7;
    --bs-btn-active-border-color: #4f7df6;
    --bs-btn-disabled-bg: #3B6FF5;
    --bs-btn-disabled-border-color: #3B6FF5
}

.btn-success {
    --bs-btn-bg: #13c24d;
    --bs-btn-border-color: #13c24d;
    --bs-btn-hover-bg: #36cb68;
    --bs-btn-hover-border-color: #2bc85f;
    --bs-btn-focus-shadow-rgb: 16, 165, 65;
    --bs-btn-active-bg: #42ce71;
    --bs-btn-active-border-color: #2bc85f;
    --bs-btn-disabled-bg: #13c24d;
    --bs-btn-disabled-border-color: #13c24d
}

.btn-info {
    --bs-btn-bg: #00aeff;
    --bs-btn-border-color: #00aeff;
    --bs-btn-hover-bg: #26baff;
    --bs-btn-hover-border-color: #1ab6ff;
    --bs-btn-focus-shadow-rgb: 0, 148, 217;
    --bs-btn-active-bg: #33beff;
    --bs-btn-active-border-color: #1ab6ff;
    --bs-btn-disabled-bg: #00aeff;
    --bs-btn-disabled-border-color: #00aeff
}

.btn-warning {
    --bs-btn-bg: #FFBD13;
    --bs-btn-border-color: #FFBD13;
    --bs-btn-hover-bg: #ffc736;
    --bs-btn-hover-border-color: #ffc42b;
    --bs-btn-focus-shadow-rgb: 217, 161, 16;
    --bs-btn-active-bg: #ffca42;
    --bs-btn-active-border-color: #ffc42b;
    --bs-btn-disabled-bg: #FFBD13;
    --bs-btn-disabled-border-color: #FFBD13
}

.btn-danger {
    --bs-btn-bg: #ff0003;
    --bs-btn-border-color: #ff0003;
    --bs-btn-hover-bg: #ff2629;
    --bs-btn-hover-border-color: #ff1a1c;
    --bs-btn-focus-shadow-rgb: 217, 0, 3;
    --bs-btn-active-bg: #ff3335;
    --bs-btn-active-border-color: #ff1a1c;
    --bs-btn-disabled-bg: #ff0003;
    --bs-btn-disabled-border-color: #ff0003
}

.btn-light {
    --bs-btn-bg: #faf8f2;
    --bs-btn-border-color: #faf8f2;
    --bs-btn-hover-bg: #d5d3ce;
    --bs-btn-hover-border-color: #c8c6c2;
    --bs-btn-focus-shadow-rgb: 213, 211, 206;
    --bs-btn-active-bg: #c8c6c2;
    --bs-btn-active-border-color: #bcbab6;
    --bs-btn-disabled-bg: #faf8f2;
    --bs-btn-disabled-border-color: #faf8f2
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #151F37;
    --bs-btn-border-color: #151F37;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #384155;
    --bs-btn-hover-border-color: #2c354b;
    --bs-btn-focus-shadow-rgb: 56, 65, 85;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #444c5f;
    --bs-btn-active-border-color: #2c354b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #151F37;
    --bs-btn-disabled-border-color: #151F37
}

.btn-outline-danger,
.btn-outline-info,
.btn-outline-light,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-warning {
    --bs-btn-hover-color: #000;
    --bs-btn-active-color: #000
}

.btn-outline-danger,
.btn-outline-dark,
.btn-outline-info,
.btn-outline-light,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-warning,
.is-style-outline .wp-block-button__link {
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: transparent;
    --bs-gradient: none
}

.btn-outline-primary,
.is-style-outline .wp-block-button__link {
    --bs-btn-color: #FFC1B4;
    --bs-btn-border-color: #FFC1B4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #FFC1B4;
    --bs-btn-hover-border-color: #FFC1B4;
    --bs-btn-focus-shadow-rgb: 255, 193, 180;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #FFC1B4;
    --bs-btn-active-border-color: #FFC1B4;
    --bs-btn-disabled-color: #FFC1B4;
    --bs-btn-disabled-border-color: #FFC1B4
}

.btn-outline-secondary {
    --bs-btn-color: #3B6FF5;
    --bs-btn-border-color: #3B6FF5;
    --bs-btn-hover-bg: #3B6FF5;
    --bs-btn-hover-border-color: #3B6FF5;
    --bs-btn-focus-shadow-rgb: 59, 111, 245;
    --bs-btn-active-bg: #3B6FF5;
    --bs-btn-active-border-color: #3B6FF5;
    --bs-btn-disabled-color: #3B6FF5;
    --bs-btn-disabled-border-color: #3B6FF5
}

.btn-outline-success {
    --bs-btn-color: #13c24d;
    --bs-btn-border-color: #13c24d;
    --bs-btn-hover-bg: #13c24d;
    --bs-btn-hover-border-color: #13c24d;
    --bs-btn-focus-shadow-rgb: 19, 194, 77;
    --bs-btn-active-bg: #13c24d;
    --bs-btn-active-border-color: #13c24d;
    --bs-btn-disabled-color: #13c24d;
    --bs-btn-disabled-border-color: #13c24d
}

.btn-outline-info {
    --bs-btn-color: #00aeff;
    --bs-btn-border-color: #00aeff;
    --bs-btn-hover-bg: #00aeff;
    --bs-btn-hover-border-color: #00aeff;
    --bs-btn-focus-shadow-rgb: 0, 174, 255;
    --bs-btn-active-bg: #00aeff;
    --bs-btn-active-border-color: #00aeff;
    --bs-btn-disabled-color: #00aeff;
    --bs-btn-disabled-border-color: #00aeff
}

.btn-outline-warning {
    --bs-btn-color: #FFBD13;
    --bs-btn-border-color: #FFBD13;
    --bs-btn-hover-bg: #FFBD13;
    --bs-btn-hover-border-color: #FFBD13;
    --bs-btn-focus-shadow-rgb: 255, 189, 19;
    --bs-btn-active-bg: #FFBD13;
    --bs-btn-active-border-color: #FFBD13;
    --bs-btn-disabled-color: #FFBD13;
    --bs-btn-disabled-border-color: #FFBD13
}

.btn-outline-danger {
    --bs-btn-color: #ff0003;
    --bs-btn-border-color: #ff0003;
    --bs-btn-hover-bg: #ff0003;
    --bs-btn-hover-border-color: #ff0003;
    --bs-btn-focus-shadow-rgb: 255, 0, 3;
    --bs-btn-active-bg: #ff0003;
    --bs-btn-active-border-color: #ff0003;
    --bs-btn-disabled-color: #ff0003;
    --bs-btn-disabled-border-color: #ff0003
}

.btn-outline-light {
    --bs-btn-color: #faf8f2;
    --bs-btn-border-color: #faf8f2;
    --bs-btn-hover-bg: #faf8f2;
    --bs-btn-hover-border-color: #faf8f2;
    --bs-btn-focus-shadow-rgb: 250, 248, 242;
    --bs-btn-active-bg: #faf8f2;
    --bs-btn-active-border-color: #faf8f2;
    --bs-btn-disabled-color: #faf8f2;
    --bs-btn-disabled-border-color: #faf8f2
}

.btn-outline-dark {
    --bs-btn-color: #151F37;
    --bs-btn-border-color: #151F37;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #151F37;
    --bs-btn-hover-border-color: #151F37;
    --bs-btn-focus-shadow-rgb: 21, 31, 55;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #151F37;
    --bs-btn-active-border-color: #151F37;
    --bs-btn-disabled-color: #151F37;
    --bs-btn-disabled-border-color: #151F37
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-group-lg>.btn,
.btn-group-lg>.wp-block-button__link,
.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.17188rem;
    --bs-btn-border-radius: 1rem
}

.btn-group-sm>.btn,
.btn-group-sm>.wp-block-button__link,
.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.82031rem;
    --bs-btn-border-radius: 0.75rem
}

.fade {
    transition: opacity .15s linear
}

#pointer-ring.active+#pointer-dot,
.coming-wrapper .inner-content .middle-area .countdown-row .countdown .date .time.lost,
.dz-accordion .accordion-header .accordion-button.collapsed:after,
.dz-accordion.accordion-primary .accordion-header .accordion-button.collapsed:after,
.dz-accordion.head-border .accordion-header .accordion-button.collapsed:after,
.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button.collapsed:after,
.dz-accordion.vertical-border .accordion-header .accordion-button.collapsed:after,
.fade:not(.show),
.mfp-zoom-in.mfp-removing.mfp-bg,
.modal-backdrop.fade,
.offcanvas-backdrop.fade,
.toast.showing {
    opacity: 0
}

.DZ-theme-btn.hide,
.badge:empty,
.collapse:not(.show),
.comment-respond .comment-form p label,
.course-side-bar .dz-meta ul li:last-child:after,
.dz-card.style-2 .dz-meta ul li.dz-date:after,
.dz-card.style-3 .dz-info .dz-meta ul li.dz-date:after,
.dz-card.style-5 .dz-media,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.header-nav .logo-header,
.header-nav .nav>li .mega-menu>li:last-child:after,
.header-transparent .is-fixed .main-bar .container-fluid>.logo-header.logo-light,
.header-transparent .is-fixed .main-bar .container-lg>.logo-header.logo-light,
.header-transparent .is-fixed .main-bar .container-md>.logo-header.logo-light,
.header-transparent .is-fixed .main-bar .container-sm>.logo-header.logo-light,
.header-transparent .is-fixed .main-bar .container-xl>.logo-header.logo-light,
.header-transparent .is-fixed .main-bar .container>.logo-header.logo-light,
.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas .offcanvas-header,
.popover-header:empty,
.site-filters li input,
.site-filters.style-2 .filters li:last-child a:after,
.site-footer.style-2:after,
.site-footer.style-3:after,
.styleswitcher.hide,
.tab-content>.tab-pane,
.testimonial-wrapper6:after,
.testimonial-wrapper7:after,
.toast:not(.show),
.ui-datepicker-header a>span,
.wp-block-quote.is-style-large cite:before {
    display: none
}

.collapsing {
    height: 0;
    transition: height .35s
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: .3em solid;
    border-bottom: 0
}

.breadcrumbs li:first-child a,
.card>hr,
.dropdown-toggle-split::after,
.dropdown-toggle:empty::after,
.dropend .dropdown-toggle-split::after,
.dropend .dropdown-toggle:empty::after,
.dropstart .dropdown-toggle:empty::after,
.dropup .dropdown-toggle-split::after,
.dropup .dropdown-toggle:empty::after,
.m-l0,
.site-filters.style-1 .filters li:first-child,
.site-filters.style-2 .filters li:first-child,
.site-filters.style-3 .filters li:first-child,
.site-filters.style-4 .filters li:first-child,
.site-filters.style-5 .filters li:first-child,
.site-filters.style-6 .filters li:first-child {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 0.9375rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-radius: 0.25rem;
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc($dropdown-border-radius - $dropdown-border-width);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: 0;
    border-bottom: .3em solid
}

.dropend .dropdown-toggle::after,
.dropstart .dropdown-toggle::before {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    content: ""
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-right: 0;
    border-left: .3em solid;
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    border-right: .3em solid;
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.card>hr,
.coming-wrapper .inner-content .middle-area .countdown-row .countdown .date:last-child,
.dropstart .dropdown-toggle-split::before,
.dz-card.style-2 .dz-meta ul li:last-child,
.m-r0,
.pagination.style-2 .page-item:last-child .page-link,
.site-filters.style-1 .filters li:last-child,
.site-filters.style-2 .filters li:last-child,
.site-filters.style-3 .filters li:last-child,
.site-filters.style-4 .filters li:last-child,
.site-filters.style-5 .filters li:last-child,
.site-filters.style-6 .filters li:last-child,
.widget_gallery li:nth-child(3n-3),
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.about-bx2 .dz-media .image-box .info-box-1 span,
.about-bx2 .dz-media .image-box .info-box-2 span,
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active,
.dropdown-menu.show,
.dz-card.blog-half .dz-media a,
.dz-team .dz-position,
.form-select.show.btn-group .dropdown-menu.inner,
.icon-bx-wraper.style-2 .icon-bx .icon-cell,
.single-box .Support span,
.tab-content>.active,
.testimonial-name,
.testimonial-position,
.widget_working ul li span,
select.show.btn-group .dropdown-menu.inner {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .82031rem;
    color: var(--bs-dropdown-header-color)
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-header-color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group-vertical>.wp-block-button__link,
.btn-group>.btn,
.btn-group>.wp-block-button__link {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.active.wp-block-button__link,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:checked+.wp-block-button__link,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn-check:focus+.wp-block-button__link,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.wp-block-button__link:active,
.btn-group-vertical>.wp-block-button__link:focus,
.btn-group-vertical>.wp-block-button__link:hover,
.btn-group>.active.wp-block-button__link,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:checked+.wp-block-button__link,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn-check:focus+.wp-block-button__link,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.btn-group>.wp-block-button__link:active,
.btn-group>.wp-block-button__link:focus,
.btn-group>.wp-block-button__link:hover,
.dz-bnr-inr.style-1 .breadcrumb-row,
.main-bnr-one .bubbles-wrap {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.blog-single .dz-post-media,
.btn-group {
    border-radius: .25rem
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn,
.btn-group>:not(.btn-check:first-child)+.wp-block-button__link {
    margin-left: calc($btn-border-width * -1)
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-group-sm>.wp-block-button__link+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-group-lg>.wp-block-button__link+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.author-box .author-profile-info .author-profile-pic img,
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.wp-block-button__link,
.card-img,
.card-img-bottom,
.card-img-top,
.comment-respond .comment-form p.comment-form-url,
.dz-tabs.style-1 .nav-tabs .nav-link.active:after,
.dz-tabs.style-1 .nav-tabs .nav-link:hover:after,
.dz-team .dz-media img,
.form-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.full-img,
.map-iframe iframe,
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link,
.post-swiper .swiper-slide img,
.post-swiper-thumb .swiper-slide img,
.pricingtable-wrapper.style-3 .pricingtable-inner img,
.progress-stacked>.progress>.progress-bar,
.service-swiper .swiper-slide img,
.widget_text select option,
.wp-block-gallery .blocks-gallery-item.has-add-item-button,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.yoga-media img,
select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.wp-block-button__link:not(:first-child) {
    margin-top: calc($btn-border-width * -1)
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:last-child)>.wp-block-button__link,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.wp-block-button__link,
.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn~.wp-block-button__link,
.btn-group-vertical>.wp-block-button__link~.btn,
.btn-group-vertical>.wp-block-button__link~.wp-block-button__link {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: 0 0;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-pills .nav-link:disabled,
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.25rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #FFC1B4
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.17188rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.17188rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28119, 119, 119, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: 0.25rem;
    --bs-navbar-toggler-focus-width: 0rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar-dark,
[data-bs-theme=dark] .navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color)
}

.card-header-pills,
.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.navbar-text,
.navbar-toggler {
    color: var(--bs-navbar-color)
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

.navbar-toggler:focus {
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.list-group-horizontal,
.navbar-expand .navbar-nav {
    flex-direction: row
}

.about-bx1 .dz-media ul li,
.main-bnr-four .point-list li,
.main-bnr-one .banner-inner .bnr-bg1,
.main-bnr-one .banner-inner .bnr-bg2,
.main-bnr-one .banner-inner .bnr-bg3,
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll,
.progress-stacked>.progress {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.card,
.progress-bar {
    flex-direction: column
}

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1)
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 15px;
    position: relative;
    display: flex;
    min-width: 0;
    height: var(--bs-card-height);
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card-img,
.card-img-top,
.card>.list-group:first-child {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom,
.card>.list-group:last-child {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-width: 0
}

.accordion-flush .accordion-item:first-child,
.accordion-item:not(:first-of-type),
.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.card-footer,
.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg)
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    margin-bottom: 0;
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.accordion-button,
.alert,
.list-group-item,
.page-link {
    position: relative
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23777777'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2320186f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #ffe0da;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0rem rgba(255, 193, 180, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: .9375rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

.badge,
.progress-bar {
    text-align: center;
    white-space: nowrap
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:last-child,
.dz-tooltip-blog>div:last-child .dz-card,
.site-header.style-1 .top-bar {
    border-bottom: 0
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237e78b9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237e78b9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 0.9375rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0rem rgba(255, 193, 180, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #FFC1B4;
    --bs-pagination-active-border-color: #FFC1B4;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.disabled>.page-link,
.page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: calc($pagination-border-width * -1)
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.17188rem;
    --bs-pagination-border-radius: 1rem
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.82031rem;
    --bs-pagination-border-radius: 0.75rem
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.25rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.btn .badge,
.wp-block-button__link .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.25rem;
    --bs-alert-link-color: inherit;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.70313rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #FFC1B4;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

.popover,
.tooltip {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    text-decoration: none;
    word-wrap: break-word;
    text-shadow: none;
    font-style: normal
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #FFC1B4;
    --bs-list-group-active-border-color: #FFC1B4;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.btn-close,
.btn-close:hover {
    color: var(--bs-btn-close-color)
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.form-control span,
.list-group-horizontal>.list-group-item.active,
.m-t0,
.wp-block-archives-dropdown select span,
.wp-block-categories-dropdown select span {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle)
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle)
}

.list-group-item-primary.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-primary-text);
    --bs-list-group-active-border-color: var(--bs-primary-text)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle)
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle)
}

.list-group-item-secondary.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-secondary-text);
    --bs-list-group-active-border-color: var(--bs-secondary-text)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle)
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle)
}

.list-group-item-success.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-success-text);
    --bs-list-group-active-border-color: var(--bs-success-text)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle)
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle)
}

.list-group-item-info.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-info-text);
    --bs-list-group-active-border-color: var(--bs-info-text)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle)
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle)
}

.list-group-item-warning.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-warning-text);
    --bs-list-group-active-border-color: var(--bs-warning-text)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle)
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle)
}

.list-group-item-danger.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-danger-text);
    --bs-list-group-active-border-color: var(--bs-danger-text)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle)
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle)
}

.list-group-item-light.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-light-text);
    --bs-list-group-active-border-color: var(--bs-light-text)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle)
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle)
}

.list-group-item-dark.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-dark-text);
    --bs-list-group-active-border-color: var(--bs-dark-text)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0rem rgba(255, 193, 180, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: var(--bs-btn-close-opacity)
}

.modal-content,
.popover,
.toast,
.toast-header {
    background-clip: padding-box
}

.btn-close:hover {
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white,
[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 30px;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

#pointer-dot,
#pointer-ring,
.modal-dialog,
.toast-container {
    pointer-events: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.6;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin)
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

.modal.show .modal-dialog,
.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body,
.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.popover,
.tooltip,
body {
    line-height: 1.6
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.82031rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    text-align: left;
    text-align: start;
    font-size: var(--bs-tooltip-font-size);
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow,
.dz-overlay-effect2:hover .dz-media:before {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow,
.dz-quik-search.On {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.82031rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc($popover-border-radius - $popover-border-width);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 0.9375rem;
    --bs-popover-header-color: #222222;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    text-align: left;
    text-align: start;
    font-size: var(--bs-popover-font-size);
    background-color: var(--bs-popover-bg);
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.comment-content.dz-page-text,
.dz-post-text iframe,
.offcanvas,
.section-head.style-2,
footer .footer-logo img,
img {
    max-width: 100%
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border: 0 solid transparent
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::after,
.bs-popover-top>.popover-arrow::before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::after,
.bs-popover-end>.popover-arrow::before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::before {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::after,
.bs-popover-start>.popover-arrow::before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after,
.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev,
.post-swiper .btn-prev,
.post-swiper .prev-post-swiper-btn,
.post-swiper .prev-service-swiper-btn,
.post-swiper-thumb .btn-prev,
.post-swiper-thumb .prev-post-swiper-btn,
.post-swiper-thumb .prev-service-swiper-btn,
.service-swiper .btn-prev,
.service-swiper .prev-post-swiper-btn,
.service-swiper .prev-service-swiper-btn {
    left: 0
}

.carousel-control-next,
.post-swiper .btn-next,
.post-swiper .next-post-swiper-btn,
.post-swiper .next-service-swiper-btn,
.post-swiper-thumb .btn-next,
.post-swiper-thumb .next-post-swiper-btn,
.post-swiper-thumb .next-service-swiper-btn,
.right-border:before,
.service-swiper .btn-next,
.service-swiper .next-post-swiper-btn,
.service-swiper .next-service-swiper-btn {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s
}

.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
    right: 0;
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.offcanvas-body,
.offcanvas-header {
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target],
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption,
.testimonial-1 .testimonial-name,
.testimonial-1 .testimonial-position,
.testimonial-1 p,
[data-bs-theme=dark] .carousel .carousel-caption {
    color: #000
}

.spinner-border,
.spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.6
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-sm.offcanvas-bottom,
    .offcanvas-sm.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-sm.show:not(.hiding),
    .offcanvas-sm.showing {
        transform: none
    }

    .offcanvas-sm.hiding,
    .offcanvas-sm.show,
    .offcanvas-sm.showing {
        visibility: visible
    }
}

@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-md.offcanvas-bottom,
    .offcanvas-md.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-md.show:not(.hiding),
    .offcanvas-md.showing {
        transform: none
    }

    .offcanvas-md.hiding,
    .offcanvas-md.show,
    .offcanvas-md.showing {
        visibility: visible
    }
}

@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-lg.offcanvas-bottom,
    .offcanvas-lg.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-lg.show:not(.hiding),
    .offcanvas-lg.showing {
        transform: none
    }

    .offcanvas-lg.hiding,
    .offcanvas-lg.show,
    .offcanvas-lg.showing {
        visibility: visible
    }
}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media (max-width:1169.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-xl.offcanvas-bottom,
    .offcanvas-xl.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xl.show:not(.hiding),
    .offcanvas-xl.showing {
        transform: none
    }

    .offcanvas-xl.hiding,
    .offcanvas-xl.show,
    .offcanvas-xl.showing {
        visibility: visible
    }
}

@media (max-width:1169.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media (max-width:1439.98) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-xxl.offcanvas-bottom,
    .offcanvas-xxl.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xxl.show:not(.hiding),
    .offcanvas-xxl.showing {
        transform: none
    }

    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show,
    .offcanvas-xxl.showing {
        visibility: visible
    }
}

@media (max-width:1439.98) and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

.text-bg-danger,
.text-bg-info,
.text-bg-light,
.text-bg-primary,
.text-bg-secondary,
.text-bg-success,
.text-bg-warning {
    color: #000 !important
}

@media (prefers-reduced-motion:reduce) {

    .form-control,
    .wp-block-archives-dropdown select,
    .wp-block-categories-dropdown select {
        transition: none
    }

    .form-control::file-selector-button,
    .wp-block-archives-dropdown select::file-selector-button,
    .wp-block-categories-dropdown select::file-selector-button {
        transition: none
    }

    .form-select,
    .form-switch .form-check-input,
    select {
        transition: none
    }

    .form-range::-webkit-slider-thumb {
        transition: none
    }

    .form-range::-moz-range-thumb {
        transition: none
    }

    .accordion-button,
    .accordion-button::after,
    .btn,
    .carousel-control-next,
    .carousel-control-prev,
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start,
    .carousel-indicators [data-bs-target],
    .carousel-item,
    .collapsing,
    .collapsing.collapse-horizontal,
    .fade,
    .form-floating>label,
    .modal.fade .modal-dialog,
    .nav-link,
    .navbar-toggler,
    .offcanvas,
    .page-link,
    .progress-bar,
    .wp-block-button__link {
        transition: none
    }

    .progress-bar-animated {
        animation: none
    }

    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.fixed-bottom,
.fixed-top {
    z-index: 1030;
    left: 0;
    right: 0
}

#loading-area,
.ratio>* {
    width: 100%;
    height: 100%
}

.dz-img-overlay1:hover:before,
.offcanvas-backdrop.show,
.overlay-black-middle:before,
.overlay-gradient-middle:before,
.overlay-primary-middle:before,
.overlay-white-middle:before {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y))
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.hstack,
.vstack {
    display: flex;
    align-self: stretch
}

.placeholder.btn::before,
.placeholder.wp-block-button__link::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: 2s ease-in-out infinite placeholder-glow
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: 2s linear infinite placeholder-wave
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%
    }
}

.text-bg-primary {
    background-color: RGBA(255, 193, 180, var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    background-color: RGBA(59, 111, 245, var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    background-color: RGBA(19, 194, 77, var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    background-color: RGBA(0, 174, 255, var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    background-color: RGBA(255, 189, 19, var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    background-color: RGBA(255, 0, 3, var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    background-color: RGBA(250, 248, 242, var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(21, 31, 55, var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: #ffc1b4 !important
}

.link-primary:focus,
.link-primary:hover {
    color: #ffcdc3 !important
}

.link-secondary {
    color: #3b6ff5 !important
}

.link-secondary:focus,
.link-secondary:hover {
    color: #628cf7 !important
}

.link-success {
    color: #13c24d !important
}

.link-success:focus,
.link-success:hover {
    color: #42ce71 !important
}

.link-info {
    color: #00aeff !important
}

.link-info:focus,
.link-info:hover {
    color: #33beff !important
}

.link-warning {
    color: #ffbd13 !important
}

.link-warning:focus,
.link-warning:hover {
    color: #ffca42 !important
}

.link-danger {
    color: #ff0003 !important
}

.link-danger:focus,
.link-danger:hover {
    color: #ff3335 !important
}

.link-light {
    color: #faf8f2 !important
}

.link-light:focus,
.link-light:hover {
    color: #fbf9f5 !important
}

.link-dark {
    color: #151f37 !important
}

.link-dark:focus,
.link-dark:hover {
    color: #11192c !important
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0
}

.fixed-bottom {
    position: fixed;
    bottom: 0
}

.sticky-bottom,
.sticky-top {
    position: sticky;
    z-index: 1020
}

.sticky-bottom {
    bottom: 0
}

.hstack {
    flex-direction: row;
    align-items: center
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    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
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.object-fit-contain {
    object-fit: contain !important
}

.object-fit-cover {
    object-fit: cover !important
}

.object-fit-fill {
    object-fit: fill !important
}

.object-fit-scale {
    object-fit: scale-down !important
}

.object-fit-none {
    object-fit: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100,
.testimonial-wrapper6 .swiper-slide.swiper-slide-active,
.testimonial-wrapper7 .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(var(--bs-body-color-rgb), .175) !important
}

.shadow-none {
    box-shadow: none !important;
    box-shadow: unset
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
    --bs-border-width: 1px
}

.border-2 {
    --bs-border-width: 2px
}

.border-3 {
    --bs-border-width: 3px
}

.border-4 {
    --bs-border-width: 4px
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.form-select1,
.nice-select ul,
.w-100 {
    width: 100% !important
}

#masonry.row,
.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.form-select1 .dropdown-menu ul li,
.p-0,
.wp-block-archives-list,
.wp-block-categories-list,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-rss {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.column-gap-0 {
    column-gap: 0 !important
}

.column-gap-1 {
    column-gap: .25rem !important
}

.column-gap-2 {
    column-gap: .5rem !important
}

.column-gap-3 {
    column-gap: 1rem !important
}

.column-gap-4 {
    column-gap: 1.5rem !important
}

.column-gap-5 {
    column-gap: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.3875rem + 1.65vw) !important
}

.fs-2 {
    font-size: calc(1.35rem + 1.2vw) !important
}

.fs-3 {
    font-size: calc(1.3125rem + .75vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.h1,
.h2,
.h3,
.h5,
.h6,
h1,
h2,
h3,
h5,
h6 {
    font-weight: 600
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base,
.schedule-section .section-head .title {
    line-height: 1.6 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.btn-link,
a,
a.active,
a:focus,
a:hover {
    text-decoration: none
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.site-filters.style-1 .filters li,
.site-filters.style-2 .filters li,
.site-filters.style-3 .filters li,
.site-filters.style-4 .filters li,
.site-filters.style-5 .filters li,
.site-filters.style-6 .filters li,
.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    color: #aeaed5 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    color: var(--bs-emphasis-color) !important
}

.text-reset {
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text) !important
}

.text-success-emphasis {
    color: var(--bs-success-text) !important
}

.text-info-emphasis {
    color: var(--bs-info-text) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text) !important
}

.text-light-emphasis {
    color: var(--bs-light-text) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text) !important
}

.bg-primary {
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-emphasis {
    background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded,
.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important
}

.rounded-circle,
.rounded-xl {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top,
.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-right-radius: var(--bs-border-radius-2xl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end,
.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important
}

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom,
.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.rounded-start,
.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-left-radius: var(--bs-border-radius-2xl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }

    .col-sm {
        flex: 1 0 0%
    }

    .col-sm-auto,
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-12,
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-6,
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-4,
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-3,
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .col-sm-2,
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }

    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .list-group-horizontal-sm,
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler,
    .navbar-expand-sm .offcanvas .offcanvas-header,
    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }

    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }

    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }

    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }

    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }

    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .object-fit-sm-contain {
        object-fit: contain !important
    }

    .object-fit-sm-cover {
        object-fit: cover !important
    }

    .object-fit-sm-fill {
        object-fit: fill !important
    }

    .object-fit-sm-scale {
        object-fit: scale-down !important
    }

    .object-fit-sm-none {
        object-fit: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: .25rem !important
    }

    .row-gap-sm-2 {
        row-gap: .5rem !important
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important
    }

    .column-gap-sm-0 {
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        column-gap: .25rem !important
    }

    .column-gap-sm-2 {
        column-gap: .5rem !important
    }

    .column-gap-sm-3 {
        column-gap: 1rem !important
    }

    .column-gap-sm-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-sm-5 {
        column-gap: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }

    .col-md {
        flex: 1 0 0%
    }

    .col-md-auto,
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-12,
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-md-6,
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-4,
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-3,
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .col-md-2,
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }

    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .list-group-horizontal-md,
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler,
    .navbar-expand-md .offcanvas .offcanvas-header,
    .offcanvas-md .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }

    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }

    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }

    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .object-fit-md-contain {
        object-fit: contain !important
    }

    .object-fit-md-cover {
        object-fit: cover !important
    }

    .object-fit-md-fill {
        object-fit: fill !important
    }

    .object-fit-md-scale {
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        object-fit: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .row-gap-md-2 {
        row-gap: .5rem !important
    }

    .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-5 {
        row-gap: 3rem !important
    }

    .column-gap-md-0 {
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        column-gap: .25rem !important
    }

    .column-gap-md-2 {
        column-gap: .5rem !important
    }

    .column-gap-md-3 {
        column-gap: 1rem !important
    }

    .column-gap-md-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-md-5 {
        column-gap: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }

    .col-lg {
        flex: 1 0 0%
    }

    .col-lg-auto,
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-12,
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-lg-6,
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-4,
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-3,
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .col-lg-2,
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }

    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .list-group-horizontal-lg,
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler,
    .navbar-expand-lg .offcanvas .offcanvas-header,
    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }

    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }

    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }

    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .object-fit-lg-contain {
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        object-fit: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .row-gap-lg-2 {
        row-gap: .5rem !important
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important
    }

    .column-gap-lg-0 {
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        column-gap: .25rem !important
    }

    .column-gap-lg-2 {
        column-gap: .5rem !important
    }

    .column-gap-lg-3 {
        column-gap: 1rem !important
    }

    .column-gap-lg-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-lg-5 {
        column-gap: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1170px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }

    .col-xl {
        flex: 1 0 0%
    }

    .col-xl-auto,
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-12,
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-xl-6,
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-4,
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-3,
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .col-xl-2,
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }

    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .list-group-horizontal-xl,
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler,
    .navbar-expand-xl .offcanvas .offcanvas-header,
    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }

    .modal-xl {
        --bs-modal-width: 1140px
    }

    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }

    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }

    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .object-fit-xl-contain {
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        object-fit: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xl-0 {
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        column-gap: .25rem !important
    }

    .column-gap-xl-2 {
        column-gap: .5rem !important
    }

    .column-gap-xl-3 {
        column-gap: 1rem !important
    }

    .column-gap-xl-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-xl-5 {
        column-gap: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1440) {
    .col-xxl {
        flex: 1 0 0%
    }

    .col-xxl-auto,
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-12,
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-xxl-6,
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-4,
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-3,
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .col-xxl-2,
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }

    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .list-group-horizontal-xxl,
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler,
    .navbar-expand-xxl .offcanvas .offcanvas-header,
    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }

    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }

    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }

    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .object-fit-xxl-contain {
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        object-fit: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xxl-0 {
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        column-gap: .25rem !important
    }

    .column-gap-xxl-2 {
        column-gap: .5rem !important
    }

    .column-gap-xxl-3 {
        column-gap: 1rem !important
    }

    .column-gap-xxl-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-xxl-5 {
        column-gap: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

*,
ul {
    padding: 0
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.625rem
    }

    .h2,
    h2 {
        font-size: 2.25rem
    }

    .h3,
    h3 {
        font-size: 1.875rem
    }

    .h4,
    .wp-block-search .wp-block-search__label,
    h4,
    legend {
        font-size: 1.5rem
    }

    .display-1 {
        font-size: 5rem
    }

    .display-2 {
        font-size: 4.5rem
    }

    .display-3 {
        font-size: 4rem
    }

    .display-4 {
        font-size: 3.5rem
    }

    .display-5 {
        font-size: 3rem
    }

    .display-6 {
        font-size: 2.5rem
    }

    .progress,
    .progress-stacked {
        --bs-progress-font-size: 0.70312rem
    }

    .fs-1 {
        font-size: 2.625rem !important
    }

    .fs-2 {
        font-size: 2.25rem !important
    }

    .fs-3 {
        font-size: 1.875rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

* {
    outline: 0
}

::after,
::before {
    margin: 0;
    padding: 0
}

body {
    color: #777;
    font-size: 1rem;
    font-family: Oswald, sans-serif;
    font-family: var(--font-family-base)
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.site-footer.style-2 .footer-top .footer-title,
.wp-block-search .wp-block-search__label a,
footer .footer-title .title,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--title)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.wp-block-search .wp-block-search__label,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-title);
    color: var(--title)
}

.h1,
h1 {
    line-height: 1.3;
    font-size: 2.625rem
}

.h2,
h2 {
    font-size: 2.25rem;
    line-height: 1.3
}

.h3,
h3 {
    line-height: 1.3;
    font-size: 1.875rem
}

@media only screen and (max-width:991px) {

    .h3,
    h3 {
        font-size: 1.625rem
    }
}

.h4,
.wp-block-search .wp-block-search__label,
h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600
}

.h5,
h5 {
    font-size: 1.25rem;
    line-height: 1.2
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1.2
}

ul {
    margin: 0
}

img {
    border-style: none;
    height: auto;
    vertical-align: middle
}

li {
    list-style: none
}

a {
    outline: 0;
    color: var(--primary);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

a.active,
a:focus,
a:hover {
    outline: 0;
    color: var(--primary-hover)
}

.text-primary {
    color: var(--primary) !important
}

.bg-primary {
    background-color: var(--primary) !important
}

.text-secondary {
    color: var(--secondary) !important
}

.bg-secondary {
    background-color: var(--secondary) !important
}

.bg-light {
    background-color: var(--bg-light) !important
}

.sticky-top {
    top: 100px
}

.bg-dark {
    background-color: var(--dark) !important
}

.overflow-unset {
    overflow: unset !important
}



.h-0 {
    height: 0
}

#main-wrapper {
    opacity: 0;
    transition: .25s ease-in;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 60px
}

.content-body {
    margin: 18px 6px 45px 65px
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.p-lr30,
.row.sp60 [class*=col-],
.sp60 [class*=col-] {
    padding-left: 30px;
    padding-right: 30px
}

::selection {
    color: #fff;
    background: var(--primary)
}

.mfp-bg,
.modal-backdrop {
    z-index: 99999
}

.mfp-wrap,
.modal {
    z-index: 100000
}

[class*=flaticon-] {
    font-family: Flaticon
}

.content-inner {
    padding-top: 100px;
    padding-bottom: 70px
}

.content-inner-1 {
    padding-top: 100px;
    padding-bottom: 100px
}

.content-inner-2 {
    padding-top: 100px;
    padding-bottom: 0
}

.content-inner-3 {
    padding-top: 60px;
    padding-bottom: 30px
}

.p-t0,
.p-tb0 {
    padding-top: 0
}

.p-b0,
.p-tb0 {
    padding-bottom: 0
}

.rounded {
    border-radius: var(--border-radius-base) !important
}

hr {
    margin: 30px 0
}

code {
    font-size: .875em;
    color: #ff5e78;
    word-wrap: break-word;
    background-color: #fff2f5;
    padding: 2px 8px;
    border-radius: 4px
}

.btn-light,
.icon-bx-wraper.style-1.active:after,
.icon-bx-wraper.style-1:hover:after,
.image-box-wrapper.style-1.active:after,
.image-box-wrapper.style-1:hover:after,
.page-wraper,
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff
}

i[class*=flaticon-] {
    display: inline-flex;
    vertical-align: middle
}

#rc-imageselect,
.g-recaptcha {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

#pointer-dot {
    left: -4px;
    top: -4px;
    width: 12px;
    height: 12px;
    position: fixed;
    border-radius: 10px;
    z-index: 999998;
    transition: border-color .5s;
    background: var(--secondary);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .2)
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    display: block;
    border: 2px solid var(--primary) !important;
    position: fixed;
    border-radius: 100px;
    z-index: 999999;
    transition: width .3s, height .3s
}

#pointer-ring.active {
    width: 50px;
    height: 50px;
    opacity: .5
}

#loading-area {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

#loading-area.loading-page-1 {
    background-color: #fff4f4
}

#loading-area.loading-page-1 .loading-inner {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    z-index: 9999999999999999;
    animation: 5s linear infinite loader
}

#loading-area.loading-page-1 .loading-inner .loader {
    height: 2vw;
    max-height: 100%;
    width: 1vw;
    max-width: 100%;
    margin: auto;
    border-radius: 0 10vw;
    box-shadow: inset 0 0 0 .1vw var(--rgba-primary-3), 0 0 1.5vw 0 var(--rgba-primary-3);
    overflow: auto;
    position: absolute;
    background-color: var(--primary)
}

#loading-area.loading-page-1 .loading-inner .loader.one {
    transform: rotate(45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 5.5vw;
    animation: 1s infinite preLoaderRotate
}

#loading-area.loading-page-1 .loading-inner .loader.two {
    transform: rotate(90deg);
    left: 3.5vw;
    right: 0;
    top: 0;
    bottom: 3.5vw;
    animation: 1s .125s infinite preLoaderRotate
}

#loading-area.loading-page-1 .loading-inner .loader.three {
    transform: rotate(135deg);
    left: 5.5vw;
    right: 0;
    top: 0;
    bottom: 0;
    animation: 1s .25s infinite preLoaderRotate
}

#loading-area.loading-page-1 .loading-inner .loader.four {
    transform: rotate(180deg);
    left: 3.5vw;
    right: 0;
    top: 3.5vw;
    bottom: 0;
    animation: 1s .375s infinite preLoaderRotate
}

#loading-area.loading-page-1 .loading-inner .loader.five {
    transform: rotate(225deg);
    left: 0;
    right: 0;
    top: 5.5vw;
    bottom: 0;
    animation: 1s .5s infinite preLoaderRotate
}

#loading-area.loading-page-1 .loading-inner .loader.six {
    transform: rotate(270deg);
    left: 0;
    right: 3.5vw;
    top: 3.5vw;
    bottom: 0;
    animation: 1s .625s infinite preLoaderRotate
}

#loading-area.loading-page-1 .loading-inner .loader.seven {
    transform: rotate(315deg);
    left: 0;
    right: 5.5vw;
    top: 0;
    bottom: 0;
    animation: 1s .75s infinite preLoaderRotate
}

#loading-area.loading-page-1 .loading-inner .loader.eight {
    transform: rotate(360deg);
    left: 0;
    right: 3.5vw;
    top: 0;
    bottom: 3.5vw;
    animation: 1s .875s infinite preLoaderRotate
}

#loading-area.loading-page-2 .loading-inner {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    position: relative
}

#loading-area.loading-page-2 .loading-inner .dot,
#loading-area.loading-page-2 .loading-inner .dot2 {
    background: var(--secondary);
    border-radius: 50%;
    position: absolute
}

#loading-area.loading-page-2 .loading-inner .dot {
    width: 18px;
    height: 18px;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    animation: 2.5s infinite both dzPreLoaderCircle1
}

#loading-area.loading-page-2 .loading-inner .dot2 {
    width: 20px;
    height: 20px;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    animation: 2.5s infinite both dzPreLoaderCircle2
}

#loading-area.loading-page-3 {
    background: top right -60px/40% no-repeat #c8b5a6
}

#loading-area.loading-page-3:after {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: var(--rgba-primary-2)
}

#loading-area.loading-page-3 .loader {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1
}

#loading-area.loading-page-3 .loader:after,
#loading-area.loading-page-3 .loader:before {
    content: "";
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: block;
    position: absolute;
    background-color: #fff;
    opacity: .8;
    z-index: -1
}

#loading-area.loading-page-3 .loader:after {
    animation: 1.5s infinite dzWaveEffect
}

#loading-area.loading-page-3 .loader:before {
    animation: 1.5s infinite dzWaveEffect2
}

#loading-area.loading-page-3 .loader img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    position: absolute;
    right: 10px;
    top: 0
}

@keyframes loader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes loading-1 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes loading-1 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes dzPreLoaderCircle1 {

    0%,
    100% {
        box-shadow: 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary)
    }

    50% {
        transform: translateX(-50%) translateY(-50%) rotate(180deg)
    }

    25%,
    75% {
        box-shadow: 28px 0 0 var(--primary), -28px 0 0 var(--primary), 0 28px 0 var(--primary), 0 -28px 0 var(--primary), 20px -20px 0 var(--primary), 20px 20px 0 var(--primary), -20px -20px 0 var(--primary), -20px 20px 0 var(--primary)
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
        box-shadow: 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary)
    }
}

@keyframes dzPreLoaderCircle2 {

    0%,
    100% {
        box-shadow: 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary)
    }

    50% {
        transform: translateX(-50%) translateY(-50%) rotate(-180deg)
    }

    25%,
    75% {
        box-shadow: 52px 0 0 var(--secondary), -52px 0 0 var(--secondary), 0 52px 0 var(--secondary), 0 -52px 0 var(--secondary), 38px -38px 0 var(--secondary), 38px 38px 0 var(--secondary), -38px -38px 0 var(--secondary), -38px 38px 0 var(--secondary);
        background: 0 0
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(-360deg);
        box-shadow: 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary)
    }
}

sticky-top.font-10 {
    font-size: 10px
}

.font-12 {
    font-size: 12px
}

.font-13,
.pricingtable-wrapper.style-3 .pricingtable-inner .table-price .price .small,
.pricingtable-wrapper.style-3 .pricingtable-inner .table-price .price small {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.dz-skills p,
.font-15,
.icon-bx-wraper.style-1 p,
.icon-bx-wraper.style-8 .icon-content p,
.testimonial-position {
    font-size: 15px
}

.dz-accordion.style-2 .accordion-body p,
.flip-bx .back .inner p .site-button-link,
.font-16,
.widget_profile p,
.widget_working.bg-primary ul li span {
    font-size: 16px
}

.font-18,
.overlay-icon a i,
.section-head.style-1 p,
.testimonial-3 .testimonial-text p,
.yoga-content .text {
    font-size: 18px
}

.font-20,
.page-title p {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24,
.item-search .input-group-addon .search-bar i {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-30 {
    font-size: 30px
}

.font-35 {
    font-size: 35px
}

.font-40 {
    font-size: 40px
}

.font-45 {
    font-size: 45px
}

.dz-box-bg .glyph-icon,
.font-50 {
    font-size: 50px
}

.font-55 {
    font-size: 55px
}

.font-60 {
    font-size: 60px
}

.font-70 {
    font-size: 70px
}

.font-75 {
    font-size: 75px
}

.font-80 {
    font-size: 80px
}

.font-90 {
    font-size: 90px
}

.font-100 {
    font-size: 100px
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-600,
.main-bnr-three .bnr-content-bx .dz-title span {
    font-weight: 600
}

.font-weight-800 {
    font-weight: 800
}

.font-weight-900 {
    font-weight: 900
}

.blog-single .dz-info,
.dz-card.style-5 .dz-info,
.dz-page-text,
.dz-page-text+#comment-list,
.dz-page-text+#comment-list+.paginate-links,
.form-select .dropdown-menu ul li,
.form-select.btn-group .form-control .dropdown-toggle.btn-default,
.form-select.btn-group .wp-block-archives-dropdown select .dropdown-toggle.btn-default,
.form-select.btn-group .wp-block-categories-dropdown select .dropdown-toggle.btn-default,
.header-nav,
.inquiry-modal .modal-content .modal-body,
.p-a0,
.wp-block-archives-dropdown .form-select.btn-group select .dropdown-toggle.btn-default,
.wp-block-archives-dropdown select.btn-group select .dropdown-toggle.btn-default,
.wp-block-categories-dropdown .form-select.btn-group select .dropdown-toggle.btn-default,
.wp-block-categories-dropdown select.btn-group select .dropdown-toggle.btn-default,
select .dropdown-menu ul li,
select.btn-group .form-control .dropdown-toggle.btn-default,
select.btn-group .wp-block-archives-dropdown select .dropdown-toggle.btn-default,
select.btn-group .wp-block-categories-dropdown select .dropdown-toggle.btn-default {
    padding: 0
}

.form-check.form-switch,
.p-l0 {
    padding-left: 0
}

.p-r0 {
    padding-right: 0
}

.p-lr0,
.row.spno [class*=col],
.spno [class*=col] {
    padding-left: 0;
    padding-right: 0
}

.blog-single .dz-post-text,
.p-b5,
.p-tb5 {
    padding-bottom: 5px
}

.p-t5,
.p-tb5 {
    padding-top: 5px
}

.dlab-divider.tb0,
.dz-card.style-5 .dz-title,
.icon-bx-wraper p:last-child,
.m-a0,
.testimonial-text p:last-child,
.widget_calendar table,
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
    margin: 0
}

.m-lr0,
.row.spno,
.spno {
    margin-left: 0;
    margin-right: 0
}

.m-l5,
.m-lr5 {
    margin-left: 5px
}

.list-check li svg,
.m-lr5,
.m-r5,
.video-bx2 svg {
    margin-right: 5px
}

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0
}

.comments-area .comment-list>.comment .comment-body .comment-meta,
.m-b5,
.m-tb5 {
    margin-bottom: 5px
}

.m-t5,
.m-tb5 {
    margin-top: 5px
}

.dz-tabs.style-2 .nav-pills .nav-item,
.dz-tabs.style-3 .nav-pills .nav-item,
.dz-tabs.style-4 .nav-pills .nav-item,
.dz-team.style-2 .dz-media .dz-social-icon ul li,
.p-a5,
.testimonial-detail {
    padding: 5px
}

.p-l5 {
    padding-left: 5px
}

.p-r5 {
    padding-right: 5px
}

.dz-social-icon.icon-gap-5 ul li,
.p-lr5,
.row.sp10 [class*=col-],
.sp10 [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.p-b10,
.p-tb10 {
    padding-bottom: 10px
}

.dz-team.style-4 .dz-content,
.p-t10,
.p-tb10,
.table-striped tfoot tr th {
    padding-top: 10px
}

.m-a5 {
    margin: 5px
}

.m-l10,
.m-lr10 {
    margin-left: 10px
}

.list-check.list-box li svg,
.m-lr10,
.m-r10 {
    margin-right: 10px
}

.comments-area .comment-list>.comment .comment-body p,
.dz-card.blog-half .dz-title,
.dz-card.style-2 .dz-meta,
.dz-meta,
.m-b10,
.m-tb10,
.recent-posts-entry .widget-post-bx .widget-post .dz-meta,
.search-bx form,
.widget-newslatter .input-group {
    margin-bottom: 10px
}

.m-t10,
.m-tb10 {
    margin-top: 10px
}

.p-a10 {
    padding: 10px
}

.p-l10 {
    padding-left: 10px
}

.p-r10 {
    padding-right: 10px
}

.dz-social-icon.icon-gap-10 ul li,
.p-lr10,
.row.sp20 [class*=col-],
.sp20 [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.p-b15,
.p-tb15 {
    padding-bottom: 15px
}

.p-t15,
.p-tb15 {
    padding-top: 15px
}

.m-a10 {
    margin: 10px
}

.m-l15,
.m-lr15 {
    margin-left: 15px
}

.icon-bx-wraper.style-2 .icon-bx,
.m-lr15,
.m-r15,
.pagination-gutter .page-item {
    margin-right: 15px
}

.author-box .author-profile-info .author-profile-content p,
.login-account .account-info-area .login-content .logo,
.m-b15,
.m-tb15,
.section-head .title {
    margin-bottom: 15px
}

.m-t15,
.m-tb15 {
    margin-top: 15px
}

.p-a15,
.table tr td,
.table tr th {
    padding: 15px
}

.p-l15 {
    padding-left: 15px
}

.p-r15,
.post-pagination.style-1 .dz-info {
    padding-right: 15px
}

.p-lr15,
.top-bar .dz-topbar-center,
.top-bar .dz-topbar-left,
.top-bar .dz-topbar-right {
    padding-left: 15px;
    padding-right: 15px
}

.p-b20,
.p-tb20 {
    padding-bottom: 20px
}

.p-t20,
.p-tb20 {
    padding-top: 20px
}

.m-a15 {
    margin: 15px
}

.m-l20,
.m-lr20,
.service-wrapper .dz-box .dz-info {
    margin-left: 20px
}

.blog-post-banner .dz-meta ul li,
.counter-box.style-1 .icon-bx,
.icon-bx-wraper.style-3 .icon-bx,
.m-lr20,
.m-r20,
.testimonial-7 .testimonial-info .details {
    margin-right: 20px
}

.dz-card.style-2 .dz-info p,
.m-b20,
.m-tb20,
.testimonial-6 .testimonial-details,
.widget_contact img,
.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
    margin-bottom: 20px
}

.dz-card.blog-single .dz-post-text blockquote p cite,
.dz-page-text blockquote p cite,
.m-t20,
.m-tb20,
blockquote p cite {
    margin-top: 20px
}

.p-a20 {
    padding: 20px
}

.p-l20 {
    padding-left: 20px
}

.p-r20,
.top-bar .dz-topbar-left li {
    padding-right: 20px
}

.p-lr20,
.row.sp40 [class*=col-],
.sp40 [class*=col-] {
    padding-left: 20px;
    padding-right: 20px
}

.alert-alt,
.author-box .author-profile-info .author-profile-content,
.list-angle-double li,
.p-l25,
.p-lr25 {
    padding-left: 25px
}

.p-lr25,
.p-r25 {
    padding-right: 25px
}

.p-b25,
.p-tb25 {
    padding-bottom: 25px
}

.p-t25,
.p-tb25 {
    padding-top: 25px
}

.m-a20 {
    margin: 20px
}

.m-l25,
.m-lr25 {
    margin-left: 25px
}

.m-lr25,
.m-r25 {
    margin-right: 25px
}

.m-b25,
.m-tb25,
footer .footer-logo {
    margin-bottom: 25px
}

.m-t25,
.m-tb25 {
    margin-top: 25px
}

.dz-accordion.accordion-md .accordion-body,
.p-a25 {
    padding: 25px
}

.p-b30,
.p-tb30 {
    padding-bottom: 30px
}

.p-t30,
.p-tb30 {
    padding-top: 30px
}

.m-a25 {
    margin: 25px
}

.m-l30,
.m-lr30 {
    margin-left: 30px
}

.m-lr30,
.m-r30 {
    margin-right: 30px
}

.course-side-bar .dz-meta,
.m-b30,
.m-tb30,
.media-section,
.site-filters,
.testimonial-1 .testimonial-text,
.wp-block-media-text,
footer .widget_about p {
    margin-bottom: 30px
}

.m-t30,
.m-tb30 {
    margin-top: 30px
}

.dz-card.style-2 .dz-info,
.frame,
.p-a30 {
    padding: 30px
}

.contact-area,
.p-l30 {
    padding-left: 30px
}

.p-l35,
.p-lr35 {
    padding-left: 35px
}

.p-r30 {
    padding-right: 30px
}

.p-lr35,
.p-r35 {
    padding-right: 35px
}

.p-b35,
.p-tb35,
.pricingtable-wrapper.style-2 .pricingtable-features {
    padding-bottom: 35px
}

.p-t35,
.p-tb35 {
    padding-top: 35px
}

.m-a30 {
    margin: 30px
}

.m-l35,
.m-lr35 {
    margin-left: 35px
}

.m-lr35,
.m-r35 {
    margin-right: 35px
}

.m-b35,
.m-tb35,
.pricingtable-wrapper.style-1 .pricingtable-price,
.site-filters.style-2 {
    margin-bottom: 35px
}

.m-t35,
.m-tb35 {
    margin-top: 35px
}

.p-a35 {
    padding: 35px
}

.dz-accordion.accordion-with-icon .accordion-header .accordion-header-text,
.p-l40,
.p-lr40 {
    padding-left: 40px
}

.p-lr40,
.p-r40 {
    padding-right: 40px
}

.p-b40,
.p-tb40 {
    padding-bottom: 40px
}

.p-t40,
.p-tb40 {
    padding-top: 40px
}

.m-a35 {
    margin: 35px
}

.dlab-divider.icon-left,
.m-l40,
.m-lr40 {
    margin-left: 40px
}

.dlab-divider.icon-right,
.m-lr40,
.m-r40 {
    margin-right: 40px
}

.about-condition,
.condition-content,
.dz-form-card .input-group,
.list-check,
.m-b40,
.m-tb40,
.widget_getintuch.style-1 {
    margin-bottom: 40px
}

.m-t40,
.m-tb40 {
    margin-top: 40px
}

.p-a40 {
    padding: 40px
}

.p-l45,
.p-lr45 {
    padding-left: 45px
}

.p-lr45,
.p-r45 {
    padding-right: 45px
}

.p-b45,
.p-tb45 {
    padding-bottom: 45px
}

.p-t45,
.p-tb45 {
    padding-top: 45px
}

.m-a40 {
    margin: 40px
}

.m-l45,
.m-lr45 {
    margin-left: 45px
}

.m-lr45,
.m-r45 {
    margin-right: 45px
}

.m-b45,
.m-tb45,
.site-filters.style-1,
.site-filters.style-3,
.site-filters.style-4,
.site-filters.style-5,
.site-filters.style-6 {
    margin-bottom: 45px
}

.m-t45,
.m-tb45 {
    margin-top: 45px
}

.p-a45 {
    padding: 45px
}

.p-b50,
.p-tb50 {
    padding-bottom: 50px
}

.p-t50,
.p-tb50 {
    padding-top: 50px
}

.m-a45 {
    margin: 45px
}

.m-l50,
.m-lr50 {
    margin-left: 50px
}

.m-lr50,
.m-r50 {
    margin-right: 50px
}

.m-b50,
.m-tb50,
.widget,
footer .widget {
    margin-bottom: 50px
}

.about-wrapper1 .about-info,
.m-t50,
.m-tb50 {
    margin-top: 50px
}

.p-a50 {
    padding: 50px
}

.p-l50,
.res-pl {
    padding-left: 50px
}

.p-r50 {
    padding-right: 50px
}

.coming-wrapper .coming-soon-footer .container-fluid,
.coming-wrapper .coming-soon-footer .container-lg,
.coming-wrapper .coming-soon-footer .container-md,
.coming-wrapper .coming-soon-footer .container-sm,
.coming-wrapper .coming-soon-footer .container-xl,
.p-lr50 {
    padding-left: 50px;
    padding-right: 50px
}

.p-l55,
.p-lr55 {
    padding-left: 55px
}

.p-lr55,
.p-r55 {
    padding-right: 55px
}

.p-b55,
.p-tb55 {
    padding-bottom: 55px
}

.p-t55,
.p-tb55 {
    padding-top: 55px
}

.m-a50 {
    margin: 50px
}

.m-l55,
.m-lr55 {
    margin-left: 55px
}

.m-lr55,
.m-r55 {
    margin-right: 55px
}

.m-b55,
.m-tb55 {
    margin-bottom: 55px
}

.m-t55,
.m-tb55 {
    margin-top: 55px
}

.p-a55 {
    padding: 55px
}

.p-l60,
.p-lr60 {
    padding-left: 60px
}

.p-lr60,
.p-r60 {
    padding-right: 60px
}

.p-b60,
.p-tb60 {
    padding-bottom: 60px
}

.contact-section,
.p-t60,
.p-tb60 {
    padding-top: 60px
}

.m-a55 {
    margin: 55px
}

.m-l60,
.m-lr60 {
    margin-left: 60px
}

.m-lr60,
.m-r60 {
    margin-right: 60px
}

.dzSubscribe.dz-subscribe-wrapper1 .input-group,
.extra-blog,
.m-b60,
.m-tb60 {
    margin-bottom: 60px
}

.m-t60,
.m-tb60 {
    margin-top: 60px
}

.p-a60 {
    padding: 60px
}

.p-l65,
.p-lr65 {
    padding-left: 65px
}

.p-lr65,
.p-r65 {
    padding-right: 65px
}

.p-b65,
.p-tb65 {
    padding-bottom: 65px
}

.p-t65,
.p-tb65 {
    padding-top: 65px
}

.m-a60 {
    margin: 60px
}

.m-l65,
.m-lr65 {
    margin-left: 65px
}

.m-lr65,
.m-r65 {
    margin-right: 65px
}

.m-b65,
.m-tb65 {
    margin-bottom: 65px
}

.m-t65,
.m-tb65 {
    margin-top: 65px
}

.p-a65 {
    padding: 65px
}

.p-l70,
.p-lr70 {
    padding-left: 70px
}

.p-lr70,
.p-r70 {
    padding-right: 70px
}

.p-b70,
.p-tb70 {
    padding-bottom: 70px
}

.p-t70,
.p-tb70 {
    padding-top: 70px
}

.m-a65 {
    margin: 65px
}

.m-l70,
.m-lr70 {
    margin-left: 70px
}

.m-lr70,
.m-r70 {
    margin-right: 70px
}

.m-b70,
.m-tb70 {
    margin-bottom: 70px
}

.m-t70,
.m-tb70 {
    margin-top: 70px
}

.p-a70 {
    padding: 70px
}

.p-l75,
.p-lr75 {
    padding-left: 75px
}

.p-lr75,
.p-r75 {
    padding-right: 75px
}

.p-b75,
.p-tb75 {
    padding-bottom: 75px
}

.p-t75,
.p-tb75 {
    padding-top: 75px
}

.m-a70 {
    margin: 70px
}

.m-l75,
.m-lr75 {
    margin-left: 75px
}

.m-lr75,
.m-r75 {
    margin-right: 75px
}

.m-b75,
.m-tb75 {
    margin-bottom: 75px
}

.m-t75,
.m-tb75 {
    margin-top: 75px
}

.p-a75 {
    padding: 75px
}

.p-b80,
.p-tb80 {
    padding-bottom: 80px
}

.p-t80,
.p-tb80 {
    padding-top: 80px
}

.m-a75 {
    margin: 75px
}

.m-l80,
.m-lr80 {
    margin-left: 80px
}

.m-lr80,
.m-r80 {
    margin-right: 80px
}

.m-b80,
.m-tb80 {
    margin-bottom: 80px
}

.m-t80,
.m-tb80 {
    margin-top: 80px
}

.p-a80 {
    padding: 80px
}

.p-l80 {
    padding-left: 80px
}

.p-r80 {
    padding-right: 80px
}

.header-transparent .container-fluid,
.header-transparent .container-lg,
.header-transparent .container-md,
.header-transparent .container-sm,
.header-transparent .container-xl,
.p-lr80 {
    padding-left: 80px;
    padding-right: 80px
}

.p-l85,
.p-lr85 {
    padding-left: 85px
}

.p-lr85,
.p-r85 {
    padding-right: 85px
}

.p-b85,
.p-tb85 {
    padding-bottom: 85px
}

.p-t85,
.p-tb85 {
    padding-top: 85px
}

.m-a80 {
    margin: 80px
}

.m-l85,
.m-lr85 {
    margin-left: 85px
}

.m-lr85,
.m-r85 {
    margin-right: 85px
}

.m-b85,
.m-tb85 {
    margin-bottom: 85px
}

.m-t85,
.m-tb85 {
    margin-top: 85px
}

.p-a85 {
    padding: 85px
}

.p-l90,
.p-lr90 {
    padding-left: 90px
}

.p-lr90,
.p-r90 {
    padding-right: 90px
}

.p-b90,
.p-tb90 {
    padding-bottom: 90px
}

.p-t90,
.p-tb90 {
    padding-top: 90px
}

.m-a85 {
    margin: 85px
}

.m-l90,
.m-lr90 {
    margin-left: 90px
}

.m-lr90,
.m-r90 {
    margin-right: 90px
}

.m-b90,
.m-tb90 {
    margin-bottom: 90px
}

.m-t90,
.m-tb90 {
    margin-top: 90px
}

.p-a90 {
    padding: 90px
}

.p-l95,
.p-lr95 {
    padding-left: 95px
}

.p-lr95,
.p-r95 {
    padding-right: 95px
}

.p-b95,
.p-tb95 {
    padding-bottom: 95px
}

.p-t95,
.p-tb95 {
    padding-top: 95px
}

.m-a90 {
    margin: 90px
}

.m-l95,
.m-lr95 {
    margin-left: 95px
}

.m-lr95,
.m-r95 {
    margin-right: 95px
}

.m-b95,
.m-tb95 {
    margin-bottom: 95px
}

.m-t95,
.m-tb95 {
    margin-top: 95px
}

.p-a95 {
    padding: 95px
}

.p-l100,
.p-lr100 {
    padding-left: 100px
}

.p-lr100,
.p-r100 {
    padding-right: 100px
}

.p-b100,
.p-tb100 {
    padding-bottom: 100px
}

.p-t100,
.p-tb100,
.style-1.header-transparent+.page-content .dz-bnr-inr.style-1 {
    padding-top: 100px
}

.m-a95 {
    margin: 95px
}

.m-l100,
.m-lr100 {
    margin-left: 100px
}

.m-lr100,
.m-r100 {
    margin-right: 100px
}

.m-b100,
.m-tb100 {
    margin-bottom: 100px
}

.m-t100,
.m-tb100 {
    margin-top: 100px
}

.p-a100 {
    padding: 100px
}

.m-a100 {
    margin: 100px
}

@media only screen and (max-width:576px) {
    .m-xs-t0 {
        margin-top: 0
    }

    .m-xs-b0 {
        margin-bottom: 0
    }

    .p-xs-b0 {
        padding-bottom: 0
    }

    .m-xs-t5 {
        margin-top: 5px
    }

    .m-xs-b5 {
        margin-bottom: 5px
    }

    .p-xs-b5 {
        padding-bottom: 5px
    }

    .m-xs-t10 {
        margin-top: 10px
    }

    .m-xs-b10 {
        margin-bottom: 10px
    }

    .p-xs-b10 {
        padding-bottom: 10px
    }

    .m-xs-t15 {
        margin-top: 15px
    }

    .m-xs-b15 {
        margin-bottom: 15px
    }

    .p-xs-b15 {
        padding-bottom: 15px
    }

    .m-xs-t20 {
        margin-top: 20px
    }

    .m-xs-b20 {
        margin-bottom: 20px
    }

    .p-xs-b20 {
        padding-bottom: 20px
    }

    .m-xs-t25 {
        margin-top: 25px
    }

    .m-xs-b25 {
        margin-bottom: 25px
    }

    .p-xs-b25 {
        padding-bottom: 25px
    }

    .m-xs-t30 {
        margin-top: 30px
    }

    .m-xs-b30 {
        margin-bottom: 30px
    }

    .p-xs-b30 {
        padding-bottom: 30px
    }

    .m-xs-t35 {
        margin-top: 35px
    }

    .m-xs-b35 {
        margin-bottom: 35px
    }

    .p-xs-b35 {
        padding-bottom: 35px
    }

    .m-xs-t40 {
        margin-top: 40px
    }

    .m-xs-b40 {
        margin-bottom: 40px
    }

    .p-xs-b40 {
        padding-bottom: 40px
    }

    .m-xs-t45 {
        margin-top: 45px
    }

    .m-xs-b45 {
        margin-bottom: 45px
    }

    .p-xs-b45 {
        padding-bottom: 45px
    }

    .m-xs-t50 {
        margin-top: 50px
    }

    .m-xs-b50 {
        margin-bottom: 50px
    }

    .p-xs-b50 {
        padding-bottom: 50px
    }

    .m-xs-t55 {
        margin-top: 55px
    }

    .m-xs-b55 {
        margin-bottom: 55px
    }

    .p-xs-b55 {
        padding-bottom: 55px
    }

    .m-xs-t60 {
        margin-top: 60px
    }

    .m-xs-b60 {
        margin-bottom: 60px
    }

    .p-xs-b60 {
        padding-bottom: 60px
    }

    .m-xs-t65 {
        margin-top: 65px
    }

    .m-xs-b65 {
        margin-bottom: 65px
    }

    .p-xs-b65 {
        padding-bottom: 65px
    }

    .m-xs-t70 {
        margin-top: 70px
    }

    .m-xs-b70 {
        margin-bottom: 70px
    }

    .p-xs-b70 {
        padding-bottom: 70px
    }

    .m-xs-t75 {
        margin-top: 75px
    }

    .m-xs-b75 {
        margin-bottom: 75px
    }

    .p-xs-b75 {
        padding-bottom: 75px
    }

    .m-xs-t80 {
        margin-top: 80px
    }

    .m-xs-b80 {
        margin-bottom: 80px
    }

    .p-xs-b80 {
        padding-bottom: 80px
    }

    .m-xs-t85 {
        margin-top: 85px
    }

    .m-xs-b85 {
        margin-bottom: 85px
    }

    .p-xs-b85 {
        padding-bottom: 85px
    }

    .m-xs-t90 {
        margin-top: 90px
    }

    .m-xs-b90 {
        margin-bottom: 90px
    }

    .p-xs-b90 {
        padding-bottom: 90px
    }

    .m-xs-t95 {
        margin-top: 95px
    }

    .m-xs-b95 {
        margin-bottom: 95px
    }

    .p-xs-b95 {
        padding-bottom: 95px
    }

    .m-xs-t100 {
        margin-top: 100px
    }

    .m-xs-b100 {
        margin-bottom: 100px
    }

    .p-xs-b100 {
        padding-bottom: 100px
    }
}

.max-w50 {
    max-width: 50px
}

.max-w60 {
    max-width: 60px
}

.max-w80 {
    max-width: 80px
}

.max-w100 {
    max-width: 100px
}

.max-w200 {
    max-width: 200px
}

.max-w300 {
    max-width: 300px
}

.max-w400 {
    max-width: 400px
}

.max-w500 {
    max-width: 500px
}

.max-w600 {
    max-width: 600px
}

.max-w700 {
    max-width: 700px
}

.max-w800 {
    max-width: 800px
}

.max-w900 {
    max-width: 900px
}

.max-w1000 {
    max-width: 1000px
}

.bg-img-fix {
    background-attachment: unset;
    background-size: cover
}

.page-title {
    position: relative;
    background: center/cover #faf8f2
}

.page-title p {
    font-weight: 500;
    margin-bottom: 5px;
    color: #7272a8;
    text-transform: capitalize
}

.page-title .h3,
.page-title h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize
}

.img-cover,
.video-bx1 img,
.video-bx2 .dz-media img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.img-cover-1 {
    height: 100%;
    width: 100%
}

.img-cover-2 {
    height: 306px;
    width: 100%;
    object-fit: cover
}

.img-cover-3 {
    height: 100% !important;
    width: 100%;
    object-fit: cover
}

.draw>div,
.main-bnr-three .banner-media .main-img,
.main-bnr-three .bnr-content-bx2 .dz-media,
.overlay-black-dark .container,
.overlay-black-dark .container-fluid,
.overlay-black-dark .container-lg,
.overlay-black-dark .container-md,
.overlay-black-dark .container-sm,
.overlay-black-dark .container-xl,
.overlay-black-light .container,
.overlay-black-light .container-fluid,
.overlay-black-light .container-lg,
.overlay-black-light .container-md,
.overlay-black-light .container-sm,
.overlay-black-light .container-xl,
.overlay-black-middle .container,
.overlay-black-middle .container-fluid,
.overlay-black-middle .container-lg,
.overlay-black-middle .container-md,
.overlay-black-middle .container-sm,
.overlay-black-middle .container-xl,
.overlay-gradient-dark .container,
.overlay-gradient-dark .container-fluid,
.overlay-gradient-dark .container-lg,
.overlay-gradient-dark .container-md,
.overlay-gradient-dark .container-sm,
.overlay-gradient-dark .container-xl,
.overlay-gradient-light .container,
.overlay-gradient-light .container-fluid,
.overlay-gradient-light .container-lg,
.overlay-gradient-light .container-md,
.overlay-gradient-light .container-sm,
.overlay-gradient-light .container-xl,
.overlay-gradient-middle .container,
.overlay-gradient-middle .container-fluid,
.overlay-gradient-middle .container-lg,
.overlay-gradient-middle .container-md,
.overlay-gradient-middle .container-sm,
.overlay-gradient-middle .container-xl,
.overlay-primary .container,
.overlay-primary .container-fluid,
.overlay-primary .container-lg,
.overlay-primary .container-md,
.overlay-primary .container-sm,
.overlay-primary .container-xl,
.overlay-primary-dark .container,
.overlay-primary-dark .container-fluid,
.overlay-primary-dark .container-lg,
.overlay-primary-dark .container-md,
.overlay-primary-dark .container-sm,
.overlay-primary-dark .container-xl,
.overlay-primary-light .container,
.overlay-primary-light .container-fluid,
.overlay-primary-light .container-lg,
.overlay-primary-light .container-md,
.overlay-primary-light .container-sm,
.overlay-primary-light .container-xl,
.overlay-primary-middle .container,
.overlay-primary-middle .container-fluid,
.overlay-primary-middle .container-lg,
.overlay-primary-middle .container-md,
.overlay-primary-middle .container-sm,
.overlay-primary-middle .container-xl,
.overlay-white-dark .container,
.overlay-white-dark .container-fluid,
.overlay-white-dark .container-lg,
.overlay-white-dark .container-md,
.overlay-white-dark .container-sm,
.overlay-white-dark .container-xl,
.overlay-white-light .container,
.overlay-white-light .container-fluid,
.overlay-white-light .container-lg,
.overlay-white-light .container-md,
.overlay-white-light .container-sm,
.overlay-white-light .container-xl,
.overlay-white-middle .container,
.overlay-white-middle .container-fluid,
.overlay-white-middle .container-lg,
.overlay-white-middle .container-md,
.overlay-white-middle .container-sm,
.overlay-white-middle .container-xl,
.site-footer .footer-bottom,
.spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image.swiper-bg,
section {
    position: relative;
    z-index: 1
}

.section-head {
    margin-bottom: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 685px
}

.section-head .sub-title {
    text-transform: uppercase;
    color: var(--secondary);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.section-head .p-big {
    font-size: 18px;
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
    line-height: 30px
}

.section-head .title.h2,
.section-head h2.title {
    font-size: 40px;
    font-family: var(--font-family-title)
}

.section-head.style-1 .title {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px
}

.section-head.style-1 .text-pare {
    font-weight: 300;
    font-size: 30px
}

@media only screen and (max-width:1280px) {

    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-left: 20px;
        padding-right: 20px
    }

    #rc-imageselect,
    .g-recaptcha {
        transform: scale(.7);
        -moz-transform: scale(.7);
        -o-transform: scale(.7);
        -webkit-transform: scale(.7);
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }

    .section-head .title.h2,
    .section-head h2.title {
        font-size: 35px
    }

    .section-head {
        margin-bottom: 35px
    }

    .section-head.style-1 .text-pare {
        font-size: 24px
    }

    .section-head.style-1 .title {
        font-size: 35px;
        line-height: 1.3
    }

    .section-head.style-1 p {
        font-size: 16px
    }
}

.section-head.style-2 .title.h2,
.section-head.style-2 h2.title {
    font-size: 45px;
    margin-bottom: 10px
}

@media only screen and (max-width:1280px) {

    .section-head.style-2 .title.h2,
    .section-head.style-2 h2.title {
        font-size: 42px
    }
}

.section-head.style-2 .sub-title {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 600
}

.section-head.style-2 p {
    max-width: 800px;
    margin: auto;
    font-size: 18px
}

@media only screen and (max-width:1280px) {
    .section-head.style-2 .sub-title {
        font-size: 1rem
    }

    .section-head.style-2 p {
        font-size: 16px;
        max-width: 600px
    }

    .res-pl {
        padding-left: 30px
    }
}

.row.sp4,
.sp4 {
    margin-left: -4px;
    margin-right: -4px
}

.row.sp4 [class*=col],
.sp4 [class*=col] {
    padding-left: 4px;
    padding-right: 4px
}

.row.sp15,
.sp15 {
    margin-left: -7px;
    margin-right: -7px
}

.row.sp15 [class*=col],
.sp15 [class*=col] {
    padding-left: 7px;
    padding-right: 7px
}

.dz-social-icon ul,
.dz-social-icon.icon-gap-5 ul,
.row.sp10,
.sp10 {
    margin-left: -5px;
    margin-right: -5px
}

.row.sp60,
.sp60 {
    margin-left: -30px;
    margin-right: -30px
}

.row.sp40,
.sp40 {
    margin-left: -20px;
    margin-right: -20px
}

.dz-social-icon.icon-gap-10 ul,
.row.sp20,
.sp20 {
    margin-left: -10px;
    margin-right: -10px
}

.row.sp16,
.sp16 {
    margin-left: -8px;
    margin-right: -8px
}

.row.sp16 [class*=col-],
.sp16 [class*=col-] {
    padding-left: 8px;
    padding-right: 8px
}

.rounded-lg {
    border-radius: 20px !important
}

.rounded-md {
    border-radius: 10px !important
}

.rounded-sm {
    border-radius: 8px !important
}

.text-orange {
    color: #ff8853
}

.text-yellow {
    color: #ffe713
}

.text-green,
.text-skyblue {
    color: #029e76
}

.btn-outline-danger,
.text-red {
    color: #ff0003
}

.text-blue {
    color: #281e8b
}

.bg-gray {
    background-color: #f3f4f8
}

.bg-orange {
    background-color: #ff8853
}

.bg-yellow {
    background-color: #ffe713 !important
}

.bg-skyblue {
    background-color: #00aeff
}

.bg-red {
    background-color: #ff0003
}

.bg-green {
    background-color: #029e76
}

.bg-blue {
    background-color: #281e8b
}

.bg-pink {
    background-color: #ff5e78
}

.text-black {
    color: #071c35
}

.bg-purple {
    background-color: #9a69f9
}

.bg-dark {
    background-color: #151f37
}

.bg-darkblue {
    background-color: #1e4dc8
}

.scale8 {
    transform: scale(1.85);
    -moz-transform: scale(1.85);
    -webkit-transform: scale(1.85);
    -ms-transform: scale(1.85);
    -o-transform: scale(1.85)
}

.scale7 {
    transform: scale(1.7);
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7)
}

.dz-img-effect.zoom:hover img,
.scale5 {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5)
}

.scale3 {
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3)
}

.dz-img-effect.zoom-slow:hover img,
.scale2 {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.dz-img-effect.shrink:hover img,
.scale08 {
    transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8)
}

.scale05 {
    transform: scale(.5);
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5)
}

.tl {
    transform-origin: left;
    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left
}

.shadow {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05) !important
}

.separator {
    height: 1px;
    width: 100%;
    background: #d3d3d3
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.site-header.box-header .extra-nav,
.site-header.box-header .logo-header {
    height: 82px
}

.site-header.box-header .sticky-header:not(.is-fixed) .main-bar {
    padding: 15px 0;
    box-shadow: none;
    background-color: transparent
}

.site-header.box-header .sticky-header:not(.is-fixed) .main-bar-bx {
    padding: 0 15px;
    border-radius: 10px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(8, 91, 75, .1)
}

.dz-quik-search,
.logo-header img {
    -webkit-transition: .5s;
    -ms-transition: .5s
}

.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #efbb20;
    margin: 0;
    width: 180px;
    height: 100px;
    position: relative;
    z-index: 9
}

.logo-header a,
[class*=icon-bx-][class*=border-] .icon-cell {
    display: table-cell;
    vertical-align: middle
}

.logo-header img {
    max-width: 180px;
    object-fit: contain;
    transition: .5s
}

.logo-header span {
    font-size: 20px;
    letter-spacing: 20px
}

.top-bar {
    background-color: var(--primary);
    color: #212529;
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #d7d7d7
}

.spilt-slider-wrapper .swiper-container-no-flexbox .swiper-slide,
.top-bar .dz-topbar-left {
    float: left
}

.calculator-listing ul li span,
.top-bar .dz-topbar-right {
    float: right
}

.input-line.bg-secondary input-line .form-control,
.input-line.bg-secondary input-line .wp-block-archives-dropdown select,
.input-line.bg-secondary input-line .wp-block-categories-dropdown select,
.site-footer.style-2 .footer-bottom .copyright-text,
.site-footer.style-2 .footer-bottom .copyright-text a,
.site-footer.style-2 .footer-bottom .footer-link a,
.top-bar .dz-social li a,
.top-bar .dz-topbar-center ul a,
.top-bar .dz-topbar-left ul a,
.top-bar .dz-topbar-right ul a,
.wp-block-archives-dropdown .input-line.bg-secondary input-line select,
.wp-block-categories-dropdown .input-line.bg-secondary input-line select,
footer .widget-link a,
footer .wp-block-calendar table caption,
footer .wp-block-calendar table tbody,
footer strong {
    color: #fff
}

.top-bar .dz-topbar-inner {
    margin-left: -15px;
    margin-right: -15px
}

.top-bar .dz-topbar-center ul,
.top-bar .dz-topbar-left ul,
.top-bar .dz-topbar-right ul {
    list-style: none;
    margin: 0 -8px;
    padding: 0
}

.top-bar .dz-topbar-center ul li,
.top-bar .dz-topbar-left ul li,
.top-bar .dz-topbar-right ul li {
    display: inline-block;
    font-size: 15px;
    color: #fff
}

.top-bar .dz-topbar-center ul i,
.top-bar .dz-topbar-left ul i,
.top-bar .dz-topbar-right ul i {
    margin-right: 5px;
    font-size: 17px;
    color: #fff
}

.dz-quik-search {
    background: rgba(33, 37, 41, .95);
    position: fixed;
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    padding: 0 30px;
    z-index: 999;
    overflow: hidden;
    display: none;
    transition: .5s
}

.dz-quik-search form {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    opacity: 1;
    transform: translateY(-50%)
}

.dz-quik-search .form-control,
.dz-quik-search .wp-block-archives-dropdown select,
.dz-quik-search .wp-block-categories-dropdown select,
.wp-block-archives-dropdown .dz-quik-search select,
.wp-block-categories-dropdown .dz-quik-search select {
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: 0 0;
    color: #fff;
    font-size: 20px;
    border-bottom: 2px solid #fff;
    border-radius: 0
}

.dz-quik-search .form-control::-webkit-input-placeholder,
.dz-quik-search .wp-block-archives-dropdown select::-webkit-input-placeholder,
.dz-quik-search .wp-block-categories-dropdown select::-webkit-input-placeholder,
.wp-block-archives-dropdown .dz-quik-search select::-webkit-input-placeholder,
.wp-block-categories-dropdown .dz-quik-search select::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.dz-quik-search .form-control:-ms-input-placeholder,
.dz-quik-search .wp-block-archives-dropdown select:-ms-input-placeholder,
.dz-quik-search .wp-block-categories-dropdown select:-ms-input-placeholder,
.wp-block-archives-dropdown .dz-quik-search select:-ms-input-placeholder,
.wp-block-categories-dropdown .dz-quik-search select:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.dz-quik-search .form-control::placeholder,
.dz-quik-search .wp-block-archives-dropdown select::placeholder,
.dz-quik-search .wp-block-categories-dropdown select::placeholder,
.wp-block-archives-dropdown .dz-quik-search select::placeholder,
.wp-block-categories-dropdown .dz-quik-search select::placeholder {
    color: rgba(255, 255, 255, .8)
}

.dz-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer
}

.site-header {
    position: relative;
    z-index: 9999
}

.site-header .main-bar {
    background: #fff;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05)
}

.site-header .extra-nav {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    height: 100px;
    padding-left: 30px
}

.site-header .extra-nav #quik-search-btn {
    color: #212529;
    cursor: pointer;
    margin-right: 0;
    border: 0;
    width: 45px;
    height: 45px;
    background: #ebebeb;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    border-radius: 45px
}

.site-header .extra-nav ul li .icon {
    padding: 0;
    background: 0 0;
    min-width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px
}

@media only screen and (max-width:1199px) {
    .site-header .extra-nav {
        height: 100px
    }

    .header-nav .nav {
        padding: 0
    }

    .header-nav .nav>li:last-child .sub-menu {
        left: auto;
        right: 0
    }
}

.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 18px 15px;
    padding: 0;
    float: right;
    outline: 0 !important
}

.navicon {
    width: 42px;
    height: 42px;
    background: var(--primary);
    box-shadow: 0 5px 15px -10px var(--primary);
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border-radius: 6px
}

#bg,
.dz-bnr-inr {
    background-size: cover
}

.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    background: var(--theme-text-color);
    left: 8px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.navicon span:first-child {
    top: 11px;
    width: 26px
}

.navicon span:nth-child(2) {
    top: 20px;
    width: 22px
}

.navicon span:nth-child(3) {
    top: 30px;
    width: 17px
}

.navicon.open span:first-child {
    top: 25px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.navicon.open span:nth-child(3) {
    top: 25px;
    width: 26px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.dz-team.style-5:hover .dz-content .dz-social-icon ul li a:hover,
.header-tb .navicon span,
.navicon.style-2 span,
.overlay-white-dark:before,
.overlay-white-light:before,
.overlay-white-middle:before,
.post-header .dz-info .dz-meta ul li:after,
.pricingtable-wrapper.style-2:hover .pricingtable-footer {
    background: #fff
}

.header-nav .nav {
    float: right;
    font-size: 0;
    padding: 0
}

.header-nav .nav>li {
    margin: 0;
    font-weight: 400;
    position: relative
}

.header-nav .nav>li .badge {
    transform: translateY(-2px);
    padding: 4px 7px 3px;
    font-weight: 400;
    margin-left: 5px
}

.header-nav .nav>li.has-mega-menu {
    position: inherit
}

.header-nav .nav>li.has-mega-menu>a:after,
.header-nav .nav>li.sub-menu-down>a:after {
    content: "\f078";
    font-size: 10px;
    margin-left: 7px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.header-nav .nav>li>a {
    color: #071c35;
    font-size: 18px;
    padding: 40px 15px;
    font-family: var(--font-family-base);
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    position: relative;
    border-width: 0 0 0 1px;
    
    line-height: 1.1
}

@media only screen and (max-width:1200px) {
    .m-lg-t0 {
        margin-top: 0
    }

    .m-lg-b0 {
        margin-bottom: 0
    }

    .m-lg-t5 {
        margin-top: 5px
    }

    .m-lg-b5 {
        margin-bottom: 5px
    }

    .m-lg-t10 {
        margin-top: 10px
    }

    .m-lg-b10 {
        margin-bottom: 10px
    }

    .m-lg-t15 {
        margin-top: 15px
    }

    .m-lg-b15 {
        margin-bottom: 15px
    }

    .m-lg-t20 {
        margin-top: 20px
    }

    .m-lg-b20 {
        margin-bottom: 20px
    }

    .m-lg-t25 {
        margin-top: 25px
    }

    .m-lg-b25 {
        margin-bottom: 25px
    }

    .m-lg-t30 {
        margin-top: 30px
    }

    .m-lg-b30 {
        margin-bottom: 30px
    }

    .m-lg-t35 {
        margin-top: 35px
    }

    .m-lg-b35 {
        margin-bottom: 35px
    }

    .m-lg-t40 {
        margin-top: 40px
    }

    .m-lg-b40 {
        margin-bottom: 40px
    }

    .m-lg-t45 {
        margin-top: 45px
    }

    .m-lg-b45 {
        margin-bottom: 45px
    }

    .m-lg-t50 {
        margin-top: 50px
    }

    .m-lg-b50 {
        margin-bottom: 50px
    }

    .m-lg-t55 {
        margin-top: 55px
    }

    .m-lg-b55 {
        margin-bottom: 55px
    }

    .m-lg-t60 {
        margin-top: 60px
    }

    .m-lg-b60 {
        margin-bottom: 60px
    }

    .m-lg-t65 {
        margin-top: 65px
    }

    .m-lg-b65 {
        margin-bottom: 65px
    }

    .m-lg-t70 {
        margin-top: 70px
    }

    .m-lg-b70 {
        margin-bottom: 70px
    }

    .m-lg-t75 {
        margin-top: 75px
    }

    .m-lg-b75 {
        margin-bottom: 75px
    }

    .m-lg-t80 {
        margin-top: 80px
    }

    .m-lg-b80 {
        margin-bottom: 80px
    }

    .m-lg-t85 {
        margin-top: 85px
    }

    .m-lg-b85 {
        margin-bottom: 85px
    }

    .m-lg-t90 {
        margin-top: 90px
    }

    .m-lg-b90 {
        margin-bottom: 90px
    }

    .m-lg-t95 {
        margin-top: 95px
    }

    .m-lg-b95 {
        margin-bottom: 95px
    }

    .m-lg-t100 {
        margin-top: 100px
    }

    .m-lg-b100 {
        margin-bottom: 100px
    }

    .m-lg-r0 {
        margin-right: 0
    }

    .m-lg-l0 {
        margin-left: 0
    }

    .header-nav .nav>li>a {
        font-size: 15px
    }
}

.header-nav .nav>li .mega-menu,
.header-nav .nav>li .sub-menu {
    background-color: #fff;
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
    border-radius: 6px;
    margin-top: 20px;
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, .1);
    text-align: left;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s
}

.header-nav .nav>li .mega-menu li a,
.header-nav .nav>li .sub-menu li a {
    color: #212529;
    display: block;
    font-size: 15px;
    padding: 8px 25px;
    line-height: 1.3;
    text-transform: capitalize;
    position: relative;
    transition: .15s linear;
    -webkit-transition: .15s linear;
    -moz-transition: .15s linear;
    -o-transition: .15s linear;
    font-weight: 500
}

.breadcrumbs li.active a,
.btn-primary .btn-icon-left,
.footer-link li a:hover,
.header-nav .nav>li .mega-menu li:hover>a,
.header-nav .nav>li .sub-menu li:hover>a,
.header-nav .nav>li.active>a,
.site-footer .footer-bottom .copyright-text a,
.site-footer .footer-menu ul li a:hover,
.site-footer.style-2 .footer-bottom .footer-link a:hover,
.site-footer.style-2 .footer-top .widget_services ul li a:hover,
.site-footer.style-3 .footer-bottom .footer-link a:hover,
.site-footer.style-3 .footer-menu ul li a:hover,
.wp-block-button__link .btn-icon-left,
footer .dz-meta ul li a,
footer .dz-meta ul li span {
    color: var(--primary)
}

.header-nav .nav>li .mega-menu li:hover>a:after,
.header-nav .nav>li .sub-menu li:hover>a:after {
    width: 10px
}

.header-nav .nav>li .mega-menu li>.sub-menu,
.header-nav .nav>li .sub-menu li>.sub-menu {
    left: 220px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

@media only screen and (max-width:991px) {

    .h4,
    .wp-block-search .wp-block-search__label,
    h4 {
        font-size: 1.375rem
    }

    .content-inner {
        padding-top: 70px;
        padding-bottom: 40px
    }

    .content-inner-1 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .content-inner-2 {
        padding-top: 70px
    }

    .content-inner-3 {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .dz-order-1 {
        order: 1;
        margin-top: 20px
    }

    #loading-area.loading-page-1 {
        transform: scale(2)
    }

    .m-md-t0 {
        margin-top: 0
    }

    .m-md-b0 {
        margin-bottom: 0
    }

    .m-md-t5 {
        margin-top: 5px
    }

    .m-md-b5 {
        margin-bottom: 5px
    }

    .m-md-t10 {
        margin-top: 10px
    }

    .m-md-b10 {
        margin-bottom: 10px
    }

    .m-md-t15 {
        margin-top: 15px
    }

    .m-md-b15 {
        margin-bottom: 15px
    }

    .m-md-t20 {
        margin-top: 20px
    }

    .m-md-b20 {
        margin-bottom: 20px
    }

    .m-md-t25 {
        margin-top: 25px
    }

    .m-md-b25 {
        margin-bottom: 25px
    }

    .m-md-t30 {
        margin-top: 30px
    }

    .m-md-b30 {
        margin-bottom: 30px
    }

    .m-md-t35 {
        margin-top: 35px
    }

    .m-md-b35 {
        margin-bottom: 35px
    }

    .m-md-t40 {
        margin-top: 40px
    }

    .m-md-b40 {
        margin-bottom: 40px
    }

    .m-md-t45 {
        margin-top: 45px
    }

    .m-md-b45 {
        margin-bottom: 45px
    }

    .m-md-t50 {
        margin-top: 50px
    }

    .m-md-b50 {
        margin-bottom: 50px
    }

    .m-md-t55 {
        margin-top: 55px
    }

    .m-md-b55 {
        margin-bottom: 55px
    }

    .m-md-t60 {
        margin-top: 60px
    }

    .m-md-b60 {
        margin-bottom: 60px
    }

    .m-md-t65 {
        margin-top: 65px
    }

    .m-md-b65 {
        margin-bottom: 65px
    }

    .m-md-t70 {
        margin-top: 70px
    }

    .m-md-b70 {
        margin-bottom: 70px
    }

    .m-md-t75 {
        margin-top: 75px
    }

    .m-md-b75 {
        margin-bottom: 75px
    }

    .m-md-t80 {
        margin-top: 80px
    }

    .m-md-b80 {
        margin-bottom: 80px
    }

    .m-md-t85 {
        margin-top: 85px
    }

    .m-md-b85 {
        margin-bottom: 85px
    }

    .m-md-t90 {
        margin-top: 90px
    }

    .m-md-b90 {
        margin-bottom: 90px
    }

    .m-md-t95 {
        margin-top: 95px
    }

    .m-md-b95 {
        margin-bottom: 95px
    }

    .m-md-t100 {
        margin-top: 100px
    }

    .m-md-b100 {
        margin-bottom: 100px
    }

    .m-md-r0 {
        margin-right: 0
    }

    .m-md-l0 {
        margin-left: 0
    }

    .logo-header {
        width: 180px;
        height: 80px
    }

    .logo-header img {
        width: 165px
    }

    .header-nav .nav>li .mega-menu li>.sub-menu,
    .header-nav .nav>li .sub-menu li>.sub-menu,
    .top-bar {
        display: none
    }

    .site-header .extra-nav {
        height: 80px
    }

    .header-nav {
        overflow-y: scroll;
        position: fixed;
        width: 60px;
        left: -280px;
        height: 100vh !important;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        top: 0;
        background-color: #fff;
        margin: 0;
        z-index: 99
    }

    .header-nav.show {
        left: -1px;
        -webkit-transition: .8s;
        -ms-transition: .8s;
        transition: .8s;
        margin: 0;
        width: 280px
    }

    .header-nav .logo-header {
        padding: 30px 20px;
        float: none;
        height: auto;
        width: 240px
    }

    .header-nav .nav>li.has-mega-menu>a:after,
    .header-nav .nav>li.sub-menu-down>a:after {
        content: "\f054";
        background-color: var(--primary);
        color: #fff;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        font-size: 12px;
        margin: 0;
        border-radius: 6px
    }

    .header-nav .nav>li.has-mega-menu>a:after:before {
        content: "\f054"
    }

    .header-nav .nav>li {
        border-bottom: 1px solid #eee;
        width: 100%
    }

    .header-nav .nav>li.sub-menu-down>a:after:before {
        content: "\f054"
    }

    .header-nav .nav>li.sub-menu-down.open>a:after {
        content: "\f078"
    }

    .header-nav .nav>li>a {
        padding: 8px 0;
        display: block;
        line-height: 30px;
        font-size: 16px
    }

    .header-nav .nav>li .mega-menu,
    .header-nav .nav>li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: 0 0;
        box-shadow: none;
        margin: 0;
        border-top: 1px solid #eee;
        padding: 10px 0;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none
    }

    .header-nav .nav>li .mega-menu>li>a i,
    .header-nav .nav>li .sub-menu>li>a i {
        color: var(--primary) !important;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        font-size: 14px !important;
        margin: 0 !important;
        background: var(--rgba-primary-2)
    }

    .header-nav .nav>li .mega-menu li a,
    .header-nav .nav>li .sub-menu li a {
        padding: 2px 0 1px 16px;
        display: block;
        line-height: 30px;
        position: relative
    }

    .header-nav .nav>li .mega-menu li a:after,
    .header-nav .nav>li .sub-menu li a:after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        width: auto;
        height: auto;
        background: 0 0 !important;
        top: 3px;
        color: #262f5a;
        font-size: 12px;
        position: absolute;
        left: 0;
        font-weight: 700
    }

    .header-nav .nav>li .mega-menu li:hover>a,
    .header-nav .nav>li .sub-menu li:hover>a {
        padding: 2px 0 1px 16px;
        background: 0 0
    }

    .header-nav .nav>li .mega-menu .mega-menu,
    .header-nav .nav>li .mega-menu .sub-menu,
    .header-nav .nav>li .sub-menu .mega-menu,
    .header-nav .nav>li .sub-menu .sub-menu {
        border-top: 0;
        padding-left: 20px
    }

    .header-nav .nav>li .mega-menu .mega-menu li a:after,
    .header-nav .nav>li .mega-menu .sub-menu li a:after,
    .header-nav .nav>li .sub-menu .mega-menu li a:after,
    .header-nav .nav>li .sub-menu .sub-menu li a:after {
        width: 5px;
        content: "";
        height: 5px;
        background: #262f5a !important;
        border-radius: 4px;
        top: 13px
    }
}

.header-nav .nav>li .sub-menu li>a>i {
    color: inherit;
    display: block;
    float: right;
    font-size: 12px;
    opacity: 1;
    margin-top: 7px;
    border-radius: 6px
}

.form-select.btn-group .dropdown-toggle .caret:before,
.header-nav .nav>li .sub-menu.open>a>i:before,
select.btn-group .dropdown-toggle .caret:before {
    content: "\f078"
}

.header-nav .nav>li .sub-menu>li.open>a i:before {
    content: "\f107"
}

.header-nav .nav>li .mega-menu {
    width: 100%;
    z-index: 9;
    padding: 0;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    display: table;
    left: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    margin-top: 20px
}

.header-nav .nav>li .mega-menu>li {
    display: table-cell;
    padding: 30px 0 20px;
    position: relative;
    vertical-align: top;
    width: 25%
}

.header-nav .nav>li .mega-menu>li>a {
    color: #151f37;
    display: block;
    padding: 0 20px 15px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.header-nav .nav>li .mega-menu>li li i,
.header-nav .nav>li .mega-menu>li>a>i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px
}

.header-nav .nav>li .mega-menu>li:after {
    content: "";
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 100%
}

.header-nav .nav>li .mega-menu>li:hover>a {
    color: #151f37;
    background-color: transparent
}

.header-nav .nav>li .mega-menu>li ul {
    margin-top: 15px;
    padding: 0
}

.header-nav .nav>li:hover>.mega-menu,
.header-nav .nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s
}

.header-nav .nav>li:hover>.mega-menu li:hover>.sub-menu,
.header-nav .nav>li:hover>.sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    top: -1px
}

.header-nav .nav>li.open .mega-menu,
.header-nav .nav>li.open .open .mega-menu,
.header-nav .nav>li.open .open .sub-menu,
.header-nav .nav>li.open .sub-menu {
    display: block;
    opacity: 1;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none
}

.header-nav .nav>li.open .open.menu-item-has-children>a:before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.header-nav .navbar,
.main-bar-wraper.sticky-no .main-bar {
    position: unset
}

.header-nav .dz-social-icon {
    display: none;
    text-align: center
}

.header-nav .dz-social-icon ul {
    margin: 0 -2px
}

.header-nav .dz-social-icon li {
    display: inline-block;
    padding: 0 2px
}

.header-nav .dz-social-icon a {
    width: 35px;
    height: 35px;
    padding: 0;
    color: var(--primary);
    border: 1px solid #d3d3d3;
    line-height: 33px;
    text-align: center;
    border-radius: var(--border-radius-base);
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.header-nav .dz-social-icon a:hover {
    background-color: var(--primary);
    color: #fff;
    box-shadow: 0 5px 15px var(--rgba-primary-4)
}

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.header-transparent .main-bar,
.header-transparent .top-bar {
    background: 0 0
}

.header-transparent .is-fixed .main-bar .container-fluid>.logo-header.logo-dark,
.header-transparent .is-fixed .main-bar .container-lg>.logo-header.logo-dark,
.header-transparent .is-fixed .main-bar .container-md>.logo-header.logo-dark,
.header-transparent .is-fixed .main-bar .container-sm>.logo-header.logo-dark,
.header-transparent .is-fixed .main-bar .container-xl>.logo-header.logo-dark,
.header-transparent .is-fixed .main-bar .container>.logo-header.logo-dark,
.list-2,
.list-2-column ul {
    display: table
}

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    background: #fff;
    transition: .5s;
    -webkit-animation: .95s forwards headerSlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: .95s forwards headerSlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: .95s forwards headerSlideDown;
    animation: .95s forwards headerSlideDown
}

.btn-dark .btn-icon-left,
.btn-outline-dark,
.dz-team.style-5:hover .dz-content .dz-social-icon ul li a:hover i,
.text-black .nav>li>a {
    color: #151f37
}

.nice-select .list,
.text-black .navbar-toggler span {
    background: #151f37
}

.main-bar {
    -webkit-transition: .3s cubic-bezier(.39, .575, .565, 1);
    -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition: .3s cubic-bezier(.39, .575, .565, 1);
    -ms-transition: .3s cubic-bezier(.39, .575, .565, 1);
    -o-transition: .3s cubic-bezier(.39, .575, .565, 1);
    transition: .3s cubic-bezier(.39, .575, .565, 1)
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

.site-header.style-1 {
    --headerheight: 80px
}

.site-header.style-1 .main-bar {
    box-shadow: none;
    background-color: transparent;
    padding: 15px 0
}

.site-header.style-1 .extra-nav {
    height: var(--headerheight);
    padding-left: 60px
}

.site-header.style-1 .logo-header {
    height: var(--headerheight)
}

.site-header.style-1 .logo-header img {
    max-width: 240px
}

.site-header.style-1.header-border {
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

@media only screen and (min-width:1024px) {
    .site-header.style-1 .header-nav .nav>li>a {
        padding: 30px 12px
    }
}

@media only screen and (min-width:991px) {
    .site-header.box-header .header-nav .nav>li>a {
        padding: 30px 15px;
        line-height: 1.2
    }

    .site-header.style-1 .header-nav .nav>li.active>a:before,
    .site-header.style-1 .header-nav .nav>li:hover>a:before {
        transform: translateY(0);
        opacity: 1
    }
}

.site-header.style-1 .is-fixed .main-bar {
    box-shadow: 0 14px 30px 0 rgba(225, 50, 0, .1);
    background-color: #fff;
    padding: 0
}

.site-header.style-1 .is-fixed .main-bar .box-header:after {
    box-shadow: none
}

.dz-bnr-inr {
    height: 450px;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%
}

.dz-bnr-inr .container {
    display: table;
    height: 100%;
    z-index: 1;
    position: relative
}

.dz-bnr-inr .dz-bnr-inr-entry {
    vertical-align: middle;
    display: table-cell
}

.dz-bnr-inr .h1,
.dz-bnr-inr h1 {
    margin-bottom: 0;
    color: #fff;
    
}

.dz-bnr-inr.dz-bnr-inr-sm {
    height: 300px
}

.dz-bnr-inr.dz-bnr-inr-md {
    height: 450px
}

.dz-bnr-inr.dz-bnr-inr-lg {
    height: 100vh
}

.dz-bnr-inr.bnr-no-img:before,
.form-select .dropdown-toggle:after,
select .dropdown-toggle:after {
    content: none
}

.breadcrumb-row ul {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    margin: 0;
    border-radius: 10px;
    display: inline-block;
    align-items: center;
    padding: 13px 30px
}

@media only screen and (max-width:991px) {
    .header-nav .nav>li .mega-menu {
        display: none;
        padding: 10px 0
    }

    .header-nav .nav>li .mega-menu>li {
        width: 100%;
        padding: 0;
        display: block
    }

    .header-nav .nav>li .mega-menu>li>a {
        display: none
    }

    .header-nav .nav>li .mega-menu>li:after {
        content: none
    }

    .header-nav .nav>li .mega-menu>li ul {
        margin-top: 0;
        padding: 0 20px
    }

    .header-nav .nav>li:hover>.mega-menu,
    .header-nav .nav>li:hover>.sub-menu {
        -webkit-transition: none;
        -ms-transition: none;
        transition: none
    }

    .header-nav .nav {
        float: none;
        padding: 0 20px
    }

    .header-nav .dz-social-icon {
        display: block;
        padding: 30px 10px 20px
    }

    .mo-left .header-nav {
        overflow-y: scroll;
        position: fixed;
        width: 60px;
        left: -280px;
        height: 100vh !important;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        top: 0;
        background-color: #fff;
        margin: 0;
        z-index: 99
    }

    .mo-left .header-nav.nav-dark {
        background-color: #202020
    }

    .mo-left .header-nav.show {
        left: -1px;
        transition: .8s;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -o-transition: .8s;
        margin: 0;
        width: 280px
    }

    .mo-left .header-nav .logo-header {
        display: block;
        float: none;
        height: auto !important;
        max-width: 100%;
        padding: 25px 20px;
        width: 100% !important
    }

    .mo-left .header-nav .logo-header img {
        max-width: unset;
        width: 150px;
        vertical-align: middle
    }

    .mo-left .header-nav li.open a {
        position: relative
    }

    .mo-left .navbar-toggler.open {
        z-index: 99
    }

    .mo-left .navbar-toggler.open:after {
        background-color: rgba(0, 0, 0, .6);
        content: "";
        left: 0;
        position: fixed;
        right: -20px;
        top: -63px;
        transform: scale(100);
        -o-transform: scale(100);
        -moz-transform: scale(100);
        -webkit-transform: scale(100);
        width: 100%;
        z-index: -1;
        transition: .5s;
        transform-origin: top right;
        margin: 0 0 0 20px;
        -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, .6);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, .6)
    }

    .mo-left .navbar-toggler.open span {
        background: #fff
    }

    .dz-bnr-inr,
    .dz-bnr-inr.dz-bnr-inr-md {
        height: 350px
    }

    .breadcrumb-row ul {
        padding: 6px 25px
    }
}

.breadcrumb-row ul li {
    padding: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #222
}

.breadcrumb-row ul li.active {
    color: #222
}

.breadcrumb-row ul li a,
.btn-secondary .btn-icon-left {
    color: var(--secondary)
}

.breadcrumb-row ul .breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    color: var(--secondary);
    font-weight: 700;
    font-family: 'Line Awesome Free';
    font-size: 15px;
    padding-right: 10px;
    top: 0;
    position: relative
}

.dz-bnr-inr.style-1 {
    z-index: 1;
    height: 580px;
    position: relative;
    padding-bottom: 150px;
    background: linear-gradient(180deg, rgba(255, 193, 180, 0) 0, var(--rgba-primary-5) 100%)
}

@media only screen and (max-width:1480px) {
    .section-head .p-big {
        font-size: 16px
    }

    .header-nav .nav>li:last-child .sub-menu .sub-menu,
    .header-nav .nav>li:nth-last-child(2) .sub-menu .sub-menu,
    .header-nav .nav>li:nth-last-child(3) .sub-menu .sub-menu {
        left: -220px
    }

    .dz-bnr-inr.style-1 {
        height: 500px
    }
}

@media only screen and (max-width:991px) {
    .dz-bnr-inr.style-1 {
        height: 400px;
        padding-bottom: 100px
    }
}

.dz-bnr-inr.style-1 .h1,
.dz-bnr-inr.style-1 h1 {
    color: var(--title);
    font-size: 55px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px
}

@media only screen and (max-width:1480px) {

    .dz-bnr-inr.style-1 .h1,
    .dz-bnr-inr.style-1 h1 {
        font-size: 48px
    }
}

.dz-bnr-inr.style-1 .bg-image {
    margin-bottom: -1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%
}

.course-single .dz-info,
.page-title {
    padding: 30px 0
}

.page-title.dashboard {
    background: 0 0;
    margin-left: 75px;
    padding: 20px 0 0
}

.page-title .page-title-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.page-title .page-title-content p span {
    font-weight: 500;
    color: var(--primary)
}

.breadcrumbs {
    display: flex;
    justify-content: flex-end
}

.breadcrumbs li a {
    color: #aeaed5;
    display: inline-block;
    margin-left: 15px;
    font-size: 14px
}

.bottom {
    background: #1b2a4e
}

.bottom .bottom-logo p {
    line-height: 30px;
    font-weight: 400;
    color: #aaa
}

.bottom .bottom-widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase
}

.bottom .bottom-widget ul li a {
    color: #aaa;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block
}

footer .widget-logo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

footer .widget-logo ul li {
    display: inline-block;
    flex: 50%;
    padding: 0 15px 15px 0
}

@media only screen and (max-width:1191px) {
    footer .widget_about {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}

footer .footer-title {
    margin: 0 0 12px;
    position: relative
}

footer .footer-title .dz-separator {
    position: absolute;
    bottom: 0;
    left: 0
}

footer .footer-top {
    padding-top: 85px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:1280px) {

    .navicon.open span:first-child,
    .navicon.open span:nth-child(3) {
        top: 20px;
        width: 25px
    }

    .header-transparent .container-fluid,
    .header-transparent .container-lg,
    .header-transparent .container-md,
    .header-transparent .container-sm,
    .header-transparent .container-xl {
        padding-left: 15px;
        padding-right: 15px
    }

    footer .widget {
        margin-bottom: 35px
    }

    footer .footer-top {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .site-footer.style-2 .footer-top {
        padding-top: 85px;
        padding-bottom: 0
    }
}

@media only screen and (max-width:991px) {

    .dz-bnr-inr.style-1 .h1,
    .dz-bnr-inr.style-1 h1 {
        font-size: 42px
    }

    .bottom .bottom-widget {
        margin-bottom: 30px
    }

    footer .footer-top {
        padding-bottom: 20px
    }
}

footer .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

footer .widget-link li {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 20px
}

footer .widget_services ul li a {
    color: inherit;
    display: block;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

footer .widget_archive ul li,
footer .widget_categories ul li,
footer .widget_meta ul li,
footer .widget_nav_menu li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_recent_entries ul li,
footer .widget_services ul li,
footer .wp-block-archives-list li,
footer .wp-block-categories-list li,
footer .wp-block-latest-posts li {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

footer .widget_rss ul li {
    --title: #fff;
    border-bottom: .0625rem solid rgba(255, 255, 255, .1)
}

footer .widget_calendar td,
footer .widget_calendar th,
footer .widget_tag_cloud .tagcloud a,
footer .wp-block-tag-cloud a {
    border-color: rgba(255, 255, 255, .1)
}

.contact-ft {
    text-align: center;
    margin-bottom: 40px
}

.contact-ft i {
    color: var(--primary);
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block
}

.contact-ft .h4,
.contact-ft .wp-block-search .wp-block-search__label,
.contact-ft h4,
.wp-block-search .contact-ft .wp-block-search__label {
    color: #fff;
    text-decoration: underline
}

.contact-ft .h5,
.contact-ft h5 {
    color: #fff;
    font-weight: 400
}

.list-column ul {
    display: flex;
    flex-wrap: wrap
}

.inquiry-modal .inquiry-adv,
.list-column ul li {
    flex: 0 0 50%;
    max-width: 50%
}

.download-file ul,
.fb-link {
    list-style: none;
    margin: 0;
    padding: 0
}

.fb-link li a {
    color: #fff;
    position: relative
}

.fb-link li a:after {
    content: "";
    background: var(--primary);
    width: 5px;
    height: 5px
}

.footer-link {
    margin: 0 -15px;
    text-align: end
}

.footer-link li {
    display: inline-block;
    position: relative;
    padding: 0 15px
}

.footer-link li a,
.site-footer .footer-bottom .copyright-text {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 400
}

.site-footer {
    color: #444;
    background-position: center;
    overflow: hidden;
    background-color: #151f37;
    background-blend-mode: luminosity
}

.site-footer .footer-title {
    display: inline-block;
    color: #fff
}

.site-footer .footer-logo.logo-center {
    background: var(--secondary);
    width: 140px;
    height: 150px;
    border-radius: 0 0 20px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -90px auto 0;
    padding: 20px
}

.site-footer .footer-menu ul {
    text-align: center;
    margin: 0 -15px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.site-footer .footer-menu ul li {
    padding: 0 15px;
    display: inline-block;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.site-footer .footer-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.site-footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    opacity: .8
}

@media only screen and (max-width:991px) {

    .site-footer .widget,
    footer .footer-bottom,
    footer .footer-bottom .text-left,
    footer .footer-bottom .text-right {
        text-align: center !important
    }

    footer .footer-bottom {
        padding: 10px 0
    }

    footer .footer-bottom .text-right {
        margin-top: 10px
    }

    .footer-link {
        text-align: center
    }

    .site-footer .footer-menu {
        margin-bottom: 30px
    }

    .site-footer .footer-menu ul {
        margin: 0 -10px
    }

    .site-footer .footer-menu ul li {
        padding: 4px 10px
    }

    .site-footer .footer-logo.logo-center {
        margin: -90px auto 40px
    }

    .site-footer.style-2 .widget {
        text-align: left !important
    }
}

.site-footer.style-2 {
    color: #444;
    overflow: hidden;
    position: relative;
    background-color: var(--bg-light);
    z-index: 1
}

.site-footer.style-2 .footer-top .footer-logo.logo-left {
    width: 215px;
    height: 78px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: -85px 0 30px;
    background: var(--primary);
    border-radius: 0 0 20px 20px
}

.site-footer.style-2 .footer-top .widget_services ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    color: var(--primary)
}

.site-footer.style-2 .footer-top .dzSubscribe.dz-subscribe-wrapper1 input {
    background: #fff;
    color: #222
}

.site-footer.style-2 .footer-top .dzSubscribe.dz-subscribe-wrapper1 input::placeholder {
    color: #222
}

.dz-img-overlay1.overlay-primary,
.dz-img-overlay11.overlay-primary,
.dz-img-overlay12.overlay-primary,
.dz-img-overlay2.overlay-primary,
.dz-img-overlay3.overlay-primary,
.dz-img-overlay4.overlay-primary,
.dz-img-overlay5.overlay-primary,
.dz-img-overlay6.overlay-primary,
.dz-img-overlay7.overlay-primary,
.dz-img-overlay8.overlay-primary,
.dz-img-overlay9.overlay-primary,
.overlay-primary-dark:before,
.overlay-primary-light:before,
.overlay-primary-middle:before,
.overlay-primary:before,
.schedule-table .event:hover,
.site-footer.style-2 .footer-top .dzSubscribe.dz-subscribe-wrapper1 .mail-sent,
.site-footer.style-3 .dzSubscribe.dz-subscribe-wrapper1 .mail-sent,
.site-footer.style-3 .footer-logo.logo-center,
.swiper-pagination.style-2 .swiper-pagination-bullet-active,
.testimonial-swiper-6 .num-pagination .btn-next:hover,
.testimonial-swiper-6 .num-pagination .btn-prev:hover,
.toggle-checkbox:checked+.toggle-switch,
.wp-block-quote.is-large.style-1 cite:before,
.wp-block-quote.is-style-large.style-1 cite:before,
blockquote.style-1 cite:before,
blockquote.wp-block-pullquote.alignleft.style-1 cite:before,
blockquote.wp-block-pullquote.alignright.style-1 cite:before,
blockquote.wp-block-pullquote.style-1 cite:before,
blockquote.wp-block-quote.style-1 cite:before {
    background: var(--primary)
}

.dz-team.style-5:hover .dz-content,
.form-check-input.checkbox-secondary:checked,
.list-check-2.list-box li:hover,
.progress-bx.style-5 .progress .progress-bar,
.site-filters.style-3 .filters li.active a,
.site-filters.style-3 .filters li:hover a,
.site-filters.style-5 .filters li.active a,
.site-filters.style-5 .filters li:hover a,
.site-filters.style-6 .filters li.active,
.site-filters.style-6 .filters li:hover,
.site-footer.style-2 .footer-bottom,
.testimonial-wrapper1 .swiper-slide.swiper-slide-active .testimonial-1 {
    background-color: var(--secondary)
}

.site-footer .footer-bg {
    position: absolute;
    right: 0;
    bottom: 65px;
    z-index: -1
}

.site-footer.style-3 {
    background-color: #fff;
    background-blend-mode: unset
}

.site-footer.style-3 .footer-menu ul li a,
.site-footer.style-3 .footer-title {
    color: #222
}

.site-footer.style-3 .dzSubscribe.dz-subscribe-wrapper1 input {
    background: var(--rgba-primary-1);
    color: #222
}

.site-footer.style-3 .dzSubscribe.dz-subscribe-wrapper1 input::placeholder {
    color: #222
}

.site-footer.style-3 .footer-bottom {
    border-color: rgba(0, 0, 0, .1)
}

.site-footer.style-3 .footer-bottom .copyright-text,
.site-footer.style-3 .footer-bottom .footer-link a {
    color: rgba(0, 0, 0, .5)
}

.section-wrapper1 {
    padding-top: 80px;
    padding-bottom: 300px;
    position: relative;
    z-index: 1;
    background: var(--gradient2)
}

.circle1,
.circle1:after,
.circle1:before {
    position: absolute;
    background-color: #fff
}

.section-wrapper1:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 16%;
    right: -17px;
    background-image: url(../images/pattern/cloud.svg);
    width: 100%;
    height: 175px;
    background-repeat: repeat-x;
    -webkit-animation: 30s linear infinite slide
}

.section-wrapper1 .bg-image {
    margin-bottom: -3px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%
}

@media only screen and (max-width:1280px) {
    .site-footer .footer-bg {
        display: none
    }

    .section-wrapper1 {
        padding-bottom: 270px
    }
}

@media only screen and (max-width:991px) {
    .section-wrapper1:after {
        display: none
    }

    .section-wrapper1 {
        padding-bottom: 200px
    }
}

@-webkit-keyframes scroll {
    100% {
        background-position: 3000px 0
    }
}

.circle1 {
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    z-index: -1;
    bottom: 67px;
    right: 5%
}

.section-wrapper2,
.section-wrapper3 {
    z-index: 1;
    background: var(--gradient1);
    position: relative
}

.circle1:after,
.circle1:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    border-radius: 100%;
    display: block;
    opacity: .5
}

.circle1:after {
    animation: 2.5s infinite dzWaveEffect
}

.circle1:before {
    animation: 2.5s infinite dzWaveEffect2
}

.circle1.style-1 {
    bottom: 35px;
    left: 12%;
    width: 12vw;
    height: 12vw
}

.circle1.style-2 {
    bottom: 60px;
    right: 5%
}

.section-wrapper2:after,
.section-wrapper3:after {
    content: "";
    right: 0;
    background-repeat: repeat-x;
    -webkit-animation: 15s linear infinite slide;
    position: absolute;
    width: 100%
}

@-webkit-keyframes dzWaveEffect {
    form {
        transform: scale(1.1)
    }

    to {
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes dzWaveEffect2 {
    form {
        transform: scale(1.1)
    }

    to {
        transform: scale(1.4);
        opacity: 0
    }
}

.section-wrapper2 {
    padding-top: 80px;
    padding-bottom: 300px
}

.section-wrapper2:after {
    z-index: -1;
    bottom: 19%;
    background-image: url(../images/pattern/cloud2.svg);
    height: 230px
}

.section-wrapper2 .bg-image {
    margin-bottom: -3px;
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%
}

.section-wrapper3 {
    padding-bottom: 300px;
    overflow: hidden
}

.section-wrapper3:after {
    z-index: -1;
    bottom: 28%;
    background-image: url(../images/pattern/cloud.svg);
    height: 175px
}

.section-wrapper3 .bg-image {
    position: absolute;
    bottom: 0;
    margin-bottom: -3px;
    z-index: 0;
    width: 100%
}

@media only screen and (max-width:1680px) {
    .site-footer .footer-bg {
        right: -87px
    }

    .section-wrapper3:after {
        bottom: 16%
    }

    .section-wrapper3 {
        padding-bottom: 260px
    }

    .section-wrapper3 .bg-image {
        margin-bottom: -15px
    }
}

@media only screen and (max-width:1480px) {
    .section-wrapper2 {
        padding-bottom: 250px
    }

    .section-wrapper3 {
        padding-bottom: 230px
    }

    .section-wrapper3 .bg-image {
        margin-bottom: -1px
    }
}

@media only screen and (max-width:1280px) {
    .section-wrapper2 {
        padding-bottom: 200px
    }

    .section-wrapper3:after {
        bottom: 11%
    }

    .section-wrapper3 {
        padding-top: 50px;
        padding-bottom: 210px
    }
}

@media only screen and (max-width:991px) {
    .circle1 {
        bottom: 25px
    }

    .circle1.style-1 {
        bottom: 15px
    }

    .circle1.style-2 {
        bottom: 20px
    }

    .section-wrapper2:after,
    .section-wrapper3:after {
        display: none
    }

    .section-wrapper2 {
        padding-bottom: 155px
    }

    .section-wrapper3 {
        padding-bottom: 145px
    }

    .form-control,
    .wp-block-archives-dropdown select,
    .wp-block-categories-dropdown select {
        height: 50px
    }
}

.section-wrapper4 {
    position: relative;
    padding-bottom: 0
}

.section-wrapper4:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: -1
}

.fade-circle {
    width: 250px;
    height: 250px;
    background: rgba(249, 207, 208, .3);
    filter: blur(150px);
    position: absolute;
    top: -8rem;
    border-radius: 50%;
    left: -10rem;
    opacity: .9;
    filter: blur(120px)
}

.fade-circle.style-1 {
    right: -4rem !important;
    bottom: -2rem !important;
    left: auto;
    top: auto
}

.fade-circle-img {
    height: 191.06px;
    width: 286.98px;
    position: absolute;
    bottom: 30%;
    left: -1rem
}

.fade-circle-img img {
    height: 100%;
    opacity: .7
}

.fade-circle-img.style-1 {
    bottom: 40%;
    display: flex;
    justify-content: flex-end;
    right: 0;
    width: 219.69px;
    left: auto;
    opacity: .7;
    height: 146.26px
}

.dz-box:hover .dz-img-overlay6:before,
.dz-card.blog-half .swiper-container,
.dz-img-overlay6:hover:before,
.dz-img-overlay7:after,
.dz-img-overlay7:before,
.dz-img-overlay8:after,
.dz-img-overlay8:before,
.dz-media.height-md .post-swiper,
.dz-team.style-6:hover:after,
.main-bnr-four .banner-inner .row,
.main-bnr-one .banner-inner .row,
.main-bnr-two .banner-inner .row,
.map-iframe.style-3,
.map-iframe.style-3 iframe,
.section-wrapper5 .dz-media,
.section-wrapper6 .dz-media,
.section-wrapper7 .dz-media,
.testimonial-wrapper7 .dz-media {
    height: 100%
}

.section-wrapper5 .dz-media img,
.section-wrapper6 .dz-media img,
.section-wrapper7 .dz-media img,
.testimonial-wrapper7 .dz-media img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.section-wrapper5 .acc-media-bg {
    position: absolute;
    top: 202px;
    z-index: -1;
    left: 267px
}

.section-wrapper5 .acc-media-dots {
    position: absolute;
    right: 0;
    bottom: 95px;
    z-index: -1
}

@media only screen and (max-width:1680px) {
    .section-wrapper5 .acc-media-bg {
        left: 150px
    }
}

@media only screen and (max-width:1600px) {
    .section-wrapper5 .acc-media-bg {
        left: 100px
    }
}

@media only screen and (max-width:1480px) {
    .section-wrapper5 .acc-media-bg {
        left: 50px
    }
}

.section-wrapper6 .blog-wave {
    position: absolute;
    right: 0;
    bottom: 20px
}

.section-wrapper6 .blog-wave2 {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1
}

.section-wrapper6 .blog-circle {
    position: absolute;
    border: 5px solid var(--primary);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    top: 130px;
    right: 12%
}

.section-wrapper6 .blog-circle.style-1 {
    width: 70px;
    height: 70px;
    border: 5px solid #dffff9;
    top: 20px;
    right: 310px
}

@media only screen and (max-width:1680px) {
    .section-wrapper6 .blog-wave {
        bottom: 10px
    }

    .section-wrapper6 .blog-wave2 {
        top: 30px;
        left: -30px
    }

    .section-wrapper6 .blog-circle.style-1 {
        right: 200px
    }
}

.section-wrapper7 .big-wave {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.section-wrapper7 .dots {
    left: 0;
    top: 56px;
    position: absolute;
    z-index: -1
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: -1920px
    }
}

#bg {
    background-attachment: fixed
}

@media only screen and (min-width:1281px) {
    .boxed .page-wraper {
        max-width: 1280px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }

    .boxed .main-bar {
        transform: translateX(-50%);
        left: 50%;
        max-width: 1280px
    }

    .boxed .site-footer.style-1 .girl-img {
        width: 200px
    }

    .boxed .about-bx3 .dz-media .image-box {
        height: 280px;
        width: 280px;
        top: -90px;
        left: -30px
    }

    .boxed .main-bnr-two .banner-media {
        width: 950px;
        height: 680px
    }

    .boxed .main-bnr-two .bnr-left-fix-content {
        display: none
    }

    .boxed .main-bnr-two .banner-inner {
        min-height: 800px
    }

    .boxed .main-bnr-two .banner-inner .data-text {
        font-size: 500px
    }

    .boxed .main-bnr-two .banner-content {
        padding-top: 50px
    }

    .boxed .main-bnr-one .banner-media {
        width: 27vw
    }

    .boxed .main-bnr-one .banner-inner {
        min-height: 950px
    }

    .boxed .main-bnr-one .banner-inner .bnr-bg1 {
        width: 15vw
    }

    .boxed .main-bnr-one .banner-inner .bnr-bg2,
    .boxed .site-footer .footer-bg {
        width: 10vw
    }

    .boxed .main-bnr-one .banner-inner .bnr-bg3 {
        top: 16%;
        width: 3vw
    }

    .boxed .main-bnr-three .banner-content {
        margin-left: 50px;
        margin-right: 50px
    }

    .boxed .main-bnr-three .banner-content .title {
        font-size: 50px
    }

    .boxed .circle1 {
        width: 9vw;
        height: 9vw;
        right: 6%
    }

    .boxed .about-bx2 .dz-media {
        transform: translateX(-20px);
        margin: 0 -20px -50px
    }

    .boxed .about-bx2 .dz-media .image-box .info-box-1,
    .boxed .about-bx2 .dz-media .image-box .info-box-2 {
        font-size: 16px;
        padding: 12px 20px
    }

    .boxed .about-bx2 .dz-media .image-box .info-box-1 {
        right: 90px;
        top: 50px
    }

    .boxed .about-bx2 .dz-media .image-box .info-box-2 {
        left: -50px
    }

    .boxed .portfolio-wrapper .portfolio-wrapper-inner {
        padding-bottom: 85px
    }

    .boxed .testimonial-wrapper7 .num-pagination {
        top: auto;
        left: 0;
        width: 100px;
        transform: translateY(0);
        bottom: -80px;
        display: flex
    }

    .boxed .about-wrapper3 {
        padding-bottom: 155px
    }

    .boxed .section-wrapper1,
    .boxed .section-wrapper3 {
        padding-bottom: 250px
    }

    .boxed .testimonial-swiper-1 .btn-prev {
        left: 0
    }

    .boxed .testimonial-swiper-1 .btn-next {
        right: 0
    }

    .boxed .dz-bnr-inr.style-1 {
        height: 500px
    }

    .boxed .login-account .login-form {
        padding: 0
    }

    .boxed .login-account .account-info-area .login-content .title {
        font-size: 48px
    }

    .boxed .login-account .account-info-area .login-content .sub-title {
        font-size: 24px
    }

    .boxed .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date {
        margin-right: 90px
    }

    .boxed .coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder {
        transform: translate(-54.5%, -46.5%)
    }

    .boxed .under-construction .dz-head {
        font-size: 75px
    }

    .boxed .under-construction p {
        font-size: 38px
    }
}

.frame .page-wraper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    height: auto !important
}

.frame .is-fixed .main-bar {
    left: 0;
    width: 100%;
    margin: 0;
    position: unset
}

.frame button.scroltop {
    right: 50px;
    bottom: 50px
}

.frame .site-footer .footer-bg {
    width: 20vw
}

@media only screen and (max-width:1281px) {
    .frame {
        padding: 0 !important
    }

    .frame button.scroltop {
        right: 15px;
        bottom: 15px
    }
}

.card .card-body,
.card-header {
    padding: 20px 30px;
    background: #fff
}

.theme-sharped {
    --border-radius-base: 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none
}

.theme-rounded {
    --border-radius-base: 10px;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none
}

.theme-bg-color {
    background-color: var(--theme-bg-color)
}

.card {
    border: 0 solid #e1e1f0;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 36px 48px rgba(31, 66, 135, .04);
    background: #fff
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1f0
}

.card-title {
    font-size: 24px;
    margin-bottom: 0
}

.card .card-body {
    border-radius: 15px
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-bottom: 10px;
    background: 0 0;
    border-color: #e1e1f0
}

.form-control,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    height: 50px;
    border: 1px solid gray;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    transition: .3s ease-in-out;
    background: #fff;
    border-radius: var(--border-radius-base)
}

.form-control .select,
.wp-block-archives-dropdown select .select,
.wp-block-categories-dropdown select .select {
    padding: 12px 0
}

.form-control::-webkit-input-placeholder,
.wp-block-archives-dropdown select::-webkit-input-placeholder,
.wp-block-categories-dropdown select::-webkit-input-placeholder {
    color: #777
}

.form-control:-ms-input-placeholder,
.wp-block-archives-dropdown select:-ms-input-placeholder,
.wp-block-categories-dropdown select:-ms-input-placeholder {
    color: #777
}

.form-control::placeholder,
.wp-block-archives-dropdown select::placeholder,
.wp-block-categories-dropdown select::placeholder {
    color: #777
}

.form-control.active,
.form-control:active,
.form-control:focus,
.form-select.active,
.form-select:active,
.form-select:focus,
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover,
.wp-block-archives-dropdown select.active,
.wp-block-archives-dropdown select:active,
.wp-block-archives-dropdown select:focus,
.wp-block-categories-dropdown select.active,
.wp-block-categories-dropdown select:active,
.wp-block-categories-dropdown select:focus,
select.active,
select:active,
select:focus {
    border-color: var(--primary)
}

.input-line .form-control,
.input-line .wp-block-archives-dropdown select,
.input-line .wp-block-categories-dropdown select,
.wp-block-archives-dropdown .input-line select,
.wp-block-categories-dropdown .input-line select {
    padding: 0;
    padding-left: 6;
    height: 38px;
    line-height: 1.2;
    border: 1px solid #151f37;
    font-size: 14px;
    border-radius: 6px;
    color: #222;
    font-weight: 500;
    background-color: transparent
}

.input-line textarea::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #222
}

.input-line .form-control::placeholder,
.input-line .wp-block-archives-dropdown select::placeholder,
.input-line .wp-block-categories-dropdown select::placeholder,
.wp-block-archives-dropdown .input-line select::placeholder,
.wp-block-categories-dropdown .input-line select::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #222
}

.input-line .default-select {
    padding: 0;
    background: 0 0;
    border: 0
}

.input-line .default-select button {
    border-bottom: 1px solid #000 !important;
    border-width: 0 0 1px;
    border-radius: 0;
    height: 48px;
    padding: 6px 0;
    background-color: transparent;
    color: #222;
    font-weight: 500;
    background-image: none;
    position: relative;
    font-size: 16px
}

.input-line .default-select button:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 16px;
    border: 0
}

.input-line .default-select button:active,
.input-line .default-select button:focus,
.input-line .default-select button:hover {
    color: #222 !important;
    font-weight: 500;
    font-size: 16px;
    background-color: transparent;
    border-color: transparent
}

.input-line.input-white .form-control,
.input-line.input-white .wp-block-archives-dropdown select,
.input-line.input-white .wp-block-categories-dropdown select,
.wp-block-archives-dropdown .input-line.input-white select,
.wp-block-categories-dropdown .input-line.input-white select {
    color: #fff;
    border-color: rgba(255, 255, 255, .8)
}

.input-line.input-white .form-control::placeholder,
.input-line.input-white .wp-block-archives-dropdown select::placeholder,
.input-line.input-white .wp-block-categories-dropdown select::placeholder,
.wp-block-archives-dropdown .input-line.input-white select::placeholder,
.wp-block-categories-dropdown .input-line.input-white select::placeholder {
    color: #fff
}

.input-line.input-white .default-select {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .8) !important;
    border-radius: 0
}

.input-line.input-white .default-select button {
    color: #fff !important;
    border-bottom: none !important
}

.input-line.input-white .default-select:option {
    color: #222 !important
}

textarea.form-control {
    min-height: unset;
    height: auto
}

input:-internal-autofill-selected {
    background: #fff !important;
    color: -internal-light-dark-color(black, #fff) !important
}

.input-group-text {
    padding: 5px 15px;
    background: #fff;
    margin-bottom: 0 !important;
    color: #777;
    border-color: transparent
}

.lg-item,
.toggle {
    cursor: pointer;
    display: block
}

.toggle-switch {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 16px;
    width: 45px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    transition: background .25s
}

.dz-accordion .accordion-header .accordion-button.collapsed .toggle-close,
.dz-accordion.accordion-primary .accordion-header .accordion-button.collapsed .toggle-close,
.dz-accordion.head-border .accordion-header .accordion-button.collapsed .toggle-close,
.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button.collapsed .toggle-close,
.dz-accordion.vertical-border .accordion-header .accordion-button.collapsed .toggle-close,
.toggle-switch:after,
.toggle-switch:before {
    content: ""
}

.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0, #eee 100%);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 1px;
    left: 3px;
    transition: left .25s
}

.file-upload-wrapper:after,
.file-upload-wrapper:before {
    position: absolute;
    top: 0;
    height: calc(1.5em + 1rem + 2px);
    font-weight: 400;
    pointer-events: none
}

.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0, #fff 100%)
}

.toggle-checkbox:checked+.toggle-switch:before {
    left: 26px
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden
}

.toggle-label {
    margin-left: 15px;
    position: relative;
    top: 2px;
    font-size: 16px;
    font-weight: 400
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    border: 1px solid #e1e1f0;
    border-radius: 5px;
    color: #aeaed5
}

.file-upload-wrapper:after {
    content: attr(data-text);
    left: 0;
    background: #fff;
    padding: 4px 15px;
    display: block;
    width: calc(100% - 40px);
    z-index: 20;
    line-height: 30px;
    border-radius: 5px 10px 10px 5px;
    overflow: hidden
}

.file-upload-wrapper:before {
    content: 'Upload';
    right: 0;
    display: inline-block;
    background: var(--primary);
    color: #fff;
    z-index: 25;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: capitalize;
    border-radius: 0 5px 5px 0
}

.btn-hover-1:after,
.dz-ajax-overlay:after {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: flex
}

.file-upload-wrapper:hover:before {
    background: #ff9781
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: calc(1.5em + 1rem + 2px);
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%
}

#ui-datepicker-div {
    display: none;
    background: #fafafa;
    box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .1);
    margin-top: .25rem;
    border-radius: .5rem;
    padding: .5rem
}

.ui-datepicker-calendar thead th {
    padding: .25rem 0;
    text-align: center;
    font-size: .75rem;
    font-weight: 400;
    color: #777
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: .25rem;
    line-height: 2rem;
    transition: .3s;
    color: #777;
    font-size: .875rem;
    text-decoration: none
}

.btn-social.btn-secondary:hover,
.dz-team.style-3:hover .dz-media .dz-social-icon ul li:hover .btn-social,
.main-bnr-four .main-btn:hover i,
.main-bnr-one .main-btn:hover i,
.main-bnr-two .main-btn:hover i,
.post-swiper .btn-next:hover,
.post-swiper .btn-prev:hover,
.post-swiper .next-post-swiper-btn:hover,
.post-swiper .next-service-swiper-btn:hover,
.post-swiper .prev-post-swiper-btn:hover,
.post-swiper .prev-service-swiper-btn:hover,
.post-swiper-thumb .btn-next:hover,
.post-swiper-thumb .btn-prev:hover,
.post-swiper-thumb .next-post-swiper-btn:hover,
.post-swiper-thumb .next-service-swiper-btn:hover,
.post-swiper-thumb .prev-post-swiper-btn:hover,
.post-swiper-thumb .prev-service-swiper-btn:hover,
.service-swiper .btn-next:hover,
.service-swiper .btn-prev:hover,
.service-swiper .next-post-swiper-btn:hover,
.service-swiper .next-service-swiper-btn:hover,
.service-swiper .prev-post-swiper-btn:hover,
.service-swiper .prev-service-swiper-btn:hover,
.ui-datepicker-calendar tbody td a.ui-state-active,
.ui-datepicker-calendar tbody td a:hover {
    background-color: var(--primary);
    color: #fff
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: .5rem;
    border-radius: .25rem;
    transition: .3s
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #fff;
    color: #fff
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==") 50%/.5rem no-repeat;
    transform: rotate(180deg)
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==") 50%/10px no-repeat
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 500;
    padding-bottom: .25rem
}

.ui-datepicker-week-col {
    color: #777;
    font-weight: 400;
    font-size: .75rem
}

label.error {
    color: #ff0003;
    position: absolute;
    bottom: 0;
    margin-bottom: -22px;
    font-size: 12px;
    font-weight: 400
}

.nice-select {
    display: flex;
    align-items: center;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #151f37;
    color: var(--primary)
}

.dz-accordion.accordion-primary .accordion-body,
.form-select,
select {
    border: 1px solid transparent
}

.form-select .dropdown-toggle,
select .dropdown-toggle {
    border: 0 !important;
    padding: 0;
    font-weight: 400;
    text-transform: unset;
    outline: 0
}

.form-select .dropdown-toggle:focus,
select .dropdown-toggle:focus {
    outline: 0 !important;
    outline-offset: 0
}

.form-select.show,
.form-select.show .dropdown-toggle,
select.show,
select.show .dropdown-toggle {
    box-shadow: none !important;
    outline: 0 !important
}

.form-select .dropdown-menu,
.form-select1 .dropdown-menu,
select .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 10px 0;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .2);
    font-size: 14px
}

.form-select .dropdown-menu ul li a,
.form-select1 .dropdown-menu ul li a,
select .dropdown-menu ul li a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap
}

.form-select .dropdown-menu ul li a img,
.form-select1 .dropdown-menu ul li a img,
select .dropdown-menu ul li a img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 5px
}

.form-select .dropdown-menu ul li a:hover,
.form-select1 .dropdown-menu ul li a:hover,
select .dropdown-menu ul li a:hover {
    background-color: #f2f2f4
}

.btn-social.btn-transparent:hover,
.form-select .dropdown-menu ul li.selected a,
.form-select1 .dropdown-menu ul li.selected a,
.widget_calendar table tbody td#today,
select .dropdown-menu ul li.selected a {
    background-color: var(--secondary);
    color: #fff
}

.form-select.btn-group,
select.btn-group {
    padding: 10px 20px;
    border-width: 1px
}

.form-select.btn-group.show,
select.btn-group.show {
    box-shadow: 0 0 10px 4px rgba(31, 66, 135, .1) !important;
    border-color: var(--primary)
}

.form-select.btn-group .dropdown-toggle .caret,
select.btn-group .dropdown-toggle .caret {
    font-size: 10px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%)
}

.custom-file-label {
    box-shadow: 0 0 10px 4px rgba(31, 66, 135, .1);
    height: 45px;
    border-radius: 30px !important;
    padding: 10px 20px;
    font-size: 15px;
    border-color: transparent
}

.custom-file-label:after,
.wp-block-archives-list li:before,
.wp-block-categories-list li:before,
.wp-block-column ol li:before,
.wp-block-column ul li:before,
.wp-block-latest-comments li:before,
.wp-block-latest-posts li:before {
    content: none !important
}

.dz-ajax-overlay:after {
    content: "Loading...";
    width: 100%;
    background-color: #000;
    z-index: 99;
    border-radius: 5px;
    opacity: .8;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
    font-style: italic
}

.dzSubscribe.dz-subscribe-wrapper1 input,
.dzSubscribe.dz-subscribe-wrapper1 select,
.dzSubscribe.dz-subscribe-wrapper1 textarea {
    padding: 15px 55px 15px 20px;
    height: 50px;
    font-size: 15px;
    border: none;
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
}

.dzSubscribe.dz-subscribe-wrapper1 .input-group-addon {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9
}

.dzSubscribe.dz-subscribe-wrapper1 .input-group-addon .mail-sent {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    line-height: 1;
    background-color: var(--secondary);
    border: 0;
    color: #fff
}

.dzSubscribe.dz-subscribe-wrapper1 select {
    border: none;
    left: 0
}

.dzSubscribe.dz-subscribe-wrapper1 textarea {
    height: 160px
}

.dzSubscribe.dz-subscribe-wrapper1 textarea::placeholder {
    font-size: 15px;
    color: #fff
}

.dzSubscribe.dz-subscribe-wrapper1 input::placeholder {
    font-size: 15px;
    color: #fff
}

@media only screen and (max-width:1480px) {
    .section-wrapper6 .blog-wave2 {
        top: 0;
        left: -55px
    }

    .section-wrapper6 .blog-circle,
    .section-wrapper7 .dots {
        display: none
    }

    .dzSubscribe.dz-subscribe-wrapper1 .input-group {
        margin-bottom: 45px
    }
}

.input-side {
    display: block;
    flex: 1 1 auto;
    padding: 0 10px;
    margin: 0 10px
}

.dz-form-card {
    padding: 45px 50px;
    border-radius: 20px
}

.comment-respond .comment-form p textarea,
.dz-form-card textarea {
    height: 120px !important
}

.item-search {
    width: 570px;
    margin: -10px auto 60px
}

@media only screen and (max-width:1380px) {
    .section-wrapper5 .acc-media-bg {
        left: 0
    }

    .item-search {
        margin: -10px auto 50px
    }
}

.item-search input,
.item-search select,
.item-search textarea {
    padding: 18px 25px;
    height: 60px;
    font-weight: 300;
    font-size: 18px;
    border-radius: 10px;
    color: #666;
    box-shadow: 0 15px 50px var(--rgba-primary-4);
    background: rgba(255, 255, 255, .1);
    border: 2px solid var(--rgba-primary-6);
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.item-search .input-group-addon {
    position: absolute;
    right: 8px;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%)
}

.item-search .input-group-addon .search-bar {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    padding: 0;
    margin-top: -4px
}

.item-search .input-group-addon .search-bar svg {
    margin-left: -7px
}

.item-search .input-group-addon .search-bar:active {
    background-color: transparent !important;
    border-color: transparent !important
}

.form-select1 .btn.dropdown-toggle,
.form-select1 .dropdown-toggle.wp-block-button__link {
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: var(--border-radius-base);
    padding: 12px 20px;
    height: 48px;
    background-color: #fff;
    color: #777 !important;
    outline: 0 !important
}

.form-select1 .btn.dropdown-toggle:after,
.form-select1 .dropdown-toggle.wp-block-button__link:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 18px;
    top: 15px;
    font-size: 14px;
    border: 0 !important
}

.widget_archive .form-select1 .dropdown-menu ul li a {
    padding: 8px 20px 8px 40px
}

.widget_archive .form-select1 .dropdown-menu ul li a:before {
    left: 20px;
    top: 8px;
    font-size: 1rem
}

.btn-check:checked+.btn,
.btn-check:checked+.wp-block-button__link,
.btn-danger,
.btn-dark:hover,
.btn-info,
.btn-info:hover,
.btn-outline-danger:hover,
.btn-outline-dark:hover,
.btn-outline-info:hover,
.btn-outline-success:hover,
.btn-outline-warning:hover,
.btn-secondary.wp-block-button__link,
.btn-secondary.wp-block-button__link:hover,
.btn-success,
.btn-success:hover,
.btn.btn-secondary,
.btn.btn-secondary:hover,
.widget_archive .form-select1 .dropdown-menu ul li a.selected.active:before {
    color: #fff
}

.btn,
.btn-hover-13:hover span,
.btn:hover,
.wp-block-button__link,
.wp-block-button__link:hover {
    color: var(--theme-text-color)
}

.btn,
.wp-block-button__link {
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: 1.5;
    align-items: center;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

.btn-hover-1,
.btn-hover-5:before {
    -moz-transition: .5s;
    -o-transition: .5s
}

@media only screen and (max-width:1199px) {
    .dzSubscribe.dz-subscribe-wrapper1 .input-group {
        margin-bottom: 40px
    }

    .btn,
    .wp-block-button__link {
        padding: 9px 20px;
        font-size: 15px
    }
}

.btn-group-lg>.btn,
.btn-group-lg>.wp-block-button__link,
.btn-lg.wp-block-button__link,
.btn.btn-lg {
    padding: 16px 30px;
    line-height: 1.6;
    font-weight: 500;
    font-size: 16px
}

@media only screen and (max-width:991px) {
    .dzSubscribe.dz-subscribe-wrapper1 .input-group {
        margin-bottom: 30px
    }

    .dz-form-card {
        border-radius: 10px
    }

    .item-search input,
    .item-search select,
    .item-search textarea {
        font-size: 16px
    }

    .btn-group-lg>.btn,
    .btn-group-lg>.wp-block-button__link,
    .btn-lg.wp-block-button__link,
    .btn.btn-lg {
        padding: 13px 19px
    }
}

.btn i,
.wp-block-button__link i {
    font-size: 14px;
    line-height: 1
}

.btn-block {
    display: block;
    width: 100%
}

.shadow-primary {
    box-shadow: 0 5px 30px 0 var(--rgba-primary-2)
}

.btn-rounded {
    border-radius: 50px
}

.btn-info .btn-icon-left,
.btn-outline-info {
    color: #00aeff
}

.btn-white,
.calculator-listing ul li:first-child {
    background-color: #fff;
    color: #222
}

.btn-white:hover {
    color: #222 !important;
    background-color: #fff !important
}

.btn-outline-success,
.btn-success .btn-icon-left {
    color: #13c24d
}

.btn-primary,
.wp-block-button__link {
    border-color: var(--primary);
    background-color: var(--primary)
}

.btn-primary.disabled,
.btn-primary:active,
.btn-primary:disabled,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.disabled.wp-block-button__link,
.wp-block-button__link:active,
.wp-block-button__link:disabled,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:not(:disabled):not(.disabled).active,
.wp-block-button__link:not(:disabled):not(.disabled):active {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:active,
.btn-outline-secondary:disabled,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-secondary {
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: #fff
}

.btn-secondary:hover {
    border-color: var(--secondary-hover);
    background-color: var(--secondary-hover)
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 217, 164, 153;
    color: var(--primary)
}

.btn-link:hover {
    color: var(--primary-hover)
}

.btn-underline {
    font-size: 1rem;
    color: var(--primary);
    font-weight: 400;
    border-bottom: 2px solid var(--primary)
}

.btn-dark,
.btn-dark.light:hover,
.btn-light.text-primary:hover,
.pricingtable-wrapper.style-2:hover .pricingtable-bx,
.pricingtable-wrapper.style-4.active .pricingtable-bx,
.pricingtable-wrapper.style-4.active .pricingtable-price,
.pricingtable-wrapper.style-4.active .pricingtable-type,
.pricingtable-wrapper.style-4:hover .pricingtable-bx,
.pricingtable-wrapper.style-4:hover .pricingtable-price,
.pricingtable-wrapper.style-4:hover .pricingtable-type {
    color: #fff !important
}

.btn-dark {
    border-color: var(--dark);
    background-color: var(--dark)
}

.btn-dark.light {
    background-color: #7d95ce;
    border-color: #7d95ce;
    color: #151f37 !important
}

.btn-outline-primary,
.is-style-outline .wp-block-button__link,
.site-filters.style-1 .filters li.active a {
    color: var(--primary);
    border-color: var(--primary)
}

.btn-outline-primary.disabled,
.btn-outline-primary:active,
.btn-outline-primary:disabled,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.is-style-outline .disabled.wp-block-button__link,
.is-style-outline .wp-block-button__link:active,
.is-style-outline .wp-block-button__link:disabled,
.is-style-outline .wp-block-button__link:focus,
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled).active,
.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled):active {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover);
    color: #fff
}

.btn-outline-secondary {
    color: var(--secondary);
    border-color: var(--secondary)
}

.btn-outline-warning {
    color: #ffbd13
}

.btn-xl {
    font-size: 22px;
    padding: 25px 35px
}

.btn-group-sm>.btn,
.btn-group-sm>.wp-block-button__link,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: var(--border-radius-base)
}

.btn-link-lg {
    font-weight: 700;
    font-size: 18px
}

.btn-link-lg:hover {
    text-decoration: unset
}

.btn-light:hover {
    background-color: var(--primary);
    color: #fff !important;
    border-color: transparent
}

.alert.alert-success,
.light.btn-success {
    color: #13c24d;
    border: 1px solid #c2f9d4;
    background-color: #f0fef4
}

.light.btn-success:hover {
    background-color: #13c24d;
    border-color: #13c24d;
    color: #fff
}

.alert.alert-info,
.light.btn-info {
    color: #00aeff;
    border: 1px solid #c7edff;
    background-color: #e6f7ff
}

.light.btn-info:hover {
    background-color: #00aeff;
    border-color: #00aeff;
    color: #fff
}

.alert.alert-primary,
.light.btn-primary,
.light.wp-block-button__link {
    color: var(--primary);
    border: 1px solid var(--rgba-primary-3);
    background-color: var(--rgba-primary-1)
}

.light.btn-primary:hover,
.light.wp-block-button__link:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff
}

.light.btn-secondary {
    color: var(--secondary);
    border: 1px solid var(--rgba-secondary-3);
    background-color: var(--rgba-secondary-1)
}

.light.btn-secondary:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #fff
}

.alert.alert-warning,
.light.btn-warning {
    color: #ffbd13;
    border: 1px solid #ffebb6;
    background-color: #fff3d5
}

.light.btn-warning:hover {
    background-color: #ffbd13;
    border-color: #ffbd13;
    color: #fff
}

.alert.alert-danger,
.light.btn-danger {
    color: #ff0003;
    border: 1px solid #ffd6d7;
    background-color: #ffe6e6
}

.light.btn-danger:hover {
    background-color: #ff0003;
    border-color: #ff0003;
    color: #fff
}

.alert.alert-dark,
.light.btn-dark {
    color: #151f37;
    border: 1px solid #c7d1ea;
    background-color: #dae1f1
}

.light.btn-dark:hover {
    background-color: #151f37;
    border-color: #151f37;
    color: #fff
}

.btn-icon-right {
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, .3);
    display: inline-block;
    margin: -15px -10px -15px 20px;
    padding: 15px 10px
}

.btn-icon-left {
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    float: left;
    color: inherit;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -8px 15px -8px -20px
}

.wp-block-button {
    margin-bottom: .3125rem
}

.wp-block-button__link {
    border-radius: 60px
}

.btn-next:after,
.btn-prev:after,
.dz-accordion .accordion-header .accordion-button:after,
.dz-accordion.accordion-primary .accordion-header .accordion-button:after,
.dz-accordion.head-border .accordion-header .accordion-button:after,
.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button:after,
.dz-card.blog-single .dz-post-text ol>li li:before,
.dz-card.blog-single .dz-post-text ul>li li:before,
.dz-card.blog-single .dz-post-text.text>.wp-block-gallery li:before,
.dz-card.blog-single .dz-post-text>.wp-block-gallery li:before,
.dz-page-text ol>li li:before,
.dz-page-text ul>li li:before,
.dz-page-text>.wp-block-gallery li:before,
.site-filters.style-1 .filters li:after,
.widget_recent_comments ul li a:before,
.wp-block-button__link:after {
    content: none
}

.btn-hover-1 {
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    overflow: hidden
}

.btn-hover-1 span,
.btn-hover-12 span {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-hover-1:after,
.btn-hover-6:after {
    -moz-transition: .3s;
    -o-transition: .3s
}

.btn-hover-1:after {
    content: attr(data-text);
    width: 100%;
    opacity: 0;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
    -webkit-transition: .3s;
    transition: .3s;
    justify-content: center;
    align-items: center
}

.btn-hover-2:after,
.btn-hover-3:after {
    content: attr(data-text);
    display: flex;
    justify-content: center;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.btn-hover-1:hover,
.btn-hover-2:hover,
.btn-hover-3:hover,
.btn-hover-5:hover {
    background-color: var(--primary-hover) !important
}

.btn-hover-10.btn-primary:hover:before,
.btn-hover-10.wp-block-button__link:hover:before,
.btn-hover-11.btn-primary:hover:before,
.btn-hover-11.wp-block-button__link:hover:before,
.btn-hover-4:after,
.btn-hover-6:after,
.btn-hover-7.btn-primary:hover:after,
.btn-hover-7.btn-primary:hover:before,
.btn-hover-7.wp-block-button__link:hover:after,
.btn-hover-7.wp-block-button__link:hover:before,
.btn-hover-8.btn-primary:hover:after,
.btn-hover-8.btn-primary:hover:before,
.btn-hover-8.wp-block-button__link:hover:after,
.btn-hover-8.wp-block-button__link:hover:before,
.btn-hover-9.btn-primary:hover:before,
.btn-hover-9.wp-block-button__link:hover:before {
    background-color: var(--primary-dark)
}

.btn-hover-1:hover>span {
    opacity: 0;
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px)
}

.btn-hover-1:hover:after,
.btn-hover-2:hover:after,
.btn-hover-3:hover:after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.btn-hover-2,
.btn-hover-3 {
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    position: relative;
    overflow: hidden
}

.btn-hover-2 span,
.btn-hover-3 span,
.dz-img-effect.blurr img {
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

.btn-hover-2:after {
    transform: translate(-30%, 0);
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    align-items: center
}

.btn-hover-2:hover>span,
.btn-hover-3:hover>span {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px)
}

.btn-hover-3:after {
    -webkit-transform: translate(-30%, -50%) rotate(-30deg);
    transform: translate(-30%, -50%) rotate(-30deg);
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    align-items: center
}

.btn-hover-10,
.btn-hover-11,
.btn-hover-12,
.btn-hover-4,
.btn-hover-5,
.btn-hover-6,
.btn-hover-7,
.btn-hover-8,
.btn-hover-9 {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    position: relative;
    overflow: hidden
}

.btn-hover-10 span,
.btn-hover-11 span,
.btn-hover-4 span,
.btn-hover-5 span,
.btn-hover-6 span,
.btn-hover-7 span,
.btn-hover-8 span,
.btn-hover-9 span {
    z-index: 2;
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.btn-hover-4:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-hover-5:after,
.btn-hover-5:before {
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    content: '';
    position: absolute;
    z-index: 1
}

.btn-hover-4:hover:after,
.btn-hover-6:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-hover-5:before {
    border-bottom: 190px solid var(--primary-hover);
    -webkit-transition: .5s;
    transition: .5s
}

.btn-hover-5:after {
    border-bottom: 190px solid var(--primary-dark);
    -webkit-transition: .5s 0.2s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s 0.2s;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-hover-5:hover:before {
    opacity: 1;
    -webkit-transform: translate(0, -190px);
    transform: translate(0, -190px)
}

.btn-hover-5:hover:after {
    opacity: 1;
    -webkit-transform: translate(0, -150px);
    transform: translate(0, -150px)
}

.btn-hover-6:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-hover-7:after,
.btn-hover-7:before,
.btn-hover-8:after,
.btn-hover-8:before {
    -moz-transition: .3s;
    -o-transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(255, 151, 129, .4);
    width: 100%;
    height: 100%;
    z-index: 1
}

.btn-hover-7:after,
.btn-hover-7:before {
    -webkit-transition: .3s cubic-bezier(0.75, 0, 0.125, 1);
    transition: .3s cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.btn-hover-7:after,
.btn-hover-8:before {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.btn-hover-10.btn-secondary:hover:before,
.btn-hover-11.btn-secondary:hover:before,
.btn-hover-7.btn-secondary:hover:after,
.btn-hover-7.btn-secondary:hover:before,
.btn-hover-8.btn-secondary:hover:after,
.btn-hover-8.btn-secondary:hover:before,
.btn-hover-9.btn-secondary:hover:before {
    background-color: var(--secondary-hover)
}

.btn-hover-7:hover:after,
.btn-hover-7:hover:before,
.btn-hover-8:hover:after,
.btn-hover-8:hover:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.btn-hover-8:after,
.btn-hover-8:before {
    -webkit-transition: .3s cubic-bezier(0.75, 0, 0.125, 1);
    transition: .3s cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg)
}

.btn-hover-9:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1;
    -webkit-transform: translate(0, -105%);
    transform: translate(0, -105%);
    border-bottom: 2px solid #ff9781;
    background-color: rgba(255, 151, 129, .4)
}

.btn-hover-10:hover:before,
.btn-hover-11:hover:before,
.btn-hover-9:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.btn-hover-10:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right: 2px solid #ff9781;
    background-color: rgba(255, 151, 129, .4)
}

.btn-hover-11:before,
.video-btn.style-2:after {
    position: absolute;
    -webkit-transition: .5s;
    top: 0;
    left: 0
}

.btn-hover-11:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom: 2px solid #ff9781;
    background-color: rgba(255, 151, 129, .4)
}

.btn-hover-12:hover span {
    letter-spacing: 2px
}

.btn-hover-13 {
    position: relative;
    transition-delay: 0.3s;
    overflow: hidden
}

.btn-hover-13 span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: center;
    transform: translateX(-60%);
    transition: .4s;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-hover-13:hover {
    transform: translateY(-.3em);
    transition-delay: 0s;
    color: transparent !important
}

.btn-hover-13:hover span {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.15s
}

.btn-hover-13:hover.btn-dark span {
    color: #fff
}

.btn-hover-14,
.dz-img-overlay1,
.dz-img-overlay11,
.dz-img-overlay12,
.dz-img-overlay2,
.dz-img-overlay3,
.dz-img-overlay4,
.dz-img-overlay5,
.dz-img-overlay6,
.dz-img-overlay7,
.dz-img-overlay8,
.dz-img-overlay9,
.dz-media,
.dz-post-media,
.post-header,
.split-box,
.testimonial-wrapper1 {
    position: relative;
    overflow: hidden
}

.btn-hover-14:before {
    content: "";
    height: 0;
    aspect-ratio: 2;
    transform: translateX(-50%);
    position: absolute;
    top: -200%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    transition: height .8s
}

.btn-hover-14 span {
    display: block;
    position: relative
}

.btn-hover-14:hover span {
    animation: .8s forwards btnMoveUpAlternate;
    color: inherit
}

.btn-hover-14:hover:before {
    height: 400%
}

.btn-hover-14.wp-block-button__link:hover span,
.btn-hover-14:hover.btn-primary span {
    color: var(--primary)
}

.btn-hover-14:hover.btn-secondary span {
    color: var(--secondary)
}

.btn-hover-14:hover.btn-dark span {
    color: var(--dark)
}

@keyframes btnMoveUpAlternate {

    100%,
    from {
        transform: translateY(0)
    }

    50% {
        transform: translateY(200%)
    }

    51% {
        transform: translateY(-200%)
    }
}

.video-btn.style-1 {
    display: flex;
    align-items: center;
    line-height: 1
}

.video-btn.style-1 .text {
    display: inline-block;
    font-weight: 500;
    font-size: 16px
}

.video-btn.style-1 i {
    font-size: 35px;
    margin-right: 5px
}

.video-btn.style-1 .btn-icon {
    height: 50px;
    width: 50px;
    padding: 0;
    line-height: 48px;
    display: inline-block;
    margin-right: 15px
}

.video-btn.style-1 .btn-icon i {
    font-size: 20px;
    margin-right: 0
}

.video-btn.style-1 .btn-group-lg>.btn-icon.btn,
.video-btn.style-1 .btn-group-lg>.btn-icon.wp-block-button__link,
.video-btn.style-1 .btn-icon.btn-lg {
    height: 60px;
    width: 60px;
    line-height: 58px
}

.video-btn.style-1 .btn-group-lg>.btn-icon.btn i,
.video-btn.style-1 .btn-group-lg>.btn-icon.wp-block-button__link i,
.video-btn.style-1 .btn-icon.btn-lg i {
    font-size: 24px;
    margin-right: 0
}

@media only screen and (max-width:991px) {

    .video-btn.style-1 .btn-group-lg>.btn-icon.btn,
    .video-btn.style-1 .btn-group-lg>.btn-icon.wp-block-button__link,
    .video-btn.style-1 .btn-icon.btn-lg {
        height: 52px;
        width: 52px;
        line-height: 50px
    }
}

.video-btn.style-2 {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    font-size: 28px;
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-btn.style-2:after {
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    border-radius: 100%;
    background-color: inherit;
    animation: 3s infinite animationPlayBtn1;
    -webkit-animation: 3s infinite animationPlayBtn1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -ms-transition: .5s;
    transition: .5s
}

.video-btn.style-3 .btn-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 0;
    line-height: 58px;
    position: relative
}

.video-btn.style-3 .btn-icon i {
    font-size: 20px;
    transform: translate(1px, 3px)
}

.video-btn.style-3 .btn-icon:after,
.video-btn.style-3 .btn-icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 500px;
    z-index: -1;
    border: 1px solid var(--rgba-primary-3)
}

.video-btn.style-3 .btn-icon:after {
    animation: 1.5s infinite animationPlayBtn3
}

.video-btn.style-3 .btn-icon:before {
    animation: 1.5s infinite animationPlayBtn2
}

.video-btn.style-3 .text {
    font-weight: 600;
    font-size: 16px;
    color: var(--title);
    margin-left: 12px
}

@keyframes animationPlayBtn2 {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes animationPlayBtn3 {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: scale(2.5)
    }
}

@keyframes animationPlayBtn1 {
    0% {
        opacity: .8;
        transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        -webkit-transform: scale(.9)
    }

    100% {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes animationPlayBtn1 {
    0% {
        transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        -webkit-transform: scale(.9)
    }

    100% {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

.btn-check:checked+.btn-outline-primary,
.is-style-outline .btn-check:checked+.wp-block-button__link {
    background-color: var(--primary);
    border-color: var(--primary)
}

.btn-check:checked+.btn-outline-secondary,
.checkbox-secondary .form-check-input:checked {
    background-color: var(--secondary);
    border-color: var(--secondary)
}

.btn-check+.btn-outline-primary:hover,
.dz-card.style-1.green:hover .dz-info .btn,
.dz-card.style-1.green:hover .dz-info .wp-block-button__link,
.is-style-outline .btn-check+.wp-block-button__link:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff
}

.btn-check+.btn-outline-secondary:hover,
.dz-card.style-1:hover .dz-info .btn,
.dz-card.style-1:hover .dz-info .wp-block-button__link {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #fff
}

.table-responsive-sm {
    min-width: 48rem
}

.table {
    margin-bottom: 0;
    font-weight: 400
}

.table tr th {
    color: #222;
    font-weight: 500
}

.table-striped thead tr th {
    padding-bottom: 15px !important
}

.table-striped tfoot {
    border-top: 2px solid #e1e1f0
}

.service-swiper img,
.table-responsive,
.widget_profile .dz-media img {
    border-radius: var(--border-radius-base)
}

.dz-separator {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 8px;
    position: relative
}

.dz-separator.style-icon {
    width: 30px;
    height: auto;
    text-align: center;
    font-size: 20px;
    color: var(--primary)
}

.dz-separator.style-icon:after,
.dz-separator.style-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 2px;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 12px
}

.dz-separator.style-icon:before {
    left: auto;
    right: 40px
}

.dz-separator.style-1 {
    height: 3px;
    width: 60px;
    background-color: var(--primary);
    border-radius: 8px
}

.dz-separator.style-2 {
    height: 10px;
    display: block;
    width: 82px
}

.dz-separator.style-2:after,
.dz-separator.style-2:before {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    border-radius: 8px;
    background: var(--primary)
}

.dz-separator.style-2:after {
    width: 80%;
    bottom: 0
}

.dz-separator.style-2:before {
    width: 100%;
    top: 0
}

.dz-separator.style-3:after,
.dz-separator.style-3:before {
    width: 45px;
    height: 2px;
    background-color: #fff;
    border-radius: 8px;
    content: '';
    position: absolute
}

.dz-separator.style-3 img,
.dz-separator.style-4 img {
    width: 30px
}

.dz-separator.style-3:after {
    top: 50%;
    left: 40px
}

.dz-separator.style-3:before {
    top: 50%;
    right: 40px
}

.comment-reply-title:after,
.comment-reply-title:before,
.comments-title:after,
.comments-title:before,
.dz-separator.style-4:after,
.dz-separator.style-4:before,
.widget-title:after,
.widget-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 6px;
    border-radius: 3px
}

.comment-reply-title:after,
.comments-title:after,
.dz-separator.style-4:after,
.widget-title:after {
    left: 0;
    width: 53px;
    height: 4px;
    background: var(--secondary)
}

.comment-reply-title:before,
.comments-title:before,
.dz-separator.style-4:before,
.widget-title:before {
    left: 60px;
    width: 6px;
    border-radius: 30px;
    background: var(--primary)
}

.dz-separator.style-5 .style-liner {
    width: 20px;
    height: 3px;
    background-color: var(--secondary);
    border-radius: 8px
}

.dz-separator.style-5:after,
.dz-separator.style-5:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 70px;
    height: 3px;
    border-radius: 8px;
    background: var(--primary);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dz-separator.style-5:before {
    left: auto;
    right: 30px;
    background: var(--primary)
}

.site-filters ul {
    margin: 0;
    list-style: none
}

.site-filters li {
    display: inline-block;
    padding: 0;
    margin-bottom: 3px
}

.site-filters li.btn,
.site-filters li.wp-block-button__link {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0 !important
}

.site-filters li a {
    margin: 0 5px 5px 0;
    display: block
}

.blog-single .dz-media,
.blog-single .dz-post-media,
.counter-box.style-3,
.icon-bx-wraper.center,
.icon-bx-wraper.style-6 .icon-content,
.site-filters.center {
    text-align: center
}

.site-filters.center ul {
    display: inline-block;
    margin: auto
}

.site-filters.center [class*=btn] {
    display: inline-block;
    margin: 0 5px 10px;
    text-transform: uppercase
}

.site-filters.style-1 .filters li {
    margin: 0 15px -1px;
    border: 0;
    border-radius: 0
}

.site-filters.style-1 .filters li a {
    color: #222;
    font-size: 18px;
    margin: 0;
    border-bottom: 2px solid;
    border-color: transparent;
    padding: 0 2px 10px;
    font-weight: 500;
    text-transform: capitalize
}

.site-filters.style-2 .filters li {
    margin: 0 15px;
    border: 0;
    border-radius: 0
}

.site-filters.style-2 .filters li a {
    color: #bfbfbf;
    font-size: 18px;
    margin: 0;
    padding: 0 5px;
    font-weight: 500;
    text-transform: capitalize
}

.site-filters.style-2 .filters li a:after {
    content: "";
    height: 50%;
    right: -18px;
    top: 6px;
    width: 2px;
    opacity: .3;
    position: absolute;
    background-color: #fff;
    transform: skew(-20deg, -20deg);
    -moz-transform: skew(-20deg, -20deg);
    -webkit-transform: skew(-20deg, -20deg);
    -o-transform: skew(-20deg, -20deg)
}

.comments-area .comment-list>.comment .comment-body .comment-meta a,
.dz-card.style-2 .dz-meta ul li i,
.dz-card.style-2 .dz-meta ul li.dz-user a,
.pricingtable-wrapper.style-2:hover .pricingtable-footer a,
.scroltop-progress.scroltop-secondary:after,
.site-filters.style-2 .filters li.active a,
.site-filters.style-2 .filters li:hover a,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_services ul li a:hover,
.wp-block-archives-list li a:hover,
.wp-block-categories-list li a:hover,
.wp-block-latest-posts li a:hover {
    color: var(--secondary)
}

.site-filters.style-3 .filters li {
    margin: 0 5px -1px;
    border: 0;
    border-radius: 6px;
    background-color: #151f37
}

.site-filters.style-3 .filters li a {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 8px 15px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 6px
}

.site-filters.style-4 .filters li {
    margin: 0 5px -1px;
    background-color: transparent
}

.site-filters.style-4 .filters li a {
    border-radius: var(--border-radius-base);
    border: 1px solid var(--secondary);
    color: var(--secondary);
    font-size: 15px;
    margin: 0;
    padding: 8px 16px;
    font-weight: 400;
    text-transform: capitalize
}

.list-check-2 li:hover,
.site-filters.style-4 .filters li.active a,
.site-filters.style-4 .filters li:hover a {
    color: #fff;
    background-color: var(--secondary)
}

.site-filters.style-5 .filters li {
    margin: 0 5px -1px;
    background-color: #151f37;
    border-radius: 20px;
    border: 0
}

.site-filters.style-5 .filters li a {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 8px 20px;
    font-weight: 400;
    border-radius: 20px;
    text-transform: capitalize
}

.site-filters.style-6 .filters li {
    margin: 0 5px -1px;
    background-color: var(--primary);
    border-radius: 8px;
    border: 0
}

.site-filters.style-6 .filters li a {
    color: var(--theme-text-color);
    font-size: 15px;
    margin: 0;
    padding: 8px 16px;
    font-weight: 400;
    border-radius: 8px;
    text-transform: capitalize
}

#lg-counter,
.blog-post-banner .dz-meta,
.blog-post-banner .dz-meta ul li a,
.dz-badge:hover,
.dz-card.style-1.green .dz-info .btn,
.dz-card.style-1.green .dz-info .wp-block-button__link,
.dz-overlay-effect1 .overlay-bx .sub-title,
.dz-overlay-effect1 .overlay-bx .title,
.dz-overlay-effect1 .overlay-bx .title a,
.dz-page-text .wp-block-cover-image-text,
.dz-page-text .wp-block-cover-text,
.dz-page-text section.wp-block-cover-image .h2,
.dz-page-text section.wp-block-cover-image h2,
.dz-post-text .wp-block-cover-image-text,
.dz-post-text .wp-block-cover-text,
.dz-post-text section.wp-block-cover-image .h2,
.dz-post-text section.wp-block-cover-image h2,
.dz-team.style-2:hover .dz-content .dz-name,
.dz-team.style-2:hover .dz-content .dz-name a,
.dz-team.style-2:hover .dz-content .dz-position,
.dz-team.style-3:hover .dz-content .dz-name,
.dz-team.style-3:hover .dz-content .dz-name a,
.dz-team.style-3:hover .dz-content .dz-position,
.dz-team.style-4 .dz-content .dz-name a,
.dz-team.style-5:hover .dz-content .dz-name,
.dz-team.style-5:hover .dz-content .dz-name a,
.dz-team.style-5:hover .dz-content .dz-position,
.dz-team.style-6 .dz-social-icon li a i,
.icon-bx-wraper.style-1.active .dz-title,
.icon-bx-wraper.style-1.active .dz-title a,
.icon-bx-wraper.style-1:hover .dz-title,
.icon-bx-wraper.style-1:hover .dz-title a,
.icon-bx-wraper.style-4 .icon-bx .icon-cell,
.icon-bx-wraper.style-6 .icon-bx .icon-cell,
.icon-bx-wraper.style-6.active .icon-content .dz-title,
.icon-bx-wraper.style-6.active .icon-content p,
.icon-bx-wraper.style-6:hover .icon-content .dz-title,
.icon-bx-wraper.style-6:hover .icon-content p,
.icon-bx-wraper.style-7.dark-wrapper .icon-content .dz-title,
.icon-bx-wraper.style-8:hover .dz-title,
.icon-bx-wraper.style-8:hover .icon-bx i,
.image-box-wrapper.style-1.active,
.image-box-wrapper.style-1.active .dz-title,
.image-box-wrapper.style-1.active .dz-title a,
.image-box-wrapper.style-1:hover,
.image-box-wrapper.style-1:hover .dz-title,
.image-box-wrapper.style-1:hover .dz-title a,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-outer .lg-toogle-thumb,
.lg-toolbar .lg-icon,
.list-check-2 li:hover:before,
.post-header .dz-info .dz-meta ul li a,
.post-header .dz-info .dz-meta ul li span,
.post-header .dz-info .dz-meta ul li strong,
.post-header .dz-info .dz-title,
.pricingtable-wrapper.style-1.active .pricingtable-bx p,
.pricingtable-wrapper.style-1.active .pricingtable-price p,
.pricingtable-wrapper.style-1.active .pricingtable-type p,
.pricingtable-wrapper.style-1:hover .pricingtable-bx p,
.pricingtable-wrapper.style-1:hover .pricingtable-price p,
.pricingtable-wrapper.style-1:hover .pricingtable-type p,
.pricingtable-wrapper.style-2:hover .pricingtable-features li i,
.pricingtable-wrapper.style-2:hover .pricingtable-features span,
.pricingtable-wrapper.style-2:hover .pricingtable-price .h6,
.pricingtable-wrapper.style-2:hover .pricingtable-price h6,
.pricingtable-wrapper.style-2:hover .pricingtable-title li .h6,
.pricingtable-wrapper.style-2:hover .pricingtable-title li h6,
.pricingtable-wrapper.style-2:hover .pricingtable-title li p,
.pricingtable-wrapper.style-4.active .pricingtable-bx p,
.pricingtable-wrapper.style-4.active .pricingtable-price p,
.pricingtable-wrapper.style-4.active .pricingtable-type p,
.pricingtable-wrapper.style-4:hover .pricingtable-bx p,
.pricingtable-wrapper.style-4:hover .pricingtable-price p,
.pricingtable-wrapper.style-4:hover .pricingtable-type p,
.privacy-list ul li.active a,
.privacy-list ul li.active a span,
.privacy-list ul li:hover a,
.privacy-list ul li:hover a span,
.site-filters.style-6 .filters li.active a,
.site-filters.style-6 .filters li:hover a,
.testimonial-swiper-6 .num-pagination .btn-next:hover i,
.testimonial-swiper-6 .num-pagination .btn-prev:hover i,
.testimonial-wrapper1 .swiper-slide.swiper-slide-active .testimonial-1 .testimonial-name,
.testimonial-wrapper1 .swiper-slide.swiper-slide-active .testimonial-1 .testimonial-position,
.testimonial-wrapper1 .swiper-slide.swiper-slide-active .testimonial-1 .testimonial-text p,
.testimonial-wrapper1 .swiper-slide.swiper-slide-active .testimonial-1:after,
.testimonial-wrapper6 .swiper-slide.swiper-slide-active .testimonial-2 .testimonial-text,
.widget_calendar table tbody td#today a,
.widget_contact .email a,
.widget_contact .phone-number a,
.widget_getintuch.text-white ul li,
.wp-block-calendar table caption,
.wp-block-code>code,
.wp-block-cover,
.wp-block-cover-image,
.wp-calendar-nav span a,
[class*=icon-bx-][class*=bg-] a,
[class*=icon-bx-][class*=bg-] span {
    color: #fff
}

.gallery-filters .check-km i {
    font-size: 20px;
    color: #fff
}

.gallery-grid-8 li,
.widget_gallery .gallery-grid-8 li {
    width: 12.5%
}

.counter-box.style-1,
.counter-box.style-4 {
    display: flex;
    align-items: center;
    justify-content: center
}

.counter-box.style-1 .icon-bx i {
    font-size: 55px;
    color: var(--primary)
}

.counter-box.style-1 .counter-r,
.counter-box.style-4 .counter-r {
    text-align: left
}

.counter-box.style-1 .counter-r .title {
    margin-bottom: 0;
    font-weight: 700
}

.counter-box.style-2 {
    position: relative;
    text-align: center
}

.counter-box.style-2 .title {
    font-size: 50px;
    color: #fff;
    margin-bottom: 0
}

.counter-box.style-2 p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0
}

.counter-box.style-3 .counter-r:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 73px;
    border-radius: 8px
}

.counter-box.style-3 .counter-r:nth-child(2):after {
    border: 1px dashed #222
}

.counter-box.style-3 .counter-r .title {
    margin-bottom: 0;
    font-weight: 700;
    color: transparent;
    font-size: 72px;
    -webkit-text-stroke: 2px var(--primary)
}

.counter-box.style-4 .dz-media {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    font-size: 50px;
    text-align: center;
    line-height: 74px
}

.counter-box.style-4 .dz-media img {
    min-width: 50px
}

.counter-box.style-4 .counter-r .title {
    margin-bottom: 0;
    font-weight: 700;
    color: #fff
}

.counter-box.style-4 .counter-r p {
    margin-bottom: 0;
    color: #fff
}

.counter-box.style-5 {
    background-color: var(--primary);
    border-radius: 6px
}

.counter-box.style-5 .counter-r {
    text-align: left;
    padding: 50px 80px;
    color: #fff
}

.counter-box.style-5 .counter-r .title {
    font-size: 70px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff
}

.counter-box.style-5 .counter-r p {
    margin-bottom: 0;
    font-size: 30px;
    max-width: 270px;
    line-height: 1.4
}

.dz-img-overlay11:after,
.dz-img-overlay11:before,
.dz-img-overlay12:after,
.dz-img-overlay12:before,
.dz-img-overlay1:after,
.dz-img-overlay1:before,
.dz-img-overlay2:after,
.dz-img-overlay2:before,
.dz-img-overlay3:after,
.dz-img-overlay3:before,
.dz-img-overlay4:after,
.dz-img-overlay4:before,
.dz-img-overlay5:after,
.dz-img-overlay5:before,
.dz-img-overlay6:after,
.dz-img-overlay6:before,
.dz-img-overlay7:after,
.dz-img-overlay7:before,
.dz-img-overlay8:after,
.dz-img-overlay8:before,
.dz-img-overlay9:after,
.dz-img-overlay9:before {
    content: "";
    background: #282d32;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: .4;
    z-index: 1;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-box:hover .dz-img-overlay1:before,
.dz-img-effect.fade-out:hover img {
    opacity: .7
}

.dz-box:hover .dz-img-overlay2:before {
    opacity: .9
}

.dz-box:hover .dz-img-overlay3:before,
.dz-img-overlay3:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.dz-box:hover .dz-img-overlay4:before,
.dz-img-overlay4:hover:before {
    width: 100%;
    left: 0
}

.dz-box:hover .dz-img-overlay5:before,
.dz-img-overlay5:hover:before {
    height: 100%;
    top: 0
}

.dz-box:hover .dz-img-overlay7:after,
.dz-box:hover .dz-img-overlay7:before,
.dz-img-overlay7:hover:after,
.dz-img-overlay7:hover:before {
    width: 50%
}

.dz-box:hover .dz-img-overlay8:after,
.dz-box:hover .dz-img-overlay8:before,
.dz-img-overlay8:hover:after,
.dz-img-overlay8:hover:before {
    width: 100%;
    opacity: .3
}

.dz-box:hover .dz-img-overlay9:after,
.dz-box:hover .dz-img-overlay9:before {
    width: 100%;
    height: 100%;
    opacity: .3
}

.dz-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0
}

.dz-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%)
}

.dz-img-overlay2:before:hover:before {
    opacity: .9
}

.dz-img-overlay3:before {
    left: 50%;
    top: 50%
}

.dz-img-overlay4:before {
    left: 50%;
    top: 0;
    height: 100%
}

.dz-img-overlay5:before {
    left: 0;
    top: 50%;
    width: 100%
}

.dz-img-overlay6:before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%
}

.dz-img-overlay7:after,
.dz-img-overlay8:after {
    left: auto;
    right: 0
}

.overlay-bx,
.overlay-bx .align-b {
    left: 0;
    position: absolute;
    width: 100%
}

.dz-img-overlay9:after:after,
.dz-img-overlay9:after:before,
.dz-img-overlay9:before:after,
.dz-img-overlay9:before:before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0
}

.dz-img-overlay9:after:hover:after,
.dz-img-overlay9:after:hover:before,
.dz-img-overlay9:before:hover:after,
.dz-img-overlay9:before:hover:before {
    width: 100%;
    height: 100%;
    opacity: .3
}

.overlay-black-dark:before,
.overlay-black-light:before,
.overlay-black-middle:before,
.overlay-gradient-dark:before,
.overlay-gradient-light:before,
.overlay-gradient-middle:before,
.overlay-primary-dark:before,
.overlay-primary-light:before,
.overlay-primary-middle:before,
.overlay-primary:before,
.overlay-white-dark:before,
.overlay-white-light:before,
.overlay-white-middle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.overlay-black-dark:before,
.overlay-black-light:before,
.overlay-black-middle:before {
    background: #050d36
}

.overlay-gradient-dark:before,
.overlay-gradient-light:before,
.overlay-gradient-middle:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%)
}

.overlay-black-light:before,
.overlay-gradient-light:before,
.overlay-primary-light:before,
.overlay-white-light:before {
    opacity: .2
}

.overlay-black-dark:before,
.overlay-gradient-dark:before,
.overlay-primary-dark:before,
.overlay-white-dark:before {
    opacity: .9
}

.overlay-bx {
    bottom: 0;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s
}

.overlay-bx .align-b {
    height: auto;
    list-style: none;
    margin: 0;
    top: auto;
    bottom: 0;
    transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0)
}

.overlay-bx .align-m,
.overlay-icon {
    height: auto;
    left: 50%;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px
}

.overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
    background-color: #fff
}

.dz-box-bx:hover .overlay-bx a>i,
.dz-media:hover .overlay-bx a>i,
.overlay-bx:hover a>i {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-box:hover .overlay-bx,
.dz-media:hover .overlay-bx,
.dz-team.style-3:hover .dz-media .dz-social-icon,
.overlay-bx:hover,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
    opacity: 1;
    visibility: visible
}

.gallery-box-1 .overlay-bx .overlay-icon a i,
.gallery-box-1 .overlay-bx .overlay-icon span i {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer
}

.gallery-box-1 .overlay-bx .icon-bx-xs {
    width: 60px;
    height: 60px;
    line-height: 60px
}

.dz-overlay-effect1 .dz-media,
.dz-overlay-effect2 .dz-media,
.dz-overlay-effect3 .dz-media,
.overlay-shine .dz-media {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-base)
}

.overlay-shine .dz-media:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%)
}

.dz-box-bg .icon-box-btn .btn,
.dz-box-bg .icon-box-btn .wp-block-button__link,
.dz-box-bg .icon-content .dz-tilte,
.dz-box-bg .icon-content p,
.dz-box-bg .text-primary,
.icon-bx-wraper.style-5 .icon-content p,
.icon-bx-wraper.style-7 .icon-content p,
.overlay-shine .dz-media img,
.portfolio-slider:hover {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.overlay-shine:hover .dz-media:before {
    -webkit-animation: .75s shine;
    animation: .75s shine
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.dz-box.style-1 .dz-media img,
.dz-overlay-effect1 .dz-media img,
.dz-overlay-effect2 .dz-media img,
.dz-overlay-effect3 .dz-media img,
.dz-overlay-effect4 .dz-media img,
.dz-overlay-effect5 .dz-media img,
.dz-overlay-effect6 .dz-media img {
    object-fit: cover;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-overlay-effect1 .dz-media:before {
    content: "";
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    transform: scale(.8);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    background: var(--secondary)
}

.dz-overlay-effect1 .overlay-bx {
    opacity: 0;
    position: absolute;
    text-align: center;
    margin: auto;
    z-index: 1;
    transform: translateY(42%);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    bottom: auto;
    transform: translate(-50%, -50%)
}

.dz-overlay-effect1:hover .dz-media:before {
    opacity: .9;
    transform: scale(1.05)
}

.dz-card.style-2 .dz-media:after,
.dz-overlay-effect2 .dz-media:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background-color: var(--primary);
    opacity: .8;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s
}

.dz-overlay-effect2 .overlay-bx {
    opacity: 0;
    position: absolute;
    text-align: center;
    margin: auto;
    z-index: 1;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-card.style-2 .dz-media .btn,
.dz-card.style-2 .dz-media .wp-block-button__link,
.dz-overlay-effect2 .overlay-bx .btn,
.dz-overlay-effect2 .overlay-bx .wp-block-button__link {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s;
    z-index: 1
}

.dz-overlay-effect2:hover .overlay-bx .btn,
.dz-overlay-effect2:hover .overlay-bx .wp-block-button__link {
    top: 50%
}

.dz-overlay-effect3 .dz-media:after,
.dz-overlay-effect3 .dz-media:before {
    content: "";
    background: var(--secondary);
    width: 0;
    height: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    transition: .4s ease-in-out
}

.dz-overlay-effect3 .dz-media:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0
}

.dz-overlay-effect3 .overlay-bx {
    color: #fff;
    width: 85%;
    opacity: 0;
    height: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    z-index: 2;
    position: absolute;
    transition: .6s;
    transform: translateX(-50%) translateY(-50%)
}

.dz-overlay-effect3 .overlay-bx .title {
    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0 0 3px
}

.dz-overlay-effect3 .overlay-bx span {
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    display: block
}

.dz-overlay-effect3:hover .dz-media:after,
.dz-overlay-effect3:hover .dz-media:before {
    width: 90%;
    height: 90%
}

.dz-overlay-effect4 .dz-media,
.dz-overlay-effect5 .dz-media,
.dz-overlay-effect6 .dz-media {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-base);
    background-color: var(--primary)
}

.dz-overlay-effect4 .dz-media:after,
.dz-overlay-effect4 .dz-media:before {
    content: '';
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0;
    transform: scaleX(0);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: .5s
}

.dz-overlay-effect4 .dz-media:after {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scaleY(0)
}

.dz-overlay-effect4 .overlay-bx {
    color: #fff;
    width: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: .5s;
    height: auto;
    bottom: auto;
    padding: 30px
}

.dz-overlay-effect4 .overlay-bx .title {
    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0 0 2px
}

.dz-overlay-effect4 .overlay-bx span {
    letter-spacing: 2px;
    margin: 0;
    display: block
}

.dz-overlay-effect4:hover .dz-media img {
    opacity: .2;
    transform: scale(1.2)
}

.dz-overlay-effect4:hover .dz-media:before {
    transform: scaleX(1)
}

.dz-overlay-effect4:hover .dz-media:after {
    transform: scaleY(1)
}

.dz-overlay-effect5 .dz-media:before {
    content: "";
    background: var(--rgba-primary-9);
    opacity: .5;
    transform: scale(0);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    transition: .4s ease-in-out
}

.dz-overlay-effect5 .overlay-bx {
    color: #fff;
    background: var(--primary);
    width: 85%;
    padding: 20px;
    opacity: 0;
    transform: translateX(-50%) translateY(0);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    z-index: 1;
    transition: .4s ease-in-out
}

.dz-overlay-effect5 .overlay-bx .title {
    color: #fff;
    margin: 0 0 2px
}

.dz-overlay-effect5 .overlay-bx span {
    letter-spacing: 1px;
    display: block
}

.dz-overlay-effect5:hover .dz-media:before,
.testimonial-wrapper6 .swiper-slide.swiper-slide-active>div,
.testimonial-wrapper7 .swiper-slide.swiper-slide-active>div {
    transform: scale(1)
}

.dz-overlay-effect5:hover .overlay-bx {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%)
}

.dz-overlay-effect6 .dz-media:after,
.dz-overlay-effect6 .dz-media:before {
    content: '';
    background: var(--rgba-primary-9);
    width: 100%;
    height: 0;
    opacity: .1;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: .4s ease-in-out
}

.dz-overlay-effect6 .dz-media:after {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto
}

.dz-overlay-effect6 .overlay-bx {
    color: #fff;
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    z-index: 2;
    transition: .5s
}

.dz-overlay-effect6 .overlay-bx .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 2px
}

.dz-overlay-effect6 .overlay-bx span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block
}

.dz-overlay-effect6:hover .dz-media:after,
.dz-overlay-effect6:hover .dz-media:before {
    width: 100%;
    height: 100%;
    opacity: .5
}

.dz-overlay-effect6:hover .dz-media img {
    filter: hue-rotate(50deg)
}

.dz-overlay-effect6:hover .overlay-bx {
    opacity: 1;
    top: 90%
}

.course-single .dz-media,
.dz-card.style-1 .dz-media {
    border-radius: 20px
}

.course-single .dz-info .post-author {
    margin-top: -32px;
    margin-left: auto;
    margin-right: auto
}

.course-single .dz-info .post-author img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    top: -24px;
    left: 48px
}

.course-single .dz-info .post-author:after {
    content: "";
    background-image: url(../images/half-circle.svg);
    width: 110px;
    height: 35px;
    position: absolute;
    left: 75px;
    top: -34px;
    z-index: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%)
}

.social-icon {
    display: flex;
    align-items: center;
    padding: 15px 0 25px;
    border-bottom: 1px dashed rgba(0, 0, 0, .2)
}

.course-side-bar {
    background: var(--secondary);
    border-radius: 10px;
    padding: 30px
}

.course-side-bar .title {
    font-weight: 600;
    font-size: 50px
}

.course-side-bar .dz-meta ul {
    margin-right: -25px;
    justify-content: center
}

.course-side-bar .dz-meta ul li {
    font-weight: 400;
    font-size: 14px;
    margin-right: 25px
}

.course-side-bar .dz-meta ul li a {
    color: rgba(255, 255, 255, .7)
}

.course-side-bar .dz-meta ul li:after {
    position: absolute;
    content: "";
    background: var(--primary);
    border-radius: 4px;
    width: 4px;
    right: -17px;
    height: 4px;
    top: 9px
}

.course-side-bar .btn,
.course-side-bar .wp-block-button__link {
    margin-left: 50px
}

.pricingtable-features {
    margin: 0;
    padding: 0;
    list-style: none
}

.pricingtable-features li {
    padding: 12px
}

.pricingtable-features li i {
    margin: 0 3px
}

.pricingtable-wrapper {
    overflow: hidden;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.pricingtable-wrapper.style-1 {
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    border-radius: 30px;
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 50px 45px
}

.pricingtable-wrapper.style-1 .pricingtable-inner,
.pricingtable-wrapper.style-4 .pricingtable-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center
}

.pricingtable-wrapper.style-1 .pricingtable-footer {
    margin-top: 48px
}

.pricingtable-wrapper.style-1 .pricingtable-price .pricingtable-bx {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    margin: 0
}

.pricingtable-wrapper.style-1 .pricingtable-price .pricingtable-bx .small,
.pricingtable-wrapper.style-1 .pricingtable-price .pricingtable-bx small {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px
}

.pricingtable-wrapper.style-1 .pricingtable-price .pricingtable-type {
    color: #071c35;
    font-weight: 700;
    font-size: 26px;
    font-family: var(--font-family-title)
}

.pricingtable-wrapper.style-1 .pricingtable-features {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: left
}

.pricingtable-wrapper.style-1 .pricingtable-features li {
    padding: 5px 0 5px 45px;
    position: relative;
    margin: 10px 0;
    color: var(--title);
    font-weight: 300;
    font-size: 18px
}

.pricingtable-wrapper.style-1 .pricingtable-features li:after {
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-size: 30px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    color: var(--secondary);
    text-align: center;
    top: 10px;
    line-height: 25px;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s
}

.pricingtable-wrapper.style-1 .pricingtable-title .title {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #222;
    margin-bottom: 24px
}

.pricingtable-wrapper.style-1 .effect {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .5
}

.pricingtable-wrapper.style-1.active .btn-primary,
.pricingtable-wrapper.style-1.active .wp-block-button__link,
.pricingtable-wrapper.style-1:hover .btn-primary,
.pricingtable-wrapper.style-1:hover .wp-block-button__link {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff
}

.pricingtable-wrapper.style-1.active .pricingtable-bx,
.pricingtable-wrapper.style-1.active .pricingtable-price,
.pricingtable-wrapper.style-1.active .pricingtable-type,
.pricingtable-wrapper.style-1:hover .pricingtable-bx,
.pricingtable-wrapper.style-1:hover .pricingtable-price,
.pricingtable-wrapper.style-1:hover .pricingtable-type {
    color: #000 !important
}

.pricingtable-wrapper.style-1.active .pricingtable-features,
.pricingtable-wrapper.style-1:hover .pricingtable-features,
.pricingtable-wrapper.style-4.active .pricingtable-features,
.pricingtable-wrapper.style-4:hover .pricingtable-features {
    border-top: solid rgba(0, 0, 0, .1)
}

.icon-bx-wraper.style-8:hover .effect,
.pricingtable-wrapper.style-1.active .effect,
.pricingtable-wrapper.style-1:hover .effect {
    width: 300%;
    height: 300%
}

.pricingtable-wrapper.style-2 {
    background: #fff;
    box-shadow: 0 20px 40px rgba(1, 18, 111, .1);
    transition: .4s;
    border-radius: .6rem
}

.pricingtable-wrapper.style-2 .pricingtable-inner {
    padding: 40px 40px 0;
    position: relative
}

.pricingtable-wrapper.style-2 .pricingtable-inner .badge-premium {
    position: absolute;
    border-radius: .5rem;
    background: #d1ffee;
    top: 1.25rem;
    right: 1.25rem;
    padding: .2rem 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #05a467
}

.pricingtable-wrapper.style-2 .pricingtable-title li {
    display: flex;
    align-items: center;
    column-gap: .8rem
}

.pricingtable-wrapper.style-2 .pricingtable-title li i {
    margin-right: 0;
    font-size: 24px
}

.pricingtable-wrapper.style-2 .pricingtable-title li .h6,
.pricingtable-wrapper.style-2 .pricingtable-title li h6 {
    margin: 0;
    font-size: 1.5rem
}

.pricingtable-wrapper.style-2 .pricingtable-price .pricingtable-bx {
    font-size: 75px;
    font-weight: 500;
    color: var(--secondary) !important
}

.pricingtable-wrapper.style-2 .pricingtable-price .pricingtable-bx span {
    color: var(--primary);
    opacity: .7;
    font-weight: 400
}

.pricingtable-wrapper.style-2 .pricingtable-price .pricingtable-bx .small,
.pricingtable-wrapper.style-2 .pricingtable-price .pricingtable-bx small,
.pricingtable-wrapper.style-4 .btn,
.pricingtable-wrapper.style-4 .wp-block-button__link,
.side-bar .h5,
.side-bar h5 {
    font-size: 1rem
}

.pricingtable-wrapper.style-2 .pricingtable-price .badge {
    padding: 15px 25px;
    background: var(--primary);
    border-radius: 10px;
    width: 100%;
    font-weight: 500;
    font-size: 16px
}

.pricingtable-wrapper.style-2 .pricingtable-price .h6,
.pricingtable-wrapper.style-2 .pricingtable-price h6 {
    margin-top: 2.8rem
}

.pricingtable-wrapper.style-2 .pricingtable-features li {
    display: flex;
    align-items: center;
    padding: 12px 0
}

.pricingtable-wrapper.style-2 .pricingtable-features li i {
    color: var(--secondary);
    font-size: 18px;
    margin-right: 10px
}

.pricingtable-wrapper.style-2 .pricingtable-footer {
    width: 100%;
    background: var(--rgba-primary-1);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    text-align: center;
    padding: 15px;
    color: var(--primary);
    border-top: 1px solid var(--rgba-primary-2)
}

.pricingtable-wrapper.style-2 .pricingtable-footer a {
    width: 100%;
    display: block;
    font-weight: 400;
    color: var(--primary);
    text-transform: uppercase
}

.pricingtable-wrapper.style-2:hover,
.schedule-table table thead,
.swiper-pagination.style-3 .swiper-pagination-bullet-active {
    background: var(--secondary)
}

.pricingtable-wrapper.style-2:hover .pricingtable-features svg path {
    fill: #fff
}

.pricingtable-wrapper.style-2:hover .pricingtable-features li {
    color: #fff;
    opacity: .8
}

.pricingtable-wrapper.style-3 {
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2)
}

.dz-card.style-3:after,
.pricingtable-wrapper.style-3 .pricingtable-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(59, 111, 245, 0) 42%, var(--secondary) 100%);
    opacity: .9
}

.pricingtable-wrapper.style-3 .pricingtable-inner .table-price {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #fff;
    width: 100%;
    display: flex;
    z-index: 9;
    padding: 10px 25px;
    align-items: center;
    justify-content: space-between
}

.pricingtable-wrapper.style-3 .pricingtable-inner .table-price .price {
    font-weight: 500;
    font-size: 25px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.pricingtable-wrapper.style-3 .pricingtable-price {
    padding: 30px 35px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2)
}

.pricingtable-wrapper.style-3 .pricingtable-price .pricingtable-features li {
    padding: 10px 0;
    display: flex;
    color: #222
}

.pricingtable-wrapper.style-3 .pricingtable-price .pricingtable-features li span {
    text-align: right;
    color: #222;
    flex: 1
}

.download-file ul li a:hover .text,
.dz-accordion.accordion-primary .accordion-header .accordion-button,
.dz-card.style-3 .dz-info .dz-meta ul li a,
.dz-card.style-3 .dz-info .dz-meta ul li.dz-comment i,
.dz-card.style-3 .dz-info .dz-meta ul li.dz-user i,
.dz-card.style-3 .dz-info .dz-meta ul li.dz-user span,
.dz-tabs.style-5 .nav-tabs .nav-link.active i,
.dz-tabs.style-5 .nav-tabs .nav-link:hover i,
.dz-team.style-6 .dz-content .dz-name a,
.icon-bx-wraper.style-4 .border-primary .icon-cell,
.icon-bx-wraper.style-5.active .icon-cell i,
.icon-bx-wraper.style-5.active .icon-content .dz-title,
.icon-bx-wraper.style-5:hover .icon-cell i,
.icon-bx-wraper.style-5:hover .icon-content .dz-title,
.list-angle-double.primary li:before,
.list-circle.primary li:before,
.list-square-check.primary li:before,
.list-square.primary li:before,
.pricingtable-wrapper.style-3.active .table-price .price,
.pricingtable-wrapper.style-3:hover .table-price .price,
.pricingtable-wrapper.style-4.active .pricingtable-features li::after,
.pricingtable-wrapper.style-4.active .title,
.pricingtable-wrapper.style-4:hover .pricingtable-features li::after,
.pricingtable-wrapper.style-4:hover .title,
.recent-posts-entry .widget-post-bx.style-1 .widget-post .title a,
.schedule-table .event .subtitle,
.scroltop-progress.scroltop-primary:after,
.scroltop-progress:hover:after,
.testimonial-swiper-1 .btn-next:hover,
.testimonial-swiper-1 .btn-prev:hover,
.testimonial-swiper-6 .num-pagination .btn-next i,
.testimonial-swiper-6 .num-pagination .btn-prev i,
.widget_getintuch.style-1 ul li i,
.wp-block-quote.is-large.style-1 cite,
.wp-block-quote.is-style-large.style-1 cite,
blockquote.style-1 cite,
blockquote.wp-block-pullquote.alignleft.style-1 cite,
blockquote.wp-block-pullquote.alignright.style-1 cite,
blockquote.wp-block-pullquote.style-1 cite,
blockquote.wp-block-quote.style-1 cite,
ul a.rsswidget:hover {
    color: var(--primary)
}

.pricingtable-wrapper.style-3.active .btn-primary,
.pricingtable-wrapper.style-3.active .wp-block-button__link,
.pricingtable-wrapper.style-3:hover .btn-primary,
.pricingtable-wrapper.style-3:hover .wp-block-button__link {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff !important
}

.pricingtable-wrapper.style-4 {
    border-radius: 0 10px;
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 32px 45px 40px 50px;
    transition: .4s;
    background: #fff;
    overflow: visible;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .03)
}

.pricingtable-wrapper.style-4 .pricingtable-price {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--rgba-primary-1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 1.25rem;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s;
    transform: rotateY(360deg)
}

.pricingtable-wrapper.style-4 .pricingtable-price .pricingtable-bx {
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0;
    color: var(--primary)
}

.pricingtable-wrapper.style-4 .pricingtable-price .pricingtable-bx sup {
    font-size: 1.25rem;
    line-height: 0;
    top: -1.2rem
}

.pricingtable-wrapper.style-4 .pricingtable-price .pricingtable-type {
    color: #071c35;
    font-weight: 500;
    font-size: 26px;
    font-family: var(--font-family-title)
}

.pricingtable-wrapper.style-4 .pricingtable-features {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: left;
    justify-content: center
}

.pricingtable-wrapper.style-4 .pricingtable-features li {
    padding: 5px 0 5px 40px;
    position: relative;
    margin: .4rem 0;
    color: #666;
    font-weight: 400;
    font-size: 18px
}

.pricingtable-wrapper.style-4 .pricingtable-features li:after {
    left: 0;
    content: "\f00c";
    top: 7px;
    width: 20px;
    height: 20px;
    display: block;
    font-size: 20px;
    font-weight: 800;
    position: absolute;
    text-align: center;
    color: var(--primary);
    line-height: 25px;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    font-family: 'Line Awesome Free'
}

.pricingtable-wrapper.style-4 .pricingtable-title {
    padding-bottom: 26px
}

.pricingtable-wrapper.style-4 .pricingtable-title .title {
    font-weight: 600;
    font-size: 30px;
    color: #333;
    transition: .4s
}

.pricingtable-wrapper.style-4 .pricingtable-title span {
    color: #666;
    font-weight: 500;
    font-size: 15px
}

@media only screen and (max-width:1280px) {
    .section-wrapper5 .acc-media-bg {
        left: -18px
    }

    .section-wrapper6 .blog-wave2 {
        top: 20px
    }

    .dz-form-card {
        padding: 30px
    }

    .item-search {
        margin: 0 auto 40px
    }

    .pricingtable-wrapper.style-4 .pricingtable-price .pricingtable-bx {
        font-size: 45px
    }

    .pricingtable-wrapper.style-4 .pricingtable-features li {
        font-size: 16px
    }

    .pricingtable-wrapper.style-4 .pricingtable-title .title {
        font-size: 24px;
        margin-bottom: 0
    }

    .pricingtable-wrapper.style-4 {
        padding: 45px 30px 35px
    }
}

.pricingtable-wrapper.style-4 .btn-primary,
.pricingtable-wrapper.style-4 .wp-block-button__link {
    background: 0 0;
    color: #282828;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    border: 2px solid #d9d9d9;
    transition: .4s
}

.pricingtable-wrapper.style-4.active .pricingtable-price,
.pricingtable-wrapper.style-4:hover .pricingtable-price {
    background: var(--primary);
    transform: rotateY(0)
}

.main-bnr-one .text-smile span,
.pricingtable-wrapper.style-4.active span,
.pricingtable-wrapper.style-4:hover span {
    color: #666
}

.pricingtable-wrapper.style-4.active .btn-primary,
.pricingtable-wrapper.style-4.active .wp-block-button__link,
.pricingtable-wrapper.style-4:hover .btn-primary,
.pricingtable-wrapper.style-4:hover .wp-block-button__link {
    background: var(--primary);
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(191, 67, 67, .2);
    color: #fff
}

.pricing-check,
.pricing-check-style {
    text-align: center;
    margin-bottom: 60px
}

.pricing-check-style .form-check .form-check-label {
    border: 2px solid var(--secondary);
    padding: 10px 25px;
    color: var(--secondary);
    border-radius: 24px
}

.pricing-check-style .form-check .form-check-label.active,
.pricing-check-style .form-check .form-check-label:hover {
    color: #fff;
    background: var(--secondary);
    border: 2px solid var(--secondary)
}

.draw {
    background: 0 0;
    border: 0;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 2px #f6f6f6;
    font-size: inherit;
    position: relative;
    vertical-align: middle;
    -webkit-transition: width .25s ease-out, height .25s ease-out .25s, color .25s;
    transition: width .25s ease-out, height .25s ease-out .25s, color .25s
}

.draw:after,
.draw:before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 0 10px;
    border: 2px solid transparent
}

.draw:before {
    top: 0;
    left: 0
}

.draw:after {
    bottom: 0;
    right: 0
}

.draw.active:after,
.draw.active:before,
.draw:hover:after,
.draw:hover:before {
    width: 100%;
    height: 100%
}

.draw.active:before,
.draw:hover:before {
    -webkit-transition: width .25s ease-out, height .25s ease-out .25s;
    transition: width .25s ease-out, height .25s ease-out .25s;
    border-top-color: var(--primary);
    border-right-color: var(--primary)
}

.draw.active:after,
.draw:hover:after {
    -webkit-transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
    border-bottom-color: var(--primary);
    border-left-color: var(--primary)
}

.dz-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle
}

.dz-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

.dz-img-effect.opacity img:hover,
.icon-bx-wraper.style-1.active p,
.icon-bx-wraper.style-1:hover p,
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.dz-img-effect.zoom-slow img {
    transition: 10s;
    -moz-transition: 10s;
    -webkit-transition: 10s;
    -o-transition: 10s
}

.dz-img-effect.side-pan:hover img {
    margin-left: -11%;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.dz-img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.dz-img-effect.fade-in,
.dz-img-effect.fade-out {
    background: #000
}

.dz-img-effect.fade-in img {
    opacity: .65
}

.dz-box:hover .dz-img-effect.rotate img,
.dz-img-effect.rotate:hover img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg)
}

.dz-img-effect.image-sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%)
}

.dz-img-effect.blurr:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px)
}

.dz-img-effect.blurr-invert img {
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px)
}

.dz-img-effect.blurr-invert:hover img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px)
}

.dz-img-effect.off-color img,
.dz-img-effect.on-color:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0)
}

.dz-img-effect.off-color:hover img,
.dz-img-effect.on-color img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1)
}

.dz-accordion .accordion-item {
    background: #fff;
    margin-bottom: 20px;
    border: 0
}

.dz-accordion .accordion-body {
    padding: 25px 30px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #3b6ff5;
    border-top: 0;
    margin-top: -9px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-accordion .accordion-collapse {
    border: 0;
    border-radius: 0 !important
}

.dz-accordion .accordion-header {
    background-color: var(--rgba-primary-2);
    border-radius: 10px
}

.dz-accordion .accordion-header .accordion-button {
    font-size: 18px;
    border: 0;
    font-weight: 500;
    padding: 20px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    color: #000
}

.dz-accordion .accordion-header .accordion-button .toggle-close {
    background-color: transparent;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    line-height: 55px;
    text-align: center;
    font-size: 24px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    z-index: 1;
    overflow: hidden
}

.dz-accordion .accordion-header .accordion-button .toggle-close:before {
    content: "\f105";
    color: var(--dark);
    font-size: 24px;
    font-family: 'Line Awesome Free';
    z-index: 99;
    opacity: 1;
    transition: .5s;
    line-height: 55px;
    display: block;
    font-weight: 900
}

.dz-accordion .accordion-header .accordion-button.collapsed {
    background: 0 0;
    color: inherit
}

.dz-accordion .accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--secondary);
    color: #fff;
    border-radius: 10px 10px 0 0
}

.dz-accordion .accordion-header .accordion-button:not(.collapsed) .toggle-close:before,
.dz-accordion.accordion-primary .accordion-header .accordion-button:not(.collapsed) .toggle-close:before,
.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button:not(.collapsed) .toggle-close:before {
    color: #fff;
    transform: rotate(90deg)
}

.dz-accordion.accordion-md .accordion-header .accordion-button {
    padding: 18px 60px 18px 25px
}

.dz-accordion.accordion-md .accordion-header .accordion-button .toggle-close {
    height: 100%;
    width: 60px
}

.dz-accordion.accordion-md .accordion-header .accordion-button .toggle-close:before {
    font-size: 25px;
    line-height: 60px
}

.dz-accordion.accordion-primary .accordion-header {
    background: var(--rgba-primary-1);
    border: 1px solid var(--rgba-primary-1);
    border-radius: 10px
}

.dz-accordion.accordion-primary .accordion-header .accordion-button .toggle-close {
    background-color: transparent;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    line-height: 55px;
    text-align: center;
    font-size: 24px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    z-index: 1;
    overflow: hidden
}

.dz-accordion.accordion-primary .accordion-header .accordion-button .toggle-close:before {
    content: "\f105";
    color: var(--primary);
    font-size: 24px;
    font-family: 'Line Awesome Free';
    z-index: 99;
    opacity: 1;
    transition: .5s;
    line-height: 55px;
    display: block;
    font-weight: 900
}

.dz-accordion.accordion-primary .accordion-header .accordion-button.collapsed {
    background: 0 0;
    color: #151f37
}

.dz-accordion.accordion-primary .accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: #fff;
    border-radius: 10px
}

.dz-accordion.accordion-with-icon .accordion-header .accordion-header-icon {
    position: absolute;
    right: auto;
    left: 25px
}

.dz-accordion.vertical-border .accordion-header {
    background: var(--rgba-primary-1);
    border: 1px solid var(--rgba-primary-1);
    color: #222;
    border-radius: 0
}

.dz-accordion.vertical-border .accordion-header .accordion-button {
    border-radius: 0;
    padding: 20px 50px 20px 25px
}

.dz-accordion.vertical-border .accordion-header .accordion-button .vertical-line {
    position: absolute;
    width: 4px;
    height: 100%;
    z-index: 1;
    background-color: var(--primary);
    left: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-accordion.vertical-border .accordion-header .accordion-button .accordion-header-text,
.dz-accordion.vertical-border .accordion-header .accordion-button.collapsed .accordion-header-text,
.dz-card.style-4 .dz-meta ul li span,
.testimonial-name {
    color: #222
}

.dz-accordion.vertical-border .accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--rgba-primary-1);
    box-shadow: none
}

.dz-accordion.vertical-border .accordion-header .accordion-button:not(.collapsed) .toggle-close:before {
    color: var(--primary);
    transform: rotate(90deg)
}

.dz-accordion.vertical-border .accordion-body {
    border-radius: 0;
    margin-top: 0;
    border: 1px solid var(--rgba-primary-3);
    border-top: 0
}

.dz-accordion.head-border .accordion-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(149, 157, 165, .2)
}

.dz-accordion.head-border .accordion-header {
    background: #fff;
    border: #fff;
    border-radius: 10px
}

.dz-accordion.head-border .accordion-header .accordion-button {
    color: #222;
    padding: 18px 60px 18px 25px
}

.dz-accordion.head-border .accordion-header .accordion-button .horizontal-line {
    position: absolute;
    background-color: #efefef;
    bottom: 0;
    width: calc(100% - 50px);
    height: 2px;
    opacity: 0;
    left: 25px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-accordion.head-border .accordion-header .accordion-button .toggle-close:before {
    content: "\f105";
    color: #222
}

.dz-accordion.head-border .accordion-header .accordion-button.collapsed,
.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button.collapsed {
    background: 0 0;
    color: #222
}

.dz-accordion.head-border .accordion-header .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #222;
    box-shadow: none
}

.dz-accordion.head-border .accordion-header .accordion-button:not(.collapsed) .toggle-close:before {
    color: #222;
    transform: rotate(90deg)
}

.dz-accordion.head-border .accordion-body {
    border: 1px solid transparent;
    padding: 25px
}

.dz-accordion.style-2 .accordion-item .accordion-header {
    background-color: transparent;
    border-radius: 0
}

.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    border: 0;
    font-weight: 500;
    padding: 6px 6px 6px 40px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    color: #222;
    justify-content: space-between
}

.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button .toggle-close {
    background-color: var(--rgba-primary-2);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
    border-radius: 6px
}

.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button .toggle-close:before {
    content: "\f105";
    color: var(--title);
    font-size: 15px;
    font-family: 'Line Awesome Free';
    opacity: 1;
    transition: .5s;
    line-height: 30px;
    display: block;
    font-weight: 900
}

.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--primary);
    box-shadow: none;
    border-radius: 0
}

.dropdown-item.active,
.dropdown-item:active,
.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button:not(.collapsed) .toggle-close,
.dz-team.style-2:hover .dz-content,
.dz-team.style-3:hover .dz-content,
.form-check-input.checkbox-primary:checked,
.lg-progress-bar .lg-progress,
.post-password-form input[type=submit],
.privacy-list ul li.active,
.privacy-list ul li:hover {
    background-color: var(--primary)
}

.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button .accordion-line {
    width: 100%;
    height: 1px;
    margin: 0 15px;
    background: #d9d9d9
}

.dz-accordion.style-2 .accordion-body {
    border: 0;
    padding: 20px 0 0
}

.dz-accordion.style-2 .accordion-body .list-square-check li {
    padding: 5px 0 5px 40px
}

.dz-card.style-1 .dz-info .dz-meta ul,
.pagination,
.pagination.style-1.text-center,
.swiper-pagination.style-2,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.pagination .page-link {
    height: 45px;
    min-width: 45px;
    line-height: 45px;
    padding: 0;
    text-align: center
}

.pagination.pagination-md .page-item .page-link,
.pagination.style-2.pagination-md .page-item .page-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center
}

.pagination.pagination-sm .page-item .page-link {
    padding: 0;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center
}

.pagination.pagination-xs .page-item .page-link {
    padding: 0;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center
}

.pagination-primary .page-item .page-link {
    background: var(--rgba-primary-1);
    border-color: var(--rgba-primary-1);
    color: #222
}

.pagination-primary .page-item .page-link.active,
.pagination-primary .page-item .page-link:hover {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 .625rem 1.25rem 0 rgba(255, 193, 180, .3)
}

.pagination-danger .page-item .page-link {
    background: rgba(255, 0, 3, .1);
    border-color: rgba(255, 0, 3, .1);
    color: #ff0003
}

.pagination-danger .page-item .page-link.active,
.pagination-danger .page-item .page-link:hover {
    background: #ff0003;
    border-color: #ff0003;
    color: #fff;
    box-shadow: 0 .625rem 1.25rem 0 rgba(255, 0, 3, .2)
}

.pagination-info .page-item .page-link {
    background: rgba(0, 174, 255, .1);
    border-color: rgba(0, 174, 255, .1);
    color: #00aeff
}

.pagination-info .page-item .page-link.active,
.pagination-info .page-item .page-link:hover {
    background: #00aeff;
    border-color: #00aeff;
    color: #fff;
    box-shadow: 0 .625rem 1.25rem 0 rgba(0, 174, 255, .2)
}

.pagination-warning .page-item .page-link {
    background: rgba(255, 189, 19, .1);
    border-color: rgba(255, 189, 19, .1);
    color: #ffbd13
}

.pagination-circle .page-item .page-link,
.pagination-square .page-item .page-link {
    line-height: 43px;
    background: var(--rgba-primary-1);
    color: var(--primary);
    text-align: center
}

.pagination-warning .page-item .page-link.active,
.pagination-warning .page-item .page-link:hover {
    background: #ffbd13;
    border-color: #ffbd13;
    color: #fff;
    box-shadow: 0 .625rem 1.25rem 0 rgba(255, 189, 19, .2)
}

.pagination-gutter .page-item .page-link {
    border-radius: 6px !important
}

.pagination-circle .page-item,
.pagination-square .page-item {
    margin-right: 7px
}

.pagination-circle .page-item .page-link {
    border: 1px solid var(--rgba-primary-3);
    border-radius: 50px !important
}

.pagination-circle .page-item .page-link:hover,
.pagination-square .page-item .page-link:hover,
.widget_calendar .calendar_wrap th,
.widget_calendar tfoot td a {
    color: #fff;
    background: var(--primary)
}

.pagination-square .page-item .page-link {
    border: 1px solid var(--rgba-primary-3);
    border-radius: var(--border-radius-base)
}

.pagination.no-bg.pagination-primary li:not(.active):hover .page-link {
    background: var(--primary);
    border-color: var(--primary)
}

.pagination.no-bg.pagination-danger .page-link.active,
.pagination.no-bg.pagination-danger .page-link.current,
.pagination.no-bg.pagination-danger .page-link:hover,
.pagination.no-bg.pagination-danger li:not(.active):hover .page-link {
    background: #ff0003;
    border-color: #ff0003
}

.pagination.no-bg.pagination-info li:not(.active):hover .page-link {
    background: #00aeff;
    border-color: #00aeff
}

.pagination.no-bg.pagination-warning li:not(.active):hover .page-link {
    background: #ffbd13;
    border-color: #ffbd13
}

.pagination.style-1 li {
    margin: 0 8px
}

.pagination.style-1 li .page-link,
.pagination.style-1 li .page-numbers {
    height: 50px;
    min-width: 50px;
    line-height: 50px;
    border-radius: 8px;
    color: #222;
    text-align: center;
    border: 0;
    padding: 0 10px;
    transition: .5s;
    font-size: 18px;
    display: block;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1)
}

.pagination.style-1 li .page-link:first-child,
.pagination.style-1 li .page-numbers:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.pagination.style-1 li .page-link:last-child,
.pagination.style-1 li .page-numbers:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.pagination.style-1 li .page-link.active,
.pagination.style-1 li .page-link.current,
.pagination.style-1 li .page-link:hover,
.pagination.style-1 li .page-numbers.active,
.pagination.style-1 li .page-numbers.current,
.pagination.style-1 li .page-numbers:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 5px 12px var(--rgba-primary-4);
    color: #fff
}

.pagination.style-2 .page-item .page-link {
    z-index: 1;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    margin-left: 7px;
    color: #222;
    border: 0
}

.pagination.style-2 .page-item .page-link:focus {
    outline: 0;
    box-shadow: none
}

.pagination.style-2.pagination-sm .page-item .page-link {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center
}

.pagination.style-2.pagination-xs .page-item .page-link {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    text-align: center
}

.post-pagination.style-1 {
    display: flex;
    position: relative;
    margin-top: 15px
}

.post-pagination.style-1 .post-next,
.post-pagination.style-1 .post-prev {
    width: 50%;
    min-width: 50%
}

.about-bx2 .contact-us,
.author-box .author-profile-info,
.blog-single .dz-social-icon,
.num-pagination,
.post-pagination.style-1 .post-inner,
.testimonial-1 .testimonial-info,
.video-wrapper {
    display: flex;
    align-items: center
}

.post-pagination.style-1 .post-next .post-inner {
    justify-content: flex-end;
    text-align: right
}

.post-pagination.style-1 .dz-media {
    width: 80px;
    min-width: 80px;
    height: 60px;
    border-radius: 8px
}

.post-pagination.style-1 .dz-info span {
    color: var(--secondary);
    font-size: 14px;
    font-weight: 400
}

.post-pagination.style-1:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #ccc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.list-angle-double li,
.list-circle li,
.list-square li,
.list-square-check li {
    position: relative;
    padding: 6px 5px 6px 22px
}

.list-angle-double li:before,
.list-circle li:before,
.list-square li:before,
.list-square-check li:before {
    position: absolute;
    left: 0;
    top: 7px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

ul.list-circle li:before {
    content: "\f111";
    font-size: 8px;
    font-weight: 900;
    top: 50%;
    color: var(--secondary);
    transform: translateY(-50%)
}

ul.list-angle-double li:before {
    content: "\f101";
    font-size: 15px;
    color: var(--primary)
}

ul.list-square li:before {
    content: "\f45c";
    top: 19px;
    transform: translateY(-50%);
    color: var(--secondary);
    font-size: 8px
}

.list-square-check li {
    padding: 10px 0 10px 40px;
    font-weight: 500;
    color: var(--title);
    margin-bottom: 5px;
    position: relative
}

.list-square-check li:before {
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 700;
    position: absolute;
    border-radius: 4px;
    top: 50%;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 22px;
    color: var(--primary);
    text-align: center;
    padding: 0;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    transform: translateY(-50%) scale(1)
}

.list-check-2 li:before,
.scroltop-progress:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.list-check-2.list-box li,
.list-check.list-box li,
.list-square-check.list-box li {
    border-radius: 10px;
    background-color: #fff
}

.list-square-check.square li:before {
    background-color: var(--secondary);
    color: #fff;
    font-size: 16px
}

.list-square-check.list-box li {
    padding: 12px 20px 12px 45px;
    margin-bottom: 5px;
    box-shadow: 0 10px 30px rgba(145, 80, 65, .15)
}

.list-square-check.list-box li:before {
    left: 8px
}

.list-square-check.circle li:before {
    border-radius: 35px;
    background-color: var(--primary);
    color: #fff;
    font-size: 16px
}

.list-check li {
    padding: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000
}

.list-check li i {
    font-size: 24px;
    margin-right: 5px
}

.list-check.list-box li {
    padding: 12px 20px;
    margin-bottom: 15px;
    box-shadow: 0 10px 30px rgba(145, 80, 65, .15)
}

.list-check.list-box li i {
    font-size: 24px;
    margin-right: 10px
}

@media only screen and (max-width:1024px) {
    .section-wrapper1:after {
        bottom: 8%
    }

    .section-wrapper5 .acc-media-bg,
    .section-wrapper5 .acc-media-dots {
        display: none
    }

    .course-side-bar .btn,
    .course-side-bar .wp-block-button__link {
        margin: 0
    }

    .list-check {
        margin-bottom: 25px
    }

    .list-check li {
        margin-bottom: 10px
    }
}

.list-check-2 li {
    padding: 15px 30px 15px 68px;
    position: relative;
    margin: 0 5px;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #222;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    text-align: left
}

.list-check-2 li:before {
    position: absolute;
    left: 5px;
    top: 50%;
    content: "\f00c";
    color: var(--secondary);
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    transform: translateY(-50%)
}

.list-check-2.list-box li {
    margin-bottom: 0 5px;
    box-shadow: 0 15px 40px #ddd
}

.list-check-2.arrow li:hover:before,
.list-check-2.circle li:hover:before,
.list-check-2.list-box li:hover:before {
    color: var(--secondary);
    background-color: #fff
}

.list-check-2.arrow li,
.list-check-2.circle li {
    margin-bottom: 10px;
    border-radius: 40px
}

.list-check-2.circle li:before {
    border-radius: 35px;
    background-color: var(--secondary);
    color: #fff
}

.list-check-2.arrow li:before {
    content: "\f061";
    border-radius: 35px;
    background-color: var(--secondary);
    color: #fff
}

.list-num-count.border-before li:before,
.list-num-count.circle li:before {
    border-radius: 100px;
    background: var(--primary);
    color: #fff
}

@media only screen and (max-width:991px) {

    .site-filters.style-1 .filters li,
    .site-filters.style-6 .filters li {
        margin: 0 5px -1px
    }

    .site-filters.style-1 .filters li a,
    .site-filters.style-2 .filters li a,
    .site-filters.style-3 .filters li a,
    .site-filters.style-4 .filters li a,
    .site-filters.style-5 .filters li a {
        font-size: 15px
    }

    .site-filters.style-2 .filters li {
        margin: 0 10px 10px 0
    }

    .site-filters.style-2 .filters li a:after {
        right: -8px
    }

    .site-filters.style-3 .filters li,
    .site-filters.style-4 .filters li,
    .site-filters.style-5 .filters li {
        margin: 0 0 5px
    }

    .counter-box.style-2 .title,
    .counter-box.style-4 .counter-r .title {
        font-size: 35px
    }

    .counter-box.style-2 p,
    .counter-box.style-4 .counter-r p {
        font-size: 14px
    }

    .counter-box.style-3 .counter-r .title {
        font-size: 42px
    }

    .counter-box.style-5 .counter-r .title {
        font-size: 55px
    }

    .counter-box.style-5 .counter-r p {
        font-size: 26px
    }

    .pricing-check {
        margin-bottom: 30px
    }

    .pagination.style-1 li .page-link,
    .pagination.style-1 li .page-numbers {
        height: 50px;
        min-width: 50px;
        line-height: 50px
    }

    .list-check {
        margin-bottom: 40px
    }

    .list-check-2 li {
        padding: 15px 10px 15px 60px;
        font-size: 16px
    }

    .list-check-2.arrow li:before,
    .list-check-2.circle li:before {
        font-size: 16px;
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    .list-check-2.list-inline li {
        min-height: 50px;
        padding: 12px 20px 12px 60px
    }
}

.list-num-count {
    counter-reset: li;
    padding-left: 0
}

.list-num-count li {
    position: relative;
    margin: 0 0 6px 30px;
    padding: 4px 8px;
    list-style: none
}

.list-num-count li:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    top: 2px;
    left: -28px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    color: #222;
    font-weight: 600;
    text-align: center;
    font-size: 12px
}

.list-num-count.lower-alpha>li:before {
    content: counter(li, lower-alpha)
}

.list-num-count.upper-alpha>li:before {
    content: counter(li, upper-alpha)
}

.list-num-count.border-before li {
    box-shadow: 0 7px 29px 0 rgba(100, 100, 111, .2);
    margin: 0 0 10px;
    padding: 10px 20px 10px 45px;
    border-radius: 6px
}

.list-num-count.border-before li:before {
    border: 5px solid var(--secondary);
    top: 0;
    left: -15px;
    min-width: 45px;
    height: 45px;
    line-height: 25px;
    text-align: center
}

.calculator-listing {
    padding: 40px;
    background-color: var(--secondary);
    box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
    margin-bottom: 30px;
    border-radius: 10px
}

.calculator-listing ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 35px
}

.calculator-listing ul li {
    display: block;
    padding: 17px 30px;
    border-radius: 8px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

.calculator-listing ul .list-bg,
footer .widget_calendar tr:nth-child(2n+2) {
    background-color: rgba(255, 255, 255, .05)
}

.calculator-listing p {
    font-size: 18px;
    font-weight: 500;
    padding: 0 60px;
    line-height: 27px;
    color: #fff;
    text-align: center
}

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
    background-color: rgba(30, 30, 30, .6)
}

.lg-outer {
    z-index: 999999
}

.icon-bx-wraper.style-7.dark-wrapper.active,
.icon-bx-wraper.style-7.dark-wrapper:hover,
.lg-outer .lg-img-wrap,
.lg-outer .lg-item,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-toogle-thumb {
    background-color: transparent
}

.lg-backdrop {
    z-index: 99999;
    background-color: rgba(30, 30, 30, .9)
}

.scroltop,
.scroltop-progress {
    bottom: 15px;
    right: 15px;
    z-index: 999;
    position: fixed;
    cursor: pointer
}

.dz-box-bg .btn,
.dz-box-bg .wp-block-button__link,
.main-bnr-four .main-slider,
.main-bnr-one .main-slider,
.main-bnr-two .main-slider,
.progress-bx .progress,
.progress-bx.style-2,
.progress-bx.style-4,
.swiper-container.blog-slider-wrapper {
    overflow: unset
}

.progress-bx .progress .progress-bar {
    position: relative;
    overflow: unset
}

.progress-bx.style-1 .progress {
    height: 3px;
    background: #e4e3e3;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible
}

.progress-bx.style-2 .progress,
.progress-bx.style-3 .progress,
.progress-bx.style-4 .progress {
    box-shadow: none;
    overflow: visible;
    background: #f5f5f5
}

.progress-bx.style-1 .progress .progress-bar {
    box-shadow: none;
    -webkit-animation: 2s myanimation;
    animation: 2s myanimation
}

.progress-bx.style-1 .progress .progress-bar:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 4px solid #fff;
    position: absolute;
    top: -8px;
    right: 0;
    border-radius: 10px
}

.progress-bx.style-1 .progress.pink .progress-bar,
.progress-bx.style-2 .progress.pink .progress-bar {
    background: #f72754
}

.progress-bx.style-1 .progress.pink .progress-bar:after {
    background: #f72754;
    outline: #f72754 solid 2px
}

.progress-bx.style-1 .progress.yellow .progress-bar,
.progress-bx.style-2 .progress.yellow .progress-bar {
    background: #ffae03
}

.progress-bx.style-1 .progress.yellow .progress-bar:after {
    background: #ffae03;
    outline: #ffae03 solid 2px
}

.progress-bx.style-1 .progress.blue .progress-bar,
.progress-bx.style-2 .progress.blue .progress-bar {
    background: #2272ff
}

.progress-bx.style-1 .progress.blue .progress-bar:after {
    background: #2272ff;
    outline: #2272ff solid 2px
}

.progress-bx.style-1 .progress.green .progress-bar,
.progress-bx.style-2 .progress.green .progress-bar {
    background: #00be69
}

.btn-next,
.btn-prev,
.scroltop {
    background: var(--primary);
    text-align: center
}

.progress-bx.style-1 .progress.green .progress-bar:after {
    background: #00be69;
    outline: #00be69 solid 2px
}

.progress-bx.style-1 .progress-title {
    display: block;
    margin-bottom: 5px;
    font-weight: 500
}

.progress-bx.style-2 .progress {
    height: 10px;
    border-radius: 0;
    margin-bottom: 30px
}

.progress-bx.style-2 .progress .progress-bar {
    box-shadow: none;
    position: relative;
    -webkit-animation: 2s myanimation;
    animation: 2s myanimation
}

.progress-bx.style-2 .progress .progress-bar:after,
.progress-bx.style-3 .progress .progress-bar:after {
    content: "";
    display: block;
    border: 15px solid transparent;
    border-bottom: 21px solid transparent;
    position: absolute;
    top: -26px;
    right: -12px
}

.progress-bx.style-2 .progress .progress-bar .progress-value {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    position: absolute;
    top: -40px;
    right: 0
}

.progress-bx.style-2 .progress.pink .progress-bar:after {
    border-bottom-color: #f72754
}

.progress-bx.style-2 .progress.yellow .progress-bar:after {
    border-bottom-color: #ffae03
}

.progress-bx.style-2 .progress.blue .progress-bar:after {
    border-bottom-color: #2272ff
}

.progress-bx.style-2 .progress.green .progress-bar:after {
    border-bottom-color: #00be69
}

.progress-bx.style-3 {
    overflow: unset;
    padding-top: 20px
}

.progress-bx.style-3 .progress {
    height: 5px;
    border-radius: 0;
    line-height: 35px
}

.progress-bx.style-3 .progress .progress-bar {
    box-shadow: none;
    position: relative;
    -webkit-animation: 2s myanimation;
    animation: 2s myanimation;
    background-color: var(--primary)
}

.progress-bx.style-3 .progress .progress-bar .progress-value {
    position: absolute;
    right: 0;
    top: -45px;
    background: var(--primary);
    color: #fff;
    padding: 0 8px;
    display: block;
    font-size: 11px;
    border-radius: 3px;
    text-align: center
}

.progress-bx.style-3 .progress .progress-bar .progress-value:after {
    content: "";
    border-top: 6px solid var(--primary);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -5px
}

.progress-bx.style-3 .progress .progress-bar.active {
    animation: .9s linear infinite reverse progress-bar-stripes
}

.progress-bx.style-4 .progress .pro-bar {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
    border-radius: 50px
}

.progress-bx.style-4 .progress .pro-bar .pro-bg {
    background-color: #f5f5f5;
    float: left;
    height: 10px;
    position: relative;
    border-radius: 50px;
    width: 100%;
    top: -5px;
    z-index: 1
}

.progress-bx.style-4 .progress .progress-bar {
    float: left;
    height: 10px;
    left: 0;
    top: -5px;
    z-index: 100;
    margin-top: -10px;
    position: relative;
    border-radius: 50px;
    -webkit-animation: 2s myanimation;
    animation: 2s myanimation
}

.progress-bx.style-5 .progress-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

.progress-bx.style-5 .progress {
    background-color: var(--rgba-primary-2);
    height: 16px;
    margin-top: 5px
}

.progress-bx.style-5 .progress-title {
    font-weight: 500;
    text-transform: uppercase
}

@keyframes myanimation {
    0% {
        width: 0
    }
}

.scroltop {
    box-shadow: -4px 4px 24px -10px var(--primary) !important;
    border-color: var(--primary);
    border-style: solid;
    border-width: 0;
    color: var(--theme-text-color);
    display: none;
    height: 50px;
    line-height: 50px;
    margin: 0;
    width: 50px;
    border-radius: 6px;
    box-shadow: -4px 4px 24px -10px;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s
}

.scroltop-progress {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    opacity: 0;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.scroltop-progress:after {
    content: "\f062";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    cursor: pointer;
    width: 50px;
    line-height: 50px;
    color: var(--dark);
    text-align: center;
    transition: .2s linear
}

.scroltop-progress svg path {
    fill: none;
    stroke-width: 4;
    box-sizing: border-box;
    stroke: var(--dark);
    transition: .2s linear
}

.scroltop-progress.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.scroltop-progress.scroltop-primary svg path,
.scroltop-progress:hover svg path {
    stroke: var(--primary)
}

.scroltop-progress.scroltop-secondary svg path {
    stroke: var(--secondary)
}

.scroltop-progress2 {
    transition: .2s linear;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 3px;
    background-color: var(--primary)
}

.btn-next,
.btn-prev,
.video-bx2 {
    -webkit-transition: .5s;
    -ms-transition: .5s
}

.video-bx1 {
    position: relative;
    min-width: 170px;
    width: 170px;
    height: 170px;
    border-radius: var(--border-radius-base);
    overflow: hidden
}

.video-bx1 .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.video-bx2,
.video-bx2 .dz-media {
    position: relative;
    border-radius: 100px
}

.video-bx1 .video-btn .popup-youtube {
    display: inline-block;
    height: 60px;
    width: 60px;
    min-width: 60px;
    line-height: 60px;
    font-size: 20px;
    border-radius: 60px;
    background-color: #fff;
    color: var(--primary)
}

.post-video .post-video-icon:before,
.video-bx1 .video-btn .popup-youtube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 100%;
    animation: 3s infinite animationSignal1;
    -webkit-animation: 3s infinite animationSignal1;
    z-index: -1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.post-video .post-video-icon:after,
.video-bx1 .video-btn .popup-youtube:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    animation: 3s infinite animationSignal2;
    -webkit-animation: 3s infinite animationSignal2;
    z-index: -1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.video,
.video-bx2 .video-btn {
    transform: translate(-50%, -50%)
}

.video-bx2 {
    width: 250px;
    height: 140px;
    transition: .5s;
    padding: 12px
}

.video-bx2 .dz-media {
    overflow: hidden;
    z-index: 1;
    height: 100%
}

.video-bx2 .dz-media:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0
}

.video-bx2:after {
    content: "";
    height: 100%;
    width: 50%;
    background-color: #fff;
    border-radius: 100px 0 0 100px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1)
}

.video-bx2 .video-btn {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 50px
}

.about-wrapper1 .dz-media:hover,
.icon-bx-wraper.style-8:hover,
.main-bnr-three .bnr-content-bx:hover,
.video-bx2:hover {
    transform: translateY(-10px)
}

.video-bx2:hover:after {
    width: 100%;
    border-radius: 100px
}

.video {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%
}

@keyframes animationSignal1 {
    0% {
        opacity: .8;
        transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        -webkit-transform: scale(.9)
    }

    100% {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes animationSignal1 {
    0% {
        transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        -webkit-transform: scale(.9)
    }

    100% {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@keyframes animationSignal2 {
    0% {
        transform: scale(.9);
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }

    100% {
        transform: scale(1.9);
        -moz-transform: scale(1.9);
        -webkit-transform: scale(1.9);
        -ms-transform: scale(1.9);
        -o-transform: scale(1.9);
        opacity: 0
    }
}

@-webkit-keyframes animationSignal2 {
    0% {
        transform: scale(.9);
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }

    100% {
        transform: scale(1.9);
        -moz-transform: scale(1.9);
        -webkit-transform: scale(1.9);
        -ms-transform: scale(1.9);
        -o-transform: scale(1.9);
        opacity: 0
    }
}

.video-bx2 .text {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px
}

.video-media .video {
    color: #fff;
    font-size: 80px
}

.swiper-pagination {
    position: relative;
    width: auto;
    display: flex;
    align-items: center
}

.swiper-pagination.style-1,
.swiper-pagination.style-3 {
    display: inline-block;
    margin-top: 20px
}

.swiper-pagination.style-1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    font-size: 12px;
    opacity: 1;
    border-radius: 30px;
    background: grey
}

.swiper-pagination.style-1 .swiper-pagination-bullet-active {
    background: var(--secondary);
    width: 38px
}

.swiper-pagination.style-2 span {
    width: 8px;
    height: 8px
}

.swiper-pagination.style-3 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    font-size: 12px;
    opacity: 1;
    border-radius: 100px;
    background: grey
}

.btn-next,
.btn-prev {
    position: static;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    z-index: 1;
    margin: 0 10px;
    display: inline-block;
    box-shadow: 0 10px 30px 0 var(--rgba-primary-3);
    transition: .5s
}

.btn-next:hover,
.btn-prev:hover {
    background: var(--secondary);
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(34, 34, 34, .2)
}

.btn-next.dark:hover,
.btn-prev.dark:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 10px 30px 0 rgba(34, 34, 34, .2)
}

.btn-next i,
.btn-prev i {
    font-size: 20px;
    line-height: inherit
}

.team-swiper .swiper-button-next {
    top: 40%;
    right: 6px
}

.team-swiper .swiper-button-next:after {
    content: 'next';
    font-size: 18px;
    background: #ff9781;
    padding: 10px 14px;
    border-radius: 36px;
    color: #fff
}

.team-swiper .swiper-button-prev {
    top: 40%;
    left: 6px
}

.team-swiper .swiper-button-prev:after {
    content: 'prev';
    font-size: 18px;
    background: #ff9781;
    padding: 10px 14px;
    border-radius: 36px;
    color: #fff
}

.comment-reply-title,
.comments-title,
.widget-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    font-size: 1.25rem
}

.comment-reply-title .title,
.comments-title .title,
.widget-title .title {
    position: relative;
    margin-bottom: 0;
    font-size: 1.25rem
}

.search-bx .form-control,
.search-bx .wp-block-archives-dropdown select,
.search-bx .wp-block-categories-dropdown select,
.wp-block-archives-dropdown .search-bx select,
.wp-block-categories-dropdown .search-bx select {
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    z-index: 0 !important;
    padding: 6px 0 6px 20px
}

.search-bx .input-side {
    background-color: var(--rgba-primary-3);
    border-radius: 10px;
    display: flex;
    margin: 0;
    padding: 5px;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.search-bx .input-group-btn .btn,
.search-bx .input-group-btn .wp-block-button__link {
    margin-left: 5px;
    height: 50px;
    width: 50px;
    padding: 0;
    min-width: 50px
}

.search-bx .input-group-btn .btn i,
.search-bx .input-group-btn .wp-block-button__link i {
    font-size: 21px
}

.search-bx .input-group-btn .btn:active,
.search-bx .input-group-btn .wp-block-button__link:active {
    background-color: transparent;
    border-color: transparent
}

.search-bx .input-group-btn .btn:hover,
.search-bx .input-group-btn .wp-block-button__link:hover {
    background-color: var(--primary);
    border-color: transparent
}

.search-bx.style-1 form .input-group {
    border: 1px solid #ddd
}

.search-bx.style-1 form .input-side {
    border-radius: 0 !important;
    background-color: transparent;
    display: flex;
    margin: 0
}

.search-bx.style-1 form .input-group-btn {
    position: absolute;
    right: 3px;
    top: 2px
}

.search-bx.style-1 form .input-group-btn button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 15px;
    height: 45px;
    width: 60px
}

.search-bx.style-1 form .form-control,
.search-bx.style-1 form .wp-block-archives-dropdown select,
.search-bx.style-1 form .wp-block-categories-dropdown select,
.wp-block-archives-dropdown .search-bx.style-1 form select,
.wp-block-categories-dropdown .search-bx.style-1 form select {
    border: 0 solid #efefef;
    font-size: 15px;
    height: 45px;
    padding: 5px 20px
}

.download-file {
    background-image: var(--gradient);
    color: #fff;
    padding: 25px 25px 20px 20px;
    border-radius: 4px
}

.download-file .title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600
}

.download-file ul li a {
    background-color: #fff;
    color: #000;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    align-items: center;
    display: flex;
    justify-content: space-between
}

.download-file ul li a i {
    width: 18px;
    height: 18px;
    position: relative
}

.download-file ul li a i:after,
.download-file ul li a i:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0
}

.download-file ul li a i:before {
    -webkit-animation: 2s infinite download1;
    animation: 2s infinite download1
}

.download-file ul li a .text {
    display: inline;
    position: relative
}

@-webkit-keyframes download1 {

    0%,
    10%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40%,
    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes download1 {

    0%,
    10%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40%,
    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.widget_contact {
    padding: 50px 30px;
    border-radius: 6px;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.widget_contact:after {
    background: var(--secondary);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
    background-size: 200%
}

.widget_contact .h4,
.widget_contact .wp-block-search .wp-block-search__label,
.widget_contact h4,
.wp-block-search .widget_contact .wp-block-search__label {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 30px
}

.widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px
}

.widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px
}

.list-2 li {
    width: 50% !important;
    float: left
}

@media only screen and (max-width:1200px) {
    .site-header.style-1 .extra-nav {
        padding-left: 30px
    }

    footer .widget_about {
        padding: 0
    }

    .counter-box.style-5 .counter-r {
        padding: 50px
    }

    .pricingtable-wrapper.style-1 {
        padding: 55px 30px 45px
    }

    .pricingtable-wrapper.style-1 .pricingtable-price .pricingtable-bx {
        font-size: 45px
    }

    .pricingtable-wrapper.style-1 .pricingtable-features li {
        font-size: 15px;
        margin: 5px 0;
        padding: 5px 0 5px 35px
    }

    .pricingtable-wrapper.style-1 .pricingtable-features li:after {
        top: 8px;
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px
    }

    .list-check li {
        padding: 10px
    }

    .list-check li svg {
        margin-right: 5px
    }

    .list-2 li {
        width: 100% !important
    }
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_services ul,
.wp-block-archives-list,
.wp-block-categories-list,
.wp-block-latest-posts {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_services ul li,
.wp-block-archives-list li,
.wp-block-categories-list li,
.wp-block-latest-posts li {
    position: relative;
    padding: 10px 0 10px 20px;
    margin-bottom: 0;
    line-height: 1.25rem
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_services ul li a,
.wp-block-archives-list li a,
.wp-block-categories-list li a,
.wp-block-latest-posts li a {
    color: inherit;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    font-size: 15px;
    font-weight: 500
}

.widget_calendar caption,
.wp-block-calendar table th,
.wp-calendar-nav {
    color: #fff;
    background: var(--primary)
}

.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_meta ul li a:before,
.widget_nav_menu ul li a:before,
.widget_pages ul li a:before,
.widget_recent_comments ul li a:before,
.widget_recent_entries ul li a:before,
.widget_services ul li a:before,
.wp-block-archives-list li a:before,
.wp-block-categories-list li a:before,
.wp-block-latest-posts li a:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    background: 0 0;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--secondary)
}

.widget_archive ul li li,
.widget_categories ul li li,
.widget_meta ul li li,
.widget_nav_menu ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_recent_entries ul li li,
.widget_services ul li li,
.wp-block-archives-list li li,
.wp-block-categories-list li li,
.wp-block-latest-posts li li {
    border-bottom: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1.375rem
}

.widget_archive ul li li:last-child,
.widget_categories ul li li:last-child,
.widget_meta ul li li:last-child,
.widget_nav_menu ul li li:last-child,
.widget_pages ul li li:last-child,
.widget_recent_comments ul li li:last-child,
.widget_recent_entries ul li li:last-child,
.widget_services ul li li:last-child,
.wp-block-archives-list li li:last-child,
.wp-block-categories-list li li:last-child,
.wp-block-latest-posts li li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.widget_archive ul li li:before,
.widget_categories ul li li:before,
.widget_meta ul li li:before,
.widget_nav_menu ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_recent_entries ul li li:before,
.widget_services ul li li:before,
.wp-block-archives-list li li:before,
.wp-block-categories-list li li:before,
.wp-block-latest-posts li li:before {
    top: .5rem;
    left: 0
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_services ul ul,
.wp-block-archives-list ul,
.wp-block-categories-list ul,
.wp-block-latest-posts ul {
    padding-left: 1.125rem;
    margin-top: .5rem;
    margin-left: -.9375rem
}

.widget_archive li ul,
.widget_categories li ul,
.wp-block-archives-list li ul,
.wp-block-categories-list li ul,
.wp-block-latest-posts li ul {
    margin-bottom: -.625rem
}

.widget_archive ul li,
.widget_categories ul li,
.wp-block-archives-list li,
.wp-block-categories-list li,
.wp-block-latest-posts li {
    text-align: right;
    display: table;
    width: 100%;
    padding: 10px 0 10px 20px !important;
    line-height: 1.3 !important
}

.widget_archive li a,
.widget_categories li a,
.wp-block-archives-list li a,
.wp-block-categories-list li a,
.wp-block-latest-posts li a {
    float: left;
    text-transform: capitalize;
    text-align: left
}

.widget_recent_comments ul {
    margin-top: -.625rem
}

.widget_recent_comments ul li {
    padding-left: 1.875rem;
    line-height: 1.625rem
}

.widget_recent_comments ul li:before {
    content: "\f27a";
    font-family: "Font Awesome 5 Free";
    background: 0 0;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 1.125rem;
    font-weight: 500
}

.widget_meta ul li a abbr[title] {
    color: #333;
    border-bottom: none
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
    border: .0625rem solid var(--rgba-primary-1);
    padding: .4em
}

.widget_calendar tfoot td,
.widget_calendar th {
    border-color: rgba(0, 0, 0, .05)
}

.widget_calendar tfoot td:last-child,
.widget_calendar th:last-child {
    border: 0
}

.widget_calendar tr {
    border-bottom: .0625rem solid var(--rgba-primary-1)
}

.widget_calendar tr:nth-child(2n+2) {
    background-color: var(--rgba-primary-05)
}

.widget_calendar .calendar_wrap td a {
    font-weight: 600;
    text-transform: uppercase;
    color: inherit
}

.widget_calendar caption {
    text-align: center;
    font-weight: 600;
    caption-side: top;
    border: 2px solid #fff;
    border-width: 0 2px;
    text-transform: uppercase;
    font-size: .9375rem
}

.wp-block-calendar table th {
    font-weight: 400
}

footer .widget_calendar tr {
    border-bottom: .0625rem solid rgba(255, 255, 255, .1)
}

.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    text-align: center
}

.wp-calendar-nav span {
    padding: .3125rem 1.25rem;
    width: 44%;
    border-right: .0625rem solid rgba(255, 255, 255, .2)
}

.widget_archive select {
    padding: .3125rem
}

.list-2-column ul li {
    width: 50%;
    float: left
}

.widget_archive select,
.widget_categories select,
.widget_text select {
    width: 100%;
    border: .0625rem solid #ccc
}

.widget_text p {
    font-size: .9375rem;
    line-height: 1.75rem
}

.rsswidget img {
    display: inherit
}

ul a.rsswidget,
ul cite {
    font-weight: 600;
    color: var(--title)
}

ul a.rsswidget {
    font-size: 1.125rem;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.service_menu_nav li a,
.widget_gallery li {
    -webkit-transition: .5s;
    -ms-transition: .5s
}

.rssSummary {
    margin: 1.25rem 0;
    line-height: 1.7;
    font-size: 15px
}

.rss-date {
    display: inline-block;
    margin-top: .3125rem;
    color: var(--primary);
    font-weight: 400
}

.widget_rss ul li {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-top: 0
}

.widget_rss ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.widget_gallery ul {
    padding-left: 0;
    display: inline-block
}

.widget_gallery.gallery-grid-4 li {
    width: 25%
}

.widget_gallery li {
    display: inline-block;
    width: 33.33%;
    float: left;
    transition: .5s;
    padding: 5px
}

.widget_gallery li img {
    display: inline-block;
    width: 100%
}

.widget_gallery li:hover {
    opacity: .7;
    border-color: var(--primary);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s
}

.widget_tag_cloud .tagcloud {
    clear: both;
    display: table
}

.widget_tag_cloud .tagcloud a {
    position: relative;
    padding: 8px 20px;
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 14px;
    background: var(--primary);
    line-height: 1.4;
    border: 0;
    border-radius: var(--border-radius-base) !important;
    color: var(--theme-text-color)
}

@media only screen and (max-width:1480px) {
    .widget_tag_cloud .tagcloud a {
        padding: 6px 18px;
        margin: 0 10px 10px 0
    }
}

.dz-share-post .post-tags a:hover,
.widget_tag_cloud .tagcloud a:hover {
    box-shadow: 0 5px 12px var(--rgba-primary-4);
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff
}

.recent-posts-entry .widget-post-bx .widget-post {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.recent-posts-entry .widget-post-bx .widget-post .dz-media {
    height: 80px;
    min-width: 100px;
    width: 100px;
    margin-right: 15px;
    border-radius: var(--border-radius-base)
}

.recent-posts-entry .widget-post-bx .widget-post .dz-meta ul {
    line-height: 1
}

.recent-posts-entry .widget-post-bx .widget-post .dz-meta ul li {
    color: var(--primary);
    position: relative;
    font-size: 15px
}

.recent-posts-entry .widget-post-bx .widget-post .title {
    line-height: 1.3;
    font-family: Poppins;
    margin-bottom: 8px;
    display: block;
    font-size: 18px
}

.recent-posts-entry .widget-post-bx .widget-post .post-date {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    line-height: 21px;
    display: flex;
    align-items: center
}

.recent-posts-entry .widget-post-bx .widget-post .post-date i {
    margin-right: 6px;
    color: var(--primary);
    font-size: 16px
}

.alert svg,
.comments-area .comment-list>.comment .comment-body .reply .comment-reply-link i,
.recent-posts-entry .widget-post-bx .widget-post .post-date svg {
    margin-right: 8px
}

.recent-posts-entry .widget-post-bx .widget-post:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.recent-posts-entry .widget-post-bx.style-1 .widget-post {
    padding: 0;
    background: 0 0;
    align-items: flex-start
}

.recent-posts-entry .widget-post-bx.style-1 .widget-post .title {
    font-size: 1rem;
    font-weight: 500
}

.recent-posts-entry .widget-post-bx.style-1 .widget-post span {
    font-size: 14px;
    color: #333;
    font-weight: 400
}

.service_menu_nav {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1);
    border-radius: 4px
}

.service_menu_nav li a {
    background-color: #fff;
    display: block;
    border-radius: 6px;
    padding: 14px 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
    background-size: 200%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.service_menu_nav li a:after,
.service_menu_nav li a:before {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    opacity: 0;
    position: absolute
}

.service_menu_nav li a:before {
    content: "\f30b";
    font-weight: 900;
    font-family: 'Line Awesome Free';
    right: 50px;
    top: 3px;
    font-size: 30px;
    transition: .5s
}

.service_menu_nav li a:after {
    background-color: var(--primary);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .5s;
    content: "";
    background-size: 200%;
    z-index: -1
}

.service_menu_nav li.active a,
.service_menu_nav li:hover a {
    padding-left: 35px;
    border-color: transparent;
    color: #fff
}

.service_menu_nav li.active a:before,
.service_menu_nav li:hover a:before {
    opacity: 1;
    right: 25px;
    color: #fff
}

.wp-block-archives-dropdown select:after,
.wp-block-categories-dropdown select:after {
    content: "\f078";
    font-weight: 900;
    font-family: 'Line Awesome Free';
    position: absolute;
    right: 50px;
    left: auto;
    top: 50%
}

.post-tags strong {
    font-weight: 700;
    color: #212529;
    margin-right: 10px
}

.post-tags a {
    margin-right: 10px;
    display: inline-block
}

.widget_profile .dz-media {
    width: 100%;
    min-width: 100%
}

.widget-newslatter .news-box {
    background-color: var(--rgba-primary-1);
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.widget-newslatter .news-box:before {
    font-family: themify;
    content: "\e75a";
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .05
}

.widget-newslatter .news-box:after {
    color: var(--primary);
    content: "Newsletter";
    font-size: 50px;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    bottom: 100px;
    left: 15px;
    z-index: -1
}

.widget-newslatter .form-control,
.widget-newslatter .wp-block-archives-dropdown select,
.widget-newslatter .wp-block-categories-dropdown select,
.wp-block-archives-dropdown .widget-newslatter select,
.wp-block-categories-dropdown .widget-newslatter select {
    background-color: #fff;
    border-radius: var(--border-radius-base);
    border: 1px solid rgba(0, 0, 0, .1)
}

.widget-newslatter p {
    font-size: 15px;
    margin-bottom: 30px
}

.shop-widget,
.widget.style-1 {
    box-shadow: 0 0 60px 20px rgba(0, 0, 0, .1);
    padding: 35px;
    border-bottom: 4px solid;
    border-color: var(--primary)
}

.shop-widget .search-bx .form-control,
.shop-widget .search-bx .wp-block-archives-dropdown select,
.shop-widget .search-bx .wp-block-categories-dropdown select,
.widget.style-1 .search-bx .form-control,
.widget.style-1 .search-bx .wp-block-archives-dropdown select,
.widget.style-1 .search-bx .wp-block-categories-dropdown select,
.wp-block-archives-dropdown .shop-widget .search-bx select,
.wp-block-archives-dropdown .widget.style-1 .search-bx select,
.wp-block-categories-dropdown .shop-widget .search-bx select,
.wp-block-categories-dropdown .widget.style-1 .search-bx select {
    background-color: #f3f4f6;
    box-shadow: unset
}

.side-bar .h1,
.side-bar h1 {
    font-size: 2rem
}

.side-bar .h2,
.side-bar h2 {
    font-size: 1.625rem
}

.side-bar .h3,
.side-bar h3 {
    font-size: 1.5rem
}

.side-bar .h4,
.side-bar .wp-block-search .wp-block-search__label,
.side-bar h4,
.wp-block-search .side-bar .wp-block-search__label {
    font-size: 1.25rem
}

.shop-widget .wp-block-group__inner-container>.h1,
.shop-widget .wp-block-group__inner-container>.h2,
.shop-widget .wp-block-group__inner-container>.h3,
.shop-widget .wp-block-group__inner-container>.h4,
.shop-widget .wp-block-group__inner-container>.h5,
.shop-widget .wp-block-group__inner-container>.h6,
.shop-widget .wp-block-group__inner-container>h1,
.shop-widget .wp-block-group__inner-container>h2,
.shop-widget .wp-block-group__inner-container>h3,
.shop-widget .wp-block-group__inner-container>h4,
.shop-widget .wp-block-group__inner-container>h5,
.shop-widget .wp-block-group__inner-container>h6,
.shop-widget .wp-block-search .wp-block-group__inner-container>.wp-block-search__label,
.shop-widget .wp-block-search .wp-block-woocommerce-attribute-filter>.wp-block-search__label,
.shop-widget .wp-block-woocommerce-attribute-filter>.h1,
.shop-widget .wp-block-woocommerce-attribute-filter>.h2,
.shop-widget .wp-block-woocommerce-attribute-filter>.h3,
.shop-widget .wp-block-woocommerce-attribute-filter>.h4,
.shop-widget .wp-block-woocommerce-attribute-filter>.h5,
.shop-widget .wp-block-woocommerce-attribute-filter>.h6,
.shop-widget .wp-block-woocommerce-attribute-filter>h1,
.shop-widget .wp-block-woocommerce-attribute-filter>h2,
.shop-widget .wp-block-woocommerce-attribute-filter>h3,
.shop-widget .wp-block-woocommerce-attribute-filter>h4,
.shop-widget .wp-block-woocommerce-attribute-filter>h5,
.shop-widget .wp-block-woocommerce-attribute-filter>h6,
.sidebar-widget .wp-block-group__inner-container>.h1,
.sidebar-widget .wp-block-group__inner-container>.h2,
.sidebar-widget .wp-block-group__inner-container>.h3,
.sidebar-widget .wp-block-group__inner-container>.h4,
.sidebar-widget .wp-block-group__inner-container>.h5,
.sidebar-widget .wp-block-group__inner-container>.h6,
.sidebar-widget .wp-block-group__inner-container>h1,
.sidebar-widget .wp-block-group__inner-container>h2,
.sidebar-widget .wp-block-group__inner-container>h3,
.sidebar-widget .wp-block-group__inner-container>h4,
.sidebar-widget .wp-block-group__inner-container>h5,
.sidebar-widget .wp-block-group__inner-container>h6,
.sidebar-widget .wp-block-search .wp-block-group__inner-container>.wp-block-search__label,
.sidebar-widget .wp-block-search .wp-block-woocommerce-attribute-filter>.wp-block-search__label,
.sidebar-widget .wp-block-woocommerce-attribute-filter>.h1,
.sidebar-widget .wp-block-woocommerce-attribute-filter>.h2,
.sidebar-widget .wp-block-woocommerce-attribute-filter>.h3,
.sidebar-widget .wp-block-woocommerce-attribute-filter>.h4,
.sidebar-widget .wp-block-woocommerce-attribute-filter>.h5,
.sidebar-widget .wp-block-woocommerce-attribute-filter>.h6,
.sidebar-widget .wp-block-woocommerce-attribute-filter>h1,
.sidebar-widget .wp-block-woocommerce-attribute-filter>h2,
.sidebar-widget .wp-block-woocommerce-attribute-filter>h3,
.sidebar-widget .wp-block-woocommerce-attribute-filter>h4,
.sidebar-widget .wp-block-woocommerce-attribute-filter>h5,
.sidebar-widget .wp-block-woocommerce-attribute-filter>h6,
.wp-block-search .shop-widget .wp-block-group__inner-container>.wp-block-search__label,
.wp-block-search .shop-widget .wp-block-woocommerce-attribute-filter>.wp-block-search__label,
.wp-block-search .sidebar-widget .wp-block-group__inner-container>.wp-block-search__label,
.wp-block-search .sidebar-widget .wp-block-woocommerce-attribute-filter>.wp-block-search__label {
    position: relative;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 30px
}

.wp-block-search .wp-block-search__label {
    color: var(--title);
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 30px
}

.wp-block-group:where(.has-background) {
    padding: 1.25em 2.375em
}

.widget_working ul li .time a {
    font-weight: 600;
    color: var(--secondary);
    display: block
}

.widget_getintuch ul li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
    color: #000
}

.widget_getintuch ul li .h5,
.widget_getintuch ul li h5 {
    font-size: 20px;
    line-height: 1.33;
    margin-bottom: 5px
}

.widget_getintuch ul li i {
    position: absolute;
    font-size: 20px;
    line-height: 1;
    left: 0;
    top: 5px;
    color: var(--secondary)
}

.widget_getintuch ul li svg {
    position: absolute;
    font-size: 20px;
    line-height: 1;
    left: 0;
    top: 5px
}

.widget.bg-white {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: var(--border-radius-base)
}

.widget_calendar table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%
}

.widget_calendar table thead {
    background-color: #999
}

.widget_calendar table thead tr th {
    font-size: 11px;
    padding: 5px;
    text-align: center;
    border: none;
    color: #fff
}

.widget_calendar table tbody td {
    font-size: 13px;
    padding: 6px 5px;
    text-align: center;
    background-color: var(--rgba-primary-2);
    border: none;
    color: #444
}

.widget_calendar table tfoot tr td {
    border: none;
    padding: 0
}

.widget_calendar table tfoot tr td a {
    background-color: #fff;
    padding: 4px 10px
}

.searchform input[type=text] {
    width: 100%;
    height: 40px;
    padding: 10px 90px 10px 15px;
    border: 1px solid #ccc
}

.searchform input[type=submit] {
    height: 40px;
    padding: 5px 15px;
    background-color: var(--color-primary);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none
}

.searchform input[type=submit]:active,
.searchform input[type=submit]:focus,
.searchform input[type=submit]:hover {
    background-color: var(--color-hover);
    color: #fff !important;
    border-bottom-color: #5a9e2f
}

.inquiry-modal {
    padding: 0 15px
}

.inquiry-modal .modal-dialog {
    max-width: 700px;
    display: flex;
    min-height: auto;
    background-color: #fff;
    align-items: stretch;
    border-radius: var(--border-radius-base);
    overflow: hidden
}

.inquiry-modal .inquiry-adv img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.inquiry-modal .modal-content {
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 30px;
    flex: 0 0 50%;
    max-width: 50%
}

.inquiry-modal .modal-content .modal-header {
    border: 0;
    padding: 0;
    display: block;
    text-align: center
}

.inquiry-modal .modal-content .modal-header .modal-title {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.3;
    font-family: var(--font-family-title);
    text-align: center;
    width: 100%
}

.inquiry-modal .modal-content .modal-header i {
    color: var(--primary);
    font-size: 54px;
    line-height: 1;
    display: inline-block
}

.inquiry-modal .btn-close {
    margin: 0;
    position: absolute;
    right: 5px;
    top: 0;
    color: #000;
    font-weight: 100;
    text-shadow: none;
    opacity: 1;
    font-size: 40px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 0;
    background: 0 0
}

.dzmove1 {
    animation: 5s linear infinite dzMove1
}

@keyframes dzMove1 {

    0%,
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        -webkit-transform: translate(25px, 25px);
        transform: translate(25px, 25px)
    }
}

.dzmove2,
.move-1 {
    -webkit-animation: 5s infinite move1;
    animation: 5s infinite move1
}

@-webkit-keyframes dzmove2 {

    0%,
    100% {
        -webkit-transform: rotate(-25deg) translate(-50px, -50px);
        transform: rotate(-25deg) translate(-50px, -50px)
    }

    50% {
        -webkit-transform: rotate(25deg) translate(50px, 50px);
        transform: rotate(25deg) translate(50px, 50px)
    }
}

.dzheart {
    animation: 1s linear infinite dzHeart
}

@keyframes dzHeart {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(.9)
    }
}

.dz-tabs.style-1 .nav-tabs {
    margin-bottom: 30px;
    justify-content: center;
    border-bottom: 1px solid #d9d9d9
}

.dz-tabs.style-1 .nav-tabs .nav-link {
    display: inline-block;
    padding: 15px 20px;
    border: 0;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    margin: 0 5px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    position: relative;
    background-color: transparent
}

.dz-tabs.style-1 .nav-tabs .nav-link:after {
    content: "";
    background-color: var(--secondary);
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    transform: translateX(-50%)
}

.dz-tabs.style-2 .nav-pills,
.dz-tabs.style-3 .nav-pills {
    margin-bottom: 30px;
    justify-content: center;
    border: none
}

.dz-tabs.style-2 .nav-pills .nav-item .nav-link {
    background: var(--primary);
    border-radius: 8px;
    padding: 10px 24px
}

.dz-tabs.style-2 .nav-pills .nav-item .nav-link.active,
.dz-tabs.style-2 .nav-pills .nav-item .nav-link:hover {
    background: var(--secondary);
    border-color: transparent;
    color: #fff
}

.dz-tabs.style-3 .nav-pills .nav-item .nav-link {
    border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 10px 24px;
    color: var(--primary)
}

.dz-tabs.style-3 .nav-pills .nav-item .nav-link.active,
.dz-tabs.style-3 .nav-pills .nav-item .nav-link:hover,
.dz-tabs.style-4 .nav-pills .nav-item .nav-link.active,
.dz-tabs.style-4 .nav-pills .nav-item .nav-link:hover,
.post-link-in:hover {
    background: var(--primary);
    color: #fff
}

.dz-tabs.style-4 .nav-pills {
    margin-bottom: 30px;
    border-radius: 20px;
    border: none;
    justify-content: center
}

.dz-tabs.style-4 .nav-pills .nav-item .nav-link {
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 50px;
    padding: 10px 24px
}

.dz-tabs.style-5 .nav-tabs {
    margin-bottom: 32px;
    justify-content: center;
    border-bottom: 0
}

.dz-tabs.style-5 .nav-tabs .nav-link {
    display: inline-block;
    padding: 18px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    margin: 10px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    box-shadow: 0 7px 29px 0 rgba(100, 100, 111, .2);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    border-radius: var(--border-radius-base);
    border: 2px solid #fff
}

.dz-tabs.style-5 .nav-tabs .nav-link img {
    width: 45px
}

.dz-tabs.style-5 .nav-tabs .nav-link .title {
    display: block;
    font-weight: 500;
    margin-top: 10px;
    color: #151f37
}

.dz-tabs.style-5 .nav-tabs .nav-link i {
    display: block;
    font-size: 45px;
    margin-bottom: 10px;
    color: var(--secondary)
}

.dz-tabs.style-5 .nav-tabs .nav-link.active,
.dz-tabs.style-5 .nav-tabs .nav-link:hover {
    background-color: #fff;
    border-color: transparent;
    border: 2px solid var(--secondary)
}

.dz-team.style-5 .dz-content .dz-social-icon ul li a,
.dz-team.style-5 .dz-content .dz-social-icon ul li a i,
.dz-team.style-6 .dz-social-icon li:first-child,
.tab-content>.tab-pane.fade {
    transition: .2s
}

.tab-content>.tab-pane {
    transform: translateY(10px)
}

.tab-content>.active {
    transform: translateY(0)
}

.checkbox-info .form-check-input:focus {
    border-color: #00aeff;
    outline: 0
}

.checkbox-info .form-check-input:checked {
    background-color: #00aeff;
    border-color: #00aeff
}

.checkbox-danger .form-check-input:focus {
    border-color: #ff0003;
    outline: 0
}

.checkbox-danger .form-check-input:checked {
    background-color: #ff0003;
    border-color: #ff0003
}

.checkbox-success .form-check-input:focus {
    border-color: #13c24d;
    outline: 0
}

.checkbox-success .form-check-input:checked {
    background-color: #13c24d;
    border-color: #13c24d
}

.checkbox-warning .form-check-input:focus {
    border-color: #ffbd13;
    outline: 0
}

.checkbox-warning .form-check-input:checked {
    background-color: #ffbd13;
    border-color: #ffbd13
}

.checkbox-secondary .form-check-input:focus {
    border-color: var(--secondary);
    outline: 0
}

.form-check {
    display: inline-flex;
    height: auto;
    min-height: auto
}

.form-check.form-switch .form-check-input {
    height: 25px;
    width: 50px;
    border-radius: 20px;
    margin: 0 30px;
    transition: .4s
}

.form-check.form-switch .form-check-input:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    top: 1px;
    left: 2px;
    border-radius: 20px;
    background-color: var(--secondary)
}

.form-check.form-switch .form-check-input:checked {
    background-color: var(--secondary);
    background-image: none;
    transition: .4s
}

.form-check.form-switch .form-check-input:checked:after {
    left: 25px;
    background-color: #fff
}

.form-check .form-check-input {
    height: 25px;
    width: 25px;
    margin-top: 0;
    background-color: #fff;
    border: 2px solid var(--secondary);
    position: relative
}

.form-check-input.checkbox-primary {
    border-color: var(--primary);
    background-color: var(--secondary)
}

.btn-social {
    color: #fff;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.btn-social.btn-transparent {
    background-color: rgba(255, 255, 255, .2)
}

.btn-social.btn-primary:hover,
.btn-social.wp-block-button__link:hover {
    background-color: var(--primary-hover);
    color: #fff
}

.btn-social.btn-circle {
    border: 0;
    border-radius: 50%
}

.btn-group-sm>.btn-social.btn,
.btn-group-sm>.btn-social.wp-block-button__link,
.btn-social.btn-sm {
    height: 32px;
    width: 32px;
    min-width: 32px;
    line-height: 32px;
    font-size: 14px
}

.btn-group-lg>.btn-social.btn,
.btn-group-lg>.btn-social.wp-block-button__link,
.btn-social.btn-lg {
    height: 50px;
    width: 50px;
    min-width: 50px;
    line-height: 50px;
    font-size: 18px
}

.dz-social-icon ul li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.ps__rail-x.ps--clicking,
.ps__rail-x:focus,
.ps__rail-x:hover,
.ps__rail-y.ps--clicking,
.ps__rail-y:focus,
.ps__rail-y:hover {
    background-color: transparent;
    opacity: .9
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y,
.ps__thumb-y {
    background-color: #dae2f3;
    width: 4px
}

#home-slider {
    height: calc(100vh - 80px);
    width: 100%;
    position: relative
}

.spilt-slider-wrapper {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.spilt-slider-wrapper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.spilt-slider-wrapper .swiper-wrapper .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.spilt-slider-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-image-left {
    -webkit-filter: sepia(0%);
    filter: sepia(0%)
}

.spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important
}

.spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image.swiper-bg ::after {
    background: #525252;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    opacity: .2;
    position: absolute;
    width: 100%;
    z-index: 2
}

.spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image .swiper-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
    padding: 50px;
    position: relative;
    max-width: 600px;
    margin: auto
}

.spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image .swiper-content .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px
}

.spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image .swiper-content p {
    margin-bottom: 35px;
    font-size: 18px
}

@media only screen and (max-width:1024px) {

    .calculator-listing p,
    .calculator-listing ul li {
        font-size: 16px
    }

    .spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image .swiper-content .title {
        font-size: 45px;
        line-height: 55px
    }
}

@media only screen and (max-width:991px) {
    .list-2 li {
        width: 50% !important
    }

    .widget_getintuch ul li p {
        font-size: 14px
    }

    .dz-tabs.style-1 .nav-tabs .nav-link {
        padding: 14px 12px
    }

    .spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image .swiper-content {
        padding: 40px
    }

    .spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image .swiper-content .title {
        line-height: 40px;
        font-size: 30px;
        margin-bottom: 10px
    }

    .spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image .swiper-content p {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.spilt-slider-wrapper .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.spilt-slider-wrapper .swiper-container-android .swiper-slide,
.spilt-slider-wrapper .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.spilt-slider-wrapper .swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.spilt-slider-wrapper .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.spilt-slider-wrapper .swiper-pagination {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99999;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.spilt-slider-wrapper .swiper-pagination span {
    display: block;
    font-size: 14px;
    color: #000;
    text-align: center;
    font-weight: 700;
    opacity: .3;
    padding: 5px 10px;
    text-shadow: 1px 2px 0 rgba(255, 255, 255, .5)
}

.spilt-slider-wrapper .swiper-pagination span:first-child:after {
    content: "01"
}

.spilt-slider-wrapper .swiper-pagination span:nth-child(2):after {
    content: "02"
}

.spilt-slider-wrapper .swiper-pagination span:nth-child(3):after {
    content: "03"
}

.spilt-slider-wrapper .swiper-pagination span:nth-child(4):after {
    content: "04"
}

.spilt-slider-wrapper .swiper-pagination span:nth-child(5):after {
    content: "05"
}

.spilt-slider-wrapper .swiper-pagination span:nth-child(6):after {
    content: "06"
}

.spilt-slider-wrapper .swiper-pagination span:nth-child(7):after {
    content: "07"
}

.alert {
    padding: 12px 15px
}

.alert.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    background-color: transparent;
    border: 0;
    appearance: none
}

.alert.alert-secondary {
    color: var(--secondary);
    border: 1px solid #d6e1fd;
    background-color: #f3f6fe
}

.image-box-wrapper.style-1,
.image-box-wrapper.style-1:after {
    -webkit-transition: .8s;
    -ms-transition: .8s;
    background-color: var(--bg-light);
    z-index: 1
}

.alert-alt.alert-primary {
    border-left: 4px solid var(--primary)
}

.alert-alt.alert-secondary {
    border-left: 4px solid var(--secondary)
}

.alert-alt.alert-danger {
    border-left: 4px solid #ff0003
}

.alert-alt.alert-info {
    border-left: 4px solid #00aeff
}

.alert-alt.alert-success {
    border-left: 4px solid #13c24d
}

.alert-alt.alert-warning {
    border-left: 4px solid #ffbd13
}

.alert-alt.alert-dark {
    border-left: 4px solid #151f37
}

.alert-rounded {
    border-radius: 30px;
    padding-left: 25px
}

.image-box-wrapper.style-1 {
    align-items: center;
    transition: .8s;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.image-box-wrapper.style-1:after {
    content: "";
    height: 258px;
    width: 263px;
    border: 25px solid var(--primary);
    transition: .4s;
    position: absolute;
    right: -102px;
    top: -84px;
    border-radius: 100%
}

.image-box-wrapper.style-1:before {
    content: "";
    height: 0;
    width: 0;
    background-color: var(--primary);
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 100%
}

.image-box-wrapper.style-1 .dz-media {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    position: relative;
    overflow: visible;
    min-width: 165px;
    width: 165px;
    height: 165px;
    padding: 10px
}

.image-box-wrapper.style-1 .dz-content {
    overflow: visible;
    padding: 20px;
    width: 100%;
    margin-right: -20px;
    z-index: 3;
    position: relative
}

.image-box-wrapper.style-1 .dz-content p {
    margin-bottom: .6rem;
    font-size: 14px
}

.image-box-wrapper.style-1.active:before,
.image-box-wrapper.style-1:hover:before {
    height: 200px;
    width: 200px;
    transform: scale(10)
}

.image-box-wrapper.style-1.active .dz-content .btn-underline,
.image-box-wrapper.style-1:hover .dz-content .btn-underline {
    color: #fff;
    border-color: #fff
}

@media only screen and (max-width:991px) and (min-width:767px) {
    .image-box-wrapper.style-1:after {
        right: -52px;
        top: -22px
    }

    .image-box-wrapper.style-1 {
        flex-direction: column;
        padding: 20px
    }

    .image-box-wrapper.style-1 .dz-content {
        order: 2;
        padding: 10px
    }

    .image-box-wrapper.style-1 .dz-media {
        order: 1;
        text-align: center
    }

    .image-box-wrapper.style-1::after {
        width: 100%;
        height: 100%;
        top: -12rem;
        right: 0
    }
}

.dlab-divider {
    height: 1px;
    position: relative;
    margin: 30px 0
}

.dlab-divider.tb20 {
    margin: 20px 0
}

.dlab-divider.tb15 {
    margin: 15px 0
}

.dlab-divider.tb10,
.dz-card.style-4 .dz-info .dz-title {
    margin: 10px 0
}

.dlab-divider.divider-2px {
    height: 2px
}

.dlab-divider.divider-3px {
    height: 3px
}

.dlab-divider.divider-4px {
    height: 4px
}

.dlab-divider i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dlab-divider.icon-left i {
    left: -40px
}

.dlab-divider.icon-right i {
    left: auto;
    right: -40px
}

.dlab-divider.icon-center i {
    left: 50%;
    margin-left: -5px
}

.animation-box {
    text-align: center;
    background-color: var(--primary);
    padding: 50px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-base);
    position: relative
}

.main-bnr-four,
.main-bnr-one {
    position: relative;
    align-items: center;
    z-index: 1;
    overflow: hidden
}

.main-bnr-one .particles-js-canvas-el,
.main-bnr-three .particles-js-canvas-el,
.main-bnr-two .particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.main-bnr-one .banner-content {
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    z-index: 2
}

.main-bnr-one .banner-content .title {
    line-height: 1.2;
    font-size: 60px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px
}

.main-bnr-one .banner-content p {
    font-size: 20px;
    margin-bottom: 45px;
    color: #555;
    font-style: normal;
    font-weight: 300;
    line-height: 1.875rem
}

.main-bnr-five .banner-content .btn,
.main-bnr-five .banner-content .wp-block-button__link,
.main-bnr-one .banner-content .btn,
.main-bnr-one .banner-content .wp-block-button__link {
    margin-right: 30px
}

.main-bnr-one .text-smile svg {
    height: 180px;
    width: 200px;
    position: absolute;
    left: -32px;
    top: -70px;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (max-width:1420px) {
    .main-bnr-one .text-smile svg {
        left: -42px
    }
}

.main-bnr-one .banner-media {
    position: absolute;
    text-align: center;
    width: 650px;
    margin-top: -21px;
    z-index: 2;
    background-size: 75%
}

@media only screen and (max-width:1680px) {
    .section-wrapper7 .dots {
        left: -108px
    }

    .main-bnr-one .banner-media {
        width: 600px;
        margin-top: -20px
    }
}

@media only screen and (max-width:1480px) {
    .main-bnr-one .banner-content .title {
        font-size: 52px
    }

    .main-bnr-one .banner-media {
        width: 500px
    }
}

@media only screen and (max-width:1280px) {

    .shop-widget,
    .widget.style-1 {
        padding: 25px
    }

    .widget_getintuch ul li {
        padding-left: 35px
    }

    .main-bnr-one .banner-content .title {
        font-size: 42px
    }

    .main-bnr-one .banner-content p {
        font-size: 18px
    }

    .main-bnr-one .text-smile svg {
        left: -42px;
        top: -85px
    }

    .main-bnr-one .banner-media {
        width: 500px;
        margin-top: 0;
        margin-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .main-bnr-one .banner-content p {
        font-size: 16px
    }

    .main-bnr-one .banner-media {
        width: 460px;
        margin-left: -50px
    }
}

@media only screen and (max-width:991px) {
    .main-bnr-one .banner-content .title {
        font-size: 31px;
        padding-left: 0;
        margin-bottom: 15px
    }

    .main-bnr-one .banner-content .title:after {
        width: 5px
    }

    .main-bnr-one .banner-content p {
        font-size: 14px;
        margin-bottom: 30px;
        line-height: 1.6
    }

    .main-bnr-one .banner-content {
        padding-top: 0
    }

    .main-bnr-one .text-smile svg {
        left: -40px;
        top: -95px
    }

    .main-bnr-one .banner-media {
        width: 340px;
        margin-left: 10px;
        position: relative
    }
}

.main-bnr-one .banner-media .main-img {
    width: auto;
    height: auto;
    left: 0
}

.main-bnr-one .banner-media .banner-media-shape {
    left: 50%;
    width: 70%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.main-bnr-four .banner-content .top-content,
.main-bnr-one .top-content,
.main-bnr-two .banner-content .top-content {
    margin-bottom: auto;
    padding-bottom: 30px
}

.main-bnr-one .top-content .video-bx .video-btn span {
    color: #000;
    font-weight: 500;
    font-size: 15px
}

.main-bnr-one .bottom-content {
    margin-top: 50px;
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 120px
}

.main-bnr-one .bottom-content .partner-title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px
}

.main-bnr-one .bottom-content .partner-title:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 3px;
    width: 50px;
    background: var(--secondary)
}

.main-bnr-four .main-btn,
.main-bnr-one .main-btn,
.main-bnr-two .main-btn {
    position: absolute;
    top: 50%;
    z-index: 1
}

.main-bnr-four .main-btn i,
.main-bnr-one .main-btn i,
.main-bnr-two .main-btn i {
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    background-color: #fff;
    z-index: 1;
    color: var(--primary);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.main-bnr-four .main-btn i:before,
.main-bnr-one .main-btn i:before,
.main-bnr-two .main-btn i:before {
    display: block;
    position: absolute;
    font-size: 24px
}

.main-bnr-four .main-btn:after,
.main-bnr-four .main-btn:before,
.main-bnr-one .main-btn:after,
.main-bnr-one .main-btn:before,
.main-bnr-two .main-btn:after,
.main-bnr-two .main-btn:before {
    content: "";
    position: absolute;
    z-index: -1
}

.main-bnr-four .main-btn:before,
.main-bnr-one .main-btn:before,
.main-bnr-two .main-btn:before {
    height: 80px;
    width: 80px;
    background-color: var(--rgba-primary-2);
    top: -10px
}

.main-bnr-four .main-btn:after,
.main-bnr-one .main-btn:after,
.main-bnr-two .main-btn:after {
    height: 50px;
    width: 50px;
    top: -20px;
    background-color: var(--rgba-primary-1)
}

.main-bnr-four .main-btn.main-btn-prev,
.main-bnr-one .main-btn.main-btn-prev,
.main-bnr-two .main-btn.main-btn-prev {
    left: -48px;
    transform: translateY(-50%) rotate(45deg)
}

.main-bnr-four .main-btn.main-btn-prev:before,
.main-bnr-one .main-btn.main-btn-prev:before,
.main-bnr-two .main-btn.main-btn-prev:before {
    right: -10px
}

.main-bnr-four .main-btn.main-btn-prev:after,
.main-bnr-one .main-btn.main-btn-prev:after,
.main-bnr-two .main-btn.main-btn-prev:after {
    right: -20px
}

.main-bnr-four .main-btn.main-btn-prev i:before,
.main-bnr-one .main-btn.main-btn-prev i:before,
.main-bnr-two .main-btn.main-btn-prev i:before {
    right: 25px;
    top: -10px;
    transform: rotate(-45deg)
}

.main-bnr-four .main-btn.main-btn-next,
.main-bnr-one .main-btn.main-btn-next,
.main-bnr-two .main-btn.main-btn-next {
    right: -48px;
    transform: translateY(-50%) rotate(-45deg)
}

.main-bnr-four .main-btn.main-btn-next:before,
.main-bnr-one .main-btn.main-btn-next:before,
.main-bnr-two .main-btn.main-btn-next:before {
    left: -10px
}

.main-bnr-four .main-btn.main-btn-next:after,
.main-bnr-one .main-btn.main-btn-next:after,
.main-bnr-two .main-btn.main-btn-next:after {
    left: -20px
}

.main-bnr-four .main-btn.main-btn-next i:before,
.main-bnr-one .main-btn.main-btn-next i:before,
.main-bnr-two .main-btn.main-btn-next i:before {
    left: 25px;
    top: -10px;
    transform: rotate(45deg)
}

.main-bnr-one .banner-inner {
    min-height: 1020px;
    padding-top: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: bottom left;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.main-bnr-one .banner-inner:after {
    content: attr(data-text);
    position: absolute;
    font-weight: 700;
    font-size: 245px;
    line-height: 1.3;
    font-family: var(--font-family-title);
    z-index: 1;
    left: 20px;
    color: #fff;
    filter: drop-shadow(0px 30px 50px rgba(255, 129, 57, .15));
    opacity: .4;
    bottom: 100px
}

.main-bnr-four .banner-inner .data-text,
.main-bnr-two .data-text {
    font-family: 'Bebas Neue';
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 30px 50px var(--rgba-primary-1))
}

@media only screen and (max-width:1680px) {
    .main-bnr-one .banner-inner {
        min-height: 820px;
        padding-top: 120px
    }

    .main-bnr-one .banner-inner:after {
        font-size: 150px;
        bottom: 150px
    }
}

@media only screen and (max-width:1280px) {
    .main-bnr-one .main-btn {
        top: 62%
    }

    .main-bnr-one .banner-inner {
        min-height: 800px
    }

    .main-bnr-two .bnr-left-fix-content {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .main-bnr-one .banner-media .main-img {
        width: 100%
    }

    .main-bnr-one .top-content {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .main-bnr-one .bottom-content {
        display: none
    }

    .main-bnr-one .main-btn {
        top: 50%
    }

    .main-bnr-one .main-btn i {
        height: 75px;
        width: 75px;
        line-height: 75px
    }

    .main-bnr-one .main-btn i:before {
        font-size: 18px
    }

    .main-bnr-one .main-btn:before {
        height: 65px;
        width: 65px
    }

    .main-bnr-one .main-btn:after {
        height: 35px;
        width: 35px
    }

    .main-bnr-one .main-btn.main-btn-prev i:before {
        right: 15px;
        top: -15px
    }

    .main-bnr-one .main-btn.main-btn-next i:before {
        left: 15px;
        top: -15px
    }

    .main-bnr-one .banner-inner .row,
    .main-bnr-two .banner-inner .row {
        align-items: center
    }

    .main-bnr-one .banner-inner {
        min-height: 600px;
        padding-top: 100px;
        padding-bottom: 50px
    }

    .main-bnr-one .banner-inner:after {
        font-size: 80px;
        bottom: 50px
    }
}

.main-bnr-one .banner-inner .bnr-bg1 {
    top: 0;
    right: -30px;
    width: 25vw
}

.main-bnr-one .banner-inner .bnr-bg2 {
    left: -72px;
    bottom: 0;
    width: 15vw;
    transform: skewX(-12deg)
}

.main-bnr-one .banner-inner .bnr-bg3 {
    transform: rotate(18.35deg);
    top: 23%;
    left: 80px;
    width: 5vw
}

.slideskew {
    animation: 5s infinite slideskew
}

@keyframes slideskew {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    50% {
        transform: translateY(20px);
        -moz-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px)
    }

    100% {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

.bnr-bg1 path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    transition: 4s
}

.bnr-bg1.wow.animated path {
    stroke-dashoffset: 1000
}

.main-bnr-two {
    position: relative;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(180deg, #ebfffb 0, rgba(235, 255, 251, 0) 100%)
}

.main-bnr-two .bnr-left-fix-content {
    font-weight: 500;
    font-size: 16px;
    color: var(--title);
    transform: rotate(-90deg);
    position: absolute;
    top: 40%;
    left: -5rem;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0
}

.main-bnr-two .data-text {
    color: #fff;
    opacity: .8;
    left: -2%;
    z-index: -1;
    display: flex;
    bottom: -30%;
    font-size: 675px;
    font-weight: 400;
    line-height: 1.2;
    width: 250%;
    position: absolute;
    background: linear-gradient(180deg, rgba(212, 104, 104, 0) 0, var(--rgba-primary-2) 75.06%);
    -webkit-background-clip: text
}

@media only screen and (max-width:1680px) {
    .main-bnr-two .data-text {
        font-size: 550px;
        bottom: -192px
    }
}

@media only screen and (max-width:1280px) {
    .main-bnr-two .data-text {
        font-size: 300px;
        bottom: -100px
    }
}

.main-bnr-two .banner-inner {
    min-height: 1000px;
    padding-top: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: bottom left;
    position: relative;
    z-index: -1
}

.main-bnr-two .circle-wrapper,
.main-bnr-two .circle-wrapper:after,
.main-bnr-two .circle-wrapper:before {
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}

@media only screen and (max-width:1680px) {
    .main-bnr-two .banner-inner {
        min-height: 950px;
        padding-top: 200px
    }
}

.main-bnr-two .banner-content {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    z-index: 2;
    padding-top: 50px
}

.main-bnr-two .banner-content .title {
    line-height: 1.2;
    font-size: 65px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px
}

.main-bnr-two .banner-content .text-stroke {
    color: #fff;
    -webkit-text-stroke: 2px var(--title)
}

.main-bnr-two .banner-content .sub-title {
    font-weight: 600;
    letter-spacing: 3.6px;
    margin-bottom: 20px
}

.main-bnr-four .banner-content p,
.main-bnr-two .banner-content p {
    font-size: 18px;
    margin-bottom: 45px;
    color: #666;
    font-style: normal;
    font-weight: 400
}

.main-bnr-two .banner-media {
    position: relative;
    text-align: center;
    width: 800px;
    height: 800px;
    transform: translate(-200px, -85px) rotate(360deg)
}

@media only screen and (max-width:1680px) {
    .main-bnr-two .banner-media {
        width: 750px;
        height: 750px;
        transform: translate(-210px, -70px) rotate(360deg)
    }
}

@media only screen and (max-width:1480px) {
    .main-bnr-two .banner-content .title {
        font-size: 52px
    }

    .main-bnr-two .banner-content .top-content {
        padding-bottom: 0
    }

    .main-bnr-two .banner-media {
        width: 700px;
        height: 700px;
        transform: translate(-240px, -10px) rotate(360deg)
    }

    .main-bnr-two {
        padding-bottom: 0;
        background-size: 60%
    }
}

@media only screen and (max-width:1380px) {
    .main-bnr-two .banner-inner {
        min-height: 900px
    }

    .main-bnr-two .banner-media {
        width: 650px;
        height: 650px;
        transform: translate(-240px, -10px) rotate(360deg)
    }
}

@media only screen and (max-width:1280px) {
    .main-bnr-two .banner-inner {
        min-height: 750px;
        padding-top: 140px
    }

    .main-bnr-two .banner-content .title {
        font-size: 42px;
        margin-bottom: 15px
    }

    .main-bnr-two .banner-content .sub-title {
        letter-spacing: 1px;
        margin-bottom: 15px;
        font-size: 18px
    }

    .main-bnr-two .banner-content p {
        font-size: 14px
    }

    .main-bnr-two {
        padding-bottom: 0
    }

    .main-bnr-two .banner-media {
        width: 600px;
        height: 600px;
        transform: translate(-220px, -9px) rotate(360deg)
    }

    .main-bnr-two .main-btn {
        top: 62%
    }
}

.main-bnr-two .bg-image {
    position: absolute;
    bottom: 0;
    margin-bottom: -10px;
    z-index: -1;
    width: 100%
}

.main-bnr-five .num-pagination,
.main-bnr-four .num-pagination,
.main-bnr-two .num-pagination {
    display: table;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    z-index: 1
}

.main-bnr-five .num-pagination .swiper-pagination,
.main-bnr-four .num-pagination .swiper-pagination,
.main-bnr-two .num-pagination .swiper-pagination {
    display: block;
    font-size: 18px;
    width: auto
}

.main-bnr-four .num-pagination .swiper-pagination .swiper-pagination-bullet,
.main-bnr-two .num-pagination .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 25px 0;
    color: var(--theme3-secondary2)
}

.main-bnr-four .num-pagination .swiper-pagination.style-1 .swiper-pagination-bullet,
.main-bnr-two .num-pagination .swiper-pagination.style-1 .swiper-pagination-bullet {
    height: auto;
    opacity: 1;
    width: auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    border-radius: 0;
    margin: 1.8rem 15px;
    font-size: 1.25rem;
    background-color: transparent
}

.main-bnr-four .num-pagination .swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.main-bnr-two .num-pagination .swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--primary);
    transform: scale(1.7);
    font-weight: 600
}

.main-bnr-two .circle-wrapper {
    height: 45vw;
    width: 45vw;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 60%;
    box-shadow: 0 4px 200px 0 rgba(12, 48, 64, .15);
    z-index: -2;
    transform: translateX(-50%)
}

.main-bnr-two .circle-wrapper:after,
.main-bnr-two .circle-wrapper:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%
}

.main-bnr-two .circle-wrapper:after {
    box-shadow: 0 4px 200px 0 rgba(12, 48, 64, .1);
    transform: scale(1.25);
    z-index: -1;
    opacity: .6
}

.main-bnr-two .circle-wrapper:before {
    box-shadow: 0 4px 200px 0 rgba(12, 48, 64, .1);
    transform: scale(1.5);
    z-index: -2;
    opacity: .4
}

@media only screen and (max-width:1480px) {
    .main-bnr-two .circle-wrapper {
        left: 35%
    }
}

.bubbles-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

.x1 {
    -webkit-animation: 15s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    animation: 15s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    left: 6%;
    top: 45%;
    background: var(--primary)
}

.x2 {
    -webkit-animation: 10s linear infinite animateBubble, 4s ease-in-out infinite alternate sideWays;
    animation: 10s linear infinite animateBubble, 4s ease-in-out infinite alternate sideWays;
    left: 5%;
    top: 80%;
    background: var(--secondary)
}

.x3 {
    -webkit-animation: 18s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    animation: 18s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    left: 10%;
    top: 40%;
    background: var(--primary)
}

.x4 {
    -webkit-animation: 12s linear infinite animateBubble, 3s ease-in-out infinite alternate sideWays;
    animation: 12s linear infinite animateBubble, 3s ease-in-out infinite alternate sideWays;
    left: 20%;
    top: 0;
    background: var(--secondary)
}

.x5 {
    -webkit-animation: 19s linear infinite animateBubble, 4s ease-in-out infinite alternate sideWays;
    animation: 19s linear infinite animateBubble, 4s ease-in-out infinite alternate sideWays;
    left: 30%;
    top: 50%;
    background: var(--primary)
}

.x6 {
    -webkit-animation: 11s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    animation: 11s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    left: 50%;
    top: 0;
    background: var(--secondary)
}

.x7 {
    -webkit-animation: 10s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    animation: 10s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    left: 65%;
    top: 70%;
    background: var(--primary)
}

.x8 {
    -webkit-animation: 12s linear infinite animateBubble, 3s ease-in-out infinite alternate sideWays;
    animation: 12s linear infinite animateBubble, 3s ease-in-out infinite alternate sideWays;
    left: 80%;
    top: 10%;
    background: var(--secondary)
}

.x9 {
    -webkit-animation: 19s linear infinite animateBubble, 4s ease-in-out infinite alternate sideWays;
    animation: 19s linear infinite animateBubble, 4s ease-in-out infinite alternate sideWays;
    left: 90%;
    top: 50%;
    background: var(--primary)
}

.x10 {
    -webkit-animation: 16s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    animation: 16s linear infinite animateBubble, 2s ease-in-out infinite alternate sideWays;
    left: 80%;
    top: 80%;
    background: var(--secondary)
}

.bubble {
    position: absolute;
    border-radius: 50%;
    box-shadow: none;
    width: 5px;
    height: 5px
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}

.main-bnr-five,
.main-bnr-three {
    position: relative;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    width: 100%
}

.main-bnr-three .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 65px;
    line-height: 1.2
}

.main-bnr-three .sub-title {
    letter-spacing: 3px
}

.main-bnr-three .banner-inner {
    min-height: 980px;
    height: 980px;
    padding-top: 100px;
    display: flex;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:991px) {
    .main-bnr-two .banner-content {
        padding-top: 0
    }

    .main-bnr-two .banner-content .top-content {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .main-bnr-two .banner-media {
        width: 100%;
        height: 100%;
        transform: translate(0, 5px) rotate(360deg)
    }

    .main-bnr-two .main-btn {
        top: 50%
    }

    .main-bnr-two .main-btn i {
        height: 75px;
        width: 75px;
        line-height: 75px
    }

    .main-bnr-two .main-btn i:before {
        font-size: 18px
    }

    .main-bnr-two .main-btn:before {
        height: 65px;
        width: 65px
    }

    .main-bnr-two .main-btn:after {
        height: 35px;
        width: 35px
    }

    .main-bnr-two .main-btn.main-btn-prev i:before {
        right: 15px;
        top: -15px
    }

    .main-bnr-two .main-btn.main-btn-next i:before {
        left: 15px;
        top: -15px
    }

    .main-bnr-two .num-pagination .swiper-pagination.style-1 .swiper-pagination-bullet {
        font-size: .9rem;
        margin: .8rem 0
    }

    .main-bnr-two .circle-wrapper {
        height: 80vw;
        width: 80vw;
        left: 50%
    }

    .main-bnr-three .banner-inner {
        min-height: 820px;
        height: 820px;
        padding-top: 100px
    }
}

.main-bnr-three .center-content {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.main-bnr-three .main-head {
    min-height: 150px;
    padding: 0 15px
}

.main-bnr-three .banner-media {
    position: relative;
    padding-top: 20px;
    width: 850px;
    height: 850px;
    margin-left: auto;
    margin-right: auto
}

.main-bnr-three .banner-media .icon-bx {
    height: 55px;
    width: 55px;
    background-color: #fff;
    box-shadow: 0 13px 40px 0 rgba(19, 121, 183, .2);
    border-radius: 10px;
    position: absolute;
    padding: 10px
}

.main-bnr-three .banner-media .banner-media-bg [class*=bnr] {
    position: absolute;
    background-size: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 50%;
    top: 60%
}

.main-bnr-three .banner-media .banner-media-bg .bnr-circle1 {
    border: 5px solid #fff;
    height: 75%;
    width: 75%;
    animation: 25s linear infinite bnr-circle1
}

.main-bnr-three .banner-media .banner-media-bg .bnr-circle1:after,
.main-bnr-three .banner-media .banner-media-bg .bnr-circle1:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #ffff;
    position: absolute;
    border-radius: 12px;
    border: 3px solid var(--primary);
    filter: drop-shadow(0px 9px 10px rgba(69, 178, 157, .3))
}

.main-bnr-three .banner-media .banner-media-bg .bnr-circle1:before {
    right: -2%;
    top: 50%
}

.main-bnr-three .banner-media .banner-media-bg .bnr-circle1:after {
    left: 5.1%;
    top: 22.5%
}

.main-bnr-three .banner-media .banner-media-bg .bnr-circle2 {
    background-image: url(../images/banner/circle.png);
    height: 98%;
    width: 98%;
    animation: 25s linear infinite bnr-circle1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95%
}

.main-bnr-three .banner-media .banner-media-bg .bnr-circle2:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #ffff;
    position: absolute;
    border-radius: 12px;
    border: 3px solid var(--primary);
    filter: drop-shadow(0px 9px 10px rgba(69, 178, 157, .3));
    right: 8%;
    top: 20%
}

.main-bnr-three .banner-media .banner-media-bg .icon1 {
    left: 17%;
    top: 12%;
    animation: 25s linear infinite bnr-circle1-icon1
}

.main-bnr-three .banner-media .banner-media-bg .icon2 {
    right: -7%;
    top: 45%;
    animation: 25s linear infinite bnr-circle1-icon1
}

.main-bnr-three .video-bx2 {
    position: absolute;
    left: 70px;
    bottom: 100px;
    animation: 5s infinite moveLeftRight
}

.main-bnr-three .bnr-content-bx {
    width: 300px;
    padding: 25px;
    position: absolute;
    top: 20%;
    right: 2vw;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.main-bnr-three .bnr-content-bx:after {
    content: "";
    height: 100%;
    width: 50%;
    background-color: #fff;
    border-radius: 25px 0 0 25px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1)
}

.main-bnr-three .bnr-content-bx .dz-title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.5
}

.main-bnr-three .bnr-content-bx .dz-media {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .1)
}

.main-bnr-three .bnr-content-bx .dz-info {
    position: relative;
    z-index: 1;
    padding-top: 20px
}

.main-bnr-three .bnr-content-bx:hover:after {
    width: 100%;
    border-radius: 25px
}

.main-bnr-three .bnr-content-bx2 {
    position: absolute;
    bottom: 70px;
    right: 50px;
    animation: 5s infinite moveLeftRight;
    width: 18vw
}

.main-bnr-three .bnr-content-bx2:after {
    content: "";
    height: 65px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1)
}

.main-bnr-three .bnr-counter {
    position: absolute;
    left: 100px;
    top: 40%;
    transform: translateY(-50%)
}

.main-bnr-three .bnr-counter .counter-bx {
    padding: 20px 0
}

.main-bnr-three .bnr-counter .counter-text {
    display: flex;
    align-items: center;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 0
}

.main-bnr-three .bnr-counter .counter-text .counter {
    font-size: 60px;
    font-weight: 700;
    margin-right: 5px
}

.main-bnr-three .bnr-counter .text {
    margin-bottom: 0;
    letter-spacing: 1.6px
}

@media only screen and (max-width:1480px) {
    .main-bnr-three .title {
        font-size: 60px
    }

    .main-bnr-three .video-bx2 {
        left: 20px;
        bottom: 50px
    }

    .main-bnr-three .bnr-content-bx {
        width: 200px;
        padding: 15px;
        right: 1vw
    }

    .main-bnr-three .bnr-content-bx .dz-title {
        font-size: 16px
    }

    .main-bnr-three .bnr-content-bx .dz-info {
        padding-top: 12px
    }

    .main-bnr-three .bnr-content-bx:after {
        border-radius: 15px 0 0 15px
    }

    .main-bnr-three .bnr-content-bx:hover:after {
        border-radius: 15px
    }

    .main-bnr-three .bnr-counter {
        left: 50px
    }
}

.box-header~.page-content .main-bnr-three .banner-inner,
.header-transparent.style-1~.page-content .main-bnr-three .banner-inner {
    padding-top: 180px
}

@keyframes bnr-circle1 {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes bnr-circle2 {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes bnr-circle1-icon1 {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(20px);
        -moz-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px)
    }

    100% {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }
}

.main-bnr-four .bnr-circle {
    background: var(--rgba-primary-5);
    border-radius: 50%;
    position: absolute;
    width: 177px;
    height: 177px;
    z-index: 2;
    filter: blur(100.5px)
}

.main-bnr-four .bnr-circle1 {
    top: -2rem;
    left: -2rem
}

.main-bnr-four .bnr-circle2 {
    top: -5rem;
    right: -5rem;
    filter: blur(180.5px)
}

.main-bnr-four .bnr-left-fix-content {
    font-weight: 500;
    font-size: 18px;
    color: var(--primary);
    transform: rotate(-90deg);
    position: absolute;
    top: 40%;
    left: -5rem;
    z-index: 10
}

.main-bnr-four .banner-inner {
    min-height: 900px;
    padding-top: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: bottom left
}

.main-bnr-four .banner-inner .data-text {
    color: #fff;
    opacity: .8;
    right: 20px;
    z-index: -1;
    display: flex;
    bottom: -230px;
    font-size: 675px;
    font-weight: 400;
    line-height: 1.2;
    position: absolute;
    background: linear-gradient(180deg, rgba(212, 104, 104, 0) 0, var(--rgba-primary-2) 75.06%);
    -webkit-background-clip: text
}

@media only screen and (max-width:1680px) {
    .main-bnr-four .banner-inner .data-text {
        font-size: 550px;
        bottom: -192px
    }

    .main-bnr-four .banner-inner {
        min-height: 800px;
        padding-top: 150px
    }
}

@media only screen and (max-width:1280px) {
    .main-bnr-three .title {
        font-size: 42px
    }

    .main-bnr-four .bnr-left-fix-content,
    .main-bnr-three .bnr-content-bx,
    .main-bnr-three .bnr-content-bx2,
    .main-bnr-three .bnr-counter,
    .main-bnr-three .video-bx2 {
        display: none
    }

    .main-bnr-four .banner-inner .data-text {
        font-size: 450px;
        bottom: -156px
    }
}

@media only screen and (max-width:991px) {
    .main-bnr-three .banner-media {
        width: 85vw;
        height: 85vw
    }

    .box-header~.page-content .main-bnr-three .banner-inner,
    .header-transparent.style-1~.page-content .main-bnr-three .banner-inner {
        padding-top: 150px
    }

    .main-bnr-four .banner-inner .data-text {
        font-size: 338px;
        bottom: -118px
    }

    .main-bnr-four .banner-inner .row {
        align-items: center
    }
}

@media only screen and (max-width:1480px) {
    .main-bnr-four .banner-inner {
        min-height: 620px;
        padding-top: 100px
    }
}

@media only screen and (max-width:991px) {
    .main-bnr-four .banner-inner {
        min-height: 600px;
        padding-bottom: 50px
    }
}

.main-bnr-four .banner-content {
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    z-index: 2
}

.main-bnr-four .banner-content .title {
    line-height: 1.2;
    font-size: 70px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px
}

@media only screen and (max-width:1480px) {
    .main-bnr-four .banner-content .title {
        font-size: 52px
    }

    .main-bnr-four .banner-content .top-content {
        padding-bottom: 0
    }
}

.main-bnr-four .banner-content .h4,
.main-bnr-four .banner-content .wp-block-search .wp-block-search__label,
.main-bnr-four .banner-content h4,
.wp-block-search .main-bnr-four .banner-content .wp-block-search__label {
    color: var(--primary) !important;
    font-weight: 500;
    font-size: 24px
}

.main-bnr-four .banner-content .h3,
.main-bnr-four .banner-content h3 {
    margin-top: 2rem;
    font-size: 28px;
    font-weight: 400;
    color: #282828
}

@media only screen and (max-width:1280px) {
    .main-bnr-four .banner-content .title {
        font-size: 42px
    }

    .main-bnr-four .banner-content .h3,
    .main-bnr-four .banner-content h3 {
        font-size: 22px;
        margin-top: 1rem
    }

    .main-bnr-four .banner-content p {
        font-size: 14px
    }
}

.main-bnr-four .banner-content .top-content .title-box {
    width: 100%;
    position: relative;
    padding-left: 1.5rem
}

.main-bnr-four .banner-content .top-content .title-box::before {
    content: "";
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    z-index: 1;
    width: 6px
}

.main-bnr-four .banner-inner .bnr-bg1,
.main-bnr-four .banner-inner .bnr-bg2 {
    position: absolute;
    z-index: 1
}

.main-bnr-four .banner-inner .bnr-bg1 {
    right: 0;
    width: 10vw;
    top: 0
}

.main-bnr-four .banner-inner .bnr-bg2 {
    left: -3rem;
    transform: skew(0);
    width: 12vw;
    bottom: -5px
}

@media only screen and (max-width:1480px) {
    .main-bnr-four {
        padding-bottom: 0;
        background-size: 60%
    }

    .main-bnr-four .bnr-bg2 {
        bottom: 0
    }
}

.main-bnr-four .point-list li i {
    height: 50px;
    width: 50px;
    font-size: 20px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    background: var(--primary);
    color: var(--theme-text-color)
}

.main-bnr-four .point-list li.show i {
    background-color: #000;
    color: #fff
}

.main-bnr-four .point-list li.show i:before {
    content: "\f068"
}

.main-bnr-four .point-list li:after,
.main-bnr-four .point-list li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    border-radius: 100%;
    display: block;
    border: 1px solid var(--primary)
}

.fadeup,
.main-bnr-four .point-list li:after {
    animation: 2.5s infinite fadeup
}

.fadeup2,
.main-bnr-four .point-list li:before {
    animation: 2.5s infinite fadeup2
}

.main-bnr-four .point-list li span {
    position: absolute;
    padding: 16px 27px;
    background: #fff;
    white-space: nowrap;
    line-height: 1.2;
    box-shadow: 0 15px 30px rgba(112, 14, 14, .2);
    font-size: 18px;
    color: #000;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.main-bnr-four .banner-media {
    position: relative;
    text-align: center;
    width: 1177px;
    height: 850px;
    margin-top: -80px;
    margin-left: -14rem
}

.main-bnr-four .banner-media .point-list li:first-child {
    top: 11%;
    left: 37%
}

.main-bnr-four .banner-media .point-list li:first-child span,
.main-bnr-four .banner-media .point-list li:nth-child(3) span {
    top: 0;
    left: 100%;
    transform: translateY(-100%) scale(0);
    border-radius: 0 10px 10px 0;
    transform-origin: left bottom
}

.main-bnr-four .banner-media .point-list li:first-child.show span {
    transform: translateY(-100%) scale(1)
}

.main-bnr-four .banner-media .point-list li:nth-child(2) {
    top: 70%;
    left: 22%
}

.main-bnr-four .banner-media .point-list li:nth-child(2) span {
    transform: translate(-100%, -100%) scale(0);
    bottom: 0;
    left: 0;
    border-radius: 0 10px;
    transform-origin: right bottom
}

.main-bnr-four .banner-media .point-list li:nth-child(2).show span {
    transform: translate(-100%, -100%) scale(1)
}

.main-bnr-four .banner-media .point-list li:nth-child(3) {
    top: 72%;
    left: 75%
}

.main-bnr-four .banner-media .point-list li:nth-child(3).show span {
    transform: translateY(-100%) scale(1)
}

@media only screen and (max-width:1680px) {
    .main-bnr-four .banner-media {
        width: 900px;
        height: 620px;
        margin-top: 0;
        margin-left: -7rem
    }

    .main-bnr-four .banner-media .point-list li:first-child {
        left: 33%
    }

    .main-bnr-four .banner-media .point-list li:nth-child(2),
    .main-bnr-four .banner-media .point-list li:nth-child(3) {
        top: 65%
    }
}

@media only screen and (max-width:767px) {

    .h1,
    h1 {
        font-size: 2.25rem
    }

    .h2,
    h2 {
        font-size: 1.875rem
    }

    .h3,
    h3 {
        font-size: 1.375rem
    }

    .m-sm-t0 {
        margin-top: 0
    }

    .m-sm-b0 {
        margin-bottom: 0
    }

    .m-sm-t5 {
        margin-top: 5px
    }

    .m-sm-b5 {
        margin-bottom: 5px
    }

    .m-sm-t10 {
        margin-top: 10px
    }

    .m-sm-b10 {
        margin-bottom: 10px
    }

    .m-sm-t15 {
        margin-top: 15px
    }

    .m-sm-b15 {
        margin-bottom: 15px
    }

    .m-sm-t20 {
        margin-top: 20px
    }

    .m-sm-b20 {
        margin-bottom: 20px
    }

    .m-sm-t25 {
        margin-top: 25px
    }

    .m-sm-b25,
    .main-bnr-two .banner-content p {
        margin-bottom: 25px
    }

    .m-sm-t30 {
        margin-top: 30px
    }

    .m-sm-b30,
    .widget {
        margin-bottom: 30px
    }

    .m-sm-t35 {
        margin-top: 35px
    }

    .m-sm-b35 {
        margin-bottom: 35px
    }

    .m-sm-t40 {
        margin-top: 40px
    }

    .m-sm-b40 {
        margin-bottom: 40px
    }

    .m-sm-t45 {
        margin-top: 45px
    }

    .m-sm-b45 {
        margin-bottom: 45px
    }

    .m-sm-t50 {
        margin-top: 50px
    }

    .m-sm-b50 {
        margin-bottom: 50px
    }

    .m-sm-t55 {
        margin-top: 55px
    }

    .m-sm-b55 {
        margin-bottom: 55px
    }

    .m-sm-t60 {
        margin-top: 60px
    }

    .m-sm-b60 {
        margin-bottom: 60px
    }

    .m-sm-t65 {
        margin-top: 65px
    }

    .m-sm-b65 {
        margin-bottom: 65px
    }

    .m-sm-t70 {
        margin-top: 70px
    }

    .m-sm-b70 {
        margin-bottom: 70px
    }

    .m-sm-t75 {
        margin-top: 75px
    }

    .m-sm-b75 {
        margin-bottom: 75px
    }

    .m-sm-t80 {
        margin-top: 80px
    }

    .m-sm-b80 {
        margin-bottom: 80px
    }

    .m-sm-t85 {
        margin-top: 85px
    }

    .m-sm-b85 {
        margin-bottom: 85px
    }

    .m-sm-t90 {
        margin-top: 90px
    }

    .m-sm-b90 {
        margin-bottom: 90px
    }

    .m-sm-t95 {
        margin-top: 95px
    }

    .m-sm-b95 {
        margin-bottom: 95px
    }

    .m-sm-t100 {
        margin-top: 100px
    }

    .m-sm-b100 {
        margin-bottom: 100px
    }

    .section-head .sub-title {
        font-size: 16px
    }

    .section-head.style-1 .title,
    .section-head.style-2 .title.h2,
    .section-head.style-2 h2.title {
        font-size: 36px
    }

    .main-bnr-four .banner-content .h3,
    .main-bnr-four .banner-content h3,
    .section-head.style-2 .sub-title {
        font-size: 1rem
    }

    .breadcrumb-row ul li,
    .section-head.style-2 p,
    .spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image .swiper-content p {
        font-size: 14px
    }

    .dzSubscribe.dz-subscribe-wrapper1,
    .site-header.style-1 .main-bar {
        padding: 0
    }

    .dz-bnr-inr .dz-bnr-inr-entry {
        text-align: center
    }

    .dz-bnr-inr .dz-bnr-inr-entry .breadcrumb-row {
        display: inline-block
    }

    .breadcrumb-row ul {
        padding: 5px 20px
    }

    .dz-bnr-inr.style-1 {
        height: 320px;
        padding-bottom: 65px
    }

    .dz-bnr-inr.style-1 .breadcrumb-row {
        width: 100%
    }

    .dz-bnr-inr.style-1 .breadcrumb-row ul {
        border-radius: 6px
    }

    .style-1.header-transparent+.page-content .dz-bnr-inr.style-1 {
        padding-top: 80px
    }

    footer .footer-top {
        padding-top: 60px;
        padding-bottom: 0
    }

    footer .widget-link li {
        margin-left: 8px;
        margin-right: 7px
    }

    .site-footer .footer-logo.logo-center {
        margin: -60px auto 40px
    }

    .section-wrapper1 {
        padding-bottom: 150px;
        padding-top: 60px
    }

    .section-wrapper2 {
        padding-top: 40px
    }

    .section-wrapper3 {
        padding-bottom: 115px
    }

    .btn-group-lg>.btn,
    .btn-group-lg>.wp-block-button__link,
    .btn-lg.wp-block-button__link,
    .btn.btn-lg {
        padding: 10px 20px;
        font-size: 14px
    }

    .video-btn.style-1 .btn-group-lg>.btn-icon.btn,
    .video-btn.style-1 .btn-group-lg>.btn-icon.wp-block-button__link,
    .video-btn.style-1 .btn-icon.btn-lg {
        height: 45px;
        width: 45px;
        line-height: 43px;
        margin-right: 5px
    }

    .video-btn.style-1 .btn-group-lg>.btn-icon.btn img,
    .video-btn.style-1 .btn-group-lg>.btn-icon.wp-block-button__link img,
    .video-btn.style-1 .btn-icon.btn-lg img {
        width: 20px
    }

    .pricingtable-wrapper.style-4 {
        padding: 30px 30px 35px
    }

    .dz-accordion.accordion-md .accordion-header .accordion-button .toggle-close {
        width: 50px
    }

    .list-check-2.list-inline li {
        min-height: 38px;
        padding: 8px 18px 8px 45px
    }

    .widget_gallery .gallery-grid-8 li {
        width: 25%
    }

    .inquiry-modal .inquiry-adv {
        display: none
    }

    .inquiry-modal .modal-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px
    }

    .dz-tabs.style-5 .nav-link {
        width: 40%;
        padding: 18px 20px
    }

    .spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image .swiper-content .title {
        font-size: 25px;
        line-height: 35px
    }

    .image-box-wrapper.style-1 .dz-content .dz-title {
        font-size: 1.5rem
    }

    .main-bnr-one .banner-content {
        padding-bottom: 30px
    }

    .main-bnr-one .banner-media {
        margin-left: auto;
        margin-right: auto
    }

    .main-bnr-one .banner-inner {
        padding-bottom: 0
    }

    .main-bnr-one .banner-inner .bnr-bg1 {
        width: 35vw
    }

    .main-bnr-one .banner-inner .bnr-bg3 {
        top: 12%
    }

    .main-bnr-four .banner-inner .data-text,
    .main-bnr-two .data-text {
        font-size: 250px;
        bottom: -90px
    }

    .main-bnr-two {
        background-position: bottom center;
        background-size: 100%
    }

    .main-bnr-three .banner-inner {
        min-height: 750px;
        height: 750px
    }

    .main-bnr-four .banner-inner {
        padding-bottom: 0;
        background-position: center;
        padding-top: 155px
    }

    .main-bnr-four .banner-media {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -50px
    }
}

@media only screen and (max-width:1280px) {
    .main-bnr-four {
        padding-bottom: 0
    }

    .main-bnr-four .point-list li i {
        height: 35px;
        width: 35px;
        font-size: 12px;
        line-height: 35px
    }

    .main-bnr-four .point-list li span {
        font-size: 16px
    }

    .main-bnr-four .banner-media .point-list li:nth-child(3) span {
        left: auto;
        right: 100%;
        transform-origin: right bottom;
        border-radius: 10px 10px 0
    }

    .main-bnr-four .banner-media {
        width: 750px;
        background-position: bottom;
        margin-left: -10rem;
        height: 530px;
        margin-top: 0
    }

    .main-bnr-four .banner-media .point-list li:nth-child(2),
    .main-bnr-four .banner-media .point-list li:nth-child(3) {
        top: 72%
    }

    .main-bnr-four .main-btn {
        top: 62%
    }
}

@media only screen and (max-width:991px) {
    .main-bnr-four .banner-content .title {
        font-size: 31px;
        padding-left: 0;
        margin-bottom: 15px
    }

    .main-bnr-four .banner-content .title:after {
        width: 5px
    }

    .main-bnr-four .banner-content .h4,
    .main-bnr-four .banner-content .wp-block-search .wp-block-search__label,
    .main-bnr-four .banner-content h4,
    .wp-block-search .main-bnr-four .banner-content .wp-block-search__label {
        font-size: 1.2rem
    }

    .main-bnr-four .banner-content .h3,
    .main-bnr-four .banner-content h3 {
        font-size: 18px
    }

    .main-bnr-four .banner-content {
        padding-top: 0
    }

    .main-bnr-four .banner-content .top-content {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .main-bnr-four .banner-inner .bnr-bg1 {
        display: none
    }

    .main-bnr-four .point-list li span {
        font-size: 14px;
        padding: 14px 20px
    }

    .main-bnr-four .banner-media {
        width: 650px;
        margin-left: -11rem;
        height: 450px
    }
}

@keyframes fadeup {
    0% {
        opacity: .8;
        transform: scale(.9)
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes fadeup2 {
    0% {
        opacity: .8;
        transform: scale(.9)
    }

    100% {
        transform: scale(3);
        opacity: 0
    }
}

.main-bnr-five .banner-content {
    display: flex;
    align-items: center;
    margin-left: 70px;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    z-index: 9
}

.main-bnr-five .banner-content .title {
    line-height: 70px;
    font-size: 55px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px
}

@media only screen and (max-width:1480px) {
    .main-bnr-five {
        padding-bottom: 10px
    }

    .main-bnr-five .banner-content .title {
        font-size: 52px
    }

    .main-bnr-five .banner-content {
        margin-left: 0;
        padding-right: 50px
    }
}

@media only screen and (max-width:1280px) {
    .main-bnr-five {
        padding-bottom: 0
    }

    .main-bnr-five .banner-content .title {
        font-size: 42px;
        line-height: 60px
    }
}

@media only screen and (max-width:1024px) {
    .main-bnr-five .banner-content .title {
        font-size: 35px;
        line-height: 48px
    }
}

.main-bnr-five .banner-content p {
    font-size: 20px;
    margin-bottom: 45px;
    color: #555;
    font-style: normal;
    font-weight: 300
}

@media only screen and (max-width:1380px) {
    .main-bnr-five .banner-content p {
        font-size: 18px
    }
}

@media only screen and (max-width:1280px) {
    .main-bnr-five .banner-content p {
        font-size: 16px
    }
}

@media only screen and (max-width:991px) {
    .main-bnr-four .main-btn {
        top: 50%
    }

    .main-bnr-four .main-btn i {
        height: 75px;
        width: 75px;
        line-height: 75px
    }

    .main-bnr-four .main-btn i:before {
        font-size: 18px
    }

    .main-bnr-four .main-btn:before {
        height: 65px;
        width: 65px
    }

    .main-bnr-four .main-btn:after {
        height: 35px;
        width: 35px
    }

    .main-bnr-four .main-btn.main-btn-prev i:before {
        right: 15px;
        top: -15px
    }

    .main-bnr-four .main-btn.main-btn-next i:before {
        left: 15px;
        top: -15px
    }

    .main-bnr-four .num-pagination .swiper-pagination.style-1 .swiper-pagination-bullet {
        font-size: .9rem;
        margin: .8rem 0
    }

    .main-bnr-five .banner-content .title {
        font-size: 28px;
        line-height: 33px
    }

    .main-bnr-five .banner-content p {
        font-size: 14px;
        margin-bottom: 30px
    }

    .main-bnr-five .banner-content {
        margin-left: -20px;
        padding-right: 30px
    }
}

.main-bnr-five .banner-media {
    position: relative;
    text-align: center;
    height: 750px;
    z-index: 2;
    width: 50vw;
    float: right
}

.main-bnr-five .banner-media:after,
.main-bnr-five .banner-media:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0
}

.main-bnr-five .banner-media:after {
    left: 5%;
    background: -moz-linear-gradient(left, #fff 30%, rgba(30, 87, 153, 0) 100%);
    background: -webkit-linear-gradient(left, #fff 30%, rgba(30, 87, 153, 0) 100%);
    background: linear-gradient(to right, #fff 30%, rgba(30, 87, 153, 0) 100%);
    width: 200px;
    z-index: 3
}

.main-bnr-five .banner-media:before {
    right: -120px;
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0, #fff 30%);
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0, #fff 30%);
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0, #fff 30%);
    width: 200px;
    z-index: 3
}

.main-bnr-five .banner-media .main-img,
.testimonial-6 .testimonial-details .testimonial-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width:1680px) {
    .main-bnr-five .banner-media {
        height: 650px
    }
}

@media only screen and (max-width:1200px) {
    .main-bnr-one .bottom-content {
        padding-bottom: 0
    }

    .main-bnr-five .banner-media {
        height: 100%
    }
}

@media only screen and (max-width:1024px) {
    .main-bnr-five .banner-media {
        height: 500px
    }
}

@media only screen and (max-width:991px) {
    .main-bnr-five .banner-media {
        height: 450px
    }

    .main-bnr-five .banner-media:after {
        display: none
    }

    .main-bnr-five .top-content {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.main-bnr-five .top-content .video-bx .video-btn span {
    color: var(--primary);
    font-weight: 500;
    font-size: 1rem
}

.main-bnr-five .top-content .video-bx .video-btn span.btn,
.main-bnr-five .top-content .video-bx .video-btn span.wp-block-button__link {
    padding: 1rem;
    background: var(--primary)
}

.main-bnr-five .banner-inner {
    min-height: 750px;
    height: 750px;
    padding-top: 0;
    display: flex;
    background-color: #fff
}

.main-bnr-five .banner-inner .row {
    height: 100%;
    align-items: center
}

@media only screen and (max-width:1680px) {
    .main-bnr-five .banner-inner {
        min-height: 655px;
        height: 655px
    }
}

@media only screen and (max-width:1420px) {

    .main-bnr-five .top-content,
    .main-bnr-one .top-content {
        padding-bottom: 0
    }

    .main-bnr-five .banner-inner {
        min-height: 600px;
        height: 600px
    }
}

@media only screen and (max-width:1199px) {
    .pricingtable-wrapper.style-2 .pricingtable-inner {
        padding: 30px 30px 0
    }

    .pricingtable-wrapper.style-2 .pricingtable-price .pricingtable-bx {
        font-size: 45px
    }

    .pricingtable-wrapper.style-2 .pricingtable-price .badge {
        font-size: 14px
    }

    .pricingtable-wrapper.style-3 .pricingtable-inner .table-price {
        bottom: 10px
    }

    .pricingtable-wrapper.style-3 .pricingtable-inner .table-price .price {
        font-size: 20px
    }

    .pricingtable-wrapper.style-3 .pricingtable-price {
        padding: 25px
    }

    .dz-accordion.style-2 .accordion-item .accordion-header .accordion-button .accordion-header-text {
        white-space: nowrap
    }

    .btn-next,
    .btn-prev {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .btn-next i,
    .btn-prev i,
    .recent-posts-entry .widget-post-bx .widget-post .title {
        font-size: 16px
    }

    .comment-reply-title,
    .comments-title,
    .widget-title {
        margin-bottom: 20px
    }

    .widget_tag_cloud .tagcloud a {
        padding: 6px 14px;
        margin: 0 8px 8px 0
    }

    .recent-posts-entry .widget-post-bx .widget-post .dz-media {
        height: 80px;
        min-width: 80px
    }

    .widget_getintuch ul li {
        margin-bottom: 25px;
        padding-left: 35px
    }

    .main-bnr-five .banner-inner {
        min-height: 500px;
        height: 500px
    }

    .single-box .portfolio-foot>ul>li .h6,
    .single-box .portfolio-foot>ul>li h6 {
        margin-bottom: 5px
    }
}

@media only screen and (max-width:768px) {
    .gallery-grid-8 li {
        width: 25%
    }

    .course-single .dz-media {
        width: 690px;
        height: auto
    }

    .dz-accordion .accordion-header .accordion-button {
        font-size: 17px
    }

    .main-bnr-one .text-smile span {
        color: #222
    }

    .main-bnr-one .text-smile svg {
        display: none
    }

    .main-bnr-five .banner-inner {
        min-height: 450px;
        height: 450px
    }
}

.main-bnr-five .num-pagination .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    border-radius: 0;
    padding: 40px 15px;
    background-color: transparent;
    display: block !important;
    color: #222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    border-left: 3px solid var(--rgba-primary-2);
    margin: 0;
    height: auto
}

@media only screen and (max-width:991px) {
    .main-bnr-five .num-pagination .swiper-pagination .swiper-pagination-bullet {
        font-size: .9rem;
        margin: .8rem 0
    }
}

.main-bnr-five .num-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--primary);
    border-left: 3px solid var(--primary)
}

.move-2 {
    -webkit-animation: 5s infinite move2;
    animation: 5s infinite move2
}

.move-3 {
    -webkit-animation: 5s infinite move3;
    animation: 5s infinite move3
}

.move-4 {
    -webkit-animation: 5s infinite move4;
    animation: 5s infinite move4
}

.move-5 {
    -webkit-animation: 5s infinite move5;
    animation: 5s infinite move5
}

.move-6 {
    -webkit-animation: 5s infinite move6;
    animation: 5s infinite move6
}

.move-7 {
    -webkit-animation: 5s infinite move7;
    animation: 5s infinite move7
}

.move-lr {
    animation: 3s linear infinite move-lr
}

.rotate-360 {
    animation: 30s linear infinite rotate-360
}

@keyframes rotate-360 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes move1 {

    0%,
    100% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    50% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }
}

@-webkit-keyframes move2 {

    0%,
    100% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }
}

@-webkit-keyframes move3 {

    0%,
    100% {
        transform: translate(0, 0)
    }

    20%,
    65% {
        transform: translate(5px, 0)
    }

    40% {
        transform: translate(5px, 5px)
    }
}

@keyframes move4 {

    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px)
    }
}

@keyframes move5 {

    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px)
    }

    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }

    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px)
    }
}

@keyframes move6 {

    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px)
    }

    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }

    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px)
    }
}

@keyframes move7 {

    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px)
    }

    50% {
        -webkit-transform: translate(-8px, -8px);
        transform: translate(-8px, -8px)
    }

    75% {
        -webkit-transform: translate(-15px, 8px);
        transform: translate(-15px, 8px)
    }
}

@keyframes move-lr {
    0% {
        transform: rotate(0)
    }

    10% {
        transform: rotate(-15deg)
    }

    20% {
        transform: rotate(20deg)
    }

    30% {
        transform: rotate(-24deg)
    }

    40% {
        transform: rotate(21deg)
    }

    50% {
        transform: rotate(-18deg)
    }

    60% {
        transform: rotate(14deg)
    }

    70% {
        transform: rotate(-11deg)
    }

    80% {
        transform: rotate(7deg)
    }

    90% {
        transform: rotate(-3deg)
    }

    100% {
        transform: rotate(1deg)
    }
}

.about-bx1:after {
    content: '';
    position: absolute;
    height: calc(100% + 100px);
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/about/about-bg.png);
    background-position: center;
    background-size: cover;
    z-index: -2
}

.about-bx1 .section-head p {
    color: #777
}

.about-bx1 .dz-media {
    margin-right: 25px;
    overflow: visible;
    text-align: center;
    margin-bottom: 100px
}

.about-bx1 .dz-media ul li:first-child {
    bottom: 12%;
    right: 0;
    background: linear-gradient(90deg, #ff8039 0, #ff3f13 100%);
    padding: 20px 25px;
    box-shadow: 0 20px 50px 0 rgba(255, 63, 19, .3);
    transform: skewY(-18deg)
}

.about-bx1 .dz-media ul li:first-child span {
    font-size: 110px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    display: inline-block
}

.about-bx1 .dz-media ul li:nth-child(2) {
    bottom: 13%;
    right: 7%;
    background: #222;
    padding: 10px 25px;
    box-shadow: 20px 20px 40px 0 rgba(34, 34, 34, .4);
    transform: skewY(-18deg)
}

.about-bx1 .dz-media ul li:nth-child(2) span {
    font-size: 35px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 1;
    display: inline-block
}

.about-bx1 .dz-media ul li:nth-child(3) {
    bottom: -4%;
    right: 0;
    background: linear-gradient(90deg, #ff3f13 47.55%, #ff7f38 100.15%);
    height: 90px;
    width: 380px;
    transform: skewY(-18deg)
}

.about-bx1 .dz-media img {
    width: 60%;
    margin: auto;
    text-align: center;
    display: inline-block
}

.about-bx1 .dz-media svg {
    position: absolute;
    right: 0;
    z-index: -1;
    height: 100%;
    width: calc(100% + 50px)
}

.about-wrapper1 .dz-media {
    position: relative;
    width: 715px;
    margin-top: 50px;
    overflow: unset;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.about-wrapper1 .dz-media:after {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    content: "";
    position: absolute;
    width: 415px;
    height: 415px;
    background-color: var(--primary);
    z-index: -1;
    top: -50px;
    left: 70px;
    border-radius: 100%
}

.about-wrapper1 .dz-media:hover:after {
    transform: scaleX(1.1)
}

.about-wrapper1 .about-info .about-p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #666;
    padding: 0 40px;
    margin-bottom: 40px;
    line-height: 1.8
}

.about-wrapper2 {
    overflow: hidden;
    background-color: var(--secondary)
}

.about-wrapper2 .about-content {
    padding-bottom: 150px
}

.about-wrapper2 .bg-image {
    margin-bottom: -5px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%
}

.about-wrapper3 {
    padding-bottom: 205px
}

.about-wrapper3 .bg-image {
    margin-bottom: -2px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%
}

.about-bx2 .dz-media {
    overflow: visible;
    position: relative;
    transform: translateX(-122px);
    margin: 0 -50px -50px
}

.about-bx2 .dz-media img {
    filter: drop-shadow(0px -30px 15px rgba(0, 0, 0, .25))
}

.about-bx2 .dz-media .bg-media {
    position: absolute;
    left: 0;
    z-index: -2;
    top: 101px
}

.about-bx2 .dz-media .image-box {
    position: relative;
    transform: translate(75px, -460px)
}

.about-bx2 .dz-media .image-box .info-box-1,
.about-bx2 .dz-media .image-box .info-box-2 {
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 15px 25px;
    box-shadow: 0 20px 60px rgba(148, 34, 10, .15);
    border: transparent;
    z-index: 1;
    animation: 7s infinite move7
}

.about-bx2 .dz-media .image-box .info-box-1 {
    background: #fff;
    color: #222;
    right: -8px;
    top: -208px;
    border-radius: 15px 15px 15px 0
}

.about-bx2 .dz-media .image-box .info-box-2 {
    left: -153px;
    bottom: -221px;
    background: var(--primary);
    color: var(--theme-text-color);
    border-radius: 15px 15px 0
}

@media only screen and (max-width:1680px) {
    .about-wrapper2 .about-content {
        padding-bottom: 80px
    }

    .about-bx2 .dz-media .image-box .info-box-2 {
        left: -125px
    }

    .about-bx2 .dz-media {
        transform: translateX(-70px)
    }

    .about-bx2 .dz-media .image-box .info-box-1,
    .about-bx2 .dz-media .image-box .info-box-2 {
        font-size: 16px
    }

    .about-bx2 .dz-media .image-box .info-box-1 {
        right: 57px;
        top: -189px
    }

    .testimonial-wrapper7 .num-pagination {
        left: -80px
    }
}

@media only screen and (max-width:1480px) {
    .about-bx2 .dz-media {
        margin: 0 0 -30px;
        transform: translateX(-25px)
    }

    .about-bx2 .dz-media .image-box {
        transform: translate(77px, -433px)
    }

    .about-bx2 .dz-media .image-box .info-box-1 {
        right: 42px;
        top: -173px
    }

    .dz-box.style-1 .dz-media img {
        height: 350px
    }
}

@media only screen and (max-width:1380px) {
    .about-bx2 .dz-media .image-box {
        transform: translate(100px, -433px)
    }

    .about-bx2 .dz-media .image-box .info-box-1 {
        right: 55px;
        padding: 10px 20px
    }

    .about-bx2 .dz-media .image-box .info-box-2 {
        padding: 10px 20px
    }
}

@media only screen and (max-width:1280px) {

    .main-bnr-five .top-content .video-bx .video-btn span.btn,
    .main-bnr-five .top-content .video-bx .video-btn span.wp-block-button__link {
        padding: .6rem
    }

    .about-bx1 .dz-media svg {
        width: 100%
    }

    .about-bx1 .dz-media ul li:first-child span {
        font-size: 80px
    }

    .about-bx1 .dz-media ul li:nth-child(2) {
        padding: 8px 20px
    }

    .about-bx1 .dz-media ul li:nth-child(2) span {
        font-size: 20px
    }

    .about-bx1 .dz-media ul li:nth-child(3) {
        height: 70px;
        width: 300px
    }

    .about-wrapper1 .dz-media:after {
        top: -50px;
        left: 30px
    }

    .about-wrapper1 .about-info {
        margin-top: 50px
    }

    .about-wrapper1 .about-info .about-p {
        padding: 0 15px
    }

    .about-wrapper2 .about-content {
        padding-bottom: 77px
    }

    .about-wrapper3 {
        padding-bottom: 180px
    }

    .about-bx2 .dz-media .image-box {
        transform: translate(114px, -372px)
    }

    .about-bx2 .dz-media .image-box .info-box-1,
    .about-bx2 .dz-media .image-box .info-box-2 {
        font-size: 14px
    }

    .about-bx2 .dz-media .image-box .info-box-1 {
        right: 110px;
        top: -205px
    }
}

@media only screen and (max-width:1024px) {
    .about-bx2 .dz-media {
        margin: 0 0 -100px
    }

    .about-bx2 .dz-media .image-box {
        transform: translate(84px, -303px);
        display: none
    }

    .about-bx2 .dz-media .image-box .info-box-1 {
        right: 33px;
        top: -170px
    }

    .yoga-content .text {
        font-size: 16px
    }
}

@media only screen and (max-width:991px) {
    .about-bx1 .dz-media {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 75px
    }

    .about-wrapper1 .about-info {
        margin-top: 0
    }

    .about-wrapper1 .about-info .about-p {
        margin-bottom: 20px
    }

    .about-wrapper2 .about-content {
        padding-bottom: 30px
    }

    .about-wrapper3 {
        padding-bottom: 100px
    }

    .about-bx2 {
        flex-direction: column-reverse
    }

    .about-bx2 .dz-media {
        transform: translateX(75px);
        margin: 0 0 -30px
    }

    .about-bx2 .dz-media img {
        width: 500px
    }

    .about-bx2 .dz-media .image-box {
        transform: translate(17px, -291px)
    }

    .about-bx2 .dz-media .image-box .info-box-1 {
        right: 158px;
        top: -240px
    }

    .portfolio-bx .dz-box img {
        width: 100%
    }
}

.media-section .dz-media {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.portfolio-slider .swiper-slide {
    width: auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.portfolio-wrapper {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 50px
}

.portfolio-wrapper .portfolio-wrapper-inner {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding-bottom: 125px
}

.portfolio-wrapper .bg-image {
    margin-bottom: -5px;
    position: absolute;
    bottom: 0;
    width: 100%
}

@media only screen and (max-width:1280px) {
    .portfolio-wrapper .portfolio-wrapper-inner {
        padding-bottom: 80px
    }
}

.portfolio-bx .dz-box {
    overflow: hidden;
    border-radius: 10px
}

.dz-box.style-1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.dz-box.style-1 .dz-media:before {
    content: "";
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    transform: scale(.8);
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    background: #151f37
}

.dz-box.style-1 .dz-info,
.dz-box.style-1 .dz-info .title {
    position: absolute;
    -webkit-transition: .5s;
    -ms-transition: .5s
}

.dz-box.style-1 .dz-info {
    opacity: 0;
    text-align: center;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: .5s
}

.dz-box.style-1 .dz-info .title {
    bottom: 20px;
    left: 20px;
    margin-bottom: 0;
    transform: rotateX(90deg);
    transition: .5s;
    transform: translateY(20px);
    opacity: 0
}

.dz-box.style-1 .dz-info .btn-icon,
.dz-box.style-1 .dz-info .sub-title {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    opacity: 0;
    top: 20px;
    position: absolute
}

.dz-box.style-1 .dz-info .title a {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: var(--title);
    display: block
}

.dz-box.style-1 .dz-info .sub-title {
    background-color: var(--primary);
    font-size: 13px;
    font-weight: 500;
    color: var(--theme-text-color);
    padding: 6px 14px;
    left: 20px;
    border-radius: 8px;
    display: block;
    transform: rotateX(90deg);
    transition: .5s;
    transform: translateY(20px)
}

.dz-box.style-1 .dz-info .btn-icon {
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50px, 50px) rotate(-45deg);
    transition: .5s;
    right: 20px
}

.dz-box.style-1 .dz-info .btn-icon i {
    height: 35px;
    width: 35px;
    display: block;
    background-color: #fff;
    color: var(--title);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-box.style-1 .dz-info .btn-icon:after {
    content: "";
    height: 35px;
    width: 35px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: var(--secondary);
    z-index: -1;
    transition: .3s cubic-bezier(0, 1.2, .2, 1.5)
}

.dz-box.style-1:hover .dz-media img {
    transform: scale(1.25)
}

.dz-box.style-1:hover .dz-media:before {
    opacity: .3;
    transform: scale(1)
}

.dz-box.style-1:hover .dz-info .sub-title,
.dz-box.style-1:hover .dz-info .title {
    transform: translateY(0);
    opacity: 1
}

.dz-box.style-1:hover .dz-info .btn-icon {
    transform: translate(0, 0) rotate(-45deg);
    opacity: 1
}

.dz-box.style-1:hover .dz-info .btn-icon:hover:after {
    transform: scale(5)
}

.single-box {
    padding: 45px 45px 25px;
    z-index: 1;
    position: relative
}

.single-box .portfolio-foot>ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.single-box .portfolio-foot>ul>li {
    width: 25%;
    margin-bottom: 20px
}

.single-box .portfolio-foot>ul>li .h6,
.single-box .portfolio-foot>ul>li h6 {
    color: var(--primary);
    font-weight: 600;
    font-size: 15px
}

.single-box .portfolio-foot>ul>li p {
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

.yoga-content .title {
    font-size: 22px;
    margin-bottom: 10px
}

.portfolio-slider .swiper-wrapper {
    transition-timing-function: linear
}

.portfolio-slider:hover .swiper-slide .dz-box {
    opacity: .3;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.portfolio-slider:hover .swiper-slide .dz-box:hover {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    opacity: 1
}

.testimonial-pic {
    background: #fff;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #fff
}

.testimonial-pic.radius {
    border-radius: 100%;
    -webkit-border-radius: 100%
}

.testimonial-pic.radius img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%
}

.testimonial-pic.shadow {
    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, .35);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, .35);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, .35)
}

.testimonial-1,
.testimonial-3,
.testimonial-3 .testimonial-pic img {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1)
}

.quote-left:before,
.quote-right:before {
    font-family: Flaticon;
    position: absolute;
    z-index: 10;
    height: 36px;
    width: 36px;
    line-height: 36px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 18px
}

.quote-left:before {
    top: 15px;
    content: "\f115";
    left: 0
}

.quote-right:before {
    top: 15px;
    content: "\f11e";
    right: 0
}

.testimonial-text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0
}

.testimonial-1 {
    position: relative;
    padding: 100px 40px 40px;
    border-radius: 14px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.testimonial-1:after {
    position: absolute;
    content: "\f109";
    top: 20px;
    left: 40px;
    line-height: 1;
    font-size: 80px;
    color: var(--primary);
    font-family: flaticon_yogacare;
    opacity: .5
}

.testimonial-1 .testimonial-details {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.testimonial-1 .testimonial-rating ul {
    margin: 0 -5px
}

.testimonial-1 .testimonial-rating ul li {
    display: inline-block;
    color: rgba(255, 255, 255, .3);
    padding: 0 2px;
    font-size: 24px
}

.testimonial-1 .testimonial-text p {
    font-size: 18px;
    opacity: .8;
    font-style: italic
}

.testimonial-1 .testimonial-pic {
    overflow: hidden;
    height: 70px;
    width: 70px;
    min-width: 70px;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    border: 2px solid #fff
}

.testimonial-1 .testimonial-position {
    opacity: .5;
    font-family: var(--font-family-title)
}

.testimonial-wrapper1 .swiper-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99
}

.testimonial-wrapper1 .swiper-slide {
    padding: 0 30px;
    opacity: .2;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    max-width: 820px
}

.testimonial-swiper-1 .btn-next,
.testimonial-swiper-1 .btn-prev {
    color: var(--theme-text-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 50px
}

.testimonial-swiper-1 .btn-prev {
    left: -80px
}

.testimonial-swiper-1 .btn-next {
    right: -80px
}

.testimonial-3 {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    text-align: center
}

.testimonial-3 .testimonial-pic {
    height: 80px;
    width: 80px;
    min-width: 80px;
    margin-right: 0;
    position: absolute;
    overflow: unset;
    top: -35px;
    left: 42%;
    border: 0;
    background: 0 0
}

.testimonial-3 .testimonial-pic img {
    border-radius: 100%
}

.testimonial-3 .testimonial-info {
    padding: 35px 0 0
}

.testimonial-3 .testimonial-info .testimonial-name {
    margin-bottom: 3px;
    letter-spacing: 1px;
    color: var(--primary);
    line-height: 1.2;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    font-size: 30px
}

.testimonial-3 .testimonial-info p {
    font-size: 12px;
    padding: 0 110px
}

.testimonial-3 .testimonial-info:after {
    content: "";
    position: absolute;
    width: 590px;
    height: 1px;
    background-color: #ddd;
    left: 0;
    bottom: 47%
}

.testimonial-6,
.testimonial-7 {
    background: #fff;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .05)
}

.testimonial-3 .testimonial-text {
    margin: 30px 0;
    z-index: 1
}

.testimonial-3 .testimonial-text i {
    font-size: 55px;
    position: absolute;
    left: 3px;
    color: var(--rgba-primary-5);
    z-index: -1;
    top: -18px
}

.testimonial-wrapper3 .swiper-slide {
    opacity: 0;
    max-width: 590px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.testimonial-6 {
    padding: 6rem 3rem 3rem;
    border-radius: 10px;
    margin-top: 2rem;
    position: relative;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    text-align: center
}

.testimonial-6 .info .h4,
.testimonial-6 .info .wp-block-search .wp-block-search__label,
.testimonial-6 .info h4,
.wp-block-search .testimonial-6 .info .wp-block-search__label {
    text-transform: uppercase
}

.testimonial-6 .info span {
    color: var(--primary);
    font-size: .9rem;
    font-weight: 400;
    text-transform: capitalize
}

.testimonial-6 .info .testimonial-rating {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial-6 .info .testimonial-rating img {
    width: 18px
}

.testimonial-6 .info .testimonial-rating li {
    font-size: 20px;
    color: #d9d9d9
}

.testimonial-6 .testimonial-name,
.testimonial-7 .testimonial-info .details .testimonial-name {
    margin-bottom: 3px;
    letter-spacing: 1px;
    color: #222;
    font-size: 24px;
    line-height: 1.2;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.testimonial-6 .testimonial-details .testimonial-pic {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid var(--primary);
    overflow: hidden;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s;
    z-index: 8
}

.testimonial-6 .testimonial-text p {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    color: #222
}

.testimonial-6 .down-quotes,
.testimonial-6 .up-quotes {
    position: absolute;
    font-size: 80px;
    color: var(--primary);
    opacity: .3
}

.testimonial-6 .down-quotes img,
.testimonial-6 .up-quotes img {
    width: 100px
}

.testimonial-6 .up-quotes,
.testimonial-7 .up-quotes {
    top: 20px;
    left: 30px
}

.testimonial-6 .down-quotes,
.testimonial-7 .down-quotes {
    bottom: 20px;
    right: 30px;
    z-index: 0
}

.testimonial-wrapper6 .swiper-slide,
.testimonial-wrapper7 .swiper-slide {
    opacity: 0 !important;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.testimonial-wrapper6 .swiper-slide>div {
    transform: scale(.8);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

.testimonial-swiper-6 .num-pagination {
    position: absolute;
    top: 40%;
    width: 100%;
    justify-content: space-between
}

.testimonial-swiper-6 .num-pagination .btn-next,
.testimonial-swiper-6 .num-pagination .btn-prev {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .05);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.testimonial-7 {
    padding: 30px 40px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.testimonial-7 .testimonial-info {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 25px
}

.testimonial-7 .testimonial-info .details .testimonial-position {
    margin-bottom: 0;
    display: flex;
    justify-content: end
}

.testimonial-7 .testimonial-info .details .testimonial-rating {
    display: flex;
    justify-content: end
}

.testimonial-7 .testimonial-info .details .testimonial-rating li {
    margin: 0 2px;
    font-size: 20px;
    color: #d9d9d9
}

.testimonial-7 .testimonial-info .testimonial-pic {
    width: 110px;
    height: 110px;
    border: 0 !important
}

.testimonial-7 .testimonial-info .testimonial-pic img {
    border-radius: 50%;
    border: 5px solid var(--primary);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonial-7 .testimonial-text {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    color: #222
}

.testimonial-7 .down-quotes,
.testimonial-7 .up-quotes {
    position: absolute;
    font-size: 70px;
    color: var(--primary);
    opacity: .3
}

.testimonial-7 .down-quotes img,
.testimonial-7 .up-quotes img {
    width: 70px
}

.testimonial-wrapper7 .swiper-slide>div {
    transform: scale(.85);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.testimonial-wrapper7 .num-pagination {
    display: block;
    position: absolute;
    top: 50%;
    left: -80px;
    width: 100%;
    justify-content: space-between;
    transform: translateY(-50%)
}

.testimonial-wrapper7 .num-pagination .btn-next,
.testimonial-wrapper7 .num-pagination .btn-prev {
    width: 45px;
    height: 45px;
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .05);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    cursor: pointer;
    margin: 20px 0
}

.testimonial-wrapper7 .num-pagination .btn-next i,
.testimonial-wrapper7 .num-pagination .btn-prev i {
    color: #fff;
    font-size: 18px
}

.testimonial-wrapper7 .small-wave {
    position: absolute;
    top: 34%
}

@media only screen and (max-width:1480px) {
    .testimonial-swiper-1 .btn-prev {
        left: -30px
    }

    .testimonial-swiper-1 .btn-next {
        right: -30px
    }

    .testimonial-wrapper7 .small-wave {
        left: -80px
    }
}

@media only screen and (max-width:1280px) {
    .single-box .portfolio-foot>ul>li p {
        font-size: 16px
    }

    .testimonial-swiper-1 .btn-prev {
        left: 0
    }

    .testimonial-swiper-1 .btn-next {
        right: 0
    }

    .testimonial-wrapper7 .small-wave {
        display: none
    }
}

.bg-primary-light {
    background-color: var(--rgba-primary-1)
}

.bg-secondary-light {
    background-color: var(--rgba-secondary-1)
}

.icon-bx-xl {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 150px;
    height: 150px;
    line-height: 150px
}

.icon-bx-lg.radius,
.icon-bx-md.radius,
.icon-bx-sm.radius,
.icon-bx-xl.radius,
.icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
    border-radius: 3px;
    text-align: center;
    display: inline-block
}

.icon-bx-xl i {
    font-size: 80px;
    vertical-align: middle
}

.icon-bx-xl img,
.icon-xl img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 80px
}

.icon-bx-lg {
    width: 120px;
    height: 120px;
    line-height: 120px
}

.icon-bx-lg i {
    font-size: 60px;
    vertical-align: middle
}

.icon-bx-lg img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 55px
}

.icon-bx-md {
    width: 100px;
    height: 100px;
    line-height: 100px
}

.icon-bx-md i {
    font-size: 45px;
    vertical-align: middle
}

.icon-bx-md img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 40px
}

.icon-bx-sm {
    width: 67px;
    height: 67px;
    min-width: 67px;
    line-height: 67px
}

.icon-bx-sm i {
    font-size: 35px;
    vertical-align: middle
}

.icon-bx-sm img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 35px
}

.icon-bx-xs {
    width: 60px;
    height: 60px;
    line-height: 60px
}

.icon-bx-wraper.style-4 .border-primary .icon-cell i,
.icon-bx-wraper.style-4 .icon-bx .icon-cell i,
.icon-bx-xs i {
    font-size: 30px;
    vertical-align: middle
}

.icon-bx-xs img,
.icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 20px
}

.icon-xl {
    display: inline-block;
    text-align: center;
    width: 100px;
    line-height: 1
}

.icon-xl i {
    vertical-align: middle;
    font-size: 80px
}

.icon-lg,
.icon-md {
    display: inline-block;
    text-align: center;
    line-height: 1
}

.icon-lg i {
    vertical-align: middle;
    font-size: 60px
}

.icon-lg img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 70px
}

.icon-md i {
    vertical-align: middle;
    font-size: 45px
}

.icon-md img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 50px
}

.icon-sm {
    display: inline-block;
    text-align: center;
    width: 40px;
    line-height: 1
}

.icon-sm i {
    vertical-align: middle;
    font-size: 30px
}

.icon-sm img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 30px
}

.icon-xs {
    display: inline-block;
    text-align: center;
    width: 30px;
    line-height: 1
}

.icon-xs i {
    vertical-align: middle;
    font-size: 20px
}

.icon-bx-wraper .dz-tilte {
    margin-top: 0;
    font-weight: 600
}

.icon-bx-wraper .after-titile-line {
    margin-bottom: 10px;
    font-size: 15px
}

.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 15px
}

.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-xs {
    line-height: 1;
    float: left;
    margin-right: 10px
}

.icon-bx-wraper.right {
    text-align: right
}

.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-xs {
    float: right;
    margin-left: 20px
}

.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-xs {
    line-height: 1;
    float: right;
    margin-left: 10px
}

.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border: 1px solid #ebedf2
}

.icon-bx-wraper.bx-style-2.center [class*=icon-bx-] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px
}

.icon-bx-wraper.bx-style-2.left [class*=icon-bx-] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.icon-bx-wraper.bx-style-2.right [class*=icon-bx-] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

[class*=icon-bx-][class*=border-] {
    display: table;
    line-height: normal;
    margin-left: auto;
    margin-right: auto
}

.dz-box[class*=border-],
.dz-info[class*=border-] {
    border-color: #eee
}

.dz-info.border-1,
.dz-info.border-2,
.dz-info.border-3,
.dz-info.border-4,
.dz-info.border-5 {
    border-top: none
}

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
    border-style: solid
}

.border-1 {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-3 {
    border-width: 3px
}

.border-4 {
    border-width: 4px
}

.border-5 {
    --bs-border-width: 5px;
    border-width: 5px
}

.left-border:before,
.right-border:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    height: 90%;
    background: #ccc
}

.dz-media img,
.dz-post-media img {
    width: 100%;
    height: auto
}

.dz-box-bg {
    overflow: hidden;
    background-size: cover
}

.dz-box-bg .icon-bx-wraper {
    background-color: #f8f8f8
}

.dz-box-bg.active .icon-bx-wraper {
    background-color: rgba(0, 0, 0, .7)
}

.dz-box-bg.active .icon-box-btn .btn,
.dz-box-bg.active .icon-box-btn .wp-block-button__link,
.dz-box-bg.active .icon-content .dz-tilte,
.dz-box-bg.active .icon-content p,
.dz-box-bg.active .text-primary {
    color: #fff;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-box-bg .icon-box-btn .btn,
.dz-box-bg .icon-box-btn .wp-block-button__link {
    background-color: #eee;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0;
    color: #1abc9c;
    font-weight: 600;
    margin-bottom: 0
}

.flip-bx {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.flip-bx .inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2
}

.flip-bx .back,
.flip-bx .front:after {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

.flip-bx .back,
.flip-bx .front {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
    -o-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    transition: transform .7s cubic-bezier(.4, .2, .2, 1), -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 400px;
    height: auto;
    color: #fff
}

.flip-bx .back {
    background: var(--secondary);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-bx .back .inner p {
    font-size: 16px;
    color: #fff
}

.flip-bx .front,
.flip-bx:hover .back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-bx .front:after {
    z-index: 1;
    height: 100%;
    content: '';
    display: block;
    opacity: .4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px
}

.flip-bx:hover .back,
.flip-bx:hover .front {
    -webkit-transition: -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
    -o-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    transition: transform .7s cubic-bezier(.4, .2, .2, 1), -webkit-transform .7s cubic-bezier(.4, .2, .2, 1)
}

.flip-bx:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.icon-bx-wraper.style-1 {
    padding: 30px;
    align-items: center;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    margin-bottom: 30px;
    display: flex;
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid var(--primary);
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 15px 50px rgba(0, 21, 77, .1)
}

.icon-bx-wraper.style-1:after,
.icon-bx-wraper.style-1:before {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    position: absolute;
    border-radius: 100%;
    content: ""
}

.icon-bx-wraper.style-1:after {
    height: 165px;
    width: 165px;
    background-color: #fff;
    transition: .5s;
    right: -36px;
    top: -10px;
    z-index: 1
}

@media only screen and (max-width:991px) {
    .single-box .portfolio-foot>ul>li {
        width: 50%
    }

    .yoga-content .title {
        font-size: 33px
    }

    .testimonial-wrapper1 .swiper-slide {
        padding: 0
    }

    .testimonial-swiper-1 .btn-next,
    .testimonial-swiper-1 .btn-prev {
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    .testimonial-swiper-1 .btn-prev {
        left: -30px
    }

    .testimonial-swiper-1 .btn-next {
        right: -30px
    }

    .testimonial-3 .testimonial-pic {
        height: 50px;
        width: 50px;
        min-width: 50px;
        margin-right: 23px
    }

    .testimonial-6 {
        margin-top: 25px
    }

    .testimonial-6 .testimonial-details .testimonial-pic {
        min-width: 50px;
        margin-right: 23px
    }

    .testimonial-6 .testimonial-text p {
        font-size: 16px
    }

    .testimonial-6 .testimonial-text {
        margin: 0
    }

    .testimonial-wrapper6 .swiper-slide {
        padding: 0 30px
    }

    .testimonial-7 .testimonial-info .testimonial-pic {
        min-width: 50px
    }

    .icon-bx-wraper.style-1:after {
        right: -52px;
        top: -22px
    }
}

.icon-bx-wraper.style-1:before {
    height: 0;
    width: 0;
    background-color: var(--secondary);
    transition: .5s;
    bottom: 0;
    left: 0;
    z-index: -1
}

.icon-bx-wraper.style-1 .icon-bx {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    margin-left: auto
}

.icon-bx-wraper.style-1 .icon-bx .icon-cell {
    height: 80px;
    width: 80px
}

.icon-bx-wraper.style-1 .icon-content {
    overflow: visible;
    padding-right: 25px
}

.icon-bx-wraper.style-1.active,
.icon-bx-wraper.style-1:hover {
    color: #fff;
    border-color: var(--secondary)
}

.icon-bx-wraper.style-1.active:before,
.icon-bx-wraper.style-1:hover:before {
    height: 150px;
    width: 150px;
    transform: scale(6)
}

.icon-bx-wraper.style-1.active .icon-bx .icon-cell,
.icon-bx-wraper.style-1:hover .icon-bx .icon-cell,
.icon-bx-wraper.style-2:hover .icon-bx .icon-cell,
.icon-bx-wraper.style-8:hover .icon-bx .icon-cell {
    animation: .5s linear swing
}

@media only screen and (max-width:991px) {
    .icon-bx-wraper.style-1 {
        padding: 20px
    }

    .icon-bx-wraper.style-1 .icon-content {
        padding-right: 10px
    }

    .icon-bx-wraper.style-2 {
        margin-bottom: 17px
    }
}

.icon-bx-wraper.style-2 {
    padding: 25px 35px;
    position: relative;
    background: var(--primary);
    display: flex;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 10px 50px 0 rgba(0, 35, 55, .1)
}

.icon-bx-wraper.style-5,
.icon-bx-wraper.style-6 {
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1)
}

.icon-bx-wraper.style-2 .icon-bx i {
    font-size: 75px;
    opacity: .3
}

.icon-bx-wraper.style-2 .icon-content .dz-title {
    color: var(--theme-text-color);
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 0
}

.icon-bx-wraper.style-2 .icon-content p {
    font-weight: 400;
    font-size: 18px;
    color: var(--theme-text-color);
    opacity: .5
}

.icon-bx-wraper.style-3 {
    padding: 20px;
    display: flex;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    color: #fff;
    z-index: 1;
    position: relative;
    overflow: hidden
}

.icon-bx-wraper.style-3 .icon-bx .icon-cell {
    width: 45px;
    height: 45px;
    display: inline-block
}

.icon-bx-wraper.style-3 .icon-content .dz-title,
.icon-bx-wraper.style-3 .icon-content .dz-title a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px
}

.icon-bx-wraper.style-3 .icon-content p {
    color: #fff;
    font-weight: 400;
    opacity: .4;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.icon-bx-wraper.style-3.active .icon-cell,
.icon-bx-wraper.style-3:hover .icon-cell,
.icon-bx-wraper.style-4.active .icon-cell,
.icon-bx-wraper.style-4:hover .icon-cell {
    animation: 1.2s linear move-lr
}

.icon-bx-wraper.style-4 {
    border: 2px solid #ebedf2;
    position: relative;
    border-radius: var(--border-radius-base)
}

.icon-bx-wraper.style-4 .icon-bx {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-left: -40px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 3px;
    transform: translateY(-50%)
}

.icon-bx-wraper.style-4 .border-primary {
    border: 1px solid var(--primary)
}

.icon-bx-wraper.style-4 .icon-content .dz-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px
}

.icon-bx-wraper.style-4 .icon-content p {
    font-size: 14px;
    font-weight: 400;
    color: #6f6f6f;
    line-height: 24px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.icon-bx-wraper.style-5 {
    border-radius: 20px;
    padding: 40px 30px 35px;
    transition: .5s;
    border: 2px solid #f6f7f8
}

.icon-bx-wraper.style-5 .icon-bx {
    line-height: 50px;
    margin-bottom: 20px;
    position: relative
}

.icon-bx-wraper.style-5 .icon-bx .icon-cell {
    color: #141417
}

.icon-bx-wraper.style-5 .icon-bx .icon-cell i {
    font-size: 45px;
    vertical-align: middle;
    transition: .5s
}

.icon-bx-wraper.style-5 .icon-bx .icon-cell img {
    width: 60px
}

.dz-team,
.dz-team .dz-name a,
.icon-bx-wraper.style-5 .icon-content .dz-title {
    transition: .5s
}

.icon-bx-wraper.style-5.active,
.icon-bx-wraper.style-5:hover {
    transform: translateY(-10px);
    border: 2px solid var(--primary)
}

.icon-bx-wraper.style-6 {
    border-radius: 20px;
    padding: 45px 25px 40px;
    transition: .5s
}

.icon-bx-wraper.style-6 .icon-bx {
    width: 80px;
    height: 80px;
    line-height: 75px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
    margin-bottom: 20px
}

.icon-bx-wraper.style-6 .icon-bx .icon-cell i {
    font-size: 35px;
    vertical-align: middle;
    transition: .5s
}

.icon-bx-wraper.style-6 .icon-content .dz-title {
    font-size: 20px;
    line-height: 24px;
    transition: .5s
}

.icon-bx-wraper.style-6 .icon-content p {
    font-size: 15px;
    font-weight: 400;
    color: #6f6f6f;
    line-height: 26px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.icon-bx-wraper.style-6.active,
.icon-bx-wraper.style-6:hover {
    background: var(--secondary);
    transform: translateY(-10px)
}

.icon-bx-wraper.style-7 {
    border-radius: 20px;
    transition: .5s;
    text-align: center;
    padding: 40px 25px;
    overflow: hidden
}

.icon-bx-wraper.style-7 .icon-bx {
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto
}

.icon-bx-wraper.style-7 .icon-bx .icon-cell i {
    font-size: 115px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.icon-bx-wraper.style-7 .icon-bx .icon-cell img {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    scale: 1;
    width: 100%;
    height: 100%
}

.icon-bx-wraper.style-7 .icon-content .dz-title {
    margin-bottom: 15px;
    transition: .5s
}

.icon-bx-wraper.style-7.active,
.icon-bx-wraper.style-7:hover {
    background: #fff;
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(191, 67, 67, .1)
}

.icon-bx-wraper.style-7.dark-wrapper .icon-content p {
    color: #fff;
    opacity: .4
}

.icon-bx-wraper.style-7.dark-wrapper:after {
    content: "";
    background: rgba(255, 255, 255, .1);
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    transform: scale(0);
    height: 100%;
    width: 100%;
    z-index: -1
}

.icon-bx-wraper.style-7.dark-wrapper.active:after,
.icon-bx-wraper.style-7.dark-wrapper:hover:after {
    transform: scale(1.5)
}

.icon-bx-wraper.style-8 {
    padding: 35px;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
    transition: .5s;
    border-radius: var(--border-radius-base);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    overflow: hidden
}

.icon-bx-wraper.style-8 .effect {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.icon-bx-wraper.style-8 .icon-bx {
    width: 100px;
    height: 100px;
    border: 1px solid var(--primary);
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    margin: 0 auto 15px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-team.style-2 .dz-content,
.dz-team.style-3 .dz-content {
    display: inline-block;
    margin-top: -50px;
    padding: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .1);
    background-color: #fff;
    position: relative
}

.icon-bx-wraper.style-8 .icon-bx i {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    font-size: 60px;
    color: var(--primary)
}

.icon-bx-wraper.style-8:hover .icon-bx {
    border: 1px solid rgba(255, 255, 255, .8)
}

.icon-bx-wraper.style-8:hover:before {
    height: 150px;
    width: 150px;
    transform: scale(5)
}

.dz-card.style-3.overlay .dz-meta li .post-date,
.icon-bx-wraper.style-8:hover .icon-content p {
    color: rgba(255, 255, 255, .8)
}

.pad-m {
    margin-top: -86px
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes left-right {

    100%,
    20%,
    60% {
        transform: translateX(-5px) rotate(-5deg)
    }

    40%,
    80% {
        transform: translateX(5px) rotate(5deg)
    }
}

.dz-team .dz-content {
    transition: .5s;
    position: relative
}

.dz-team.style-1 {
    box-shadow: 0 15px 50px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 45px;
    overflow: hidden
}

.dz-team.style-1 .dz-media {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    width: 205px;
    height: 205px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 70%
}

.dz-team.style-1 .dz-media:after {
    content: "";
    height: 100%;
    width: 100%;
    border: 2px dashed var(--secondary);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%
}

.dz-team.style-1 .dz-media img {
    object-fit: cover;
    border-radius: 70%;
    padding: 15px
}

.dz-team.style-1:hover .dz-media:after {
    animation: 1s linear infinite dzTeam1
}

.dz-team.style-1 .dz-content .dz-position,
.dz-team.style-5 .dz-content .dz-position {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    color: var(--secondary)
}

.dz-team.style-1 .dz-content .dz-name {
    text-align: center;
    margin-bottom: 5px
}

@keyframes dzTeam1 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.dz-team.style-2 .dz-media {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative
}

.dz-team.style-2 .dz-media .dz-social-icon,
.dz-team.style-2 .dz-media:before {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0
}

.dz-team.style-2 .dz-media img,
.dz-team.style-3 .dz-media img {
    object-fit: cover
}

.dz-team.style-2 .dz-media:before {
    content: "";
    left: 50%;
    right: 50%;
    bottom: 0;
    background-color: #09183e;
    transition: .5s
}

.dz-team.style-2 .dz-media .dz-social-icon {
    right: 0;
    max-width: 45px;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    transition: .5s
}

.dz-team.style-2 .dz-media .dz-social-icon ul li .btn-social {
    color: #fff;
    opacity: 0
}

.dz-team.style-2 .dz-content {
    margin-left: 30px;
    width: calc(100% - 60px);
    z-index: 1
}

.dz-team.style-2 .dz-content .dz-position {
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    color: var(--secondary)
}

.dz-team.style-2 .dz-content .dz-name {
    text-align: center;
    margin-bottom: 5px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-team.style-2:hover .dz-media:before,
.dz-team.style-3:hover .dz-media:before {
    opacity: .5;
    left: 0;
    right: 0
}

.dz-team.style-2:hover .dz-media .dz-social-icon {
    opacity: 1;
    visibility: visible;
    top: 25px;
    right: 25px
}

.dz-team.style-3 .dz-media {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 6px
}

.dz-team.style-3 .dz-media:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: #000;
    z-index: 1;
    transition: .5s
}

.dz-team.style-3 .dz-media .dz-social-icon {
    z-index: 1;
    visibility: hidden;
    transition: .8s;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.dz-team.style-3 .dz-media .dz-social-icon ul {
    display: flex;
    justify-content: center
}

.dz-team.style-3 .dz-media .dz-social-icon ul li .btn-social {
    border-radius: 0;
    color: #fff;
    opacity: 0
}

.dz-team.style-3 .dz-content {
    margin-left: 35px;
    margin-right: 35px;
    max-width: 80%;
    width: 100%;
    border-radius: 6px;
    z-index: 1
}

.dz-team.style-4 .dz-media,
.dz-team.style-5 .dz-media,
.dz-team.style-6 .dz-media,
.yoga-media {
    margin-right: auto;
    margin-left: auto
}

.dz-team.style-3 .dz-content .dz-position {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    color: var(--secondary)
}

.dz-team.style-3 .dz-content .dz-name {
    text-align: center;
    margin-bottom: 6px;
    font-weight: 600;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-team.style-4 {
    box-shadow: 0 15px 50px rgba(0, 0, 0, .1);
    border-radius: var(--border-radius-base);
    padding: 35px;
    overflow: hidden;
    transition: .8s
}

.dz-team.style-4 .dz-media {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    width: 170px;
    height: 170px;
    margin-bottom: 20px;
    border-radius: 70%;
    border: 5px solid #fff
}

.dz-team.style-4 .dz-media img {
    object-fit: cover;
    border-radius: 70%
}

.dz-team.style-4 .btn-social.btn-transparent:hover {
    background-color: #fff;
    color: var(--secondary)
}

.dz-team.style-4 .dz-content .dz-position {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-team.style-4 .dz-content .dz-name,
.dz-team.style-5 .dz-content .dz-name {
    margin-bottom: 5px;
    font-weight: 600;
    text-align: center
}

.dz-team.style-4 .dz-content .dz-name {
    color: #fff
}

.dz-team.style-4:hover {
    transform: translateY(-20px)
}

.dz-team.style-5 {
    position: relative;
    z-index: 1;
    transition: .2s
}

.dz-team.style-5 .dz-media {
    margin-bottom: -90px;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 180px;
    height: 180px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index: 9
}

.dz-team.style-5 .dz-content {
    padding: 120px 30px 35px;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    border-radius: var(--border-radius-base);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.dz-team.style-6,
.dz-team.style-6:after {
    -webkit-transition: .5s;
    -ms-transition: .5s
}

.dz-team.style-5:hover .dz-content .dz-social-icon ul li a {
    background: #27334e;
    color: #fff
}

.dz-team.style-6 {
    border-radius: 10px;
    padding: 35px 30px 1.5rem;
    position: relative;
    margin-bottom: 4rem;
    transition: .5s
}

.dz-team.style-6:after {
    content: "";
    background: var(--rgba-primary-1);
    transition: .5s;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--border-radius-base);
    z-index: -1
}

.dz-team.style-6 .dz-media {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
    border-radius: 70%;
    border: 5px solid var(--primary);
    position: relative
}

.dz-team.style-6 .dz-media img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.dz-team.style-6 .dz-content .dz-position {
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
    color: var(--primary)
}

.dz-team.style-6 .dz-content p {
    font-weight: 300;
    color: #282828;
    font-size: 15px
}

.dz-team.style-6 .dz-content .dz-name {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #222
}

@media only screen and (max-width:1199px) {
    .single-box .portfolio-foot>ul>li {
        margin-bottom: 15px
    }

    .testimonial-7 .testimonial-text {
        font-size: 16px;
        margin: 0
    }

    .testimonial-wrapper7 .num-pagination {
        left: 0;
        z-index: 999;
        display: flex
    }

    .testimonial-wrapper7 .num-pagination .btn-next,
    .testimonial-wrapper7 .num-pagination .btn-prev {
        margin: 20px -25px
    }

    .icon-bx-wraper.style-2 .icon-content .dz-title {
        font-size: 36px
    }

    .icon-bx-wraper.style-2 .icon-content p {
        font-size: 14px
    }

    .icon-bx-wraper.style-8 .icon-bx {
        width: 80px;
        height: 80px;
        line-height: 80px
    }

    .icon-bx-wraper.style-8 .icon-bx i {
        font-size: 40px
    }

    .dz-team.style-1 .dz-content .dz-position {
        font-size: 16px;
        margin-bottom: 15px
    }

    .dz-team.style-1 .dz-content .dz-name {
        margin-bottom: 3px
    }

    .dz-team.style-2 .dz-content .dz-position,
    .dz-team.style-4 .dz-content .dz-position,
    .dz-team.style-5 .dz-content .dz-position {
        font-size: 16px
    }

    .dz-team.style-2 .dz-content .dz-name {
        font-weight: 600
    }

    .dz-team.style-6 .dz-content .dz-position {
        font-size: 16px;
        padding: 5px 25px;
        margin-bottom: 15px
    }

    .dz-team.style-6 .dz-content .dz-name {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 3px
    }
}

@media only screen and (max-width:1480px) {
    .dz-team.style-6 .dz-content .dz-name {
        font-size: 20px
    }

    .schedule-section:after {
        display: none
    }
}

@media only screen and (min-width:1200px) {
    .dz-team.style-6 .dz-content .dz-name {
        font-size: 19px
    }
}

.dz-team.style-6 .dz-social-icon {
    width: 100%;
    position: absolute;
    bottom: -.6rem;
    left: 0
}

.dz-card,
.dz-card .dz-info,
.dz-meta ul li,
.dz-meta ul li i,
.yoga-media {
    position: relative
}

.dz-team.style-6 .dz-social-icon li {
    padding: 0;
    opacity: 0;
    margin-bottom: -8rem;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    transform: translateY(30px)
}

.dz-team.style-6 .dz-social-icon li:nth-child(2) {
    transition: .4s
}

.dz-team.style-6 .dz-social-icon li:nth-child(3) {
    transition: .6s
}

.dz-team.style-6 .dz-social-icon li:nth-child(4) {
    transition: .8s
}

.dz-team.style-6 .dz-social-icon li:nth-child(5) {
    transition: 1s
}

.dz-team.style-6 .dz-social-icon li:nth-child(6) {
    transition: 1.2s
}

.dz-team.style-6 .dz-social-icon li:nth-child(7) {
    transition: 1.4s
}

.dz-team.style-6 .dz-social-icon li a {
    border-radius: 5px !important
}

.dz-team.style-6:hover .dz-social-icon li {
    opacity: 1;
    transform: translateY(0)
}

.dz-skills {
    padding-top: 30px;
    padding-bottom: 30px
}

.dz-skills .h3,
.dz-skills h3 {
    font-weight: 500;
    margin-bottom: 20px
}

.yoga-media {
    overflow: hidden
}

.dz-card {
    background-color: #fff
}

.dz-card .dz-info {
    padding: 30px
}

.dz-card .dz-title {
    margin-bottom: 15px;
    word-break: break-word
}

.dz-card .dz-title.h1,
.dz-card h1.dz-title {
    font-size: 2.25rem;
    font-weight: 700
}

.dz-card.blog-half {
    display: flex;
    margin-bottom: 30px
}

.dz-card.blog-half .dz-info {
    padding: 30px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column
}

.dz-card.blog-half .dz-info .btn-wrapper {
    margin-top: auto;
    padding-top: 10px
}

.dz-card.blog-half .dz-media {
    margin-bottom: 0;
    max-width: 300px;
    min-width: 300px
}

.dz-card.blog-half .dz-media img {
    min-height: 235px
}

.dz-card.blog-half.post-video .post-video-icon {
    width: 60px;
    height: 60px;
    font-size: 20px
}

.comment-reply-title a,
.dz-card.style-1 .dz-info .post-category,
.dz-meta ul li {
    font-size: 14px;
    font-weight: 400
}

.dz-media.height-sm {
    height: 220px
}

.dz-media.height-md img,
.dz-media.height-sm img {
    height: 100%;
    object-fit: cover
}

.dz-media.height-md {
    height: 265px
}

.dz-media.height-lg {
    height: 350px
}

.dz-meta ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.dz-meta ul li {
    display: inline-flex;
    margin-right: 10px;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap
}

.dz-meta ul li i {
    font-size: 15px;
    color: var(--secondary);
    top: -1px
}

.dz-badge {
    background-color: var(--primary);
    color: #fff;
    border-radius: 3px;
    padding: 6px 15px;
    font-size: 15px
}

.post-video .post-video-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--primary);
    font-size: 30px;
    margin: 0 auto;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .5);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px
}

.dz-card.blog-half.sticky {
    position: relative;
    border: .375rem solid var(--primary);
    overflow: hidden
}

.dz-card.style-1 .dz-media .dz-badge,
.dz-card.style-2 .dz-meta ul li.dz-date,
.dz-card.style-3 .dz-info .dz-meta ul li.dz-date {
    border-radius: var(--border-radius-base);
    background-color: var(--primary);
    text-transform: uppercase
}

.dz-card.blog-half.sticky .sticky-icon {
    background: var(--primary);
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    transform: rotate(45deg);
    top: -1.563rem;
    right: -1.563rem;
    z-index: 1;
    color: #fff
}

.dz-card.blog-half.sticky .sticky-icon i {
    position: absolute;
    bottom: .1875rem;
    right: 1.125rem;
    transform: rotate(5deg);
    color: #fff;
    font-size: 1rem
}

.dz-card.style-1 {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .1);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    border-radius: 20px;
    overflow: hidden
}

.dz-card.style-2,
.dz-card.style-3 {
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    overflow: hidden
}

.dz-card.style-1 .post-author {
    margin: -32px auto -15px
}

.dz-card.style-1 .post-author img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    top: -27px
}

.dz-card.style-1 .post-author:after {
    content: "";
    background-image: url(../images/half-circle.svg);
    width: 110px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: -35px;
    z-index: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%)
}

.dz-card.style-1 .dz-info {
    text-align: center;
    padding: 30px 20px;
    background-color: #fff
}

.dz-card.style-1 .dz-info p {
    margin-bottom: 25px;
    text-transform: capitalize
}

.dz-card.style-1 .dz-info .dz-meta,
.dz-card.style-1 .dz-info .dz-title {
    margin-bottom: 12px
}

.dz-card.style-1 .dz-info .dz-meta ul li span {
    font-size: 13px;
    font-weight: 400;
    color: #222
}

.dz-card.style-1 .dz-info .btn,
.dz-card.style-1 .dz-info .wp-block-button__link,
.schedule-table .event:hover .subtitle,
.schedule-table .event:hover .title {
    color: var(--theme-text-color)
}

.dz-card.style-1 .dz-media .dz-badge-list {
    position: absolute;
    top: 20px;
    left: 20px
}

.dz-card.style-1 .dz-media .dz-badge {
    color: #fff;
    padding: 8px 15px;
    font-size: 12px
}

.swiper-container.blog-slider-wrapper .swiper-slide {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    opacity: 0
}

.dz-card.style-2 {
    transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s
}

.dz-card.style-2 .dz-meta ul li {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin-right: 30px
}

.dz-card.style-2 .dz-meta ul li.dz-date {
    position: absolute;
    top: 20px;
    left: -280px;
    z-index: 1;
    color: var(--theme-text-color);
    font-size: 15px;
    font-weight: 500;
    padding: 6px 15px;
    margin-right: 0;
    display: block;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s
}

.dz-card.style-2 .dz-meta ul li.dz-comment,
.dz-card.style-2 .dz-meta ul li.dz-user {
    color: var(--title);
    font-weight: 500
}

.dz-card.style-2 .dz-meta ul li:not(:last-child):after {
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    right: -17px;
    top: 50%;
    border-radius: 50%;
    background-color: var(--secondary);
    transform: translate(0, -50%)
}

.dz-card.style-2 .dz-media {
    overflow: hidden;
    position: relative;
    border-radius: unset
}

.dz-card.style-3 {
    height: 100%;
    display: flex;
    min-height: 500px;
    object-fit: cover;
    position: relative;
    flex-direction: column;
    background-size: cover
}

.dz-card.style-3 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.dz-card.style-3 .dz-media {
    height: 100%;
    position: relative
}

.dz-card.style-3 .dz-media img {
    filter: grayscale(.1);
    height: 100%;
    object-fit: cover;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s
}

.dz-card.style-3 .dz-info {
    padding: 30px;
    position: unset;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin-top: auto
}

.dz-card.style-3 .dz-info .dz-meta ul li.dz-date {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 1;
    color: var(--theme-text-color);
    font-weight: 500;
    font-size: 15px;
    display: block;
    padding: 10px 25px;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s
}

.dz-card.style-3 .dz-info .dz-meta ul li.dz-user {
    color: var(--title);
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    margin-right: 30px
}

.dz-card.style-3 .dz-info .dz-meta ul li.dz-comment {
    color: var(--title);
    font-weight: 500;
    color: #fff;
    font-size: 15px
}

.dz-card.style-3 .dz-info .dz-meta ul li:not(:last-child):after {
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    right: -14%;
    top: 50%;
    border-radius: 50%;
    background-color: var(--primary);
    transform: translate(0, -50%)
}

.dz-card.style-3:hover .dz-media img {
    transform: rotate(5deg) scale(1.2)
}

.dz-card.style-3.overlay {
    background-color: #000;
    opacity: .9;
    z-index: 1
}

.dz-card.style-4 {
    background: var(--rgba-primary-2);
    border-radius: 20px;
    padding: 25px 25px 25px 65px;
    position: relative;
    align-items: center
}

.dz-card.style-4 .dz-meta ul li.post-date {
    position: absolute;
    left: 0;
    top: 50%;
    writing-mode: tb;
    transform: translateY(-50%);
    background-color: var(--secondary);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    padding: 30px 10px 30px 8px;
    border-radius: 0 10px 10px 0;
    white-space: pre
}

.dz-card.style-4 .dz-info {
    padding: 10px 0;
    margin-left: 30px;
    position: unset
}

.dz-card.style-4 .dz-info p {
    font-size: 15px;
    margin-bottom: 25px;
    color: #666;
    font-weight: 400
}

.dz-card.style-5 {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    background-color: transparent
}

.dz-card.style-5 .post-date {
    font-size: 50px;
    color: var(--title);
    font-weight: 700;
    line-height: 1.2;
    display: block
}

.dz-card.style-5 .post-date span {
    font-size: 16px;
    color: var(--secondary);
    font-weight: 500
}

.dz-card.style-5 p {
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px
}

.dz-card.style-5 .btn-link {
    float: right;
    font-size: 24px
}

.image-tooltip {
    position: absolute;
    opacity: 1;
    overflow: hidden;
    z-index: 8
}

.image-tooltip img {
    scale: 1.2;
    object-fit: cover;
    opacity: 0;
    border-radius: 10px !important;
    pointer-events: none;
    transition: .5s ease-in-out !important
}

.clients-logo {
    height: 50px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.clients-logo img {
    width: 135px
}

.clients-logo:hover img {
    -webkit-animation: .4s forwards logoUpToDown;
    -moz-animation: .4s forwards logoUpToDown;
    animation: .4s forwards logoUpToDown
}

@keyframes logoUpToDown {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

.service-tags a {
    padding: 10px 25px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    color: #000;
    display: inline-block;
    margin: 9px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.service-tags a:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 5px 15px -5px var(--primary)
}

.dzFormMsg,
.dzSubscribeMsg {
    position: fixed;
    right: 5%;
    bottom: 20px;
    z-index: 99999
}

.dzFormMsg .alert,
.dzSubscribeMsg .alert {
    margin: 0;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1)
}

.calculator-listing .dzFormBmi .dzFormInner {
    position: static;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, .05);
    text-align: center;
    box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
    border-radius: 10px;
    margin: 0
}

.video-box-sec:after {
    content: "";
    background-image: url(../images/background/bg-pattern1.svg);
    position: absolute;
    left: 10px;
    width: 95px;
    bottom: -110px;
    animation: 5s infinite move4;
    height: 230px
}

.schedule-section:after,
.video-box-sec:before {
    background-image: url(../images/background/bg-pattern2.svg);
    width: 43px;
    height: 160px;
    position: absolute;
    content: ""
}

.video-box-sec:before {
    right: 100px;
    animation: 3.5s infinite move4;
    bottom: -35px
}

.schedule-section:after {
    left: 50px;
    animation: 5s infinite move4;
    top: 85px
}

.blog-section:after {
    content: "";
    background-image: url(../images/background/bg-pattern1.svg);
    position: absolute;
    right: 30px;
    top: 50px;
    width: 95px;
    animation: 4.5s infinite move4;
    height: 230px
}

.overlay-content-box:before {
    content: "";
    background-image: url(../images/banner/bnr-3-s2.svg);
    position: absolute;
    transform: rotateX(180deg) translateX(-100%);
    left: -15px;
    width: 40px;
    bottom: 0;
    height: 90px
}

.overlay-section:after {
    content: "";
    background-image: url(../images/background/bg-pattern2.svg);
    position: absolute;
    left: 75px;
    top: 200px;
    width: 43px;
    height: 160px;
    animation: 5s infinite move4
}

@media only screen and (max-width:1800px) {
    .overlay-section:after {
        left: 35px
    }
}

.overlay-section:before {
    content: "";
    background-image: url(../images/background/bg-pattern1.svg);
    position: absolute;
    right: 50px;
    animation: 4s infinite move4;
    top: 65px;
    width: 95px;
    height: 230px
}

@media only screen and (max-width:1199px) {
    .dz-media.height-md {
        height: 220px
    }

    .dz-media.height-lg {
        height: 300px
    }

    .dzFormMsg,
    .dzSubscribeMsg {
        right: 9%;
        bottom: 17px
    }

    .overlay-section:before {
        display: none
    }
}

.split-box>div {
    opacity: 0;
    -webkit-transition: 0s .8s;
    -o-transition: 0s .8s;
    transition: 0s .8s
}

.split-box:after,
.split-box:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.split-box:before {
    background-color: var(--primary);
    z-index: 1;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%)
}

.split-box:after {
    background-color: var(--secondary);
    z-index: 2;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%)
}

.split-box.split-active:after {
    -webkit-animation: 1.2s cubic-bezier(1, 0, .54, .99) .2s forwards split-box-animation;
    animation: 1.2s cubic-bezier(1, 0, .54, .99) .2s forwards split-box-animation
}

.split-box.split-active:before {
    -webkit-animation: 1.5s cubic-bezier(.86, 0, .07, 1) forwards split-box-animation;
    animation: 1.5s cubic-bezier(.86, 0, .07, 1) forwards split-box-animation
}

@-webkit-keyframes split-box-animation {
    0% {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(101%);
        transform: translateX(101%)
    }
}

@keyframes split-box-animation {
    0% {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(101%);
        transform: translateX(101%)
    }
}

.blog-single {
    margin-bottom: 3.75rem
}

.blog-single .dz-post-meta {
    margin-bottom: 1.25rem
}

.blog-single .dz-post-text:after {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.blog-single .dz-post-tags {
    margin-top: 1.25rem
}

.blog-single .dz-social-icon .title {
    margin-right: 18px;
    margin-bottom: 0;
    line-height: 1.35
}

.blog-single.dz-card .post-tags {
    margin-left: -3px;
    margin-right: -3px
}

.blog-single .post-author img {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    margin-right: 10px
}

.dz-post-text .widget_archive li a,
.dz-post-text .widget_categories li a,
.dz-post-text .wp-block-archives-list li a,
.dz-post-text .wp-block-button__link,
.dz-post-text .wp-block-categories-list li a,
.dz-post-text .wp-block-latest-posts li a,
.dz-post-text blockquote a {
    box-shadow: none;
    text-decoration: none
}

.post-header .dz-media img {
    min-height: 250px;
    object-fit: cover;
    width: 100%
}

.post-header .dz-info {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .6) 100%);
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 100px 30px 30px !important;
    width: 100%
}

.post-link-in {
    padding: 15px 50px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.side-bar {
    padding-left: 20px;
    padding-bottom: 1px
}

.side-bar.left {
    padding-left: 0;
    padding-right: 20px
}

.alignnone,
.alignnone.is-resized,
.alignnone.wp-caption,
.alignnoneimg {
    margin: .3125rem 0 1.563rem
}

.aligncenter,
.aligncenter.is-resized,
.aligncenter.wp-caption,
.aligncenterimg {
    display: block;
    margin: .3125rem auto .938rem;
    text-align: center
}

.alignright,
.alignright.is-resized,
.alignright.wp-caption,
.alignrightimg {
    margin: .3125rem 0 1.563rem 1.563rem;
    float: right
}

.alignleft {
    float: left;
    margin: .3125rem 1.563rem 1.563rem 0
}

.alignleft.is-resized,
.alignleft.wp-caption,
.alignleftimg {
    margin: .3125rem 1.563rem 1.563rem 0;
    float: left
}

.wp-caption {
    max-width: 100%;
    text-align: center
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: .813rem;
    line-height: 1.125rem;
    margin: 0;
    padding: .625rem 0;
    text-align: left
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
blockquote,
blockquote.wp-block-pullquote,
blockquote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignright,
blockquote.wp-block-quote {
    padding: 1.25rem 2rem 1.25rem 3rem;
    font-size: .938rem;
    color: var(--title);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.875rem;
    position: relative;
    clear: both;
    font-weight: 600;
    z-index: 1;
    border: 0
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
blockquote cite,
blockquote.wp-block-pullquote cite,
blockquote.wp-block-pullquote.alignleft cite,
blockquote.wp-block-pullquote.alignright cite,
blockquote.wp-block-quote cite {
    font-style: normal;
    position: relative;
    display: block;
    margin-top: -.3125rem;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.3;
    font-size: 1em
}

.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before,
blockquote cite:before,
blockquote.wp-block-pullquote cite:before,
blockquote.wp-block-pullquote.alignleft cite:before,
blockquote.wp-block-pullquote.alignright cite:before,
blockquote.wp-block-quote cite:before {
    content: "";
    margin-right: .625rem;
    width: 15px;
    height: 2px;
    background: var(--primary);
    display: inline-block;
    vertical-align: middle
}

.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:after,
blockquote.wp-block-pullquote.alignleft:after,
blockquote.wp-block-pullquote.alignright:after,
blockquote.wp-block-pullquote:after,
blockquote.wp-block-quote:after,
blockquote:after {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 50px;
    left: 0;
    top: 0;
    background: var(--primary);
    position: absolute;
    box-shadow: 0 0 30px 0 var(--rgba-primary-2)
}

.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before,
blockquote.wp-block-pullquote.alignleft:before,
blockquote.wp-block-pullquote.alignright:before,
blockquote.wp-block-pullquote:before,
blockquote.wp-block-quote:before,
blockquote:before {
    content: "";
    z-index: -1;
    background-size: cover;
    left: 20px;
    background-image: var(--quote);
    background-position: center right;
    width: 90px;
    padding: 0;
    opacity: .1;
    background-repeat: no-repeat;
    height: 90px;
    top: 0;
    position: absolute
}

.wp-block-quote.is-large.wp-block-pullquote.alignleft,
.wp-block-quote.is-style-large.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.wp-block-pullquote.alignleft,
blockquote.wp-block-quote.wp-block-pullquote.alignleft {
    margin: 0 1.563rem 1.563rem 0
}

.wp-block-quote.is-large.wp-block-pullquote.alignright,
.wp-block-quote.is-style-large.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.wp-block-pullquote.alignright,
blockquote.wp-block-quote.wp-block-pullquote.alignright {
    margin: 0 0 1.563rem 1.563rem
}

.wp-block-quote.is-large.style-1,
.wp-block-quote.is-style-large.style-1,
blockquote.style-1,
blockquote.wp-block-pullquote.alignleft.style-1,
blockquote.wp-block-pullquote.alignright.style-1,
blockquote.wp-block-pullquote.style-1,
blockquote.wp-block-quote.style-1 {
    background: #fff;
    color: var(--primary);
    padding: 25px 40px;
    box-shadow: 5px 7px 20px rgba(0, 0, 0, .1)
}

.wp-block-quote.is-large.style-1 p,
.wp-block-quote.is-style-large.style-1 p,
blockquote.style-1 p,
blockquote.wp-block-pullquote.alignleft.style-1 p,
blockquote.wp-block-pullquote.alignright.style-1 p,
blockquote.wp-block-pullquote.style-1 p,
blockquote.wp-block-quote.style-1 p {
    font-size: 24px;
    line-height: 1.5;
    color: var(--title)
}

.wp-block-quote.is-large.style-1:before,
.wp-block-quote.is-style-large.style-1:before,
blockquote.style-1:before,
blockquote.wp-block-pullquote.alignleft.style-1:before,
blockquote.wp-block-pullquote.alignright.style-1:before,
blockquote.wp-block-pullquote.style-1:before,
blockquote.wp-block-quote.style-1:before {
    left: 20px;
    background-size: contain;
    width: 80px;
    top: 0;
    transform: rotate(180deg);
    background-image: var(--quote-2)
}

.wp-block-quote.is-large.style-1 .block-author,
.wp-block-quote.is-style-large.style-1 .block-author,
blockquote.style-1 .block-author,
blockquote.wp-block-pullquote.alignleft.style-1 .block-author,
blockquote.wp-block-pullquote.alignright.style-1 .block-author,
blockquote.wp-block-pullquote.style-1 .block-author,
blockquote.wp-block-quote.style-1 .block-author {
    padding-left: 40px;
    position: relative;
    margin-top: 10px
}

.wp-block-quote.is-large.style-1 .block-author:after,
.wp-block-quote.is-style-large.style-1 .block-author:after,
blockquote.style-1 .block-author:after,
blockquote.wp-block-pullquote.alignleft.style-1 .block-author:after,
blockquote.wp-block-pullquote.alignright.style-1 .block-author:after,
blockquote.wp-block-pullquote.style-1 .block-author:after,
blockquote.wp-block-quote.style-1 .block-author:after {
    content: "";
    width: 35px;
    height: 2px;
    left: 0;
    top: 50%;
    background: var(--primary);
    position: absolute;
    box-shadow: 0 0 30px 0 var(--rgba-primary-2)
}

blockquote.wp-block-pullquote:not(.is-style-solid-color) {
    background: #5608e0
}

.wp-caption-text {
    font-size: .875rem;
    line-height: 1.3
}

.dz-card.blog-single .dz-post-text blockquote p,
.dz-page-text blockquote p,
blockquote p {
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--title);
    margin-bottom: 1rem;
    font-weight: 600;
    font-style: italic
}

.dz-page-text {
    padding-bottom: 30px !important
}

.dz-card.blog-single .dz-post-text blockquote.style-1 p,
.dz-page-text blockquote.style-1 p,
blockquote.style-1 p {
    margin-bottom: 1.5rem
}

.dz-page-text,
.dz-page-text+#comment-list,
.dz-page-text+#comment-list+.paginate-links,
.min-container {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .938rem;
    padding-right: .938rem
}

.dz-card.blog-single.sidebar+#comment-list {
    padding: 0;
    max-width: 100%
}

.max-container {
    max-width: 93.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.4375rem;
    padding-right: 3.4375rem
}

.dz-page-text.sidebar {
    width: 100%;
    padding: 0;
    max-width: 100%
}

.dz-card.blog-single .dz-post-text>.wp-block-gallery,
.dz-card.blog-single .dz-post-text>ol,
.dz-card.blog-single .dz-post-text>ul,
.dz-page-text>.wp-block-gallery,
.dz-page-text>ol,
.dz-page-text>ul {
    list-style: none;
    margin-bottom: 1.875rem
}

.dz-card.blog-single .dz-post-text.text>ol,
.dz-card.blog-single .dz-post-text.text>ul,
.dz-card.blog-single .dz-post-text>ol,
.dz-card.blog-single .dz-post-text>ul,
.dz-page-text>ol,
.dz-page-text>ul {
    padding-left: 1.25rem
}

.dz-card.blog-single .dz-post-text.text>ol ol,
.dz-card.blog-single .dz-post-text.text>ol ul,
.dz-card.blog-single .dz-post-text.text>ul ol,
.dz-card.blog-single .dz-post-text.text>ul ul,
.dz-card.blog-single .dz-post-text>ol ol,
.dz-card.blog-single .dz-post-text>ol ul,
.dz-card.blog-single .dz-post-text>ul ol,
.dz-card.blog-single .dz-post-text>ul ul,
.dz-page-text>ol ol,
.dz-page-text>ol ul,
.dz-page-text>ul ol,
.dz-page-text>ul ul {
    padding-left: 1.563rem
}

.dz-card.blog-single .dz-post-text.text>ol li,
.dz-card.blog-single .dz-post-text.text>ul li,
.dz-card.blog-single .dz-post-text>ol li,
.dz-card.blog-single .dz-post-text>ul li,
.dz-page-text>ol li,
.dz-page-text>ul li {
    padding: .5rem;
    position: relative;
    list-style: inherit
}

.dz-card.blog-single .dz-post-text.text>.wp-block-gallery,
.dz-card.blog-single .dz-post-text>.wp-block-gallery,
.dz-page-text>.wp-block-gallery {
    padding: 0;
    list-style: none
}

.dz-card.blog-single .dz-post-text.text>.wp-block-gallery li,
.dz-card.blog-single .dz-post-text>.wp-block-gallery li,
.dz-page-text>.wp-block-gallery li {
    padding: 0;
    list-style: none;
    margin: .25rem
}

.content-spacious-full .wp-block-gallery {
    margin-left: calc(-12.5rem - (.313rem/2));
    margin-right: calc(-12.5rem - (.313rem/2));
    width: calc(100% + 25rem + .313rem);
    max-width: initial
}

.alignfull,
.alignwide {
    margin-left: calc(-6.25rem - (.313rem/2));
    margin-right: calc(-6.25rem - (.313rem/2));
    width: calc(100% + 12.5rem + .313rem);
    max-width: initial
}

.alignfull,
.alignfullwide {
    margin-left: calc(50% - 50vw - (var(--content-share-ml, 0px)/ 2));
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box
}

.dz-page-text .h1,
.dz-page-text .h2,
.dz-page-text .h3,
.dz-page-text h1,
.dz-page-text h2,
.dz-page-text h3,
.dz-post-text .h1,
.dz-post-text .h2,
.dz-post-text .h3,
.dz-post-text h1,
.dz-post-text h2,
.dz-post-text h3,
.thm-unit-test .dz-post-text .h1,
.thm-unit-test .dz-post-text .h2,
.thm-unit-test .dz-post-text .h3,
.thm-unit-test .dz-post-text h1,
.thm-unit-test .dz-post-text h2,
.thm-unit-test .dz-post-text h3 {
    margin-bottom: 1rem;
    font-weight: 700
}

.dz-page-text .h4,
.dz-page-text .wp-block-search .wp-block-search__label,
.dz-page-text h4,
.dz-post-text .h4,
.dz-post-text .wp-block-search .wp-block-search__label,
.dz-post-text h4,
.thm-unit-test .dz-post-text .h4,
.thm-unit-test .dz-post-text .wp-block-search .wp-block-search__label,
.thm-unit-test .dz-post-text h4,
.wp-block-search .dz-page-text .wp-block-search__label,
.wp-block-search .dz-post-text .wp-block-search__label,
.wp-block-search .thm-unit-test .dz-post-text .wp-block-search__label {
    margin-bottom: .75rem;
    font-weight: 600
}

.dz-page-text .h5,
.dz-page-text h5,
.dz-post-text .h5,
.dz-post-text h5,
.thm-unit-test .dz-post-text .h5,
.thm-unit-test .dz-post-text h5 {
    margin-bottom: .75rem
}

.dz-page-text .h6,
.dz-page-text h6,
.dz-post-text .h6,
.dz-post-text h6,
.thm-unit-test .dz-post-text .h6,
.thm-unit-test .dz-post-text h6 {
    margin-bottom: .625rem
}

.wp-block-code,
pre,
pre.wp-block-code {
    margin: 0 0 1.563rem;
    padding: 1.25rem;
    color: #212326;
    background-color: #ededed;
    white-space: pre;
    font-size: .938rem;
    border-radius: .1875rem;
    border: 1px solid rgba(0, 0, 0, .1)
}

.dz-card.blog-single .dz-card.blog-single .dz-post-text p:not(.has-text-color):not(.has-text-align-center):not(.has-text-align-left):not(.has-text-align-right),
.dz-card.blog-single .dz-post-text,
.dz-card.blog-single .dz-post-text ol li,
.dz-card.blog-single .dz-post-text ul li,
.dz-page-text,
.dz-page-text ol li,
.dz-page-text ul li {
    font-size: 1rem;
    line-height: 1.7
}

.wp-block-quote.has-text-align-right {
    border-right: 0
}

.dz-card.blog-single .dz-post-text ol>li:before,
.dz-card.blog-single .dz-post-text ul>li:before,
.dz-page-text ol>li:before,
.dz-page-text ul>li:before {
    content: "";
    display: inline-block;
    width: .375rem;
    height: .375rem;
    background: #151f37;
    left: -.938rem;
    position: absolute;
    top: 1.063rem;
    border-radius: 4px
}

.dz-card.blog-single .dz-post-text p,
.dz-page-text p {
    margin-bottom: 1.65rem
}

.paginate-links {
    display: flex;
    align-items: center;
    margin: 1.5rem 0 4rem
}

.paginate-links>a,
.paginate-links>span {
    margin: 0 0 0 .625rem;
    position: relative;
    border: 0 solid #6cc000;
    color: #777;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 50px;
    min-width: 50px;
    height: 50px;
    text-align: center;
    text-transform: capitalize;
    transition: .5s;
    background: #f3f4f6;
    border-radius: var(--border-radius-base)
}

.paginate-links .current {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 5px 12px var(--rgba-primary-4)
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1rem 1rem 0;
    position: relative;
    width: calc(50% - .5rem)
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    height: 100%;
    margin: 0
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent);
    bottom: 0;
    color: #fff;
    font-size: .813rem;
    max-height: 100%;
    overflow: auto;
    padding: 2.5rem .625rem .3125rem;
    position: absolute;
    text-align: center;
    width: 100%
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

@supports (position:-webkit-sticky) or (position:sticky) {

    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        align-items: flex-end;
        display: flex;
        justify-content: flex-start
    }

    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }

    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        -o-object-fit: cover;
        flex: 1;
        height: 100%;
        object-fit: cover
    }
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media only screen and (max-width:64rem) {
    .alignwide {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
        max-width: 100% !important
    }

    .alignwide .alignleft img {
        width: 100%
    }

    .alignwide .alignleft {
        margin: .3125rem 0 1.563rem;
        float: none
    }
}

@media (min-width:37.5rem) {

    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 1rem;
        width: calc(33.33333% - .666rem)
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 1rem;
        width: calc(25% - .75rem)
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 1rem;
        width: calc(20% - .8rem)
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 1rem;
        width: calc(16.66667% - .833rem)
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 1rem;
        width: calc(14.28571% - .857rem)
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 1rem;
        width: calc(12.5% - .875rem)
    }

    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.wp-block-image img {
    border-radius: .625rem
}

.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-image {
    margin-bottom: 1.875rem;
    margin-top: 1.875rem
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 19.0625rem;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}

.blog-overlap {
    background: #fff;
    margin-top: -8.75rem;
    padding: 1.25rem 1.25rem 0;
    border-radius: .25rem .25rem 0 0
}

.blog-single.dz-card.sidebar {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.dz-page-text table,
.dz-post-text table,
.wp-block-table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    font-size: 1rem;
    margin-bottom: 1.875rem
}

.dz-page-text figcaption,
.dz-post-text figcaption,
.wp-block-image figcaption {
    font-size: .875rem;
    font-family: Poppins, sans-serif;
    font-style: normal;
    margin-top: .625rem
}

.dz-page-text table tbody tr:nth-of-type(odd),
.dz-post-text table tbody tr:nth-of-type(odd),
.wp-block-table tbody tr:nth-of-type(odd) {
    background-color: #fafafa
}

.dz-page-text td,
.dz-page-text th,
.dz-post-text td,
.dz-post-text th,
.wp-block-table td,
.wp-block-table th {
    padding: .625rem .938rem;
    border: .0625rem solid #e4e4e4;
    border-right: 0;
    border-left: 0
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0 1.875rem
}

.wp-block-pullquote {
    padding: 1em 0;
    border-top: 0;
    border-bottom: 0
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    padding: 0;
    border-top: 0;
    border-bottom: 0
}

.dz-page-text .bootstrap-select .dropdown-menu li a,
.dz-post-text .bootstrap-select .dropdown-menu li a {
    box-shadow: none;
    font-size: .875rem;
    font-family: Poppins, sans-serif
}

.dz-post-text .wp-block-calendar a {
    box-shadow: none !important;
    text-decoration: unset
}

.wp-block-archives,
.wp-block-calendar,
.wp-block-categories,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-search {
    margin-bottom: 2.5rem
}

.admin-bar .is-fixed .main-bar {
    top: 1.875rem
}

.post-password-form input[type=submit]:hover {
    background-color: var(--primary);
    background: var(--primary-hover)
}

.wp-block-search .wp-block-search__button {
    background: var(--primary);
    border: 0;
    color: #fff;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: .625rem 1.563rem;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s
}

.wp-block-search .wp-block-search__input {
    border: .0625rem solid #e1e6eb;
    height: 2.8125rem;
    padding: .625rem 1.25rem;
    font-size: .875rem;
    outline: 0
}

.wp-block-tag-cloud a {
    position: relative;
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 10px 20px;
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 14px;
    color: inherit;
    line-height: 1.4;
    border-radius: var(--border-radius-base)
}

.wp-block-tag-cloud a:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 3.4375rem
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments img+article .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 4.375rem
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    color: inherit;
    font-size: 1.063rem;
    line-height: 1.7;
    margin-bottom: 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
    color: inherit;
    box-shadow: none;
    text-decoration: none
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
    display: block;
    width: 100%;
    color: #9fa1a4;
    font-size: .813rem;
    font-weight: 400
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin-bottom: .625rem !important
}

.wp-block-latest-comments li {
    padding: 0 0 .625rem !important;
    border-bottom: .0625rem solid #eee;
    margin-bottom: .625rem
}

.wp-block-rss .wp-block-rss__item {
    padding: .3125rem 0 !important;
    border-bottom: .0625rem solid #eee
}

.wp-block-rss .wp-block-rss__item:before {
    content: none !important
}

.wp-block-rss .wp-block-rss__item a {
    font-family: Poppins, sans-serif;
    font-size: 1.125rem;
    box-shadow: unset !important;
    font-weight: 600;
    color: var(--title);
    text-decoration: none
}

@media only screen and (max-width:75rem) {

    .dz-card.blog-single .dz-post-text .wp-block-gallery,
    .dz-page-text .wp-block-gallery {
        margin-left: calc(-6.25rem - (.625rem/2));
        margin-right: calc(-6.25rem - (.625rem/2));
        width: calc(100% + 12.5rem + .625rem)
    }
}

@media only screen and (max-width:61.9375rem) {
    .admin-bar .mo-left .header-nav {
        top: 1.875rem;
        height: calc(100vh - 1.875rem) !important
    }

    .dz-card.blog-single .dz-post-text .wp-block-gallery,
    .dz-page-text .wp-block-gallery {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    .dz-card.blog-single .dz-post-text,
    .dz-card.blog-single .dz-post-text ol li,
    .dz-card.blog-single .dz-post-text p,
    .dz-card.blog-single .dz-post-text ul li,
    .dz-page-text,
    .dz-page-text ol li,
    .dz-page-text p,
    .dz-page-text ul li {
        font-size: 1rem
    }
}

@media only screen and (max-width:61.9375rem) and (max-width:575px) {

    .dz-card.blog-single .dz-post-text,
    .dz-card.blog-single .dz-post-text ol li,
    .dz-card.blog-single .dz-post-text p,
    .dz-card.blog-single .dz-post-text ul li,
    .dz-page-text,
    .dz-page-text ol li,
    .dz-page-text p,
    .dz-page-text ul li {
        font-size: .875rem
    }
}

@media only screen and (max-width:48.875rem) {
    .admin-bar .is-fixed .main-bar {
        top: 2.8125rem
    }

    .admin-bar .mo-left .header-nav {
        top: 2.8125rem;
        height: calc(100vh - 2.812rem) !important
    }

    .wp-block-media-text {
        display: block
    }

    .wp-block-media-text .wp-block-media-text__media {
        margin-bottom: .938rem
    }

    .wp-block-media-text .wp-block-media-text__content {
        padding: 0
    }
}

@media only screen and (max-width:37.5rem) {
    .admin-bar .is-fixed .main-bar {
        top: 0
    }

    .admin-bar .mo-left .header-nav {
        top: 2.8125rem;
        height: calc(100vh - 2.812rem) !important
    }

    .admin-bar .mo-left .is-fixed .header-nav {
        top: 0;
        height: 100vh !important
    }
}

.post-footer {
    border-top: .0625rem solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .938rem 0 0
}

.post-footer .dz-meta .tag-list {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize;
    display: inline
}

.post-footer .dz-meta ul li {
    margin-right: .3125rem;
    padding: 0;
    display: inline-block;
    color: #333;
    font-weight: 500;
    font-size: .938rem;
    font-style: italic
}

.post-footer .post-tag a {
    text-transform: capitalize;
    font-size: .938rem;
    color: #999;
    background: 0 0;
    padding: 0;
    border: 0;
    line-height: .875rem;
    font-weight: 500
}

.share-post a {
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 2.1875rem;
    border: .0625rem solid #eee;
    display: block;
    text-align: center;
    line-height: 2.0625rem;
    color: #151f37
}

@media only screen and (max-width:991px) {
    .icon-bx-wraper.style-2 .icon-content .dz-title {
        font-size: 34px
    }

    .icon-bx-wraper.style-8 {
        padding: 30px
    }

    .yoga-media {
        width: 430px;
        height: 520px
    }

    .dz-card.style-1 .dz-info p {
        margin-bottom: 20px
    }

    .dz-card.style-5 .post-date {
        margin-bottom: 10px !important
    }

    .dz-card.style-5 .dz-title {
        margin-bottom: 10px
    }

    .dz-card.style-5 p {
        font-size: 14px;
        padding: 0
    }

    .dz-card.style-5 .btn-link {
        float: unset;
        margin-top: 10px;
        display: inline-block
    }

    .side-bar {
        padding-left: 0;
        padding-right: 0
    }

    .side-bar.left {
        padding-right: 0;
        padding-left: 0
    }

    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large,
    blockquote,
    blockquote.wp-block-pullquote,
    blockquote.wp-block-pullquote.alignleft,
    blockquote.wp-block-pullquote.alignright,
    blockquote.wp-block-quote {
        padding: 1.25rem 1.25rem .938rem;
        font-size: .813rem
    }

    .dz-card.blog-single .dz-post-text blockquote p,
    .dz-page-text blockquote p,
    blockquote p {
        font-size: 1.125rem
    }

    .default-form {
        margin-bottom: 40px
    }

    .side-bar.sticky-top {
        position: unset
    }
}

.comments-area .comment-list {
    margin-bottom: 60px;
    padding: 0
}

.comments-area .comment-list .default-form {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
}

.comments-area .comment-list .default-form .small,
.comments-area .comment-list .default-form small {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px
}

.comments-area .comment-list .default-form .small a,
.comments-area .comment-list .default-form small a {
    color: #e10000
}

.comments-area .comment-list .dz-page-text {
    padding-bottom: 0 !important;
    margin: 0
}

.comments-area .comment-list>.comment .comment-body {
    position: relative;
    padding-left: 120px;
    margin-bottom: 30px;
    min-height: 95px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 25px
}

.comments-area .comment-list>.comment .comment-body .comment-author .avatar {
    position: absolute;
    left: 0;
    height: 100px;
    width: 100px;
    border-radius: var(--border-radius-base)
}

.comments-area .comment-list>.comment .comment-body .comment-author .fn {
    font-size: 18px;
    line-height: 1.2;
    color: var(--title);
    font-weight: 600;
    font-style: normal;
    margin-bottom: 8px;
    display: block;
    font-family: var(--font-family-title)
}

.comments-area .comment-list>.comment .comment-body .reply .comment-reply-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary);
    display: inline-block;
    line-height: 1.3;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.comments-area .comment-list>.comment .children {
    padding-left: 120px
}

.comment-respond .small,
.comment-respond small {
    font-size: 14px;
    margin-left: 7px
}

.comment-respond .small a,
.comment-respond small a {
    color: #ef060f
}

.comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.comment-respond .comment-form p {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%
}

.comment-respond .comment-form p textarea,
.comment-respond .comment-form p.comment-form-author input,
.comment-respond .comment-form p.comment-form-email input,
.comment-respond .comment-form p.comment-form-url input {
    height: 60px;
    border: 1px solid #f3f4f6;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    background: #f3f4f6;
    width: 100%;
    border-radius: 10px
}

.comment-respond .comment-form p textarea:active,
.comment-respond .comment-form p textarea:focus,
.comment-respond .comment-form p.comment-form-author input:active,
.comment-respond .comment-form p.comment-form-author input:focus,
.comment-respond .comment-form p.comment-form-email input:active,
.comment-respond .comment-form p.comment-form-email input:focus,
.comment-respond .comment-form p.comment-form-url input:active,
.comment-respond .comment-form p.comment-form-url input:focus {
    background: #fff;
    border-color: var(--primary)
}

.comment-respond .comment-form .comment-form-comment {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.dz-page-text [class*=galleryid-],
.dz-post-text [class*=galleryid-] {
    clear: both;
    margin: 0 auto;
    overflow: hidden
}

.gallery .gallery-item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: .3125rem;
    position: relative;
    box-sizing: border-box
}

.gallery .gallery-item img {
    float: left;
    padding: 0;
    width: 100%;
    border: none !important
}

.gallery .gallery-caption {
    font-size: .813rem;
    color: #707070;
    display: block;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.5;
    padding: .5em 0;
    clear: both
}

.schedule-table .event .event-tag,
.schedule-table .event-time,
.schedule-table table thead th {
    font-family: var(--font-family-title);
    font-family: var(--font-family-title)
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.post-password-form {
    position: relative;
    clear: both
}

.post-password-form label {
    display: block;
    font-size: 1rem
}

.post-password-form input[type=password] {
    width: 100%;
    border: .0625rem solid #ced4da;
    padding: .625rem 6.25rem .625rem .938rem;
    height: 2.8125rem
}

.post-password-form input[type=submit] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: .625rem 1.25rem;
    background: var(--primary);
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    outline: 0;
    height: 2.8125rem
}

.blog-post-banner {
    min-height: 300px;
    padding-top: 70px;
    padding-bottom: 70px
}

.blog-post-banner .dz-title {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px
}

.blog-post-banner .dz-meta ul {
    display: flex;
    opacity: .7
}

.post-outside {
    margin-top: -120px
}

.single-post .main-bar {
    border-bottom: 1px solid #eee
}

.dz-load-more i:before,
.loadmore-btn i:before {
    -webkit-animation: unset !important;
    -moz-animation: unset !important;
    animation: unset !important
}

.dz-share-post {
    border-top: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0
}

.dz-share-post .post-tags a {
    position: relative;
    border: 1px solid;
    padding: 3px 10px;
    display: inline-block;
    margin: 3px;
    font-size: 13px;
    color: inherit;
    line-height: 1.4;
    border-color: var(--primary);
    border-radius: 6px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.post-swiper .btn-next,
.post-swiper .btn-prev,
.post-swiper .next-post-swiper-btn,
.post-swiper .next-service-swiper-btn,
.post-swiper .prev-post-swiper-btn,
.post-swiper .prev-service-swiper-btn,
.post-swiper-thumb .btn-next,
.post-swiper-thumb .btn-prev,
.post-swiper-thumb .next-post-swiper-btn,
.post-swiper-thumb .next-service-swiper-btn,
.post-swiper-thumb .prev-post-swiper-btn,
.post-swiper-thumb .prev-service-swiper-btn,
.service-swiper .btn-next,
.service-swiper .btn-prev,
.service-swiper .next-post-swiper-btn,
.service-swiper .next-service-swiper-btn,
.service-swiper .prev-post-swiper-btn,
.service-swiper .prev-service-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) skewX(-10deg);
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 0;
    text-align: center;
    font-size: 20px;
    background-color: #fff;
    color: var(--primary);
    z-index: 1;
    margin: 0 10px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.post-swiper .btn-next i,
.post-swiper .btn-prev i,
.post-swiper .next-post-swiper-btn i,
.post-swiper .next-service-swiper-btn i,
.post-swiper .prev-post-swiper-btn i,
.post-swiper .prev-service-swiper-btn i,
.post-swiper-thumb .btn-next i,
.post-swiper-thumb .btn-prev i,
.post-swiper-thumb .next-post-swiper-btn i,
.post-swiper-thumb .next-service-swiper-btn i,
.post-swiper-thumb .prev-post-swiper-btn i,
.post-swiper-thumb .prev-service-swiper-btn i,
.service-swiper .btn-next i,
.service-swiper .btn-prev i,
.service-swiper .next-post-swiper-btn i,
.service-swiper .next-service-swiper-btn i,
.service-swiper .prev-post-swiper-btn i,
.service-swiper .prev-service-swiper-btn i {
    transform: skewX(10deg)
}

.blog-single .dz-media+.dz-info {
    padding: 30px 0 0
}

.author-box {
    padding: 35px;
    background: #f3f4f6;
    border-radius: var(--border-radius);
    margin-bottom: 60px
}

.author-box .author-profile-info .author-profile-pic {
    width: 150px;
    height: 150px;
    overflow: hidden;
    min-width: 150px
}

.author-box .author-profile-info .author-profile-content ul {
    padding: 0;
    margin: 0 5px 0 0;
    display: table;
    float: left
}

.author-box .author-profile-info .author-profile-content ul li {
    padding: 0;
    margin: 0 10px 0 0;
    float: left
}

.author-box .author-profile-info .author-profile-content ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: var(--primary);
    color: #fff;
    vertical-align: middle;
    display: block;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    border-radius: var(--border-radius-sm)
}

.author-box .author-profile-info .author-profile-content ul li a:hover {
    background: var(--primary-hover)
}

#comment-list:empty+.paginate-links {
    margin-top: -30px
}

.bypostauthor {
    font-size: normal
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.alignfull:not(.has-background) .wp-block-columns,
.wp-block-columns.alignfull {
    padding-left: 1rem;
    padding-right: 1rem
}

.error-page {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    min-height: 700px;
    background: var(--gradient2)
}

.error-page .inner-content {
    padding-top: 150px;
    position: relative;
    z-index: 9
}

.error-page .error-head {
    font-size: 32px;
    font-weight: 500;
    margin: -35px auto 40px;
    max-width: 600px
}

@media only screen and (max-width:1480px) {

    .blog-section:after,
    .overlay-section:after {
        display: none
    }

    .error-page {
        min-height: 650px
    }

    .error-page .error-head {
        font-size: 24px;
        margin-top: -30px;
        margin-bottom: 30px;
        max-width: 540px;
        line-height: 1.4
    }
}

.error-image {
    width: 500px;
    margin: auto
}

.login-account {
    padding: 40px;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.login-account .account-info-area {
    background-color: var(--rgba-primary-3);
    border-radius: 2.5rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: calc(100vh - 258px);
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width:1024px) {
    .testimonial-7 {
        padding: 30px
    }

    .testimonial-7 .testimonial-info .details .testimonial-name {
        font-size: 18px
    }

    .testimonial-7 .testimonial-info .details .testimonial-position {
        font-size: 14px
    }

    .testimonial-7 .testimonial-info .testimonial-pic {
        width: 80px;
        height: 80px
    }

    .testimonial-7 .testimonial-info {
        margin-bottom: 16px
    }

    .icon-bx-wraper.style-3,
    .icon-bx-wraper.style-4 {
        padding: 15px
    }

    .icon-bx-wraper.style-3 .icon-bx .icon-cell,
    .icon-bx-wraper.style-5 .icon-bx .icon-cell {
        width: 40px;
        height: 40px
    }

    .icon-bx-wraper.style-3 .icon-content .dz-title,
    .icon-bx-wraper.style-3 .icon-content .dz-title a {
        font-size: 23px
    }

    .icon-bx-wraper.style-3 .icon-content p {
        font-size: 15px
    }

    .icon-bx-wraper.style-4 .icon-bx {
        width: 70px;
        height: 70px;
        line-height: 70px
    }

    .icon-bx-wraper.style-5 {
        padding: 20px
    }

    .dz-card.style-1 .dz-info .dz-meta ul li {
        margin-right: 6px
    }

    .login-account .account-info-area {
        min-height: 570px
    }
}

@media only screen and (max-width:991px) {

    .error-page,
    .login-account .account-info-area {
        min-height: 500px
    }

    .error-page .inner-content {
        padding-top: 100px
    }
}

.login-account .account-info-area .login-bg {
    transform: scale(1.3) translateX(-5%)
}

.login-account .account-info-area .text {
    max-width: 420px;
    margin: 0 auto;
    color: #221b1b
}

.login-account .account-info-area .login-content {
    text-align: center;
    padding: 120px 5px 120px 55px
}

.login-account .account-info-area .login-content .title {
    color: var(--title);
    font-size: 70px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1.4rem;
    margin-top: 0
}

.login-account .account-info-area .login-content .sub-title {
    font-size: 28px;
    color: var(--secondary);
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.35;
    padding: 0 4px
}

@media only screen and (max-width:1320px) {
    .main-bnr-five .num-pagination {
        right: 12px
    }

    .login-account .account-info-area .login-content {
        padding: 120px 5px 120px 35px
    }
}

@media only screen and (max-width:1480px) {
    .login-account .account-info-area .login-content .title {
        font-size: 50px
    }

    .login-account .account-info-area .login-content .sub-title {
        font-size: 20px
    }
}

@media only screen and (max-width:1024px) {
    .login-account .account-info-area .login-bg {
        transform: scale(1.8) translateX(-7%)
    }

    .login-account .account-info-area .login-content {
        padding: 120px 5px
    }
}

@media only screen and (max-width:991px) {
    .login-account .account-info-area .login-content {
        padding: 120px 70px 120px 0
    }

    .login-account .account-info-area .login-content .title {
        font-size: 45px
    }

    .login-account .account-info-area .login-content .sub-title {
        font-size: 25px
    }
}

.login-account .login-form {
    padding: 0 50px;
    max-width: 800px;
    margin: 0 auto
}

@media only screen and (max-width:1680px) {
    .testimonial-wrapper7 .small-wave {
        top: 30%
    }

    .overlay-section:after,
    .schedule-section:after {
        left: 10px
    }

    .blog-section:after {
        right: 10px
    }

    .login-account .login-form {
        padding: 0 30px
    }
}

.login-account .login-form .login-head {
    text-align: center;
    margin-bottom: 2rem
}

.login-account .login-form .login-head .title {
    font-size: 29px
}

.login-account .login-form .login-title {
    text-align: center;
    position: relative;
    margin-bottom: 48px;
    z-index: 1;
    display: flex;
    align-items: center
}

.login-account .login-form .login-title:after,
.login-account .login-form .login-title:before {
    content: "";
    height: 1px;
    flex: 1 1;
    left: 0;
    background-color: #e1e1f0;
    top: 50%;
    z-index: -1;
    margin: 0;
    padding: 0
}

.login-account .login-form .login-title span {
    padding: 0 18px
}

.login-account .login-form .secure-input .show-pass {
    cursor: pointer;
    position: absolute;
    right: 0;
    height: auto;
    width: 40px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px
}

.login-account .login-form .secure-input .show-pass:after {
    content: "";
    height: 2px;
    width: 24px;
    background-color: #777;
    position: absolute;
    border-radius: 5px;
    transform: rotate(15deg);
    opacity: 0
}

.schedule-table table td,
.schedule-table table tr {
    border: 1px solid var(--rgba-primary-2)
}

.schedule-table table thead tr {
    border: none
}

.schedule-table table thead th {
    background: var(--primary);
    color: #fff;
    height: 65px;
    font-weight: 400;
    letter-spacing: 2px;
    background: var(--secondary);
    font-size: 18px
}

.privacy-info .privacy-content ul li .text-title,
.privacy-list ul li a {
    color: var(--title);
    font-weight: 500
}

.schedule-table table td {
    width: 12.5%;
    vertical-align: middle;
    background: 0 0;
    position: relative
}

.table-responsive {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.table-responsive .table-responsive-md {
    min-width: 70rem !important
}

.table-responsive .table-responsive-sm {
    min-width: 50rem !important
}

.event-time {
    letter-spacing: 1px;
    background-color: #fff;
    color: #222;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .7) !important;
    border-top: 1px solid rgba(0, 0, 0, .7) !important
}

.event {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    position: absolute
}

.event .event-tag,
.event:before {
    opacity: 0;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    position: absolute;
    width: 100%;
    left: 0
}

.event:before {
    content: '';
    top: 100%;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 150px solid transparent;
    border-top: 10px solid var(--primary);
    clear: both;
    transition: .5s
}

.event .event-tag {
    top: 0;
    transform: translateY(-100%);
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 4px 0;
    transition: .5s
}

.event .subtitle {
    display: inline-block;
    font-size: 14px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.event .title {
    display: block;
    font-weight: 500
}

.event:hover {
    background: var(--rgba-primary-2)
}

.schedule-table {
    box-shadow: 0 25px 60px rgba(66, 11, 0, .15);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(33, 33, 33, .2);
    position: relative
}

@media only screen and (max-width:1480px) {
    .login-account .login-form {
        padding: 0 15px
    }

    .schedule-table {
        overflow-x: scroll;
        overflow-y: hidden
    }
}

.schedule-table table {
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 10px
}

.schedule-table table td {
    padding: 0;
    height: 60px;
    border: 1px solid rgba(33, 33, 33, .2)
}

.schedule-table .event:before {
    top: 0;
    width: 10px;
    transform: translateX(-100%);
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-top: 16px solid var(--primary)
}

.schedule-table .event .title {
    color: #000;
    line-height: 1
}

.schedule-table .event .event-tag {
    color: #fff;
    letter-spacing: 1px
}

.schedule-table .event-time {
    font-size: 16px;
    border-bottom: 1px solid rgba(33, 33, 33, .2) !important;
    border-top: 1px solid rgba(33, 33, 33, .2) !important
}

.coming-wrapper {
    position: relative;
    z-index: 1;
    background: var(--gradient2);
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.coming-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 28%;
    left: 0;
    background-image: url(../images/pattern/cloud.svg);
    width: 100%;
    height: 175px;
    background-repeat: repeat-x
}

.coming-wrapper .bg-image {
    margin-bottom: -1px;
    position: absolute;
    bottom: 100%;
    z-index: 12;
    left: 0;
    width: 100%
}

.coming-wrapper .inner-content {
    padding: 50px;
    width: 100%;
    min-height: 750px
}

.coming-wrapper .inner-content .middle-area {
    margin-top: 120px;
    margin-bottom: 120px
}

.coming-wrapper .inner-content .middle-area .left-txt {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    font-family: Poppins;
    margin-bottom: 30px;
    position: relative;
    z-index: 99
}

@media only screen and (max-width:1024px) {
    .login-account .login-form {
        padding: 20px
    }

    .login-account .login-form .login-head .title {
        font-size: 23px
    }

    .schedule-table table thead th {
        font-size: 16px
    }

    .schedule-table .event-time {
        font-size: 15px
    }

    .coming-wrapper .inner-content .middle-area .left-txt {
        font-size: 30px
    }
}

.coming-wrapper .inner-content .middle-area .countdown-row {
    position: relative;
    z-index: 12
}

.coming-wrapper .inner-content .middle-area .countdown-row .coming-logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 165px
}

.coming-wrapper .inner-content .middle-area .countdown-row .countdown {
    display: flex;
    vertical-align: middle;
    position: relative;
    z-index: 12
}

.coming-wrapper .inner-content .middle-area .countdown-row .countdown .date {
    display: grid;
    margin-right: 125px
}

.coming-wrapper .inner-content .middle-area .countdown-row .countdown .date .time {
    font-size: 72px;
    vertical-align: middle;
    color: #2f2f2f;
    font-weight: 600;
    width: 83px;
    height: 84px;
    line-height: 84px
}

.coming-wrapper .inner-content .middle-area .countdown-row .countdown .date .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    font-family: Poppins;
    color: #939393;
    text-transform: uppercase;
    margin-left: 5px
}

@media only screen and (max-width:1680px) {
    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date .time {
        width: 80px;
        font-size: 60px
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date {
        margin-right: 100px
    }
}

@media only screen and (max-width:1320px) {
    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date {
        margin-right: 100px
    }
}

@media only screen and (max-width:1280px) {
    .icon-bx-wraper.style-2 .icon-bx i {
        font-size: 55px
    }

    .pad-m {
        margin-top: 0
    }

    .schedule-section .section-head .title {
        line-height: 1.3 !important
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date {
        margin-right: 90px
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date .time {
        line-height: 55px;
        height: 55px
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date .text {
        font-size: 16px
    }
}

@media only screen and (max-width:1024px) {
    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date {
        margin-right: 65px
    }
}

@media only screen and (max-width:991px) {
    .coming-wrapper .inner-content {
        padding: 30px;
        min-height: 650px
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date {
        margin-right: 65px
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date .time {
        font-size: 53px;
        line-height: 45px;
        height: 45px
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date .text {
        font-size: 15px
    }
}

.coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder {
    position: absolute;
    transform-origin: center center;
    top: 0;
    pointer-events: none;
    height: 1470px;
    width: 1470px;
    border-radius: 50%;
    transform: translate(-51.5%, -46.5%)
}

@media only screen and (max-width:1680px) {
    .coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder {
        height: 1280px;
        width: 1280px
    }
}

@media only screen and (max-width:1280px) {
    .coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder {
        left: -38px;
        top: -14px
    }
}

@media only screen and (max-width:1024px) {
    .coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder {
        left: -116px
    }
}

@media only screen and (max-width:991px) {
    .coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder {
        left: -74px;
        top: -13px;
        height: 1200px;
        width: 1200px
    }

    .coming-wrapper .coming-soon-footer {
        text-align: center;
        padding-top: 30px
    }

    .coming-wrapper .coming-soon-footer .container-fluid,
    .coming-wrapper .coming-soon-footer .container-lg,
    .coming-wrapper .coming-soon-footer .container-md,
    .coming-wrapper .coming-soon-footer .container-sm,
    .coming-wrapper .coming-soon-footer .container-xl {
        padding-left: 30px;
        padding-right: 30px
    }

    .coming-wrapper .coming-soon-footer .row {
        flex-direction: column-reverse
    }

    .coming-wrapper .coming-soon-footer .copyright-text {
        margin-top: 15px;
        display: block
    }
}

@media only screen and (max-width:768px) {
    .main-bnr-five .num-pagination .swiper-pagination .swiper-pagination-bullet {
        padding: 20px 8px;
        margin: 6px 0
    }

    .calculator-listing .dzFormBmi .dzFormInner {
        padding: 20px 25px
    }

    .login-account .account-info-area {
        min-height: 450px;
        height: 450px
    }

    .login-account .account-info-area .login-content {
        padding: 120px 25px
    }

    .login-account .account-info-area .login-content .title {
        font-size: 40px
    }

    .login-account .account-info-area .login-content .sub-title {
        font-size: 20px
    }

    .coming-wrapper .inner-content .middle-area .left-txt {
        font-size: 24px
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date {
        margin-right: 28px
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date .time {
        font-size: 45px
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder {
        left: -96px;
        top: -4px;
        height: 1000px;
        width: 1000px
    }
}

@media only screen and (max-width:600px) {
    .item-search {
        width: 505px
    }

    .course-single .dz-media {
        width: 535px
    }

    .list-check-2 li {
        padding: 8px 8px 8px 35px;
        font-size: 14px
    }

    .list-check-2.arrow li:before,
    .list-check-2.circle li:before {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .main-bnr-one .banner-inner {
        padding-top: 155px
    }

    .icon-bx-wraper.style-3 .icon-bx .icon-cell {
        width: 35px;
        height: 35px
    }

    .icon-bx-wraper.style-3 .icon-content .dz-title,
    .icon-bx-wraper.style-3 .icon-content .dz-title a {
        font-size: 22px
    }

    .icon-bx-wraper.style-3 .icon-content p {
        font-size: 14px
    }

    .dz-card.style-4 {
        padding: 25px
    }

    .dz-card.style-4 .dz-info {
        margin-left: 0
    }

    .error-image {
        width: 400px
    }

    .login-account .account-info-area {
        min-height: 400px;
        height: 400px
    }

    .login-account .account-info-area .login-content {
        padding: 100px 5px 120px 20px
    }

    .login-account .account-info-area .login-content .title {
        font-size: 35px;
        margin-bottom: 1rem
    }

    .login-account .account-info-area .login-content .sub-title {
        font-size: 19px
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder {
        left: -98px
    }
}

.coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder:before {
    background-image: url(../images/circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(216deg)
}

.coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder .circle-holder {
    position: relative;
    width: inherit;
    height: inherit;
    clip-path: inset(0 0 0 35%);
    overflow: hidden
}

.coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder .circle-holder .digits {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    width: inherit;
    height: inherit;
    clip-path: inset(47.2% 4px 47.8% 93.6%);
    overflow: hidden;
    transition: .3s
}

.coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder .circle-holder .digits .round {
    width: inherit;
    transition: .3s;
    margin-top: 0
}

.coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder .circle-holder .dz_down_circle {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit
}

.coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder .circle-holder .dz_down_circle img {
    transition: .3s
}

.privacy-list ul li,
.privacy-list ul li a {
    -webkit-transition: .8s;
    -ms-transition: .8s
}

.coming-wrapper .coming-soon-footer {
    position: relative;
    z-index: 13;
    bottom: 0;
    margin-top: auto;
    background-color: var(--dark);
    padding-bottom: 30px
}

.coming-wrapper .coming-soon-footer .copyright-text {
    color: rgba(255, 255, 255, .5)
}

.coming-wrapper .coming {
    height: 600px
}

@media only screen and (max-width:1280px) {
    .coming-wrapper .coming {
        height: 500px
    }
}

@media only screen and (max-width:767px) {
    .main-bnr-four .banner-media {
        margin-left: 0;
        width: 100%;
        height: 100%
    }

    .main-bnr-four .banner-media .point-list li:nth-child(2),
    .main-bnr-four .banner-media .point-list li:nth-child(3) {
        top: 62%
    }

    .main-bnr-four {
        background-position: bottom center;
        background-size: 100%
    }

    .main-bnr-five .banner-content {
        margin-left: 0;
        padding-right: 0;
        align-items: stretch
    }

    .swiper-wrapper {
        height: auto !important
    }

    .main-bnr-five .banner-media {
        margin: auto;
        width: 100%;
        height: 350px
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder .circle-holder .dz_down_circle,
    .main-bnr-five .banner-media:before,
    .main-bnr-five .num-pagination {
        display: none
    }

    .main-bnr-five .banner-inner {
        min-height: 600px;
        height: auto
    }

    .main-bnr-five .banner-inner:before {
        right: 0
    }

    .about-wrapper1 .dz-media {
        width: 545px
    }

    .about-wrapper1 .dz-media:after {
        top: -50px;
        left: 30px;
        width: 350px;
        height: 350px
    }

    .about-wrapper1 .about-info .about-p {
        font-size: 14px
    }

    .about-bx2 .dz-media {
        transform: translateX(0)
    }

    .about-bx2 .dz-media .image-box {
        transform: translate(107px, -342px)
    }

    .about-bx2 .dz-media .image-box .info-box-1 {
        right: 90px;
        top: -214px
    }

    .portfolio-wrapper {
        padding-top: 40px;
        padding-bottom: 0
    }

    .portfolio-wrapper .portfolio-wrapper-inner {
        padding-bottom: 50px
    }

    .testimonial-7 .down-quotes,
    .testimonial-7 .up-quotes {
        font-size: 50px
    }

    .testimonial-wrapper7 .num-pagination .btn-next,
    .testimonial-wrapper7 .num-pagination .btn-prev {
        margin: 20px -10px
    }

    .icon-lg i {
        font-size: 50px;
        line-height: 1.2
    }

    .icon-bx-wraper.style-1:after {
        right: -25px
    }

    .icon-bx-wraper.style-1 .icon-content {
        padding-right: 30px
    }

    .dz-media.height-md {
        height: 200px
    }

    .dz-media.height-lg {
        height: 220px
    }

    .dz-media.height-lg img {
        height: 100%;
        object-fit: cover
    }

    .dz-card.style-1 .post-author:after {
        top: -34px
    }

    .dz-card.style-2 .dz-meta ul li.dz-date {
        top: -390px;
        left: 20px
    }

    .dz-card.style-2.blog-half,
    .dz-card.style-4.blog-half,
    .dz-share-post {
        display: block
    }

    .dz-card.style-2.blog-half .dz-media,
    .dz-card.style-4.blog-half .dz-media {
        max-width: 100%;
        min-width: 100%
    }

    .dz-card.style-4 .dz-meta ul li.post-date {
        top: 55px;
        writing-mode: horizontal-tb;
        padding: 7px 14px;
        left: 40px;
        border-radius: 6px;
        font-size: 14px
    }

    .dz-card.style-4.blog-half .btn-wrapper {
        padding-top: 10
    }

    .dzFormMsg,
    .dzSubscribeMsg {
        right: 5%;
        bottom: 18%;
        width: 90%
    }

    .blog-single .post-author img {
        height: 27px;
        width: 27px;
        margin-right: 5px
    }

    .default-form {
        margin-bottom: 30px
    }

    .comments-area .comment-list {
        margin-bottom: 40px
    }

    .comments-area .comment-list>.comment .comment-body {
        padding-bottom: 15px;
        padding-left: 75px;
        margin-bottom: 20px
    }

    .comments-area .comment-list>.comment .comment-body .comment-author .avatar {
        height: 60px;
        width: 60px
    }

    .comments-area .comment-list>.comment .children {
        padding-left: 75px
    }

    .dz-share-post .post-tags {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .error-page .error-head {
        font-size: 20px;
        margin-top: -20px;
        max-width: 440px
    }

    .coming-wrapper {
        height: auto
    }

    .coming-wrapper .inner-content .middle-area {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .coming-wrapper .coming {
        height: 320px
    }

    .map-iframe.style-3 {
        height: 450px
    }
}

.service-wrapper .dz-box {
    background-color: #fff;
    box-shadow: 0 15px 50px rgba(0, 21, 77, .1);
    align-items: center;
    display: flex;
    padding: 15px;
    border-radius: 10px
}

.service-wrapper .dz-box .dz-media {
    width: 180px;
    min-width: 180px;
    border-radius: 10px
}

.service-wrapper .dz-box .dz-info .dz-badge {
    background: 0 0;
    padding: 0;
    color: var(--secondary);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px
}

@media only screen and (max-width:575px) {

    .btn-next i,
    .btn-prev i,
    .list-check-2.arrow li,
    .list-check-2.circle li,
    .schedule-table table thead th,
    .service-wrapper .dz-box .dz-info .dz-title,
    .testimonial-1 .testimonial-text p,
    body {
        font-size: 15px
    }

    .h4,
    .wp-block-search .wp-block-search__label,
    h4 {
        font-size: 1.25rem
    }

    .btn-group .btn,
    .btn-group .wp-block-button__link,
    .coming-wrapper .coming-soon-footer .container-fluid,
    .coming-wrapper .coming-soon-footer .container-lg,
    .coming-wrapper .coming-soon-footer .container-md,
    .coming-wrapper .coming-soon-footer .container-sm,
    .coming-wrapper .coming-soon-footer .container-xl,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .site-header .extra-nav .btn,
    .site-header .extra-nav .wp-block-button__link {
        padding-left: 15px;
        padding-right: 15px
    }

    .content-inner {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .content-inner-1 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .content-inner-2 {
        padding-top: 50px
    }

    .content-inner-3 {
        padding-top: 40px;
        padding-bottom: 10px
    }

    #rc-imageselect,
    .g-recaptcha {
        transform: scale(.7);
        -moz-transform: scale(.7);
        -o-transform: scale(.7);
        -webkit-transform: scale(.7);
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }

    #loading-area.loading-page-1 {
        transform: scale(3)
    }

    #loading-area.loading-page-3 {
        background-size: 100%
    }

    .about-bx1 .dz-media ul li:nth-child(2) span,
    .login-account .account-info-area .login-content .sub-title,
    .page-title p {
        font-size: 16px
    }

    .page-title .h3,
    .page-title h3 {
        font-size: 28px
    }

    .section-head .title.h2,
    .section-head h2.title {
        font-size: 25px
    }

    .icon-bx-wraper.style-3 .icon-content .dz-title,
    .icon-bx-wraper.style-3 .icon-content .dz-title a,
    .section-head.style-1 .text-pare,
    .testimonial-1 .testimonial-name,
    .testimonial-6 .testimonial-name {
        font-size: 18px
    }

    .main-bnr-two .banner-content .title,
    .section-head.style-1 .title {
        font-size: 30px;
        margin-bottom: 10px
    }

    .section-head.style-1 p {
        font-size: 14px;
        margin-bottom: 10px
    }

    .section-head.style-2 .title.h2,
    .section-head.style-2 h2.title {
        font-size: 24px
    }

    .site-header.box-header .extra-nav,
    .site-header.box-header .logo-header {
        height: 70px
    }

    .site-header.box-header .navbar-toggler {
        margin: 14px 0 14px 15px
    }

    .dz-team.style-1 .dz-media img,
    .site-header.box-header .sticky-header:not(.is-fixed) .main-bar {
        padding: 10px
    }

    .logo-header {
        width: 180px;
        height: 70px
    }

    .logo-header img {
        max-width: 150px
    }

    .about-bx2 .dz-media .image-box,
    .coming-wrapper .inner-content .middle-area .countdown-row .seconds-holder,
    .dz-card.style-2 .dz-meta ul li:not(:last-child):after,
    .dz-card.style-3 .dz-info .dz-meta ul li:not(:last-child):after,
    .main-bnr-four .num-pagination,
    .main-bnr-four .point-list,
    .main-bnr-two .num-pagination,
    .overlay-content-box:before,
    .post-pagination.style-1 .dz-media,
    .site-header .extra-nav,
    .testimonial-1 .testimonial-rating {
        display: none
    }

    .navbar-toggler {
        margin: 20px 0 15px 15px
    }

    .dz-bnr-inr {
        height: 320px
    }

    .dz-bnr-inr.dz-bnr-inr-sm {
        height: 250px
    }

    .dz-bnr-inr.dz-bnr-inr-md {
        height: 300px
    }

    .dz-bnr-inr.style-1 .h1,
    .dz-bnr-inr.style-1 h1,
    .icon-bx-wraper.style-2 .icon-content .dz-title,
    .main-bnr-three .title {
        font-size: 30px
    }

    .breadcrumbs {
        justify-content: flex-start
    }

    .bottom {
        padding-bottom: 0
    }

    .site-footer .footer-bottom .footer-link {
        margin: 0 -5px
    }

    .site-footer .footer-bottom .footer-link li {
        padding: 0 5px
    }

    .site-footer .footer-bottom .footer-link li a {
        font-size: 13px
    }

    .section-wrapper1 {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .circle1 {
        bottom: 10px
    }

    .circle1.style-1 {
        bottom: 5px
    }

    .section-wrapper2 {
        padding-bottom: 80px
    }

    .section-wrapper3 {
        padding-bottom: 70px
    }

    .item-search {
        width: 330px
    }

    .item-search input,
    .item-search select,
    .item-search textarea {
        height: 55px;
        font-size: 15px;
        padding: 12px 20px
    }

    .dz-accordion .accordion-header .accordion-button .toggle-close:before,
    .dz-accordion.accordion-md .accordion-header .accordion-button .toggle-close:before,
    .dz-accordion.accordion-primary .accordion-header .accordion-button .toggle-close:before,
    .item-search .input-group-addon .search-bar i,
    .login-account .login-form .login-head .title {
        font-size: 20px
    }

    .btn,
    .wp-block-button__link {
        font-size: 14px;
        padding: 12px 24px
    }

    .video-btn.style-2 {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 18px
    }

    .site-filters.center [class*=btn] {
        margin: 0 1px 5px;
        padding: 5px 10px;
        font-size: 12px
    }

    .comment-respond.style-1 .comment-reply-title,
    .dz-card.style-3 .dz-category,
    .dz-tabs.style-1 .nav-tabs,
    .dz-tabs.style-2 .nav-pills,
    .dz-tabs.style-3 .nav-pills,
    .dz-tabs.style-4 .nav-pills,
    .icon-bx-wraper.style-7 .icon-bx,
    .pricingtable-wrapper.style-1 .pricingtable-price,
    .site-filters.style-1,
    .site-filters.style-2,
    .site-filters.style-3,
    .site-filters.style-4,
    .site-filters.style-5,
    .site-filters.style-6,
    .spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image .swiper-content p,
    .testimonial-1 .testimonial-text {
        margin-bottom: 20px
    }

    .site-filters.style-1 .filters li {
        margin: 0 0 -6px
    }

    .image-box-wrapper.style-1 .dz-content p,
    .schedule-table .event-time,
    .site-filters.style-1 .filters li a,
    .site-filters.style-2 .filters li a,
    .site-filters.style-3 .filters li a,
    .site-filters.style-4 .filters li a,
    .site-filters.style-5 .filters li a,
    .site-filters.style-6 .filters li a,
    .testimonial-6 .testimonial-text p {
        font-size: 14px
    }

    .site-filters.style-6 .filters li {
        margin: 0 0 5px
    }

    .counter-box.style-1 {
        justify-content: unset
    }

    .counter-box.style-1 .icon-bx,
    .icon-bx-wraper.style-3 .icon-bx {
        margin-right: 15px
    }

    .counter-box.style-1 .icon-bx i {
        font-size: 42px
    }

    .course-single .dz-media {
        width: 340px
    }

    .pricingtable-wrapper.style-1 {
        border-radius: 15px;
        padding: 40px 30px
    }

    .pricingtable-wrapper.style-1 .pricingtable-footer {
        margin-top: 35px
    }

    .pricingtable-wrapper.style-1 .pricingtable-features,
    .pricingtable-wrapper.style-4 .pricingtable-features {
        padding: 15px 0
    }

    .dz-card.style-3 .dz-title,
    .pricingtable-wrapper.style-1 .pricingtable-title .title {
        margin-bottom: 10px
    }

    .pricingtable-wrapper.style-4 .pricingtable-price .pricingtable-bx {
        font-size: 32px
    }

    .pricingtable-wrapper.style-4 .pricingtable-price .pricingtable-bx sup {
        font-size: 16px;
        font-weight: 500
    }

    .pricingtable-wrapper.style-4 .pricingtable-price {
        width: 90px;
        height: 90px
    }

    .pricingtable-wrapper.style-4 .pricingtable-features li {
        margin: 5px 0
    }

    .dz-accordion .accordion-item,
    .dz-card .dz-title,
    .testimonial-6 .info .testimonial-rating,
    .testimonial-6 .testimonial-details {
        margin-bottom: 15px
    }

    .calculator-listing,
    .dz-accordion .accordion-body,
    .dz-accordion.accordion-md .accordion-body,
    .dz-card.style-4 {
        padding: 15px
    }

    .dz-accordion .accordion-header .accordion-button {
        padding: 15px 65px 15px 15px;
        font-size: 14px
    }

    .dz-accordion.accordion-md .accordion-header .accordion-button {
        padding: 15px 55px 15px 15px
    }

    .pagination.style-1 li .page-link,
    .pagination.style-1 li .page-numbers {
        height: 40px;
        min-width: 40px;
        line-height: 40px
    }

    .pagination.style-1 li {
        margin: 0 5px
    }

    .post-pagination.style-1 .dz-info {
        padding-right: 0
    }

    .dz-card.style-3 .dz-info .dz-text,
    .list-square-check li,
    .media-section {
        margin-bottom: 0
    }

    .list-check-2,
    .list-check-2.arrow,
    .list-check-2.circle {
        display: inline-block
    }

    .list-check-2 li {
        padding: 8px 25px 8px 45px;
        font-size: 16px
    }

    .list-check-2.arrow li:before,
    .list-check-2.circle li:before {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .list-num-count.border-before li:before {
        left: -12px
    }

    .calculator-listing ul li {
        font-size: 14px;
        padding: 17px 20px
    }

    .calculator-listing p {
        font-size: 14px;
        padding: 0 20px;
        line-height: 25px
    }

    .scroltop {
        height: 35px;
        width: 35px;
        line-height: 35px
    }

    .video-bx1 {
        height: 120px;
        width: 120px;
        min-width: 120px
    }

    .video-bx1 .video-btn .popup-youtube {
        height: 40px;
        width: 40px;
        min-width: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .video svg {
        width: 50px;
        height: 50px
    }

    .testimonial-6 .down-quotes,
    .testimonial-6 .up-quotes,
    .video-media .video {
        font-size: 50px
    }

    .btn-next,
    .btn-prev {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .comment-respond .comment-form .comment-form-author,
    .comment-respond .comment-form .comment-form-email,
    .comment-respond .comment-form .comment-form-url,
    .list-2 li {
        width: 100% !important
    }

    .dz-tabs.style-1 .nav-tabs .nav-link {
        padding: 12px 10px
    }

    .spilt-slider-wrapper .swiper-wrapper .swiper-slide {
        flex-direction: column
    }

    .spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image {
        width: 100%;
        height: 75%
    }

    .spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image.swiper-bg ::after {
        height: 25%
    }

    .spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image .swiper-content {
        padding: 30px 20px
    }

    .spilt-slider-wrapper .swiper-wrapper .swiper-slide .swiper-image .swiper-content .title {
        line-height: 30px;
        font-size: 24px;
        margin-bottom: 15px
    }

    .alert.alert-dismissible {
        padding: 12px 45px 12px 15px;
        font-size: 14px
    }

    .alert-alt,
    .alert-rounded {
        padding-left: 15px
    }

    .image-box-wrapper.style-1:after {
        top: -125px;
        left: 50%;
        transform: translateX(-50%)
    }

    .image-box-wrapper.style-1 .dz-content .dz-title {
        font-size: 1.4rem
    }

    .image-box-wrapper.style-1 {
        padding: 30px;
        flex-direction: column
    }

    .image-box-wrapper.style-1 .dz-content {
        padding: 0;
        order: 2;
        margin-right: 0
    }

    .image-box-wrapper.style-1 .dz-media {
        min-width: 200px;
        width: 200px;
        height: 200px;
        padding: 0 0 15px;
        margin-top: -15px
    }

    .animation-box {
        min-height: 180px
    }

    .main-bnr-one .banner-content p {
        margin-bottom: 25px
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date,
    .main-bnr-five .banner-content .btn,
    .main-bnr-five .banner-content .wp-block-button__link,
    .main-bnr-one .banner-content .btn,
    .main-bnr-one .banner-content .wp-block-button__link {
        margin-right: 25px
    }

    .main-bnr-four .banner-inner,
    .main-bnr-one .banner-inner {
        padding-top: 125px
    }

    .main-bnr-one .banner-inner .bnr-bg1 {
        width: 50vw
    }

    .main-bnr-one .banner-inner .bnr-bg2 {
        width: 35vw
    }

    .main-bnr-one .banner-inner .bnr-bg3 {
        top: 11%;
        width: 7vw
    }

    .main-bnr-four .banner-inner .data-text,
    .main-bnr-two .data-text {
        font-size: 150px;
        bottom: -70px
    }

    .main-bnr-two .banner-inner {
        padding-top: 120px
    }

    .main-bnr-two .banner-content .sub-title {
        letter-spacing: 0;
        margin-bottom: 15px;
        font-size: 16px
    }

    .main-bnr-two .banner-media {
        transform: translate(-5px, 10px) rotate(361deg)
    }

    .main-bnr-three .banner-inner {
        min-height: 600px;
        height: 600px
    }

    .main-bnr-three .sub-title {
        letter-spacing: 0;
        font-size: 15px
    }

    .main-bnr-three .banner-media {
        width: 90vw;
        height: 90vw
    }

    .main-bnr-three .banner-media .icon-bx {
        height: 40px;
        width: 40px;
        border-radius: 5px;
        padding: 5px
    }

    .main-bnr-four .banner-content p {
        margin-bottom: 30px
    }

    .main-bnr-four .banner-media {
        margin: 0;
        width: 100%
    }

    .about-bx1 .dz-media ul li:first-child,
    .dzFormMsg,
    .dzSubscribeMsg {
        bottom: 15%
    }

    .about-bx1 .dz-media ul li:first-child span {
        font-size: 60px
    }

    .about-bx1 .dz-media ul li:nth-child(3) {
        height: 55px;
        width: 250px;
        bottom: -6%
    }

    .about-wrapper1 .dz-media {
        width: 100%
    }

    .about-wrapper1 .dz-media:after {
        left: 15px;
        width: 231px;
        height: 235px
    }

    .about-wrapper3 {
        padding-bottom: 50px
    }

    .about-bx2 .dz-media {
        transform: translateX(0)
    }

    .about-bx2 .dz-media .bg-media {
        top: 66px
    }

    .single-box .portfolio-foot>ul>li {
        width: 100%;
        margin-bottom: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .single-box .portfolio-foot>ul>li:last-child {
        border-bottom: 0
    }

    .single-box {
        padding: 30px
    }

    .yoga-content .title {
        font-size: 24px;
        margin-bottom: 10px
    }

    .testimonial-1 {
        padding: 80px 25px 25px
    }

    .testimonial-1:after {
        top: 15px;
        left: 20px;
        font-size: 65px
    }

    .testimonial-1 .testimonial-pic {
        height: 60px;
        width: 60px;
        min-width: 60px;
        margin-right: 15px
    }

    .dz-card.blog-half,
    .testimonial-1 .testimonial-details {
        display: block
    }

    .testimonial-swiper-1 .btn-prev {
        left: -25px
    }

    .testimonial-swiper-1 .btn-next {
        right: -25px
    }

    .testimonial-6 {
        padding: 70px 20px 20px
    }

    .testimonial-6 .testimonial-details .testimonial-pic {
        width: 80px;
        height: 80px
    }

    .testimonial-6 .up-quotes,
    .testimonial-7 .up-quotes {
        top: 20%
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date .time,
    .testimonial-6 .up-quotes img,
    .testimonial-7 .up-quotes img {
        width: 60px
    }

    .testimonial-wrapper6 .swiper-slide,
    .testimonial-wrapper7 .swiper-slide {
        padding: 0 !important
    }

    .testimonial-swiper-6 .num-pagination .btn-next,
    .testimonial-swiper-6 .num-pagination .btn-prev {
        width: 40px;
        height: 40px;
        margin: 0 -12px
    }

    .testimonial-7 .testimonial-info .details {
        margin-right: 10px
    }

    .testimonial-7 .testimonial-info .details .testimonial-name {
        letter-spacing: 0;
        font-size: 16px
    }

    .icon-bx-wraper.style-1:after {
        right: -62px
    }

    .dz-card.style-3 .dz-info,
    .icon-bx-wraper.style-1,
    .login-account {
        padding: 20px
    }

    .icon-bx-wraper.style-1 .icon-content {
        padding-right: 10px
    }

    .icon-bx-wraper.style-1 .icon-bx .icon-cell {
        width: 65px;
        height: 65px
    }

    .icon-bx-wraper.style-2 {
        padding: 15px 25px;
        margin-left: 10px;
        margin-right: 10px
    }

    .icon-bx-wraper.style-3 .icon-bx .icon-cell,
    .icon-bx-wraper.style-5 .icon-bx .icon-cell {
        width: 30px;
        height: 30px
    }

    .icon-bx-wraper.style-7 .icon-bx .icon-cell i {
        font-size: 95px
    }

    .dz-team.style-1 {
        padding-top: 30px;
        padding-bottom: 35px
    }

    .dz-team.style-1 .dz-media {
        width: 150px;
        height: 150px;
        margin-bottom: 20px
    }

    .dz-team.style-6 {
        background: #ffefef
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date .time.lost,
    .dz-team.style-6 .dz-social-icon li {
        opacity: 1
    }

    .dz-team.style-6 .dz-content .dz-position {
        margin-bottom: 5px
    }

    .yoga-media {
        height: 100%;
        width: 100%
    }

    .dz-card.blog-half .dz-media img {
        min-height: auto
    }

    .dz-meta ul li {
        margin-right: 10px;
        padding-right: 10px
    }

    .post-video .post-video-icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 14px
    }

    .dz-card.style-2 .dz-info {
        padding: 25px 20px
    }

    .dz-card.style-2 .dz-info .btn-wrapper {
        padding-top: 0
    }

    .dz-card.style-2 .dz-meta ul li.dz-date {
        top: -252px
    }

    .dz-card.style-2 .dz-meta ul li {
        margin-right: 9px
    }

    .dz-card.style-3 .dz-info .dz-meta ul li.dz-user {
        margin-right: 0
    }

    .dz-card.style-3 {
        min-height: 400px
    }

    .dz-card.style-4 .dz-meta ul li.post-date {
        font-size: 13px;
        padding: 8px 12px
    }

    .dz-card.style-5 {
        padding: 15px 0 30px
    }

    .clients-logo {
        margin: 0 25px
    }

    .contact-section {
        padding-top: 35px
    }

    .post-header {
        margin-bottom: 1.25rem
    }

    .post-header .dz-info {
        padding: 40px 15px 15px !important
    }

    .post-header .dz-info .dz-title {
        font-size: 1.125rem
    }

    .dz-page-text table,
    .dz-post-text table,
    .wp-block-table {
        font-size: .875rem
    }

    .dz-page-text td,
    .dz-page-text th,
    .dz-post-text td,
    .dz-post-text th,
    .wp-block-table td,
    .wp-block-table th {
        padding: .5rem
    }

    .comments-area .comment-list>.comment .children {
        padding-left: 30px
    }

    .dz-share-post .post-tags a {
        margin-right: 5px
    }

    .author-box .author-profile-info {
        display: block;
        text-align: center
    }

    .author-box .author-profile-info .author-profile-pic {
        width: 80px;
        height: 80px;
        min-width: 80px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }

    .author-box .author-profile-info .author-profile-content {
        padding-left: 0;
        padding-right: 0
    }

    .author-box .author-profile-info .author-profile-content ul {
        display: inline-block;
        float: none;
        margin-right: 0
    }

    .author-box .author-profile-info .author-profile-content ul li {
        margin-right: 5px;
        margin-left: 5px
    }

    .error-page {
        min-height: 450px
    }

    .error-page .error-head {
        font-size: 18px;
        margin-top: -5px;
        margin-bottom: 20px
    }

    .error-image {
        width: 250px
    }

    .login-account .account-info-area {
        min-height: 480px;
        height: 480px
    }

    .login-account .account-info-area .login-bg {
        transform: scale(1) translateX(0) translateY(-60%)
    }

    .login-account .account-info-area .login-content {
        padding: 45px 10px 160px
    }

    .login-account .account-info-area .login-content .title {
        font-size: 30px;
        margin-bottom: 1rem
    }

    .coming-wrapper .inner-content .middle-area .left-txt {
        font-size: 20px;
        margin-bottom: 15px
    }

    .coming-wrapper .inner-content .middle-area .countdown-row .countdown .date .text {
        font-size: 12px;
        margin-left: 0
    }

    .service-wrapper .dz-box .dz-media {
        width: 120px;
        min-width: 120px
    }

    .service-wrapper .dz-box .dz-info {
        margin-left: 17px
    }

    .service-wrapper .dz-box .dz-info p {
        font-size: 11px
    }
}

.service-wrapper .nav-pills .nav-link {
    text-align: left;
    color: #777;
    padding: 0;
    border: 2px solid #fff;
    width: 100%
}

.service-wrapper .nav-pills .nav-link.active {
    z-index: 1;
    padding: 0;
    border-radius: 10px;
    border: 2px solid var(--primary)
}

.map-iframe.style-1 iframe {
    height: 450px;
    border: 10px solid #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1)
}

.map-iframe.style-2 {
    position: relative;
    padding: 50px 0
}

.map-iframe.style-2 iframe {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.map-iframe.style-2 .contact-info {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    max-width: 480px;
    position: relative;
    z-index: 9;
    margin-left: 50px
}

.contact-box {
    padding-right: 100px;
    margin-bottom: 70px
}

.widget_working {
    padding: 30px;
    background: rgba(255, 255, 255, .1);
    border-radius: 10px;
    margin-bottom: 0
}

.widget_working ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.widget_working ul li {
    width: 50%;
    color: #fff;
    display: inline-block;
    vertical-align: top
}

.widget_working.bg-primary ul li {
    color: var(--theme-text-color);
    font-weight: 400;
    font-size: 16px
}

.under-construction {
    padding: 0 90px;
    display: flex;
    vertical-align: middle;
    position: relative;
    height: 100vh;
    align-items: center;
    justify-content: center
}

.under-construction p {
    font-size: 50px;
    font-weight: 300;
    font-family: Poppins;
    letter-spacing: 3px
}

.under-construction .dz-head {
    margin-bottom: 15px;
    line-height: 1.1;
    font-size: 95px;
    font-family: Poppins;
    font-weight: 700
}

@media only screen and (max-width:1280px) {
    .under-construction .dz-head {
        font-size: 80px
    }

    .under-construction p {
        font-size: 35px
    }

    .under-construction .construction-media {
        transform: scale(1.2) translateX(8%)
    }
}

@media only screen and (max-width:1024px) {
    .service-wrapper .dz-box {
        padding: 13px
    }

    .service-wrapper .dz-box .dz-info p {
        font-size: 12px
    }

    .under-construction {
        padding: 0 65px
    }

    .under-construction .dz-head {
        font-size: 65px
    }

    .under-construction p {
        font-size: 30px
    }
}

@media only screen and (max-width:768px) {
    .under-construction {
        padding: 0 30px
    }

    .under-construction .dz-head {
        font-size: 50px
    }

    .under-construction p {
        font-size: 24px
    }
}

@media only screen and (max-width:1200px) {
    .login-account .login-form .login-title {
        margin-bottom: 25px
    }

    .under-construction .construction-media {
        transform: scale(1.3) translateX(8%)
    }
}

.sub-title-bar {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

.sub-title-bar .point {
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:1024px) {
    .sub-title-bar .point {
        width: 45px;
        min-width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px
    }
}

.privacy-info .privacy-content {
    padding-left: 40px;
    padding-top: 12px
}

.privacy-info .privacy-content ul li {
    display: flex;
    align-items: flex-start
}

@media only screen and (max-width:600px) {
    .under-construction {
        display: block;
        padding: 80px 45px 0
    }

    .under-construction .dz-head {
        font-size: 65px
    }

    .under-construction p {
        font-size: 30px
    }

    .under-construction .construction-media {
        transform: scale(1.2) translateX(0) translateY(-17%)
    }

    .sub-title-bar .h4,
    .sub-title-bar .wp-block-search .wp-block-search__label,
    .sub-title-bar h4,
    .wp-block-search .sub-title-bar .wp-block-search__label {
        font-size: 20px
    }

    .privacy-info .privacy-content ul li i {
        font-size: 18px
    }
}

.privacy-list ul {
    background-color: #fff;
    border: 2px solid var(--primary);
    border-radius: 8px;
    padding: 0 0 20px
}

.privacy-list ul li {
    transition: .8s
}

.privacy-list ul li a {
    padding: 12px 14px;
    font-size: 14px;
    display: block;
    transition: .8s
}

.privacy-list ul li a span {
    color: var(--primary);
    -webkit-transition: .8s;
    -ms-transition: .8s;
    transition: .8s
}

@media only screen and (max-width:991px) {
    .service-wrapper .dz-box .dz-info p {
        font-size: 15px
    }

    .map-iframe.style-1 iframe {
        height: 370px
    }

    .map-iframe.style-2 .contact-info {
        padding: 30px;
        border-radius: 12px;
        max-width: 350px;
        margin-left: 20px
    }

    .widget_working {
        margin-bottom: 30px !important
    }

    .contact-area {
        padding-left: 0
    }

    .privacy-list ul li a span {
        padding-right: 5px
    }
}

@media only screen and (max-width:575px) {
    .service-wrapper .dz-box .dz-info p {
        font-size: 13px
    }

    .map-iframe.style-1 iframe {
        height: 320px;
        border-width: 5px
    }

    .map-iframe.style-2 {
        padding: 0
    }

    .map-iframe.style-2 .contact-info {
        border-radius: 12px;
        max-width: 100%;
        margin: -50px 20px 0
    }

    .map-iframe.style-2 iframe {
        height: 380px;
        position: static
    }

    .map-iframe.style-3 {
        height: 350px
    }

    .contact-box {
        padding-right: 0;
        margin-bottom: 30px
    }

    .widget_working {
        padding: 15px
    }

    .under-construction {
        padding: 100px 30px
    }

    .under-construction .dz-head {
        font-size: 40px;
        margin-bottom: 20px
    }

    .under-construction p {
        font-size: 22px
    }

    .under-construction .construction-media {
        transform: scale(1.4) translateX(0) translateY(-15%)
    }

    .about-privacy .title {
        font-size: 1.5625rem
    }

    .sub-title-bar .point {
        width: 40px;
        min-width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px
    }

    .sub-title-bar .h4,
    .sub-title-bar .wp-block-search .wp-block-search__label,
    .sub-title-bar h4,
    .wp-block-search .sub-title-bar .wp-block-search__label {
        font-size: 1.125rem
    }

    .privacy-info .privacy-content {
        padding-left: 24px
    }

    .about-condition .title {
        font-size: 1.5625rem;
        line-height: 1.4
    }
}

.highlight {
    font-weight: 700;
    color: #000
}
