@charset "UTF-8";
@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto
    }
}

html {
    direction: rtl;
    overflow-x: hidden;
    box-shadow: none !important;
    font-size: calc(16px * var(--porto-mobile-fs-scale, 1))
}

body {
    font: var(--porto-body-fst, normal) var(--porto-body-fw, 400) var(--porto-body-fs, 14px)/var(--porto-body-lh, 24px) var(--porto-body-ff), sans-serif;
    letter-spacing: var(--porto-body-ls, 0);
    color: var(--porto-body-color)
}

a:hover {
    color: var(--porto-primary-light-5)
}

a:active,
a:focus {
    color: var(--porto-primary-dark-5)
}

.color-body,
.color-body a,
.color-body a:focus,
.color-body a:hover {
    color: var(--porto-body-color)
}

.clear {
    float: none;
    clear: both
}

.f-left,
.pull-left {
    float: right
}

.f-right,
.pull-right {
    float: left
}

.f-none {
    float: none
}

.hide,
.sticky-header .d-sticky-header-none {
    display: none !important
}

.row:after,
.row:before {
    content: none
}

.row-align-items-center .row {
    align-items: center
}

a.nolink {
    pointer-events: none
}

[data-plugin-sticky] {
    position: relative;
    z-index: 8
}

.porto-sticky,
[data-plugin-sticky] {
    will-change: position, top, bottom, left;
    padding-bottom: 1px
}

header[data-plugin-sticky] {
    padding-bottom: 0
}

.pin-wrapper {
    width: 100%
}

.z-index-1 {
    z-index: 1
}

input {
    max-width: 100%
}

@media (min-width:992px) {
    .w-lg-8 {
        width: 8.3333333333% !important
    }
    .w-lg-16 {
        width: 16.6666666667% !important
    }
    .w-lg-25 {
        width: 25% !important
    }
    .w-lg-33 {
        width: 33.3333333333% !important
    }
    .w-lg-41 {
        width: 41.6666666667% !important
    }
    .w-lg-50 {
        width: 50% !important
    }
    .w-lg-58 {
        width: 58.3333333333% !important
    }
    .w-lg-66 {
        width: 66.6666666667% !important
    }
    .w-lg-75 {
        width: 75% !important
    }
    .w-lg-83 {
        width: 83.3333333333% !important
    }
    .w-lg-91 {
        width: 91.6666666667% !important
    }
    .w-lg-100 {
        width: 100% !important
    }
}

h1 {
    font: var(--porto-h1-fst, normal) var(--porto-h1-fw, 700) var(--porto-h1-fs, 2.6em)/var(--porto-h1-lh, 44px) var(--porto-h1-ff, var(--porto-body-ff)), sans-serif;
    color: var(--porto-h1-color, var(--porto-heading-color));
    letter-spacing: var(--porto-h1-ls, -0.05em);
    margin-bottom: 32px
}

h2 {
    font: var(--porto-h2-fst, normal) var(--porto-h2-fw, 700) var(--porto-h2-fs, 2.2em)/var(--porto-h2-lh, 40px) var(--porto-h2-ff, var(--porto-body-ff)), sans-serif;
    color: var(--porto-h2-color, var(--porto-heading-color));
    letter-spacing: var(--porto-h2-ls, -0.05em);
    margin-bottom: 32px
}

h3 {
    font: var(--porto-h3-fst, normal) var(--porto-h3-fw, 700) var(--porto-h3-fs, 1.8em)/var(--porto-h3-lh, 32px) var(--porto-h3-ff, var(--porto-body-ff)), sans-serif;
    color: var(--porto-h3-color, var(--porto-heading-color));
    letter-spacing: var(--porto-h3-ls, -0.05em);
    margin-bottom: 20px
}

h4 {
    font: var(--porto-h4-fst, normal) var(--porto-h4-fw, 700) var(--porto-h4-fs, 1.4em)/var(--porto-h4-lh, 27px) var(--porto-h4-ff, var(--porto-body-ff)), sans-serif;
    color: var(--porto-h4-color, var(--porto-heading-color));
    letter-spacing: var(--porto-h4-ls, -0.05em);
    margin: 0 0 14px 0
}

h5 {
    font: var(--porto-h5-fst, normal) var(--porto-h5-fw, 600) var(--porto-h5-fs, 1em)/var(--porto-h5-lh, 18px) var(--porto-h5-ff, var(--porto-body-ff)), sans-serif;
    color: var(--porto-h5-color, var(--porto-heading-color));
    letter-spacing: var(--porto-h5-ls, -0.05em);
    margin: 0 0 14px 0
}

h6 {
    font: var(--porto-h6-fst, normal) var(--porto-h6-fw, 400) var(--porto-h6-fs, 1em)/var(--porto-h6-lh, 18px) var(--porto-h6-ff, var(--porto-body-ff)), sans-serif;
    color: var(--porto-h6-color, var(--porto-heading-color));
    letter-spacing: var(--porto-h6-ls, -0.05em);
    margin: 0 0 14px 0
}

h1.big {
    font-size: 4.2em;
    line-height: 54px
}

h1.small {
    font-size: 2.2em;
    line-height: 42px;
    font-weight: 600
}

h1.short {
    margin-bottom: 15px
}

h2.short {
    margin-bottom: 15px
}

h3.short,
h4.short,
h5.short,
h6.short {
    margin-bottom: 9px
}

h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
    margin-bottom: 0
}

h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
    margin-bottom: 33px
}

h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
    margin-bottom: 44px
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
    margin-top: 22px
}

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
    margin-top: 44px
}

h1.light,
h1.white,
h2.light,
h2.white,
h3.light,
h3.white,
h4.light,
h4.white,
h5.light,
h5.white,
h6.light,
h6.white {
    color: #fff
}

h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}

.heading-border {
    margin-bottom: 1.5625rem
}

.heading-border h1,
.heading-border h2,
.heading-border h3,
.heading-border h4,
.heading-border h5,
.heading-border h6 {
    padding: 0;
    margin: 0
}

.heading-border .heading-tag {
    border-top-color: var(--porto-gray-2);
    border-bottom-color: var(--porto-gray-2)
}

.heading-bottom-border h1 {
    border-bottom: 5px solid;
    padding-bottom: 10px
}

.heading-bottom-border h2,
.heading-bottom-border h3 {
    border-bottom: 2px solid;
    padding-bottom: 10px
}

.heading-bottom-border div,
.heading-bottom-border h4,
.heading-bottom-border h5,
.heading-bottom-border h6,
.heading-bottom-border p {
    border-bottom: 1px solid;
    padding-bottom: 5px
}

.heading-bottom-double-border .heading-tag {
    border-bottom: 3px double;
    padding-bottom: 10px
}

.heading-bottom-double-border h4,
.heading-bottom-double-border h5,
.heading-bottom-double-border h6 {
    padding-bottom: 5px
}

.heading-middle-border .heading-tag {
    position: relative;
    display: flex;
    align-items: center
}

.heading-middle-border .heading-tag:after,
.heading-middle-border .heading-tag:before {
    height: 0;
    border-top: 1px solid;
    border-top-color: inherit;
    flex: 1
}

.heading-middle-border .heading-tag:after {
    content: ""
}

.heading-middle-border h1:before {
    margin-left: 20px
}

.heading-middle-border h1:after {
    margin-right: 20px
}

.heading-middle-border h2:before,
.heading-middle-border h3:before {
    margin-left: 15px
}

.heading-middle-border h2:after,
.heading-middle-border h3:after {
    margin-right: 15px
}

.heading-middle-border h4:before,
.heading-middle-border h5:before,
.heading-middle-border h6:before {
    margin-left: 8px
}

.heading-middle-border h4:after,
.heading-middle-border h5:after,
.heading-middle-border h6:after {
    margin-right: 8px
}

.heading-middle-border-reverse .heading-tag:before {
    content: ""
}

.heading-middle-border-reverse .heading-tag:after {
    content: none
}

.heading-middle-border-center .heading-tag:before {
    content: ""
}

.heading-border-xs .heading-tag {
    border-bottom-width: 1px
}

.heading-border-xs .heading-tag:after,
.heading-border-xs .heading-tag:before {
    border-top-width: 1px
}

.heading-border-sm .heading-tag {
    border-bottom-width: 2px
}

.heading-border-sm .heading-tag:after,
.heading-border-sm .heading-tag:before {
    border-top-width: 2px
}

.heading-border-lg .heading-tag {
    border-bottom-width: 3px
}

.heading-border-lg .heading-tag:after,
.heading-border-lg .heading-tag:before {
    border-top-width: 3px
}

.heading-border-xl .heading-tag {
    border-bottom-width: 5px
}

.heading-border-xl .heading-tag:after,
.heading-border-xl .heading-tag:before {
    border-top-width: 5px
}

@media (max-width:575px) {
    h2 {
        line-height: 40px
    }
}

@media (max-width:767px) {
    h1.big {
        font-size: 3.2em;
        line-height: 42px
    }
}

.heading-bold {
    font-weight: 600 !important
}

.heading-bold strong {
    font-weight: 800 !important
}

.page-title {
    margin-top: 0
}

blockquote {
    font-size: 1em
}

p {
    margin: 0 0 1.25rem
}

p.featured {
    font-size: 1.6em;
    line-height: 1.5em
}

p .alternative-font {
    display: inline-block;
    margin-top: -15px;
    position: relative;
    top: 3px;
    margin-bottom: -6px
}

b,
strong {
    font-weight: 700
}

.label-dark,
.label-dark:hover {
    background: #111;
    text-decoration: none;
    font-weight: normal
}

.alternative-font {
    font-family: var(--porto-alt-ff, var(--porto-body-ff)), sans-serif;
    font-size: 1.6em;
    color: var(--porto-primary-color)
}

.single h4.sub-title {
    font-size: 1.2em
}

.single h4.sub-title strong {
    font-weight: 800
}

.nav {}

.nav i.icon-image {
    display: inline-block;
    max-width: 20px
}

ul.nav-list li {
    margin: 0;
    padding: 0;
    display: block;
    flex: 0 0 100%;
    width: auto;
    position: relative
}

ul.nav-list li a {
    transition: background 0.1s;
    padding: 8px 20px 8px 0;
    display: block;
    color: #666;
    font-size: 0.9em;
    line-height: 20px;
    border-bottom: 1px solid var(--porto-input-bc)
}

ul.nav-list li a:before {
    content: "\f054";
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 9px;
    opacity: 0.7;
    font-size: 0.45rem
}

ul.nav-list li a:hover:before {
    animation: arrowLeftRight 0.6s linear infinite
}

ul.nav-list li.active>a,
ul.nav-list li>a.active {
    font-weight: 700
}

ul.nav-list li ul {
    list-style: none;
    margin: 0 25px 0 0;
    padding: 0
}

ul.nav-list li .wsp-category-title {
    margin-top: 10px
}

ul.nav-list li .wsp-category-title a {
    display: inline-block;
    padding-right: 0;
    font-size: 1em
}

ul.nav-list li .wsp-category-title a:before {
    display: none
}

ul.nav-list li .wsp-category-title a:hover {
    background-color: transparent
}

ul.nav-list.hide-not-active li ul {
    display: none
}

ul.nav-list.hide-not-active li.active ul {
    display: block
}

ul.nav-list.show-bg-active .active>a,
ul.nav-list.show-bg-active a.active {
    background-color: var(--porto-gray-3)
}

ul.nav-list.show-bg-active .active>a:hover,
ul.nav-list.show-bg-active a.active:hover {
    background-color: var(--porto-gray-5)
}

ul.narrow li a {
    padding-top: 4px;
    padding-bottom: 4px
}

.nav-pills>li.active>a,
.nav-pills>li>a.active {
    background-color: var(--porto-primary-color);
    color: var(--porto-primary-color-inverse, #fff)
}

.nav-pills-center {
    text-align: center;
    justify-content: center
}

.nav-pills-center>li {
    display: inline-block;
    float: none
}

.nav-pills-left {
    justify-content: flex-start
}

.nav-pills-right {
    justify-content: flex-end
}

.nav-pills-justify>li {
    text-align: center;
    width: 100%
}

.nav-pills .nav-link .active {
    background-color: transparent
}

.show>.nav-pills .nav-link {
    background-color: transparent
}

.nav-secondary {
    background: #fafafa;
    padding: 20px 0;
    z-index: 100
}

.nav-secondary .nav-pills {
    justify-content: center
}

.nav-secondary .nav-pills>li a,
.nav-secondary .nav-pills>li span {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 13px;
    text-transform: uppercase
}

.nav-secondary .nav-pills>li a i,
.nav-secondary .nav-pills>li span i {
    font-size: 0.875rem;
    margin-left: 0.35em
}

.nav-secondary.sticky-active {
    border-bottom-color: #e9e9e9;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}

textarea {
    resize: vertical
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    -webkit-appearance: none
}

.form-control,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    border: 1px solid;
    outline: none;
    box-shadow: none;
    text-align: right;
    line-height: 1.42857;
    padding: 8px 12px;
    font-size: 0.85rem;
    vertical-align: middle;
    height: auto
}

input[type=color].input-lg,
input[type=date].input-lg,
input[type=datetime-local].input-lg,
input[type=datetime].input-lg,
input[type=email].input-lg,
input[type=month].input-lg,
input[type=number].input-lg,
input[type=password].input-lg,
input[type=search].input-lg,
input[type=tel].input-lg,
input[type=text].input-lg,
input[type=time].input-lg,
input[type=url].input-lg,
input[type=week].input-lg,
select.input-lg,
textarea.input-lg {
    padding: 10px 12px;
    font-size: 18px
}

input[type=color].input-sm,
input[type=date].input-sm,
input[type=datetime-local].input-sm,
input[type=datetime].input-sm,
input[type=email].input-sm,
input[type=month].input-sm,
input[type=number].input-sm,
input[type=password].input-sm,
input[type=search].input-sm,
input[type=tel].input-sm,
input[type=text].input-sm,
input[type=time].input-sm,
input[type=url].input-sm,
input[type=week].input-sm,
select.input-sm,
textarea.input-sm {
    padding: 5px 7px;
    font-size: 12px
}

select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background: #fff url("../images/select-bg.svg") left center/26px 60px no-repeat;
    text-indent: 0.01em;
    border-radius: 0;
    padding-left: 25px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    select::-ms-expand {
        display: none
    }
    select:focus::-ms-value {
        background: transparent;
        color: currentColor
    }
}

label.checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px
}

input[type=checkbox],
input[type=radio] {
    margin-left: 5px
}

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.form-control:focus {
    border-color: var(--porto-input-bc)
}

.form-control:focus,
select:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset
}

label.valid {
    display: inline-block;
    text-indent: -9999px
}

label.error {
    color: #C10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0
}

label.error#captcha-error {
    margin-top: 15px
}

legend {
    border: none
}

fieldset legend {
    margin-top: 15px
}

[type=submit] {
    border: 1px solid var(--porto-primary-color);
    color: #fff;
    padding: 8px 10px;
    line-height: 1.42857
}

#searchform .input-group {
    margin-bottom: 1em
}

#searchform #s {
    font-size: 0.8em
}

.form-table td,
.form-table th {
    padding: 10px 0 10px 10px
}

.form-table td label,
.form-table th label {
    margin-left: 15px
}

.form-table td h3,
.form-table th h3 {
    color: inherit;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.42857;
    margin: 0 0 -10px !important
}

body #wp-link-wrap {
    background: var(--porto-body-bg)
}

body #wp-link-wrap .screen-reader-text {
    display: none
}

body #wp-link-wrap #link-modal-title {
    background: var(--porto-gray-3);
    border-bottom: 1px solid var(--porto-gray-2)
}

body #wp-link-wrap .submitbox {
    background: var(--porto-gray-3);
    border-top: 1px solid var(--porto-gray-2)
}

body #wp-link-wrap #wp-link-submit {
    padding: 4px 12px
}

body #wp-link-wrap #wp-link-search-toggle:after {
    font-size: 25px
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none
}

.img-box-shadow {
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s
}

.img-box-shadow:hover {
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4)
}

.img-thumbnail.full {
    width: 100%
}

.img-thumbnail.full img {
    width: 100%
}

.img-thumbnail video {
    width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.img-thumbnail .zoom,
.porto-tb-featured-image .zoom {
    border-radius: 100%;
    bottom: 4px;
    cursor: pointer;
    background: var(--porto-primary-color);
    color: #fff;
    height: 30px;
    position: absolute;
    left: 4px;
    text-align: center;
    width: 30px;
    opacity: 0;
    transition: opacity 0.1s, background-color 0.1s;
    z-index: 1000
}

.img-thumbnail .zoom i,
.porto-tb-featured-image .zoom i {
    font-size: 14px;
    line-height: 30px
}

.img-thumbnail {
    position: relative
}

.img-thumbnail .link {
    transition: 0.3s;
    background: var(--porto-primary-color);
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    border-radius: 0 0 4px 0;
    left: -100px;
    text-align: center;
    top: -100px;
    width: 50px
}

.img-thumbnail .link i {
    font-size: 20px;
    position: relative;
    top: -4px
}

.img-thumbnail:hover .zoom {
    opacity: 1
}

.img-thumbnail:hover .link {
    left: 0;
    top: 0
}

.img-thumbnail .inner {
    display: block;
    overflow: hidden;
    position: relative;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0)
}

.img-thumbnail.img-thumbnail-no-borders {
    border-radius: 0;
    padding: 0;
    max-width: 100% !important;
    border-width: 0
}

.img-thumbnail.img-thumbnail-no-borders .inner,
.img-thumbnail.img-thumbnail-no-borders img {
    border-radius: 0
}

.img-thumbnail.img-thumbnail-no-borders .rev_slider_wrapper,
.img-thumbnail.img-thumbnail-no-borders .rev_slider_wrapper li.tp-revslider-slidesli {
    border-radius: 0 !important
}

.porto-image-frame>.img-thumbnail {
    display: block
}

.porto-image-frame {
    margin-bottom: var(--porto-grid-gutter-width)
}

.gallery-row {
    margin: 0 -4px
}

.img-opacity-effect a img {
    transition: opacity 0.2s ease-in-out;
    overflow: hidden
}

.img-opacity-effect a img:hover {
    opacity: 0.9
}

.owl-item .thumb-gallery-thumbs-item img {
    border: 2px solid transparent
}

.owl-item.selected .thumb-gallery-thumbs-item img {
    border-color: var(--porto-primary-color)
}

.masonry:after {
    content: " ";
    display: table;
    clear: both
}

.masonry .masonry-item {
    width: 25%;
    float: right
}

.masonry .masonry-item.w2 {
    width: 50%
}

.masonry .masonry-item img {
    border-radius: 0 !important
}

.img-thumbnail .link:hover,
.img-thumbnail .zoom:hover,
.porto-tb-featured-image .zoom:hover,
.thumb-info .zoom:hover {
    background-color: var(--porto-primary-light-5)
}

.img-zoom-in .img-thumbnail,
.img-zoom-overlay .img-thumbnail {
    overflow: hidden
}

.img-zoom-in .img-thumbnail:hover img,
.img-zoom-overlay .img-thumbnail:hover img {
    transform: scale(1.1, 1.1)
}

.img-zoom-overlay .img-thumbnail:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    opacity: 0;
    z-index: 1;
    background-color: #FFF;
    transition: background-color 0.2s, opacity 0.2s
}

.img-zoom-overlay .img-thumbnail:hover:after {
    opacity: 1;
    background-color: rgba(33, 37, 41, 0.8)
}

.btn-inverse {
    color: #fff;
    background-color: #333;
    border-color: #2d2d2d
}

.btn-inverse:focus {
    color: #fff;
    background-color: #262626;
    border-color: #202020
}

.btn-inverse:hover {
    color: #fff;
    background-color: #262626;
    border-color: #202020
}

.btn-inverse.active,
.btn-inverse:active,
.open>.btn-inverse.dropdown-toggle {
    color: #fff;
    background-color: #262626;
    border-color: #202020
}

.btn-inverse.active,
.btn-inverse:active,
.open>.btn-inverse.dropdown-toggle {
    background-image: none
}

.btn-inverse.disabled,
.btn-inverse.disabled.active,
.btn-inverse.disabled.focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:hover,
.btn-inverse[disabled],
.btn-inverse[disabled].active,
.btn-inverse[disabled].focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse.active,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover {
    background-color: #333;
    border-color: #2d2d2d
}

.btn-inverse .badge {
    color: #333;
    background-color: #fff
}

.btn {
    margin: 0
}

.btn-block {
    padding-right: 0;
    padding-left: 0
}

.vc_btn3.vc_btn3-size-md {
    border-radius: 4px
}

.btn,
.btn-group-md>.btn,
.vc_btn3.vc_btn3-size-md {
    padding: 0.533rem 0.933rem;
    font-size: 0.8rem;
    line-height: 1.42857
}

.btn-xl,
.vc_btn3.vc_btn3-size-xl {
    font-size: 1rem;
    padding: 0.8rem 2rem
}

#place_order,
.btn-group-lg>.btn,
.btn-lg,
.cart-actions .button,
.checkout-button,
.vc_btn3.vc_btn3-size-lg,
input.btn.btn-lg[type=submit],
input.button.btn-lg[type=submit],
input.submit.btn-lg {
    padding: 0.5rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.3333
}

.btn-group-sm>.btn,
.btn-sm,
.vc_btn3.vc_btn3-size-sm {
    padding: 0.3rem 0.65rem;
    font-size: 0.75rem;
    line-height: 1.5
}

.btn-group-xs>.btn .vc_btn3.vc_btn3-size-xs,
.btn-xs {
    padding: 0.2rem 0.5rem;
    font-size: 0.7rem;
    line-height: 1.5
}

.btn,
.button,
input.submit,
input[type=submit] {
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s, transform 0.2s;
    cursor: pointer
}

button {
    border: 1px solid #ccc
}

.button {
    display: inline-block;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    touch-action: manipulation;
    padding: 8px 12px;
    white-space: nowrap;
    line-height: 1.5;
    user-select: none
}

.button:disabled {
    cursor: default
}

.button:hover {
    text-decoration: none
}

.btn-default {
    color: #666
}

.btn-default.btn {
    background: #fff;
    box-shadow: none !important;
    border-color: var(--porto-input-bc)
}

.btn-default.btn[disabled],
.btn-default.btn[disabled]:hover {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.09)
}

.btn-default.btn:hover {
    background-color: #f2f2f2;
    border-color: rgba(0, 0, 0, 0.06)
}

.btn-default.btn-borders {
    background: none
}

.btn-outline {
    border-width: 2px
}

.btn-icon {
    display: inline-flex;
    align-items: center
}

.btn-icon i {
    margin-left: 10px
}

.btn-icon-right i {
    margin-left: 0;
    margin-right: 10px
}

.btn-icon-only i {
    margin-left: 0
}

#geodir-wrapper [type=button],
#geodir-wrapper [type=submit],
.button,
.geodir-search [type=button],
.geodir-search [type=submit],
[type=submit],
input.submit {
    background-color: var(--porto-primary-color);
    border-color: var(--porto-primary-color);
    color: var(--porto-primary-color-inverse)
}

#geodir-wrapper [type=button]:active,
#geodir-wrapper [type=button]:focus,
#geodir-wrapper [type=button]:hover,
#geodir-wrapper [type=submit]:active,
#geodir-wrapper [type=submit]:focus,
#geodir-wrapper [type=submit]:hover,
.button:active,
.button:focus,
.button:hover,
.geodir-search [type=button]:active,
.geodir-search [type=button]:focus,
.geodir-search [type=button]:hover,
.geodir-search [type=submit]:active,
.geodir-search [type=submit]:focus,
.geodir-search [type=submit]:hover,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
input.submit:active,
input.submit:focus,
input.submit:hover {
    background-color: var(--porto-primary-dark-5);
    border-color: var(--porto-primary-dark-5);
    color: var(--porto-primary-color-inverse)
}

.btn-success {
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    color: #FFF
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    border-color: #63bb63 #63bb63 #47a447;
    background-color: #58b758;
    color: #FFF
}

.btn-warning {
    background-color: #ed9c28;
    border-color: #ed9c28 #ed9c28 #d18211;
    color: #FFF
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    border-color: #f1b257 #f1b257 #ed9c28;
    background-color: #f0ab49;
    color: #FFF
}

.btn-danger {
    background-color: #d2322d;
    border-color: #d2322d #d2322d #a82824;
    color: #FFF
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    border-color: #db5b57 #db5b57 #d2322d;
    background-color: #d84f4a;
    color: #FFF
}

.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de #5bc0de #31b0d5;
    color: #FFF
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    border-color: #85d0e7 #85d0e7 #5bc0de;
    background-color: #79cbe4;
    color: #FFF
}

