@charset "UTF-8";

body,
html {
    max-width: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    color: var(--jeena-body-color);
    font-family: var(--jeena-primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden !important;
    word-wrap: break-word;
    background-color: var(--jeena-white-color);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

i,
span,
a {
    display: inline-block;
}

dl {
    margin-bottom: 28px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 28px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.7142857143;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
    padding: 30px;
    color: #606060;
    white-space: pre-wrap;
    margin: 20px 0;
}

pre,
code,
kbd,
tt,
var {
    font-size: 87.5%;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

del {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: line-through;
}

big {
    font-size: 125%;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

ol,
ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    list-style-position: inside;
}

ol li li,
ul li li {
    list-style-position: inside;
}

ol li:not(:last-child),
ul li:not(:last-child) {
    margin-bottom: 8px;
}

ol li>ol,
ol li>ul,
ul li>ol,
ul li>ul {
    margin-top: 8px;
    margin-bottom: 0;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 0;
}

a {
    color: var(--jeena-primary-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: var(--jeena-primary-color);
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:active {
    color: inherit;
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro" !important;
}

p {
    margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--jeena-secondary-font);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: var(--jeena-headline-color);
}

h1,
.h1 {
    font-size: 60px;
}

h2,
.h2 {
    font-size: 48px;
}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 16px;
}

table {
    margin: 0 0 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table,
th,
td {
    border: 1px solid var(--jeena-border-color);
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
    font-weight: 700;
    color: var(--jeena-headline-color);
}

th,
td {
    padding: 12px;
    font-size: 15px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

iframe {
    width: 100%;
    display: block;
}

embed,
iframe,
object {
    max-width: 100%;
}

figure {
    margin: 20px 0;
}

svg {
    position: relative;
    height: 1em;
    width: 1em;
    fill: currentColor;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.elementor-text-editor p:last-child {
    margin: 0;
}

.elementor-widget-text-editor p:last-child {
    margin: 0;
}

.elementor-heading-title {
    margin: 0;
}

.elementor-icon-list-icon,
.elementor-icon-list-text {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.elementor-icon-wrapper {
    line-height: 1;
}

.jeena-body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

.jeena-sticky.jeena-sticky-active {
    position: fixed !important;
    top: 0;
    left: 0 !important;
    width: 100%;
    z-index: 2;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.jeena-sticky-gap {
    display: none;
}

.jeena-sticky-gap.active-sticky-gap {
    display: block;
}

.admin-bar .jeena-sticky.jeena-sticky-active {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .jeena-sticky.jeena-sticky-active {
        top: 46px;
    }
}

.jeena-floating-on>* {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

input,
button,
select,
optgroup,
textarea {
    display: block;
    width: 100%;
    height: 70px;
    padding: 0 30px;
    background-color: var(--jeena-light-color);
    color: var(--jeena-body-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: var(--jeena-primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    border: 1px solid transparent;
    border-radius: 0;
}

input:focus,
button:focus,
select:focus,
optgroup:focus,
textarea:focus {
    color: var(--jeena-headline-color);
    border-color: var(--jeena-headline-color);
}

@media (max-width: 767px) {

    input,
    button,
    select,
    optgroup,
    textarea {
        height: 55px;
    }
}

textarea {
    height: 170px;
    padding-top: 20px;
}

select {
    word-wrap: normal;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='a5a5a5'/></g></svg>") !important;
    background-position: right 20px top 50% !important;
    background-repeat: no-repeat !important;
}

select::-ms-expand {
    display: none;
}

select:focus {
    outline: transparent;
}

input[type=radio],
input[type=checkbox] {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

[hidden] {
    display: none !important;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

::placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

[role=button] {
    cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=submit],
button[type=submit] {
    width: auto;
    height: auto;
    padding: 18px 45px;
    font-family: var(--jeena-primary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    text-decoration: none;
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
    border: none;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

input[type=submit]:hover,
button[type=submit]:hover {
    background-color: var(--jeena-secondary-color);
    color: var(--jeena-headline-color);
}

@media (max-width: 479px) {

    input[type=submit],
    button[type=submit] {
        padding: 16px 30px;
        font-size: 14px;
    }
}

button[type=submit] i {
    margin-left: 5px;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
}

label {
    display: block;
    cursor: pointer;
    font-family: var(--jeena-secondary-font);
    font-size: 16px;
    color: var(--jeena-headline-color);
    margin: 0 0 10px;
}

.wpcf7-spinner {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
    margin: 0;
}

.input-filed {
    margin-bottom: 30px;
}

.input-filed.mb-15 {
    margin-bottom: 15px;
}

.jeena-boxed-layout .jeena-body-content {
    background-color: rgba(219, 84, 97, 0.1);
    max-width: var(--jeena-boxed-width);
    margin: 0 auto;
}

@media (min-width: 768px) {
    .jeena-site-border .jeena-body-content {
        border: 30px solid var(--jeena-primary-color);
    }
}

.container {
    width: 100%;
    max-width: var(--jeena-container-width);
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container.container-elementor {
    max-width: 100%;
    padding: 0;
}

.container.have-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container.have-sidebar .content-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.892%;
    flex: 0 0 65.892%;
    max-width: 65.892%;
}

@media (max-width: 1024px) {
    .container.have-sidebar .content-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.container.have-sidebar .sidebar-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34.108%;
    flex: 0 0 34.108%;
    max-width: 34.108%;
    padding-left: 65px;
}

@media (max-width: 1024px) {
    .container.have-sidebar .sidebar-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 80px;
        padding-left: 0;
    }
}

.container.have-sidebar .content-area-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.container.have-sidebar.left-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.container.have-sidebar.left-sidebar .sidebar-area {
    padding-left: 0;
    padding-right: 65px;
}

.container.have-sidebar.no-sidebar .content-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.container-gap {
    padding-top: 125px;
    padding-bottom: 125px;
}

@media (max-width: 1024px) {
    .container-gap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.elementor .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: var(--jeena-container-width);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.elementor-section.jeena-overly-center-center .elementor-background-overlay {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.elementor-section.jeena-overly-center-left .elementor-background-overlay {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.elementor-section.jeena-overly-center-right .elementor-background-overlay {
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.elementor-section.jeena-overly-top-center .elementor-background-overlay {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.elementor-section.jeena-overly-top-right .elementor-background-overlay {
    left: auto;
    right: 0;
}

.elementor-section.jeena-overly-bottom-center .elementor-background-overlay {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.elementor-section.jeena-overly-bottom-left .elementor-background-overlay {
    top: auto;
    bottom: 0;
}

.elementor-section.jeena-overly-bottom-right .elementor-background-overlay {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes effect-1 {

    0%,
    100% {
        -webkit-transform: rotate(-11deg);
        transform: rotate(-11deg);
    }

    50% {
        -webkit-transform: rotate(11deg);
        transform: rotate(11deg);
    }
}

@keyframes effect-1 {

    0%,
    100% {
        -webkit-transform: rotate(-11deg);
        transform: rotate(-11deg);
    }

    50% {
        -webkit-transform: rotate(11deg);
        transform: rotate(11deg);
    }
}

@-webkit-keyframes effect-2 {

    0%,
    100% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

@keyframes effect-2 {

    0%,
    100% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

@-webkit-keyframes effect-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes effect-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes effect-4 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    40% {
        -webkit-transform: translate(-15px, 0);
        transform: translate(-15px, 0);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes effect-4 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    40% {
        -webkit-transform: translate(-15px, 0);
        transform: translate(-15px, 0);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes effect-5 {

    0%,
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    25%,
    75% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
    }

    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
}

@keyframes effect-5 {

    0%,
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    25%,
    75% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
    }

    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
}

@-webkit-keyframes effect-6 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@keyframes effect-6 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes effect-7 {
    0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translate(25px, -25px);
        transform: rotateX(0deg) translate(25px, -25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
}

@keyframes effect-7 {
    0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translate(25px, -25px);
        transform: rotateX(0deg) translate(25px, -25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
}

@-webkit-keyframes effect-8 {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

@keyframes effect-8 {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

@-webkit-keyframes effect-9 {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes effect-9 {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes effect-10 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        -webkit-transform: translate3d(0, -8%, 0);
        transform: translate3d(0, -8%, 0);
    }
}

@keyframes effect-10 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        -webkit-transform: translate3d(0, -8%, 0);
        transform: translate3d(0, -8%, 0);
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
}

.gallery-caption {
    display: block;
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -7px;
    margin-right: -7px;
}

.elementor-image-gallery .gallery {
    margin-bottom: 0;
}

.elementor-image-gallery .gallery a {
    display: block;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 7px;
}

.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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.wp-block-button {
    margin-bottom: 20px;
}

.wp-block-button__link {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 30px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 15px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
}

.wp-block-button__link:hover {
    background-color: var(--jeena-secondary-color);
    border-color: var(--jeena-secondary-color);
    color: var(--jeena-headline-color);
}

.is-style-outline .wp-block-button__link {
    padding: 13px 30px;
}

.is-style-outline .wp-block-button__link:hover {
    background-color: var(--jeena-secondary-color);
    border-color: var(--jeena-secondary-color);
    color: var(--jeena-headline-color);
}

.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.wp-block-calendar {
    margin: 20px 0;
}

.wp-block-calendar table caption,
.wp-block-calendar caption {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    margin-bottom: 5px;
}

.wp-block-calendar .wp-calendar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.wp-block-calendar a {
    text-decoration: none;
}

.blocks-gallery-caption {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    font-size: 15px;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    text-align: center;
    font-size: 15px;
}

.wp-block-cover {
    margin-bottom: 1.5em;
}

.wp-block-cover p:not(.has-text-color) {
    color: #fff;
}

.wp-block-separator {
    margin: 40px 0;
}

.wp-block-separator:not(.is-style-dots) {
    background-color: #767676;
    border: 0;
    height: 2px;
    text-align: left;
    border-color: transparent;
    max-width: 100%;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-separator.is-style-dots:before {
    content: "···············";
    color: #767676;
    font-size: 1.6875em;
    letter-spacing: 1.5rem;
    padding-left: 1.5rem;
}

blockquote {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    padding: 5px 25px;
    border-left: 3px solid var(--jeena-primary-color);
    margin: 0 0 30px;
    color: var(--jeena-headline-color);
}

blockquote p {
    margin: 0;
}

blockquote cite {
    font-weight: 500;
    color: var(--jeena-headline-color);
}

.wp-block-quote cite,
.blockquote cite,
.wp-block-pullquote cite {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    line-height: 1;
}

.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: 3px solid var(--jeena-primary-color);
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 30px;
    padding: 5px 30px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-style: normal;
    font-size: 24px;
    line-height: 1.6;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    text-align: left;
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
}

.wp-block-pullquote {
    margin: 0 0 30px;
    border-top: 3px solid var(--jeena-primary-color);
    border-bottom: 3px solid var(--jeena-primary-color);
    color: var(--jeena-headline-color);
    padding: 0;
}

.wp-block-pullquote blockquote {
    margin: 0;
    border: none;
    padding: 35px 25px;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 20px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    width: 100%;
    text-align: center;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
    visibility: visible;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    display: initial;
}

.wp-block-group.has-background {
    padding: 15px 15px 1px;
    margin-bottom: 30px;
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    font-size: 18px;
}

.wp-block-media-text {
    margin-bottom: 30px;
}

#wp-calendar caption {
    caption-side: top;
}

.wp-block-tag-cloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.wp-block-tag-cloud a {
    display: block;
    font-family: var(--jeena-primary-font);
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1;
    padding: 12px 15px;
    margin: 0 10px 10px 0;
    background-color: var(--jeena-light-color);
    color: var(--jeena-headline-color);
    text-transform: uppercase;
}

.wp-block-tag-cloud a:hover {
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
}

.entry-content .wp-block-search,
.wp-block-categories-dropdown {
    margin-bottom: 20px;
}

.site-header {
    position: relative;
    z-index: 999;
}

.site-header .header-container {
    max-width: 1780px;
    padding: 0 15px;
    margin: auto;
}

.site-header .header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.default-header .header-navigation {
    min-height: 100px;
}

.default-header .jeena-nav-menu {
    margin-left: 170px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 1366px) {
    .default-header .jeena-nav-menu {
        margin-left: 60px;
    }
}

.default-header .jeena-nav-menu .jeena-button-wrapper {
    margin-left: auto;
}

@media (max-width: 767px) {
    .default-header .jeena-nav-menu .jeena-button-wrapper {
        display: none;
    }
}

.default-header .jeena-nav-menu .navbar-toggler {
    margin-left: 30px;
}

.jeena-transparent-header .site-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
}

.jeena-transparent-header .default-header .nav-menu-wrapper ul.primary-menu>li>a {
    color: var(--jeena-white-color);
}

.jeena-transparent-header .default-header .jeena-nav-menu .navbar-toggler {
    border-color: var(--jeena-white-color);
}

.jeena-transparent-header .default-header .jeena-nav-menu .navbar-toggler .line {
    background-color: var(--jeena-white-color);
}

.admin-bar.jeena-transparent-header .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar.jeena-transparent-header .site-header {
        top: 46px;
    }
}

.site-footer {
    margin-top: auto;
    --text-color: #b6bace;
    --hover-text-color: #fff;
}

.site-footer.default-footer {
    background-color: var(--jeena-dark-color);
}

.site-footer .footer-widgets {
    padding: 80px 0;
}

.site-footer .footer-widgets .footer-widget-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
}

@media (max-width: 1024px) {
    .site-footer .footer-widgets .footer-widget-wrap {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .site-footer .footer-widgets .footer-widget-wrap {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.site-footer .footer-widgets .widget-title {
    padding: 0;
    border: none;
    color: var(--jeena-white-color);
}

.site-footer .footer-widgets .widget,
.site-footer .footer-widgets .widget a {
    color: var(--text-color);
}

.site-footer .footer-widgets .widget a:hover {
    color: var(--hover-text-color);
}

.site-footer .footer-copyright {
    background-color: #0f1425;
    font-size: 16px;
    padding: 25px 0;
    text-align: center;
}

.site-footer .footer-copyright p {
    margin: 0;
    color: var(--footer-text-color);
}

.back-to-top {
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 65px;
    height: 55px;
    border-radius: 55px 0 0 55px;
    padding: 6px 5px 4px 5px;
    text-align: left;
    z-index: 20;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateX(130%);
    -ms-transform: translateX(130%);
    transform: translateX(130%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: var(--jeena-primary-color);
}

@media (max-width: 767px) {
    .back-to-top:not(.show-on-mobile) {
        display: none;
    }
}

.back-to-top i {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    color: var(--jeena-primary-color);
    background-color: var(--jeena-white-color);
    z-index: 1;
}

.back-to-top.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.entry-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .entry-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.entry-post .entry-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
}

@media (max-width: 1024px) {
    .entry-post .entry-media {
        height: 420px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .entry-post .entry-media {
        height: 320px;
    }
}

@media (max-width: 479px) {
    .entry-post .entry-media {
        height: 240px;
    }
}

.entry-post .entry-media img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.entry-post .entry-summary {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 40px;
    background-color: var(--jeena-white-color);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.5);
    box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.5);
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .entry-post .entry-summary {
        padding: 30px;
    }
}

@media (max-width: 479px) {
    .entry-post .entry-summary {
        padding: 30px;
    }
}

.entry-post .post-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.entry-post .post-categories li {
    margin: 0 10px 10px 0;
}

.entry-post .post-categories a {
    font-family: var(--jeena-secondary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--jeena-body-color);
    border: 1px solid var(--jeena-border-color);
    border-radius: 5px;
    padding: 8px 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.entry-post .post-categories a:hover {
    background-color: var(--jeena-secondary-color);
    border-color: var(--jeena-secondary-color);
    color: var(--jeena-headline-color);
}

@media (max-width: 479px) {
    .entry-post .post-categories a {
        font-size: 13px;
        padding: 8px 10px;
    }
}

.entry-post .post-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 25px;
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .entry-post .post-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .entry-post .post-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .entry-post .post-title {
        font-size: 20px;
    }
}

.entry-post .post-title a {
    display: inherit;
}

.entry-post p {
    margin: 0;
    line-height: 2;
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .entry-post p {
        font-size: 15px;
    }
}

.entry-post .post-author-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 16px;
    font-family: var(--jeena-secondary-font);
    color: var(--jeena-body-color);
    margin-top: 30px;
}

@media (max-width: 479px) {
    .entry-post .post-author-date {
        font-size: 15px;
    }
}

.entry-post .post-author-date .author {
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 35px;
}

.entry-post .post-author-date i {
    margin-right: 5px;
}

.entry-post .line {
    display: block;
    margin: 30px 0;
    height: 1px;
    background-color: var(--jeena-border-color);
}

.entry-post .read-more {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--jeena-headline-color);
}

.entry-post .read-more span {
    text-decoration: underline;
}

.entry-post .read-more i {
    padding-left: 10px;
    position: relative;
    top: 1px;
}

.entry-post .read-more:hover {
    color: var(--jeena-primary-color);
}

@media (max-width: 479px) {
    .entry-post .read-more {
        font-size: 15px;
    }
}

.entry-post.sticky .entry-summary {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--jeena-light-color);
    border-right: 4px solid var(--jeena-primary-color);
}

.no-sidebar .entry-post .entry-summary {
    padding: 60px;
}

@media (max-width: 1200px) {
    .no-sidebar .entry-post .entry-summary {
        padding: 40px;
    }
}

@media (max-width: 479px) {
    .no-sidebar .entry-post .entry-summary {
        padding: 30px;
    }
}

.entry-post-details .entry-content-header {
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid var(--jeena-border-color);
}

.entry-post-details .entry-media {
    margin-bottom: 40px;
}

.entry-post-details .entry-content {
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--jeena-border-color);
}

@media (max-width: 479px) {
    .entry-post-details .entry-content {
        font-size: 15px;
    }
}

.entry-post-details .entry-content .post-password-form label {
    width: 100%;
    margin: 0;
}

.entry-post-details .entry-content .post-password-form p {
    position: relative;
}

.entry-post-details .entry-content .post-password-form p:last-child {
    margin-bottom: 0;
}

.entry-post-details .entry-content .post-password-form input {
    margin-top: 10px;
}

.entry-post-details .entry-content .post-password-form input:not(:focus) {
    border: 1px solid var(--jeena-border-color);
}

.entry-post-details .entry-content .post-password-form input[type=submit] {
    position: absolute;
    width: auto;
    height: 60px;
    bottom: 0;
    right: 0;
    padding: 0 45px;
}

.entry-post-details .entry-content .post-password-form input[type=password] {
    padding-right: 140px;
}

.entry-post-details .entry-content .wp-block-archives-list,
.entry-post-details .entry-content .wp-block-latest-comments,
.entry-post-details .entry-content .wp-block-latest-posts,
.entry-post-details .entry-content .wp-block-rss {
    padding: 0;
}

.entry-post-details .entry-content .wp-block-archives-list,
.entry-post-details .entry-content .wp-block-archives-list li,
.entry-post-details .entry-content .wp-block-latest-comments,
.entry-post-details .entry-content .wp-block-latest-comments li,
.entry-post-details .entry-content .wp-block-latest-posts,
.entry-post-details .entry-content .wp-block-latest-posts li,
.entry-post-details .entry-content .wp-block-rss,
.entry-post-details .entry-content .wp-block-rss li {
    list-style: none;
}

.entry-post-details .entry-content .wp-block-search__button {
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
    border: none;
}

.entry-post-details .entry-tags-share {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 20px 1fr;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
}

@media (max-width: 767px) {
    .entry-post-details .entry-tags-share {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.entry-post-details .entry-tags-share .related-tags-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-post-details .entry-tags-share .related-tags-wrap h6 {
    font-size: 18px;
    margin: 0 20px 0 0;
    letter-spacing: -0.3px;
}

.entry-post-details .entry-tags-share .related-tags-wrap .tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
}

.entry-post-details .entry-tags-share .related-tags-wrap a {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    color: var(--jeena-headline-color);
    background-color: var(--jeena-light-color);
    padding: 8px 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    margin: 10px 0 0 10px;
}

.entry-post-details .entry-tags-share .related-tags-wrap a:hover {
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
}

@media (max-width: 479px) {
    .entry-post-details .entry-tags-share .related-tags-wrap a {
        font-size: 14px;
    }
}

.entry-post-details .entry-tags-share .post-share-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .entry-post-details .entry-tags-share .post-share-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.entry-post-details .entry-tags-share .post-share-wrap h6 {
    font-size: 18px;
    margin: 0 20px 0 0;
    letter-spacing: -0.3px;
}

.entry-post-details .entry-tags-share .post-share-wrap ul {
    margin: -15px 0 0 -15px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
}

.entry-post-details .entry-tags-share .post-share-wrap ul li {
    margin: 15px 0 0 15px;
}

.entry-post-details .entry-tags-share .post-share-wrap a {
    font-size: 15px;
    color: var(--jeena-body-color);
    vertical-align: middle;
}

.entry-post-details .entry-tags-share .post-share-wrap a:hover {
    color: var(--jeena-primary-color);
}

.entry-post-details .entry-tags-share>div:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.entry-post-details .entry-author-info {
    background-color: var(--jeena-light-color);
    padding: 30px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
}

@media (max-width: 1024px) {
    .entry-post-details .entry-author-info {
        padding: 30px 35px;
    }
}

@media (max-width: 479px) {
    .entry-post-details .entry-author-info {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .entry-post-details .entry-author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.entry-post-details .entry-author-info .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 145px;
    flex: 0 0 145px;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .entry-post-details .entry-author-info .author-avatar {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.entry-post-details .entry-author-info .author-avatar img {
    border-radius: 50%;
}

.entry-post-details .entry-author-info .name {
    font-size: 22px;
    margin: 0 0 15px;
}

.entry-post-details .entry-author-info p {
    margin: 0;
}

.entry-post-details .entry-author-info .user-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.entry-post-details .entry-author-info .user-links li {
    margin: 0 18px 0 0;
}

.entry-post-details .entry-author-info .user-links a {
    font-size: 15px;
    color: var(--jeena-body-color);
}

.entry-post-details .entry-author-info .user-links a:hover {
    color: var(--jeena-primary-color);
}

.entry-post-details .entry-post-navigation {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry-post-details .entry-post-navigation .next-post,
.entry-post-details .entry-post-navigation .prev-post {
    max-width: calc(50% - 15px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin-top: 30px;
}

@media (max-width: 767px) {

    .entry-post-details .entry-post-navigation .next-post,
    .entry-post-details .entry-post-navigation .prev-post {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .entry-post-details .entry-post-navigation .next-post,
    .entry-post-details .entry-post-navigation .prev-post {
        max-width: 60%;
    }
}

.entry-post-details .entry-post-navigation .next-post {
    text-align: right;
    margin-left: auto;
}

.entry-post-details .entry-post-navigation a {
    display: block;
    font-size: 18px;
    font-family: var(--jeena-secondary-font);
    font-weight: 600;
    color: var(--jeena-headline-color);
    text-decoration: underline;
    line-height: 1.4;
}

@media (max-width: 479px) {
    .entry-post-details .entry-post-navigation a {
        font-size: 16px;
    }
}

.entry-post-details .entry-post-navigation a:hover {
    color: var(--jeena-primary-color);
}

.entry-post-details .entry-post-navigation .date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    line-height: 1;
}

.entry-post-details .entry-post-navigation .date i {
    margin-right: 10px;
    font-size: 90%;
}

.comments-area {
    margin-top: 80px;
}

.comments-area .comments-title {
    font-size: 24px;
    padding-bottom: 30px;
    margin: 0 0 35px;
    position: relative;
    line-height: 1.2;
    border-bottom: 1px solid var(--jeena-border-color);
}

@media (max-width: 767px) {
    .comments-area .comments-title {
        font-size: 20px;
    }
}

.comments-area .comment-respond {
    padding: 60px 50px;
    background-color: var(--jeena-light-color);
}

@media (max-width: 767px) {
    .comments-area .comment-respond {
        padding: 50px 40px;
    }
}

@media (max-width: 479px) {
    .comments-area .comment-respond {
        padding: 50px 30px;
    }
}

.comments-area .comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .comments-area .comment-respond .comment-reply-title {
        font-size: 20px;
    }
}

.comments-area .comment-respond form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comments-area .comment-respond p {
    margin: 0;
}

@media (max-width: 767px) {
    .comments-area .comment-respond p {
        font-size: 15px;
    }
}

.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond textarea {
    background-color: transparent;
    border: none;
    height: 55px;
    width: 100%;
    border-bottom: 1px solid rgba(38, 45, 61, 0.15);
    border-radius: 0;
    padding: 0;
    color: var(--jeena-body-color);
}

.comments-area .comment-respond input[type=text]:focus,
.comments-area .comment-respond input[type=email]:focus,
.comments-area .comment-respond input[type=url]:focus,
.comments-area .comment-respond textarea:focus {
    color: var(--jeena-headline-color);
    border-color: var(--jeena-headline-color);
}

@media (max-width: 767px) {

    .comments-area .comment-respond input[type=text],
    .comments-area .comment-respond input[type=email],
    .comments-area .comment-respond input[type=url],
    .comments-area .comment-respond textarea {
        font-size: 15px;
    }
}

.comments-area .comment-respond textarea {
    height: 130px;
    padding-top: 15px;
}

.comments-area .comment-respond .comment-notes {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.comments-area .comment-respond .comment-notes .required-field-message {
    font-weight: 500;
}

.comments-area .comment-respond .comment-form-comment,
.comments-area .comment-respond .comment-form-url,
.comments-area .comment-respond .comment-form-cookies-consent,
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-comment,
.comments-area .comment-respond .comment-form-url,
.comments-area .comment-respond .comment-form-cookies-consent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
}

@media (max-width: 479px) {

    .comments-area .comment-respond .comment-form-author,
    .comments-area .comment-respond .comment-form-email {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.comments-area .comment-respond .comment-form-url {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.comments-area .comment-respond .comment-form-author {
    padding-right: 15px;
}

@media (max-width: 479px) {
    .comments-area .comment-respond .comment-form-author {
        padding-right: 0;
    }
}

.comments-area .comment-respond .comment-form-email {
    padding-left: 15px;
}

@media (max-width: 479px) {
    .comments-area .comment-respond .comment-form-email {
        padding-left: 0;
    }
}

.comments-area .comment-respond .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.4;
}

.comments-area .comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

@media (max-width: 767px) {
    .comments-area .comment-respond .comment-form-cookies-consent label {
        font-size: 14px;
    }
}

.comments-area .comment-respond .form-submit {
    margin: 10px 0 0;
}

.comments-area .comment-list {
    margin: 0 0 80px;
    list-style: none;
    padding: 0;
}

.comments-area .comment-list li {
    margin: 0;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid var(--jeena-border-color);
}

.comments-area .comment-list .comment-respond {
    margin-top: 40px;
}

.comments-area .comment-list .children {
    margin: 30px 0 0 35px;
    padding: 30px 0 0;
    list-style: none;
    border-top: 1px solid var(--jeena-border-color);
}

@media (max-width: 479px) {
    .comments-area .comment-list .children {
        margin: 0 0 0 30px;
    }
}

.comments-area .comment-list .children li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.comments-area .comment-list .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .comments-area .comment-list .comment-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comments-area .comment-list .comment-body .comment-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .comments-area .comment-list .comment-body .comment-avatar {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.comments-area .comment-list .comment-body .comment-avatar img {
    border-radius: 50%;
}

.comments-area .comment-list .comment-body .comment-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .comments-area .comment-list .comment-body .comment-content {
        font-size: 15px;
    }
}

.comments-area .comment-list .comment-body .comment-content p:last-of-type {
    margin: 0;
}

.comments-area .comment-list .comment-body .comment-content img {
    margin: 15px 0;
}

.comments-area .comment-list .comment-body .comment-content li {
    margin-bottom: 10px;
    padding: 0;
    border: none;
}

.comments-area .comment-list .comment-body .comment-content .author-info {
    line-height: 1;
    padding-right: 110px;
}

.comments-area .comment-list .comment-body .comment-content .name {
    font-size: 18px;
    margin-bottom: 10px;
}

@media (max-width: 479px) {
    .comments-area .comment-list .comment-body .comment-content .name {
        font-size: 16px;
    }
}

.comments-area .comment-list .comment-body .comment-content .date {
    line-height: 1;
    font-size: 15px;
    margin-bottom: 20px;
}

@media (max-width: 479px) {
    .comments-area .comment-list .comment-body .comment-content .date {
        font-size: 14px;
    }
}

.comments-area .comment-list .comment-body .comment-content .comment-reply-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--jeena-primary-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
    border-radius: 5px;
    padding: 10px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid var(--jeena-primary-color);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.comments-area .comment-list .comment-body .comment-content .comment-reply-link i {
    margin-left: 8px;
}

.comments-area .comment-list .comment-body .comment-content .comment-reply-link:hover {
    background-color: var(--jeena-secondary-color);
    border-color: var(--jeena-secondary-color);
    color: var(--jeena-headline-color);
}

@media (max-width: 479px) {
    .comments-area .comment-list .comment-body .comment-content .comment-reply-link {
        font-size: 14px;
        padding: 8px 15px;
    }
}

.comments-area .no-comments {
    margin: 40px 0 0;
    font-weight: 600;
    color: var(--jeena-headline-color);
}

.widget:not(:last-child) {
    margin-bottom: 50px;
}

.widget.widget_block ul,
.widget.widget_block ol,
.widget ul,
.widget ol {
    padding: 0;
    list-style: none;
    margin: 0;
}

.widget.widget_block ul li,
.widget.widget_block ol li,
.widget ul li,
.widget ol li {
    margin: 0;
}

.widget .widget-title {
    font-size: 24px;
    margin: 0 0 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--jeena-border-color);
    position: relative;
}

@media (max-width: 1200px) {
    .widget .widget-title {
        font-size: 20px;
    }
}

.widget a {
    color: var(--jeena-headline-color);
}

.widget a:hover {
    color: var(--jeena-primary-color);
}

.widget.widget_block .wp-block-categories li,
.widget.widget_block .wp-block-archives li,
.widget.widget_categories li,
.widget.widget_archive li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--jeena-headline-color);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.4;
}

.widget.widget_block .wp-block-categories li:not(:last-child),
.widget.widget_block .wp-block-archives li:not(:last-child),
.widget.widget_categories li:not(:last-child),
.widget.widget_archive li:not(:last-child) {
    margin-bottom: 18px;
}

.widget.widget_block .wp-block-categories li .children,
.widget.widget_block .wp-block-archives li .children,
.widget.widget_categories li .children,
.widget.widget_archive li .children {
    margin-top: 18px;
    padding-left: 15px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.widget.widget_block .wp-block-categories li a,
.widget.widget_block .wp-block-archives li a,
.widget.widget_categories li a,
.widget.widget_archive li a {
    position: relative;
    max-width: calc(100% - 30px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.widget.widget_block .wp-block-categories li a::before,
.widget.widget_block .wp-block-archives li a::before,
.widget.widget_categories li a::before,
.widget.widget_archive li a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 8px;
}

.widget.widget_block .wp-block-categories li a:hover,
.widget.widget_block .wp-block-archives li a:hover,
.widget.widget_categories li a:hover,
.widget.widget_archive li a:hover {
    padding-left: 5px;
}

.widget.widget_calendar caption {
    font-size: 18px;
    font-weight: 600;
    color: var(--jeena-headline-color);
    text-align: center;
    margin-bottom: 10px;
}

.widget.widget_calendar table {
    margin: 0 0 15px;
}

.widget.widget_calendar a {
    color: var(--jeena-primary-color);
}

.widget.widget_calendar .wp-calendar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.widget.widget_calendar .wp-calendar-nav a {
    color: var(--jeena-headline-color);
}

.widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--jeena-primary-color);
}

.widget.widget_block .wp-block-latest-posts li:not(:last-child),
.widget.widget_pages li:not(:last-child),
.widget.widget_meta li:not(:last-child),
.widget.widget_nav_menu li:not(:last-child),
.widget.widget_recent_entries li:not(:last-child) {
    margin-bottom: 10px;
}

.widget.widget_block .wp-block-latest-posts li .children,
.widget.widget_block .wp-block-latest-posts li .sub-menu,
.widget.widget_pages li .children,
.widget.widget_pages li .sub-menu,
.widget.widget_meta li .children,
.widget.widget_meta li .sub-menu,
.widget.widget_nav_menu li .children,
.widget.widget_nav_menu li .sub-menu,
.widget.widget_recent_entries li .children,
.widget.widget_recent_entries li .sub-menu {
    margin-top: 10px;
    padding-left: 15px;
}

.widget.widget_block .wp-block-latest-posts li a,
.widget.widget_pages li a,
.widget.widget_meta li a,
.widget.widget_nav_menu li a,
.widget.widget_recent_entries li a {
    font-family: var(--jeena-primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
}

.widget.widget_block .wp-block-latest-posts li a:hover,
.widget.widget_pages li a:hover,
.widget.widget_meta li a:hover,
.widget.widget_nav_menu li a:hover,
.widget.widget_recent_entries li a:hover {
    padding-left: 5px;
}

.widget.widget_recent_entries li a {
    font-weight: 500;
    line-height: 1.5;
}

.widget.widget_block .wp-block-latest-comments li:not(:last-child),
.widget.widget_recent_comments li:not(:last-child) {
    margin-bottom: 10px;
}

.widget.widget_block .wp-block-latest-comments li a,
.widget.widget_recent_comments li a {
    color: var(--jeena-headline-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.widget.widget_block .wp-block-latest-comments li a:hover,
.widget.widget_recent_comments li a:hover {
    color: var(--jeena-primary-color);
}

.widget.widget_block .wp-block-latest-comments li .comment-author-link a,
.widget.widget_recent_comments li .comment-author-link a {
    font-weight: 600;
}

.widget.widget_rss .rss-widget-title {
    color: var(--jeena-headline-color);
}

.widget.widget_rss li:not(:last-child) {
    margin-bottom: 25px;
}

.widget.widget_rss li a.rsswidget {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: var(--jeena-headline-color);
    margin-bottom: 5px;
    line-height: 1.4;
}

@media (max-width: 479px) {
    .widget.widget_rss li a.rsswidget {
        font-size: 16px;
    }
}

.widget.widget_rss li a.rsswidget:hover {
    color: var(--jeena-primary-color);
}

.widget.widget_rss li span.rss-date,
.widget.widget_rss li cite {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.widget.widget_rss li cite {
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
}

.widget .wp-block-rss__item:not(:last-child) {
    margin-bottom: 20px;
}

.widget .wp-block-rss__item .wp-block-rss__item-title a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: var(--jeena-headline-color);
    margin-bottom: 5px;
    line-height: 1.4;
}

.widget .wp-block-rss__item .wp-block-rss__item-title a:hover {
    color: var(--jeena-primary-color);
}

.widget .wp-block-rss__item .wp-block-rss__item-publish-date {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.widget .wp-block-rss__item .wp-block-rss__item-author {
    margin-bottom: 15px;
    display: block;
}

.widget.widget_text {
    font-size: 16px;
}

.widget.widget_text .wp-caption-text {
    padding: 0;
}

@media (max-width: 479px) {
    .widget.widget_text {
        font-size: 15px;
    }
}

.widget.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.widget.widget_tag_cloud .tagcloud a {
    display: block;
    font-family: var(--jeena-primary-font);
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.15;
    padding: 10px 15px;
    margin: 5px;
    background-color: var(--jeena-light-color);
    color: var(--jeena-headline-color);
    text-transform: uppercase;
}

.widget.widget_tag_cloud .tagcloud a:hover {
    background-color: var(--jeena-secondary-color);
    color: var(--jeena-headline-color);
}

.widget.widget_search .widget-title {
    padding-bottom: 0;
    border-bottom: none;
}

.widget.widget_search form {
    position: relative;
}

.widget.widget_search input {
    padding: 0 50px 0 20px;
    border-radius: 5px;
    height: 60px;
    width: 100%;
    background-color: #f7f6fe;
}

.widget.widget_search button {
    position: absolute;
    right: 20px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    color: var(--jeena-headline-color);
    border: none;
    font-size: 15px;
    line-height: 1;
    width: auto;
    padding: 0;
}

.widget.widget_block.widget_search .wp-block-search__label {
    font-size: 16px;
    font-weight: 500;
    color: var(--jeena-headline-color);
    display: block;
    margin-bottom: 15px;
}

.widget.widget_block.widget_search .wp-block-search__input {
    padding: 0 30px;
    height: 60px;
    border: none;
}

.widget.widget_block.widget_search .wp-block-search__button {
    min-width: 90px;
    height: 60px;
    position: static;
    font-size: 14px;
    padding: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
}

.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-color: var(--jeena-border-color);
}

.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__button {
    margin: 0;
    min-width: 60px;
}

.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__button svg {
    fill: var(--jeena-white-color);
}

.widget .blocks-gallery-grid .blocks-gallery-image,
.widget .blocks-gallery-grid .blocks-gallery-item,
.widget .wp-block-gallery .blocks-gallery-image,
.widget .wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
}

.widget .blocks-gallery-grid .blocks-gallery-image:last-child,
.widget .blocks-gallery-grid .blocks-gallery-item:last-child,
.widget .wp-block-gallery .blocks-gallery-image:last-child,
.widget .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}

.widget .gallery {
    margin-bottom: 0;
}

.widget.widget_block h1,
.widget.widget_block h2,
.widget.widget_block h3,
.widget.widget_block h4,
.widget.widget_block h5,
.widget.widget_block h6 {
    font-size: 24px;
    margin: 0 0 25px;
}

.widget.widget_block.widget_recent_entries .wp-block-latest-posts__post-title {
    font-weight: 700;
    color: var(--jeena-headline-color);
}

.widget.widget_block.widget_recent_entries .wp-block-latest-comments__comment-date {
    font-weight: 500;
}

.widget .wp-block-tag-cloud a:hover {
    color: var(--jeena-white-color);
}

.jeena-wp-recent-posts ul {
    margin: 0;
    padding: 0;
}

.jeena-wp-recent-posts ul li {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--jeena-border-color);
    padding-bottom: 30px;
}

.jeena-wp-recent-posts ul li:not(:last-child) {
    margin-bottom: 30px;
}

.jeena-wp-recent-posts ul .post-thumbnail {
    width: 90px;
    height: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    overflow: hidden;
    margin-right: 25px;
}

@media (max-width: 479px) {
    .jeena-wp-recent-posts ul .post-thumbnail {
        width: 80px;
        height: 80px;
        -ms-flex-wrap: 0 0 80px;
        flex-wrap: 0 0 80px;
    }
}

.jeena-wp-recent-posts ul .post-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.jeena-wp-recent-posts ul .post-title {
    font-size: 18px;
    margin: 0 0 10px;
}

.jeena-wp-recent-posts ul .post-title a {
    color: inherit;
}

.jeena-wp-recent-posts ul .time {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.jeena-wp-recent-posts ul .time i {
    margin-right: 8px;
}

.jeena-wp-cta {
    text-align: center;
    background-color: var(--jeena-primary-color);
    padding: 45px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (min-width: 1025px) and (max-width: 1349px) {
    .jeena-wp-cta {
        padding: 40px 30px;
    }
}

.jeena-wp-cta::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/dots-overly.png);
    background-size: cover;
    background-position: center;
    opacity: 0.25;
}

.jeena-wp-cta .widget-title {
    margin: 0;
    padding: 0;
    border: none;
    color: var(--jeena-white-color);
    line-height: 1.5;
    font-size: 26px;
}

@media (max-width: 1200px) {
    .jeena-wp-cta .widget-title {
        font-size: 24px;
    }
}

.jeena-wp-cta .jeena-button {
    margin-top: 25px;
}

.jeena-wp-cta .jeena-button::before,
.jeena-wp-cta .jeena-button::after {
    background-color: var(--jeena-dark-color);
}

.jeena-wp-cta .jeena-button:hover {
    color: var(--jeena-white-color);
}

.page-title-wrapper {
    background-color: var(--jeena-dark-color);
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .page-title-wrapper {
        padding: 110px 0;
    }
}

@media (max-width: 767px) {
    .page-title-wrapper {
        padding: 100px 0;
    }
}

.page-title-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 31, 43, 0.65);
    z-index: -1;
}

.page-title-wrapper .page-content-wrap {
    max-width: 75%;
    margin: auto;
}

@media (max-width: 1024px) {
    .page-title-wrapper .page-content-wrap {
        max-width: 85%;
    }
}

@media (max-width: 767px) {
    .page-title-wrapper .page-content-wrap {
        max-width: 100%;
    }
}

.page-title-wrapper .page-title {
    font-size: 52px;
    font-weight: 600;
    color: var(--jeena-white-color);
    margin: 0 auto;
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .page-title-wrapper .page-title {
        font-size: 42px;
    }
}

@media (max-width: 1024px) {
    .page-title-wrapper .page-title {
        font-size: 36px;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .page-title-wrapper .page-title {
        font-size: 32px;
    }
}

@media (max-width: 479px) {
    .page-title-wrapper .page-title {
        font-size: 28px;
    }
}

.page-title-wrapper .jeena-breadcrumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin: 25px 0 0;
}

@media (max-width: 1024px) {
    .page-title-wrapper .jeena-breadcrumb {
        font-size: 16px;
        margin: 15px 0 0;
    }
}

.page-title-wrapper .jeena-breadcrumb .separator {
    margin: 0 15px;
}

.page-title-wrapper .jeena-breadcrumb,
.page-title-wrapper .jeena-breadcrumb a {
    color: var(--jeena-white-color);
}

.page-title-wrapper .jeena-breadcrumb .current {
    text-decoration: underline;
}

.page-title-wrapper .jeena-breadcrumb .fa,
.page-title-wrapper .jeena-breadcrumb .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.page-title-wrapper .post-title-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .page-title-wrapper .post-title-meta {
        font-size: 15px;
    }
}

@media (max-width: 479px) {
    .page-title-wrapper .post-title-meta {
        font-size: 14px;
    }
}

.page-title-wrapper .post-title-meta,
.page-title-wrapper .post-title-meta a {
    color: var(--jeena-white-color);
}

.page-title-wrapper .post-title-meta>span {
    margin: 0 8px;
}

.page-title-wrapper .post-title-meta>span {
    position: relative;
    padding-left: 20px;
}

.page-title-wrapper .post-title-meta>span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: var(--jeena-white-color);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 0.5;
}

.page-title-wrapper .post-title-meta>span:first-child {
    padding-left: 0;
}

.page-title-wrapper .post-title-meta>span:first-child::before {
    display: none;
}

.page-title-wrapper .post-title-meta i {
    font-size: 15px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .page-title-wrapper .post-title-meta i {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .page-title-wrapper .post-title-meta .author {
        display: none;
    }
}

@media (max-width: 479px) {
    .page-title-wrapper .post-title-meta .comments span {
        display: none;
    }
}

.jeena-transparent-header .page-title-wrapper {
    padding-top: 260px;
}

@media (max-width: 1200px) {
    .jeena-transparent-header .page-title-wrapper {
        padding-top: 250px;
    }
}

@media (max-width: 1024px) {
    .jeena-transparent-header .page-title-wrapper {
        padding-top: 220px;
    }
}

@media (max-width: 767px) {
    .jeena-transparent-header .page-title-wrapper {
        padding-top: 190px;
    }
}

.jeena-pagination,
.woocommerce-pagination {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin: 25px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    clear: both;
    padding: 10px 0 0;
}

.jeena-pagination li,
.woocommerce-pagination li {
    margin: 0 !important;
}

.jeena-pagination .page-numbers,
.woocommerce-pagination .page-numbers {
    display: block;
    height: 45px;
    width: 45px;
    margin: 5px 5px 0;
    padding: 0;
    color: var(--jeena-headline-color);
    font-family: var(--jeena-secondary-font);
    font-weight: 500;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid var(--jeena-border-color);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {

    .jeena-pagination .page-numbers,
    .woocommerce-pagination .page-numbers {
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 38px;
    }
}

.jeena-pagination .page-numbers.current,
.jeena-pagination .page-numbers:not(.dots):hover,
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:not(.dots):hover {
    color: var(--jeena-white-color);
    background-color: var(--jeena-primary-color);
    border-color: var(--jeena-primary-color);
}

.woocommerce-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
}

.page-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    clear: both;
}

.page-links .page-links-title {
    color: var(--jeena-headline-color);
    font-weight: 600;
    margin-right: 10px;
}

.page-links .post-page-numbers {
    width: 30px;
    height: 30px;
    border: 1px solid var(--jeena-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    margin-left: 5px;
    color: var(--jeena-headline-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current {
    background-color: var(--jeena-primary-color);
    border-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
}

.error-content-area {
    padding: 100px 0;
    text-align: center;
    line-height: 1;
}

@media (max-width: 767px) {
    .error-content-area {
        padding: 80px 0;
    }
}

.error-content-area .error-logo {
    max-width: 280px;
    margin: 0 auto 60px;
}

@media (max-width: 767px) {
    .error-content-area .error-logo {
        max-width: 180px;
    }
}

@media (min-width: 480px) and (max-width: 1024px) {
    .error-content-area .error-illustration img {
        max-width: 90%;
    }
}

.error-content-area .error-content {
    margin-top: 80px;
}

.error-content-area .error-content .error-title {
    font-size: 42px;
    letter-spacing: -0.5px;
    margin: 0 0 20px;
}

@media (max-width: 1200px) {
    .error-content-area .error-content .error-title {
        font-size: 38px;
    }
}

@media (max-width: 1024px) {
    .error-content-area .error-content .error-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .error-content-area .error-content .error-title {
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    .error-content-area .error-content .error-title {
        font-size: 24px;
    }
}

.error-content-area .error-content .error-subtitle {
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .error-content-area .error-content .error-subtitle {
        font-size: 15px;
    }
}

.error-content-area .error-content .jeena-button {
    margin-top: 35px;
}

.jeena-maintenance-page {
    background-color: #02050A;
}

.jeena-maintenance-page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.jeena-maintenance-page .container .maintenance-content {
    max-width: 50%;
    text-align: center;
}

@media (max-width: 1024px) {
    .jeena-maintenance-page .container .maintenance-content {
        max-width: 75%;
    }
}

@media (max-width: 767px) {
    .jeena-maintenance-page .container .maintenance-content {
        max-width: 80%;
    }
}

@media (max-width: 479px) {
    .jeena-maintenance-page .container .maintenance-content {
        max-width: 100%;
    }
}

.jeena-maintenance-page .container .maintenance-img {
    margin-bottom: 35px;
}

.jeena-maintenance-page .container .maintenance-title {
    font-size: 42px;
    line-height: 1.3;
    color: #fff;
}

@media (max-width: 767px) {
    .jeena-maintenance-page .container .maintenance-title {
        font-size: 32px;
    }
}

@media (max-width: 479px) {
    .jeena-maintenance-page .container .maintenance-title {
        font-size: 28px;
    }
}

.jeena-maintenance-page .container p {
    margin: 0;
    color: #c0c0c2;
}

.jeena-accordion .accordion-item {
    padding: 20px 30px;
    background-color: var(--jeena-white-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.15);
    box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.15);
}

@media (max-width: 479px) {
    .jeena-accordion .accordion-item {
        padding: 20px 25px;
    }
}

.jeena-accordion .accordion-item:not(:last-child) {
    margin-bottom: 15px;
}

.jeena-accordion .accordion-item .accordion-header {
    color: var(--jeena-headline-color);
    font-family: var(--jeena-secondary-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 479px) {
    .jeena-accordion .accordion-item .accordion-header {
        font-size: 16px;
    }
}

.jeena-accordion .accordion-item .accordion-header .icons {
    position: relative;
    width: 20px;
    font-size: 22px;
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 10px;
}

@media (max-width: 479px) {
    .jeena-accordion .accordion-item .accordion-header .icons {
        font-size: 20px;
    }
}

.jeena-accordion .accordion-item .accordion-header .icons span {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    visibility: visible;
    opacity: 1;
}

.jeena-accordion .accordion-item .accordion-header .icons .icon-close {
    visibility: hidden;
    opacity: 0;
}

.jeena-accordion .accordion-item .accordion-header .icons .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.jeena-accordion .accordion-item .accordion-header.active .icon-close {
    visibility: visible;
    opacity: 1;
}

.jeena-accordion .accordion-item .accordion-header.active .icon-open {
    visibility: hidden;
    opacity: 0;
}

.jeena-accordion .accordion-item .accordion-content {
    padding-top: 18px;
}

.jeena-accordion .accordion-item .accordion-content p:last-of-type {
    margin: 0;
}

.jeena-button-wrapper {
    line-height: 1;
}

.jeena-button {
    position: relative;
    z-index: 1;
    font-family: var(--jeena-primary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.188;
    text-transform: capitalize;
    text-decoration: none;
    border: none;
    border-radius: 0;
    background-color: var(--jeena-secondary-color);
    color: var(--jeena-headline-color);
    overflow: hidden;
    padding: 18px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .jeena-button {
        font-size: 15px;
        padding: 16px 30px;
    }
}

@media (max-width: 479px) {
    .jeena-button {
        font-size: 15px;
        padding: 16px 25px;
    }
}

.jeena-button .icon-align-right {
    margin-left: 8px;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
}

.jeena-button .icon-align-left {
    margin-right: 8px;
}

.jeena-button .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    vertical-align: middle;
}

.jeena-button::before,
.jeena-button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    background-color: var(--jeena-primary-color);
    -webkit-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    transition: linear 0.2s;
}

.jeena-button::after {
    left: auto;
    right: 0;
}

.jeena-button:hover {
    color: var(--jeena-white-color);
}

.jeena-button.hover-normal::before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 0;
}

.jeena-button.hover-normal:hover::before {
    opacity: 1;
    visibility: visible;
}

.jeena-button.hover-left:hover::before {
    width: 100%;
}

.jeena-button.hover-right:hover::after {
    width: 100%;
}

.jeena-button.hover-left-right:hover::before,
.jeena-button.hover-left-right:hover::after {
    width: 55%;
}

.jeena-button.hover-top::before {
    width: 100%;
    height: 0;
}

.jeena-button.hover-top:hover::before {
    height: 100%;
}

.jeena-button.hover-bottom::after {
    width: 100%;
    height: 0;
    top: auto;
    bottom: 0;
}

.jeena-button.hover-bottom:hover::after {
    height: 100%;
}

.jeena-button.hover-top-bottom::before {
    width: 100%;
    height: 0;
}

.jeena-button.hover-top-bottom::after {
    width: 100%;
    height: 0;
    top: auto;
    bottom: 0;
}

.jeena-button.hover-top-bottom:hover::before,
.jeena-button.hover-top-bottom:hover::after {
    height: 100%;
}

ul.jeena-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    --icon-space: 10px;
}

ul.jeena-check-list li {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.jeena-check-list li:not(:last-child) {
    margin-bottom: 18px;
}

ul.jeena-check-list li .list-icon {
    color: var(--jeena-white-color);
    background-color: var(--jeena-primary-color);
    font-size: 13px;
    padding: 6px;
    border-radius: 50%;
}

ul.jeena-check-list li .list-icon .fa-check {
    position: relative;
    top: 1px;
}

ul.jeena-check-list li .list-text {
    color: var(--jeena-headline-color);
    font-family: var(--jeena-secondary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

ul.jeena-check-list.icon-left .list-icon {
    margin-right: var(--icon-space);
}

ul.jeena-check-list.icon-right li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

ul.jeena-check-list.icon-right .list-icon {
    margin-left: var(--icon-space);
}

.jeena-content-switcher {
    --switcher-width: 40px;
    --switcher-height: 20px;
}

.jeena-content-switcher .switcher-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.jeena-content-switcher .switcher-btn-wrapper .switcher-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--jeena-primary-color);
    border-radius: 0;
    padding: 18px 40px;
    line-height: 1;
}

.jeena-content-switcher .switcher-btn-wrapper .switch-btn {
    color: var(--jeena-white-color);
    font-size: 16px;
    font-weight: 700;
}

.jeena-content-switcher .switcher-btn-wrapper .switcher-input-label {
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: var(--switcher-width);
    height: var(--switcher-height);
    margin: 0 20px;
}

.jeena-content-switcher .switcher-btn-wrapper .switcher-checkbox {
    width: 0;
    height: 0;
    opacity: 0;
}

.jeena-content-switcher .switcher-btn-wrapper .switcher-slider {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--jeena-white-color);
    border-radius: 10px;
    cursor: pointer;
}

.jeena-content-switcher .switcher-btn-wrapper .switcher-slider::before {
    content: "";
    position: absolute;
    left: 0;
    width: var(--switcher-height);
    height: var(--switcher-height);
    background-color: var(--jeena-secondary-color);
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.jeena-content-switcher .switcher-btn-wrapper input:checked+.switcher-slider::before {
    -webkit-transform: translateX(calc(var(--switcher-width) - var(--switcher-height)));
    -ms-transform: translateX(calc(var(--switcher-width) - var(--switcher-height)));
    transform: translateX(calc(var(--switcher-width) - var(--switcher-height)));
}

.jeena-content-switcher .switcher-content-container .switcher-content-wrap:not(.active) {
    display: none;
}

.jeena-counter-box {
    position: relative;
    line-height: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: var(--jeena-white-color);
    padding: 45px;
    border: 1px solid var(--jeena-border-color);
    --icon-space: 30px;
}

@media (max-width: 479px) {
    .jeena-counter-box {
        padding: 35px 30px;
    }
}

.jeena-counter-box.text-center {
    text-align: center;
}

.jeena-counter-box.text-right {
    text-align: right;
}

.jeena-counter-box.text-left {
    text-align: left;
}

.jeena-counter-box.icon-top .counter-icon {
    margin-bottom: var(--icon-space);
}

.jeena-counter-box.icon-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 479px) {
    .jeena-counter-box.icon-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .jeena-counter-box.icon-left.text-right {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .jeena-counter-box.icon-left.text-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .jeena-counter-box.icon-left.text-left {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
}

.jeena-counter-box.icon-left .counter-icon {
    margin-right: var(--icon-space);
}

@media (max-width: 479px) {
    .jeena-counter-box.icon-left .counter-icon {
        margin-right: 0;
        margin-bottom: var(--icon-space);
    }
}

.jeena-counter-box.icon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 479px) {
    .jeena-counter-box.icon-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .jeena-counter-box.icon-right.text-right {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .jeena-counter-box.icon-right.text-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .jeena-counter-box.icon-right.text-left {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
}

.jeena-counter-box.icon-right .counter-icon {
    margin-left: var(--icon-space);
}

@media (max-width: 479px) {
    .jeena-counter-box.icon-right .counter-icon {
        margin-left: 0;
        margin-bottom: var(--icon-space);
    }
}

@media (min-width: 480px) {
    .jeena-counter-box.icon-right .box-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.jeena-counter-box .counter-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 55px;
    color: var(--jeena-primary-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-counter-box .counter-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.jeena-counter-box .counter-wrap {
    line-height: 1;
    font-family: var(--jeena-secondary-font);
    font-size: 42px;
    font-weight: 600;
    color: var(--jeena-headline-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .jeena-counter-box .counter-wrap {
        font-size: 32px;
    }
}

.jeena-counter-box .counter-title {
    font-family: var(--jeena-primary-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--jeena-headline-color);
    margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .jeena-counter-box .counter-title {
        font-size: 16px;
    }
}

.jeena-counter-box .counter-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--jeena-body-color);
    margin: 12px 0 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .jeena-counter-box .counter-desc {
        font-size: 15px;
    }
}

.jeena-advanced-heading {
    line-height: 1;
    --line-gap: 15px;
}

.jeena-advanced-heading .subheading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    color: var(--jeena-primary-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.jeena-advanced-heading .subheading .line {
    width: 40px;
    height: 2px;
    background-color: var(--jeena-primary-color);
}

.jeena-advanced-heading .subheading .line.line-before {
    margin-right: var(--line-gap);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.jeena-advanced-heading .subheading .line.line-after {
    margin-left: var(--line-gap);
}

.jeena-advanced-heading .subheading .line.line-bottom {
    margin-top: var(--line-gap);
}

.jeena-advanced-heading.line-style-bottom .subheading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jeena-advanced-heading .main-heading {
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
}

@media (max-width: 1200px) {
    .jeena-advanced-heading .main-heading {
        font-size: 38px;
    }
}

@media (max-width: 1024px) {
    .jeena-advanced-heading .main-heading {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .jeena-advanced-heading .main-heading {
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    .jeena-advanced-heading .main-heading {
        font-size: 26px;
    }
}

.jeena-hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.jeena-hotline .hotline-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 15px;
    color: var(--jeena-primary-color);
    border: 2px solid var(--jeena-border-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 479px) {
    .jeena-hotline .hotline-icon {
        width: 50px;
        height: 50px;
        font-size: 15px;
    }
}

.jeena-hotline .hotline-title {
    font-weight: 500;
    display: block;
    line-height: 1.2;
    margin-bottom: 8px;
}

@media (max-width: 479px) {
    .jeena-hotline .hotline-title {
        font-size: 15px;
    }
}

.jeena-hotline .hotline-link {
    color: var(--jeena-headline-color);
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 479px) {
    .jeena-hotline .hotline-link {
        font-size: 16px;
    }
}

.jeena-hotline .hotline-link:hover {
    color: var(--jeena-primary-color);
}

.jeena-image-list-box {
    background-color: var(--jeena-white-color);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.1);
    padding: 35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
}

@media (max-width: 1200px) {
    .jeena-image-list-box {
        padding: 35px 30px;
    }
}

.jeena-image-list-box .box-image {
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-image-list-box .box-title {
    font-size: 22px;
    line-height: 1.3;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid var(--jeena-border-color);
}

.jeena-image-list-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jeena-image-list-box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jeena-image-list-box ul li .list-icon {
    margin-right: 10px;
}

.jeena-image-list-box ul li .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.jeena-image-list-box ul li:not(:last-of-type) {
    margin-bottom: 18px;
}

.jeena-image-box {
    position: relative;
    z-index: 1;
    line-height: 1;
}

.jeena-image-box .box-image {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.jeena-image-box .box-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-image-box .box-image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    background-color: var(--jeena-dark-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
    visibility: hidden;
}

.jeena-image-box .box-icon {
    width: 85px;
    height: 85px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
    margin-bottom: 25px;
    line-height: 1;
    font-size: 45px;
}

@media (max-width: 479px) {
    .jeena-image-box .box-icon {
        width: 80px;
        height: 80px;
        font-size: 38px;
    }
}

.jeena-image-box .box-icon img {
    width: 50px;
}

.jeena-image-box .title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

@media (max-width: 1366px) {
    .jeena-image-box .title {
        font-size: 22px;
    }
}

.jeena-image-box .title a,
.jeena-image-box .title a:hover {
    color: inherit;
}

.jeena-image-box .title a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.jeena-image-box .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

.jeena-image-box .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--jeena-primary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.188;
    text-transform: capitalize;
    color: var(--jeena-primary-color);
    margin-top: 30px;
}

.jeena-image-box .read-more i.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.jeena-image-box .read-more.icon-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.jeena-image-box .read-more.icon-left i {
    margin-left: 0;
    margin-right: 8px;
}

.jeena-image-box .read-more.icon-right i {
    margin-left: 8px;
}

.jeena-image-box .box-content,
.jeena-image-box .box-content-two,
.jeena-image-box .box-icon,
.jeena-image-box .title,
.jeena-image-box .description,
.jeena-image-box .read-more .box-index {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-image-box .box-index {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: var(--jeena-secondary-font);
    font-size: 250px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: transparent;
    stroke-width: 1px;
    -webkit-text-stroke: 1px;
    stroke: rgba(255, 255, 255, 0.15);
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 1366px) {
    .jeena-image-box .box-index {
        font-size: 160px;
    }
}

@media (max-width: 1024px) {
    .jeena-image-box .box-index {
        font-size: 120px;
    }
}

@media (max-width: 479px) {
    .jeena-image-box .box-index {
        font-size: 100px;
    }
}

.jeena-image-box:hover .box-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.jeena-image-box:hover .box-image::before {
    height: 100%;
    visibility: visible;
}

.jeena-image-box.layout-one .box-image {
    height: 550px;
}

@media (max-width: 1024px) {
    .jeena-image-box.layout-one .box-image {
        height: 520px;
    }
}

@media (max-width: 767px) {
    .jeena-image-box.layout-one .box-image {
        height: 480px;
    }
}

.jeena-image-box.layout-one .title {
    color: var(--jeena-white-color);
    font-size: 35px;
}

@media (max-width: 1366px) {
    .jeena-image-box.layout-one .title {
        font-size: 28px;
    }
}

.jeena-image-box.layout-one .description {
    color: var(--jeena-white-color);
}

.jeena-image-box.layout-one .read-more {
    padding: 18px 30px;
    background-color: var(--jeena-secondary-color);
    color: var(--jeena-headline-color);
}

@media (max-width: 1366px) {
    .jeena-image-box.layout-one .read-more {
        padding: 16px 25px;
    }
}

.jeena-image-box.layout-one .read-more:hover {
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
}

.jeena-image-box.layout-one .box-content {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1366px) {
    .jeena-image-box.layout-one .box-content {
        left: 35px;
        right: 35px;
    }
}

.jeena-image-box.layout-one:hover .box-image::before {
    height: 100%;
    visibility: visible;
}

.jeena-image-box.layout-one:hover .box-content {
    opacity: 1;
    visibility: visible;
    bottom: 50px;
}

.jeena-image-box.layout-two .box-icon {
    height: auto;
    width: auto;
    font-size: 65px;
    background-color: transparent;
    color: var(--jeena-primary-color);
    margin-bottom: 20px;
}

.jeena-image-box.layout-two .box-image {
    height: 300px;
}

.jeena-image-box.layout-two .box-image::before {
    opacity: 0.5;
}

@media (max-width: 479px) {
    .jeena-image-box.layout-two .box-image {
        height: 250px;
    }
}

.jeena-image-box.layout-two .title {
    font-size: 22px;
    margin: 0 0 18px;
}

@media (max-width: 1200px) {
    .jeena-image-box.layout-two .title {
        font-size: 20px;
    }
}

.jeena-image-box.layout-two .read-more {
    margin-top: 25px;
}

.jeena-image-box.layout-two .box-content {
    background-color: var(--jeena-white-color);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.1);
    padding: 40px 50px;
    margin: -85px 20px 0 60px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1349px) {
    .jeena-image-box.layout-two .box-content {
        padding: 40px 35px;
    }
}

@media (max-width: 1200px) {
    .jeena-image-box.layout-two .box-content {
        margin: -85px 20px 0 35px;
        padding: 40px 30px;
    }
}

@media (max-width: 479px) {
    .jeena-image-box.layout-two .box-content {
        margin: -60px 20px 0;
    }
}

.jeena-image-box.layout-two .box-index {
    left: auto;
    right: 35px;
    top: 30px;
    font-size: 150px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    stroke: rgba(27, 31, 46, 0.1);
    -webkit-text-stroke-color: rgba(27, 31, 46, 0.1);
}

@media (max-width: 1349px) {
    .jeena-image-box.layout-two .box-index {
        font-size: 120px;
    }
}

.jeena-image-box.layout-two:hover .box-content {
    background-color: var(--jeena-primary-color);
}

.jeena-image-box.layout-two:hover .box-icon,
.jeena-image-box.layout-two:hover .title,
.jeena-image-box.layout-two:hover .description,
.jeena-image-box.layout-two:hover .read-more {
    color: var(--jeena-white-color);
}

.jeena-image-box.layout-two:hover .box-index {
    stroke: rgba(255, 255, 255, 0.15);
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
}

.jeena-image-box.layout-three .box-image {
    height: 470px;
}

.jeena-image-box.layout-three .box-image::before {
    opacity: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(27, 31, 45)), to(rgba(21, 16, 30, 0.10196)));
    background: -o-linear-gradient(bottom, rgb(27, 31, 45) 0%, rgba(21, 16, 30, 0.10196) 100%);
    background: linear-gradient(0deg, rgb(27, 31, 45) 0%, rgba(21, 16, 30, 0.10196) 100%);
    visibility: visible;
    height: 100%;
}

.jeena-image-box.layout-three .title,
.jeena-image-box.layout-three .description {
    color: var(--jeena-white-color);
}

.jeena-image-box.layout-three .read-more {
    color: var(--jeena-secondary-color);
}

.jeena-image-box.layout-three .read-more span {
    text-decoration: underline;
}

.jeena-image-box.layout-three .box-content {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 1366px) {
    .jeena-image-box.layout-three .box-content {
        left: 35px;
        right: 35px;
    }
}

.jeena-image-box.layout-three .box-content-two {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 40px;
    z-index: 2;
    opacity: 1;
}

@media (max-width: 1366px) {
    .jeena-image-box.layout-three .box-content-two {
        left: 35px;
        right: 35px;
    }
}

.jeena-image-box.layout-three .box-content-two .title {
    margin: 0 !important;
}

.jeena-image-box.layout-three .box-index {
    left: auto;
    right: 35px;
    top: 30px;
    font-size: 150px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width: 1200px) {
    .jeena-image-box.layout-three .box-index {
        font-size: 120px;
    }
}

.jeena-image-box.layout-three:hover .box-content {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
}

.jeena-image-box.layout-three:hover .box-content-two {
    visibility: hidden;
    opacity: 0;
    bottom: 75px;
}

.jeena-info-box {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
    z-index: 1;
    --badge-h-offset: 0px;
    --badge-v-offset: 0px;
    --badge-rotate: 0deg;
    --icon-space: 35px;
}

.jeena-info-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.jeena-info-box:hover::before {
    opacity: 1;
    visibility: visible;
}

.jeena-info-box.text-center {
    text-align: center;
}

@media (max-width: 479px) {
    .jeena-info-box.text-center .box-title {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}

.jeena-info-box.text-right {
    text-align: right;
}

@media (max-width: 479px) {
    .jeena-info-box.text-right .box-title {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
}

.jeena-info-box.text-left {
    text-align: left;
}

@media (max-width: 479px) {
    .jeena-info-box.text-left .box-title {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
}

.jeena-info-box.icon-top .box-icon {
    margin-bottom: var(--icon-space);
}

.jeena-info-box.icon-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 479px) {
    .jeena-info-box.icon-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .jeena-info-box.icon-left.text-right {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .jeena-info-box.icon-left.text-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .jeena-info-box.icon-left.text-left {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
}

.jeena-info-box.icon-left .box-icon {
    margin-right: var(--icon-space);
}

@media (max-width: 479px) {
    .jeena-info-box.icon-left .box-icon {
        margin-right: 0;
        margin-bottom: var(--icon-space);
    }
}

.jeena-info-box.icon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 479px) {
    .jeena-info-box.icon-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .jeena-info-box.icon-right.text-right {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .jeena-info-box.icon-right.text-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .jeena-info-box.icon-right.text-left {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
}

.jeena-info-box.icon-right .box-icon {
    margin-left: var(--icon-space);
}

@media (max-width: 479px) {
    .jeena-info-box.icon-right .box-icon {
        margin-left: 0;
        margin-bottom: var(--icon-space);
    }
}

@media (min-width: 480px) {
    .jeena-info-box.icon-right .box-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.jeena-info-box .box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.jeena-info-box .box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 55px;
    color: var(--jeena-primary-color);
}

.jeena-info-box .box-icon img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

.jeena-info-box .box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 479px) {
    .jeena-info-box .box-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.jeena-info-box .box-title a {
    display: block;
    color: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.jeena-info-box .box-title a:hover {
    color: inherit;
}

.jeena-info-box .box-title .title-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.jeena-info-box .description {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-info-box .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: var(--jeena-headline-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-info-box .read-more i.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.jeena-info-box .read-more.icon-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.jeena-info-box .read-more.icon-left i {
    margin-left: 0;
    margin-right: 8px;
}

.jeena-info-box .read-more.icon-right i {
    margin-left: 8px;
}

.jeena-info-box .read-more:hover {
    color: var(--jeena-primary-color);
}

.jeena-info-box .box-badge {
    position: absolute;
    right: var(--badge-h-offset);
    top: var(--badge-v-offset);
    padding: 5px 10px;
    border-radius: 30px;
    vertical-align: middle;
    background: var(--jeena-primary-color);
    color: var(--jeena-white-color);
    font-size: 11px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    -webkit-transform: rotate(var(--badge-rotate));
    -ms-transform: rotate(var(--badge-rotate));
    transform: rotate(var(--badge-rotate));
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-info-box .box-badge.badge-top-left {
    left: var(--badge-h-offset);
    right: auto;
}

.jeena-info-box .box-badge.badge-bottom-left {
    top: auto;
    bottom: var(--badge-v-offset);
    left: var(--badge-h-offset);
    right: auto;
}

.jeena-info-box .box-badge.badge-bottom-right {
    top: auto;
    bottom: var(--badge-v-offset);
}

.jeena-info-box .box-wrapper-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.jeena-information-box {
    background-color: var(--jeena-white-color);
    padding: 40px 50px;
    border: 1px solid var(--jeena-border-color);
    line-height: 1;
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .jeena-information-box {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .jeena-information-box {
        padding: 35px;
    }
}

.jeena-information-box::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 10px;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: transparent;
    z-index: -1;
    border: 1px solid var(--jeena-border-color);
    border-top: 0;
}

.jeena-information-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -30px 0 0 -50px;
    padding: 0;
    list-style: none;
}

@media (max-width: 1200px) {
    .jeena-information-box ul {
        margin: -30px 0 0 -30px;
    }
}

@media (max-width: 767px) {
    .jeena-information-box ul {
        margin: -20px 0 0 -20px;
    }
}

.jeena-information-box ul li {
    margin: 0;
    padding-top: 30px;
    padding-left: 50px;
}

@media (max-width: 1200px) {
    .jeena-information-box ul li {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .jeena-information-box ul li {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 479px) {
    .jeena-information-box ul li {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.jeena-information-box .info-title,
.jeena-information-box .info-desc {
    display: block;
}

.jeena-information-box .info-title {
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .jeena-information-box .info-title {
        font-size: 15px;
    }
}

.jeena-information-box .info-desc {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--jeena-headline-color);
}

@media (max-width: 1024px) {
    .jeena-information-box .info-desc {
        font-size: 18px;
        margin-top: 6px;
    }
}

.jeena-clients-logo {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

@media (max-width: 1024px) {
    .jeena-clients-logo {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

.jeena-clients-logo.jeena-slider-wrapper {
    display: block;
}

.jeena-clients-logo.jeena-slider-wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jeena-clients-logo .logo-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-width: 0;
}

.jeena-clients-logo .logo-wrap,
.jeena-clients-logo .logo-wrap a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-clients-logo .logo-wrap .item-url {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.jeena-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jeena-search-form .search-submit {
    padding: 0;
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 70px;
}

.jeena-search-form .search-submit i {
    margin: 0;
}

.jeena-search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jeena-search-wrapper .search-icon {
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: var(--jeena-headline-color);
    padding: 8px;
}

.jeena-search-wrapper .jeena-search-canvas {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 65%;
    -webkit-transition: 0.65s ease;
    -o-transition: 0.65s ease;
    transition: 0.65s ease;
    padding: 35px;
    z-index: 99999;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1024px) {
    .jeena-search-wrapper .jeena-search-canvas {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .jeena-search-wrapper .jeena-search-canvas {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .jeena-search-wrapper .jeena-search-canvas {
        padding: 30px;
    }
}

.jeena-search-wrapper .jeena-search-canvas .canvas-inner {
    position: relative;
}

.jeena-search-wrapper .jeena-search-canvas .search-close {
    position: absolute;
    color: var(--jeena-white-color);
    right: 35px;
    top: 0;
    font-size: 25px;
    line-height: 1;
    padding: 5px;
    cursor: pointer;
}

@media (max-width: 479px) {
    .jeena-search-wrapper .jeena-search-canvas .search-close {
        font-size: 20px;
    }
}

.jeena-search-wrapper .jeena-search-canvas input {
    background-color: transparent;
    border-bottom: 1px solid var(--jeena-white-color);
    padding: 0;
    color: var(--jeena-white-color);
}

.jeena-search-wrapper .jeena-search-canvas input:focus {
    border-color: transparent;
    border-bottom-color: var(--jeena-white-color);
}

@media (max-width: 479px) {
    .jeena-search-wrapper .jeena-search-canvas input {
        font-size: 15px;
    }
}

.jeena-search-wrapper .jeena-search-canvas button {
    width: auto;
    height: auto;
    background-color: transparent;
}

.jeena-search-wrapper .jeena-search-overly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: 0.55s ease;
    -o-transition: 0.55s ease;
    transition: 0.55s ease;
    background-color: #000000;
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
}

.jeena-search-wrapper.show-search-canvas .jeena-search-canvas {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.jeena-search-wrapper.show-search-canvas .jeena-search-overly {
    opacity: 0.85;
    visibility: visible;
}

.jeena-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jeena-nav-menu .nav-menu-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.jeena-nav-menu .nav-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jeena-nav-menu .nav-menu-wrapper ul.primary-menu>li {
    height: 100px;
}

.jeena-nav-menu .nav-menu-wrapper ul.primary-menu>li>a {
    height: 100%;
}

.jeena-nav-menu .nav-menu-wrapper a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    color: var(--jeena-headline-color);
    font-family: var(--jeena-primary-font);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1349px) {
    .jeena-nav-menu .nav-menu-wrapper a {
        font-size: 16px;
    }
}

.jeena-nav-menu .nav-menu-wrapper a:hover {
    color: var(--jeena-primary-color);
}

.jeena-nav-menu .nav-menu-wrapper a .submenu-toggler {
    margin-left: 8px;
    font-size: 90%;
}

.jeena-nav-menu .nav-menu-wrapper li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px;
    position: relative;
    height: 100%;
}

.jeena-nav-menu .nav-menu-wrapper .sub-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    display: block;
    width: 220px;
    z-index: 2;
    background-color: var(--jeena-white-color);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
    box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}

.jeena-nav-menu .nav-menu-wrapper .sub-menu a {
    padding: 14px 20px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
}

.jeena-nav-menu .nav-menu-wrapper .sub-menu a .submenu-toggler i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.jeena-nav-menu .nav-menu-wrapper .sub-menu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 !important;
    padding: 0;
}

.jeena-nav-menu .nav-menu-wrapper .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--jeena-border-color);
}

.jeena-nav-menu .nav-menu-wrapper .sub-menu li .sub-menu {
    left: 100%;
    top: 30px;
}

.jeena-nav-menu .nav-menu-wrapper .sub-menu li:hover>.sub-menu {
    top: 0;
}

.jeena-nav-menu .nav-menu-wrapper li.current_page_item>a {
    color: var(--jeena-primary-color);
}

.jeena-nav-menu .nav-menu-wrapper li:hover>.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.jeena-nav-menu .nav-menu-wrapper.nav-right ul.primary-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jeena-nav-menu .nav-menu-wrapper.nav-right ul.primary-menu>li:last-child {
    margin-right: 0;
}

.jeena-nav-menu .nav-menu-wrapper.nav-right ul.primary-menu>li:last-child>a {
    padding-right: 0;
}

.jeena-nav-menu .nav-menu-wrapper.nav-left ul.primary-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jeena-nav-menu .nav-menu-wrapper.nav-left ul.primary-menu>li:first-child {
    margin-left: 0;
}

.jeena-nav-menu .nav-menu-wrapper.nav-left ul.primary-menu>li:first-child>a {
    padding-left: 0;
}

.jeena-nav-menu .navbar-toggler {
    width: 50px;
    height: 42px;
    border: 1px solid var(--jeena-headline-color);
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.jeena-nav-menu .navbar-toggler .line {
    height: 2px;
    width: 30px;
    display: block;
    margin: 6px auto;
    background-color: var(--jeena-headline-color);
}

.jeena-nav-menu .slide-panel-wrapper {
    display: none;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-overly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    background-color: var(--jeena-headline-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-content {
    position: fixed;
    z-index: 9999;
    background-color: var(--jeena-white-color);
    overflow: hidden;
    width: 340px;
    height: 100vh;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.45s ease-in-out;
    transition: -webkit-transform 0.45s ease-in-out;
    -o-transition: transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 50px 30px 40px;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-content::-webkit-scrollbar {
    width: 0;
}

@media (max-width: 479px) {
    .jeena-nav-menu .slide-panel-wrapper .slide-panel-content {
        width: calc(100% - 40px);
    }
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-close {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
    font-size: 28px;
    line-height: 1;
    color: var(--jeena-headline-color);
    cursor: pointer;
}

.jeena-nav-menu .slide-panel-wrapper.show-panel .slide-panel-overly {
    opacity: 0.5;
    visibility: visible;
}

.jeena-nav-menu .slide-panel-wrapper.show-panel .slide-panel-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-logo {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: var(--jeena-headline-color);
    margin-bottom: 40px;
    max-width: 150px;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu ul.primary-menu {
    border-top: 1px solid var(--jeena-border-color);
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 45px 15px 0;
    color: var(--jeena-headline-color);
    font-family: var(--jeena-primary-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #f2f2f2;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler {
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid var(--jeena-border-color);
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler.sub-menu-open i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu li {
    margin: 0;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu li.current_page_item>a {
    color: var(--jeena-primary-color);
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu {
    display: none;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu a {
    padding-left: 20px;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu .sub-menu a {
    padding-left: 40px;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 60px;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 80px;
}

.jeena-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 100px;
}

@media (max-width: 1200px) {
    .jeena-nav-menu.mobile-expand-xl {
        height: 100px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .jeena-nav-menu.mobile-expand-xl .nav-menu-wrapper {
        display: none;
    }

    .jeena-nav-menu.mobile-expand-xl .navbar-toggler {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .jeena-nav-menu.mobile-expand-xl .slide-panel-wrapper {
        display: block;
    }
}

@media (max-width: 1024px) {
    .jeena-nav-menu.mobile-expand-lg {
        height: 100px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .jeena-nav-menu.mobile-expand-lg .nav-menu-wrapper {
        display: none;
    }

    .jeena-nav-menu.mobile-expand-lg .navbar-toggler {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .jeena-nav-menu.mobile-expand-lg .slide-panel-wrapper {
        display: block;
    }
}

@media (max-width: 767px) {
    .jeena-nav-menu.mobile-expand-md {
        height: 100px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .jeena-nav-menu.mobile-expand-md .nav-menu-wrapper {
        display: none;
    }

    .jeena-nav-menu.mobile-expand-md .navbar-toggler {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .jeena-nav-menu.mobile-expand-md .slide-panel-wrapper {
        display: block;
    }
}

.jeena-nav-menu.mobile-expand-all {
    height: 100px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jeena-nav-menu.mobile-expand-all .nav-menu-wrapper {
    display: none;
}

.jeena-nav-menu.mobile-expand-all .navbar-toggler {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.jeena-nav-menu.mobile-expand-all .slide-panel-wrapper {
    display: block;
}

body.admin-bar .jeena-nav-menu .slide-panel-wrapper .slide-panel-overly,
body.admin-bar .jeena-nav-menu .slide-panel-wrapper .slide-panel-content {
    top: 32px;
    height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {

    body.admin-bar .jeena-nav-menu .slide-panel-wrapper .slide-panel-overly,
    body.admin-bar .jeena-nav-menu .slide-panel-wrapper .slide-panel-content {
        top: 46px;
        height: calc(100vh - 46px);
    }
}

.jeena-offcanvas-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.3s linear 0.15s;
    -o-transition: all 0.3s linear 0.15s;
    transition: all 0.3s linear 0.15s;
}

.jeena-offcanvas-wrapper .offcanvas-overly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.3s linear 0.15s;
    -o-transition: all 0.3s linear 0.15s;
    transition: all 0.3s linear 0.15s;
}

.jeena-offcanvas-wrapper .offcanvas-container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    width: 420px;
    background-color: var(--jeena-white-color);
    -webkit-transition: all 0.3s linear 0.15s;
    -o-transition: all 0.3s linear 0.15s;
    transition: all 0.3s linear 0.15s;
    overflow: hidden;
    overflow-y: scroll;
}

.jeena-offcanvas-wrapper .offcanvas-container::-webkit-scrollbar {
    width: 0;
}

.jeena-offcanvas-wrapper .offcanvas-container .offcanvas-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: var(--jeena-white-color);
    background-color: var(--jeena-dark-color);
    z-index: 2;
}

.admin-bar .jeena-offcanvas-wrapper {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .jeena-offcanvas-wrapper {
        top: 46px;
    }
}

.jeena-offcanvas .offcanvas-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: relative;
}

.jeena-offcanvas .offcanvas-toggle span {
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--jeena-primary-color);
    margin: auto;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-offcanvas .offcanvas-toggle span:nth-child(2) {
    margin: 5px auto;
}

.jeena-offcanvas .offcanvas-toggle span::before,
.jeena-offcanvas .offcanvas-toggle span::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
}

.jeena-offcanvas .offcanvas-toggle span::after {
    left: auto;
    right: -10px;
}

.jeena-offcanvas .offcanvas-toggle:hover span {
    background-color: var(--jeena-dark-color);
}

.jeena-offcanvas .offcanvas-toggle.toggle-right {
    margin-left: auto;
}

.jeena-offcanvas .offcanvas-toggle.toggle-center {
    margin: auto;
}

.jeena-offcanvas .jeena-offcanvas-wrapper {
    z-index: 0;
    visibility: hidden;
}

.jeena-offcanvas .jeena-offcanvas-wrapper .offcanvas-container {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.jeena-offcanvas .jeena-offcanvas-wrapper .offcanvas-overly {
    opacity: 0;
    visibility: hidden;
}

.jeena-offcanvas .jeena-offcanvas-wrapper.offcanvas-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jeena-offcanvas .jeena-offcanvas-wrapper.offcanvas-left .offcanvas-close {
    left: auto;
    right: 0;
}

.jeena-offcanvas .jeena-offcanvas-wrapper.offcanvas-left .offcanvas-container {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.jeena-offcanvas .jeena-offcanvas-wrapper.show-offcanvas {
    z-index: 9999;
    visibility: visible;
}

.jeena-offcanvas .jeena-offcanvas-wrapper.show-offcanvas .offcanvas-container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.jeena-offcanvas .jeena-offcanvas-wrapper.show-offcanvas .offcanvas-overly {
    opacity: 1;
    visibility: visible;
}

.jeena-video .jeena-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #e7e7e8;
    width: 100%;
    height: 580px;
}

.jeena-video .jeena-image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 1024px) {
    .jeena-video .jeena-image {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .jeena-video .jeena-image {
        height: 320px;
    }
}

.jeena-video,
.jeena-video .jeena-image,
.jeena-video .popup-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jeena-video .popup-video {
    height: 80px;
    width: 80px;
    color: var(--jeena-white-color);
    background: var(--jeena-secondary-color);
    border-radius: 50%;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .jeena-video .popup-video {
        width: 60px;
        height: 60px;
        font-size: 15px;
    }
}

.jeena-video .popup-video.animated-border::before,
.jeena-video .popup-video.animated-border::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid var(--jeena-primary-color);
    border-radius: 50%;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}

.jeena-video .popup-video.animated-border::after {
    -webkit-animation: pulse-border 1s linear infinite;
    animation: pulse-border 1s linear infinite;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.jeena-portfolio-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

@media (max-width: 1024px) {
    .jeena-portfolio-items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .jeena-portfolio-items {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.jeena-portfolio-items.jeena-slider-wrapper {
    display: block;
}

.jeena-portfolio-items .portfolio-item {
    position: relative;
    line-height: 1;
    min-width: 0;
}

.jeena-portfolio-items .portfolio-item .portfolio-thumbnail {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.jeena-portfolio-items .portfolio-item .portfolio-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-portfolio-items .portfolio-item .portfolio-thumbnail::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: var(--jeena-dark-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.jeena-portfolio-items .portfolio-item .portfolio-thumbnail .plus-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

@media (max-width: 1366px) {
    .jeena-portfolio-items .portfolio-item .portfolio-thumbnail .plus-icon {
        width: 80px;
        height: 80px;
    }
}

.jeena-portfolio-items .portfolio-item .portfolio-thumbnail .plus-icon::before,
.jeena-portfolio-items .portfolio-item .portfolio-thumbnail .plus-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--jeena-white-color);
}

.jeena-portfolio-items .portfolio-item .portfolio-thumbnail .plus-icon::before {
    height: 100%;
    width: 2px;
}

.jeena-portfolio-items .portfolio-item .portfolio-thumbnail .plus-icon::after {
    width: 100%;
    height: 2px;
}

.jeena-portfolio-items .portfolio-item:hover .portfolio-thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.jeena-portfolio-items .portfolio-item:hover .portfolio-thumbnail::before {
    height: 100%;
    opacity: 0.65;
    visibility: visible;
}

.jeena-portfolio-items .portfolio-item:hover .portfolio-thumbnail .plus-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.jeena-portfolio-items .portfolio-item .title {
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
}

@media (max-width: 1200px) {
    .jeena-portfolio-items .portfolio-item .title {
        font-size: 18px;
    }
}

.jeena-portfolio-items .portfolio-item .title a,
.jeena-portfolio-items .portfolio-item .title a:hover {
    color: inherit;
}

.jeena-portfolio-items .portfolio-item .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.jeena-portfolio-items .portfolio-item .categories a {
    display: block;
    padding: 9px 15px 7px;
    color: var(--jeena-headline-color);
    background-color: var(--jeena-secondary-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 5px;
}

@media (max-width: 1200px) {
    .jeena-portfolio-items .portfolio-item .categories a {
        padding: 9px 10px 7px;
        font-size: 14px;
    }
}

.jeena-portfolio-items .portfolio-item .categories a:hover {
    color: var(--jeena-white-color);
    background-color: var(--jeena-dark-color);
}

.jeena-portfolio-items .portfolio-item .portfolio-content {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-portfolio-items .portfolio-item.style-normal .portfolio-thumbnail {
    height: 390px;
}

@media (max-width: 1200px) {
    .jeena-portfolio-items .portfolio-item.style-normal .portfolio-thumbnail {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .jeena-portfolio-items .portfolio-item.style-normal .portfolio-thumbnail {
        height: 280px;
    }
}

.jeena-portfolio-items .portfolio-item.style-normal .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jeena-portfolio-items .portfolio-item.style-normal .portfolio-content {
    background-color: var(--jeena-white-color);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.15);
    box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.15);
    padding: 20px 30px;
}

@media (max-width: 1200px) {
    .jeena-portfolio-items .portfolio-item.style-normal .portfolio-content {
        padding: 20px 25px;
    }
}

.jeena-portfolio-items .portfolio-item.style-normal .portfolio-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    background-color: #f0edfe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: var(--jeena-headline-color);
    border-radius: 50%;
    margin-left: 30px;
}

.jeena-portfolio-items .portfolio-item.style-normal .portfolio-link:hover {
    color: var(--jeena-white-color);
    background-color: var(--jeena-primary-color);
}

.jeena-portfolio-items .portfolio-item.style-creative {
    overflow: hidden;
}

.jeena-portfolio-items .portfolio-item.style-creative .portfolio-thumbnail {
    height: 485px;
}

@media (max-width: 1200px) {
    .jeena-portfolio-items .portfolio-item.style-creative {
        height: 440px;
    }
}

@media (max-width: 767px) {
    .jeena-portfolio-items .portfolio-item.style-creative {
        height: 420px;
    }
}

.jeena-portfolio-items .portfolio-item.style-creative .categories {
    margin: 0;
}

.jeena-portfolio-items .portfolio-item.style-creative .categories a {
    margin: 0;
}

.jeena-portfolio-items .portfolio-item.style-creative .categories a:not(:last-child) {
    border-right: 1px solid var(--jeena-dark-color);
}

.jeena-portfolio-items .portfolio-item.style-creative .title {
    display: inline-block;
    background-color: var(--jeena-white-color);
    padding: 12px 25px;
}

.jeena-portfolio-items .portfolio-item.style-creative .portfolio-content {
    position: absolute;
    left: 50px;
    right: 180px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
}

@media (max-width: 1366px) {
    .jeena-portfolio-items .portfolio-item.style-creative .portfolio-content {
        left: 30px;
        right: 120px;
    }
}

.jeena-portfolio-items .portfolio-item.style-creative .portfolio-link {
    position: absolute;
    right: 0;
    bottom: 120px;
    z-index: 3;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--jeena-white-color);
    border-radius: 50%;
    font-size: 35px;
    color: var(--jeena-white-color);
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1366px) {
    .jeena-portfolio-items .portfolio-item.style-creative .portfolio-link {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 1200px) {
    .jeena-portfolio-items .portfolio-item.style-creative .portfolio-link {
        width: 65px;
        height: 65px;
        font-size: 26px;
    }
}

.jeena-portfolio-items .portfolio-item.style-creative .portfolio-link i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.jeena-portfolio-items .portfolio-item.style-creative .portfolio-link:hover {
    color: var(--jeena-headline-color);
    background-color: var(--jeena-white-color);
}

.jeena-portfolio-items .portfolio-item.style-creative:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
    bottom: 50px;
}

.jeena-portfolio-items .portfolio-item.style-creative:hover .portfolio-link {
    opacity: 1;
    visibility: visible;
    opacity: 1;
    right: 50px;
}

@media (max-width: 1366px) {
    .jeena-portfolio-items .portfolio-item.style-creative:hover .portfolio-link {
        right: 30px;
    }
}

.jeena-portfolio-items .portfolio-item.style-hover-content {
    overflow: hidden;
}

.jeena-portfolio-items .portfolio-item.style-hover-content .portfolio-thumbnail {
    height: 535px;
}

@media (max-width: 1200px) {
    .jeena-portfolio-items .portfolio-item.style-hover-content .portfolio-thumbnail {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .jeena-portfolio-items .portfolio-item.style-hover-content .portfolio-thumbnail {
        height: 380px;
    }
}

.jeena-portfolio-items .portfolio-item.style-hover-content .categories {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jeena-portfolio-items .portfolio-item.style-hover-content .portfolio-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    visibility: hidden;
}

.jeena-portfolio-items .portfolio-item.style-hover-content .plus-icon {
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 2;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .jeena-portfolio-items .portfolio-item.style-hover-content .plus-icon {
        width: 60px;
        height: 60px;
    }
}

.jeena-portfolio-items .portfolio-item.style-hover-content .plus-icon::before,
.jeena-portfolio-items .portfolio-item.style-hover-content .plus-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--jeena-white-color);
}

.jeena-portfolio-items .portfolio-item.style-hover-content .plus-icon::before {
    height: 100%;
    width: 2px;
}

.jeena-portfolio-items .portfolio-item.style-hover-content .plus-icon::after {
    width: 100%;
    height: 2px;
}

.jeena-portfolio-items .portfolio-item.style-hover-content .title {
    font-size: 24px;
    line-height: 1.45;
    color: var(--jeena-white-color);
}

@media (max-width: 767px) {
    .jeena-portfolio-items .portfolio-item.style-hover-content .title {
        font-size: 22px;
    }
}

.jeena-portfolio-items .portfolio-item.style-hover-content .categories {
    margin-bottom: 15px;
}

.jeena-portfolio-items .portfolio-item.style-hover-content:hover .portfolio-thumbnail::before {
    opacity: 0.75;
}

.jeena-portfolio-items .portfolio-item.style-hover-content:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio-archive-content .jeena-advanced-heading {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 55%;
}

@media (max-width: 1349px) {
    .portfolio-archive-content .jeena-advanced-heading {
        max-width: 60%;
    }
}

@media (max-width: 1200px) {
    .portfolio-archive-content .jeena-advanced-heading {
        max-width: 65%;
    }
}

@media (max-width: 1024px) {
    .portfolio-archive-content .jeena-advanced-heading {
        max-width: 75%;
    }
}

@media (max-width: 767px) {
    .portfolio-archive-content .jeena-advanced-heading {
        max-width: 100%;
    }
}

.portfolio-archive-content .jeena-advanced-heading .main-heading {
    margin: 0 0 25px;
}

.portfolio-archive-content .jeena-advanced-heading p {
    margin: auto;
    line-height: 1.6;
}

.portfolio-archive-content .jeena-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.jeena-post-boxes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-height: 0;
    min-width: 0;
}

@media (max-width: 1024px) {
    .jeena-post-boxes {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .jeena-post-boxes {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.jeena-post-boxes.jeena-slider-wrapper {
    display: block;
}

.jeena-post-boxes .jeena-post-box {
    position: relative;
    line-height: 1;
    min-width: 0;
}

.jeena-post-boxes .jeena-post-box .post-thumbnail {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

@media (max-width: 479px) {
    .jeena-post-boxes .jeena-post-box .post-thumbnail {
        height: 250px;
    }
}

.jeena-post-boxes .jeena-post-box .post-thumbnail img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.jeena-post-boxes .jeena-post-box .post-content {
    background-color: var(--jeena-white-color);
    padding: 35px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.15);
    box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.15);
    position: relative;
    z-index: 2;
}

@media (max-width: 1200px) {
    .jeena-post-boxes .jeena-post-box .post-content {
        padding: 30px;
    }
}

.jeena-post-boxes .jeena-post-box .post-content p {
    font-size: 16px;
    line-height: 1.7;
    margin: 25px 0 0;
}

.jeena-post-boxes .jeena-post-box .post-title {
    font-size: 24px;
    margin: 0;
}

@media (max-width: 1200px) {
    .jeena-post-boxes .jeena-post-box .post-title {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .jeena-post-boxes .jeena-post-box .post-title {
        font-size: 20px;
    }
}

.jeena-post-boxes .jeena-post-box .post-date-comment {
    margin-bottom: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    .jeena-post-boxes .jeena-post-box .post-date-comment {
        font-size: 14px;
    }
}

.jeena-post-boxes .jeena-post-box .post-date-comment i {
    margin-right: 8px;
}

@media (max-width: 1200px) {
    .jeena-post-boxes .jeena-post-box .post-date-comment i {
        margin-right: 6px;
    }
}

.jeena-post-boxes .jeena-post-box .post-date-comment>span:not(:first-child) {
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}

@media (max-width: 1349px) {
    .jeena-post-boxes .jeena-post-box .post-date-comment>span:not(:first-child) {
        padding-left: 15px;
        margin-left: 15px;
    }
}

.jeena-post-boxes .jeena-post-box .post-date-comment>span:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #BABBC0;
    border-radius: 50%;
}

@media (max-width: 479px) {
    .jeena-post-boxes .jeena-post-box .post-date-comment .post-comments>span {
        display: none;
    }
}

.jeena-post-boxes .jeena-post-box .read-more {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--jeena-body-color);
}

.jeena-post-boxes .jeena-post-box .read-more i {
    font-size: 90%;
    margin-left: 8px;
}

@media (max-width: 479px) {
    .jeena-post-boxes .jeena-post-box .read-more {
        font-size: 14px;
    }
}

.jeena-post-boxes .jeena-post-box .read-more .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.jeena-post-boxes .jeena-post-box .read-more:hover {
    color: var(--jeena-primary-color);
}

.jeena-post-boxes .jeena-post-box .post-author {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--jeena-secondary-font);
    line-height: 1.3;
    margin-top: 20px;
}

.jeena-post-boxes .jeena-post-box .post-author .note {
    font-style: italic;
    margin-right: 5px;
}

@media (max-width: 479px) {
    .jeena-post-boxes .jeena-post-box .post-author .note {
        font-size: 14px;
    }
}

.jeena-post-boxes .jeena-post-box .post-author .name {
    font-weight: 600;
    color: var(--jeena-primary-color);
}

@media (max-width: 479px) {
    .jeena-post-boxes .jeena-post-box .post-author .name {
        font-size: 14px;
    }
}

.jeena-post-boxes .jeena-post-box .post-author .photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

@media (max-width: 479px) {
    .jeena-post-boxes .jeena-post-box .post-author .photo {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }
}

.jeena-post-boxes .jeena-post-box .post-author .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.jeena-post-boxes .jeena-post-box .content-footer {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid var(--jeena-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jeena-post-boxes .jeena-post-box .content-footer .post-author {
    margin-top: 0 !important;
}

.jeena-post-boxes .jeena-post-box .post-categories {
    position: absolute;
    left: 30px;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jeena-post-boxes .jeena-post-box .post-categories a {
    color: var(--jeena-headline-color);
    background-color: var(--jeena-secondary-color);
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 5px;
}

.jeena-post-boxes .jeena-post-box .post-categories a:hover {
    color: var(--jeena-white-color);
    background-color: var(--jeena-dark-color);
}

.jeena-post-boxes .jeena-post-box:hover .post-thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.jeena-post-boxes.post-creative {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 55px;
}

@media (max-width: 1024px) {
    .jeena-post-boxes.post-creative {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.jeena-post-boxes.post-creative .jeena-post-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
}

.jeena-post-boxes.post-creative .jeena-post-box .post-thumbnail {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    margin-bottom: -160px;
}

@media (max-width: 1349px) {
    .jeena-post-boxes.post-creative .jeena-post-box .post-thumbnail {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/6;
    }
}

@media (max-width: 1024px) {
    .jeena-post-boxes.post-creative .jeena-post-box .post-thumbnail {
        margin-bottom: -120px;
    }
}

@media (max-width: 479px) {
    .jeena-post-boxes.post-creative .jeena-post-box .post-thumbnail {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/7;
        max-width: 95%;
        margin-right: auto;
        margin-bottom: -80px;
    }
}

.jeena-post-boxes.post-creative .jeena-post-box .post-content {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/7;
}

@media (max-width: 1349px) {
    .jeena-post-boxes.post-creative .jeena-post-box .post-content {
        -ms-grid-column: 2;
        -ms-grid-column-span: 5;
        grid-column: 2/7;
    }
}

@media (max-width: 479px) {
    .jeena-post-boxes.post-creative .jeena-post-box .post-content {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/7;
        max-width: 95%;
        margin-left: auto;
    }
}

.jeena-post-boxes.post-creative .jeena-post-box .post-categories {
    bottom: auto;
    top: 25px;
}

.jeena-post-boxes.post-boxed {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}

.jeena-post-boxes.post-boxed .jeena-post-box {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.1);
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .jeena-post-boxes.post-boxed .jeena-post-box {
        padding: 35px;
    }
}

@media (max-width: 479px) {
    .jeena-post-boxes.post-boxed .jeena-post-box {
        padding: 35px 30px;
    }
}

@media (max-width: 767px) {
    .jeena-post-boxes.post-boxed .jeena-post-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.jeena-post-boxes.post-boxed .jeena-post-box .post-thumbnail {
    width: 35%;
    height: 260px;
    margin-right: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .jeena-post-boxes.post-boxed .jeena-post-box .post-thumbnail {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
}

.jeena-post-boxes.post-boxed .jeena-post-box .post-content {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.jeena-post-boxes.post-boxed .jeena-post-box .post-categories {
    bottom: auto;
    top: 25px;
}

.jeena-post-boxes.post-boxed .jeena-post-box .content-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jeena-post-boxes.post-boxed .jeena-post-box .content-footer .post-author {
    margin-right: 45px;
}

@media (max-width: 479px) {
    .jeena-post-boxes.post-boxed .jeena-post-box .content-footer .post-author {
        margin-right: 20px;
    }
}

.jeena-post-boxes .jeena-pagination {
    grid-column: 1/-1;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-preloader .animation-preloader {
    position: absolute;
    z-index: 1000;
}

.site-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--jeena-headline-color);
    height: 9em;
    width: 9em;
    margin: 0 auto 3em;
}

@media (max-width: 767px) {
    .site-preloader .animation-preloader .spinner {
        width: 8em;
        height: 8em;
    }
}

@media (max-width: 479px) {
    .site-preloader .animation-preloader .spinner {
        width: 6em;
        height: 6em;
    }
}

.site-preloader .animation-preloader .text-loading {
    font-size: 4.5em;
    font-family: var(--jeena-secondary-font);
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 1;
}

@media (max-width: 1024px) {
    .site-preloader .animation-preloader .text-loading {
        font-size: 3.5em;
    }
}

@media (max-width: 767px) {
    .site-preloader .animation-preloader .text-loading {
        font-size: 2.5em;
    }
}

@media (max-width: 479px) {
    .site-preloader .animation-preloader .text-loading {
        font-size: 1.8em;
    }
}

.site-preloader .animation-preloader .text-loading .letters-loading {
    color: rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 8px;
}

@media (max-width: 767px) {
    .site-preloader .animation-preloader .text-loading .letters-loading {
        margin: 0 5px;
    }
}

.site-preloader .animation-preloader .text-loading .letters-loading::before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: var(--jeena-headline-color);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(2)::before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(3)::before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(4)::before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(5)::before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(6)::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(7)::before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(8)::before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(9)::before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(10)::before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(11)::before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(12)::before {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(13)::before {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(14)::before {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(15)::before {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(16)::before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.site-preloader .animation-preloader .loading-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--jeena-headline-color);
    margin: 1.5em 0 0;
}

.site-preloader .preloader-layer {
    position: absolute;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.site-preloader .preloader-layer.layer-one {
    left: 0;
}

.site-preloader .preloader-layer.layer-two {
    left: 33.3333%;
}

.site-preloader .preloader-layer.layer-three {
    left: 66.6666%;
}

.site-preloader .preloader-layer .overly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--jeena-white-color);
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

.jeena-pricing-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--jeena-white-color);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.1);
    padding: 50px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .jeena-pricing-table {
        padding: 50px 35px;
    }
}

.jeena-pricing-table .pricing-table-title {
    font-family: var(--jeena-primary-font);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.jeena-pricing-table .pricing-table-subtitle {
    color: var(--jeena-primary-color);
    line-height: 1.5;
    margin: 0;
}

.jeena-pricing-table .pricing-table-price {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: var(--jeena-primary-font);
    font-size: 42px;
    font-weight: 600;
    color: var(--jeena-headline-color);
    line-height: 1;
}

@media (max-width: 1200px) {
    .jeena-pricing-table .pricing-table-price {
        font-size: 38px;
    }
}

.jeena-pricing-table .pricing-table-price .pricing-table-period {
    font-size: 16px;
    font-weight: 500;
    color: var(--jeena-body-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
}

.jeena-pricing-table .pricing-table-price .pricing-table-period::before {
    content: "/";
    font-size: 20px;
    color: var(--jeena-headline-color);
}

.jeena-pricing-table .pricing-features-list {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.jeena-pricing-table .pricing-features-list li:not(.pricing-features-title) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.jeena-pricing-table .pricing-features-list li.pricing-features-title {
    display: inline-block;
    font-family: var(--jeena-primary-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    color: var(--jeena-headline-color);
    margin-bottom: 20px;
    border-bottom: 1px solid var(--jeena-headline-color);
}

.jeena-pricing-table .pricing-features-list li .feature-text {
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .jeena-pricing-table .pricing-features-list li .feature-text {
        font-size: 16px;
    }
}

.jeena-pricing-table .pricing-features-list li .feature-icon {
    margin-right: 10px;
}

.jeena-pricing-table .pricing-features-list li i.fa,
.jeena-pricing-table .pricing-features-list li i.fas {
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
}

.jeena-pricing-table .pricing-features-list li:last-child {
    margin-bottom: 0 !important;
}

.jeena-pricing-table .pricing-table-btn {
    margin: 30px 0 0;
}

.jeena-pricing-table .pricing-table-btn .jeena-button {
    width: 100%;
}

.jeena-pricing-table .pricing-table-btn .jeena-button .fa-long-arrow-right {
    position: relative;
    top: 1px;
}

.jeena-pricing-table .pricing-table-badge {
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    background-color: #FF9C00;
    color: var(--jeena-white-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    padding: 10px 20px;
}

.jeena-pricing-table.button-after-feature .pricing-table-btn {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
}

.jeena-site-logo {
    font-family: var(--jeena-secondary-font);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
}

.jeena-site-logo a {
    max-width: 150px;
    color: var(--jeena-headline-color);
}

.jeena-slider-active {
    --grid-gap: 30px;
    margin-left: calc(var(--grid-gap) / -2);
    margin-right: calc(var(--grid-gap) / -2);
}

.jeena-slider-active .jeena-slider-item {
    padding-left: calc(var(--grid-gap) / 2);
    padding-right: calc(var(--grid-gap) / 2);
}

.jeena-slider-active.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.jeena-slider-active .slick-slide img {
    display: inline-block;
}

.jeena-slider-wrapper {
    position: relative;
}

.jeena-slider-wrapper .jeena-slider-dots {
    --dots-size: 10px;
    --dots-space: 4px;
    position: absolute;
    left: 50%;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.jeena-slider-wrapper .jeena-slider-dots .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    bottom: 0;
}

.jeena-slider-wrapper .jeena-slider-dots .slick-dots li {
    margin: 0 var(--dots-space);
    width: var(--dots-size);
    height: var(--dots-size);
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--jeena-primary-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-slider-wrapper .jeena-slider-dots .slick-dots li.slick-active {
    background-color: var(--jeena-secondary-color);
}

.jeena-slider-wrapper .jeena-slider-dots .slick-dots button {
    display: none;
}

.jeena-slider-wrapper .jeena-slider-dots.dots-right {
    left: auto;
    right: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.jeena-slider-wrapper .jeena-slider-dots.dots-left {
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.jeena-slider-wrapper .jeena-slider-arrows {
    --arrow-size: 50px;
    --arrow-h-p: 0;
    --arrow-v-p: 50%;
    --arrow-space: 10px;
    --transform-x: 0px;
    --transform-y: -50%;
}

.jeena-slider-wrapper .jeena-slider-arrows .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.jeena-slider-wrapper .jeena-slider-arrows .slick-arrow {
    position: absolute;
    top: var(--arrow-v-p);
    left: var(--arrow-h-p);
    -webkit-transform: translate(var(--transform-x), var(--transform-y));
    -ms-transform: translate(var(--transform-x), var(--transform-y));
    transform: translate(var(--transform-x), var(--transform-y));
    width: var(--arrow-size);
    height: var(--arrow-size);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--jeena-secondary-color);
    color: var(--jeena-headline-color);
    font-size: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-slider-wrapper .jeena-slider-arrows .arrow-next {
    left: auto;
    right: var(--arrow-h-p);
    -webkit-transform: translate(calc(-1 * var(--transform-x)), var(--transform-y));
    -ms-transform: translate(calc(-1 * var(--transform-x)), var(--transform-y));
    transform: translate(calc(-1 * var(--transform-x)), var(--transform-y));
}

.jeena-slider-wrapper .jeena-slider-arrows.same-position-h,
.jeena-slider-wrapper .jeena-slider-arrows.same-position-v {
    position: absolute;
    -webkit-transform: translate(var(--transform-x), var(--transform-y));
    -ms-transform: translate(var(--transform-x), var(--transform-y));
    transform: translate(var(--transform-x), var(--transform-y));
}

.jeena-slider-wrapper .jeena-slider-arrows.same-position-h .slick-arrow,
.jeena-slider-wrapper .jeena-slider-arrows.same-position-v .slick-arrow {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.jeena-slider-wrapper .jeena-slider-arrows.same-position-h {
    --arrow-h-p: 50%;
    --arrow-v-p: 100%;
    --transform-x: -50%;
    --transform-y: -50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: var(--arrow-h-p);
    top: var(--arrow-v-p);
}

.jeena-slider-wrapper .jeena-slider-arrows.same-position-h .slick-arrow {
    margin: 0 var(--arrow-space);
}

.jeena-slider-wrapper .jeena-slider-arrows.same-position-v {
    --arrow-h-p: 100%;
    --arrow-v-p: 50%;
    --transform-x: -100%;
    --transform-y: -50%;
    left: var(--arrow-h-p);
    top: var(--arrow-v-p);
}

.jeena-slider-wrapper .jeena-slider-arrows.same-position-v .slick-arrow {
    margin: var(--arrow-space) 0;
}

.jeena-advanced-slider {
    margin: 0;
}

.jeena-advanced-slider .jeena-slider-active {
    margin: 0;
}

.jeena-advanced-slider .jeena-slider-item {
    position: relative;
    z-index: 1;
    padding: 130px 0;
}

.jeena-advanced-slider .slider-item-bg {
    background-color: var(--jeena-dark-color);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.jeena-advanced-slider.bg-right .slider-item-bg {
    left: auto;
    right: 0;
}

.jeena-advanced-slider .slider-bg-overly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--jeena-dark-color);
    opacity: 0.65;
}

.jeena-advanced-slider .slider-content-wrapper {
    position: relative;
    max-width: var(--jeena-container-width);
    margin: auto;
    padding: 0 15px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jeena-advanced-slider .slider-content {
    max-width: 50%;
    line-height: 1;
}

@media (max-width: 1024px) {
    .jeena-advanced-slider .slider-content {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .jeena-advanced-slider .slider-content {
        max-width: 90%;
    }
}

.jeena-advanced-slider .slider-content>* {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.jeena-advanced-slider .slider-subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--jeena-white-color);
    margin-bottom: 30px;
    padding-left: 80px;
    position: relative;
}

@media (max-width: 1024px) {
    .jeena-advanced-slider .slider-subtitle {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .jeena-advanced-slider .slider-subtitle {
        font-size: 18px;
        padding-left: 45px;
    }
}

.jeena-advanced-slider .slider-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: var(--jeena-white-color);
}

@media (max-width: 767px) {
    .jeena-advanced-slider .slider-subtitle::before {
        width: 30px;
    }
}

.jeena-advanced-slider .slider-title {
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--jeena-white-color);
    margin: 0;
}

@media (max-width: 1366px) {
    .jeena-advanced-slider .slider-title {
        font-size: 80px;
    }
}

@media (max-width: 1200px) {
    .jeena-advanced-slider .slider-title {
        font-size: 62px;
    }
}

@media (max-width: 1024px) {
    .jeena-advanced-slider .slider-title {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .jeena-advanced-slider .slider-title {
        font-size: 42px;
    }
}

@media (max-width: 479px) {
    .jeena-advanced-slider .slider-title {
        font-size: 36px;
    }
}

.jeena-advanced-slider .slider-desc {
    font-size: 20px;
    line-height: 1.6;
    color: var(--jeena-white-color);
    margin-top: 40px;
}

@media (max-width: 767px) {
    .jeena-advanced-slider .slider-desc {
        font-size: 16px;
    }
}

.jeena-advanced-slider .slider-button-wrapper {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jeena-advanced-slider .video-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px;
}

@media (max-width: 767px) {
    .jeena-advanced-slider .video-button {
        margin-left: 20px;
    }
}

.jeena-advanced-slider .video-button .play-icon {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
    border-radius: 50%;
    font-size: 14px;
    margin-right: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .jeena-advanced-slider .video-button .play-icon {
        width: 50px;
        height: 50px;
    }
}

.jeena-advanced-slider .video-button .button-text {
    color: var(--jeena-white-color);
    font-family: var(--jeena-primary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.188;
    text-transform: capitalize;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .jeena-advanced-slider .video-button .button-text {
        display: none;
    }
}

.jeena-advanced-slider .video-button:hover .play-icon {
    background-color: var(--jeena-secondary-color);
    color: var(--jeena-headline-color);
}

.jeena-advanced-slider .video-button:hover .button-text {
    color: var(--jeena-white-color);
}

.jeena-advanced-slider .slick-active .slider-content>* {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.jeena-tabs .tabs-headings-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    margin-bottom: 40px;
}

.jeena-tabs .tab-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0 35px 30px;
    position: relative;
    margin: 0 0 30px;
}

@media (max-width: 1200px) {
    .jeena-tabs .tab-heading {
        padding: 0 15px 20px;
    }
}

@media (max-width: 767px) {
    .jeena-tabs .tab-heading {
        margin: 0 0 25px;
    }
}

.jeena-tabs .tab-heading::after,
.jeena-tabs .tab-heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--jeena-border-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-tabs .tab-heading::after {
    width: 0;
    height: 2px;
    background-color: var(--jeena-primary-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.jeena-tabs .tab-heading .tab-heading-icon {
    color: var(--jeena-primary-color);
    margin-right: 15px;
    font-size: 45px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1200px) {
    .jeena-tabs .tab-heading .tab-heading-icon {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .jeena-tabs .tab-heading .tab-heading-icon {
        font-size: 35px;
    }
}

.jeena-tabs .tab-heading .tab-heading-text {
    font-family: var(--jeena-secondary-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--jeena-headline-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1349px) {
    .jeena-tabs .tab-heading .tab-heading-text {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .jeena-tabs .tab-heading .tab-heading-text {
        font-size: 18px;
    }
}

.jeena-tabs .tab-heading.active::after,
.jeena-tabs .tab-heading:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.jeena-team-members {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

@media (max-width: 1024px) {
    .jeena-team-members {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .jeena-team-members {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.jeena-team-members.jeena-slider-wrapper {
    display: block;
}

.jeena-team-member {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    background-color: var(--jeena-white-color);
    line-height: 1;
    min-width: 0;
}

.jeena-team-member .member-image {
    width: 220px;
    height: 220px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto -110px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1349px) {
    .jeena-team-member .member-image {
        width: 180px;
        height: 180px;
        margin: 0 auto -90px;
    }
}

@media (max-width: 1200px) {
    .jeena-team-member .member-image {
        width: 160px;
        height: 160px;
        margin: 0 auto -80px;
    }
}

.jeena-team-member .member-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}

.jeena-team-member .member-content {
    background-color: var(--jeena-white-color);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.15);
    box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.15);
    padding: 145px 35px 35px 35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1349px) {
    .jeena-team-member .member-content {
        padding: 125px 35px 35px 35px;
    }
}

@media (max-width: 1200px) {
    .jeena-team-member .member-content {
        padding: 115px 30px 35px 30px;
    }
}

.jeena-team-member .member-content .member-name {
    font-size: 22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 0 10px;
}

@media (max-width: 1349px) {
    .jeena-team-member .member-content .member-name {
        font-size: 20px;
    }
}

.jeena-team-member .member-content .job-title {
    font-weight: 500;
    margin: 0;
}

.jeena-team-member .member-content .social-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--jeena-border-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jeena-team-member .member-content .social-links a {
    margin: 4px 4px 0;
    font-size: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F0EDFE;
    color: var(--jeena-primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .jeena-team-member .member-content .social-links a {
        width: 35px;
        height: 35px;
    }
}

.jeena-team-member .member-content .social-links a:hover {
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
}

.jeena-testimonial {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

@media (max-width: 1200px) {
    .jeena-testimonial {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.jeena-testimonial .testimonial-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 60px;
    background-color: var(--jeena-light-color);
    line-height: 1;
    min-width: 0;
    --image-gap: 30px;
}

@media (max-width: 1349px) {
    .jeena-testimonial .testimonial-item {
        padding: 40px 50px;
    }
}

@media (max-width: 767px) {
    .jeena-testimonial .testimonial-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px;
    }
}

@media (max-width: 479px) {
    .jeena-testimonial .testimonial-item {
        padding: 40px 30px;
    }
}

@media (min-width: 768px) {
    .jeena-testimonial .testimonial-item.image-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.jeena-testimonial .testimonial-item.image-right .image {
    margin-left: var(--image-gap);
}

@media (max-width: 767px) {
    .jeena-testimonial .testimonial-item.image-right .image {
        margin-left: 0;
        margin-bottom: var(--image-gap);
    }
}

.jeena-testimonial .testimonial-item.image-left .image {
    margin-right: var(--image-gap);
}

@media (max-width: 767px) {
    .jeena-testimonial .testimonial-item.image-left .image {
        margin-right: 0;
        margin-bottom: var(--image-gap);
    }
}

.jeena-testimonial .testimonial-item.image-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jeena-testimonial .testimonial-item.image-top .image {
    margin-bottom: var(--image-gap);
}

.jeena-testimonial .testimonial-item .image {
    width: 90px;
    height: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.jeena-testimonial .testimonial-item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--jeena-white-color);
    -webkit-box-shadow: 3px 0 60px rgba(103, 77, 243, 0.2);
    box-shadow: 3px 0 60px rgba(103, 77, 243, 0.2);
}

.jeena-testimonial .testimonial-item .title-rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 479px) {
    .jeena-testimonial .testimonial-item .title-rating {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.jeena-testimonial .testimonial-item .star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jeena-testimonial .testimonial-item .star-rating i {
    display: inline-block;
    position: relative;
    margin-right: 4px;
    font-style: normal;
    font-family: "eicons";
    font-size: 15px;
    color: #CCD6DF;
}

.jeena-testimonial .testimonial-item .star-rating i::before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0;
}

.jeena-testimonial .testimonial-item .star-rating i.star-empty::before {
    display: none;
}

.jeena-testimonial .testimonial-item .star-rating i.star-1::before {
    width: 10%;
}

.jeena-testimonial .testimonial-item .star-rating i.star-2::before {
    width: 20%;
}

.jeena-testimonial .testimonial-item .star-rating i.star-3::before {
    width: 30%;
}

.jeena-testimonial .testimonial-item .star-rating i.star-4::before {
    width: 40%;
}

.jeena-testimonial .testimonial-item .star-rating i.star-5::before {
    width: 50%;
}

.jeena-testimonial .testimonial-item .star-rating i.star-6::before {
    width: 60%;
}

.jeena-testimonial .testimonial-item .star-rating i.star-7::before {
    width: 70%;
}

.jeena-testimonial .testimonial-item .star-rating i.star-8::before {
    width: 80%;
}

.jeena-testimonial .testimonial-item .star-rating i.star-9::before {
    width: 90%;
}

.jeena-testimonial .testimonial-item .title {
    margin: 0 15px 0 0;
    font-size: 22px;
}

@media (max-width: 767px) {
    .jeena-testimonial .testimonial-item .title {
        font-size: 20px;
    }
}

@media (max-width: 479px) {
    .jeena-testimonial .testimonial-item .title {
        margin: 0 0 15px;
    }
}

.jeena-testimonial .testimonial-item .title::before,
.jeena-testimonial .testimonial-item .title::after {
    display: inline-block;
    line-height: 1;
    content: ",,";
    line-height: 1;
    font-size: 30px;
    margin-left: 5px;
}

.jeena-testimonial .testimonial-item .title::before {
    margin-left: 0;
    margin-right: 5px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.jeena-testimonial .testimonial-item .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

.jeena-testimonial .testimonial-item .author-info {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.jeena-testimonial .testimonial-item .author-info .icon {
    font-size: 60px;
    margin-right: 20px;
    color: var(--jeena-primary-color);
    position: relative;
    top: -5px;
    line-height: 0.5;
}

@media (max-width: 479px) {
    .jeena-testimonial .testimonial-item .author-info .icon {
        font-size: 40px;
        margin-right: 15px;
    }
}

.jeena-testimonial .testimonial-item .author-info .name {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .jeena-testimonial .testimonial-item .author-info .name {
        font-size: 20px;
    }
}

@media (max-width: 479px) {
    .jeena-testimonial .testimonial-item .author-info .name {
        font-size: 18px;
    }
}

.jeena-testimonial .testimonial-item .author-info .position {
    margin-top: 8px;
}

@media (max-width: 479px) {
    .jeena-testimonial .testimonial-item .author-info .position {
        font-size: 15px;
    }
}

.jeena-testimonial.jeena-slider-wrapper {
    display: block;
}

.jeena-work-process-box {
    line-height: 1;
    --shape-position: 30px;
}

.jeena-work-process-box .process-counter {
    font-family: var(--jeena-secondary-font);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--jeena-white-color);
    background-color: var(--jeena-primary-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 10px solid var(--jeena-white-color);
    border-radius: 50%;
}

.jeena-work-process-box .process-content {
    position: relative;
    background-color: var(--jeena-light-color);
    padding: 35px 30px;
}

.jeena-work-process-box .process-content,
.jeena-work-process-box .process-content .process-title,
.jeena-work-process-box .process-content p {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-work-process-box .process-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--jeena-body-color);
    margin: 0;
}

.jeena-work-process-box .process-content::before {
    content: "";
    position: absolute;
    left: var(--shape-position);
    bottom: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 20px;
    height: 15px;
    -webkit-clip-path: polygon(100% 100%, 0% 0%, 0% 100%);
    clip-path: polygon(100% 100%, 0% 0%, 0% 100%);
    background-color: var(--jeena-light-color);
}

.jeena-work-process-box:hover .process-counter {
    background-color: var(--jeena-secondary-color);
    color: var(--jeena-headline-color);
}

.jeena-work-process-box.design-one .process-counter {
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.25);
    box-shadow: 0px 10px 60px 0px rgba(102, 83, 232, 0.25);
    margin-bottom: 30px;
    margin-left: 30px;
}

.jeena-work-process-box.design-one .process-content .process-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.jeena-work-process-box.design-one:hover .process-content,
.jeena-work-process-box.design-one:hover .process-content::before {
    background-color: var(--jeena-primary-color);
}

.jeena-work-process-box.design-one:hover .process-content .process-title,
.jeena-work-process-box.design-one:hover .process-content p {
    color: var(--jeena-white-color);
}

.jeena-work-process-box.design-two {
    position: relative;
}

.jeena-work-process-box.design-two .process-content {
    margin-left: 45px;
}

.jeena-work-process-box.design-two .process-content::before {
    display: none;
}

.jeena-work-process-box.design-two .process-content .process-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.jeena-work-process-box.design-two .process-thumbnail {
    margin-right: 45px;
    position: relative;
}

.jeena-work-process-box.design-two .process-thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-work-process-box.design-two .process-counter {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    height: 55px;
    width: 55px;
    border-width: 4px;
    font-size: 18px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(102, 83, 232, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(102, 83, 232, 0.3);
}

.jeena-work-process-box.design-two:hover .process-content {
    background-color: var(--jeena-white-color);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(103, 77, 243, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(103, 77, 243, 0.1);
}

.jeena-work-process-box.text-right {
    text-align: right;
}

.jeena-work-process-box.text-right.design-two .process-content {
    margin-left: 0;
    margin-right: 45px;
}

.jeena-work-process-box.text-right.design-two .process-thumbnail {
    margin-left: 45px;
    margin-right: 0;
}

.jeena-work-process-box.text-right.design-two .process-counter {
    right: auto;
    left: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.jeena-work-process-box.text-right.design-one .process-content::before {
    left: auto;
    right: var(--shape-position);
    -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.woocommerce-account .content-area .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
    width: 30%;
    float: left;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .woocommerce-account .content-area .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 60px;
    }
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid var(--jeena-border-color);
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    padding: 10px 0;
    color: var(--jeena-headline-color);
    position: relative;
    display: block;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--jeena-primary-color);
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:before {
    content: "\f178";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    font-family: "Font Awesome 5 Pro";
    color: var(--jeena-primary-color);
    margin-left: -16px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li.is-active>a,
.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover {
    color: inherit;
    padding-left: 26px;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li.is-active>a:before,
.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover:before {
    margin-left: 0;
    opacity: 1;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 70%;
    float: left;
}

@media (max-width: 767px) {
    .woocommerce-account .content-area .woocommerce-MyAccount-content {
        width: 100%;
        margin-bottom: 0;
    }
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .col-1,
.woocommerce-account .content-area .woocommerce-MyAccount-content .col-2 {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    padding: 0;
}

@media (max-width: 767px) {
    .woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-2 {
        padding-top: 30px;
    }
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .form-row label {
    width: 100%;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content fieldset {
    padding: 15px;
    border: 1px solid var(--jeena-border-color);
    margin-bottom: 15px;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-order-details__title,
.woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce-account .content-area .woocommerce-MyAccount-content h3 {
    font-size: 28px;
}

@media (max-width: 1024px) {

    .woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-order-details__title,
    .woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-column__title,
    .woocommerce-account .content-area .woocommerce-MyAccount-content h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.woocommerce-account .content-area .woocommerce-MyAccount-content table.shop_table {
    border: none;
    margin: 0;
}

.woocommerce-account .content-area .woocommerce-form {
    background-color: var(--jeena-light-color);
    border: none;
    padding: 30px;
    border-radius: 0;
    max-width: 670px;
    margin: 30px auto 0;
}

.woocommerce-account .content-area .woocommerce-form input {
    background-color: var(--jeena-white-color);
}

.woocommerce-account .content-area .woocommerce-form label {
    margin-bottom: 5px;
}

.woocommerce-account .content-area .woocommerce-form .woocommerce-Button.button {
    margin-right: 16px;
    height: auto;
}

.woocommerce-account .content-area .woocommerce-form .woocommerce-LostPassword {
    margin-bottom: 0;
}

.woocommerce-account .content-area .woocommerce-form .woocommerce-LostPassword a {
    color: var(--jeena-primary-color);
}

.woocommerce-account .content-area .woocommerce-form .woocommerce-LostPassword a:hover {
    color: var(--jeena-headline-color);
}

.woocommerce-account .content-area .woocommerce-form .woocommerce-form__label-for-checkbox {
    padding: 0;
    line-height: 50px;
}

.woocommerce-account .content-area .woocommerce-form .woocommerce-form__label-for-checkbox span {
    font-size: 15px;
}

.woocommerce-account .content-area .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    position: relative;
    top: -1px;
}

.woocommerce-account .content-area .woocommerce-form .woocommerce-Button {
    height: 42px;
}

.woocommerce-account .content-area .woocommerce-notices-wrapper+h2 {
    text-align: center;
    font-size: 24px;
}

.woocommerce-account .content-area #customer_login {
    margin: 0 -15px;
    width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce-account .content-area #customer_login h2 {
    font-size: 24px;
}

.woocommerce-account .content-area #customer_login .u-column1.col-1,
.woocommerce-account .content-area #customer_login .u-column2.col-2 {
    width: 50%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .woocommerce-account .content-area #customer_login {
        margin: 0;
    }

    .woocommerce-account .content-area #customer_login .u-column1.col-1,
    .woocommerce-account .content-area #customer_login .u-column2.col-2 {
        width: 100%;
        padding: 0;
    }
}

.woocommerce-account .content-area .woocommerce-password-strength.bad {
    background-color: transparent;
    padding: 8px 0;
}

.woocommerce .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
    height: auto;
    margin-right: 10px;
}

.woocommerce-order table.shop_table {
    border: none;
}

.woocommerce-order .woocommerce-order-details {
    margin: 0;
}

.woocommerce-order .woocommerce-customer-details {
    margin: 0;
    padding-top: 50px;
}

.woocommerce-order .woocommerce-customer-details address {
    padding: 20px;
    border-radius: 0;
    border-color: var(--jeena-border-color);
}

.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title {
    font-size: 32px;
}

@media (max-width: 767px) {

    .woocommerce-order .woocommerce-order-details__title,
    .woocommerce-order .woocommerce-column__title {
        font-size: 26px;
    }
}

body.woocommerce-cart .woocommerce-cart-form .actions {
    text-align: right !important;
}

body.woocommerce-cart .woocommerce-cart-form .actions .button {
    height: 50px;
    padding: 10px 35px;
}

body.woocommerce-cart .woocommerce-cart-form .actions .button:disabled[disabled] {
    opacity: 0.8;
    color: var(--jeena-white-color);
}

body.woocommerce-cart .woocommerce-cart-form .actions .button:disabled[disabled]:hover {
    color: var(--jeena-white-color);
    background-color: var(--jeena-secondary-color);
}

body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text {
    width: 200px !important;
    height: 50px;
    padding: 0 25px;
    border: none;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table {
    border: none;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
    font-family: var(--jeena-secondary-font);
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid var(--jeena-primary-color);
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
    text-align: left;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid var(--jeena-border-color);
    padding: 18px 15px;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td .quantity .qty {
    width: 80px;
    height: 50px;
    border-radius: 0;
    font-size: 15px !important;
    color: var(--jeena-headline-color);
}

@media (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td .quantity .qty {
        margin-left: auto;
    }
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td .quantity-icon {
    display: none;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
    color: var(--jeena-headline-color);
    font-family: var(--jeena-secondary-font);
    font-size: 16px;
    font-weight: 600;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
    color: var(--jeena-primary-color);
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
    display: none;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price,
body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
    color: var(--jeena-headline-color);
    font-size: 15px;
    font-weight: 500;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins,
body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
    color: var(--jeena-headline-color);
    background-color: transparent;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
    text-align: center !important;
    min-width: 120px;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
    display: block;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
    width: 100%;
    max-width: 80px;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove {
    font-size: 18px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color) !important;
    border-radius: 50%;
    font-weight: normal;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: auto;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover {
    color: var(--jeena-headline-color);
    background-color: var(--jeena-secondary-color);
}

@media (max-width: 1024px) {
    body.woocommerce-cart .woocommerce-cart-form .product-remove {
        min-height: 57px;
    }
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table {
    margin-bottom: 40px;
    border-radius: 0;
}

@media (max-width: 767px) {
    body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
        background-color: #fff !important;
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 40px 50px;
    background-color: var(--jeena-white-color);
    -webkit-box-shadow: 0px 3px 60px 0px rgba(102, 83, 232, 0.1);
    box-shadow: 0px 3px 60px 0px rgba(102, 83, 232, 0.1);
    width: 40%;
}

@media (max-width: 1024px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
        width: 60%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
        padding: 30px;
        width: 100%;
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals>h2 {
    font-size: 24px;
    border-bottom: 1px solid var(--jeena-border-color);
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

body.woocommerce-cart .cart-collaterals .cart_totals th {
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle !important;
    border: none !important;
    color: var(--jeena-headline-color);
    padding: 10px 10px 10px 0px;
}

body.woocommerce-cart .cart-collaterals .cart_totals th+td {
    border-left: 1px solid var(--jeena-border-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals td {
    font-size: 15px;
    border: none !important;
    padding: 10px;
    text-align: right;
}

body.woocommerce-cart .cart-collaterals .cart_totals strong {
    font-weight: 700;
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    color: var(--jeena-headline-color);
    font-weight: 600;
}

body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
    border: none;
    margin: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
    margin-bottom: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
    color: var(--jeena-primary-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
    color: var(--jeena-headline-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 10px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 15px 0 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    margin-bottom: 0;
    width: 100%;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 500;
    color: var(--jeena-white-color);
    background-color: var(--jeena-primary-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    color: var(--jeena-headline-color);
    background-color: var(--jeena-secondary-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .form-row-wide>span {
    display: block;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .button {
    font-size: 15px;
    padding: 14px 30px;
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    text-align: right;
}

.woocommerce-checkout .woocommerce-form-login {
    border: none !important;
    background-color: var(--jeena-light-color);
    border-radius: 0;
}

.woocommerce-checkout .woocommerce-form-login input {
    background-color: var(--jeena-white-color);
}

.woocommerce-checkout form.checkout_coupon {
    border: none;
    border-radius: 0;
    background-color: var(--jeena-light-color);
    margin: 0;
    padding: 20px;
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
    width: 50%;
    padding-right: 30px;
}

@media (max-width: 479px) {
    .woocommerce-checkout form.checkout_coupon .form-row-first {
        padding-right: 0;
        width: 100%;
    }
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 50%;
}

@media (max-width: 479px) {
    .woocommerce-checkout form.checkout_coupon .form-row-last {
        width: 100%;
    }
}

.woocommerce-checkout form.checkout_coupon input.input-text {
    height: 50px;
    background-color: var(--jeena-white-color);
}

.woocommerce-checkout #add_payment_method #payment,
.woocommerce-checkout #payment {
    border-radius: 0;
}

.woocommerce-checkout #customer_details {
    margin: 0 -15px;
    width: inherit;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    width: 50%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
}

.woocommerce-checkout #customer_details .col-1 .col-1,
.woocommerce-checkout #customer_details .col-1 .col-2,
.woocommerce-checkout #customer_details .col-2 .col-1,
.woocommerce-checkout #customer_details .col-2 .col-2 {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .woocommerce-checkout #customer_details {
        margin: 0;
    }

    .woocommerce-checkout #customer_details .col-1,
    .woocommerce-checkout #customer_details .col-2 {
        width: 100%;
    }
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    margin-bottom: 36px;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields>h3 {
    font-size: 24px;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields {
    margin-bottom: 36px;
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields>h3 {
    font-size: 24px;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address label {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
    color: var(--jeena-primary-color);
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
    position: absolute;
    opacity: 0;
}

.woocommerce-checkout #customer_details #billing_country_field label,
.woocommerce-checkout #customer_details #shipping_country_field label,
.woocommerce-checkout #customer_details #billing_address_1_field label,
.woocommerce-checkout #customer_details #shipping_address_1_field label,
.woocommerce-checkout #customer_details #order_comments_field label {
    display: none !important;
}

.woocommerce-checkout #customer_details #billing_country_field textarea,
.woocommerce-checkout #customer_details #shipping_country_field textarea,
.woocommerce-checkout #customer_details #billing_address_1_field textarea,
.woocommerce-checkout #customer_details #shipping_address_1_field textarea,
.woocommerce-checkout #customer_details #order_comments_field textarea {
    padding: 18px 30px;
}

.woocommerce-checkout form.woocommerce-checkout {
    padding-top: 30px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.woocommerce-checkout form.woocommerce-checkout #order_review th {
    font-weight: 500;
    vertical-align: middle !important;
}

.woocommerce-checkout form.woocommerce-checkout #order_review th+td {
    border-left: 1px solid var(--jeena-border-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
    border-left: 1px solid var(--jeena-border-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    margin-bottom: 50px;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
    font-weight: 500;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th,
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
    border-left: none;
    padding: 15px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
    font-size: 15px;
    font-weight: 600;
    color: var(--jeena-headline-color);
    padding: 10px 15px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
    background-color: var(--jeena-light-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
    margin-left: 10px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
    padding: 30px;
    border-bottom: 1px solid var(--jeena-border-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
    padding: 30px;
    margin: 0;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
    float: none;
    margin-top: 10px;
    background-color: var(--jeena-primary-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
    color: var(--jeena-headline-color);
    background-color: var(--jeena-secondary-color);
}

.woocommerce-checkout #payment .woocommerce-notice {
    background-color: var(--jeena-white-color);
}

.woocommerce-checkout #payment input[type=radio] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}

.woocommerce-checkout #payment label {
    color: var(--jeena-headline-color);
    display: inline-block;
    margin: 0 0 8px;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: var(--jeena-white-color);
}

.woocommerce-checkout #payment div.payment_box::before {
    border-color: var(--jeena-white-color);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-loop-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
}

@media (max-width: 479px) {
    .woocommerce-loop-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.woocommerce-loop-top .woocommerce-result-count {
    font-size: 18px;
    margin: 0;
    color: var(--jeena-body-color);
    float: none;
}

@media (max-width: 479px) {
    .woocommerce-loop-top .woocommerce-result-count {
        margin-bottom: 15px;
    }
}

.woocommerce-loop-top .woocommerce-ordering {
    margin: 0;
    float: none;
}

.woocommerce-loop-top .woocommerce-ordering select {
    height: 55px;
    width: 250px;
    border-radius: 0;
    border: none;
    color: var(--jeena-headline-color);
    background-color: var(--jeena-light-color);
}

@media (max-width: 767px) {
    .woocommerce-loop-top .woocommerce-ordering select {
        width: 180px;
        height: 55px;
        font-size: 14px;
    }
}

body.woocommerce input,
body.woocommerce select,
body.woocommerce select,
body.woocommerce textarea,
body.woocommerce-page input,
body.woocommerce-page select,
body.woocommerce-page select,
body.woocommerce-page textarea {
    height: 60px;
    padding: 0 30px;
    background-color: var(--jeena-light-color);
    color: var(--jeena-body-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: var(--jeena-primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    border: 1px solid transparent;
    border-radius: 0;
}

body.woocommerce input:focus,
body.woocommerce select:focus,
body.woocommerce select:focus,
body.woocommerce textarea:focus,
body.woocommerce-page input:focus,
body.woocommerce-page select:focus,
body.woocommerce-page select:focus,
body.woocommerce-page textarea:focus {
    color: var(--jeena-headline-color);
    border-color: var(--jeena-headline-color);
}

body.woocommerce .select2-container,
body.woocommerce-page .select2-container {
    height: 60px;
}

body.woocommerce .select2-container .select2-selection--single,
body.woocommerce-page .select2-container .select2-selection--single {
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    background-color: var(--jeena-light-color);
}

body.woocommerce .select2-container .select2-selection--single .select2-selection__rendered,
body.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 25px;
    color: var(--jeena-body-color);
}

body.woocommerce .select2-container .select2-selection--single .select2-selection__arrow,
body.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
    top: 14px;
    right: 10px;
}

body.woocommerce .select2-container span.selection,
body.woocommerce-page .select2-container span.selection {
    display: block;
}

body.woocommerce .select2-container .select2-search--dropdown .select2-search__field,
body.woocommerce-page .select2-container .select2-search--dropdown .select2-search__field {
    border-color: var(--jeena-border-color);
}

body.woocommerce .select2-container .select2-search--dropdown .select2-search__field:focus,
body.woocommerce-page .select2-container .select2-search--dropdown .select2-search__field:focus {
    border-color: var(--jeena-dark-color);
}

body.woocommerce .select2-dropdown,
body.woocommerce-page .select2-dropdown {
    border-color: var(--jeena-border-color);
}

body.woocommerce form .form-row,
body.woocommerce-page form .form-row {
    padding: 0 0 10px;
}

body.woocommerce table.cart td.actions .coupon .input-text,
body.woocommerce-page table.cart td.actions .coupon .input-text {
    margin-right: 15px;
    border-color: var(--jeena-border-color);
}

body.woocommerce table.cart td.actions .coupon .input-text:focus,
body.woocommerce-page table.cart td.actions .coupon .input-text:focus {
    border-color: var(--jeena-dark-color);
}

body.woocommerce textarea,
body.woocommerce-page textarea {
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 140px;
}

body.woocommerce .comment-form,
body.woocommerce-page .comment-form {
    max-width: 100%;
}

body.woocommerce .qty,
body.woocommerce-page .qty {
    padding: 0 10px 0 5px !important;
}

body.woocommerce .button,
body.woocommerce .single_add_to_cart_button,
body.woocommerce .single_add_to_cart_button.alt,
body.woocommerce #respond input#submit,
body.woocommerce .actions .button,
body.woocommerce .wc-forward,
body.woocommerce-page .button,
body.woocommerce-page .single_add_to_cart_button,
body.woocommerce-page .single_add_to_cart_button.alt,
body.woocommerce-page #respond input#submit,
body.woocommerce-page .actions .button,
body.woocommerce-page .wc-forward {
    position: relative;
    z-index: 1;
    font-family: var(--jeena-primary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.188;
    text-transform: capitalize;
    text-decoration: none;
    border: none;
    border-radius: 0;
    background-color: var(--jeena-secondary-color);
    color: var(--jeena-headline-color);
    overflow: hidden;
    padding: 18px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 767px) {

    body.woocommerce .button,
    body.woocommerce .single_add_to_cart_button,
    body.woocommerce .single_add_to_cart_button.alt,
    body.woocommerce #respond input#submit,
    body.woocommerce .actions .button,
    body.woocommerce .wc-forward,
    body.woocommerce-page .button,
    body.woocommerce-page .single_add_to_cart_button,
    body.woocommerce-page .single_add_to_cart_button.alt,
    body.woocommerce-page #respond input#submit,
    body.woocommerce-page .actions .button,
    body.woocommerce-page .wc-forward {
        font-size: 15px;
        padding: 16px 30px;
    }
}

@media (max-width: 479px) {

    body.woocommerce .button,
    body.woocommerce .single_add_to_cart_button,
    body.woocommerce .single_add_to_cart_button.alt,
    body.woocommerce #respond input#submit,
    body.woocommerce .actions .button,
    body.woocommerce .wc-forward,
    body.woocommerce-page .button,
    body.woocommerce-page .single_add_to_cart_button,
    body.woocommerce-page .single_add_to_cart_button.alt,
    body.woocommerce-page #respond input#submit,
    body.woocommerce-page .actions .button,
    body.woocommerce-page .wc-forward {
        font-size: 15px;
        padding: 16px 25px;
    }
}

body.woocommerce .button:hover,
body.woocommerce .single_add_to_cart_button:hover,
body.woocommerce .single_add_to_cart_button.alt:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce .actions .button:hover,
body.woocommerce .wc-forward:hover,
body.woocommerce-page .button:hover,
body.woocommerce-page .single_add_to_cart_button:hover,
body.woocommerce-page .single_add_to_cart_button.alt:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page .actions .button:hover,
body.woocommerce-page .wc-forward:hover {
    color: var(--jeena-white-color);
    background-color: var(--jeena-primary-color);
}

body.woocommerce label,
body.woocommerce-page label {
    font-size: 15px;
}

@media (max-width: 767px) {

    body.woocommerce .coupon #coupon_code,
    body.woocommerce-page .coupon #coupon_code {
        width: 100% !important;
        margin-bottom: 10px;
        border-radius: 0;
    }

    body.woocommerce .coupon .button,
    body.woocommerce-page .coupon .button {
        width: 100% !important;
    }
}

body.woocommerce table.shop_table,
body.woocommerce-page table.shop_table {
    border-radius: 0;
}

body.woocommerce table.shop_table td,
body.woocommerce-page table.shop_table td {
    padding: 20px 15px;
    border-top: none;
}

body.woocommerce table.shop_table th,
body.woocommerce table.shop_table tbody th,
body.woocommerce table.shop_table tfoot td,
body.woocommerce table.shop_table tfoot th,
body.woocommerce-page table.shop_table th,
body.woocommerce-page table.shop_table tbody th,
body.woocommerce-page table.shop_table tfoot td,
body.woocommerce-page table.shop_table tfoot th {
    font-weight: 500;
}

body.woocommerce table.shop_table .variation dt,
body.woocommerce-page table.shop_table .variation dt {
    font-weight: 500;
}

body.woocommerce table.shop_table tfoot th,
body.woocommerce-page table.shop_table tfoot th {
    border-top: none;
}

body.woocommerce table.shop_table a,
body.woocommerce-page table.shop_table a {
    color: var(--jeena-headline-color);
}

body.woocommerce #add_payment_method table.cart img,
body.woocommerce.woocommerce-cart table.cart img,
body.woocommerce.woocommerce-checkout table.cart img,
body.woocommerce-page #add_payment_method table.cart img,
body.woocommerce-page.woocommerce-cart table.cart img,
body.woocommerce-page.woocommerce-checkout table.cart img {
    width: 50px;
}

body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info {
    color: inherit;
    background-color: var(--jeena-light-color);
    border-color: var(--jeena-primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 30px;
}

@media (max-width: 767px) {

    body.woocommerce .woocommerce-message,
    body.woocommerce .woocommerce-info,
    body.woocommerce-page .woocommerce-message,
    body.woocommerce-page .woocommerce-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 15px 25px;
    }
}

body.woocommerce .woocommerce-message:before,
body.woocommerce .woocommerce-info:before,
body.woocommerce-page .woocommerce-message:before,
body.woocommerce-page .woocommerce-info:before {
    color: var(--jeena-primary-color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {

    body.woocommerce .woocommerce-message:before,
    body.woocommerce .woocommerce-info:before,
    body.woocommerce-page .woocommerce-message:before,
    body.woocommerce-page .woocommerce-info:before {
        display: block;
        position: unset;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-bottom: 5px;
    }
}

body.woocommerce .woocommerce-message::after,
body.woocommerce .woocommerce-info::after,
body.woocommerce-page .woocommerce-message::after,
body.woocommerce-page .woocommerce-info::after {
    display: none;
}

body.woocommerce .woocommerce-message .button,
body.woocommerce .woocommerce-info .button,
body.woocommerce-page .woocommerce-message .button,
body.woocommerce-page .woocommerce-info .button {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
}

@media (max-width: 767px) {

    body.woocommerce .woocommerce-message .button,
    body.woocommerce .woocommerce-info .button,
    body.woocommerce-page .woocommerce-message .button,
    body.woocommerce-page .woocommerce-info .button {
        padding: 0 20px;
        line-height: 35px;
        height: 35px;
        margin-top: 20px;
    }
}

body.woocommerce span.onsale,
body.woocommerce-page span.onsale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 0;
    min-width: inherit;
    min-height: inherit;
    text-align: center;
    text-transform: capitalize;
    color: var(--jeena-white-color);
    background-color: var(--jeena-primary-color);
    margin: 0 !important;
    top: 20px !important;
    left: auto !important;
    right: 20px !important;
    z-index: 2;
}

.woocommerce.single-product div.product .woocommerce-summary-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media (max-width: 1024px) {
    .woocommerce.single-product div.product .woocommerce-summary-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.woocommerce.single-product div.product .woocommerce-summary-wrap span.onsale {
    left: 20px !important;
    right: auto !important;
}

.woocommerce.single-product div.product .woocommerce-product-gallery {
    width: 50% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0;
}

@media (max-width: 1200px) {
    .woocommerce.single-product div.product .woocommerce-product-gallery {
        width: 50% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 1024px) {
    .woocommerce.single-product div.product .woocommerce-product-gallery {
        width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    position: relative;
    display: block;
    pointer-events: none;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

@media (max-width: 479px) {
    .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        grid-gap: 20px;
    }
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    float: none;
    width: 100%;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    border: 2px solid transparent;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    border-color: var(--jeena-primary-color);
}

.woocommerce.single-product div.product .quantity {
    margin: 0 20px 0 0 !important;
}

.woocommerce.single-product div.product .quantity .qty {
    border-radius: 0;
    font-size: 15px !important;
    color: var(--jeena-headline-color);
    font-weight: 500;
    height: 50px !important;
    width: 70px;
    padding: 0 3px !important;
    border-radius: 0;
}

.woocommerce.single-product div.product .quantity .qty:focus {
    border-color: var(--jeena-headline-color);
}

.woocommerce.single-product div.product .entry-summary {
    width: 50% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    float: none;
    padding-left: 90px;
    margin: 0;
}

@media (max-width: 1349px) {
    .woocommerce.single-product div.product .entry-summary {
        padding-left: 70px;
    }
}

@media (max-width: 1200px) {
    .woocommerce.single-product div.product .entry-summary {
        padding-left: 50px;
    }
}

@media (max-width: 1024px) {
    .woocommerce.single-product div.product .entry-summary {
        width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 0;
        padding-top: 60px;
    }
}

.woocommerce.single-product div.product .entry-summary .price {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 22px;
    font-weight: 600;
    color: var(--jeena-headline-color);
    line-height: 1;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
}

.woocommerce.single-product div.product .entry-summary .price del,
.woocommerce.single-product div.product .entry-summary .price del>span {
    color: var(--jeena-body-color) !important;
    margin-right: 5px;
    text-decoration: line-through;
    opacity: 1;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating {
    margin: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating a.woocommerce-review-link {
    color: var(--jeena-primary-color);
    line-height: 1;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating .star-rating {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #FF7800;
    top: -1px;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating .star-rating::before {
    color: #FF7800;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-details__short-description p:last-child {
    margin: 0;
}

.woocommerce.single-product div.product .entry-summary p.stock.in-stock {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0;
    color: var(--jeena-secondary-color);
}

.woocommerce.single-product div.product .entry-summary .product_meta {
    padding: 35px 0 0;
    margin: 50px 0 0;
    border-top: 1px solid var(--jeena-border-color);
}

.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper,
.woocommerce.single-product div.product .entry-summary .product_meta .posted_in,
.woocommerce.single-product div.product .entry-summary .product_meta .tagged_as {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--jeena-headline-color);
    margin-bottom: 8px;
    line-height: 1.4;
}

.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper span,
.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper a,
.woocommerce.single-product div.product .entry-summary .product_meta .posted_in span,
.woocommerce.single-product div.product .entry-summary .product_meta .posted_in a,
.woocommerce.single-product div.product .entry-summary .product_meta .tagged_as span,
.woocommerce.single-product div.product .entry-summary .product_meta .tagged_as a {
    color: var(--jeena-body-color);
    margin-left: 7px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper a:hover,
.woocommerce.single-product div.product .entry-summary .product_meta .posted_in a:hover,
.woocommerce.single-product div.product .entry-summary .product_meta .tagged_as a:hover {
    color: var(--jeena-primary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart {
    padding: 35px 0 0;
    margin: 35px 0 0;
    border-top: 1px solid var(--jeena-border-color);
}

.woocommerce.single-product div.product .entry-summary form.cart label {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    margin-right: 8px;
    color: var(--jeena-headline-color);
    font-weight: 500;
    text-transform: capitalize;
}

.woocommerce.single-product div.product .entry-summary form.cart label a {
    color: inherit;
}

.woocommerce.single-product div.product .entry-summary form.cart label a:hover {
    color: var(--jeena-primary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart .reset_variations {
    display: none !important;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list {
    border: none;
    margin-bottom: 28px;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list td {
    vertical-align: middle;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list .woocommerce-Price-amount {
    font-weight: 600;
    color: var(--jeena-primary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list del .woocommerce-Price-amount {
    color: inherit;
    opacity: 0.5;
    text-decoration: line-through;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list ins {
    background: transparent;
}

.woocommerce.single-product div.product .entry-summary form.cart .variations {
    margin-bottom: 10px;
}

.woocommerce.single-product div.product .entry-summary form.cart .variations td {
    padding: 0 0 20px 0;
    vertical-align: middle;
}

.woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item {
    background-color: var(--jeena-light-color);
    border: none;
    line-height: 40px;
    color: var(--jeena-headline-color);
    text-transform: capitalize;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
}

.woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
    font-size: 14px;
}

.woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected,
.woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
    background-color: var(--jeena-primary-color);
    color: #fff;
}

.woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item {
    padding: 0;
    border: none;
    margin: 0 5px 5px 0;
    opacity: 0.5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
    opacity: 1;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce.single-product div.product .entry-summary form.cart button {
    height: 50px;
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
}

.woocommerce.single-product div.product .entry-summary form.cart button:hover {
    color: var(--jeena-headline-color);
    background-color: var(--jeena-secondary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart:not(.grouped_form) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce.single-product div.product .woocommerce-tabs {
    padding-top: 90px;
}

@media (max-width: 767px) {
    .woocommerce.single-product div.product .woocommerce-tabs {
        padding-top: 70px;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs {
        margin-bottom: 35px;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs:before,
.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs:after {
    display: none !important;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 0 8px 15px 8px;
    padding: 0;
    border: none;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: 1px solid var(--jeena-border-color);
    border-radius: 0;
    padding: 18px 45px;
    color: var(--jeena-headline-color);
    background-color: var(--jeena-white-color);
}

@media (max-width: 1200px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        padding: 18px 30px;
    }
}

@media (max-width: 1024px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        padding: 16px 25px;
    }
}

@media (max-width: 479px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        font-size: 14px;
        padding: 14px 20px;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a:hover {
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
    border-color: var(--jeena-primary-color);
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li.active a {
    background-color: var(--jeena-primary-color);
    color: var(--jeena-white-color);
    border-color: var(--jeena-primary-color);
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li:before,
.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li:after {
    display: none !important;
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-bottom: 0;
    font-size: 14px;
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0;
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
    display: none;
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
    border: 1px solid var(--jeena-border-color);
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    padding: 10px 20px;
    color: var(--jeena-headline-color);
    background-color: transparent;
    vertical-align: middle;
    border-color: var(--jeena-border-color);
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th {
    background-color: var(--jeena-light-color);
    width: 200px;
    font-weight: 600;
}

@media (max-width: 479px) {
    .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th {
        width: auto;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
    font-size: 18px !important;
    margin-bottom: 22px;
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-noreviews {
    margin-bottom: 15px !important;
}

.woocommerce.single-product div.product .woocommerce-tabs .comment-reply-title,
.woocommerce.single-product div.product .woocommerce-tabs .nice-select {
    display: none;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-notes {
    display: none;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond p {
    margin: 0 0 20px;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-rating,
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-comment,
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-cookies-consent,
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .form-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-author,
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-email {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

@media (max-width: 479px) {

    .woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-author,
    .woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-email {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-author {
    padding-right: 15px;
}

@media (max-width: 479px) {
    .woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-author {
        padding-right: 0;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-email {
    padding-left: 15px;
}

@media (max-width: 479px) {
    .woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-email {
        padding-left: 0;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond label {
    margin-bottom: 15px;
    display: block;
    line-height: 1;
}

@media (max-width: 767px) {
    .woocommerce.single-product div.product .woocommerce-tabs #review_form #respond label {
        font-size: 14px;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .stars {
    margin-bottom: 10px;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .stars a {
    color: #FF7800;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond input:not([type=submit]),
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond textarea {
    background-color: var(--jeena-light-color);
    border: 1px solid var(--jeena-light-color);
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond input:not([type=submit]):focus,
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond textarea:focus {
    border-color: var(--jeena-headline-color);
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond #comment {
    padding: 20px 30px;
    height: 140px;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-cookies-consent label {
    margin: 0 0 0 10px;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-cookies-consent label {
        font-size: 14px;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-cookies-consent input[type=checkbox] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    top: -1px;
    position: relative;
    height: auto;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .form-submit {
    margin: 0;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond input.submit {
    padding: 10px 45px;
    height: 50px;
    text-align: center;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-rating label,
.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-rating .stars {
    margin: 0;
    line-height: 1;
}

.woocommerce.single-product div.product .woocommerce-tabs #review_form #respond .comment-form-rating .stars {
    margin-left: 20px;
    font-size: 16px;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist {
    padding: 0;
    margin: 0 0 50px;
    border-bottom: 1px solid var(--jeena-border-color);
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review {
    position: relative;
    margin: 0 0 50px;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .star-rating {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 15px;
    color: #FF7800;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .star-rating::before {
    color: #FF7800;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .star-rating .count-rating {
    display: none;
}

@media (max-width: 479px) {
    .woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .star-rating {
        position: relative;
        display: block;
        right: auto;
        float: none;
        margin-bottom: 10px;
        font-size: 14px;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .comment_container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review img.avatar {
    position: relative;
    padding: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
}

@media (max-width: 479px) {
    .woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review img.avatar {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .comment-text {
    border: none;
    margin: 0;
    padding: 0;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .meta {
    margin: 0 0 5px;
    line-height: 1;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .meta .woocommerce-review__author {
    font-size: 20px;
    color: var(--jeena-headline-color);
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist li.review .description p {
    margin: 0;
}

.woocommerce.single-product div.product .woocommerce-tabs #reviews #comments ol.commentlist ul.children {
    margin: 35px 0 0 50px;
}

.woocommerce.single-product section.related {
    padding-top: 125px;
    margin-top: 125px;
    border-top: 1px solid var(--jeena-border-color);
    margin-bottom: -45px;
}

@media (max-width: 1024px) {
    .woocommerce.single-product section.related {
        margin-top: 100px;
        padding-top: 100px;
    }
}

.woocommerce.single-product section.related h2 {
    font-size: 42px;
    margin-bottom: 45px;
    text-align: center;
}

@media (max-width: 1024px) {
    .woocommerce.single-product section.related h2 {
        font-size: 28px;
    }
}

.woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px !important;
}

.woocommerce ul.products li.product {
    padding: 0 15px;
    margin: 0 0 45px;
    width: 100% !important;
}

@media (min-width: 480px) and (max-width: 1024px) {
    .woocommerce ul.products li.product {
        width: 50% !important;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .woocommerce ul.products li.product {
        width: 33.333333% !important;
    }
}

@media (min-width: 1201px) {
    .woocommerce ul.products li.product {
        width: 25% !important;
    }
}

.woocommerce ul.products.columns-1 li.product {
    width: 100% !important;
}

@media (min-width: 1025px) {
    .woocommerce ul.products.columns-2 li.product {
        width: 50% !important;
    }
}

@media (min-width: 1025px) {
    .woocommerce ul.products.columns-3 li.product {
        width: 33.333333% !important;
    }
}

@media (min-width: 1201px) {
    .woocommerce ul.products.columns-4 li.product {
        width: 25% !important;
    }
}

@media (min-width: 1350px) {
    .woocommerce ul.products.columns-5 li.product {
        width: 20% !important;
    }
}

@media (min-width: 1350px) {
    .woocommerce ul.products.columns-6 li.product {
        width: 16.666666% !important;
    }
}

.woocommerce ul.products .product .woocommerce-product-inner {
    text-align: center;
    position: relative;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button {
    position: absolute;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button,
.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1;
    margin: 0;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.loading,
.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward.loading {
    opacity: 1;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.loading::before,
.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward.loading::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--jeena-secondary-color);
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.loading::after,
.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward.loading::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "\e01c" !important;
    z-index: 2;
    color: var(--jeena-headline-color);
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.added {
    opacity: 1;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.added::before {
    opacity: 0;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.added::after {
    display: none;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce ul.products .product .woocommerce-product-inner:hover .product-thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.woocommerce ul.products .product .woocommerce-product-inner:hover .cart-button {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.woocommerce ul.products .product .woocommerce-product-inner .star-rating {
    margin: 0 auto 12px;
    font-size: 14px;
    color: #FF7800;
}

.woocommerce ul.products .product .woocommerce-product-inner .star-rating::before {
    color: #FF7800;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-title {
    margin: 0 0 15px;
    font-size: 20px;
}

.woocommerce ul.products .product .woocommerce-product-inner .price {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--jeena-body-color);
}

.woocommerce ul.products .product .woocommerce-product-inner .price del {
    text-decoration: line-through;
    opacity: 0.8;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.woocommerce ul.products .product .woocommerce-product-inner .price ins {
    font-weight: inherit;
}

.jeena-popup-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: none;
    -webkit-animation-name: popupFadeIn;
    animation-name: popupFadeIn;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.jeena-popup-wrapper .popup-overly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.jeena-popup-wrapper .popup-container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    display: none;
    -webkit-animation-name: popupFadeIn;
    animation-name: popupFadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.jeena-popup-wrapper .popup-container .popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    line-height: 1;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: var(--jeena-primary-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jeena-popup-wrapper.show-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jeena-popup-wrapper.show-popup .popup-container {
    display: block;
}

@-webkit-keyframes popupFadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes popupFadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}