/*
Theme Name: MaxSMS
Theme URI: https://maxsms.com
Author: MaxSMS Creative Agency
Author URI: https://maxsms.com
Description: MaxSMS Creative Agency
Version: 1.0
*/

/* --------------------
    Css Reset (Mayerweb)
-------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: none
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}

li {
    list-style: none;
}

/* --------------------
    Fonts & Icons
-------------------- */

@font-face {
    font-family: "iransans";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('assets/fonts/IRANSansXV.woff') format('woff-variations'),
        url('assets/fonts/IRANSansXVF.ttf') format('truetype-variations');
}

@font-face {
    font-family: 'icomoon';
    src: url('assets/fonts/icomoon.eot?b4rwn6');
    src: url('assets/fonts/icomoon.eot?b4rwn6#iefix') format('embedded-opentype'),
        url('assets/fonts/icomoon.ttf?b4rwn6') format('truetype'),
        url('assets/fonts/icomoon.woff?b4rwn6') format('woff'),
        url('assets/fonts/icomoon.svg?b4rwn6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-namayande:before {
    content: "\e920";
}

.icon-karbar:before {
    content: "\e921";
}

.icon-love-full:before {
    content: "\e922";
}

.icon-tooltip:before {
    content: "\e91f";
}

.icon-reply:before {
    content: "\e91e";
}

.icon-copy:before {
    content: "\e91c";
}

.icon-comment:before {
    content: "\e91d";
}

.icon-love:before {
    content: "\e918";
}

.icon-play:before {
    content: "\e919";
}

.icon-show-full:before {
    content: "\e91a";
}

.icon-show-grid:before {
    content: "\e91b";
}

.icon-search:before {
    content: "\e917";
}

.icon-git:before {
    content: "\e915";
}

.icon-doc:before {
    content: "\e916";
}

.icon-tariff:before {
    content: "\e913";
}

.icon-setting:before {
    content: "\e914";
}

.icon-download:before {
    content: "\e912";
}

.icon-close:before {
    content: "\e903";
}

.icon-linkedin:before {
    content: "\e90c";
}

.icon-aparat:before {
    content: "\e90d";
}

.icon-telegram:before {
    content: "\e90e";
}

.icon-location:before {
    content: "\e90f";
}

.icon-mail:before {
    content: "\e910";
}

.icon-call:before {
    content: "\e911";
}

.icon-direction-left:before {
    content: "\e908";
}

.icon-direction-down:before {
    content: "\e909";
}

.icon-direction-right:before {
    content: "\e90a";
}

.icon-direction-up:before {
    content: "\e90b";
}

.icon-chevron-down:before {
    content: "\e902";
}

.icon-chevron-up:before {
    content: "\e905";
}

.icon-chevron-right:before {
    content: "\e906";
}

.icon-chevron-left:before {
    content: "\e907";
}

.icon-tik:before {
    content: "\e904";
}

.icon-user:before {
    content: "\e900";
}

.icon-menu:before {
    content: "\e901";
}

/* --------------------
    Config
-------------------- */
:root {
    --color1: #0066FF;
    --color2: #E9EBEE;
    --hover: #0056d6;
    --white: #FFFFFF;
    --text: #5B5C5F;
    --bg_light: #000000;
    --danger: #d53343;
    --bg_danger: #fff5f5;
    --success: #45bf55;
    --bg-success: #ecf9ee;
    --bg_info: #cce5ff4a;
    --info: #004085cc;
    --heading_h1_fontsize: 1.5rem;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--color1);
}

::selection {
    color: #fff;
    background: var(--color1);
}

html {
    scroll-behavior: smooth
}

:target {
    scroll-margin-top: 14rem
}

body {
    direction: rtl;
    text-align: right;
    font-family: "iransans", sans-serif;
    font-variation-settings: "wght" 500, "wdth" 100;
    font-size: 16px;
    color: var(--text);
    line-height: 2;
    background: #FFFFFF;
}

.overflow-x {
    overflow-x: auto;
    display: flex;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    white-space: nowrap;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.container-full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.ltr {
    direction: ltr;
}

.container-full>.row {
    margin: 0;
}

@media screen and (min-width:992px) {
    .sidebar:not(.sidebar.sidebar-shop) {
        position: sticky;
        top: 16px;
    }
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100% !important;
}

/* Old grid system - replaced by grid-system.css */
/* .row {
    margin-right: -10px;
    margin-left: -10px;
}

.row>[class*="col-"],
.row>[class*="col"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
} */

#wrapper .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#wrapper .no-gutters>.col,
#wrapper .no-gutters>[class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.text-center {
    text-align: center !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: "iransans", sans-serif;
    font-variation-settings: "wght" 700, "wdth" 100;
}