.btn-primary {
    background-color: var(--porto-primary-color, #CCC);
    border-color: var(--porto-primary-color, #CCC) var(--porto-primary-color, #CCC) var(--porto-primary-dark-10, #b3b3b3);
    color: var(--porto-primary-color-inverse, #FFF)
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    border-color: var(--porto-primary-light-10, #e6e6e6) var(--porto-primary-light-10, #e6e6e6) var(--porto-primary-color, #CCC);
    background-color: var(--porto-primary-light-7, #dedede);
    color: var(--porto-primary-color-inverse, #FFF)
}

.btn-primary.dropdown-toggle {
    border-right-color: var(--porto-primary-dark-5, #bfbfbf)
}

.btn-secondary {
    background-color: var(--porto-secondary-color, #E36159);
    border-color: var(--porto-secondary-color, #E36159) var(--porto-secondary-color, #E36159) var(--porto-secondary-dark-10, #dc372d);
    color: var(--porto-secondary-color-inverse, #FFF)
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    border-color: var(--porto-secondary-light-10, #ea8b85) var(--porto-secondary-light-10, #ea8b85) var(--porto-secondary-color, #E36159);
    background-color: var(--porto-secondary-light-7, #e87e78);
    color: var(--porto-secondary-color-inverse, #FFF)
}

.btn-secondary.dropdown-toggle {
    border-right-color: var(--porto-secondary-dark-5, #df4c43)
}

.btn-tertiary {
    background-color: var(--porto-tertiary-color, #2BAAB1);
    border-color: var(--porto-tertiary-color, #2BAAB1) var(--porto-tertiary-color, #2BAAB1) var(--porto-tertiary-dark-10, #218388);
    color: var(--porto-tertiary-color-inverse, #FFF)
}

.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:hover {
    border-color: var(--porto-tertiary-light-10, #3fc9d0) var(--porto-tertiary-light-10, #3fc9d0) var(--porto-tertiary-color, #2BAAB1);
    background-color: var(--porto-tertiary-light-7, #32c5cd);
    color: var(--porto-tertiary-color-inverse, #FFF)
}

.btn-tertiary.dropdown-toggle {
    border-right-color: var(--porto-tertiary-dark-5, #26969c)
}

.btn-quaternary {
    background-color: var(--porto-quaternary-color, #333940);
    border-color: var(--porto-quaternary-color, #333940) var(--porto-quaternary-color, #333940) var(--porto-quaternary-dark-10, #1c2023);
    color: var(--porto-quaternary-color-inverse, #FFF)
}

.btn-quaternary:active,
.btn-quaternary:focus,
.btn-quaternary:hover {
    border-color: var(--porto-quaternary-light-10, #4a535c) var(--porto-quaternary-light-10, #4a535c) var(--porto-quaternary-color, #333940);
    background-color: var(--porto-quaternary-light-7, #434b53);
    color: var(--porto-quaternary-color-inverse, #FFF)
}

.btn-quaternary.dropdown-toggle {
    border-right-color: var(--porto-quaternary-dark-5, #282d31)
}

.btn-dark {
    background-color: var(--porto-dark-color, #212529);
    border-color: var(--porto-dark-color, #212529) var(--porto-dark-color, #212529) var(--porto-dark-dark-10, #0a0c0d);
    color: var(--porto-dark-color-inverse, #FFF)
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    border-color: var(--porto-dark-light-10, #383f45) var(--porto-dark-light-10, #383f45) var(--porto-dark-color, #212529);
    background-color: var(--porto-dark-light-7, #31373d);
    color: var(--porto-dark-color-inverse, #FFF)
}

.btn-dark.dropdown-toggle {
    border-right-color: var(--porto-dark-dark-5, #16181b)
}

.btn-light {
    background-color: var(--porto-light-color, #fff);
    border-color: var(--porto-light-color, #fff) var(--porto-light-color, #fff) var(--porto-light-dark-10, #e6e6e6);
    color: var(--porto-light-color-inverse, #212529)
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    border-color: var(--porto-light-light-10, white) var(--porto-light-light-10, white) var(--porto-light-color, #fff);
    background-color: var(--porto-light-light-7, white);
    color: var(--porto-light-color-inverse, #212529)
}

.btn-light.dropdown-toggle {
    border-right-color: var(--porto-light-dark-5, #f2f2f2)
}

.button[disabled],
[type=button][disabled],
[type=submit][disabled],
fieldset[disabled] .button fieldset[disabled] [type=button],
fieldset[disabled] [type=submit] {
    opacity: 0.65;
    pointer-events: none
}

.btn-borders {
    border-width: 2px;
    background: transparent;
    padding: 0.483rem 1.0625rem
}

.btn-borders.btn-success {
    border-color: #47a447;
    color: #47a447
}

.btn-borders.btn-success:active,
.btn-borders.btn-success:focus,
.btn-borders.btn-success:hover {
    background-color: #47a447;
    border-color: #47a447 !important;
    color: #FFF
}

.btn-borders.btn-warning {
    border-color: #ed9c28;
    color: #ed9c28
}

.btn-borders.btn-warning:active,
.btn-borders.btn-warning:focus,
.btn-borders.btn-warning:hover {
    background-color: #ed9c28;
    border-color: #ed9c28 !important;
    color: #FFF
}

.btn-borders.btn-danger {
    border-color: #d2322d;
    color: #d2322d
}

.btn-borders.btn-danger:active,
.btn-borders.btn-danger:focus,
.btn-borders.btn-danger:hover {
    background-color: #d2322d;
    border-color: #d2322d !important;
    color: #FFF
}

.btn-borders.btn-info {
    border-color: #5bc0de;
    color: #5bc0de
}

.btn-borders.btn-info:active,
.btn-borders.btn-info:focus,
.btn-borders.btn-info:hover {
    background-color: #5bc0de;
    border-color: #5bc0de !important;
    color: #FFF
}

.btn-borders.btn-primary {
    border-color: var(--porto-primary-color, #CCC);
    color: var(--porto-primary-color, #CCC)
}

.btn-borders.btn-primary:active,
.btn-borders.btn-primary:focus,
.btn-borders.btn-primary:hover {
    background-color: var(--porto-primary-color, #CCC);
    border-color: var(--porto-primary-color, #CCC) !important;
    color: var(--porto-primary-color-inverse, #FFF)
}

.btn-borders.btn-secondary {
    border-color: var(--porto-secondary-color, #E36159);
    color: var(--porto-secondary-color, #E36159)
}

.btn-borders.btn-secondary:active,
.btn-borders.btn-secondary:focus,
.btn-borders.btn-secondary:hover {
    background-color: var(--porto-secondary-color, #E36159);
    border-color: var(--porto-secondary-color, #E36159) !important;
    color: var(--porto-secondary-color-inverse, #FFF)
}

.btn-borders.btn-tertiary {
    border-color: var(--porto-tertiary-color, #2BAAB1);
    color: var(--porto-tertiary-color, #2BAAB1)
}

.btn-borders.btn-tertiary:active,
.btn-borders.btn-tertiary:focus,
.btn-borders.btn-tertiary:hover {
    background-color: var(--porto-tertiary-color, #2BAAB1);
    border-color: var(--porto-tertiary-color, #2BAAB1) !important;
    color: var(--porto-tertiary-color-inverse, #FFF)
}

.btn-borders.btn-quaternary {
    border-color: var(--porto-quaternary-color, #333940);
    color: var(--porto-quaternary-color, #333940)
}

.btn-borders.btn-quaternary:active,
.btn-borders.btn-quaternary:focus,
.btn-borders.btn-quaternary:hover {
    background-color: var(--porto-quaternary-color, #333940);
    border-color: var(--porto-quaternary-color, #333940) !important;
    color: var(--porto-quaternary-color-inverse, #FFF)
}

.btn-borders.btn-dark {
    border-color: var(--porto-dark-color, #212529);
    color: var(--porto-dark-color, #212529)
}

.btn-borders.btn-dark:active,
.btn-borders.btn-dark:focus,
.btn-borders.btn-dark:hover {
    background-color: var(--porto-dark-color, #212529);
    border-color: var(--porto-dark-color, #212529) !important;
    color: var(--porto-dark-color-inverse, #FFF)
}

.btn-borders.btn-light {
    border-color: var(--porto-light-color, #fff);
    color: var(--porto-light-color, #fff)
}

.btn-borders.btn-light:active,
.btn-borders.btn-light:focus,
.btn-borders.btn-light:hover {
    background-color: var(--porto-light-color, #fff);
    border-color: var(--porto-light-color, #fff) !important;
    color: var(--porto-light-color-inverse, #212529)
}

.btn-borders.btn-xl {
    padding: 0.75rem 2rem
}

.btn-borders.btn-lg,
.btn-group-lg>.btn-borders.btn {
    padding: 0.45rem 1rem
}

.btn-borders.btn-sm,
.btn-group-sm>.btn-borders.btn {
    border-width: 2px;
    padding: 0.25rem 0.65rem
}

.btn-borders.btn-xs,
.btn-group-xs>.btn-borders.btn {
    padding: 0.15rem 0.5rem;
    border-width: 1px
}

.btn-3d {
    border-bottom-width: 3px
}

.btn-3d.btn-sm,
.btn-group-sm>.btn-3d.btn {
    border-width: 2px
}

.btn-3d.btn-xs,
.btn-group-xs>.btn-3d.btn {
    border-width: 1px
}

.btn-flat {
    display: inline-block
}

.btn-modern {
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600
}

.btn-modern.btn-xl {
    font-size: 1rem;
    padding: 1.25em 3.125em
}

.btn-modern.btn-lg {
    font-size: 0.875rem;
    padding: 1rem 2.25rem
}

.btn-modern.btn-sm {
    font-size: 0.7rem;
    padding: 0.7rem 1.4rem
}

.btn-modern.btn-xs {
    font-size: 0.625rem;
    padding: 0.6rem 1.2rem
}

.box-shadow-2 .btn,
.btn.box-shadow-2 {
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.45)
}

.btn-arrow {
    font-weight: 600
}

.btn-arrow:not(.btn-borders) {
    background: none !important;
    border: none !important
}

.btn-arrow:focus {
    box-shadow: none !important
}

.btn-arrow .icon-wrapper {
    background-color: #ccc;
    display: inline-block;
    height: 25px;
    line-height: 24px;
    width: 24px;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.1s linear
}

.btn-arrow:hover .icon-wrapper {
    transform: translateX(5px)
}

.btn-arrow i {
    color: #fff;
    font-size: 8px;
    top: -1px;
    position: relative
}

.btn-arrow.btn-primary {
    color: var(--porto-primary-color, #CCC)
}

.btn-arrow.btn-primary .icon-wrapper {
    background-color: var(--porto-primary-color, #CCC);
    box-shadow: 2px 3px 18px -3px var(--porto-primary-color, #CCC)
}

.btn-arrow.btn-secondary {
    color: var(--porto-secondary-color, #E36159)
}

.btn-arrow.btn-secondary .icon-wrapper {
    background-color: var(--porto-secondary-color, #E36159);
    box-shadow: 2px 3px 18px -3px var(--porto-secondary-color, #E36159)
}

.btn-arrow.btn-tertiary {
    color: var(--porto-tertiary-color, #2BAAB1)
}

.btn-arrow.btn-tertiary .icon-wrapper {
    background-color: var(--porto-tertiary-color, #2BAAB1);
    box-shadow: 2px 3px 18px -3px var(--porto-tertiary-color, #2BAAB1)
}

.btn-arrow.btn-quaternary {
    color: var(--porto-quaternary-color, #333940)
}

.btn-arrow.btn-quaternary .icon-wrapper {
    background-color: var(--porto-quaternary-color, #333940);
    box-shadow: 2px 3px 18px -3px var(--porto-quaternary-color, #333940)
}

.btn-arrow.btn-dark {
    color: var(--porto-dark-color, #212529)
}

.btn-arrow.btn-dark .icon-wrapper {
    background-color: var(--porto-dark-color, #212529);
    box-shadow: 2px 3px 18px -3px var(--porto-dark-color, #212529)
}

.btn-arrow.btn-light {
    color: var(--porto-light-color, #fff)
}

.btn-arrow.btn-light .icon-wrapper {
    background-color: var(--porto-light-color, #fff);
    box-shadow: 2px 3px 18px -3px var(--porto-light-color, #fff)
}

.btn.btn-full-rounded {
    border-radius: 2em
}

.btn-gray {
    background-color: #eee;
    color: #222529
}

.btn-gray:hover {
    background-color: #f4f4f4;
    color: #222529
}

@keyframes btnArrowEffect1 {
    0% {
        transform: translateX(0)
    }
    51% {
        transform: translateX(20px);
        opacity: 1
    }
    52% {
        opacity: 0;
        transform: translateX(-20px)
    }
    53% {
        opacity: 0
    }
    54% {
        opacity: 1
    }
    to {
        transform: translateX(0)
    }
}

.btn i {
    display: inline-block;
    transition: transform 0.25s linear;
    line-height: 1
}

.btn.hover-icon-zoom:hover i,
.porto-u-icons.hover-icon-zoom .porto-icon:hover {
    transform: scale(1.15, 1.15)
}

.btn.hover-icon-up:hover i,
.porto-u-icons.hover-icon-up .porto-icon:hover {
    transform: translateY(-4px)
}

.btn.hover-icon-left:hover i,
.porto-u-icons.hover-icon-left .porto-icon:hover {
    transform: translateX(-6px)
}

.btn.hover-icon-right:hover i,
.porto-u-icons.hover-icon-right .porto-icon:hover {
    transform: translateX(6px)
}

.btn.hover-icon-pulse-left-right:hover i,
.porto-u-icons.hover-icon-pulse-left-right .porto-icon:hover {
    animation: btnArrowEffect1 ease-out 0.3s
}

.btn.hover-icon-pulse-infnite:hover i,
.porto-u-icons.hover-icon-pulse-infnite .porto-icon:hover {
    left: auto !important;
    animation: navItemArrow 0.6s linear infinite
}

@keyframes btnMarqueeLeft {
    to {
        transform: translateX(-200%)
    }
}

@keyframes btnMarqueeUp {
    to {
        transform: translateY(-200%)
    }
}

@keyframes btnMarqueeDown {
    to {
        transform: translateY(200%)
    }
}

.btn-hover-text-effect {
    overflow: hidden
}

.btn-hover-text-effect .btn-text {
    transition: opacity 0.65s, transform 0.85s
}

.btn-hover-text-effect .btn-text:after {
    content: attr(data-text);
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    transition: inherit
}

.btn-hover-text-effect:hover .btn-text:after {
    opacity: 1
}

.btn-text {
    display: inline-block;
    position: relative;
    z-index: 3
}

.btn.hover-text-switch-left .btn-text:after {
    left: 100%;
    transform: translate(50%, -50%)
}

.btn.hover-text-switch-left:hover .btn-text {
    transform: translateX(-200%)
}

.btn.hover-text-switch-left:hover .btn-text:after {
    transform: translate(100%, -50%)
}

.btn.hover-text-switch-up .btn-text:after {
    left: 50%;
    transform: translate(-50%, 100%)
}

.btn.hover-text-switch-up:hover .btn-text {
    transform: translateY(-200%)
}

.btn.hover-text-switch-up:hover .btn-text:after {
    transform: translate(-50%, 150%)
}

.btn.hover-text-marquee-left .btn-text:after {
    left: 100%;
    transform: translate(100%, -50%)
}

.btn.hover-text-marquee-left:hover .btn-text {
    animation: btnMarqueeLeft 2s linear infinite
}

.btn.hover-text-marquee-up .btn-text:after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 100%)
}

.btn.hover-text-marquee-up:hover .btn-text {
    animation: btnMarqueeUp 1s linear infinite
}

.btn.hover-text-marquee-down .btn-text:after {
    top: -100%;
    left: 50%;
    transform: translate(-50%, -100%)
}

.btn.hover-text-marquee-down:hover .btn-text {
    animation: btnMarqueeDown 1s linear infinite
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px
}

.overlay-show {
    margin-bottom: 30px
}

.card-body>:last-child,
.tab-pane>:last-child {
    margin-bottom: 0
}

.video-cover {
    overflow: hidden !important
}

.map_info_text p {
    margin-bottom: 10px
}

.map_info_text p:last-child {
    margin-bottom: 0
}

.alignleft {
    float: right;
    margin: 4px 0 7px 24px
}

.alignright {
    float: left;
    margin: 4px 24px 7px 0
}

.aligncenter {
    clear: both;
    display: block;
    margin: 4px auto 7px;
    text-align: center
}

blockquote.alignleft,
blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%
}

blockquote.alignleft p,
blockquote.alignright p {
    margin-bottom: 17px
}

.mceItemTable {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 1px 0 0;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.2857142857;
    margin-bottom: 24px;
    width: 100%
}

.mceItemTable caption,
.mceItemTable th {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 0 0 1px 1px;
    font-weight: 700;
    padding: 8px;
    text-align: right;
    text-transform: uppercase;
    vertical-align: baseline
}

.mceItemTable td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 0 0 1px 1px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    padding: 8px;
    vertical-align: baseline
}

.wp-caption {
    background: transparent;
    border: none;
    color: #767676;
    margin: 0 0 24px 0;
    max-width: 100%;
    padding: 0;
    text-align: right
}

.html5-captions .wp-caption {
    padding: 0
}

.wp-caption.alignleft {
    margin: 7px 0 7px 14px;
    text-align: right
}

.html5-captions .wp-caption.alignleft {
    margin-left: 24px
}

.wp-caption.alignright {
    margin: 7px 14px 7px 0;
    text-align: left
}

.wp-caption.alignright .wp-caption-dd,
.wp-caption.alignright img {
    padding-right: 10px
}

.html5-captions .wp-caption.alignright {
    margin-right: 24px
}

.html5-captions .wp-caption.alignright .wp-caption-dd,
.html5-captions .wp-caption.alignright img {
    padding: 0
}

.wp-caption.aligncenter {
    margin: 7px auto
}

.wp-caption-dt {
    margin: 0
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding: 0 0 0 10px;
    text-align: right
}

.mceTemp+ol,
.mceTemp+ul {
    list-style-position: inside
}

.gallery {
    display: flex;
    flex-wrap: wrap
}

.gallery-item {
    width: 100%;
    padding: var(--porto-column-spacing)
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.3333333333%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.6666666667%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.2857142857%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.1111111111%
}

.gallery .gallery-caption {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    padding: 6px 8px;
    text-align: center;
    width: 100%
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.size-full {
    max-width: 100%;
    height: auto
}

li {
    line-height: var(--porto-body-lh)
}

ul.list.icons li a {
    color: var(--porto-body-color)
}

ul.list.icons li i {
    margin-left: 5px
}

ul.icons {
    list-style: none
}

.list li {
    margin-bottom: 13px
}

.list.pull-left li {
    text-align: right
}

.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0
}

.list.list-icons li {
    position: relative;
    padding-right: 25px
}

.list.list-icons li i {
    position: absolute;
    right: 0;
    top: 5px;
    color: var(--porto-primary-color);
    border-color: var(--porto-primary-color)
}

.list.list-icons.list-icons-style-2 li {
    padding-top: 5px;
    padding-right: 36px
}

.list.list-icons.list-icons-style-2 li i {
    border: 1px solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px
}

.list.list-icons.list-icons-style-3 li {
    padding-top: 5px;
    padding-right: 36px
}

.list.list-icons.list-icons-style-3 li i {
    background-color: var(--porto-primary-color);
    color: var(--porto-primary-color-inverse);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px
}

.list.list-icons.list-icons-sm li {
    padding-right: 13px;
    margin-bottom: 5px
}

.list.list-icons.list-icons-sm li i {
    font-size: 0.9em;
    top: 7px
}

.list.list-icons.list-icons-sm.list-icons-style-2 li {
    padding-right: 32px
}

.list.list-icons.list-icons-sm.list-icons-style-2 li i {
    width: 20px;
    height: 20px;
    padding: 3px
}

.list.list-icons.list-icons-sm.list-icons-style-3 li {
    padding-right: 32px
}

.list.list-icons.list-icons-sm.list-icons-style-3 li i {
    width: 20px;
    height: 20px;
    padding: 5px 3px 3px
}

.list.list-icons.list-icons-lg li {
    padding-top: 5px;
    padding-right: 32px
}

.list.list-icons.list-icons-lg li i {
    font-size: 1.5em
}

.list.list-icons.list-icons-lg.list-icons-style-2 li {
    padding-top: 8px;
    padding-right: 42px
}

.list.list-icons.list-icons-lg.list-icons-style-2 li i {
    width: 30px;
    height: 30px;
    padding: 4px
}

.list.list-icons.list-icons-lg.list-icons-style-3 li {
    padding-top: 8px;
    padding-right: 42px
}

.list.list-icons.list-icons-lg.list-icons-style-3 li i {
    width: 30px;
    height: 30px;
    padding: 4px
}

.list.list-icons.list-icons-reverse li {
    text-align: left;
    padding-left: 25px;
    padding-right: 0
}

.list.list-icons.list-icons-reverse li i {
    position: absolute;
    right: auto;
    left: 0;
    top: 5px
}

.list.list-icons.list-icons-reverse.list-icons-style-2 li {
    padding-left: 36px
}

.list.list-icons.list-icons-reverse.list-icons-style-3 li {
    padding-left: 36px
}

.list.list-icons.list-icons-reverse.list-icons-sm li {
    padding-right: 0;
    padding-left: 13px
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
    padding-left: 32px
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
    padding-left: 32px
}

.list.list-icons.list-icons-reverse.list-icons-lg li {
    padding-right: 0;
    padding-left: 32px
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
    padding-left: 42px
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
    padding-left: 42px
}

.list.list-borders li {
    border-bottom: 1px solid #eaeaea;
    margin-top: 9px;
    margin-bottom: 0;
    padding-bottom: 9px
}

.list.list-borders li:last-child {
    border-bottom: 0
}

.list.list-side-borders {
    border-right: 1px solid #eaeaea;
    padding-right: 10px
}

.list.list-ordened {
    counter-reset: custom-counter;
    list-style: none
}

.list.list-ordened li {
    position: relative;
    padding-right: 22px
}

.list.list-ordened li:before {
    position: absolute;
    top: 0;
    right: 0;
    content: counter(custom-counter);
    counter-increment: custom-counter;
    font-weight: 700;
    color: var(--porto-primary-color);
    border-color: var(--porto-primary-color)
}

.list.list-ordened.list-ordened-style-2 li,
.list.list-ordened.list-ordened-style-3 li {
    padding-right: 32px
}

.list.list-ordened.list-ordened-style-2 li:before,
.list.list-ordened.list-ordened-style-3 li:before {
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    min-width: 26px;
    padding: 0;
    text-align: center
}

.list.list-ordened.list-ordened-style-3 li:before {
    background: var(--porto-primary-color);
    color: var(--porto-primary-color-inverse);
    border: 0
}

.list.list-unstyled {
    padding-left: 0;
    padding-right: 0
}

.fontawesome-icon-list,
.sample-icon-list {
    margin-top: 22px
}

.fontawesome-icon-list>div,
.sample-icon-list>div {
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    color: var(--porto-color-price)
}

.fontawesome-icon-list>div:hover,
.fontawesome-icon-list>div:hover .text-muted,
.sample-icon-list>div:hover,
.sample-icon-list>div:hover .text-muted {
    color: var(--porto-primary-color)
}

.fontawesome-icon-list>div:hover i,
.sample-icon-list>div:hover i {
    font-size: 28px;
    vertical-align: -6px
}

.fontawesome-icon-list i,
.sample-icon-list i {
    display: inline-block;
    background-image: none;
    font-size: 14px;
    margin-left: 4px;
    text-align: center;
    width: 32px
}

.link-hover-style-1 a {
    display: inline-block
}

.link-hover-style-1 a:hover {
    transform: translateX(3px)
}

.list-secondary .list-icons li i,
.list-secondary.list-ordened li:before {
    border-color: var(--porto-secondary-color);
    color: var(--porto-secondary-color)
}

.list-secondary.list-icons.list-icons-style-3 li i,
.list-secondary.list-ordened.list-ordened-style-3 li:before {
    background-color: var(--porto-secondary-color);
    color: var(--porto-secondary-color-inverse, #FFF)
}

.list-tertiary .list-icons li i,
.list-tertiary.list-ordened li:before {
    border-color: var(--porto-tertiary-color);
    color: var(--porto-tertiary-color)
}

.list-tertiary.list-icons.list-icons-style-3 li i,
.list-tertiary.list-ordened.list-ordened-style-3 li:before {
    background-color: var(--porto-tertiary-color);
    color: var(--porto-tertiary-color-inverse, #FFF)
}

.list-quaternary .list-icons li i,
.list-quaternary.list-ordened li:before {
    border-color: var(--porto-quaternary-color);
    color: var(--porto-quaternary-color)
}

.list-quaternary.list-icons.list-icons-style-3 li i,
.list-quaternary.list-ordened.list-ordened-style-3 li:before {
    background-color: var(--porto-quaternary-color);
    color: var(--porto-quaternary-color-inverse, #FFF)
}

.list-dark .list-icons li i,
.list-dark.list-ordened li:before {
    border-color: var(--porto-dark-color);
    color: var(--porto-dark-color)
}

.list-dark.list-icons.list-icons-style-3 li i,
.list-dark.list-ordened.list-ordened-style-3 li:before {
    background-color: var(--porto-dark-color);
    color: var(--porto-dark-color-inverse, #FFF)
}

.list-light .list-icons li i,
.list-light.list-ordened li:before {
    border-color: var(--porto-light-color);
    color: var(--porto-light-color)
}

.list-light.list-icons.list-icons-style-3 li i,
.list-light.list-ordened.list-ordened-style-3 li:before {
    background-color: var(--porto-light-color);
    color: var(--porto-light-color-inverse, #212529)
}

.has-ccols:not(.owl-loaded),
.products-slider.owl-carousel:not(.owl-loaded) {
    display: flex;
    width: auto
}

.has-ccols {
    flex-wrap: wrap
}

.has-ccols.owl-carousel:not(.owl-loaded),
.products-slider.owl-carousel:not(.owl-loaded) {
    flex-wrap: nowrap;
    overflow: hidden
}

.ccols-wrap>*,
.has-ccols>* {
    max-width: 100%;
    flex: 0 0 auto;
    width: var(--porto-cw, 100%)
}

.porto-carousel .owl-item>.elementor-column,
.porto-carousel>.elementor-column {
    width: 100%
}

.has-ccols>.elementor-column,
.has-ccols>.elementor-element,
.has-ccols>.elementor-section {
    width: var(--porto-cw, 100%)
}

.owl-carousel.has-ccols:not(.owl-loaded)>* {
    position: relative
}

.ccols-1 {
    --porto-cw: 100%
}

.ccols-2 {
    --porto-cw: 50%
}

.ccols-3 {
    --porto-cw: 33.3333%
}

.ccols-4 {
    --porto-cw: 25%
}

.ccols-5 {
    --porto-cw: 20%
}

.ccols-6 {
    --porto-cw: 16.6666%
}

.ccols-7 {
    --porto-cw: 14.2857%
}

.ccols-8 {
    --porto-cw: 12.5%
}

.ccols-9 {
    --porto-cw: 11.1111%
}

.ccols-10 {
    --porto-cw: 10%
}

.porto-half-slider:not(.owl-loaded)>* {
    --porto-cw: var( --porto-col-xs)
}

.porto-half-slider:not(.owl-loaded)>li.product-col {
    width: var(--porto-col-xs, 100%)
}

@media (min-width:576px) {
    .ccols-sm-1>* {
        --porto-cw: 100%
    }
    .ccols-sm-2>* {
        --porto-cw: 50%
    }
    .ccols-sm-3>* {
        --porto-cw: 33.3333%
    }
    .ccols-sm-4>* {
        --porto-cw: 25%
    }
    .ccols-sm-5>* {
        --porto-cw: 20%
    }
    .ccols-sm-6>* {
        --porto-cw: 16.6666%
    }
    .porto-half-slider:not(.owl-loaded)>* {
        --porto-cw: var( --porto-col-sm)
    }
    .porto-half-slider:not(.owl-loaded)>li.product-col {
        width: var(--porto-col-sm, 100%)
    }
}

@media (min-width:768px) {
    .ccols-md-1>* {
        --porto-cw: 100%
    }
    .ccols-md-2>* {
        --porto-cw: 50%
    }
    .ccols-md-3>* {
        --porto-cw: 33.3333%
    }
    .ccols-md-4>* {
        --porto-cw: 25%
    }
    .ccols-md-5>* {
        --porto-cw: 20%
    }
    .ccols-md-6>* {
        --porto-cw: 16.6666%
    }
    .ccols-md-12>* {
        --porto-cw: 8.3333%
    }
    .porto-half-slider:not(.owl-loaded)>* {
        --porto-cw: var( --porto-col-md)
    }
    .porto-half-slider:not(.owl-loaded)>li.product-col {
        width: var(--porto-col-md, 100%)
    }
}

@media (min-width:992px) {
    .ccols-lg-1>* {
        --porto-cw: 100%
    }
    .ccols-lg-2>* {
        --porto-cw: 50%
    }
    .ccols-lg-3>* {
        --porto-cw: 33.3333%
    }
    .ccols-lg-4>* {
        --porto-cw: 25%
    }
    .ccols-lg-5>* {
        --porto-cw: 20%
    }
    .ccols-lg-6>* {
        --porto-cw: 16.6666%
    }
    .ccols-lg-7>* {
        --porto-cw: 14.2857%
    }
    .ccols-lg-8>* {
        --porto-cw: 12.5%
    }
    .ccols-lg-9>* {
        --porto-cw: 11.1111%
    }
    .ccols-lg-12>* {
        --porto-cw: 8.3333%
    }
    .porto-half-slider:not(.owl-loaded)>* {
        --porto-cw: var( --porto-col-lg)
    }
    .porto-half-slider:not(.owl-loaded)>li.product-col {
        width: var(--porto-col-lg, 100%)
    }
}

.has-ccols.owl-loaded>div {
    flex: none;
    width: auto;
    max-width: none
}

.has-ccols.owl-loaded>.owl-nav {
    width: 100%
}

.elementor-widget-wrap.has-ccols>.owl-nav {
    width: calc(100% - var(--porto-el-section-space, var(--porto-column-spacing)) * 2)
}

.row>.porto-carousel {
    padding-left: 0;
    padding-right: 0
}

.has-ccols-spacing {
    margin-left: calc(-1 * var(--porto-el-spacing, var(--porto-grid-gutter-width)) / 2);
    margin-right: calc(-1 * var(--porto-el-spacing, var(--porto-grid-gutter-width)) / 2)
}

.has-ccols-spacing>* {
    padding-left: calc(var(--porto-el-spacing, var(--porto-grid-gutter-width)) / 2);
    padding-right: calc(var(--porto-el-spacing, var(--porto-grid-gutter-width)) / 2)
}

.has-ccols-spacing.owl-loaded {
    --porto-el-spacing: 0
}

.fullscreen-carousel {
    height: 100vh;
    position: relative
}

.fullscreen-carousel .owl-carousel:not(.owl-loaded)>*,
.fullscreen-carousel .owl-item>* {
    height: 100vh
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 1
}

.owl-carousel {
    margin-bottom: 20px
}

.owl-carousel.row {
    width: auto
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav button {
    outline: none
}

.owl-carousel .img-thumbnail {
    max-width: 100%
}

.owl-carousel .img-thumbnail img {
    width: 100%
}

.owl-carousel .item-video {
    height: 300px
}

.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: 0;
    width: 100%;
    flex: none
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 22px;
    margin: 0;
    transform: translateY(-50%);
    background-color: var(--porto-primary-color);
    border-color: var(--porto-primary-color);
    color: var(--porto-primary-color-inverse)
}

.owl-carousel .owl-nav .owl-prev {
    right: 0
}

.owl-carousel .owl-nav .owl-prev:before {
    font-family: "Porto";
    content: "\e81a"
}

.owl-carousel .owl-nav .owl-next {
    left: 0
}

.owl-carousel .owl-nav .owl-next:before {
    font-family: "Porto";
    content: "\e819"
}

.owl-carousel .owl-nav [class*=owl-]:active,
.owl-carousel .owl-nav [class*=owl-]:focus,
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: var(--porto-primary-dark-5);
    border-color: var(--porto-primary-dark-5)
}

.owl-carousel .owl-dots {
    margin-top: 1em
}

.owl-carousel.stage-margin .owl-stage-outer {
    margin-left: 40px;
    margin-right: 40px
}

.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.owl-carousel.nav-bottom .owl-stage-outer {
    margin-bottom: 10px
}

.owl-carousel.show-nav-hover .owl-prev {
    transform: translate(-10px, -50%)
}

.owl-carousel.show-nav-hover .owl-next {
    transform: translate(10px, -50%)
}

@media (max-width:991px) {
    .owl-carousel.show-nav-hover .owl-prev {
        right: 0;
        transform: translate(10px, -50%)
    }
    .owl-carousel.show-nav-hover .owl-next {
        left: 0;
        transform: translate(-10px, -50%)
    }
}

.owl-carousel.show-nav-hover .owl-next,
.owl-carousel.show-nav-hover .owl-prev {
    transition: opacity 0.2s, transform 0.4s;
    opacity: 0
}

.owl-carousel.show-nav-hover:hover .owl-next,
.owl-carousel.show-nav-hover:hover .owl-prev {
    opacity: 1;
    transform: translate(0, -50%)
}

.owl-carousel.show-nav-hover:hover .owl-next.disabled,
.owl-carousel.show-nav-hover:hover .owl-prev.disabled {
    opacity: 0.5
}

.owl-carousel.show-nav-title .owl-nav {
    top: 0;
    left: 0;
    margin-top: -26px;
    width: auto
}

.owl-carousel.show-nav-title .owl-nav [class*=owl-] {
    color: var(--porto-dark-color)
}

.owl-carousel.show-nav-title .owl-nav [class*=owl-],
.owl-carousel.show-nav-title .owl-nav [class*=owl-]:active,
.owl-carousel.show-nav-title .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    width: 18px;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0
}

.owl-carousel.show-nav-title .owl-nav .owl-prev {
    right: -45px
}

.owl-carousel.nav-bottom .owl-nav {
    position: static;
    margin: 0;
    padding: 0;
    width: auto
}

.owl-carousel.nav-bottom .owl-nav .owl-next,
.owl-carousel.nav-bottom .owl-nav .owl-prev {
    position: static;
    transform: none;
    margin: 0 3px
}

.owl-carousel.rounded-nav .owl-nav [class*=owl-],
.owl-carousel.rounded-nav .owl-nav [class*=owl-]:hover {
    padding: 3px 7px;
    border-radius: 50%;
    background: transparent !important;
    border: 1px solid #999;
    color: #999;
    width: 30px
}

.owl-carousel.nav-style-1 .owl-nav [class*=owl-] {
    width: 20px;
    background: none !important;
    color: var(--porto-primary-color);
    font-size: 20px
}

.owl-carousel.show-dots-title .owl-dots {
    position: absolute;
    right: 155px;
    top: -54px;
    margin-top: 0 !important;
    line-height: 0
}

.owl-carousel.show-dots-title-right .owl-dots {
    display: flex;
    align-items: center;
    position: absolute;
    right: auto;
    left: calc(var(--porto-column-spacing) - 2px);
    margin-top: 0 !important;
    top: -33px
}

.owl-carousel.show-dots-title-right .owl-dots.disabled {
    display: none
}

.owl-carousel.custom-dots .owl-dots {
    position: absolute;
    margin-top: 0 !important;
    line-height: 1
}

.owl-carousel.custom-dots .owl-dots .owl-dot {
    vertical-align: middle
}

.owl-carousel.custom-dots .owl-dots.disabled {
    display: none
}

.owl-carousel.nav-inside .owl-dots {
    bottom: 2px;
    margin-top: 10px;
    position: absolute;
    left: 6px;
    z-index: 1
}

.owl-carousel.nav-inside-left .owl-dots {
    right: 6px;
    left: auto
}

.owl-carousel.nav-inside-center .owl-dots {
    left: 36px;
    right: 36px
}

.owl-carousel.big-nav .owl-nav [class*=owl-],
.owl-carousel.big-nav .owl-nav [class*=owl-]:hover,
.owl-carousel.full-width .owl-nav [class*=owl-],
.owl-carousel.full-width .owl-nav [class*=owl-]:hover {
    height: auto;
    padding: 20px 0;
    margin: 0
}

.owl-carousel.nav-style-2 .owl-nav [class*=owl-] {
    background: none !important;
    color: #fff;
    font-size: 1.5rem
}

.owl-carousel.nav-style-3 .owl-nav [class*=owl-] {
    width: 35px;
    height: 45px;
    line-height: 33px;
    background-color: rgba(38, 42, 47, 0.4);
    border-color: transparent !important
}

.owl-carousel.nav-style-4 .owl-nav [class*=owl-] {
    width: 30px;
    background: none !important;
    color: var(--porto-heading-color);
    font-size: 24px
}

.owl-carousel.nav-style-4 .owl-prev:before {
    content: "\e828"
}

.owl-carousel.nav-style-4 .owl-next:before {
    content: "\e829"
}

.owl-carousel.nav-pos-inside .owl-nav .owl-prev {
    right: 15px
}

.owl-carousel.nav-pos-inside .owl-nav .owl-next {
    left: 15px
}

.owl-carousel.nav-pos-outside .owl-nav .owl-prev {
    right: -30px
}

.owl-carousel.nav-pos-outside .owl-nav .owl-next {
    left: -30px
}

@media (max-width:991px) {
    .owl-carousel.nav-pos-outside .owl-nav .owl-prev {
        right: -10px
    }
    .owl-carousel.nav-pos-outside .owl-nav .owl-next {
        left: -10px
    }
}

.owl-carousel.nav-center-images-only .owl-nav {
    top: 37%
}

.owl-carousel.top-border {
    padding-top: 18px;
    border-top: 1px solid var(--porto-gray-bg)
}

.owl-carousel .owl-item .owl-lazy {
    transition: all 0.2s linear, opacity 0.4s
}

.owl-carousel .owl-item .owl-lazy-loaded {
    opacity: 1
}

.owl-carousel .wpb_content_element {
    margin-bottom: 0
}

.owl-carousel.carousel-center-active-item .owl-item {
    opacity: 0.2;
    transition: opacity 0.3s
}

.owl-carousel.carousel-center-active-item .owl-item.center {
    opacity: 1
}

.owl-carousel.carousel-center-active-item-style-2 .owl-item {
    opacity: 0.7
}

.owl-carousel.dots-style-1 .owl-dots span {
    width: 14px;
    height: 14px;
    border: 2px solid #e7e7e7;
    background: none !important;
    margin: 2px;
    position: relative
}

.owl-carousel.dots-style-1 .owl-dot.active span,
.owl-carousel.dots-style-1 .owl-dot:hover span {
    color: var(--porto-primary-color);
    border: 2px solid
}

.owl-carousel.dots-style-1 .owl-dot.active span:after,
.owl-carousel.dots-style-1 .owl-dot:hover span:after {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border-radius: 30px;
    border: 2px solid
}

.owl-carousel.dots-light .owl-dots .owl-dot span {
    background: var(--porto-bgc);
    opacity: 0.6
}

.owl-carousel.dots-light .owl-dots .owl-dot.active span,
.owl-carousel.dots-light .owl-dots .owl-dot:hover span {
    opacity: 1
}

.owl-carousel-shadow .owl-stage-outer {
    margin-left: calc(-1 * var(--porto-el-spacing, 5px));
    margin-right: calc(-1 * var(--porto-el-spacing, 5px));
    padding-left: var(--porto-el-spacing, 5px);
    padding-right: var(--porto-el-spacing, 5px)
}

.owl-carousel-spaced {
    margin-right: -5px
}

.owl-carousel-spaced .owl-item>div {
    margin: 5px
}

.owl-carousel.testimonials img {
    display: inline-block;
    height: 70px;
    width: 70px
}

@media (max-width:575px) {
    .owl-carousel-spaced {
        margin-right: 0
    }
}

.slick-slider .slick-dots li {
    opacity: 1 !important
}

.slick-slider .slick-dots li i {
    color: var(--porto-gray-2)
}

.slick-slider .slick-dots li.slick-active i,
.slick-slider .slick-dots li:hover i {
    color: var(--porto-primary-dark-5) !important
}

.slick-slider .slick-prev {
    width: auto;
    height: auto;
    right: 0;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3)
}

.slick-slider .slick-next {
    width: auto;
    height: auto;
    left: 0;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3)
}

@media (max-width:767px) {
    .slick-slider .slick-next,
    .slick-slider .slick-prev {
        display: none !important
    }
}

.dots-inner .slick-slider ul.slick-dots,
.slick-slider.dots-inner ul.slick-dots {
    position: absolute !important;
    bottom: 10px !important
}

[dir=rtl] .slick-next:before,
[dir=rtl] .slick-prev:before {
    display: none
}

.yith-wcan-loading {
    position: relative
}

#fancybox-loading div {
    background-image: none;
    display: none
}

#fancybox-loading,
.porto-ajax-loading,
.porto-carousel-wrapper>div:first-child>.porto-item-wrap:first-child,
.slick-slider .slick-loading .slick-list,
.yith-wcan-loading {
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1
}

#fancybox-loading:after,
#fancybox-loading:before,
.fullscreen-carousel>.owl-carousel:after,
.fullscreen-carousel>.owl-carousel:before,
.porto-carousel-wrapper>div:first-child>.porto-item-wrap:first-child:before,
.porto-loading-icon,
.slick-slider .slick-loading .slick-list:before {
    content: "";
    display: inline-block !important;
    border: 2px solid transparent;
    border-top-color: var(--porto-primary-color);
    width: 40px;
    height: 40px;
    animation: spin 0.75s infinite linear;
    display: inline-block;
    border-image: none;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.fullscreen-carousel>.owl-carousel:before {
    z-index: 0
}

.fullscreen-carousel>.owl-carousel:after {
    z-index: 0;
    animation: spin 0.5s infinite linear
}

.fullscreen-carousel>.owl-carousel .owl-dots,
.fullscreen-carousel>.owl-carousel .owl-nav,
.fullscreen-carousel>.owl-carousel .owl-stage-outer {
    z-index: 1
}

.fullscreen-carousel>.owl-loaded:after,
.fullscreen-carousel>.owl-loaded:before {
    content: none
}

#fancybox-loading:after {
    animation: spin 0.5s infinite linear
}

.porto-loading-icon {
    z-index: -1;
    visibility: hidden
}

.mfp-preloader .porto-loading-icon,
.porto-ajax-loading .porto-loading-icon,
.yith-wcan-loading .porto-loading-icon {
    z-index: 2;
    visibility: visible
}

.mfp-preloader .porto-loading-icon:before,
.porto-ajax-loading .porto-loading-icon:before,
.yith-wcan-loading .porto-loading-icon:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
    border-top-color: inherit;
    animation: spin 1.5s infinite
}

.porto-ajax-loading {
    position: relative
}

.porto-ajax-loading:before {
    z-index: 2
}

.porto-ajax-loading:after {
    content: " ";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    z-index: 1;
    background-color: var(--porto-body-bg)
}

.porto-ajax-loading.skeleton-body:after {
    content: none
}

.porto-standable-carousel {
    display: block;
    min-height: 100px
}

.porto-standable-carousel:not(.owl-loaded)>:not(:first-child) {
    display: none
}

.porto-standable-carousel .owl-item .vc_single_image-wrapper {
    display: block
}

.video-slide .ms-slide-bgvideocont:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000;
    opacity: 0.5
}

.fit-video {
    line-height: 1;
    position: relative;
    width: 100%
}

.fit-video .wp-video,
.fit-video iframe {
    width: 100% !important
}

.video-bg {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    outline: none
}

.text-muted {
    color: #999 !important
}

.text-light {
    color: #fff !important
}

.text-light.wpb_text_column p {
    color: #fff !important
}

.font-weight-light,
.text-weight-light {
    font-weight: 300
}

.font-weight-light *,
.text-weight-light * {
    font-weight: 300
}

.font-weight-normal,
.text-weight-normal {
    font-weight: 400
}

.font-weight-normal *,
.text-weight-normal * {
    font-weight: 400
}

.font-weight-semibold,
.text-weight-semibold {
    font-weight: 600
}

.font-weight-semibold *,
.text-weight-semibold * {
    font-weight: 600
}

.font-weight-bold,
.text-weight-bold {
    font-weight: 700
}

.font-weight-bold *,
.text-weight-bold * {
    font-weight: 700
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-extra-bold {
    font-weight: 800
}

.mfp-close,
.mfp-close-btn-in .mfp-close {
    text-indent: -9999px;
    transform: rotateZ(45deg);
    width: 41px;
    height: 41px;
    color: #838383
}

.mfp-close-btn-in .mfp-close:after,
.mfp-close-btn-in .mfp-close:before,
.mfp-close:after,
.mfp-close:before {
    content: "";
    position: absolute
}

.mfp-close-btn-in .mfp-close:before,
.mfp-close:before {
    width: 17px;
    top: 20px;
    left: 12px;
    border-top: 1px solid
}

.mfp-close-btn-in .mfp-close:after,
.mfp-close:after {
    height: 17px;
    top: 12px;
    left: 20px;
    border-left: 1px solid
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    text-align: right
}

.mfp-iframe-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:before,
.mfp-image-holder .mfp-close:after,
.mfp-image-holder .mfp-close:before {
    color: #fff
}

.mfp-iframe-holder .mfp-close {
    top: -37px;
    width: 40px;
    height: 40px
}

.mfp-iframe-holder .mfp-close:before {
    width: 16px;
    top: 19px;
    left: 12px;
    border-top-width: 2px
}

.mfp-iframe-holder .mfp-close:after {
    height: 16px;
    top: 12px;
    left: 19px;
    border-left-width: 2px
}

.mfp-wrap {
    direction: ltr
}

body.rtl .mfp-wrap {
    direction: rtl
}

.mfp-wrap~.select2-container {
    z-index: 9043
}

.mfp-content {
    direction: rtl
}

.mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

.mfp-no-margins .mfp-container {
    padding: 0
}

.mfp-content .mfp-figure figure:before {
    background: #f3f3f3;
    content: "";
    position: absolute;
    width: 100%;
    top: 40px;
    bottom: 40px
}

.mfp-content .mfp-figure img.mfp-img {
    position: relative
}

.mfp-content figcaption {
    margin-top: 0
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0.001;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    transform: scale(0.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001;
    transition: opacity 0.3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0.01;
    transition: opacity 0.3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.popup-builder .mfp-content {
    position: static
}

.popup-builder-disable-overlay {
    height: 0 !important
}

.popup-builder-disable-overlay #popup-builder {
    position: fixed !important
}

.dialog {
    padding: 20px 25px;
    text-align: right;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
    background: var(--porto-body-bg)
}

.dialog.dialog-xs {
    max-width: 200px
}

.dialog.dialog-sm {
    max-width: 400px
}

.dialog.dialog-md {
    max-width: 600px
}

.dialog.dialog-lg {
    max-width: 900px
}

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: right;
    max-width: 600px;
    margin: 40px auto;
    position: relative
}

.white-popup-block.white-popup-block-xs {
    max-width: 200px
}

.white-popup-block.white-popup-block-sm {
    max-width: 400px
}

.white-popup-block.white-popup-block-md {
    max-width: 600px
}

.white-popup-block.white-popup-block-lg {
    max-width: 900px
}

.mfp-content .ajax-container,
.popup-inline-content {
    background: var(--porto-body-bg);
    margin: 40px auto;
    max-width: 1170px;
    padding: 20px 25px;
    position: relative;
    text-align: right;
    display: none
}

@media (max-width:767px) {
    .mfp-content .ajax-container,
    .popup-inline-content {
        padding: 20px 12px
    }
}

.loading-overlay {
    background: var(--porto-body-bg)
}

.mfp-content .ajax-container,
.mfp-wrap .popup-inline-content {
    display: block
}

body a {
    outline: none !important
}

.inline {
    display: inline
}

.center {
    text-align: center
}

.align-left {
    text-align: right
}

.align-right {
    text-align: left
}

.align-center {
    text-align: center
}

.push-bottom {
    margin-bottom: 35px
}

.push-top {
    margin-top: 35px
}

.block-nowrap {
    display: inline-block;
    white-space: nowrap
}

@media (max-width:575px) {
    .block-nowrap {
        display: inline
    }
}

.block-inline {
    display: inline-block
}

@media (max-width:575px) {
    .block-inline {
        display: inline
    }
}

.pt-left {
    float: right !important
}

.pt-right {
    float: left !important
}

.pt-none {
    float: none !important
}

.bold {
    font-weight: bold
}

.font-light {
    font-weight: 200
}

.inverted {
    color: #FFF;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.ms-btn,
.text-decoration-none {
    text-decoration: none !important
}

.alert i {
    margin-left: 8px;
    font-size: 1.1em
}

.alert ul {
    padding: 0;
    margin: 7px 25px 0 0
}

.alert ul li {
    font-size: 0.9em
}

.alert.alert-sm {
    padding: 5px 10px;
    font-size: 0.9em
}

.alert.alert-lg {
    padding: 20px;
    font-size: 1.2em
}

.alert.alert-default {
    background-color: #f2f2f2;
    border-color: #eaeaea;
    color: #737373
}

.alert.alert-default .alert-link {
    color: #4c4c4c
}

.br-none {
    border-radius: 0 !important
}

.b-none {
    border: medium none !important
}

.tf-none,
.tf-none img {
    transform: none !important;
    transition: none !important
}

.bg-pos-bottom {
    background-position: center bottom !important
}

.bg-pos-bottom-zero {
    background-position: center 0 !important
}

.bg-pos-top {
    background-position: center top !important
}

.bg-pos-center {
    background-position: center center !important
}

.bg-pos-left-top {
    background-position: right top !important
}

.bg-pos-left-bottom {
    background-position: right bottom !important
}

.bg-pos-left-center {
    background-position: right center !important
}

body .bg-pos-right-top {
    background-position: left top !important
}

.bg-pos-right-bottom {
    background-position: left bottom !important
}

.bg-pos-right-center {
    background-position: left center !important
}

.bg-attach-fixed {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .bg-attach-fixed {
        background-attachment: scroll
    }
}

.color-white {
    color: #fff !important
}

.color-white a {
    color: #fff !important
}

table {
    width: 100%
}

table p {
    margin: 0
}

embed,
iframe,
object,
video {
    max-width: 100%;
    vertical-align: middle
}

td,
th {
    padding: 8px
}

dl dd {
    margin-bottom: 15px
}

blockquote {
    border-right: 5px solid #eee;
    margin: 0 0 1rem 0;
    padding: 0.5rem 1rem;
    font-size: 1em
}

blockquote.with-borders {
    border: 1px solid var(--porto-gray-2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 1.3rem
}

.content-grid {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.content-grid .content-grid-item {
    position: relative;
    padding: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.content-grid .content-grid-item.vc_column_container {
    align-items: center
}

.content-grid .content-grid-item:after,
.content-grid .content-grid-item:before {
    content: "";
    position: absolute
}

.content-grid .content-grid-item:before {
    height: 100%;
    top: 0;
    right: -1px;
    border-left: 1px solid var(--porto-gray-2)
}

.content-grid .content-grid-item:after {
    width: 100%;
    height: 0;
    top: auto;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid var(--porto-gray-2)
}

.content-grid .content-grid-item .img-fluid,
.content-grid .content-grid-item .img-responsive {
    display: inline-block;
    flex: 0 0 auto
}

.content-grid.content-grid-dashed .content-grid-item:before {
    border-left: 1px dashed var(--porto-gray-2)
}

.content-grid.content-grid-dashed .content-grid-item:after {
    border-bottom: 1px dashed var(--porto-gray-2)
}

.cur-pointer {
    cursor: pointer
}

.font-size-xs {
    font-size: 0.8em !important
}

.font-size-sm {
    font-size: 0.9em !important
}

.font-size-sm>.vc_btn3 {
    font-size: 1em !important
}

.font-size-md {
    font-size: 1em !important
}

.font-size-md>.vc_btn3 {
    font-size: 1em !important
}

.font-size-lg {
    font-size: 1.1em !important
}

.font-size-xl {
    font-size: 1.2em !important
}

.font-size-sl {
    font-size: 1.4em !important
}

.text-xs {
    font-size: 0.625rem !important
}

.text-sm {
    font-size: 0.8125rem !important
}

.text-md {
    font-size: 1rem !important
}

.text-lg {
    font-size: 1.1875rem !important
}

.text-xl {
    font-size: 1.375rem !important
}

.line-height-xs {
    line-height: 16px !important
}

.line-height-sm {
    line-height: 20px !important
}

.line-height-md {
    line-height: 24px !important
}

.line-height-lg {
    line-height: 28px !important
}

.line-height-xl {
    line-height: 32px !important
}

.sticky-transition[data-plugin-sticky] {
    transition: top 0.3s ease-in-out
}

.bounce-loader {
    transition: all 0.2s;
    margin: -9px 0 0 -35px;
    text-align: center;
    width: 70px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 10000
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
    animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
    background-color: #CCC;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    height: 18px;
    width: 18px
}

.bounce-loader .bounce1 {
    animation-delay: -0.32s
}

.bounce-loader .bounce2 {
    animation-delay: -0.16s
}

@keyframes bouncedelay {
    0%,
    80%,
    to {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

.ajax-box {
    transition: all 0.2s;
    position: relative
}

.ajax-box .ajax-box-content {
    transition: all 0.2s;
    opacity: 1;
    height: auto
}

.ajax-box .bounce-loader,
.ajax-box .porto-ajax-loading {
    opacity: 0
}

.ajax-box.ajax-box-init {
    height: 0px
}

.ajax-box.ajax-box-loading {
    height: 300px
}

.ajax-box.ajax-box-loading .ajax-box-content {
    opacity: 0;
    height: 300px
}

.ajax-box.ajax-box-loading .bounce-loader,
.ajax-box.ajax-box-loading .porto-ajax-loading {
    opacity: 1
}

[data-plugin-parallax] {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed !important;
    position: relative;
    clear: both;
    -webkit-backface-visibility: hidden
}

.no-transition,
.transition-none {
    transition: none !important
}

.media-left,
.media>.pull-left {
    padding-left: 10px;
    float: none
}

.media-right,
.media>.pull-right {
    padding-right: 10px;
    float: none
}

.hover-effect-3 img {
    opacity: 0.3;
    transition: opacity 0.3s
}

.hover-effect-3 img:hover {
    opacity: 1
}

.hover-effect-5 img {
    opacity: 0.5;
    transition: opacity 0.5s
}

.hover-effect-5 img:hover {
    opacity: 1
}

.box-shadow-gray {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2)
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-6 {
    opacity: 0.6
}

.opacity-7 {
    opacity: 0.7
}

.opacity-8 {
    opacity: 0.8
}

.ls-0 {
    letter-spacing: 0
}

.ls-negative-2 {
    letter-spacing: -2px
}

.ls-negative-1 {
    letter-spacing: -1px
}

.curved-border {
    min-height: 7.2vw;
    position: relative
}

.curved-border:after {
    content: "";
    display: block;
    background: url(../images/curved-border.svg) center/100% 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100vw;
    height: 7.2vw;
    z-index: 20
}

.curved-border.curved-border-top:after {
    top: -2px;
    bottom: auto;
    transform: rotateX(180deg)
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden
}

.hover-effect-dir .fill {
    top: auto;
    left: auto;
    background: rgba(33, 37, 41, 0.8);
    display: flex;
    align-items: center;
    justify-content: center
}

.fill .centered-icon {
    background: var(--porto-body-bg);
    color: var(--porto-heading-color);
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    line-height: 36px
}

.particles-wrapper canvas {
    position: relative;
    z-index: 1
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0.1s
}

.section-primary .read-more,
.section-primary .read-more-block {
    color: var(--porto-primary-color-inverse)
}

.p-relative {
    position: relative
}

.porto_bundle_cart.loading {
    pointer-events: none;
    opacity: 0.75
}

.thumb-info:hover .thumb-info-title {
    background: #000
}

hr {
    opacity: 1;
    border: 0;
    height: 1px
}

.elementor hr,
hr {
    margin: 1.375rem 0
}

hr.hide {
    display: none !important
}

hr.short {
    margin: 11px 0
}

hr.tall {
    margin: 44px 0
}

hr.taller {
    margin: 66px 0
}

hr.invisible {
    background: none
}

.divider {
    border: 0;
    height: 1px;
    margin: 44px auto;
    text-align: center;
    position: relative;
    clear: both
}

.divider.taller {
    margin: 66px auto
}

.divider i {
    text-align: center;
    border-radius: 50px;
    background: var(--porto-body-bg);
    color: #a9a9a9;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
    font-size: 20px;
    margin: 0 -25px 0 auto;
    top: -25px;
    left: 50%;
    z-index: 1
}

.divider.divider-icon-sm i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: -15px;
    font-size: 15px;
    margin-right: -16px
}

.divider.divider-icon-lg {
    margin: 86px 0
}

.divider.divider-icon-lg i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -30px;
    font-size: 30px;
    margin-right: -30px
}

.divider.divider-icon-lg.taller {
    margin: 100px auto
}

.divider.divider-xs {
    width: 35%
}

.divider.divider-sm {
    width: 67%
}

.divider.divider-left i {
    right: 0;
    margin-left: 0;
    margin-right: 0;
    left: auto
}

.divider.divider-right i {
    right: auto;
    margin-left: 0;
    margin-right: 0;
    left: 0
}

.divider.divider-style-2 i {
    background: var(--porto-gray-1);
    color: #a9a9a9
}

.divider.divider-style-3 i,
.divider.divider-style-4 i {
    border: 1px solid var(--porto-gray-2)
}

.divider.divider-style-4 i:after {
    border: 3px solid var(--porto-gray-1);
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 100%;
    right: -4px;
    padding: 1px;
    position: absolute;
    top: -4px;
    width: 100%
}

.divider.divider-small {
    margin: 22px auto;
    background: transparent
}

.divider.divider-small hr {
    width: 50px;
    height: 1px
}

.divider.divider-small.divider-small-center {
    text-align: center
}

.divider.divider-small.divider-small-center hr {
    margin-left: auto;
    margin-right: auto
}

.divider.divider-small.divider-small-right {
    text-align: left
}

.divider.divider-small.divider-small-right hr {
    margin-right: auto
}

.divider.divider-small.divider-small-sm hr {
    height: 1px
}

.divider.divider-small.divider-small-lg hr {
    height: 6px
}

.divider.divider-small.tall {
    margin: 34px 0
}

.divider.divider-small.taller {
    margin: 46px 0
}

.divider.divider-small.divider-light hr {
    background: var(--porto-gray-2)
}

.divider.dashed,
hr.dashed {
    background: none;
    position: relative
}

.divider.dashed:after,
hr.dashed:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    border: 1px solid var(--porto-normal-bc)
}

.divider.pattern,
hr.pattern {
    background: none;
    position: relative
}

.divider.pattern:after,
hr.pattern:after {
    background: transparent url(../images/patterns/worn_dots.png) repeat 0 0;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 100%
}

.divider.pattern.pattern-2:after,
hr.pattern.pattern-2:after {
    background-image: url(../images/patterns/az_subtle.png)
}

.divider.divider-solid,
hr.solid {
    background: var(--porto-normal-bc)
}

.porto-separator {
    margin: 0 0 22px
}

.porto-separator.short {
    margin: -11px 0 11px
}

.porto-separator.tall {
    margin: 22px 0 44px
}

.porto-separator.taller {
    margin: 44px 0 66px
}

.porto-separator .separator-line {
    margin: 0 auto
}

.porto-separator .separator-line.align_left {
    margin: 0 0 0 auto
}

.porto-separator .separator-line.align_right {
    margin: 0 auto 0 0
}

.separator {
    display: inline-block;
    height: 1.2em;
    vertical-align: middle;
    border-left: 1px solid var(--porto-normal-bc)
}

.icon-featured {
    --porto-icon-featured: 110px;
    display: inline-block;
    position: relative;
    width: var(--porto-icon-featured);
    height: var(--porto-icon-featured);
    line-height: var(--porto-icon-featured);
    margin: 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    text-align: center;
    z-index: 1
}

.icon-featured:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    box-sizing: content-box
}

.icon-featured img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0
}

.featured-box .icon-featured:after {
    border-color: var(--porto-primary-color)
}

.featured-box {
    position: relative;
    min-height: 100px;
    background: var(--porto-body-bg);
    border: 1px solid var(--porto-gray-2);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    text-align: center;
    z-index: 1
}

.featured-box.align-left {
    text-align: right
}

.featured-box.align-center {
    text-align: center
}

.featured-box.align-right {
    text-align: left
}

.featured-box.align-justify {
    text-align: justify
}

.woocommerce .featured-box h2,
.woocommerce .featured-box h3,
.woocommerce .featured-box h4,
.woocommerce-page .featured-box h2,
.woocommerce-page .featured-box h3,
.woocommerce-page .featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    line-height: 1.42857;
    color: var(--porto-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.woocommerce .featured-box h2:first-child,
.woocommerce .featured-box h3:first-child,
.woocommerce .featured-box h4:first-child,
.woocommerce-page .featured-box h2:first-child,
.woocommerce-page .featured-box h3:first-child,
.woocommerce-page .featured-box h4:first-child {
    margin-top: -5px
}

.woocommerce .featured-box header h2,
.woocommerce .featured-box header h3,
.woocommerce .featured-box header h4,
.woocommerce-page .featured-box header h2,
.woocommerce-page .featured-box header h3,
.woocommerce-page .featured-box header h4 {
    font-size: 1.1em;
    margin-top: 0 !important
}

.featured-box .wpb_heading,
.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    margin-bottom: 5px
}

.featured-box .box-content {
    padding: 30px var(--porto-grid-gutter-width) 10px var(--porto-grid-gutter-width);
    border-top: 4px solid var(--porto-gray-bg, #dfdfdf);
    position: relative;
    top: -1px
}

@media (max-width:767px) {
    .featured-box .box-content {
        padding: 25px var(--porto-column-spacing) 5px var(--porto-column-spacing)
    }
}

.featured-box .learn-more {
    display: block;
    margin-top: 10px
}

.featured-box .porto-sicon-box {
    margin-top: 15px;
    margin-bottom: 25px
}

.featured-box .wpb_content_element {
    margin-bottom: 20px
}

.featured-box h2 {
    margin-bottom: 0px;
    padding: 10px 0px
}

.featured-box.porto-user-box {
    border-top-color: var(--porto-primary-color)
}

.featured-box-text-left,
.featured-box-text-start {
    text-align: right
}

.featured-boxes-flat .featured-box {
    box-shadow: none;
    margin: 10px 0
}

.featured-boxes-flat .featured-box .box-content {
    background: var(--porto-light-1);
    margin-top: 65px
}

.featured-boxes-flat .featured-box .icon-featured {
    --porto-icon-featured: 90px;
    position: relative;
    top: -37px;
    padding: 0;
    margin: -100px 0 -15px;
    font-size: 38px
}

.featured-boxes-style-2 .featured-box {
    background: none;
    border: 0;
    margin: 10px 0;
    box-shadow: none
}

.featured-boxes-style-2 .featured-box .box-content {
    border: 0;
    padding: 0
}

.featured-boxes-style-2 .featured-box .icon-featured {
    --porto-icon-featured: 75px;
    font-size: 30px;
    padding: 0;
    margin-top: 0
}

.featured-boxes-style-3 .featured-box {
    margin: 10px 0
}

.featured-boxes-style-3 .featured-box .icon-featured {
    --porto-icon-featured: 75px;
    padding: 0;
    margin-top: -35px;
    font-size: 30px;
    background: var(--porto-body-bg);
    border: 3px solid #ccc
}

.featured-boxes-style-3 .featured-box .box-content {
    display: inline-block
}

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
    background: none;
    border: 0;
    box-shadow: none
}

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
    border: 0;
    padding: 0
}

.featured-boxes-style-4 .featured-box {
    background: none;
    border: 0;
    margin: 10px 0;
    box-shadow: none
}

.featured-boxes-style-4 .featured-box .box-content {
    border: 0;
    padding: 0
}

.featured-boxes-style-4 .featured-box .icon-featured {
    --porto-icon-featured: 45px;
    font-size: 40px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    background: transparent;
    border-radius: 0
}

.featured-boxes-style-5 .featured-box,
.featured-boxes-style-6 .featured-box,
.featured-boxes-style-7 .featured-box {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 10px 0
}

.featured-boxes-style-5 .featured-box .box-content,
.featured-boxes-style-6 .featured-box .box-content,
.featured-boxes-style-7 .featured-box .box-content {
    border: 0;
    padding: 0
}

.featured-boxes-style-5 .featured-box .box-content h4,
.featured-boxes-style-6 .featured-box .box-content h4,
.featured-boxes-style-7 .featured-box .box-content h4 {
    color: var(--porto-heading-color)
}

.featured-boxes-style-5 .featured-box .icon-featured,
.featured-boxes-style-6 .featured-box .icon-featured,
.featured-boxes-style-7 .featured-box .icon-featured {
    --porto-icon-featured: 75px;
    font-size: 30px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    background: var(--porto-normal-bg);
    border: 1px solid var(--porto-gray-2)
}

.featured-boxes-style-6 .featured-box .icon-featured:after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 100%;
    right: -6px;
    padding: 1px;
    position: absolute;
    top: -6px;
    width: 100%;
    border: 5px solid var(--porto-gray-3)
}

.featured-boxes-style-8 .featured-box .icon-featured {
    --porto-icon-featured: 75px;
    font-size: 30px;
    padding: 0;
    margin: -38px 0 -16px;
    border: 0;
    background: var(--porto-light-1)
}

.featured-boxes-style-8 .featured-box .icon-featured:after {
    display: none
}

.featured-box-effect-1 .icon-featured:after {
    top: -7px;
    right: -7px;
    padding: 7px;
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(1);
    opacity: 0;
    box-shadow: 0 0 0 3px var(--porto-light-1)
}

.featured-box-effect-1:hover .icon-featured:after {
    transform: scale(0.8);
    opacity: 1
}

.featured-box-effect-2 .icon-featured:after {
    top: -7px;
    right: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px var(--porto-primary-color);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0
}

.featured-box-effect-2:hover .icon-featured:after {
    transform: scale(0.95);
    opacity: 1
}

.featured-box-effect-3 .icon-featured:after {
    top: 0;
    right: 0;
    box-shadow: 0 0 0 10px var(--porto-primary-color);
    transform: scale(0.9);
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0
}

.featured-box-effect-3:hover .icon-featured {
    background: var(--porto-primary-color);
    color: #fff !important
}

.featured-box-effect-3:hover .icon-featured:after {
    transform: scale(1);
    opacity: 0.8
}

.featured-box-effect-4 .icon-featured {
    transform: scale(1);
    transition: transform 0.2s, transform 0.2s
}

.featured-box-effect-4:hover .icon-featured {
    transform: scale(1.15)
}

.featured-box-effect-5 .icon-featured {
    overflow: hidden;
    transition: all 0.3s
}

.featured-box-effect-5:hover .icon-featured {
    animation: toRightFromLeft 0.3s forwards
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }
    50% {
        opacity: 0;
        transform: translate(-100%)
    }
    51% {
        opacity: 1
    }
}

.featured-box-effect-6 .icon-featured:after {
    transition: all 0.2s
}

.featured-box-effect-6:hover .box-content .icon-featured:after {
    transform: scale(1.1)
}

.featured-box-effect-7 .icon-featured:after {
    opacity: 0;
    box-shadow: 3px 3px #d5d5d5;
    transform: rotate(-90deg);
    transition: opacity 0.2s, transform 0.2s;
    right: 0;
    top: -1px
}

.featured-box-effect-7:hover .icon-featured:after {
    opacity: 1;
    transform: rotate(0deg)
}

.featured-box-effect-7 .icon-featured:before {
    transform: scale(0.8);
    opacity: 0.7;
    transition: transform 0.2s, opacity 0.2s
}

.featured-box-effect-7:hover .icon-featured:before {
    transform: scale(1);
    opacity: 1
}

.feature-box {
    display: flex
}

.feature-box h4 {
    color: var(--porto-heading-color)
}

.porto-feature-box .feature-box .feature-box-icon {
    background-color: transparent
}

.feature-box.align-items-center .feature-box-icon {
    top: 0
}

.feature-box .feature-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 7px;
    height: 1px;
    min-width: 4.32em;
    min-height: 4.32em;
    padding: 0.8em;
    font-size: 10px;
    color: #fff;
    border-radius: 50%
}

.feature-box .feature-box-icon i {
    color: var(--porto-primary-color)
}

.feature-box .feature-box-info {
    flex: 1;
    padding-right: 15px
}

.feature-box.feature-box-style-1 .feature-box-icon {
    background-color: var(--porto-primary-color)
}

.feature-box.feature-box-style-1 .feature-box-icon i {
    color: #fff
}

.feature-box.feature-box-style-2 .feature-box-icon {
    top: 0
}

.feature-box.feature-box-style-2 .feature-box-icon i {
    font-size: 2.7em
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border: 1px solid var(--porto-primary-color);
    line-height: 32px
}

.feature-box.feature-box-style-4 {
    flex-wrap: wrap
}

.feature-box.feature-box-style-4 .feature-box-icon {
    flex-basis: 100%;
    justify-content: flex-start;
    padding: 0 0 1.2rem 0
}

.feature-box.feature-box-style-4 .feature-box-icon i {
    font-size: 2.35em;
    width: auto;
    height: auto
}

.feature-box.feature-box-style-4 .feature-box-info {
    clear: both;
    padding-right: 0
}

.feature-box.feature-box-style-5 .feature-box-icon {
    top: 0;
    padding: 1em 1.4em;
    min-width: 5em
}

.feature-box.feature-box-style-5 .feature-box-icon i {
    font-size: 2.75em
}

.feature-box.feature-box-style-6 .feature-box-icon {
    line-height: 32px;
    border: 1px solid var(--porto-gray-2)
}

.feature-box.feature-box-style-6 .feature-box-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    width: 100%;
    height: 100%;
    right: -4px;
    padding: 1px;
    border: 3px solid var(--porto-gray-3);
    border-radius: 50%;
    box-sizing: initial
}

.feature-box.feature-box-style-6 .feature-box-icon i {
    color: #a9a9a9
}

.feature-box.reverse-allres {
    text-align: left;
    flex-direction: row-reverse
}

.feature-box.reverse-allres .feature-box-info {
    padding-left: 15px;
    padding-right: 0
}

.feature-box.reverse-allres.feature-box-style-4 .feature-box-icon {
    justify-content: flex-end
}

.feature-box.reverse-allres.feature-box-style-4 .feature-box-info {
    padding-left: 0
}

@media (min-width:992px) {
    .feature-box.reverse {
        text-align: left;
        flex-direction: row-reverse
    }
    .feature-box.reverse .feature-box-info {
        padding-left: 15px;
        padding-right: 0
    }
    .feature-box.reverse .feature-box-icon {
        justify-content: flex-end
    }
    .feature-box.reverse.feature-box-style-2 .feature-box-info {
        padding-left: 60px
    }
    .feature-box.reverse.feature-box-style-4 .feature-box-info {
        padding-left: 0
    }
}

.featured-boxes-full .featured-box-full {
    text-align: center;
    padding: 55px
}

.featured-boxes-full .featured-box-full a,
.featured-boxes-full .featured-box-full h1,
.featured-boxes-full .featured-box-full h2,
.featured-boxes-full .featured-box-full h3,
.featured-boxes-full .featured-box-full h4,
.featured-boxes-full .featured-box-full h5,
.featured-boxes-full .featured-box-full h6,
.featured-boxes-full .featured-box-full i,
.featured-boxes-full .featured-box-full p {
    color: #fff;
    padding: 0;
    margin: 0
}

.featured-boxes-full .featured-box-full i {
    font-size: 3.9em;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.featured-boxes-full .featured-box-full p {
    padding-top: 12px;
    opacity: 0.8
}

section.timeline {
    width: 100%;
    margin: 50px 0 0;
    position: relative;
    float: right;
    padding-bottom: 120px
}

section.timeline:after {
    background: rgb(80, 80, 80);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 3px;
    z-index: 0;
    opacity: 0.35
}

section.timeline .timeline-box,
section.timeline .timeline-date {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 1
}

section.timeline .timeline-date {
    display: block;
    clear: both;
    width: 200px;
    height: 45px;
    padding: 5px;
    margin: 0 auto 10px;
    border: 1px solid var(--porto-gray-5);
    background: var(--porto-normal-bg)
}

section.timeline .timeline-date h3 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: var(--porto-primary-color);
    font-size: 0.9em;
    font-weight: 700;
    line-height: 32px;
    margin: 2px 0 0
}

section.timeline .timeline-title {
    padding: 12px;
    background: var(--porto-gray-1)
}

section.timeline .timeline-title h4 {
    padding: 0;
    margin: 0;
    color: #171717;
    font-size: 1.4em
}

section.timeline .timeline-title a {
    color: #171717
}

section.timeline .timeline-title .timeline-title-tags {
    color: #B1B1B1;
    font-size: 0.9em
}

section.timeline .timeline-title .timeline-title-tags a {
    color: #B1B1B1;
    font-size: 0.9em
}

section.timeline .timeline-box {
    margin: 20px 22px 10px;
    padding: 18px;
    width: calc(50% - 44px);
    float: right;
    margin-bottom: 30px;
    background: var(--porto-normal-bg);
    border: 1px solid var(--porto-gray-5)
}

section.timeline .timeline-box:before {
    background: var(--porto-primary-color);
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--porto-primary-color)
}

section.timeline .timeline-box.left {
    clear: both
}

section.timeline .timeline-box.left:before {
    content: "";
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    left: -27px;
    top: 22px
}

section.timeline .timeline-box.left:after {
    content: "";
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
    position: absolute;
    left: -8px;
    top: 20px;
    z-index: 0;
    background: inherit;
    border-left: 1px solid var(--porto-gray-5);
    border-top: 1px solid var(--porto-gray-5)
}

section.timeline .timeline-box.right {
    clear: left;
    float: left;
    margin-top: 40px
}

section.timeline .timeline-box.right:before {
    content: "";
    border-radius: 50%;
    height: 8px;
    right: -27px;
    position: absolute;
    top: 32px;
    width: 8px
}

section.timeline .timeline-box.right:after {
    content: "";
    transform: rotate(45deg);
    right: -8px;
    height: 14px;
    position: absolute;
    top: 30px;
    width: 14px;
    z-index: 0;
    background: inherit;
    border-right: 1px solid var(--porto-gray-5);
    border-bottom: 1px solid var(--porto-gray-5)
}

section.timeline .timeline-box .img-thumbnail,
section.timeline .timeline-box .img-thumbnail img {
    padding: 0;
    border: 0
}

section.timeline .timeline-box .owl-carousel {
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none
}

section.timeline .timeline-box .owl-carousel .owl-stage-outer {
    border-radius: 0
}

section.timeline .timeline-box .thumb-info,
section.timeline .timeline-box .thumb-info img {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0
}

section.timeline .timeline-box .thumb-info .thumb-info-wrapper {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0
}

section.timeline .timeline-box .thumb-info .thumb-info-wrapper:after {
    border-radius: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

section.timeline .timeline-box .thumb-info-side-image .thumb-info-side-image-wrapper {
    padding: 0
}

.timeline .timeline-item-title {
    font-size: 1em;
    margin: 1rem 0 0.25rem;
    font-weight: 700
}

.timeline .timeline-item-content {
    font-size: 0.9em
}

.timeline .timeline-item-content p {
    font-size: inherit
}

.timeline .timeline-item-content p:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .column2 section.timeline {
        width: 74%;
        margin: 50px 13% 0
    }
    section.timeline .timeline-box {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 80%;
        width: auto
    }
    .column2 section.timeline .timeline-box {
        max-width: 80%
    }
    section.timeline .timeline-box.right {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 80%;
        width: auto
    }
    .column2 section.timeline .timeline-box.right {
        max-width: 80%
    }
    section.timeline .timeline-box.left:after,
    section.timeline .timeline-box.left:before,
    section.timeline .timeline-box.right:after,
    section.timeline .timeline-box.right:before {
        display: none
    }
}

@media (max-width:575px) {
    section.timeline {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0
    }
    .column2 section.timeline {
        margin-left: 0;
        margin-right: 0;
        width: auto
    }
    section.timeline .timeline-box {
        margin: 15px auto;
        max-width: 90%
    }
    .column2 section.timeline .timeline-box {
        max-width: 90%
    }
    section.timeline .timeline-box.right {
        margin: 15px auto;
        max-width: 90%
    }
    .column2 section.timeline .timeline-box.right {
        max-width: 90%
    }
}

#infscr-loading {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    text-align: center
}

#infscr-loading img {
    display: none !important
}

.page-faqs #infscr-loading {
    margin-top: -40px
}

.pagination.load-more .next:before,
.pagination.load-more a,
.pagination.load-more span {
    display: none
}

.pagination.load-more .next {
    display: block;
    float: none;
    padding: 1.0833em 2.5em;
    font-size: 12px;
    line-height: 1.3333;
    border-width: 1px;
    width: 100%;
    height: auto;
    text-indent: 0;
    border-color: #e7e7e7;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, opacity 0.2s
}

.pagination-wrap.load-more {
    position: relative;
    margin: 25px 0
}

.pagination-wrap.load-more .bounce-loader {
    display: none
}

.share-links {
    vertical-align: middle
}

.share-links a {
    font-size: 0.8rem;
    color: #fff;
    text-indent: -9999em;
    text-align: center;
    width: 2.2857em;
    height: 2.2857em;
    display: inline-block;
    margin: 0.2857em 0 0.2857em 0.5714em;
    position: relative;
    vertical-align: middle;
    transition: 0.25s;
    transform: translate3d(0, 0, 0)
}

.share-links a:before {
    font-family: var(--fa-style-family-brands, "Font Awesome 6 Brands");
    text-indent: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 23px;
    height: 22px;
    margin: auto;
    z-index: 2
}

.share-links a:focus,
.share-links a:hover {
    opacity: 0.9;
    color: #fff
}

.share-links.disable-br a {
    border-radius: 0 !important
}

.share-links .share-twitter {
    background: #1aa9e1
}

.share-links .share-twitter:before {
    content: "\e61b"
}

.share-links .share-facebook {
    background: #3b5a9a
}

.share-links .share-facebook:before {
    content: "\f39e"
}

.share-links .share-linkedin {
    background: #0073b2
}

.share-links .share-linkedin:before {
    content: "\f0e1"
}

.share-links .share-rss {
    background: #ff8201
}

.share-links .share-rss:before {
    content: "\f09e"
}

.share-links .share-googleplus {
    background: #dd4b39
}

.share-links .share-googleplus:before {
    content: "\f0d5"
}

.share-links .share-pinterest {
    background: #cc2127
}

.share-links .share-pinterest:before {
    content: "\f0d2"
}

.share-links .share-youtube {
    background: #c3191e
}

.share-links .share-youtube:before {
    content: "\f167"
}

.share-links .share-instagram {
    background: #7c4a3a
}

.share-links .share-instagram:before {
    content: "\f16d"
}

.share-links .share-spotify {
    background: #2ebd59
}

.share-links .share-spotify:before {
    content: "\f1bc"
}

.share-links .share-skype {
    background: #00b0f6
}

.share-links .share-skype:before {
    content: "\f17e"
}

.share-links .share-email {
    background: #dd4b39
}

.share-links .share-email:before {
    content: "\f0e0";
    font-weight: 400
}

.share-links .share-vk {
    background: #6383a8
}

.share-links .share-vk:before {
    content: "\f189"
}

.share-links .share-xing {
    background: #1a7576
}

.share-links .share-xing:before {
    content: "\f168"
}

.share-links .share-tumblr {
    background: #304e6c
}

.share-links .share-tumblr:before {
    content: "\f173"
}

.share-links .share-reddit {
    background: #ff4107
}

.share-links .share-reddit:before {
    content: "\f1a1"
}

.share-links .share-vimeo {
    background: #52b8ea
}

.share-links .share-vimeo:before {
    content: "\f27d"
}

.share-links .share-telegram {
    background: #0088cc
}

.share-links .share-telegram:before {
    content: "\f3fe"
}

.share-links .share-yelp {
    background: #c41200
}

.share-links .share-yelp:before {
    content: "\f1e9"
}

.share-links .share-flickr {
    background: #0063DC
}

.share-links .share-flickr:before {
    content: "\f16e"
}

.share-links .share-whatsapp {
    background: #3c8a38
}

.share-links .share-whatsapp:before {
    content: "\f232"
}

.share-links .share-wechat {
    background: #7bb22e
}

.share-links .share-wechat:before {
    content: "\f1d7"
}

.share-links .share-tiktok {
    background: #010101
}

.share-links .share-tiktok:before {
    content: "\e07b"
}

.share-links.default-skin a {
    color: #fff !important
}

.share-links.default-skin a:hover {
    opacity: 0.8
}

.share-links.default-skin .share-twitter {
    background: #1aa9e1 !important
}

.share-links.default-skin .share-facebook {
    background: #3b5a9a !important
}

.share-links.default-skin .share-linkedin {
    background: #0073b2 !important
}

.share-links.default-skin .share-rss {
    background: #ff8201 !important
}

.share-links.default-skin .share-googleplus {
    background: #dd4b39 !important
}

.share-links.default-skin .share-pinterest {
    background: #cc2127 !important
}

.share-links.default-skin .share-youtube {
    background: #c3191e !important
}

.share-links.default-skin .share-instagram {
    background: #7c4a3a !important
}

.share-links.default-skin .share-spotify {
    background: #2ebd59 !important
}

.share-links.default-skin .share-skype {
    background: #00b0f6 !important
}

.share-links.default-skin .share-email {
    background: #dd4b39 !important
}

.share-links.default-skin .share-vk {
    background: #6383a8 !important
}

.share-links.default-skin .share-xing {
    background: #1a7576 !important
}

.share-links.default-skin .share-tumblr {
    background: #304e6c !important
}

.share-links.default-skin .share-reddit {
    background: #ff4107 !important
}

.share-links.default-skin .share-vimeo {
    background: #52b8ea !important
}

.share-links.default-skin .share-telegram {
    background: #0088cc !important
}

.share-links.default-skin .share-yelp {
    background: #c41200 !important
}

.share-links.default-skin .share-flickr {
    background: #0063DC !important
}

.share-links.default-skin .share-whatsapp {
    background: #3c8a38 !important
}

.share-links.default-skin .share-wechat {
    background: #7bb22e !important
}

.share-links.default-skin .share-tiktok {
    background: #010101 !important
}

.follow-us .share-links,
.header-corporate .share-links,
.header-wrapper.header-side-nav .share-links {}

.follow-us .share-links a:hover,
.header-corporate .share-links a:hover,
.header-wrapper.header-side-nav .share-links a:hover {
    opacity: 1
}

.page-share[class*=position] {
    position: fixed;
    top: 150px;
    margin: 0;
    padding: 0;
    z-index: 99999
}

.page-share[class*=position].position-left {
    right: 0
}

.page-share[class*=position].position-left .tooltip.left .tooltip-arrow {
    right: 0;
    left: auto;
    border-width: 5px 0px 5px 5px;
    border-left-color: #000
}

.page-share[class*=position].position-right {
    left: 0
}

.page-share[class*=position].position-right .tooltip.right .tooltip-arrow {
    left: 0;
    right: auto;
    border-width: 5px 5px 5px 0px;
    border-right-color: #000
}

.page-share[class*=position] .share-links a {
    display: block;
    margin: 0
}

.post-share>span {
    vertical-align: middle
}

.dir-arrow {
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative
}

.dir-arrow.vtl {
    background-position: -101px 0;
    width: 47px;
    height: 96px
}

.dir-arrow.vtr {
    background-position: 0 0;
    width: 47px;
    height: 96px
}

.dir-arrow.vbl {
    background-position: -101px -144px;
    width: 47px;
    height: 96px
}

.dir-arrow.vbr {
    background-position: 0 -144px;
    width: 47px;
    height: 96px
}

.dir-arrow.hlt {
    background-position: -329px 0;
    width: 120px;
    height: 47px
}

.dir-arrow.hlb {
    background-position: -329px -101px;
    width: 120px;
    height: 47px
}

.dir-arrow.hrt {
    background-position: -209px 0;
    width: 120px;
    height: 47px
}

.dir-arrow.hrb {
    background-position: -209px -101px;
    width: 120px;
    height: 47px
}

@media (max-width:575px) {
    .dir-arrow {
        display: none
    }
}

html #topcontrol {
    background: rgba(64, 64, 64, 0.75);
    color: #FFF;
    width: 49px;
    height: 48px;
    left: 10px;
    text-align: center;
    z-index: 1111;
    transition: background 0.3s ease-out
}

html #topcontrol i {
    position: absolute;
    height: 24px;
    line-height: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media (max-width:767px) {
    html #topcontrol {
        display: none
    }
}

.menu-item[class*=col-] {
    flex: none;
    width: auto;
    max-width: none;
    min-height: 0;
    padding-left: 0;
    padding-right: 0
}

.wpcf7 .ajax-loader,
.wpcf7 .wpcf7-validation-errors {
    display: none !important;
    background: none !important
}

span.wpcf7-spinner {
    position: absolute
}

.wpcf7-submit-wrap {
    position: relative
}

.wpcf7-submit-wrap>.wpcf7-spinner {
    top: 50%;
    transform: translateY(-50%)
}

#main-toggle-menu .menu-title .toggle,
.accordion-menu .arrow,
.comment-form-rating .stars span a:before,
.mega-menu .narrow li.menu-item-has-children>a:before,
.mejs-overlay-button:before,
.page-links .nextpostslink:before,
.page-links .previouspagelink:before,
.page-top ul.breadcrumb>li .delimiter,
.pagination .next:before,
.pagination .prev:before,
.share-links .share-email:before,
.share-links .share-rss:before,
.side-menu-slide .menu-item-has-children>a:after,
.side-menu-slide .menu-item>.go-back:before,
.sidebar-menu .narrow li.menu-item-has-children>a:before,
.star-rating,
.tparrows.tparrows-carousel.tp-leftarrow:before,
.tparrows.tparrows-carousel.tp-rightarrow:before,
.widget_sidebar_menu .widget-title .toggle,
ul.nav-list li a:before,
ul[class^=wsp-] li a:before {
    font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sidebar-menu li.menu-item>.arrow:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[data-bs-original-title] {
    position: relative
}

[data-bs-original-title] .tooltip {
    z-index: 999
}

[data-bs-original-title] .tooltip a {
    color: #fff !important
}

.porto-wpforms-inline form {
    display: flex
}

.porto-wpforms-inline .wpforms-field-container {
    flex: 1
}

.porto-wpforms-inline .wpforms-field-label {
    display: none
}

.porto-wpforms-inline label.wpforms-error {
    display: block;
    color: var(--bs-danger);
    font-size: 0.8em;
    margin-top: 0.25rem
}

.porto-wpforms-inline input {
    width: 100%;
    height: 2.8125rem
}

.porto-wpforms-inline .wpforms-submit {
    height: 2.8125rem
}

.porto-wpforms-inline ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.porto-wpforms-inline .wpforms-field:not(:last-child) {
    margin-bottom: 0.875rem
}

.page-wrapper .fdm-item-image {
    background-color: var(--porto-normal-bg);
    border: 1px solid var(--porto-gray-5);
    padding: 0
}

.fdm-item-panel .fdm-item-title {
    color: var(--porto-h4-color, var(--porto-heading-color))
}

.porto-lazyload:not(img):not(.lazy-load-loaded) {
    background-color: var(--porto-gray-1)
}

.porto-lazyload {
    transition: 0.3s ease
}

.porto-lazyload:not(.lazy-load-loaded) {
    opacity: 0
}

.widget {
    margin-bottom: 1.875rem;
    margin-top: 1.875rem
}

.widget:first-child {
    margin-top: 0
}

.widget .wp-block-group h2,
.widget .wp-block-search__label {
    margin-bottom: 15px;
    font-size: 1em;
    margin-top: 0;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none
}

.widget .widget-title,
.widget .widget-title a {
    color: var(--porto-heading-color)
}

.widget .widget-title,
.widget .widgettitle {
    margin-bottom: 15px;
    font-size: 1em;
    margin-top: 0
}

.widget .widget-title,
.widget .widget-title a,
.widget .widgettitle,
.widget .widgettitle a {
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase
}

.widget .widget-title img,
.widget .widgettitle img {
    margin-left: 3px;
    margin-top: -2px
}

.widget>div>ul,
.widget>ul {
    font-size: 0.9286em;
    border-bottom: 1px solid var(--porto-input-bc);
    margin-top: -8px;
    margin-bottom: 0
}

.widget>div>ul>li:first-child,
.widget>ul>li:first-child {
    border-top-width: 0
}

.widget>div>ul li,
.widget>ul li {
    position: relative;
    margin: 0;
    padding: 5px 0;
    border-top: 1px solid var(--porto-input-bc);
    transition: 0.3s
}

.widget>div>ul li p,
.widget>ul li p {
    margin-bottom: 0
}

.widget>div>ul li>ol,
.widget>div>ul li>ul,
.widget>ul li>ol,
.widget>ul li>ul {
    margin-top: 8px;
    margin-bottom: -8px;
    margin-right: 10px
}

.widget ol,
.widget ul {
    list-style: none;
    padding: 0
}

.widget select {
    max-width: 100%;
    font-size: 0.9em
}

.widget .post-date,
.widget .rss-date {
    display: inline;
    font-size: 0.9em
}

.widget .post-date,
.widget .rss-date {
    display: block
}

.widget .rss-date {
    margin-bottom: 3px
}

.widget .rssSummary {
    font-size: 0.95em;
    line-height: 1.42857
}

.widget cite {
    display: block;
    font-size: 0.9em;
    text-align: left
}

.widget .view-more {
    padding: 12px
}

.widget .owl-carousel .owl-dots {
    margin-bottom: -10px
}

.widget .slick-dots {
    margin-bottom: -5px
}

.widget li.current-cat-parent>a,
.widget li.current-cat>a,
.widget li.current-menu-item>a {
    font-weight: 600
}

.widget_archive>ul li,
.widget_categories>ul li,
.widget_meta>ul li,
.widget_nav_menu>div>ul li,
.widget_pages>ul li,
.widget_recent_comments>ul li,
.widget_recent_entries>ul li,
.widget_rss>ul li,
.wp-block-archives-list li,
.wp-block-categories-list li,
.wp-block-latest-comments:not(.has-avatars):not(.has-excerpts) .wp-block-latest-comments__comment,
.wp-block-latest-posts:not(.wp-block-latest-posts__list) li,
.wp-block-latest-posts__list.wp-block-latest-posts li {
    padding: 6px 15px 6px 0
}

.widget_archive>ul li:before,
.widget_categories>ul li:before,
.widget_meta>ul li:before,
.widget_nav_menu>div>ul li:before,
.widget_pages>ul li:before,
.widget_recent_comments>ul li:before,
.widget_recent_entries>ul li:before,
.widget_rss>ul li:before,
.wp-block-archives-list li:before,
.wp-block-categories-list li:before,
.wp-block-latest-comments:not(.has-avatars):not(.has-excerpts) .wp-block-latest-comments__comment:before,
.wp-block-latest-posts:not(.wp-block-latest-posts__list) li:before,
.wp-block-latest-posts__list.wp-block-latest-posts li:before {
    content: "\f053";
    float: right;
    font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
    font-weight: 900;
    margin-right: -11px;
    margin-left: 6px;
    font-size: 0.45rem;
    vertical-align: middle
}

.widget_archive>ul li:hover:before,
.widget_categories>ul li:hover:before,
.widget_meta>ul li:hover:before,
.widget_nav_menu>div>ul li:hover:before,
.widget_pages>ul li:hover:before,
.widget_recent_comments>ul li:hover:before,
.widget_recent_entries>ul li:hover:before,
.widget_rss>ul li:hover:before,
.wp-block-archives-list li:hover:before,
.wp-block-categories-list li:hover:before,
.wp-block-latest-comments:not(.has-avatars):not(.has-excerpts) .wp-block-latest-comments__comment:hover:before,
.wp-block-latest-posts:not(.wp-block-latest-posts__list) li:hover:before,
.wp-block-latest-posts__list.wp-block-latest-posts li:hover:before {
    animation: navItemArrow 0.6s linear infinite
}

.widget_archive li>a,
.widget_categories li>a,
.widget_meta li>a,
.widget_nav_menu li>a,
.widget_pages li>a,
.widget_recent_comments li>a,
.widget_recent_entries li>a,
.widget_rss li>a,
.wp-block-archives-list li>a,
.wp-block-categories-list li>a,
.wp-block-latest-posts:not(.wp-block-latest-posts__list) li>a {
    color: inherit
}

.wp-block-latest-comments__comment {
    padding: 6px 0;
    margin-bottom: 0
}

.wp-block-latest-comments__comment:first-child {
    padding-top: 0
}

.widget .wp-block-latest-comments__comment:not(:last-child) {
    border-bottom: 1px solid var(--porto-input-bc)
}

.wp-block-latest-posts:not(.wp-block-latest-posts__list)>li {
    line-height: 1.1
}

.wp-block-latest-posts:not(.wp-block-latest-posts__list)>li:first-child {
    padding-top: 0
}

.flickr_badge_image,
.wpb_content_element .flickr_badge_image {
    float: none;
    margin: 10px 5px 20px;
    display: inline-block;
    background: var(--porto-normal-bg);
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    transition: opacity 0.3s ease-in-out
}

.flickr_badge_image img,
.wpb_content_element .flickr_badge_image img {
    width: 75px;
    height: 75px
}

.widget.widget_wysija h3 {
    margin-bottom: 10px
}

.widget.widget_wysija .wysija-checkbox-label,
.widget.widget_wysija .wysija-checkbox-paragraph,
.widget.widget_wysija .wysija-paragraph {
    font-size: 1em
}

.widget.widget_wysija .wysija-checkbox-label,
.widget.widget_wysija .wysija-paragraph label {
    font-size: 0.9286em
}

.widget.widget_wysija .wysija-checkbox-label {
    margin-bottom: 0
}

.widget.widget_wysija .formError {
    position: static !important;
    display: none !important
}

.widget.widget_wysija .formError .formErrorContent {
    width: 100%;
    line-height: 1.4;
    padding: 5px 0;
    background: none;
    border: none;
    color: #eb340e
}

.widget.widget_wysija .formError+.wysija-input {
    border-color: #a94442
}

.widget.widget_wysija .wysija-paragraph .formError .formErrorContent {
    padding: 5px 0 10px
}

.widget.widget_wysija .widget_wysija_cont .error,
.widget.widget_wysija .widget_wysija_cont .message,
.widget.widget_wysija .widget_wysija_cont .updated,
.widget.widget_wysija .widget_wysija_cont .xdetailed-errors {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    color: inherit;
    line-height: inherit
}

.widget.widget_wysija .widget_wysija_cont .message,
.widget.widget_wysija .widget_wysija_cont .updated {
    color: #3c763d
}

.widget.widget_wysija .widget_wysija_cont .error,
.widget.widget_wysija .widget_wysija_cont .xdetailed-errors {
    color: #eb340e
}

.widget.widget_wysija .widget_wysija_cont .showerrors {
    display: block
}

.widget.widget_wysija .wysija-input {
    width: 100%
}

.widget_wysija .wysija-paragraph {
    margin-bottom: 10px
}

.sidebar-content .widget:last-child {
    margin-bottom: 0
}

.sidebar-content .widget.widget_wysija {
    margin-bottom: 30px;
    min-height: 100px;
    position: relative;
    background: var(--porto-gray-3)
}

.sidebar-content .wpcf7-form .widget_wysija {
    background: var(--porto-gray-3)
}

.sidebar-content .widget_wysija .box-content {
    position: relative;
    padding: 30px 36px 45px 36px;
    border-top-color: var(--porto-primary-color)
}

.sidebar-content .widget_wysija .wysija-input {
    border-radius: 3px;
    padding: 12px
}

.sidebar-content .widget_wysija .wysija-submit {
    margin: 0;
    width: 100%;
    border-radius: 3px;
    padding: 12px 0
}

.footer .widget .widget_wysija {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 550px
}

.footer .widget .widget_wysija>p:not(.wysija-paragraph) {
    display: table-caption
}

@media (min-width:768px) {
    .footer .row>div:not(:last-child) .widget_wysija {
        margin-left: 1.5rem
    }
}

.footer .widget_wysija_cont .wysija-paragraph {
    display: table-cell;
    vertical-align: top;
    width: 100%
}

.footer .widget_wysija_cont label {
    display: none
}

.footer .widget_wysija_cont .d-table-cell>.wysija-submit {
    display: block
}

.footer .wysija-input,
.footer .wysija-submit {
    height: 44px;
    font-size: 0.75rem;
    border-width: 0;
    background-clip: border-box
}

.footer .wysija-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 1px;
    width: 100%
}

.footer .wysija-submit {
    border-right: none;
    display: table-cell;
    vertical-align: top;
    margin: 0 -1px 0 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.footer .footer-bottom .share-links a {
    box-shadow: none
}

#mailpoet_checkout_field input[type=checkbox],
#mailpoet_checkout_field input[type=radio] {
    position: static;
    margin-right: 0
}

.widget-recent-portfolios,
.widget-recent-posts {
    overflow: hidden
}

.sidebar-content .filter-title {
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1.4
}

.portfolio-item-title {
    margin: 0.25rem 0
}

.widget-recent-portfolios .portfolio-item {
    margin-bottom: 20px
}

.wp-block-search__label {
    color: var(--porto-heading-color)
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__inside-wrapper>input {
    border-color: rgba(0, 0, 0, 0.09)
}

.wp-block-search .wp-block-search__inside-wrapper>button {
    margin-left: 0
}

.wp-block-search .wp-block-search__inside-wrapper>button svg {
    margin: 2px
}

.widget .wp-block-search button {
    background-color: var(--porto-heading-color);
    border-color: var(--porto-heading-color);
    fill: var(--porto-body-bg);
    color: var(--porto-body-bg);
    transition: 0.2s
}

.widget .wp-block-search button:hover {
    opacity: 0.9
}

.wp-block-search__input {
    flex-grow: 1
}

.wp-block-latest-comments:not(.has-avatars):not(.has-excerpts) article {
    display: inline-flex
}

.wp-block-latest-comments:not(.has-avatars):not(.has-excerpts) article footer {
    line-height: 2em
}

.wp-block-latest-comments .wp-block-latest-comments__comment-link {
    color: inherit
}

.wp-block-latest-comments .wp-block-latest-comments__comment-link:hover {
    color: var(--porto-primary-color)
}

.wp-block-latest-posts__list li {
    border-top: 1px solid var(--porto-input-bc)
}

.wp-block-latest-posts__list li:first-child {
    border-top-width: 0
}

.wp-block-latest-posts__list time {
    font-size: 0.9em
}

.widget_categories>ul li {
    border-top: none
}

.widget_categories form select {
    width: 100%
}

.tm-extra-product-options .tm-epo-field-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: var(--porto-primary-color)
}

.tm-collapse {
    background-image: none;
    background-color: transparent;
    border: 1px solid var(--porto-widget-bc);
    padding: 0
}

.tm-collapse .tm-section-label {
    background: var(--porto-gray-1);
    padding: 10px 15px
}

.tm-collapse .tm-section-label .tm-arrow {
    left: 10px;
    right: auto
}

.tm-collapse .tm-collapse-wrap {
    padding: 15px;
    margin: 0
}

.tm-description {
    margin-top: 5px;
    margin-bottom: 5px
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
    padding: 5px 0 0
}

.tm-box {
    padding: 10px 15px;
    margin: 15px 0 0;
    border: 1px solid var(--porto-gray-5)
}

.tm-epo-totals {
    padding-top: 0
}

.tm-extra-product-options-totals {
    margin-bottom: 0
}

.tm-extra-product-options-totals dt {
    margin-top: 10px
}

.tm-extra-product-options-totals dd,
.tm-extra-product-options-totals dt {
    margin-bottom: 5px
}

.tm-extra-product-options-totals .amount.final,
.tm-extra-product-options-totals .amount.options,
.tm-extra-product-options-totals .amount.subscription-fee {
    font-weight: 600;
    line-height: 1
}

.tm-extra-product-options-totals .amount.options,
.tm-extra-product-options-totals .amount.subscription-fee {
    font-size: 2em
}

.tm-extra-product-options-totals .amount.final {
    font-size: 2.5714em;
    color: var(--porto-primary-color)
}

.tm-cart-edit-options {
    font-size: 11px;
    margin-left: 10px;
    margin-right: auto
}

.tm-button {
    box-shadow: none
}

.star-rating {
    display: block;
    cursor: pointer;
    float: none;
    position: relative;
    font-size: 11px;
    height: 1.2em;
    line-height: 1.2em;
    overflow: hidden;
    position: relative;
    width: 6em;
    letter-spacing: 0.1em;
    text-align: right;
    white-space: nowrap
}

.star-rating:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    float: right;
    right: 0;
    position: absolute;
    top: 0
}

.star-rating span {
    float: right;
    right: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0
}

.star-rating span:before {
    color: #6a6a6d;
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    right: 0;
    position: absolute;
    top: 0
}

.m-xs {
    margin: 5px !important
}

.m-sm {
    margin: 10px !important
}

.m {
    margin: 15px !important
}

.m-md {
    margin: 20px !important
}

.m-lg {
    margin: 30px !important
}

.m-xl {
    margin: 40px !important
}

.m-xlg {
    margin: 50px !important
}

.m-xxl {
    margin: 60px !important
}

.m-n,
.m-none {
    margin: 0 !important
}

.m-l-none {
    margin-right: 0 !important
}

.m-l-xs {
    margin-right: 5px !important
}

.m-l-sm {
    margin-right: 10px !important
}

.m-l {
    margin-right: 15px !important
}

.m-l-md {
    margin-right: 20px !important
}

.m-l-lg {
    margin-right: 30px !important
}

.m-l-xl {
    margin-right: 40px !important
}

.m-l-xlg {
    margin-right: 50px !important
}

.m-l-xxl {
    margin-right: 60px !important
}

.m-l-n-xxs {
    margin-right: -1px !important
}

.m-l-n-xs {
    margin-right: -5px !important
}

.m-l-n-sm {
    margin-right: -10px !important
}

.m-l-n {
    margin-right: -15px !important
}

.m-l-n-md {
    margin-right: -20px !important
}

.m-l-n-lg {
    margin-right: -30px !important
}

.m-l-n-xl {
    margin-right: -40px !important
}

.m-l-n-xlg {
    margin-right: -50px !important
}

.m-l-n-xxl {
    margin-right: -60px !important
}

.m-t-none {
    margin-top: 0 !important
}

.m-t-xxs {
    margin-top: 1px !important
}

.m-t-xs {
    margin-top: 5px !important
}

.m-t-sm {
    margin-top: 10px !important
}

.m-t {
    margin-top: 15px !important
}

.m-t-md {
    margin-top: 20px !important
}

.m-t-lg {
    margin-top: 30px !important
}

.m-t-xl {
    margin-top: 40px !important
}

.m-t-xlg {
    margin-top: 50px !important
}

.m-t-xxl {
    margin-top: 60px !important
}

.m-t-n-xxs {
    margin-top: -1px !important
}

.m-t-n-xs {
    margin-top: -5px !important
}

.m-t-n-sm {
    margin-top: -10px !important
}

.m-t-n {
    margin-top: -15px !important
}

.m-t-n-md {
    margin-top: -20px !important
}

.m-t-n-lg {
    margin-top: -30px !important
}

.m-t-n-xl {
    margin-top: -40px !important
}

.m-t-n-xlg {
    margin-top: -50px !important
}

.m-t-n-xxl {
    margin-top: -60px !important
}

.m-r-none {
    margin-left: 0 !important
}

.m-r-xs {
    margin-left: 5px !important
}

.m-r-sm {
    margin-left: 10px !important
}

.m-r {
    margin-left: 15px !important
}

.m-r-md {
    margin-left: 20px !important
}

.m-r-lg {
    margin-left: 30px !important
}

.m-r-xl {
    margin-left: 40px !important
}

.m-r-xlg {
    margin-left: 50px !important
}

.m-r-xxl {
    margin-left: 60px !important
}

.m-r-n-xxs {
    margin-left: -1px !important
}

.m-r-n-xs {
    margin-left: -5px !important
}

.m-r-n-sm {
    margin-left: -10px !important
}

.m-r-n {
    margin-left: -15px !important
}

.m-r-n-md {
    margin-left: -20px !important
}

.m-r-n-lg {
    margin-left: -30px !important
}

.m-r-n-xl {
    margin-left: -40px !important
}

.m-r-n-xlg {
    margin-left: -50px !important
}

.m-r-n-xxl {
    margin-left: -60px !important
}

.m-b-none {
    margin-bottom: 0 !important
}

.m-b-xs {
    margin-bottom: 5px !important
}

.m-b-sm {
    margin-bottom: 10px !important
}

.m-b {
    margin-bottom: 15px !important
}

.m-b-md {
    margin-bottom: 20px !important
}

.m-b-lg {
    margin-bottom: 30px !important
}

.m-b-xl {
    margin-bottom: 40px !important
}

.m-b-xlg {
    margin-bottom: 50px !important
}

.m-b-xxl {
    margin-bottom: 60px !important
}

.m-b-n-xxs {
    margin-bottom: -1px !important
}

.m-b-n-xs {
    margin-bottom: -5px !important
}

.m-b-n-sm {
    margin-bottom: -10px !important
}

.m-b-n {
    margin-bottom: -15px !important
}

.m-b-n-md {
    margin-bottom: -20px !important
}

.m-b-n-lg {
    margin-bottom: -30px !important
}

.m-b-n-xl {
    margin-bottom: -40px !important
}

.m-b-n-xlg {
    margin-bottom: -50px !important
}

.m-b-n-xxl {
    margin-bottom: -60px !important
}

.custom-margin-1 {
    margin-right: 90px
}

.p-xs {
    padding: 5px !important
}

.p-sm {
    padding: 10px !important
}

.p {
    padding: 15px !important
}

.p-md {
    padding: 20px !important
}

.p-lg {
    padding: 30px !important
}

.p-xl {
    padding: 40px !important
}

.p-xlg {
    padding: 50px !important
}

.p-xxl {
    padding: 60px !important
}

.p-n,
.p-none {
    padding: 0 !important
}

.p-l-none {
    padding-right: 0 !important
}

.p-l-xs {
    padding-right: 5px !important
}

.p-l-sm {
    padding-right: 10px !important
}

.p-l {
    padding-right: 15px !important
}

.p-l-md {
    padding-right: 20px !important
}

.p-l-lg {
    padding-right: 30px !important
}

.p-l-xl {
    padding-right: 40px !important
}

.p-l-xlg {
    padding-right: 50px !important
}

.p-l-xxl {
    padding-right: 60px !important
}

.p-t-none {
    padding-top: 0 !important
}

.p-t-xxs {
    padding-top: 1px !important
}

.p-t-xs {
    padding-top: 5px !important
}

.p-t-sm {
    padding-top: 10px !important
}

.p-t {
    padding-top: 15px !important
}

.p-t-md {
    padding-top: 20px !important
}

.p-t-lg {
    padding-top: 30px !important
}

.p-t-xl {
    padding-top: 40px !important
}

.p-t-xlg {
    padding-top: 50px !important
}

.p-t-xxl {
    padding-top: 60px !important
}

.p-r-none {
    padding-left: 0 !important
}

.p-r-xs {
    padding-left: 5px !important
}

.p-r-sm {
    padding-left: 10px !important
}

.p-r {
    padding-left: 15px !important
}

.p-r-md {
    padding-left: 20px !important
}

.p-r-lg {
    padding-left: 30px !important
}

.p-r-xl {
    padding-left: 40px !important
}

.p-r-xlg {
    padding-left: 50px !important
}

.p-r-xxl {
    padding-left: 60px !important
}

.p-b-none {
    padding-bottom: 0 !important
}

.p-b-xs {
    padding-bottom: 5px !important
}

.p-b-sm {
    padding-bottom: 10px !important
}

.p-b {
    padding-bottom: 15px !important
}

.p-b-md {
    padding-bottom: 20px !important
}

.p-b-lg {
    padding-bottom: 30px !important
}

.p-b-xl {
    padding-bottom: 40px !important
}

.p-b-xlg {
    padding-bottom: 50px !important
}

.p-b-xxl {
    padding-bottom: 60px !important
}

.porto-checkbox,
.porto-radio {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.6rem;
    vertical-align: middle !important
}

.porto-checkbox:focus,
.porto-radio:focus {
    outline: none
}

.porto-checkbox .porto-control-label,
.porto-radio .porto-control-label {
    position: static;
    margin-bottom: 0;
    font-size: 12px
}

.porto-checkbox .porto-control-label:after,
.porto-checkbox .porto-control-label:before,
.porto-radio .porto-control-label:after,
.porto-radio .porto-control-label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px
}

.porto-checkbox .porto-control-input,
.porto-radio .porto-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.porto-checkbox.porto-control-disable,
.porto-radio.porto-control-disable {
    padding-left: 0
}

.porto-checkbox.porto-control-disable .porto-control-label:after,
.porto-checkbox.porto-control-disable .porto-control-label:before,
.porto-radio.porto-control-disable .porto-control-label:after,
.porto-radio.porto-control-disable .porto-control-label:before {
    content: none
}

.porto-checkbox .porto-control-label:before {
    pointer-events: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid #c2c0ca
}

.porto-checkbox .porto-control-label:after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    opacity: 0;
    transition: opacity 0.3s
}

.porto-checkbox .porto-control-input:checked~.porto-control-label:after {
    background-image: url(../images/custom-checkbox.svg);
    opacity: 1
}

.porto-checkbox .porto-control-input:checked~.porto-control-label:before {
    background-color: transparent
}

.porto-radio {
    padding-left: 1.8rem
}

.porto-radio .porto-control-label {
    font-size: 13px
}

.porto-radio .porto-control-label:before {
    left: 0;
    pointer-events: none;
    user-select: none;
    border: 1px solid #ccc;
    border-radius: 50%
}

.porto-radio .porto-control-label:after {
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: var(--porto-primary-color);
    opacity: 0;
    transition: opacity 0.3s;
    margin-top: -6px
}

.porto-radio .porto-control-input:checked~.porto-control-label:after {
    opacity: 1
}

.single-post article {
    border-bottom: 0;
    margin-bottom: 0
}

.single-post .entry-title {
    font-weight: 700;
    color: var(--porto-primary-color)
}

.comment-form-cookies-consent>* {
    vertical-align: middle
}

.comment-form-cookies-consent>label {
    display: inline
}

.post-slideshow {
    text-align: center;
    margin-bottom: 0
}

.entry-title {
    margin-top: 0
}

.sub-title {
    text-transform: uppercase
}

.post-item .post-date,
article.post .post-date {
    float: right;
    margin-left: 10px;
    text-align: center;
    width: 40px
}

.post-item .post-date .format,
.post-item .post-date .month,
article.post .post-date .format,
article.post .post-date .month {
    display: block;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    background: var(--porto-primary-color);
    color: #fff
}

.post-item .post-date .month,
article.post .post-date .month {
    font-size: 0.9em;
    padding: 0 0 2px
}

.post-item .post-date .day,
article.post .post-date .day {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
    padding: 10px 0;
    background: var(--porto-gray-1);
    color: var(--porto-primary-color)
}

.post-item .post-date .sticky,
article.post .post-date .sticky {
    background: var(--porto-hot-color, #62b959);
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: var(--porto-hot-color-inverse, #FFF);
    font-size: 0.9em;
    padding: 2px 0 0;
    margin-top: 5px;
    display: block
}

.post-item .post-date .format,
article.post .post-date .format {
    font-size: 1.2857em;
    padding: 0;
    line-height: 40px;
    margin: 5px 0
}

.post-item .read-more,
article.post .read-more {
    display: block
}

.post-item .read-more-block,
article.post .read-more-block {
    display: block;
    margin-top: 20px
}

.post-item .read-more,
.post-item .read-more-block,
article.post .read-more,
article.post .read-more-block {
    font-size: 0.9em;
    font-weight: 600;
    color: var(--porto-heading-color)
}

.post-item h4.title-short,
article.post h4.title-short {
    margin-bottom: 2px;
    padding-top: 8px
}

.post-item .author-name a,
article.post .author-name a {
    color: inherit
}

article.post h2 a,
article.post h4 a {
    text-decoration: none
}

article.post .post-meta {
    font-size: 0.9em;
    margin-bottom: 8px
}

body.single-post article.post .post-meta {
    margin-bottom: 20px
}

article.post .post-meta>.post-views,
article.post .post-meta>span {
    display: inline-block;
    padding-left: 8px
}

article.post .post-meta .post-views-icon.dashicons,
article.post .post-meta i {
    margin-left: 6px !important;
    font-size: 1em !important;
    height: 1em;
    line-height: 1;
    width: 1em;
    text-align: center
}

article.post .post-image {
    margin-bottom: 15px
}

article.post .post-image .owl-lazy:not(.owl-lazy-loaded),
article.post .post-image .porto-lazyload:not(.lazy-load-loaded) {
    width: 100%
}

article.post .post-image.single {
    margin-bottom: 30px
}

article.post .post-image .post-date {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 2
}

article.post .post-item .post-meta,
article.post .post-item .read-more {
    font-size: 1em
}

article.post-full .entry-title,
article.post-large .entry-title {
    margin-bottom: 5px
}

article.post-full.hide-post-date,
article.post-large.hide-post-date {
    margin-right: 0
}

article.post-full.hide-post-date .post-image,
article.post-large.hide-post-date .post-image {
    margin-right: 0
}

@media (max-width:575px) {
    article.post-full,
    article.post-large {
        margin-right: 0
    }
    article.post-full .post-date,
    article.post-full .post-image,
    article.post-large .post-date,
    article.post-large .post-image {
        margin-right: 0
    }
}

article.post-large-alt {
    margin-right: 60px
}

article.post-large-alt h2 {
    margin-bottom: 5px
}

article.post-large-alt .post-date {
    margin-right: -60px
}

article.post-large-alt.hide-post-date {
    margin-right: 0
}

article.post-large-alt.hide-post-date .post-image {
    margin-right: 0
}

@media (max-width:575px) {
    article.post-large-alt {
        margin-right: 0
    }
    article.post-large-alt .post-date {
        margin-right: 0
    }
    article.post-large-alt .post-image {
        margin-right: 60px
    }
}

article.post-grid .owl-carousel .owl-dots,
article.post-timeline .owl-carousel .owl-dots {
    margin-top: 5px
}

article.post-grid .post-image,
article.post-timeline .post-image {
    margin-bottom: 5px;
    position: relative
}

article.post-grid .post-image.single,
article.post-timeline .post-image.single {
    margin-bottom: 15px
}

article.post-grid .post-image.thumb-info-side-image-wrapper,
article.post-timeline .post-image.thumb-info-side-image-wrapper {
    margin-bottom: 0
}

.post-image {
    position: relative
}

.post-item .wp-video,
.post-item video,
.post-item>iframe {
    max-width: 100%;
    height: auto
}

.post-item>.wp-video,
.post-item>iframe,
.post-item>video {
    margin-bottom: 20px
}

.post-item.style-5>.wp-video,
.post-item.style-5>iframe,
.post-item.style-5>video {
    margin-bottom: 30px
}

.owl-carousel .mejs-poster img {
    display: none
}

.porto-single-page .post-block {
    margin-bottom: 3rem
}

.porto-single-page .post-share-advance {
    margin-bottom: 0
}

.post-block h3,
.post-share h3,
article.portfolio .comment-respond h3,
article.post .comment-respond h3 {
    font-size: 1.4em;
    line-height: 1.25;
    font-weight: 600
}

.post-block h3 i,
.post-share h3 i,
article.portfolio .comment-respond h3 i,
article.post .comment-respond h3 i {
    margin-left: 7px
}

.post-block h3 i.fa-share,
.post-share h3 i.fa-share,
article.portfolio .comment-respond h3 i.fa-share,
article.post .comment-respond h3 i.fa-share {
    transform: rotate(180deg)
}

.post-share-advance {
    border: 0 none;
    bottom: -20px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    z-index: 2
}

.post-share-advance-bg {
    background: var(--porto-quaternary-color, #333940);
    border-radius: 50px;
    float: left;
    height: 100%;
    max-height: 41px;
    overflow: hidden;
    padding: 0 6px 41px;
    text-align: center;
    transition: max-height 0.4s;
    width: 42px
}

.post-share-advance-bg:hover {
    height: 100%;
    max-height: 370px
}

article.post-title-simple .post-share-advance.post-block.post-share {
    margin: 0
}

.post-share-advance.post-share {
    border-top: none
}

.post-share-advance .fa-share-alt {
    background: var(--porto-quaternary-color, #333940);
    border-radius: 50px;
    bottom: 0;
    color: var(--porto-quaternary-color-inverse, #FFF);
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 1px;
    width: 40px
}

.post-share-advance>h3 {
    bottom: -32px;
    margin: 0;
    position: absolute;
    text-align: left;
    left: 0;
    white-space: nowrap
}

.post-share-advance .share-links a:first-child {
    margin-top: 12px
}

.post-share-advance-bg .share-links {
    display: block
}

.post-share-advance .share-links a {
    display: block;
    background: none;
    margin-left: 0;
    opacity: 0.5
}

.post-share-advance .share-links a:hover {
    opacity: 1
}

.post-share-advance .share-links .tooltip {
    display: none !important
}

.post-author img {
    height: auto;
    max-width: 80px
}

@media (max-width:767px) {
    .post-author img {
        max-width: 60px
    }
}

.post-author p {
    font-size: 0.9em;
    line-height: 22px;
    margin: 0;
    padding: 0
}

.post-author p .name {
    font-size: 1.3em
}

.post-author .img-thumbnail {
    float: right;
    margin-left: 20px
}

@media (max-width:767px) {
    .post-author .img-thumbnail {
        margin-left: 12px
    }
}

ul.comments {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.comments ul.children {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.comments ul.children>li,
ul.comments>li {
    clear: both;
    padding: 10px 115px 0 0
}

ul.comments ul.children>li img.avatar,
ul.comments>li img.avatar {
    height: auto;
    max-width: 80px
}

ul.comments ul.children>li a,
ul.comments>li a {
    text-decoration: none
}

ul.comments ul.children>li .img-thumbnail,
ul.comments>li .img-thumbnail {
    margin-right: -115px;
    position: absolute
}

ul.comments ul.children>li .comment-body,
ul.comments>li .comment-body {
    margin-bottom: 10px
}

ul.comments ul.children>li .pull-right span,
ul.comments>li .pull-right span {
    margin-right: 5px
}

ul.comments .comment-arrow {
    border-bottom: 15px solid transparent;
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid var(--porto-gray-1);
    height: 0;
    position: absolute;
    top: 28px;
    width: 0
}

ul.comments .comment-block {
    background: var(--porto-gray-1);
    padding: 20px 20px 35px;
    position: relative
}

ul.comments .comment-block p {
    font-size: 0.9em;
    line-height: 21px;
    margin: 0;
    padding: 0
}

ul.comments .comment-block .comment-by {
    display: block;
    font-size: 1em;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px 0
}

ul.comments .comment-block .comment-by span {
    display: inline-block;
    margin-right: 8px
}

ul.comments .comment-block .date {
    color: #999;
    font-size: 0.9em;
    margin-top: 5px
}

@media (max-width:767px) {
    ul.comments li {
        padding-right: 10px;
        border-right: 8px solid var(--porto-gray-2)
    }
    ul.comments ul.children>li,
    ul.comments>li {
        padding: 0 0 0 10px
    }
    ul.comments ul.children>li .comment-body:after,
    ul.comments>li .comment-body:after {
        content: " ";
        display: table;
        clear: both
    }
    ul.comments ul.children>li .img-thumbnail,
    ul.comments>li .img-thumbnail {
        margin: 20px 20px 10px 12px;
        float: right;
        position: static
    }
    ul.comments ul.children>li img.avatar,
    ul.comments>li img.avatar {
        max-width: 60px
    }
    ul.comments .comment-block {
        position: static
    }
    ul.comments .comment-arrow {
        display: none
    }
}

.comment-respond {
    margin-top: 3rem;
    padding-bottom: 0
}

.comment-respond h3 {
    margin: 0 0 20px
}

#cancel-comment-reply-link {
    margin-right: 10px
}

.comment-form {
    padding: 30px 30px 10px;
    background: var(--porto-gray-7);
    border-radius: 5px
}

.comment-form label:first-child {
    display: block
}

.comment-form input[type=color],
.comment-form input[type=date],
.comment-form input[type=datetime-local],
.comment-form input[type=datetime],
.comment-form input[type=email],
.comment-form input[type=month],
.comment-form input[type=number],
.comment-form input[type=password],
.comment-form input[type=search],
.comment-form input[type=tel],
.comment-form input[type=text],
.comment-form input[type=time],
.comment-form input[type=url],
.comment-form input[type=week],
.comment-form select,
.comment-form textarea {
    width: 100%
}

.tab-content .comment-form {
    padding-bottom: 22px
}

.related-posts {
    margin-top: 35px
}

.related-posts h3 {
    font-weight: 200
}

.post-carousel .post-slide:after {
    content: " ";
    display: table;
    clear: both
}

.post-carousel .post-slide.no-single .post-item {
    margin-bottom: 20px
}

.post-carousel h4,
.post-carousel h5 {
    margin-bottom: 7px
}

.post-carousel.owl-carousel .owl-dots {
    margin-top: 0
}

.post-carousel h4 {
    font-size: 1.2em;
    line-height: 1.3
}

.post-carousel .post-item .post-date,
.post-grid .post-item .post-date,
.post-timeline .post-item .post-date {
    margin: 3px 0 8px 10px;
    float: right
}

.post-carousel .post-item .post-excerpt,
.post-grid .post-item .post-excerpt,
.post-timeline .post-item .post-excerpt {
    margin-bottom: 10px
}

.post-carousel .post-item .post-meta,
.post-grid .post-item .post-meta,
.post-timeline .post-item .post-meta {
    font-size: 0.9em;
    margin-bottom: 8px
}

body.single-post .post-carousel .post-item .post-meta,
body.single-post .post-grid .post-item .post-meta,
body.single-post .post-timeline .post-item .post-meta {
    margin-bottom: 20px
}

.post-carousel .post-item .post-meta>.post-views,
.post-carousel .post-item .post-meta>span,
.post-grid .post-item .post-meta>.post-views,
.post-grid .post-item .post-meta>span,
.post-timeline .post-item .post-meta>.post-views,
.post-timeline .post-item .post-meta>span {
    display: inline-block;
    padding-left: 8px
}

.post-carousel .post-item .post-meta .post-views-icon.dashicons,
.post-carousel .post-item .post-meta i,
.post-grid .post-item .post-meta .post-views-icon.dashicons,
.post-grid .post-item .post-meta i,
.post-timeline .post-item .post-meta .post-views-icon.dashicons,
.post-timeline .post-item .post-meta i {
    margin-left: 3px !important;
    font-size: 1em !important;
    height: 1em;
    line-height: 1;
    width: 1em;
    text-align: center
}

.post-carousel .post-item.style-2 .post-excerpt,
.post-grid .post-item.style-2 .post-excerpt,
.post-timeline .post-item.style-2 .post-excerpt {
    margin-bottom: 20px
}

.post-carousel .post-item.style-4 .post-meta,
.post-grid .post-item.style-4 .post-meta,
.post-timeline .post-item.style-4 .post-meta {
    font-size: 1em
}

.post-carousel .post-item.style-4 .read-more,
.post-grid .post-item.style-4 .read-more,
.post-timeline .post-item.style-4 .read-more {
    margin-top: 15px
}

.post-carousel .post-item.style-5 .cat-names,
.post-grid .post-item.style-5 .cat-names,
.post-timeline .post-item.style-5 .cat-names {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--porto-primary-color)
}

.post-carousel .post-item.style-5 .cat-names a,
.post-grid .post-item.style-5 .cat-names a,
.post-timeline .post-item.style-5 .cat-names a {
    text-decoration: none;
    text-transform: uppercase
}

.post-carousel .post-item.style-5 .post-views,
.post-grid .post-item.style-5 .post-views,
.post-timeline .post-item.style-5 .post-views {
    float: left
}

.post-item.style-5 .post-meta a {
    color: var(--porto-secondary-color)
}

.post-item.style-5 .post-meta .post-views-icon.dashicons {
    color: var(--porto-primary-color)
}

.post-carousel .post-item .post-date~* {
    margin-right: 55px
}

.post-item-small {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    border-top: 1px dotted var(--porto-gray-2)
}

.post-item-small:after {
    content: " ";
    display: table;
    clear: both
}

.post-item-small:first-child {
    padding-top: 0;
    border-top-width: 0
}

.post-item-small .post-image {
    margin: 0 0 0 10px;
    float: right
}

.post-item-small .post-image img {
    width: 50px;
    height: auto
}

.post-item-small .post-date {
    font-size: 0.8em
}

.post-item-small h5 {
    margin-bottom: 0
}

.elementor-widget .row .post-item-small,
.widget .row .post-item-small {
    margin: 0 var(--porto-column-spacing)
}

.entry-content {
    margin: 20px 0 30px
}

.entry-content:after {
    display: table;
    clear: both;
    content: ""
}

.post-item.post-title-simple h4 a {
    color: inherit
}

.post-views.entry-meta>span {
    vertical-align: middle;
    display: inline-block;
    height: 1em;
    line-height: 1
}

.blog-posts .post-large {
    margin-right: 60px
}

.blog-posts .post-large .post-date,
.blog-posts .post-large .post-image {
    margin-right: -60px
}

.blog-posts .blog-post-item .post-item-title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem
}

.blog-posts .blog-post-item .post-item-title>a {
    color: inherit;
    text-decoration: none
}

.blog-posts .blog-post-item h4 {
    font-size: 1.2em
}

.blog-posts .blog-post-item .post-date {
    font-size: 0.8em
}

.blog-posts .blog-post-item .post-image {
    margin-bottom: 0.5rem
}

.blog-posts .blog-post-item .meta-cats {
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: 600;
    display: block
}

.blog-posts .blog-post-item .meta-cats a {
    background-color: var(--porto-dark-color, #212529);
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0 0.8em;
    border-radius: 2px;
    margin: 0 0 0.6em 0.6em
}

.blog-posts .post-item-list {
    margin-bottom: var(--porto-grid-gutter-width)
}

@media (min-width:576px) {
    .blog-posts .post-item-list {
        display: flex;
        align-items: center
    }
    .blog-posts .post-item-list .post-image {
        flex: 0 0 auto;
        width: 34%;
        margin-bottom: 0
    }
    .blog-posts .post-item-list .post-item-content {
        flex: 0 0 auto;
        width: 66%;
        padding-right: 4%
    }
}

.blog-posts .post-item-grid {
    margin-bottom: 1rem
}

.blog-posts .post-item-small .post-image {
    margin-bottom: 0
}

.blog-posts .post-item-small .post-item-title {
    font-weight: 400;
    margin-top: 0.4em
}

.post-date>time {
    display: none
}

@media (min-width:992px) {
    .single-post .post-medium .post-media {
        float: right;
        width: 40%;
        margin-left: var(--porto-grid-gutter-width)
    }
}

.post-modern .entry-title a {
    color: inherit
}

.post-modern .btn-readmore {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    text-transform: uppercase
}

.post-modern .post-meta a:not(:hover) {
    color: inherit
}

.post-modern .post-meta>span:after {
    content: "|";
    margin-right: 8px
}

.post-meta-divider>span:not(:last-child):after {
    content: "|";
    margin-right: 0
}

.post-modern .post-meta>span:last-child:after {
    content: none
}

.blog-posts .post-modern {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem
}

.blog-posts .post-modern .entry-title {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 0.25rem
}

.blog-posts .post-modern .post-meta,
.single-post .post-modern .post-meta {
    margin-bottom: 1rem;
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #999
}

article.post-medium .post-image.single {
    margin-bottom: var(--porto-grid-gutter-width)
}

.post-item.post-title-simple .entry-title,
.post-item.post-title-simple .entry-title a,
.post-item.post-title-simple .post-title,
.post-item.post-title-simple .post-title h2,
article.post-title-simple .entry-title a:not(:hover) {
    color: var(--porto-h2-color, var(--porto-heading-color))
}

.format {
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    background: var(--porto-primary-color);
    color: #fff;
    font-size: 18px;
    border-radius: 2px
}

.format i {
    padding: 11px
}

.blog-posts {
    position: relative
}

.blog-posts:after {
    content: " ";
    display: table;
    clear: both
}

.blog-posts article {
    border-bottom: 1px solid var(--porto-normal-bc);
    margin-bottom: 50px;
    padding-bottom: 1rem
}

.blog-posts article h2.show-content {
    margin-bottom: 25px
}

.blog-posts .pagination {
    margin: -10px 0 20px
}

.blog-posts .post .entry-title {
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1rem;
    word-break: break-word
}

.blog-posts .post-full .entry-title,
.blog-posts .post-large .entry-title,
.blog-posts .post-large-alt .entry-title {
    font-size: 1.8em
}

.blog-posts-widget {
    overflow: hidden
}

.pagination-wrap {
    text-align: center
}

.pagination-wrap .page-links,
.pagination-wrap .pagination {
    float: none;
    justify-content: center
}

.pagination-wrap .page-links>a,
.pagination-wrap .page-links>span,
.pagination-wrap .pagination>a,
.pagination-wrap .pagination>span {
    float: none
}

.page-links,
.pagination {
    float: left;
    margin: 20px 0 0
}

.page-links>a,
.page-links>span,
.pagination>a,
.pagination>span {
    border: 1px solid var(--porto-gray-5);
    margin-right: -1px;
    float: right;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    min-width: 2.125rem
}

.page-links span.dots,
.pagination span.dots {
    border-width: 0;
    position: relative;
    top: -2px
}

.page-links span.current,
.pagination span.current {
    color: #fff;
    background: var(--porto-primary-color);
    border-color: var(--porto-primary-color)
}

.page-links a:focus,
.page-links a:hover,
.pagination a:focus,
.pagination a:hover {
    position: relative;
    z-index: 2;
    background-color: var(--porto-gray-5);
    border-color: var(--porto-gray-5)
}

.page-links .nextpostslink,
.page-links .previouspagelink,
.pagination .next,
.pagination .prev {
    text-indent: -9999px;
    width: 2.48em;
    overflow: hidden;
    position: relative
}

.page-links .nextpostslink:before,
.page-links .previouspagelink:before,
.pagination .next:before,
.pagination .prev:before {
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    text-indent: 0
}

.page-links .previouspagelink:before,
.pagination .prev:before {
    content: "\f105"
}

.page-links .nextpagelink:before,
.pagination .next:before {
    content: "\f104"
}

.load-infinite .pagination {
    display: none
}

.page-links {
    float: none
}

.page-links:after {
    content: " ";
    display: table;
    clear: both
}

.page-links .screen-reader-text {
    display: none !important
}

.page-links .page-links-title {
    border-width: 0;
    margin: 0;
    padding: 0
}

.blog-posts article.post-grid,
.blog-posts article.post-masonry {
    border-width: 0;
    margin-bottom: 30px;
    padding-bottom: 0
}

@media (max-width:767px) {
    .posts-grid .post {
        position: static !important;
        width: 100%;
        transition: none !important;
        transform: none !important
    }
}

.blog-share {
    margin-bottom: 25px
}

.blog-share .share-links a {
    margin: 0.2857em 0 0.2857em 0.5714em
}

.blog-like i {
    display: none
}

.blog-liked i {
    display: none
}

.porto-post-title a {
    color: inherit
}

.porto-post-title a:hover {
    color: var(--porto-primary-color)
}

.share-links-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.share-links-block .share-links a {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin: 2px
}

.share-links-block .share-links a:not(:hover) {
    background: none;
    color: var(--porto-heading-color)
}

.share-links-block h5 {
    margin: 0 0 0 15px;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase
}

.sort-source {
    clear: both
}

.sort-source>li>a {
    display: inline-block;
    cursor: pointer;
    padding: 6px 12px
}

.sort-source-style-2 {
    background: var(--porto-primary-color);
    margin: 0 auto
}

.sort-source-style-2>li {
    float: none;
    display: inline-block
}

.sort-source-style-2>li>a,
.sort-source-style-2>li>a:focus,
.sort-source-style-2>li>a:hover {
    background: none;
    color: #FFF;
    border-radius: 0;
    margin: 0;
    padding: 18px 28px;
    position: relative
}

.sort-source-style-2>li>a:after {
    transition: margin 0.3s;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid var(--porto-primary-color);
    content: " ";
    display: block;
    position: absolute;
    right: 50%;
    margin-right: -20px;
    margin-top: 0;
    opacity: 0;
    z-index: 1
}

.sort-source-style-2>li.active>a,
.sort-source-style-2>li.active>a:focus,
.sort-source-style-2>li.active>a:hover {
    background: transparent
}

.sort-source-style-2>li.active>a:after {
    opacity: 1;
    margin-top: 18px
}

.sort-source-style-3 {
    margin-bottom: 2rem;
    justify-content: center;
    font-size: 0.8em;
    text-transform: uppercase
}

.sort-source-style-3>li>a {
    color: var(--porto-body-color)
}

.sort-source-style-3>li.active>a {
    background: none !important;
    border-bottom: 3px solid var(--porto-primary-color);
    border-radius: 0;
    color: var(--porto-primary-color)
}

@media (max-width:767px) {
    .sort-source-style-2>li {
        display: block
    }
    .sort-source-style-2>li.active>a:after {
        display: none !important
    }
}

.ajax-box .bounce-loader,
.ajax-box .porto-ajax-loading {
    z-index: 1
}

.page-slideshow {
    text-align: center
}

.page-meta>* {
    display: block
}

.page-share {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 20px 0 0
}

.page-share h3 {
    display: inline-block;
    font-size: 1.8em;
    font-weight: 200;
    margin: 5px 15px 10px;
    text-transform: none
}

.page-share h3 i {
    margin-left: 7px
}

.page-share .share-links {
    display: inline-block;
    margin-top: -5px
}

.page-share.container {
    margin-bottom: 70px
}

.page-content:after {
    content: "";
    display: table;
    clear: both
}

.appear-animation,
[data-appear-animation] {
    opacity: 0
}

.animated,
.appear-animation {
    animation-fill-mode: both;
    animation-duration: 1s
}

.appear-animation-visible {
    opacity: 1
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes navItemArrow {
    0% {
        position: relative;
        right: -1px
    }
    50% {
        position: relative;
        right: 3px
    }
    to {
        position: relative;
        right: -1px
    }
}

@keyframes arrowLeftRight {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(3px)
    }
    to {
        transform: translateX(0)
    }
}

.highlight {
    position: relative;
    animation-name: highlightAnim;
    background-size: 200%;
    background-position: 0;
    transition: background-position 0.8s;
    background-image: none;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(0, 136, 204, 0.2) 0)
}

@keyframes highlightAnim {
    0% {
        background-position: 0
    }
    to {
        background-position: -100%
    }
}

@keyframes highlightProgress {
    0% {
        width: 0%
    }
    to {
        width: 100%
    }
}

@keyframes highlightShape {
    0% {
        stroke-dashoffset: 1500;
        opacity: 0
    }
    1% {
        opacity: 1
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1
    }
}

@keyframes gradientTransition {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0% 50%
    }
}

.blinker-effect {
    animation: blinker 1s linear infinite
}

@keyframes blinker {
    50% {
        opacity: 0.4
    }
}

.rotate-effect {
    animation: rotate-animation 10s linear infinite
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes revealContent {
    0% {
        visibility: hidden
    }
    50% {
        visibility: hidden
    }
    50.1% {
        visibility: visible
    }
}

@keyframes revealSubContent {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    50.1% {
        opacity: 1
    }
}

[class*=revealDir] {
    position: relative;
    overflow: hidden !important;
    animation-duration: var(--porto-reveal-animation-duration, 1s);
    animation-delay: var(--porto-reveal-animation-delay, 0s);
    animation-fill-mode: both;
    animation-name: revealContent;
    animation-timing-function: linear
}

[class*=revealDir]>* {
    animation-duration: inherit;
    animation-delay: inherit;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-name: revealSubContent
}

[class*=revealDir]:after {
    display: block !important;
    content: "" !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--porto-reveal-clr, var(--porto-primary-color));
    position: absolute;
    z-index: 1000;
    animation-duration: inherit;
    animation-delay: inherit;
    animation-fill-mode: both;
    visibility: visible;
    animation-timing-function: linear
}

.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5,
.col-lg-1-5,
.col-lg-2-5,
.col-lg-3-5,
.col-lg-4-5,
.col-md-1-5,
.col-md-2-5,
.col-md-3-5,
.col-md-4-5,
.col-sm-1-5,
.col-sm-2-5,
.col-sm-3-5,
.col-sm-4-5,
.col-xl-1-5,
.col-xl-2-5,
.col-xl-3-5,
.col-xl-4-5 {
    position: relative;
    min-height: 1px;
    width: 100%;
    flex: 0 0 auto;
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x, var(--porto-grid-gutter-width)) / 2);
    padding-right: calc(var(--bs-gutter-x, var(--porto-grid-gutter-width)) / 2)
}

.col-1-5 {
    width: 20%
}

.col-2-5 {
    width: 40%
}

.col-3-5 {
    width: 60%
}

.col-4-5 {
    width: 80%
}

.offset-1\/5 {
    margin-right: 20%
}

.offset-2\/5 {
    margin-right: 40%
}

.offset-3\/5 {
    margin-right: 60%
}

.offset-4\/5 {
    margin-right: 80%
}

@media (min-width:576px) {
    .col-sm-1-5 {
        width: 80%
    }
    .col-sm-2-5 {
        width: 80%
    }
    .col-sm-3-5 {
        width: 60%
    }
    .col-sm-4-5 {
        width: 80%
    }
}

@media (min-width:768px) {
    .col-md-1-5 {
        width: 20%
    }
    .col-md-2-5 {
        width: 40%
    }
    .col-md-3-5 {
        width: 60%
    }
    .col-md-4-5 {
        width: 80%
    }
    .offset-md-1\/5 {
        margin-right: 20%
    }
    .offset-md-2\/5 {
        margin-right: 40%
    }
    .offset-md-3\/5 {
        margin-right: 60%
    }
    .offset-md-4\/5 {
        margin-right: 80%
    }
}

@media (min-width:992px) {
    .col-lg-1-5 {
        width: 20%
    }
    .col-lg-2-5 {
        width: 40%
    }
    .col-lg-3-5 {
        width: 60%
    }
    .col-lg-4-5 {
        width: 80%
    }
    .offset-lg-1\/5 {
        margin-right: 20%
    }
    .offset-lg-2\/5 {
        margin-right: 40%
    }
    .offset-lg-3\/5 {
        margin-right: 60%
    }
    .offset-lg-4\/5 {
        margin-right: 80%
    }
}

.grid-creative .portfolio-item,
.grid-creative .portfolio-item .post-image,
.grid-creative .portfolio-item .thumb-info-wrapper,
.grid-creative .thumb-info,
.grid-creative .thumb-info .post-image,
.grid-creative .thumb-info .thumb-info-wrapper {
    height: 100%
}

.grid-creative .thumb-info img,
.grid-creative li.product-col .product-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 0
}

.grid-creative>article.post {
    width: 100%
}

.grid-creative article.post {
    margin-bottom: 0;
    padding-bottom: var(--porto-grid-gutter-width)
}

.grid-col-sizer {
    width: 1.6666%;
    height: 0;
    flex: 0 0 1.6666%
}

.no-padding,
.vc_row-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.row.no-padding,
.vc_row.no-padding>.container>.row {
    margin-left: 0;
    margin-right: 0
}

.row.no-padding>.vc_column_container,
.vc_row.no-padding>.container>.row>.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:991px) {
    .px-gutter {
        padding-left: var(--porto-res-spacing, 20px) !important;
        padding-right: var(--porto-res-spacing, 20px) !important
    }
}

.vc_row.wpb_row {
    margin-bottom: 0
}

.vc_row.wpb_row.vc_row-no-padding>.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

.vc_row.wpb_row.vc_row-no-padding>.vc_column_container.section {
    padding-left: var(--porto-grid-gutter-width);
    padding-right: var(--porto-grid-gutter-width)
}

@media (max-width:767px) {
    .vc_row.wpb_row.vc_row-no-padding>.vc_column_container.section {
        padding-left: var(--porto-column-spacing);
        padding-right: var(--porto-column-spacing)
    }
}

.vc_row.section-with-divider {
    overflow: visible
}

.vc_row:not(.row) {
    margin-left: 0;
    margin-right: 0
}

.container-fluid,
.container-fluid .vc_section:not(.porto-inner-container) {
    padding-left: var(--porto-fluid-spacing);
    padding-right: var(--porto-fluid-spacing)
}

.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
    width: auto
}

.container-fluid .vc_section {
    margin-left: calc(var(--porto-fluid-spacing) * -1);
    margin-right: calc(var(--porto-fluid-spacing) * -1)
}

.alignfull .porto-ibanner-desc>.container,
.container-fluid .top-row:not(.porto-inner-container),
.vc_section.alignfull>.container {
    padding-left: var(--porto-container-spacing);
    padding-right: var(--porto-container-spacing)
}

@media (max-width:991px) {
    .alignfull .porto-ibanner-desc>.container,
    .container,
    .container-fluid .porto-inner-container .container,
    .container-fluid .vc_row .porto-map-section .container,
    .container-fluid .vc_row.no-padding .container,
    .container-fluid .vc_row.vc_row-no-padding .container,
    .container-fluid .vce-row-no-paddings .container,
    .vc_section.alignfull>.container {
        padding-left: var(--porto-fluid-spacing);
        padding-right: var(--porto-fluid-spacing)
    }
    .container-fluid .container,
    .container-fluid .container .container {
        padding-left: 0;
        padding-right: 0
    }
}

.grid-creative>.post,
.porto-column,
.vc_section {
    padding-left: var(--porto-column-spacing);
    padding-right: var(--porto-column-spacing)
}

#main.main-boxed #portfolioAjaxBox .portfolio-image.wide,
#main.main-boxed #portfolioAjaxBox hr.solid,
#main.main-boxed .portfolio .portfolio-image.wide,
#main.main-boxed .portfolio hr.solid,
#main.wide .page-image.single,
#main.wide .portfolio .portfolio-image.wide,
.mfp-content .ajax-container hr.solid,
.popup-inline-content hr.solid,
.portfolio .portfolio-image.wide,
body.boxed #portfolioAjaxBox .portfolio-image.wide,
body.boxed #portfolioAjaxBox hr.solid,
body.boxed .portfolio hr.solid,
body.boxed .portfolio-row.full {
    margin-left: calc(var(--porto-grid-gutter-width) * -1);
    margin-right: calc(var(--porto-grid-gutter-width) * -1)
}

#main.wide>.container>.row,
.gallery,
.popup-inline-content .portfolio-image.wide,
.portfolio-row,
.vc_section {
    margin-left: calc(var(--porto-column-spacing) * -1);
    margin-right: calc(var(--porto-column-spacing) * -1)
}

@keyframes menuFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.menuFadeInUp {
    animation-name: menuFadeInUp
}

@keyframes menuFadeInDown {
    0% {
        opacity: 0.8;
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.menuFadeInDown {
    animation-name: menuFadeInDown
}

@keyframes arrowFadeInDown {
    0% {
        opacity: 0.8;
        transform: translateY(-10px) rotate(-45deg)
    }
    to {
        opacity: 1;
        transform: translateY(0) rotate(-45deg)
    }
}

@keyframes menuFadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.menuFadeInLeft {
    animation-name: menuFadeInLeft
}

@keyframes menuFadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.menuFadeInRight {
    animation-name: menuFadeInRight
}

@keyframes menuFadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes menuFadeInFromLeft {
    0% {
        opacity: 0;
        margin-right: -20px
    }
    to {
        opacity: 1;
        margin-right: 0
    }
}

.menuFadeInFromLeft {
    animation-name: menuFadeInFromLeft
}

.mega-menu,
.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.mega-menu li.menu-item,
.sidebar-menu li.menu-item {
    display: block;
    position: relative;
    margin: 0
}

.mega-menu li.menu-item>a,
.sidebar-menu li.menu-item>a {
    display: block;
    text-align: right;
    position: relative;
    margin-top: 0;
    margin-bottom: 0
}

.mega-menu li.menu-item>a>[class*=" fa-"],
.sidebar-menu li.menu-item>a>[class*=" fa-"] {
    width: 18px;
    text-align: center
}

.mega-menu li.menu-item>a>.avatar,
.mega-menu li.menu-item>a>i,
.sidebar-menu li.menu-item>a>.avatar,
.sidebar-menu li.menu-item>a>i {
    margin-left: 0.5rem;
    vertical-align: middle;
    line-height: 1
}

.mega-menu li.menu-item>a>.avatar img,
.sidebar-menu li.menu-item>a>.avatar img {
    margin-top: -5px;
    margin-bottom: -4px
}

.mega-menu li.menu-item>a>[class*=flag-],
.sidebar-menu li.menu-item>a>[class*=flag-] {
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-top: -2px;
    margin-left: 6px;
    margin-right: 1px;
    vertical-align: middle;
    line-height: 0
}

.mega-menu li.menu-item>a>[class*=flag-]:before,
.sidebar-menu li.menu-item>a>[class*=flag-]:before {
    display: none
}

.mega-menu li.menu-item>a:hover,
.sidebar-menu li.menu-item>a:hover {
    z-index: 1
}

.mega-menu ul.sub-menu,
.sidebar-menu ul.sub-menu {
    padding-right: 0;
    list-style: none
}

li.menu-item>.nolink {
    cursor: default
}

.porto-narrow-sub-menu li.menu-item-has-children>a:before {
    content: "\f053";
    float: left;
    margin-left: -1px;
    font-size: 0.5rem;
    opacity: 0.7;
    transition: margin-left 0.2s
}

.porto-narrow-sub-menu li.menu-item-has-children>.arrow {
    display: none
}

.porto-narrow-sub-menu li.menu-item-has-children:hover>a:before {
    margin-left: -7px
}

.sidebar-menu.side-menu-accordion .porto-narrow-sub-menu li.menu-item-has-children>a:before,
.sidebar-menu.side-menu-columns .porto-narrow-sub-menu li.menu-item-has-children>a:before,
.sidebar-menu.side-menu-slide .porto-narrow-sub-menu li.menu-item-has-children>a:before {
    content: none
}

.menu-custom-block a>i {
    margin-left: 0.5rem
}

.accordion-menu .tip,
.mega-menu .tip,
.menu-custom-block .tip,
.sidebar-menu .tip {
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-style: normal;
    line-height: 1.2;
    padding: 2px;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
    top: -1px
}

.accordion-menu .tip.hot,
.mega-menu .tip.hot,
.menu-custom-block .tip.hot,
.sidebar-menu .tip.hot {
    background-color: #eb2771;
    border-color: #eb2771
}

.accordion-menu .tip:before,
.mega-menu .tip:before,
.menu-custom-block .tip:before,
.sidebar-menu .tip:before {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -2px;
    border-left: 3px solid;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left-color: inherit
}

#header .menu-custom-block .tip,
.mega-menu>li.menu-item>a .tip {
    position: absolute;
    top: -14px;
    left: 10px
}

#header .menu-custom-block .tip:before,
.mega-menu>li.menu-item>a .tip:before {
    content: "";
    top: auto;
    bottom: -3px;
    right: 2px;
    border-color: transparent;
    border-top-color: inherit;
    border-style: solid;
    border-width: 3px 2px 0 2px
}

.mega-menu {
    display: flex;
    flex-wrap: wrap
}

.mega-menu>li.menu-item>a {
    display: inline-block;
    font-size: 0.8571em;
    font-weight: 700;
    line-height: 20px;
    padding: 9px 12px 8px;
    text-transform: var(--porto-menu-text-transform)
}

.mega-menu>li.menu-item>a>i {
    width: auto
}

.mega-menu>li.menu-item>a .tip {
    top: -9px
}

.mega-menu>li.menu-item.active,
.mega-menu>li.menu-item:hover>a {
    color: #fff
}

.mega-menu>li.menu-item.has-sub:hover {
    z-index: 111
}

.mega-menu .popup {
    position: absolute;
    text-align: right;
    top: 100%;
    margin: 0;
    z-index: 111;
    min-width: 100%;
    line-height: 20px;
    will-change: transform, top;
    font-size: 0.9em;
    max-width: none;
    max-height: none
}

.mega-menu .wide .popup {
    border-top: 3px solid var(--porto-primary-color);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    display: none;
    left: auto;
    right: 0;
    color: var(--porto-body-color)
}

.mega-menu .wide .popup>.inner {
    padding: 10px;
    background: var(--porto-normal-bg)
}

.mega-menu .menu-block-after>.porto-block>div,
.mega-menu .menu-block-after>.porto-block>div>.elementor-element {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%
}

.mega-menu .menu-block-after>.porto-block>div.container-fluid {
    padding-left: var(--porto-fluid-spacing);
    padding-right: var(--porto-fluid-spacing)
}

.porto-narrow-sub-menu .menu-item,
.porto-wide-sub-menu .menu-item {
    line-height: inherit
}

.porto-narrow-sub-menu ul.sub-menu,
.porto-wide-sub-menu ul.sub-menu {
    position: relative
}

.porto-narrow-sub-menu li.menu-item>a.has-preview,
.porto-wide-sub-menu li.menu-item>a.has-preview {
    display: inline-block
}

.porto-wide-sub-menu {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap
}

@media (max-width:991px) {
    .porto-wide-sub-menu {
        display: block
    }
}

.porto-wide-sub-menu>li.menu-block-item {
    margin-bottom: -20px
}

@media (max-width:991px) {
    .porto-wide-sub-menu>li.menu-block-item {
        margin-bottom: 0
    }
}

.porto-wide-sub-menu .container {
    width: auto;
    padding: 0
}

.porto-wide-sub-menu>li.sub {
    padding: var(--porto-wide-subitem-pd, 15px 15px 10px)
}

.porto-wide-sub-menu>li>a {
    font-weight: 600;
    padding-bottom: 5px;
    color: var(--porto-heading-color);
    text-transform: var(--porto-menu-text-transform);
    transform: translate3d(0, 0, 0)
}

.porto-wide-sub-menu>li>ul.sub-menu {
    padding-bottom: 5px
}

.porto-wide-sub-menu li.menu-item li.menu-item>a {
    color: var(--porto-body-color)
}

.porto-wide-sub-menu li.menu-item li.menu-item>a:hover {
    background: var(--porto-mainmenu-popup-text-hbg-color, var(--porto-gray-3))
}

.porto-wide-sub-menu li.sub li.menu-item>a {
    margin-right: -8px;
    padding: 7px 8px
}

.porto-wide-sub-menu li.sub li.menu-item>ul.sub-menu {
    padding-right: 10px
}

.porto-narrow-sub-menu,
.porto-narrow-sub-menu ul.sub-menu {
    min-width: 200px;
    padding: 5px 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    border-top: 0 solid var(--porto-primary-color);
    background: var(--porto-primary-color);
    z-index: 10
}

.porto-narrow-sub-menu ul.sub-menu {
    position: absolute;
    right: 100%;
    display: none;
    opacity: 0;
    top: -5px
}

.porto-narrow-sub-menu li.menu-item>a {
    color: #fff;
    padding: 8px var(--porto-submenu-item-lrp, 18px);
    border-bottom: var(--porto-submenu-item-bbw, 1px) solid rgba(255, 255, 255, 0.2);
    white-space: nowrap
}

.porto-narrow-sub-menu li.menu-item:last-child>a {
    border-bottom-width: 0
}

.porto-narrow-sub-menu li.menu-item:hover>a {
    background-color: var(--porto-primary-light-5)
}

.porto-narrow-sub-menu li.menu-item.open>ul.sub-menu,
.porto-narrow-sub-menu li.menu-item:hover>ul.sub-menu {
    opacity: 1;
    display: block
}

.mega-menu {}

.mega-menu .narrow.pos-left .popup {
    left: 0px;
    right: auto
}

.mega-menu .narrow.pos-left ul.sub-menu ul.sub-menu {
    left: 100%;
    right: auto
}

.mega-menu .narrow.pos-left li.menu-item-has-children>a:before {
    content: "\f054"
}

.mega-menu .narrow.pos-right .popup {
    right: 0px;
    left: auto
}

.mega-menu .narrow.pos-right ul.sub-menu ul.sub-menu {
    right: 100%;
    left: auto
}

.mega-menu .narrow.pos-right li.menu-item-has-children>a:before {
    content: "\f053"
}

.mega-menu .popup {
    top: -3000px
}

.mega-menu .popup li.menu-item>a {
    transition: transform 0.3s linear;
    transform: translate3d(0, -5px, 0)
}

.mega-menu>li.menu-item .popup {
    transition: transform 0.3s linear;
    transform: translate3d(0, -5px, 0)
}

.mega-menu>li.menu-item:hover .popup {
    top: 100%;
    transform: translate3d(0, 0, 0)
}

.mega-menu>li.menu-item:hover li.menu-item>a {
    transform: translate3d(0, 0, 0)
}

.mega-menu .narrow ul.sub-menu ul.sub-menu {
    animation: menuFadeInRight 0.2s ease-out
}

.mega-menu .narrow.pos-left ul.sub-menu ul.sub-menu {
    animation: menuFadeInLeft 0.2s ease-out
}

.mega-menu .narrow.pos-right ul.sub-menu ul.sub-menu {
    animation: menuFadeInRight 0.2s ease-out
}

.mega-menu.show-arrow>li.has-sub>a:after {
    display: inline-block;
    content: "\e81c";
    font-family: "porto";
    font-weight: 400;
    font-size: 1em;
    margin: 0 5px 0 0;
    line-height: 1
}

.mega-menu .porto-narrow-sub-menu.pos-left ul.sub-menu {
    left: 100%;
    right: auto
}

.sub-menu.pos-left li.menu-item-has-children:hover>a:before {
    margin-left: 6px;
    content: "\f054"
}

.mega-menu.menu-flat>li.menu-item {
    margin-left: 0
}

.mega-menu.menu-flat>li.menu-item.active>a,
.mega-menu.menu-flat>li.menu-item:hover>a {
    border-radius: 0 !important
}

.mega-menu.menu-flat>li.menu-item.has-sub:hover>a {
    border-radius: 0 !important
}

.mega-menu.menu-flat .popup {
    margin: 0
}

.menu-flat .porto-narrow-sub-menu,
.menu-flat .porto-narrow-sub-menu ul.sub-menu,
.menu-flat .wide .popup,
.menu-flat .wide .popup>.inner .porto-wide-sub-menu li.menu-item li.menu-item>a {
    border-radius: 0 !important
}

.mega-menu.menu-flat-border>li.menu-item>a {
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.mega-menu.menu-flat-border>li.menu-item:last-child>a {
    border-left: 0 none
}

.mega-menu.menu-hover-line>li.menu-item>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    opacity: 0;
    background: var(--porto-primary-color)
}

.mega-menu.menu-hover-line:not(:hover)>li.menu-item.active>a:before,
.mega-menu.menu-hover-line>li.menu-item:hover>a:before {
    opacity: 1
}

.mega-menu.menu-hover-underline>li.menu-item>a:before {
    top: 50%;
    margin-top: 15px;
    width: auto;
    right: 0;
    left: 15px;
    transition: cubic-bezier(0.55, 0, 0.1, 1) left 0.3s, opacity 0.3s
}

.mega-menu.menu-hover-underline>li.menu-item.active>a:before,
.mega-menu.menu-hover-underline>li.menu-item:hover>a:before {
    left: 0
}

.header-side .sidebar-menu>li.menu-item>a,
.main-sidebar-menu .sidebar-menu .menu-custom-item a,
.main-sidebar-menu .sidebar-menu>li.menu-item>a,
.porto-view-switcher .narrow li.menu-item>a {
    text-transform: var(--porto-menu-text-transform)
}

.currency-switcher .sub-menu .menu-item {
    cursor: pointer;
    white-space: nowrap
}

@media (min-width:992px) {
    .accordion-menu .desktop-link-hide,
    .mega-menu .desktop-link-hide,
    .sidebar-menu .desktop-link-hide {
        display: none !important
    }
}

@media (max-width:991px) {
    .accordion-menu .menu-block-after.mobile-hide,
    .accordion-menu .menu-item-has-children.hidden-item>.arrow,
    .accordion-menu .mobile-link-hide,
    .mega-menu .menu-block-after.mobile-hide,
    .mega-menu .menu-item-has-children.hidden-item>.arrow,
    .mega-menu .mobile-link-hide,
    .sidebar-menu .menu-block-after.mobile-hide,
    .sidebar-menu .menu-item-has-children.hidden-item>.arrow,
    .sidebar-menu .mobile-link-hide {
        display: none !important
    }
}

.accordion-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.9em
}

.accordion-menu ul.sub-menu>li,
.accordion-menu>li {
    position: relative
}

.accordion-menu li.menu-item {
    margin: 0
}

.accordion-menu li.menu-item>a {
    position: relative;
    display: block;
    outline: medium none;
    text-decoration: none;
    text-align: right;
    margin: 1px 0 0;
    padding: 5px 6px;
    line-height: 25px;
    font-weight: 700;
    transition: 0.25s;
    font-family: inherit;
    font-size: inherit
}

.accordion-menu li.menu-item>a>i {
    width: 18px;
    text-align: center
}

.accordion-menu li.menu-item>a>.avatar,
.accordion-menu li.menu-item>a>i {
    margin-left: 5px
}

.accordion-menu li.menu-item>a>.avatar img {
    margin-top: -5px;
    margin-bottom: -4px
}

.accordion-menu li.menu-item>a>[class*=flag-] {
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-top: -3px;
    margin-left: 6px;
    margin-right: 1px;
    vertical-align: middle;
    line-height: 0
}

.accordion-menu li.menu-item>a>[class*=flag-]:before {
    display: none
}

.accordion-menu li.menu-item.has-sub>a {
    padding-left: 33px
}

.accordion-menu li.menu-item+.menu-item.hidden-item {
    margin-top: -1px
}

.accordion-menu ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0
}

.accordion-menu .arrow {
    position: absolute;
    left: 5px;
    display: block;
    width: 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    z-index: 10;
    cursor: pointer;
    transition: 0.25s
}

.accordion-menu .arrow:before {
    content: "\f067"
}

.accordion-menu .open>.arrow:before {
    content: "\f068"
}

@media (max-width:991px) {
    #main-sidebar-menu {
        display: none
    }
}

.widget_sidebar_menu {
    background: var(--porto-normal-bg);
    border: 1px solid var(--porto-gray-5);
    margin-top: 0
}

.widget_sidebar_menu+.widget-block {
    margin-top: 20px
}

.widget_sidebar_menu+.widget_layered_nav,
.widget_sidebar_menu+.widget_layered_nav_filters,
.widget_sidebar_menu+.widget_price_filter,
.widget_sidebar_menu+.widget_product_categories,
.widget_sidebar_menu+.widget_rating_filter {
    margin-top: 15px
}

@media (max-width:991px) {
    .widget_sidebar_menu {
        overflow: hidden
    }
}

.widget_sidebar_menu.closed .widget-title {
    margin-bottom: -1px
}

.widget_sidebar_menu .widget-title {
    background: var(--porto-title-bgc);
    border-bottom: 1px solid var(--porto-gray-5);
    font-size: 1.0714em;
    font-weight: 700;
    letter-spacing: 0.001em;
    line-height: 18px;
    color: #444;
    padding: 12px 15px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    transition: 0.25s
}

.widget_sidebar_menu .widget-title .toggle {
    display: inline-block;
    width: 1.8571em;
    height: 1.8571em;
    line-height: 1.7572em;
    position: absolute;
    left: 1.0714em;
    top: 50%;
    margin-top: -0.9em;
    padding: 0;
    cursor: pointer;
    text-align: center;
    transition: 0.25s;
    background: var(--porto-body-bg);
    border: 1px solid var(--porto-gray-2);
    color: var(--porto-gray-4)
}

.widget_sidebar_menu .widget-title .toggle:before {
    content: "\f0d8"
}

.widget_sidebar_menu .widget-title .toggle:hover {
    color: #fff;
    border-color: var(--porto-primary-color);
    background: var(--porto-primary-color)
}

.widget_sidebar_menu .widget-title .toggle.closed:before {
    content: "\f0d7"
}

.sidebar-menu {}

.sidebar-menu>li.menu-item {
    margin-top: 1px
}

.sidebar-menu>li.menu-item:first-child {
    margin-top: 0
}

.sidebar-menu>li.menu-item:first-child>a {
    border-top: none
}

.sidebar-menu>li.menu-item>a {
    display: block;
    line-height: 17px;
    padding: 11.5px 5px;
    margin: 0 10px;
    border-top: 1px solid var(--porto-gray-2);
    color: #444
}

.sidebar-menu>li.menu-item.active>a {
    color: var(--porto-primary-color)
}

.sidebar-menu>li.menu-item.active:hover>a {
    color: #fff
}

.sidebar-menu>li.menu-item:hover {
    background: var(--porto-primary-color)
}

.sidebar-menu>li.menu-item:hover>a {
    color: #fff;
    position: relative;
    z-index: 1;
    border-top-color: var(--porto-primary-color)
}

.sidebar-menu>li.menu-item.active>.arrow:before,
.sidebar-menu>li.menu-item:hover>.arrow:before {
    color: #fff
}

.sidebar-menu li.menu-item>.arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    text-align: center;
    z-index: 1
}

.sidebar-menu li.menu-item>.arrow:before {
    font-family: "porto";
    content: "\e819";
    color: #838b90
}

@media (max-width:991px) {
    .sidebar-menu li.menu-item>.arrow {
        margin: 0;
        top: 7px;
        transform: rotate(0);
        transition: transform 0.3s;
        z-index: 2;
        cursor: pointer
    }
    .sidebar-menu li.menu-item.open>.arrow {
        margin-top: 1px;
        transform: rotate(90deg)
    }
}

.sidebar-menu>li.menu-item>.arrow {
    left: 14px
}

.sidebar-menu .popup {
    text-align: right;
    right: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin: 0;
    z-index: 111;
    min-width: 0;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 20px;
    color: var(--porto-body-color)
}

@media (max-width:991px) {
    .sidebar-menu .popup {
        position: static;
        margin-bottom: -1px;
        animation: none !important
    }
}

.right-sidebar .sidebar-menu .popup,
.side-nav-right .sidebar-menu .popup {
    left: 100%;
    right: auto
}

.sidebar-menu .popup>.inner {
    margin: 0
}

.sidebar-menu .wide .popup {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    margin-right: 0;
    border-right: 10px solid var(--porto-primary-color)
}

.sidebar-menu .wide .popup .arrow {
    display: none
}

.right-sidebar .sidebar-menu .wide .popup {
    border-right-width: 0;
    border-left: 10px solid var(--porto-primary-dark-10);
    margin-right: 0;
    margin-left: -1px
}

.sidebar-menu .wide .popup>.inner {
    padding: 10px;
    background: var(--porto-normal-bg)
}

@media (max-width:991px) {
    .right-sidebar .sidebar-menu .wide .popup,
    .sidebar-menu .wide .popup {
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin: 0
    }
    .right-sidebar .sidebar-menu .wide .popup .inner,
    .sidebar-menu .wide .popup .inner {
        border-radius: 0;
        margin: 0
    }
}

.sidebar-menu .wide li.sub {}

.sidebar-menu .wide li.sub>a:not(.nolink):hover {
    text-decoration: underline
}

.sidebar-menu .wide li.sub li.menu-item>a {
    margin-right: -8px;
    padding: 7px 8px
}

.sidebar-menu .wide li.sub li.menu-item>a:hover {
    text-decoration: underline
}

.sidebar-menu .wide li.sub li.menu-item>ul.sub-menu {
    padding-right: 10px
}

.sidebar-menu .narrow .popup {
    text-transform: uppercase
}

.sidebar-menu .narrow ul.sub-menu {
    min-width: 180px;
    padding: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    background: none
}

@media (max-width:991px) {
    .sidebar-menu .narrow ul.sub-menu {
        box-shadow: none;
        border-radius: 0
    }
}

@media (max-width:991px) {
    .sidebar-menu .narrow ul.sub-menu ul.sub-menu {
        display: block;
        position: static;
        padding: 0 5px 0 0;
        animation: none !important
    }
}

.right-sidebar .sidebar-menu .narrow ul.sub-menu ul.sub-menu,
.side-nav-right .sidebar-menu .narrow ul.sub-menu ul.sub-menu {
    right: auto;
    left: 100%
}

.sidebar-menu .narrow li.menu-item>a {
    padding: 8px 8px 8px 15px;
    color: inherit
}

.sidebar-menu .narrow li.menu-item:hover>a {
    background: none
}

.sidebar-menu .narrow li.menu-item-has-children>a {
    padding-left: 15px
}

.sidebar-menu .tip {
    font-size: 8px;
    font-style: normal
}

.sidebar-menu .menu-custom-block span {
    display: none
}

.sidebar-menu .menu-custom-block a {
    line-height: 18px;
    margin: 0 10px -1px;
    padding: 11.5px 5px;
    display: block;
    border-top: 1px solid var(--porto-gray-2);
    color: #444
}

.sidebar-menu .menu-custom-block a:hover {
    background: var(--porto-primary-color);
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1
}

.sidebar-menu.has-main-menu>li.menu-item:first-child>a {
    border-top-width: 1px
}

.sidebar-menu.has-side-menu>li.menu-item:last-child:hover {
    border-radius: 0
}

.sidebar-menu.has-side-menu .menu-custom-block a:last-child:hover {
    border-radius: 0
}

.sidebar-menu>li.menu-item .popup {
    animation: menuFadeInRight 0.2s ease-out
}

.right-sidebar .sidebar-menu>li.menu-item .popup {
    animation: menuFadeInLeft 0.2s ease-out
}

.sidebar-menu .narrow ul.sub-menu ul.sub-menu {
    animation: menuFadeInRight 0.2s ease-out
}

.right-sidebar .sidebar-menu .narrow ul.sub-menu ul.sub-menu {
    animation: menuFadeInLeft 0.2s ease-out
}

.hamburguer-btn {
    background: transparent;
    outline: 0 !important;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.hamburguer-btn .hamburguer span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transition: width 0.3s;
    transform: translateY(-50%);
    background: #333;
    -webkit-backface-visibility: hidden
}

.hamburguer-btn .hamburguer span:first-child {
    top: 30%
}

.hamburguer-btn .hamburguer span:nth-child(2) {
    transition-delay: 0.1s
}

.hamburguer-btn .hamburguer span:nth-child(3) {
    top: 70%;
    transition-delay: 0.2s
}

.hamburguer-btn .close {
    opacity: 0;
    transition: 0.3s;
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.hamburguer-btn .close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 1px;
    background: #333;
    transition: 0.3s;
    transform-origin: 50% 0
}

.hamburguer-btn .close span:first-child {
    transform: translateX(-50%) rotate(45deg)
}

.hamburguer-btn .close span:nth-child(2) {
    transform: translateX(-50%) rotate(-45deg)
}

.hamburguer-btn.active .close {
    opacity: 1;
    transition: 0.3s
}

.hamburguer-btn.active .close span {
    width: 80%;
    transition: inherit
}

.hamburguer-btn.active .close span:nth-child(2) {
    transition-delay: 0.3s
}

.hamburguer-btn.active .hamburguer {
    opacity: 0
}

.hamburguer-btn.active .hamburguer span {
    width: 0
}

#header>.hamburguer-btn {
    align-self: flex-end;
    margin: 30px 20px
}

.toggle-menu-wrap .sidebar-menu .narrow li.menu-item-has-children:hover>a:before {
    margin-left: -7px
}

@keyframes header-reveal {
    0% {
        margin-top: -150px
    }
    to {
        margin-top: 0
    }
}

.header-wrapper.wide .container {
    width: 100%;
    max-width: none
}

#header .searchform-popup .search-toggle,
#header .tooltip-icon,
#header .top-links>li.menu-item>a {
    color: var(--porto-header-link-color-regular, #999)
}

#header .searchform-popup .search-toggle:hover,
#header .top-links>li.menu-item.has-sub:hover>a,
#header .top-links>li.menu-item:hover>a,
#header .top-links>li.menu-item>a.active,
#header .top-links>li.menu-item>a.focus {
    color: var(--porto-header-link-color-hover, #999)
}

#header a {
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out
}

#header .header-right {
    text-align: left
}

#header .header-main .container {
    position: relative;
    display: table
}

#header .header-main .container>div {
    display: table-cell;
    position: relative;
    vertical-align: middle
}

#header.header-loaded .header-main {
    -webkit-backface-visibility: hidden
}

#header .header-main {
    position: relative
}

#header .header-main .container {
    min-height: 68px
}

@media (max-width:575px) {
    #header .header-main .container {
        min-height: 43px
    }
}

.fixed-header #header .header-main .container {
    min-height: 0
}

#header .header-main.header-main-auto .container {
    min-height: auto !important
}

#header .header-main #main-menu {
    display: inline-block;
    vertical-align: middle
}

#header .gap {
    font-weight: 300;
    margin: 0 10px;
    font-size: 0.95em;
    opacity: 0.8
}

#header .gap.switcher-gap {
    margin: 0 5px
}

#header .mobile-show {
    display: none
}

@media (max-width:991px) {
    #header .mobile-hide {
        display: none
    }
    #header .mobile-show {
        display: inline
    }
}

#header.sticky-header .header-main {
    transition: none
}

#header.sticky-header .header-main .container {
    min-height: 60px
}

#header.sticky-header .header-main.change-logo .logo img {
    transform: scale(0.8)
}

#header.sticky-header .header-main.sticky {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    z-index: 1001;
    box-shadow: 0 0 3px 0 var(--porto-normal-bc)
}

#header.sticky-header .header-main.sticky .container.absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.header-reveal #header.sticky-header .header-main.sticky {
    margin-top: 0;
    animation: header-reveal 0.4s ease-in
}

#header.sticky-header .logo {
    min-width: 0
}

#header.sticky-header-calc .header-main.change-logo .header-center,
#header.sticky-header-calc .header-main.change-logo .header-left,
#header.sticky-header-calc .header-main.change-logo .header-right,
#header.sticky-header-calc .header-main.sticky .header-center,
#header.sticky-header-calc .header-main.sticky .header-left,
#header.sticky-header-calc .header-main.sticky .header-right,
#header.sticky-header-calc .logo img .header-center,
#header.sticky-header-calc .logo img .header-left,
#header.sticky-header-calc .logo img .header-right {
    transition: none
}

.fixed-header.header-transparent-bottom-border #header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.fixed-header #header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
    z-index: 1001;
    border-top-width: 0
}

.fixed-header #header .header-main {
    position: relative;
    top: 0
}

.fixed-header #header.sticky-header {
    padding-bottom: 0 !important;
    border-bottom: none
}

.fixed-header #header.sticky-header .header-main {
    position: fixed
}

.fixed-header #header .header-main .header-center,
.fixed-header #header .header-main .header-left,
.fixed-header #header .header-main .header-right {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width:991px) {
    .fixed-header #header .header-main .header-center,
    .fixed-header #header .header-main .header-left,
    .fixed-header #header .header-main .header-right {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.fixed-header #header .searchform {
    transition: background 0.3s, border 0.3s
}

.fixed-header #header .main-menu {
    transition: background 0.3s
}

#header-boxed {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    #header-boxed .sticky-header .header-main.sticky {
        max-width: calc(720px + var(--porto-grid-gutter-width))
    }
}

#header-boxed .sticky-header .header-main.sticky,
#header-boxed .sticky-header .main-menu-wrap {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:992px) {
    #header-boxed .sticky-header .header-main.sticky,
    #header-boxed .sticky-header .main-menu-wrap {
        max-width: calc(960px + var(--porto-grid-gutter-width))
    }
}

#header .header-main.e-con {
    --background-transition: 0
}

#header .header-main.elementor-section {
    transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.custom-notice button.mfp-close,
.porto-block-html-top button.mfp-close {
    z-index: 999
}

#header .logo {
    margin: 0;
    padding: 0;
    min-width: 80px;
    line-height: 0;
    max-width: var(--porto-logo-mw)
}

#header .logo a {
    display: inline-block;
    max-width: 100%
}

#header .logo img {
    display: none;
    color: transparent;
    max-width: 100%;
    transform-origin: right center
}

#header .logo .standard-logo {
    display: inline-block
}

#header.sticky-header .logo {
    max-width: var(--porto-sticky-logo-mw)
}

@media (max-width:767px) {
    #header.sticky-header .logo {
        max-width: min(var(--porto-sticky-logo-mw), var(--porto-logo-mw))
    }
}

#header.sticky-header .logo .sticky-logo {
    display: inline-block
}

#header.sticky-header .sticky-logo~img {
    display: none
}

@media not all,
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
    #header .logo .standard-logo,
    #header.sticky-header .logo .sticky-logo {
        display: none
    }
    #header .logo .retina-logo,
    #header.sticky-header .logo .sticky-retina-logo {
        display: inline-block
    }
    #header.sticky-header .sticky-retina-logo+.retina-logo {
        display: none
    }
}

#header .logo-transition img {
    transition: 0.3s
}

#header .logo-text {
    display: inline-block
}

.no-flag li.menu-item>a>[class*=flag-] {
    display: none
}

.switcher-wrap ul+ul {
    margin-right: 11px
}

.porto-view-switcher img,
.wpml-ls-menu-item .wpml-ls-flag {
    max-width: 18px
}

.porto-view-switcher .flag {
    margin-left: 0.25rem
}

#header .switcher-wrap {
    display: inline-block;
    white-space: nowrap
}

#header .switcher-wrap img {
    position: relative;
    top: -1px;
    margin-left: 3px
}

#header .porto-view-switcher,
#header .top-links {
    font-size: 0.7857em;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 3px
}

#header .porto-view-switcher>li.menu-item,
#header .top-links>li.menu-item {
    margin-left: 0
}

#header .porto-view-switcher>li.menu-item>a,
#header .top-links>li.menu-item>a {
    font-size: 1em;
    font-weight: var(--porto-header-top-link-fw, 400);
    padding: 0 5px;
    line-height: 26px
}

#header .porto-view-switcher>li.menu-item.has-sub:hover>a,
#header .top-links>li.menu-item.has-sub:hover>a {
    margin-bottom: 0
}

#header .porto-view-switcher>li.menu-item>.popup,
#header .top-links>li.menu-item>.popup {
    margin-top: 0;
    border-width: 0
}

#header .porto-view-switcher .narrow .inner>ul.sub-menu,
#header .top-links .narrow .inner>ul.sub-menu {
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05)
}

#header .porto-view-switcher .narrow ul.sub-menu,
#header .top-links .narrow ul.sub-menu {
    padding: 5px 0;
    min-width: 0
}

#header .porto-view-switcher .narrow li.menu-item>a,
#header .top-links .narrow li.menu-item>a {
    font-size: 1em;
    padding: 0 7px;
    line-height: 25px;
    border-bottom-width: 0
}

#header .woocs-switcher li,
#header .woocs-switcher li>.nolink {
    cursor: pointer !important
}

#header .top-links {
    white-space: nowrap
}

#header .top-links>li.menu-item {
    display: inline-block;
    float: right
}

#header .top-links>li.menu-item:after {
    content: "|";
    font-weight: 300;
    position: relative;
    top: -1px;
    font-size: 0.95em;
    opacity: 0.8;
    margin: 0 5px
}

#header .top-links>li.menu-item.active>a,
#header .top-links>li.menu-item.has-sub:hover>a,
#header .top-links>li.menu-item:hover>a {
    background: transparent
}

#header .top-links>li.menu-item:last-child>a {
    padding-left: 0
}

#header .top-links>li.menu-item:last-child:after {
    content: none
}

@media (max-width:991px) {
    #header .search-lg-auto .searchform-popup .searchform,
    #header .search-lg-auto.searchform-popup .searchform {
        width: auto
    }
}

#header .searchform {
    display: inline-block;
    border: 1px solid var(--porto-searchform-border-color, #ccc);
    line-height: 38px;
    font-size: 0.8125rem;
    padding: 0;
    vertical-align: middle
}

@media (max-width:991px) {
    #header .searchform {
        border-width: 5px;
        display: none;
        position: absolute;
        left: -25px;
        top: 100%;
        margin-top: 8px;
        z-index: 1003;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15)
    }
}

@media (max-width:375px) {
    #header .searchform {
        left: -80px
    }
}

#header .searchform .searchform-fields,
#header .searchform fieldset {
    display: flex
}

#header .searchform .button-wrap,
#header .searchform .cat,
#header .searchform .selectric-cat,
#header .searchform .text {
    display: block;
    text-align: right
}

#header .searchform .button-wrap {
    margin: 0
}

#header .searchform button,
#header .searchform input,
#header .searchform select {
    background: none;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    margin-bottom: 0;
    display: block;
    color: var(--porto-searchform-text-color, var(--porto-body-color))
}