/* Font Weight Classes for Variable Font */
.fw-thin {
    font-variation-settings: "wght" 100, "wdth" 100 !important;
}

.fw-light {
    font-variation-settings: "wght" 300, "wdth" 100 !important;
}

.fw-regular {
    font-variation-settings: "wght" 400, "wdth" 100 !important;
}

.fw-medium {
    font-variation-settings: "wght" 500, "wdth" 100 !important;
}

.fw-semibold {
    font-variation-settings: "wght" 600, "wdth" 100 !important;
}

.fw-bold {
    font-variation-settings: "wght" 700, "wdth" 100 !important;
}

.fw-extrabold {
    font-variation-settings: "wght" 800, "wdth" 100 !important;
}

.fw-black {
    font-variation-settings: "wght" 900, "wdth" 100 !important;
}

input {
    font-family: "iransans", sans-serif;
    font-variation-settings: "wght" 500, "wdth" 100;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

img {
    max-width: 100%;
    height: auto;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    display: block;
}

video {
    width: 100%;
    display: block;
    overflow: hidden;
    height: auto;
    border: 1px solid #fff;
}

video.video-element {
    border: none !important;
}

a {
    transition: 0.3s;
    color: var(--text);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--color1);
    cursor: pointer
}

.position-relative {
    position: relative !important;
}

.empty-error {
    text-align: center;
    background: var(--color1);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    margin-right: 15px;
    margin-left: 15px;
}

.inner-pages .site-main {
    padding: 50px 0;
}

.position-unset {
    position: unset
}

/* --------------------
   GENERAL SETTING
-------------------- */
.site-main {
    display: block;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
}

.main-title {
    margin-bottom: 1rem;
}

.main-title.zero {
    margin-bottom: 0;
}

.main-title.half {
    margin-bottom: 0.5rem;
}

.main-title.quarter {
    margin-bottom: 0.25rem;
}

.main-title.double {
    margin-bottom: 2rem;
}

.main-title-top {
    margin-bottom: 0.5rem;
}

.main-title-top.half {
    margin-bottom: 0.25rem;
}

.main-title-top.double {
    margin-bottom: 1rem;
}

.main-title-top .main-title-top-heading {
    color: #5B5C5F;
    font-variation-settings: "wght" 400;
    font-size: 1rem;
    line-height: 2;
}

.main-title-bot {
    margin-bottom: 1rem;
}

.main-title-bot.half {
    margin-bottom: 0.5rem;
}

.main-title-bot.double {
    margin-bottom: 2rem;
}

.main-title-bot .main-title-bot-heading {
    color: #5B5C5F;
    font-variation-settings: "wght" 400;
    font-size: 1rem;
    line-height: 2;
}

.main-title .main-title-heading {
    font-variation-settings: "wght" 700, "wdth" 100;
    font-size: 1.25rem;
    line-height: 2;
    color: #242424;
}

.main-subtitle {
    margin-bottom: 0.75rem;
}

.main-subtitle.half {
    margin-bottom: 0.25rem;
}

.main-subtitle.double {
    margin-bottom: 1.75rem;
}

.main-subtitle .main-subtitle-heading {
    font-variation-settings: "wght" 500, "wdth" 100;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.78;
    color: var(--color1);
}

.main-description {
    margin-bottom: 1rem;
}

.main-description.half {
    margin-bottom: 0.5rem;
}

.main-description.double {
    margin-bottom: 2rem;
}

.main-description p {
    font-variation-settings: "wght" 400, "wdth" 100;
    font-size: clamp(14px, 2vw, 16px);
    color: #5B5C5F;
}

.section-base-high {
    margin: 80px auto;
}

.section-base-mid {
    margin: 64px auto;
}

.section-base-low {
    margin: 40px auto;
}

.section-base-high:first-child,
.section-base-mid:first-child,
.section-base-low:first-child {
    margin-top: 0;
}

.item-banner img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.item-banner:hover img {
    transform: scale(1.05);
    width: 100%;
}

.item-banner {
    width: 100%;
    overflow: hidden;
    display: block;
}

.sw-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 2rem;
}

.sw-navigation .swiper-nav-next,
.sw-navigation .swiper-nav-prev {
    cursor: pointer;
}

.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.sw-navigation .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.sw-navigation .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: block;
    background-color: #DADCDE;
    transition: 0.3s;
    border: none;
    border-radius: 50%;
}

.sw-navigation .swiper-pagination-bullet-active {
    background-color: var(--color1);
}