#header .searchform input::placeholder {
    opacity: 0.7
}

#header .searchform input:-ms-input-placeholder {
    opacity: 0.7
}

#header .searchform input::-ms-input-placeholder {
    opacity: 0.7
}

#header .searchform .selectric .label,
#header .searchform button,
#header .searchform input,
#header .searchform select {
    height: 40px
}

#header .searchform input {
    padding: 0 15px 0 15px;
    width: 398px;
    font-size: inherit
}

@media (max-width:767px) {
    #header .searchform input {
        width: 280px
    }
}

@media (max-width:575px) {
    #header .searchform input {
        width: 234px
    }
}

@media (max-width:374px) {
    #header .searchform input {
        width: 200px
    }
}

@media (max-width:320px) {
    #header .searchform input {
        width: 190px
    }
}

#header .searchform select {
    padding: 0 15px 0 15px;
    width: 130px
}

#header .searchform select::-ms-expand {
    display: none
}

#header .searchform .selectric-cat {
    width: 129px
}

#header .searchform .selectric {
    border-width: 0
}

#header .searchform .selectric .label {
    display: flex;
    padding: 0 15px 0 15px;
    margin: 0;
    font-weight: normal;
    font-size: inherit;
    border-radius: 0;
    text-align: right;
    letter-spacing: 0.005em;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#header .searchform .selectric .label:after {
    content: "\e81c";
    font-family: "porto";
    font-size: 14px;
    margin-right: 4px
}

#header .searchform .selectric-open {
    z-index: 10000
}

#header .searchform .selectric-items {
    right: 0px;
    max-width: 250px
}

#header .searchform .selectric-items li,
#header .searchform .selectric-items ul {
    line-height: 18px;
    min-height: 18px
}

#header .searchform .selectric-items li {
    border-width: 0;
    padding: 6px 8px
}

#header .searchform .selectric-items:focus {
    outline: none
}

#header .searchform .selectric,
#header .searchform input,
#header .searchform select {
    border-left: 1px solid var(--porto-searchform-border-color, #ccc)
}

#header .searchform .autocomplete-suggestions {
    width: auto !important;
    border-radius: 0
}

#header .searchform .autocomplete-suggestion {
    padding: 10px 20px;
    line-height: 1.5em;
    min-height: 0;
    text-align: right
}

#header .searchform .autocomplete-suggestion .yith_wcas_result_image {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

#header .searchform .autocomplete-suggestion .yith_wcas_result_content {
    margin: 0
}

#header .searchform .autocomplete-suggestion span.yith_wcas_result_featured,
#header .searchform .autocomplete-suggestion span.yith_wcas_result_on_sale {
    padding: 3px 5px
}

#header .searchform .autocomplete-suggestion div.badges {
    right: auto;
    left: 8px;
    line-height: 1
}