@media screen and (min-width:768px) {
    .section-base-high {
        margin: 120px auto;
    }

    .section-base-mid {
        margin: 96px auto;
    }

    .section-base-low {
        margin: 80px auto;
    }

    .main-subtitle {
        margin-bottom: 1rem;
    }

    .main-subtitle.half {
        margin-bottom: 0.5rem;
    }

    .main-subtitle.double {
        margin-bottom: 2rem;
    }
}

/* --------------------
    Button
-------------------- */
.button {
    color: #FFFFFF !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: var(--color1);
    font-family: "iransans", sans-serif;
    font-variation-settings: "wght" 500, "wdth" 100;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: clamp(2.5rem, 2vw, 3rem);
    padding: 0 1.5rem;
    border-radius: 8px;
    overflow: hidden;
    border: none;
}

.button:hover {
    background-color: #0056D6;
}

.button:active {
    transform: scale(0.98);
    transition-duration: 0.1s;
}

.btn-simple {
    color: var(--color1) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    font-family: "iransans", sans-serif;
    font-variation-settings: "wght" 500, "wdth" 100;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: clamp(2.5rem, 2vw, 3rem);
    padding: 0 1rem;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--color1);
}

.btn-simple:hover {
    color: #0056D6 !important;
}

.btn-chevron {
    display: inline-flex;
    align-items: center;
    color: #0066FF;
    gap: 0.5rem;
    transition: 0.3s;
    font-family: "iransans", sans-serif;
    font-variation-settings: "wght" 500, "wdth" 100;
    cursor: pointer;
}

.btn-chevron i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
}

.btn-chevron:hover {
    color: #0056D6;
}

.btns {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
}

ul.page-numbers {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2.5rem;
}

.page-numbers a.next i,
.page-numbers a.prev i {
    font-size: 16px;
    color: var(--text);
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.page-numbers a.next:hover i,
.page-numbers a.prev:hover i {
    color: var(--color1);
}

ul.page-numbers a.page-numbers:not(.prev):not(.next) {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6f0ff;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 1.25rem;
}

ul.page-numbers a.page-numbers:hover:not(.prev):not(.next) {
    color: var(--color1);
}

ul.page-numbers span.page-numbers.current {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--color1);
    border-radius: 50%;
    transition: 0.3s;
    font-size: 1.25rem;
}

/* --------------------
    FAQ CSS
-------------------- */
.faq-main .general-page-content {
    background-color: #E6F0FF;
    padding: 3.5rem 0;
    margin-bottom: 3rem;
}

.faq-main .general-page-content .editor-content.main-content p {
    color: #5B5C5F !important;
    font-variation-settings: "wght" 400 !important;
    font-size: 1rem !important;
    line-height: 2 !important;
}

.faq-main .faq-search-input {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 588px;
    margin: auto;
    margin-top: 2rem;
}

.faq-main .faq-search-input input {
    background-color: var(--white);
    border: 1px solid #DADCDE;
    border-radius: 0.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding: 0 3rem 0 0.75rem;
    width: 100%;
    font-size: 15px;
    color: #242424;
}

.faq-main .faq-search-input input::placeholder {
    font-size: 0.875rem;
    color: #97989B;
}

.faq-main .faq-search-input {
    position: relative;
}

.faq-main .faq-search-input .icon-search {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.125rem;
    color: #5B5C5F;
    pointer-events: none;
}

.faq-main .faq-no-results {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-direction: column;
    margin-bottom: 128px;
    margin-top: -72px;
}

.faq-main .faq-no-results .faq-search-no-results {
    color: #242424;
    font-size: clamp(22px, 2vw, 24px);
    line-height: 1.5;
}

.faq-main .faq-no-results .faq-search-no-results-description {
    color: #5B5C5F;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-variation-settings: "wght" 400 !important;
    line-height: 1.5;
}

.faq-main .faq-search-highlight {
    background-color: #E6F0FF;
    padding: 0 0.15em;
}

.tab-content {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.tab-content.active {
    display: block !important;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.faq-main .faq-cats-wrapper {
    margin-bottom: 1.25rem;
}

.faq-main .faq-cats-wrapper::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #E9EBEE;
    height: 1px;
    width: 100%;
}

.faq-content-tab .accordion-content {
    display: none;
    overflow: hidden;
}

.section-faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: clamp(1.25rem, 2vw, 2rem);
}

.faqs-item {
    border-bottom: 1px solid #E9EBEE;
    padding: 1.25rem 0;
    cursor: pointer;
}

.faqs-item .faqs-question p {
    color: #242424;
    font-variation-settings: "wght" 500;
    font-size: 1rem;
    max-width: 90%;
}

.faqs-question {
    display: flex;
    align-items: center;
}