#header .searchform .autocomplete-suggestion del {
    font-size: 0.8em
}

#header .searchform .autocomplete-suggestion ins {
    text-decoration: none
}

#header .searchform-popup {
    display: inline-block;
    position: relative;
    margin-left: 10px
}

@media (max-width:991px) {
    #header .searchform-popup.ssm-advanced-search-layout {
        display: block
    }
    #header .searchform-popup.ssm-advanced-search-layout .search-toggle {
        display: none
    }
    #header .searchform-popup.ssm-advanced-search-layout .searchform {
        display: block;
        position: static;
        border-width: 1px;
        margin-top: 0
    }
}

#header .searchform-popup .search-toggle {
    cursor: pointer;
    display: none;
    text-align: center;
    position: relative;
    font-size: 26px;
    vertical-align: middle
}

#header .searchform-popup .search-toggle:after {
    content: "";
    position: absolute;
    z-index: 1003;
    display: none;
    left: 50%;
    top: 100%;
    margin-left: -11px;
    margin-top: -13px;
    width: 22px;
    height: 22px;
    border: 11px solid transparent;
    border-bottom-color: inherit;
    transition: border-bottom-color 0.3s
}

#header .searchform-popup .search-toggle.opened:after {
    display: block
}

@media (max-width:991px) {
    #header .searchform-popup .search-toggle {
        display: inline-block
    }
}