.faqs-answer .editor-content p {
    font-variation-settings: "wght" 400;
    color: #5B5C5F;
    max-width: 90%;
}

.faqs-item .faqs-question:after {
    content: "\e902";
    font-family: 'icomoon';
    color: #242424;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    margin-right: auto;
    transition: 0.3s;
    width: 24px;
    height: 24px;
    max-width: 24px;
    min-width: 24px;
}

.faqs-item.active .faqs-question:after {
    transform: rotate(180deg);
}

.sw--faq .swiper-slide a.faq-cat {
    color: #5B5C5F;
    font-variation-settings: "wght" 400;
    font-size: 1rem;
    line-height: 1.72;
    transition: 0.3s;
    position: relative;
    height: 100%;
    display: flex;
    padding-bottom: 0.5rem;
    justify-content: center;
    align-items: center;
}

.sw--faq .swiper-slide a.faq-cat::before {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: var(--color1);
    height: 2px;
    width: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.sw--faq .swiper-slide a.faq-cat.active::before {
    visibility: visible;
    opacity: 1;
}

.sw--faq .swiper-slide a.faq-cat.active {
    color: #242424;
}

@media screen and (max-width:768px) {
    .section-faq-wrap .section-faq-link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1.5rem;
    }
}

/* --------------------
    archive blog
-------------------- */
.blog-title {
    margin-bottom: 0.75rem;
    margin-top: 3.5rem;
}

.blog-title .title-heading {
    font-size: clamp(25px, 2vw, 1.85rem);
}

.blog-content p {
    color: var(--color1) !important;
}

.post-item-arch {
    margin-bottom: 1.5rem;
}

@media screen and (max-width:992px) {
    .blog-title {
        margin-top: 2rem;
    }
}

.error-find-blog {
    background-color: var(--color1);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.25rem;
}

.cart-arc-blog {
    position: relative;
}

.widget.widget_categories {
    background-color: #F7F9FC;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid #E9EBEE;
}

.caticon:before {
    content: "\e902";
    font-family: icomoon;
}

.caticon {
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 4px;
    color: var(--color1);
    font-size: 8px;
    transition: 0.4s ease;
}

.caticon.active {
    transform: rotate(180deg);
}

.sidebar.sidebar-blog img {
    width: 100%;
    transition: 0.4s ease;
    border-radius: 1.5rem;
}

a.sidebar.sidebar-blog:hover img {
    transform: scale(1.05);
}

.widget.widget-side ul li a {
    color: var(--text);
    transition: 0.3s;
    font-size: 1rem;
}

.widget.widget-side ul li a:hover {
    color: var(--color1);
}

.widget.widget-side ul li ul.children li a {
    color: #5A5A5A !important;
    position: relative;
    font-size: 1rem;
    padding-bottom: 0.5rem;
    transition: 0.3s;
    font-variation-settings: "wght" 400, "wdth" 100;
}

.widget.widget-side ul li ul.children li a:hover {
    color: var(--color1) !important;
}

.widget.widget-side .widget-title {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    height: 60px;
    margin-bottom: 0.75rem;
    gap: 0.25rem;
    border-radius: 0.5rem;
}

.widget.widget-side .widget-title h4 {
    font-size: 1.125rem;
    color: var(--white);
    font-variation-settings: "wght" 700, "wdth" 100;
}

.widget.widget-side ul li.cat-parent {
    position: relative;
}

.widget.widget-side ul li:not(:last-child, ul.children li) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #C9D0FF8C;
    margin-bottom: 1rem;
}

.widget.widget-side ul {
    padding: 0.5rem 0 0.5rem;
    padding-bottom: 0;
}

.widget.widget-side ul li.cat-parent ul.children {
    padding: 0.5rem 0.875rem 0;
}

#more-tax-desc {
    border: 1px solid #D8D8D8;
    padding: 1.5rem;
    border-radius: 1.75rem;
    background-color: var(--white);
}

.widget-title .icon-category {
    color: var(--color1);
    font-size: 1.5rem;
}

@media screen and (max-width:992px) {
    .archive-bg-image .content-archive {
        right: 12px;
        left: 12px;
        bottom: 25%;
    }

    a.sidebar-blog-mobile {
        display: table;
        margin: 72px auto;
    }

    .editor-content.main-content.archive-blog-editor p {
        max-width: 100%;
        font-size: 1rem;
    }

    .widget.widget-side .widget-title {
        height: 2rem;
        justify-content: flex-start;
        margin-bottom: 0;
        background-color: transparent;
        padding: 0;
    }

    .widget.widget-side .widget-title h4 {
        color: var(--text);
    }

    .widget.widget-side ul {
        padding-top: 1rem;
    }

    .widget.widget-side.widget_categories ul li ul.children li {
        padding-bottom: 0;
    }

    .widget.widget_categories {
        background-color: var(--white);
        padding: 1rem;
        border-radius: 1rem;
        margin-bottom: 1.25rem !important;
    }
}

/* post card css */
.post-item {
    display: flex;
    flex-direction: column;
}

.post-item .post-item-image img {
    width: 100%;
    border-radius: 0.5rem;
    min-height: 165px;
    aspect-ratio: 4 / 2.5;
}

.post-item .post-item-image {
    margin-bottom: 1rem;
}

.post-item .post-item-category {
    color: var(--color1);
    font-size: 0.875rem;
    font-variation-settings: "wght" 500, "wdth" 100;
    transition: 0.3s;
    line-height: 1.72;
    margin-bottom: 0.25rem;
}

.post-item .post-item-category:hover {
    color: var(--hover);
}

.post-item .post-item-title {
    font-size: 17px;
    font-variation-settings: "wght" 500, "wdth" 100;
    line-height: 1.72;
    margin-bottom: 0.5rem;
    min-height: 55.23px;
}

.post-item .post-item-title a {
    color: var(--text);
    transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item .post-item-title a:hover {
    color: var(--hover);
}

.post-item .post-item-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-variation-settings: "wght" 400, "wdth" 100;
    line-height: 1.72;
    color: #5B5C5F;
}

.post-item .post-item-meta-sep {
    width: 1px;
    height: 16px;
    background-color: #E9EBEE;
    flex-shrink: 0;
}

.post-item .post-item-meta .post-like-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
    transition: color 0.3s;
}

.post-item .post-item-meta .post-like-btn:hover:not(.is-liked):not(.is-loading) {
    color: #232323;
}

.post-item .post-item-meta .post-like-btn.is-liked {
    cursor: default;
}

.post-item .post-item-meta .post-like-btn.is-liked .post-like-icon {
    color: #F20202;
}

.post-item .post-item-meta .post-like-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.post-item .post-item-meta .post-like-btn.is-loading {
    pointer-events: none;
    cursor: wait;
}

.post-item .post-item-meta .post-like-btn.is-loading .post-like-icon {
    display: none;
}

.post-item .post-item-meta .post-like-spinner {
    display: none;
    width: 14px;
    height: 14px;
    border: 2px solid #E9EBEE;
    border-top-color: #5B5C5F;
    border-radius: 50%;
    animation: post-like-spin 0.7s linear infinite;
}

.post-item .post-item-meta .post-like-btn.is-loading .post-like-spinner {
    display: block;
}

@keyframes post-like-spin {
    to {
        transform: rotate(360deg);
    }
}

/* --------------------
    blog archive (category / tag)
-------------------- */
.simple-blog-archive .blog-item-more.blog-item-hidden {
    display: none !important;
}