@media (max-width:575px) {
    #header .searchform-popup .searchform {
        border-width: 3px;
        margin-top: 6px
    }
}

@media (max-width:991px) {
    #header div.searchform-popup.ssm-advanced-search-layout .searchform {
        box-shadow: none
    }
}

#header .search-rounded.simple-search-layout .searchform-fields {
    border-radius: 20px
}

#header .search-rounded.simple-search-layout .selectric .label,
#header .search-rounded.simple-search-layout button,
#header .search-rounded.simple-search-layout input,
#header .search-rounded.simple-search-layout select {
    height: 36px
}

#header .search-rounded:not(.simple-search-layout) .searchform {
    border-radius: 25px;
    line-height: 40px
}

#header .search-rounded:not(.simple-search-layout) .live-search-list {
    right: 15px;
    left: 46px;
    width: auto
}

#header .search-rounded input {
    padding: 0 20px 0 15px;
    border-radius: 0 20px 20px 0
}

#header .search-rounded button {
    padding: 0 13px 0 16px;
    border-radius: 20px 0 0 20px
}

#header .search-rounded .selectric .label,
#header .search-rounded select {
    padding: 0 10px 0 15px;
    line-height: inherit
}

@media (max-width:991px) {
    #header .header-left .searchform {
        right: -10px;
        left: auto
    }
}

@media (max-width:767px) {
    #header .header-right .searchform {
        right: auto;
        left: -22px
    }
}

@media (max-width:575px) {
    #header .header-right .searchform {
        left: -18px
    }
}

#header .search-dropdown .search-toggle {
    display: inline-block
}

#header .search-dropdown .searchform {
    border-width: 5px;
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 8px;
    z-index: 1003;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1)
}

@media (min-width:992px) {
    #header .search-dropdown .searchform {
        right: -25px
    }
}

#header .header-left .search-dropdown .searchform {
    right: -10px;
    left: auto
}

#header .header-right .search-dropdown .searchform {
    right: auto;
    left: -22px
}

#header .search-dropdown.search-popup-left .searchform {
    right: auto;
    left: -1.25rem
}

#header .search-dropdown.search-popup-center .searchform {
    right: 50%;
    left: auto;
    transform: translateX(50%)
}

#header .search-dropdown.search-popup-right .searchform {
    right: -1.25rem;
    left: auto
}

@media (max-width:991px) {
    #header .advanced-search-layout.search-popup-left .searchform {
        right: auto;
        left: -1.25rem
    }
    #header .advanced-search-layout.search-popup-center .searchform {
        right: 50%;
        left: auto;
        transform: translateX(50%)
    }
    #header .advanced-search-layout.search-popup-right .searchform {
        right: -1.25rem;
        left: auto
    }
}

#header .simple-search-layout .searchform {
    padding: 15px 17px;
    border: none;
    z-index: 1002;
    top: 100%;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05)
}

#header .simple-search-layout .searchform:not(.searchform-cats) input {
    border: none
}

#header .simple-search-layout .searchform-fields {
    border: 1px solid #eee
}

#header .simple-search-layout input {
    max-width: 220px
}

#header .reveal-search-layout {
    position: static
}

#header .reveal-search-layout .search-toggle {
    display: inline-block
}

#header .reveal-search-layout .search-toggle:after {
    content: none
}

#header .reveal-search-layout .searchform {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1003;
    border: none;
    left: 0;
    right: 0;
    height: 100%;
    margin-top: 0;
    box-shadow: none
}

#header .reveal-search-layout.search-popup .searchform {
    border-radius: 0
}

#header .reveal-search-layout .searchform .searchform-fields {
    transition: opacity 0.8s, clip-path cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s, -webkit-clip-path cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    opacity: 0;
    visibility: hidden;
    -webkit-clip-path: polygon(40% 0%, 60% 0%, 60% 100%, 40% 100%);
    clip-path: polygon(40% 0%, 60% 0%, 60% 100%, 40% 100%)
}

#header .reveal-search-layout .searchform-fields {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center
}

#header .reveal-search-layout input {
    font-size: 22px;
    width: 100% !important;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-radius: 0;
    padding: 0 15px
}

#header .reveal-search-layout input::placeholder {
    font-size: 22px
}

#header .reveal-search-layout .searchform input {
    height: 44px
}

#header .reveal-search-layout .text {
    flex: 1
}

#header .reveal-search-layout .selectric-cat {
    display: none
}

#header .reveal-search-layout .button-wrap {
    display: flex;
    align-items: center;
    position: absolute
}

#header .reveal-search-layout .button-wrap .porto-icon-magnifier:before {
    content: "\f002";
    font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
    font-weight: 900
}

#header .reveal-search-layout .btn-close-search-form {
    font-size: 20px
}

#header .reveal-search-layout button {
    padding: 0 5px;
    font-size: 16px
}

.porto-search-opened #header .reveal-search-layout .searchform .searchform-fields {
    visibility: visible;
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

#header .overlay-search-layout .search-toggle {
    display: inline-block;
    min-width: 25px
}

#header .overlay-search-layout .search-toggle:after {
    content: none
}

#header .overlay-search-layout .searchform {
    display: flex;
    position: fixed;
    top: 100%;
    z-index: 1003;
    border: none;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    margin-top: 0;
    box-shadow: none;
    flex-direction: column;
    justify-content: center;
    padding-left: var(--porto-column-spacing);
    padding-right: var(--porto-column-spacing);
    visibility: hidden;
    opacity: 0;
    transition: top 0.3s, visibility 0.3s, opacity 0.3s
}

#header .overlay-search-layout.search-popup .searchform {
    border-radius: 0
}

#header .overlay-search-layout .searchform-fields {
    align-items: center;
    position: static;
    padding-left: 0;
    padding-right: 0
}

#header .overlay-search-layout .live-search-list {
    position: static;
    max-width: var(--porto-container-width);
    margin: 0 auto
}

#header .overlay-search-layout.search-popup .live-search-list {
    width: 100%
}

#header .overlay-search-layout .selectric,
#header .overlay-search-layout .selectric .label,
#header .overlay-search-layout button,
#header .overlay-search-layout input,
#header .overlay-search-layout select {
    border-width: 0;
    line-height: 44px
}

#header .overlay-search-layout .searchform .selectric,
#header .overlay-search-layout .searchform .selectric .label,
#header .overlay-search-layout .searchform button,
#header .overlay-search-layout .searchform input,
#header .overlay-search-layout .searchform select {
    height: 44px
}

#header .overlay-search-layout input {
    max-width: none;
    width: 100% !important;
    font-size: 22px;
    padding: 0 15px;
    border-radius: 0
}

#header .overlay-search-layout .text {
    flex: 1
}

#header .overlay-search-layout .btn-close-search-form {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

#header .overlay-search-layout button {
    font-size: 1rem;
    padding: 0 5px
}

.porto-search-opened #header .overlay-search-layout .searchform.show {
    top: 0;
    opacity: 1;
    visibility: visible
}

#header .advanced-search-layout button {
    font-size: 16px;
    padding: 0 15px
}

#header.header-builder .advanced-search-layout .selectric .label,
#header.header-builder .advanced-search-layout button,
#header.header-builder .advanced-search-layout select,
#header.header-builder .large-search-layout .selectric .label,
#header.header-builder .large-search-layout button,
#header.header-builder .large-search-layout select {
    height: 34px;
    line-height: 34px
}

#header.header-builder .advanced-search-layout input,
#header.header-builder .large-search-layout input {
    border: none;
    line-height: 1.5;
    height: 34px;
    width: 200px
}

#header.header-builder .advanced-search-layout select,
#header.header-builder .large-search-layout select {
    border-right: 1px solid var(--porto-searchform-border-color, #ccc);
    padding-right: 8px;
    margin-left: -3px;
    font-size: 13px
}

#header.header-builder .advanced-search-layout .selectric,
#header.header-builder .large-search-layout .selectric {
    border-right: 1px solid var(--porto-searchform-border-color, #ccc)
}

#header.header-builder .advanced-search-layout .selectric .label,
#header.header-builder .large-search-layout .selectric .label {
    padding-right: 8px;
    margin-left: -3px
}

#header.header-builder .advanced-search-layout button,
#header.header-builder .large-search-layout button {
    padding: 0 12px
}

#header.header-builder .advanced-search-layout .searchform {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset
}

@media (min-width:992px) {
    #header.header-builder .advanced-search-layout .searchform {
        box-shadow: none
    }
}

.fixed-header #header.sticky-header .advanced-search-layout.search-rounded .searchform,
.fixed-header #header.sticky-header .large-search-layout.search-rounded .searchform,
.fixed-header #header.sticky-header .reveal-search-layout.search-rounded .searchform {
    border-radius: 20px
}

.fixed-header #header.sticky-header .advanced-search-layout .searchform,
.fixed-header #header.sticky-header .large-search-layout .searchform,
.fixed-header #header.sticky-header .reveal-search-layout .searchform {
    border-radius: 0
}

#header .searchform.searchform-cats input {
    width: 266px
}

@media (max-width:767px) {
    #header .searchform.searchform-cats input {
        width: 150px
    }
}

@media (max-width:575px) {
    #header .searchform.searchform-cats input {
        width: 118px;
        padding-left: 10px
    }
    #header .searchform.searchform-cats select {
        width: 116px;
        padding: 0 8px
    }
    #header .searchform.searchform-cats .selectric-cat {
        width: 116px
    }
    #header .searchform.searchform-cats .selectric .label {
        padding: 0 8px
    }
}

.dark #header .search-dropdown .search-form {
    box-shadow: 0 5px 8px rgba(255, 255, 255, 0.08)
}

.dark #header .simple-search-layout .searchform {
    box-shadow: 0 10px 30px 10px rgba(255, 255, 255, 0.02)
}

#header .search-toggle .search-text {
    display: none;
    text-transform: uppercase;
    margin-right: 5px
}

#header .share-links {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

#header .share-links>a {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2)
}

#header .main-menu {
    text-align: right;
    background: none
}

@media (max-width:991px) {
    #header .main-menu {
        display: none
    }
}

#header .main-menu>li.menu-item {
    margin: 0 0 0 1px
}

#header .main-menu>li.menu-item:last-child {
    margin-left: 0
}

#main-menu {
    position: relative
}

#main-menu.centered .mega-menu {
    justify-content: center
}

#main-menu.centered .mega-menu>li.menu-item {
    margin: 0 1px
}

@media (max-width:991px) {
    #header:not(.header-builder) .top-links {
        display: none
    }
}

@media (max-width:767px) {
    #header:not(.header-builder) .gap,
    #header:not(.header-builder) .switcher-wrap {
        display: none
    }
}

#main-toggle-menu {
    position: relative
}

@media (max-width:991px) {
    #main-toggle-menu {
        display: none
    }
}

#main-toggle-menu .menu-title {
    color: #fff;
    cursor: pointer;
    background: #303030;
    font-size: 0.8571em;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 15px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    transition: 0.25s
}

#main-toggle-menu .menu-title:hover {
    background-color: #555
}

#main-toggle-menu .menu-title .toggle {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0
}

#main-toggle-menu .menu-title .toggle:before {
    content: "\f0c9"
}

#main-toggle-menu .toggle-menu-wrap {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1001
}

#main-toggle-menu .toggle-menu-wrap>ul {
    border-bottom: 5px solid #303030;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0
}

#main-toggle-menu.closed .toggle-menu-wrap {
    display: none
}

#main-toggle-menu.show-always .menu-title {
    background: #303030;
    cursor: default
}

#main-toggle-menu.show-always .toggle-menu-wrap {
    height: auto !important;
    display: block !important
}

#main-toggle-menu.show-hover .toggle-menu-wrap {
    animation: 0.3s linear menuFadeInDown
}

#main-toggle-menu.show-hover:hover .toggle-menu-wrap {
    display: block
}

#main-toggle-menu .sidebar-menu>li.menu-item:last-child:hover {
    border-radius: 0
}

.right-sidebar #main-toggle-menu .sidebar-menu>li.menu-item:last-child:hover {
    border-radius: 0
}

#header .mobile-toggle {
    cursor: pointer;
    padding: 7px 13px;
    text-align: center;
    display: none;
    font-size: 13px;
    vertical-align: middle;
    margin: 8px 1em 8px 0;
    line-height: 20px;
    border-radius: 0.25rem
}

#header .mobile-toggle:first-child {
    margin-right: 0
}

@media (max-width:991px) {
    #header .mobile-toggle {
        display: inline-block
    }
}

#header.sticky-header .mobile-toggle {
    margin-top: 0;
    margin-bottom: 0
}

.header-side-nav .sidebar-menu {
    width: 100%;
    margin-right: 0
}

.searchform {
    position: relative
}

.searchform .live-search-list {
    font-size: 14px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 200px;
    z-index: 112;
    max-height: 0;
    transition: max-height 0.6s
}

.searchform .live-search-list.porto-opened {
    max-height: 70vh
}

.searchform .live-search-list .autocomplete-suggestions {
    font-family: var(--porto-body-ff), sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 10px 20px 5px var(--porto-normal-bc);
    max-height: 80vh
}

.searchform .live-search-list .autocomplete-suggestion:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

#header .searchform .button-wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.searchform .btn i {
    padding: 0 0.4rem
}

.searchform .btn .porto-loading-icon {
    width: 1.25em;
    height: 1.25em
}

.searchform .btn .porto-loading-icon:before {
    margin: 0
}

.searchform .btn:not(.porto-ajax-loading) .porto-loading-icon {
    display: none !important
}

.searchform .porto-ajax-loading i {
    visibility: hidden
}

.autocomplete-suggestion {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    white-space: normal
}

@media (max-width:576px) {
    .autocomplete-suggestion {
        flex-wrap: wrap
    }
}

.autocomplete-suggestion:last-child {
    border-bottom-color: transparent
}

.autocomplete-suggestion img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-left: 10px
}

.autocomplete-suggestion img+.search-name {
    padding-right: 0.5em
}

.autocomplete-suggestion>.search-info-wrap,
.autocomplete-suggestion>.search-name {
    flex: 1
}

.autocomplete-suggestion .search-price {
    margin-right: 5px;
    font-size: 0.8571em;
    text-align: left
}

@media (max-width:576px) {
    .autocomplete-suggestion .search-price {
        width: 100%;
        text-align: left;
        margin-right: 50px
    }
}

.porto-search-overlay-wrap {
    overflow: hidden
}

.page-top {
    background-color: #171717;
    padding: 12px 0;
    position: relative;
    text-align: right
}

.page-top[data-plugin-parallax] {
    background-position: 50% 50%
}

.page-top.wide .container {
    width: 100%;
    max-width: none
}

.page-top .breadcrumbs-wrap {
    font-size: 0.75rem;
    position: relative
}

.page-top .breadcrumbs-prefix {
    margin-left: 10px
}

.page-top ul.breadcrumb {
    border-radius: 0;
    background: none;
    margin: 0;
    padding: 0
}

.page-top ul.breadcrumb>li {
    text-shadow: none;
    text-transform: uppercase;
    line-height: inherit
}

.page-top ul.breadcrumb>li a {
    display: inline-block;
    border-color: transparent;
    background: transparent
}

.page-top ul.breadcrumb>li+li:before {
    display: none
}

.page-top ul.breadcrumb li span {
    margin-right: 5px
}

.page-top ul.breadcrumb li span:first-child {
    margin-right: 0
}

.page-top .yoast-breadcrumbs {
    font-size: 12px
}

.page-top .yoast-breadcrumbs a {
    margin-left: 5px
}

.page-top .yoast-breadcrumbs .breadcrumb_last,
.page-top .yoast-breadcrumbs span {
    margin-right: 5px
}

.page-top .page-title {
    display: inline-block;
    font: 400 2.2em/1.2 var(--porto-h1-ff, var(--porto-body-ff)), sans-serif;
    margin: 0;
    position: relative;
    letter-spacing: -0.05em;
    text-transform: none;
    z-index: 2
}

@media (max-width:767px) {
    .page-top .page-title {
        font-size: 2em
    }
}

.page-top .page-sub-title {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.5em;
    opacity: 0.8
}

@media (max-width:767px) {
    .page-top .page-sub-title {
        font-size: 1.2em
    }
}

.page-top .sort-source {
    position: absolute;
    bottom: 0;
    left: var(--porto-column-spacing)
}

.page-top .sort-source>li {
    float: none;
    display: inline-block
}

.page-top .sort-source>li.active>a {
    background: transparent !important;
    color: var(--porto-primary-color)
}

@media (max-width:767px) {
    .page-top .sort-source {
        position: relative;
        text-align: left;
        left: 0;
        right: 0;
        z-index: 1;
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.page-top .hide-title .sort-source {
    bottom: -6px
}

body.single-product .entry-summary .page-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    background: transparent !important;
    border: none !important
}

body.single-product .entry-summary .page-top .product-nav .product-link {
    color: #000
}

.page-header-8 .delimiter,
.page-top ul.breadcrumb>li .delimiter {
    display: block;
    float: left;
    margin: 0 4px;
    width: 20px;
    text-align: center;
    font-style: normal;
    font-size: 12px
}

.page-header-8 .delimiter:before,
.page-top ul.breadcrumb>li .delimiter:before {
    content: "/ ";
    position: relative;
    right: 1px
}

.page-header-8 .delimiter.delimiter-2,
.page-top ul.breadcrumb>li .delimiter.delimiter-2 {
    font-family: "Porto";
    font-weight: 400
}

.page-header-8 .delimiter.delimiter-2:before,
.page-top ul.breadcrumb>li .delimiter.delimiter-2:before {
    content: "\e819";
    right: 0
}

#breadcrumbs-boxed {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto
}

#breadcrumbs-boxed .page-top {
    padding-left: var(--porto-column-spacing);
    padding-right: var(--porto-column-spacing)
}

.mobile-sidebar .sidebar-toggle {
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -40px;
    top: 20%;
    margin: auto;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--porto-input-bc);
    border-right-width: 0;
    color: var(--porto-body-color);
    transition: 0.2s ease-in-out
}

.mobile-sidebar .sidebar-toggle i:before {
    content: "\f1de"
}

.mobile-sidebar .sidebar-toggle:hover {
    color: var(--porto-primary-color);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15)
}

.mobile-sidebar.right-sidebar .sidebar-toggle {
    right: -40px;
    left: unset;
    border-width: 1px 0 1px 1px;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.15)
}

.sidebar-overlay {
    display: none
}

.sidebar-overlay.active {
    display: block;
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8999;
    min-height: 100vh;
    opacity: 0.35;
    transition: opacity 0.2s ease-in-out
}

.section {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 50px 0;
    background-color: var(--porto-gray-7);
    border-top: 5px solid var(--porto-gray-8)
}

.section.section-center {
    text-align: center
}

.section.section-text-light {
    color: #fff
}

.section.section-text-light h1,
.section.section-text-light h2,
.section.section-text-light h3,
.section.section-text-light h4,
.section.section-text-light h5,
.section.section-text-light h6 {
    color: #fff
}

.section.section-text-light p {
    color: #e6e6e6
}

.section.section-background {
    background-repeat: repeat;
    border: 0
}

.section.section-overlay {
    position: relative
}

.section.section-overlay:before {
    content: "";
    background: url("../images/video-overlay.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.section.section-video {
    background: none !important;
    border: 0
}

.section.section-parallax {
    background-color: transparent;
    border: 0
}

.section.section-with-divider {
    position: relative;
    margin: 56px 0 35px
}

.section.section-with-divider .section-divider {
    margin: -56px 0 44px
}

.section.section-with-divider-footer {
    margin: 35px 0 56px;
    position: relative
}

.section.section-with-divider-footer .section-divider {
    margin: 44px 0 -56px
}

.section.section-footer {
    margin-bottom: -50px
}

.section .porto-section:last-child>div>:last-child {
    margin-bottom: 0
}

.section.section-no-borders {
    border-width: 0
}

.porto-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}

.flex-container {
    display: flex
}

.section-parallax>.parallax-background {
    z-index: 0
}

.section-parallax>* {
    position: relative;
    z-index: 1
}

.section-with-shape-divider {
    position: relative;
    overflow: hidden
}

.section-with-shape-divider .shape-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1
}

.section-with-shape-divider .shape-divider svg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate3d(-50%, 0, 0)
}

.section-with-shape-divider .shape-divider.shape-divider-bottom {
    top: auto;
    bottom: 0
}

.section-with-shape-divider .shape-divider.shape-divider-reverse-x {
    transform: rotateX(180deg)
}

.section-with-shape-divider .shape-divider.shape-divider-reverse-y {
    transform: rotateY(180deg)
}

.section-with-shape-divider .shape-divider.shape-divider-reverse-xy {
    transform: rotateY(180deg) rotateX(180deg)
}

@media (min-width:1921px) {
    .section-with-shape-divider .shape-divider svg {
        width: 100%
    }
}

.col-half-section {
    width: 100%;
    min-height: 1px;
    position: relative;
    max-width: calc(var(--porto-container-width) / 2 - var(--porto-grid-gutter-width))
}

.elementor-column .col-half-section {
    max-width: calc(var(--porto-container-width) / 2)
}

.col-half-section-right {
    justify-self: flex-start;
    margin-right: auto
}

.elementor-column-gap-no .col-half-section,
.row.no-padding .col-half-section {
    padding-left: var(--porto-res-spacing);
    padding-right: var(--porto-res-spacing)
}

@media (min-width:992px) {
    .row.no-padding .col-half-section {
        max-width: calc(var(--porto-container-width) / 2)
    }
    .row.no-padding>.section .col-half-section {
        max-width: calc(var(--porto-container-width) / 2 - var(--porto-grid-gutter-width))
    }
}

@media (max-width:991px) {
    .col-half-section {
        max-width: none
    }
}

.section.section-text-dark,
.section.section-text-dark h1,
.section.section-text-dark h2,
.section.section-text-dark h3,
.section.section-text-dark h4,
.section.section-text-dark h5,
.section.section-text-dark h6 {
    color: #222529
}

.section.section-text-dark p {
    color: #393e45
}

.section.section-primary {
    background-color: var(--porto-primary-color) !important;
    color: var(--porto-primary-color-inverse, #FFF);
    border-color: var(--porto-primary-dark-5) !important
}

.section.section-primary:not([class*=" section-text-"]) p {
    color: var(--porto-primary-inverse-dark-10)
}

.section.section-primary-scale-2 .sort-source-style-2>li>a,
.section.section-primary-scale-2 .sort-source-style-2>li>a:focus,
.section.section-primary-scale-2 .sort-source-style-2>li>a:hover,
.section.section-primary:not([class*=" section-text-"]) h1,
.section.section-primary:not([class*=" section-text-"]) h2,
.section.section-primary:not([class*=" section-text-"]) h3,
.section.section-primary:not([class*=" section-text-"]) h4,
.section.section-primary:not([class*=" section-text-"]) h5,
.section.section-primary:not([class*=" section-text-"]) h6 {
    color: var(--porto-primary-color-inverse, #FFF)
}

.section.section-primary-scale-2 {
    background-color: var(--porto-primary-dark-10) !important;
    border-color: var(--porto-primary-dark-15) !important
}

.section.section-primary-scale-2 .sort-source-style-2>li.active>a:after {
    border-top-color: var(--porto-primary-dark-10)
}

.section.section-secondary {
    background-color: var(--porto-secondary-color) !important;
    color: var(--porto-secondary-color-inverse, #FFF);
    border-color: var(--porto-secondary-dark-5) !important
}

.section.section-secondary:not([class*=" section-text-"]) p {
    color: var(--porto-secondary-inverse-dark-10)
}

.section.section-secondary-scale-2 .sort-source-style-2>li>a,
.section.section-secondary-scale-2 .sort-source-style-2>li>a:focus,
.section.section-secondary-scale-2 .sort-source-style-2>li>a:hover,
.section.section-secondary:not([class*=" section-text-"]) h1,
.section.section-secondary:not([class*=" section-text-"]) h2,
.section.section-secondary:not([class*=" section-text-"]) h3,
.section.section-secondary:not([class*=" section-text-"]) h4,
.section.section-secondary:not([class*=" section-text-"]) h5,
.section.section-secondary:not([class*=" section-text-"]) h6 {
    color: var(--porto-secondary-color-inverse, #FFF)
}

.section.section-secondary-scale-2 {
    background-color: var(--porto-secondary-dark-10) !important;
    border-color: var(--porto-secondary-dark-15) !important
}

.section.section-secondary-scale-2 .sort-source-style-2>li.active>a:after {
    border-top-color: var(--porto-secondary-dark-10)
}

.section.section-tertiary {
    background-color: var(--porto-tertiary-color) !important;
    color: var(--porto-tertiary-color-inverse, #FFF);
    border-color: var(--porto-tertiary-dark-5) !important
}

.section.section-tertiary:not([class*=" section-text-"]) p {
    color: var(--porto-tertiary-inverse-dark-10)
}

.section.section-tertiary-scale-2 .sort-source-style-2>li>a,
.section.section-tertiary-scale-2 .sort-source-style-2>li>a:focus,
.section.section-tertiary-scale-2 .sort-source-style-2>li>a:hover,
.section.section-tertiary:not([class*=" section-text-"]) h1,
.section.section-tertiary:not([class*=" section-text-"]) h2,
.section.section-tertiary:not([class*=" section-text-"]) h3,
.section.section-tertiary:not([class*=" section-text-"]) h4,
.section.section-tertiary:not([class*=" section-text-"]) h5,
.section.section-tertiary:not([class*=" section-text-"]) h6 {
    color: var(--porto-tertiary-color-inverse, #FFF)
}

.section.section-tertiary-scale-2 {
    background-color: var(--porto-tertiary-dark-10) !important;
    border-color: var(--porto-tertiary-dark-15) !important
}

.section.section-tertiary-scale-2 .sort-source-style-2>li.active>a:after {
    border-top-color: var(--porto-tertiary-dark-10)
}

.section.section-quaternary {
    background-color: var(--porto-quaternary-color) !important;
    color: var(--porto-quaternary-color-inverse, #FFF);
    border-color: var(--porto-quaternary-dark-5) !important
}

.section.section-quaternary:not([class*=" section-text-"]) p {
    color: var(--porto-quaternary-inverse-dark-10)
}

.section.section-quaternary-scale-2 .sort-source-style-2>li>a,
.section.section-quaternary-scale-2 .sort-source-style-2>li>a:focus,
.section.section-quaternary-scale-2 .sort-source-style-2>li>a:hover,
.section.section-quaternary:not([class*=" section-text-"]) h1,
.section.section-quaternary:not([class*=" section-text-"]) h2,
.section.section-quaternary:not([class*=" section-text-"]) h3,
.section.section-quaternary:not([class*=" section-text-"]) h4,
.section.section-quaternary:not([class*=" section-text-"]) h5,
.section.section-quaternary:not([class*=" section-text-"]) h6 {
    color: var(--porto-quaternary-color-inverse, #FFF)
}

.section.section-quaternary-scale-2 {
    background-color: var(--porto-quaternary-dark-10) !important;
    border-color: var(--porto-quaternary-dark-15) !important
}

.section.section-quaternary-scale-2 .sort-source-style-2>li.active>a:after {
    border-top-color: var(--porto-quaternary-dark-10)
}

.section.section-dark {
    background-color: var(--porto-dark-color) !important;
    color: var(--porto-dark-color-inverse, #FFF);
    border-color: var(--porto-dark-dark-5) !important
}

.section.section-dark:not([class*=" section-text-"]) p {
    color: var(--porto-dark-inverse-dark-10)
}

.section.section-dark-scale-2 .sort-source-style-2>li>a,
.section.section-dark-scale-2 .sort-source-style-2>li>a:focus,
.section.section-dark-scale-2 .sort-source-style-2>li>a:hover,
.section.section-dark:not([class*=" section-text-"]) h1,
.section.section-dark:not([class*=" section-text-"]) h2,
.section.section-dark:not([class*=" section-text-"]) h3,
.section.section-dark:not([class*=" section-text-"]) h4,
.section.section-dark:not([class*=" section-text-"]) h5,
.section.section-dark:not([class*=" section-text-"]) h6 {
    color: var(--porto-dark-color-inverse, #FFF)
}

.section.section-dark-scale-2 {
    background-color: var(--porto-dark-dark-10) !important;
    border-color: var(--porto-dark-dark-15) !important
}

.section.section-dark-scale-2 .sort-source-style-2>li.active>a:after {
    border-top-color: var(--porto-dark-dark-10)
}

.section.section-light {
    background-color: var(--porto-light-color) !important;
    color: var(--porto-light-color-inverse, #212529);
    border-color: var(--porto-light-dark-5) !important
}

.section.section-light:not([class*=" section-text-"]) p {
    color: var(--porto-light-inverse-dark-10)
}

.section.section-light-scale-2 .sort-source-style-2>li>a,
.section.section-light-scale-2 .sort-source-style-2>li>a:focus,
.section.section-light-scale-2 .sort-source-style-2>li>a:hover,
.section.section-light:not([class*=" section-text-"]) h1,
.section.section-light:not([class*=" section-text-"]) h2,
.section.section-light:not([class*=" section-text-"]) h3,
.section.section-light:not([class*=" section-text-"]) h4,
.section.section-light:not([class*=" section-text-"]) h5,
.section.section-light:not([class*=" section-text-"]) h6 {
    color: var(--porto-light-color-inverse, #212529)
}

.section.section-light-scale-2 {
    background-color: var(--porto-light-dark-10) !important;
    border-color: var(--porto-light-dark-15) !important
}

.section.section-light-scale-2 .sort-source-style-2>li.active>a:after {
    border-top-color: var(--porto-light-dark-10)
}

.parallax-scale-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@keyframes sliderScrollButton {
    0% {
        opacity: 1;
        transform: translate3d(-50%, 0, 0)
    }
    70% {
        opacity: 1;
        transform: translate3d(-50%, 10px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-50%, 10px, 0)
    }
}

.section-title,
.slider-title {
    font-size: 1.1429em;
    line-height: 1.4;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--porto-heading-color);
    margin-top: 0;
    margin-bottom: 1.25rem;
    position: relative
}

.section-title .line,
.slider-title .line {
    display: block;
    height: 1px;
    position: relative;
    bottom: 0.65em;
    width: 0
}

@media (max-width:575px) {
    .section-title .line,
    .slider-title .line {
        display: none !important
    }
}

.slider-scroll-button {
    position: relative;
    width: 57px;
    height: 57px;
    border-radius: 100%;
    display: inline-block
}

.slider-scroll-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 49%;
    width: 23px;
    height: 34px;
    border: 1px solid;
    border-radius: 15px;
    transform: translate3d(-50%, -50%, 0)
}

.slider-scroll-button:after {
    content: "";
    width: 6px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid;
    position: absolute;
    top: 19px;
    left: 49%;
    transform: translate3d(-50%, 0, 0);
    animation: sliderScrollButton 2s ease infinite
}

.page-content>.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both
}

@media only screen and (min-width:768px) {
    .page-content>.alignwide {
        width: 100%;
        max-width: 100%
    }
}

.page-content>.alignfull {
    position: relative;
    max-width: none
}

.wp-block-archives-list,
.wp-block-archives-list ul,
.wp-block-categories-list,
.wp-block-categories-list ul,
.wp-block-latest-posts,
.wp-block-latest-posts ul {
    list-style: none;
    padding-right: 0
}

.wp-block-archives-list li>ul,
.wp-block-categories-list li>ul,
.wp-block-latest-posts li>ul {
    margin-top: 8px;
    margin-bottom: -8px;
    margin-right: -5px
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 5px solid #eee;
    margin: 0 0 1rem 0;
    padding: 0.5rem 1rem
}

.wp-block-pullquote {
    padding: 0;
    border: none
}

.wp-block-pullquote blockquote {
    padding: 2em;
    text-align: right;
    border-right-color: var(--porto-primary-color)
}

.wp-block-pullquote blockquote cite {
    color: #666
}

.porto-heading>a {
    color: inherit;
    transition: color 0.3s
}

body .banner-container strong {
    font-weight: 600
}

body .banner-container small {
    font-size: 11px;
    display: block
}

body .banner-container .porto-ibanner-title {
    line-height: 1;
    text-align: right
}

body .banner-title-bottom .porto-ibanner-title {
    right: 0
}

body .banner-title-top .porto-ibanner-title {
    top: 0;
    right: 0
}

body .banner-title-top .porto-ibanner-title small {
    font-size: 8px
}

@keyframes pencilAnimation {
    0% {
        width: 0
    }
    to {
        width: 74px
    }
}

.highlighted-word {
    position: relative
}

.highlighted-word.highlighted-word-animation-1:after {
    content: "";
    position: absolute;
    right: calc(100% - 74px);
    bottom: -6px;
    background: url(../images/pencil-blue-line.png);
    width: 0;
    height: 15px;
    animation: pencilAnimation 0.5s ease 2s;
    animation-fill-mode: forwards;
    overflow: hidden;
    transform: rotate(180deg)
}

.highlighted-word.highlighted-word-animation-1.light:after {
    filter: brightness(0) invert(1)
}

.newsletter-wrap input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.2rem;
    margin-left: 1px;
    outline: none;
    border-radius: 3px;
    color: #555
}

.newsletter-wrap input[type=checkbox]:checked:before {
    content: "\f00c";
    font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
    font-weight: 900;
    display: flex;
    align-items: center;
    line-height: 20px;
    justify-content: center
}

input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset
}

span.wpcf7-not-valid-tip {
    color: #c10000;
    margin-top: 3px;
    padding: 0;
    font-size: 0.9em
}

div.wpcf7-response-output {
    padding: 15px;
    margin: 0 0 20px;
    border: 1px solid transparent
}

div.wpcf7-response-output h4 {
    margin-top: 0;
    color: inherit
}

div.wpcf7-response-output .alert-link {
    font-weight: 700
}

div.wpcf7-response-output>p,
div.wpcf7-response-output>ul {
    margin-bottom: 0
}

div.wpcf7-response-output>p+p {
    margin-top: 5px
}

div.wpcf7-validation-ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

div.wpcf7-validation-errors {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

span.wpcf7-list-item {
    margin-right: 0;
    margin-left: 1em
}

.wpcf7-captchac {
    margin-top: 5px
}

.footer-wrapper.wide .container {
    width: 100%;
    max-width: none
}

.footer {
    font-size: 0.9em;
    padding: 0;
    position: relative;
    clear: both
}

.footer a:not(.btn) {
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out
}

.footer p {
    font-size: 1em
}

.footer form {
    opacity: 0.85
}

.footer ul.list li {
    margin-bottom: 5px
}

.footer .widget-title {
    margin-bottom: 1rem;
    font-size: 1em
}

.footer .widget-title,
.footer .widget-title a {
    font-weight: 600
}

.footer .widget-title img {
    margin-left: 3px;
    margin-top: -2px
}

.footer .img-thumbnail,
.footer .thumbnail {
    padding: 0;
    border-width: 0;
    background: transparent
}

.footer .widget>div>ul,
.footer .widget>ul {
    font-size: 1em
}

.footer .widget .tagcloud a {
    background: #000;
    color: #fff;
    padding: 0.5rem 0.8em;
    border-radius: 0.25rem
}

.footer .widget p {
    margin-top: -3px;
    margin-bottom: 13px
}

#footer .footer-bottom {
    padding: 22px 0;
    font-size: 0.9em
}

#footer .container {
    position: relative
}

#footer .container input:focus {
    box-shadow: none
}

#footer .logo {
    display: inline-block;
    margin-left: calc(var(--porto-column-spacing) + 10px)
}

@media (max-width:991px) {
    #footer .logo {
        display: block;
        margin-bottom: 15px;
        margin-left: 0
    }
}

#footer .logo img {
    display: inline-block;
    max-width: 80px
}

.footer-wrapper.fixed #footer,
.footer-wrapper.simple #footer {
    padding-top: 0;
    background: none
}

#footer-boxed {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto
}

.footer a:not(.btn).link-hover-style-1 {
    position: relative;
    left: 0;
    transition: left 0.1s ease-in-out
}

.footer a:not(.btn).link-hover-style-1:hover {
    left: 3px
}

.footer-reveal,
.footer-wrapper.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.footer-reveal {
    z-index: -10
}

.payment-icons .payment-icon {
    display: inline-flex;
    vertical-align: middle;
    margin: 0 1px 5px;
    width: 55px;
    height: 32px;
    transition: opacity 0.25s;
    filter: invert(1);
    border-radius: 4px;
    color: #000;
    font-size: 43px;
    padding-top: 2px;
    align-items: center;
    justify-content: center;
    background-color: #D6D3CF
}

.payment-icons .payment-icon:hover {
    opacity: 0.7
}

.payment-icons .stripe {
    background-image: url(../images/payment-stripe.png);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center
}

.paypal:before,
.verisign:before,
.visa:before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.paypal:before {
    content: "\e926"
}

.verisign:before {
    content: "\e927"
}

.visa:before {
    content: "\e928"
}

body {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right
}

body.wide .container:not(.inner-container) {
    width: 100%;
    max-width: 100%;
    padding-left: var(--porto-fluid-spacing);
    padding-right: var(--porto-fluid-spacing)
}

body.wide .container .container {
    padding-left: 0;
    padding-right: 0
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before {
    content: none
}

.container .container,
.porto-wrap-container .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.page-wrapper {
    position: relative;
    right: 0
}

@media (max-width:767px) {
    .page-wrapper {
        overflow: hidden
    }
}

@media (max-width:991px) {
    .container {
        max-width: none
    }
}

.header-wrapper {
    position: relative
}

.column2-left-sidebar .main-content,
.column3 .main-content {
    order: 2
}

@media (max-width:991px) {
    .column2-left-sidebar .main-content,
    .column3 .main-content {
        order: 0
    }
}

.column3 .right-sidebar {
    order: 3
}

@media (min-width:992px) {
    .column2-left-sidebar .main-content {
        margin-right: auto
    }
}

#main {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: var(--porto-body-bg)
}

body.wide #main {
    max-width: 100%
}

#main.wide.column1 .main-content {
    padding-top: 0;
    padding-bottom: 0
}

.main-content {
    padding-top: 35px;
    padding-bottom: 40px
}

.no-breadcrumbs .main-content {
    padding-top: 20px
}

.left-sidebar,
.right-sidebar {
    position: relative;
    padding-top: 35px;
    padding-bottom: 40px
}

.no-breadcrumbs .left-sidebar,
.no-breadcrumbs .right-sidebar {
    padding-top: 20px
}

@media (max-width:991px) {
    .left-sidebar,
    .no-breadcrumbs .left-sidebar,
    .no-breadcrumbs .right-sidebar:not(.col-md-4),
    .right-sidebar:not(.col-md-4) {
        padding-top: 0;
        margin-top: -20px
    }
}

@media (max-width:767px) {
    .no-breadcrumbs .right-sidebar.col-md-4,
    .right-sidebar.col-md-4 {
        padding-top: 0;
        margin-top: -20px
    }
}

.content-bottom-wrapper {
    padding-bottom: 20px
}

#content-bottom,
#content-top {
    background: var(--porto-body-bg);
    overflow: hidden
}

body.modal-open {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.clearfix {
    overflow: visible
}

.page-wrapper.coming-soon #header .header-top {
    display: block
}

.page-wrapper.coming-soon #header .header-top .container {
    min-height: 50px
}

.page-wrapper.coming-soon #header .header-top .header-contact {
    display: block
}

@media (max-width:767px) {
    .page-wrapper.coming-soon #header .header-top .header-right {
        display: none
    }
}

.page-wrapper.coming-soon .footer .footer-bottom {
    background: transparent
}

body.boxed {
    padding: 25px 0
}

@media (max-width:767px) {
    body.boxed {
        padding: 0
    }
}

body.boxed #header {
    border-top-width: 0
}

body.boxed .banner-container {
    overflow: hidden
}

body.boxed .page-wrapper {
    background: var(--porto-body-bg);
    border-top: 5px solid var(--porto-primary-color);
    border-bottom-color: var(--porto-dark-color, #222529);
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15)
}

@media (max-width:767px) {
    body.boxed .page-wrapper {
        width: 100% !important;
        border-width: 0;
        border-radius: 0;
        overflow: hidden
    }
}

#main.boxed .porto-container,
#main.main-boxed .porto-container {
    padding-left: 0;
    padding-right: 0
}

body.boxed #main.wide .porto-wrap-container {
    max-width: none;
    margin: 0;
    padding: 0
}

@media (min-width:768px) {
    body.boxed #header.sticky-header .header-main.sticky {
        max-width: calc(720px + var(--porto-grid-gutter-width))
    }
}

body.boxed #header.sticky-header .header-main.sticky,
body.boxed #header.sticky-header .main-menu-wrap {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:992px) {
    body.boxed #header.sticky-header .header-main.sticky,
    body.boxed #header.sticky-header .main-menu-wrap {
        max-width: calc(960px + var(--porto-grid-gutter-width))
    }
}

body.boxed .fixed-header #header,
body.boxed .footer-wrapper.fixed {
    position: absolute
}
/* sy edit */
#nav-panel .accordion-menu li.menu-item.active > a, #nav-panel .accordion-menu li.menu-item:hover > a, #nav-panel .accordion-menu .sub-menu li:not(.active):hover > a{
    background-color: #0088cc !important;
}
.custom-icons .elementor-accordion-title::before{
    margin-right: unset;
    margin-left: 8px;
}
.porto-concept .sun{
    background: url(https://www.portotheme.com/wordpress/porto/classic-original/wp-content/themes/porto/images/concept-icons.png) no-repeat 0 0 !important;
}
.porto-concept .cloud{
    background: url(https://www.portotheme.com/wordpress/porto/classic-original/wp-content/themes/porto/images/concept-icons.png) no-repeat 100% 0 !important;
}
.porto-concept{
    background: url(https://www.portotheme.com/wordpress/porto/classic-original/wp-content/themes/porto/images/concept.png) no-repeat  0 0 !important;
}
.porto-map-section{
    background: url(https://www.portotheme.com/wordpress/porto/classic-original/wp-content/themes/porto/images/map.png) center 0 no-repeat !important;
}
.owl-carousel.owl-rtl{
    margin-bottom: 50px !important;
}
.p-t-xxl{
    padding-top: 60px !important;
}
.section{
    padding: 50px 0;
}