.simple-blog-archive .blog-arc-show-type {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.simple-blog-archive .blog-arc-show-type [data-view] {
    cursor: pointer;
    color: #5B5C5F;
    width: 1.5rem;
    height: 1.5rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simple-blog-archive .blog-arc-show-type [data-view]:hover,
.simple-blog-archive .blog-arc-show-type [data-view].active {
    color: var(--color1);
}

.simple-blog-archive .post-item.post-item-full {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
}

.simple-blog-archive .post-item.post-item-full .post-item-image {
    flex: 0 0 auto;
    width: 280px;
    max-width: 280px;
    margin-bottom: 0;
}

.simple-blog-archive .post-item.post-item-full .post-item-content {
    flex: 1;
    min-width: 0;
}

.simple-blog-archive .post-item.post-item-full .post-item-title {
    margin: 0 0 0.25rem;
}

.simple-blog-archive .blog-item-full-wrap {
    display: none;
}

.simple-blog-archive .blog-archive-list.blog-archive-view-full .blog-item-grid-wrap {
    display: none;
}

.simple-blog-archive .blog-archive-list.blog-archive-view-full .blog-item-full-wrap {
    display: block;
}

@media screen and (max-width: 992px) {
    .simple-blog-archive .blog-arc-show-type {
        display: none !important;
    }

    .simple-blog-archive .blog-item-full-wrap {
        display: none !important;
    }

    .simple-blog-archive .blog-item-grid-wrap {
        display: block !important;
    }
}

.simple-blog-archive .post-item-excerpt {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #5B5C5F;
}

.simple-blog-archive .blog-archive-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 76px 0 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #E9EBEE;
}

.simple-blog-archive .blog-archive-title .title-heading {
    color: #242424;
    font-size: 20px;
}

.simple-blog-archive .blog-archive-desc {
    margin-bottom: 1.5rem;
}

.simple-blog-archive .cart-arc-blog {
    margin-bottom: 120px;
}

.simple-blog-archive .post-item .post-item-image {
    border-radius: 0.5rem;
    width: 100%;
    display: inline-flex;
    overflow: hidden;
}

.simple-blog-archive .post-item .post-item-image img {
    width: 100%;
}

.simple-blog-archive .post-item .post-item-category {
    color: var(--color1);
    font-size: 0.875rem;
    font-variation-settings: "wght" 500, "wdth" 100;
    transition: 0.3s;
    line-height: 1.72;
    margin-bottom: 0.25rem;
    display: inline-block;
}

.simple-blog-archive .post-item .post-item-category:hover {
    color: var(--hover);
}

.simple-blog-archive .post-item .post-item-title {
    margin: 1rem 0;
}

.simple-blog-archive .post-item .post-item-title a {
    color: #242424;
    font-size: 15px;
    font-variation-settings: "wght" 500, "wdth" 100;
    line-height: 1.72;
    transition: 0.3s;
}

.simple-blog-archive .post-item .post-item-title a:hover {
    color: var(--color1);
}

.simple-blog-archive .post-item .post-item-meta {
    font-size: 12px;
    color: #5B5C5F;
    font-variation-settings: "wght" 400, "wdth" 100;
}

.simple-blog-archive .blog-load-toggle {
    background-color: transparent;
    border: none;
    font-family: 'IRANSans', sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 16px;
    color: var(--color1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.simple-blog-archive .blog-load-toggle .icon-chevron-down,
.simple-blog-archive .blog-load-toggle .icon-chevron-up {
    font-size: 7px;
    color: var(--color1);
}

.simple-blog-archive .blog-archive-search-cat,
.simple-blog .blog-archive-search-cat {
    background-color: #F2F3F6;
    padding: 0.75rem 0;
}

.simple-blog-archive .blog-archive-search-cat-inner,
.simple-blog .blog-archive-search-cat-inner {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.simple-blog-archive .blog-archive-search-cat-inner--no-cat,
.simple-blog .blog-archive-search-cat-inner--no-cat {
    justify-content: space-between;
}

.simple-blog-archive .blog-archive-cat {
    flex: 0 0 15%;
    max-width: 15%;
}

.simple-blog-archive .blog-arc-search-form,
.simple-blog .blog-arc-search-form {
    flex: 1;
    min-width: 0;
}

.simple-blog-archive .blog-archive-search-cat-inner--no-cat .blog-arc-search-form,
.simple-blog .blog-archive-search-cat-inner--no-cat .blog-arc-search-form {
    flex: 0 1 70%;
    max-width: 70%;
}

@media screen and (max-width: 992px) {

    .simple-blog-archive .blog-archive-search-cat-inner--no-cat .blog-arc-search-form,
    .simple-blog .blog-archive-search-cat-inner--no-cat .blog-arc-search-form {
        flex: 1;
        max-width: 100%;
    }
}

.simple-blog-archive .blog-arc-social,
.simple-blog .blog-arc-social {
    flex: 0 0 15%;
    max-width: 15%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
}

.simple-blog-archive .blog-archive-cat-accordion {
    position: relative;
}

.simple-blog-archive .blog-archive-cat-trigger {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.5rem 0;
    transition: 0.3s;
    font-size: 14px;
    line-height: 1.5;
    color: #242424;
}

.simple-blog-archive .blog-archive-cat-trigger:hover {
    color: var(--color1);
}

.simple-blog-archive .blog-archive-cat-trigger .icon-chevron-down {
    font-size: 8px;
    transition: transform 0.3s;
}

.simple-blog-archive .blog-archive-cat-accordion:hover .blog-archive-cat-trigger .icon-chevron-down {
    transform: rotate(180deg);
}

.simple-blog-archive .blog-archive-cat-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    z-index: 100;
}

.simple-blog-archive .blog-archive-cat-accordion:hover .blog-archive-cat-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(4px);
}

.simple-blog-archive .blog-archive-cat-item {
    position: relative;
}

.simple-blog-archive .blog-archive-cat-dropdown>.blog-archive-cat-item>a {
    display: block;
    padding: 0.5rem 1rem;
    color: #242424;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.simple-blog-archive .blog-archive-cat-dropdown>.blog-archive-cat-item>a:hover {
    color: var(--color1);
    background: #F2F3F6;
}

.simple-blog-archive .blog-archive-cat-dropdown>.blog-archive-cat-item.has-children>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.simple-blog-archive .blog-archive-cat-item-chevron {
    font-size: 6px;
    flex-shrink: 0;
    margin-inline-start: auto;
    transition: transform 0.3s;
}

.simple-blog-archive .blog-archive-cat-item.has-children:hover .blog-archive-cat-item-chevron {
    transform: rotate(180deg);
}

.simple-blog-archive .blog-archive-cat-sub {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}

.simple-blog-archive .blog-archive-cat-item.has-children:hover .blog-archive-cat-sub {
    max-height: 300px;
}

.simple-blog-archive .blog-archive-cat-sub li a {
    display: block;
    padding: 0.35rem 1rem;
    color: #5B5C5F;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

.simple-blog-archive .blog-archive-cat-sub li a:hover {
    color: var(--color1);
}

.simple-blog-archive .blog-arc-search-form-inner,
.simple-blog .blog-arc-search-form-inner {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #DADCDE;
    height: 2.5rem;
    padding: 0 0.75rem;
}

.simple-blog-archive .blog-arc-search-btn,
.simple-blog .blog-arc-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #5B5C5F;
    width: 1.5rem;
    height: 1.5rem;
    transition: 0.3s;
}

.simple-blog-archive .blog-arc-search-btn:hover,
.simple-blog .blog-arc-search-btn:hover {
    color: var(--color1);
}

.simple-blog-archive .blog-arc-search-btn .icon-search,
.simple-blog .blog-arc-search-btn .icon-search {
    font-size: 1rem;
}

.simple-blog-archive .blog-arc-search-input,
.simple-blog .blog-arc-search-input {
    flex: 1;
    min-width: 0;
    padding: 0 0.75rem;
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
}

.simple-blog-archive .blog-arc-search-input::placeholder,
.simple-blog .blog-arc-search-input::placeholder {
    color: #97989B;
}

.simple-blog-archive .blog-archive-more-desc {
    margin-bottom: 120px;
}

/* --------------------
    video archive
-------------------- */
.simple-video-archive .video-item-more.video-item-hidden {
    display: none !important;
}

.simple-video-archive .video-arc-show-type {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.simple-video-archive .video-arc-show-type [data-view] {
    cursor: pointer;
    color: #5B5C5F;
    width: 1.5rem;
    height: 1.5rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simple-video-archive .video-arc-show-type [data-view]:hover,
.simple-video-archive .video-arc-show-type [data-view].active {
    color: var(--color1);
}

.simple-video-archive .video-item.video-item-full {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.simple-video-archive .video-item.video-item-full .video-item-title {
    margin: 0 0 0.25rem;
}

.simple-video-archive .video-item-full-wrap {
    display: none;
}

.simple-video-archive .video-archive-list.video-archive-view-full .video-item-grid-wrap {
    display: none;
}

.simple-video-archive .video-archive-list.video-archive-view-full .video-item-full-wrap {
    display: block;
}

@media screen and (max-width: 992px) {
    .simple-video-archive .video-arc-show-type {
        display: none !important;
    }

    .simple-video-archive .video-item-full-wrap {
        display: none !important;
    }

    .simple-video-archive .video-item-grid-wrap {
        display: block !important;
    }
}

.simple-video-archive .video-item-excerpt {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #5B5C5F;
}

.simple-video-archive .video-archive-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 76px 0 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #E9EBEE;
}

.simple-video-archive .video-archive-title .title-heading {
    color: #242424;
    font-size: 20px;
}

.simple-video-archive .cart-arc-video {
    margin-bottom: 120px;
}

.simple-video-archive .video-item .video-item-image {
    border-radius: 0.5rem;
    width: 100%;
    display: inline-flex;
}

.simple-video-archive .video-item .video-item-image img {
    width: 100%;
}

.simple-video-archive .video-item .video-item-image::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: #00000033;
    border-radius: 0.5rem;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.simple-video-archive .video-item .video-item-image .icon-play {
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    width: 1.5rem;
    height: 1.5rem;
    color: var(--white);
    font-size: 10px;
    background-color: var(--color1);
    border-radius: 50%;
    transition: 0.3s;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simple-video-archive .video-item:hover .video-item-image .icon-play {
    transform: translate(50%, 50%) scale(1.2);
}

.simple-video-archive .video-item .video-item-title {
    margin: 1rem 0;
}

.simple-video-archive .video-item .video-item-title a {
    color: #242424;
    font-size: 15px;
    font-variation-settings: "wght" 500, "wdth" 100;
    line-height: 1.72;
    transition: 0.3s;
}

.simple-video-archive .video-item .video-item-title a:hover {
    color: var(--color1);
}

.simple-video-archive .video-item .post-item-date {
    font-size: 12px;
    color: #5B5C5F;
    font-variation-settings: "wght" 400, "wdth" 100;
}

.simple-video-archive .video-load-toggle {
    background-color: transparent;
    border: none;
    font-family: 'IRANSans', sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 16px;
    color: var(--color1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.simple-video-archive .video-load-toggle .icon-chevron-down,
.simple-video-archive .video-load-toggle .icon-chevron-up {
    font-size: 7px;
    color: var(--color1);
}

.simple-video-archive .video-archive-search-cat {
    background-color: #F2F3F6;
    padding: 0.75rem 0;
}

.simple-video-archive .video-archive-search-cat-inner {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.simple-video-archive .video-archive-cat {
    flex: 0 0 15%;
    max-width: 15%;
}

.simple-video-archive .video-arc-search-form {
    flex: 1;
    min-width: 0;
}

.simple-video-archive .video-arc-social {
    flex: 0 0 15%;
    max-width: 15%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem;
}

/* video archive categories accordion */
.simple-video-archive .video-archive-cat-accordion {
    position: relative;
}

.simple-video-archive .video-archive-cat-trigger {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.5rem 0;
    transition: 0.3s;
    font-size: 14px;
    line-height: 1.5;
    color: #242424;
}

.simple-video-archive .video-archive-cat-trigger:hover {
    color: var(--color1);
}

.simple-video-archive .video-archive-cat-trigger .icon-chevron-down {
    font-size: 8px;
    transition: transform 0.3s;
}

.simple-video-archive .video-archive-cat-accordion:hover .video-archive-cat-trigger .icon-chevron-down {
    transform: rotate(180deg);
}

.simple-video-archive .video-archive-cat-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    z-index: 100;
}

.simple-video-archive .video-archive-cat-accordion:hover .video-archive-cat-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(4px);
}

.simple-video-archive .video-archive-cat-item {
    position: relative;
}

.simple-video-archive .video-archive-cat-dropdown>.video-archive-cat-item>a {
    display: block;
    padding: 0.5rem 1rem;
    color: #242424;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.simple-video-archive .video-archive-cat-dropdown>.video-archive-cat-item>a:hover {
    color: var(--color1);
    background: #F2F3F6;
}

.simple-video-archive .video-archive-cat-sub {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}

.simple-video-archive .video-archive-cat-item.has-children:hover .video-archive-cat-sub {
    max-height: 300px;
}

.simple-video-archive .video-archive-cat-sub li a {
    display: block;
    padding: 0.35rem 1rem;
    color: #5B5C5F;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

.simple-video-archive .video-archive-cat-sub li a:hover {
    color: var(--color1);
}

/* video archive search form */
.simple-video-archive .video-arc-search-form-inner {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #DADCDE;
    height: 2.5rem;
    padding: 0 0.75rem;
}

.simple-video-archive .video-arc-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #5B5C5F;
    width: 1.5rem;
    height: 1.5rem;
    transition: 0.3s;
}

.simple-video-archive .video-arc-search-btn:hover {
    color: var(--color1);
}

.simple-video-archive .video-arc-search-btn .icon-search {
    font-size: 1rem;
}

.simple-video-archive .video-arc-search-input {
    flex: 1;
    min-width: 0;
    padding: 0 0.75rem;
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
}

.simple-video-archive .video-arc-search-input::placeholder {
    color: #97989B;
}


#breadcrumbs a {
    color: #242424;
    position: relative;
    display: inline-flex;
    align-items: center;
}

#breadcrumbs a:hover {
    color: var(--hover);
}

.breadcrumb_last {
    color: #97989B;
}

#breadcrumbs span:first-child a::after {
    content: "\e907";
    font-family: "icomoon";
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #242424;
    font-size: 12px;
    transition: 0.3s;
}

#breadcrumbs.breadcrumbs--single span:first-child a::after {
    content: none;
    display: none;
}

#breadcrumbs.breadcrumbs--single {
    position: static;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 8px;
    margin-bottom: 1.5rem;
}

#breadcrumbs.breadcrumbs--single .breadcrumb-sep {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #242424;
    font-size: 12px;
    flex-shrink: 0;
}

#breadcrumbs {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scro;
    font-size: 12px;
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
}

.page-template-template-blog #breadcrumbs {
    margin-top: 4.25rem;
}

@media screen and (max-width: 992px) {
    #breadcrumbs {
        right: 0 !important;
        margin-top: 0.5rem;
    }
}

/* video archive */
.simple-video-archive .video-arc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
    border-bottom: 1px solid #E9EBEE;
    padding-bottom: 1rem;
    margin-bottom: 5rem;
}

.simple-video-archive .video-arc .title-heading {
    color: #242424;
    font-size: 2rem;
    font-variation-settings: "wght" 600, "wdth" 100;
    line-height: 1.72;
}

