<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General */

.single-hero-inside:not(:empty), .single-hero-outside {
    margin-bottom: 16px;
}

.single-hero-outside:not(:empty) {
    margin-top: 16px;
}

/* Reading Progress Indicator */

.post-reading-progress-indicator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    z-index: 99999;
}

body.admin-bar .post-reading-progress-indicator {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .post-reading-progress-indicator {
        margin-top: 46px;
    }
}

@media screen and (max-width: 600px) {
    body.admin-bar .post-reading-progress-indicator {
        margin-top: 0;
    }
}

.post-reading-progress-indicator span {
    background: var(--accent-color);
    transition: 0.3s ease-out;
    height: 100%;
    width: 0;
    display: block;
    box-shadow: 0 2px 6px #30323c26;
}


/* Single Hero Title 1 */

.single-hero-title-1 {
    position: relative;
}

.single-hero-outside .single-hero-title-1 {
    padding: 0 150px;
}
@media screen and (max-width: 1024px) {
    .single-hero-outside .single-hero-title-1 {
        padding: 0;
    }
}

.single-hero-title-1 .category a {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 2px 12px;
    margin-right: 7px;
    background: var(--accent-color);
    color: var(--accent-color-alt);
    border-radius: 50px;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.single-hero-title-1 .category a:hover {
    background: var(--button-bg-hover);
    color: #fff;
}

.single-hero-title-1 .category a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: var(--term-color, #fff);
}

.single-hero-title-1 .title {
    border-bottom: 1px solid #dfe1ea;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    word-wrap: break-word;
    word-break: break-word;
}

.single-hero-title-1 .excerpt {
    font-size: 1.25rem;
    opacity: 0.8;
	text-align: justify;
}

.single-hero-title-1 .meta,
.single-hero-title-1 .meta-1,
.single-hero-title-1 .meta-2 {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 10px;
}

.single-hero-title-1 .meta-1 {
    flex-grow: 1;
    text-align: left;
}

.single-hero-title-1 .author-avatar {
    flex-shrink: 0;
}

.single-hero-title-1 .author-avatar img {
    width: 45px;
    border-radius: 50%;
}

.single-hero-title-1 .author-name a {
    color: black;
    font-size: 14px;
}

.single-hero-title-1 .bottom {
    font-size: 12px;
    color: #51535a;
    letter-spacing: 1px;
}

.single-hero-title-1 .bottom span {
    position: relative;
}

.single-hero-title-1 .bottom span + span::before {
    content: '/';
    display: inline-block;
    margin: 0 3px;
}

.single-hero-title-1 .meta-2 {
    letter-spacing: 1px;
    font-size: 14px;
}

.single-hero-title-1 .meta-2 i {
    display: inline-block;
    vertical-align: sub;
    font-size: 18px;
}



.single-hero-title-1 .comments a {
    color: #51535a;
}

.single-hero-title-1 .views .text, .single-hero-title-1 .comments a .text {
    display: none;
}


/* Single Hero Title 2 */

.single-hero-title-2 {
    position: relative;
}

.single-hero-outside .single-hero-title-2 {
    padding: 0 150px;
}
@media screen and (max-width: 1024px) {
    .single-hero-outside .single-hero-title-2 {
        padding: 0;
    }
}

.single-hero-title-2 .category a {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 2px 12px;
    margin-right: 7px;
    background: var(--accent-color);
    color: var(--accent-color-alt);
    border-radius: 50px;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.single-hero-title-2 .category a:hover {
    background: var(--button-bg-hover);
    color: #fff;
}

.single-hero-title-2 .category a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: var(--term-color, #fff);
}

.single-hero-title-2 .title {
    border-bottom: 1px solid #dfe1ea;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    word-wrap: break-word;
    word-break: break-word;
}

.single-hero-title-2 .excerpt {
    font-size: 1.25rem;
	text-align: justify;
}

.single-hero-title-2 .meta, .single-hero-title-2 .meta-details {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    font-size: 12px;
    letter-spacing: 1px;
    color: #51535a;
    font-family: "farsinum", Sans-serif;
}

.single-hero-title-2 .meta {
    flex-wrap: nowrap;
}

.single-hero-title-2 .meta a {
    color: #51535a;
}

.single-hero-title-2 .author-avatar {
    flex-shrink: 0;
}

.single-hero-title-2 .author-avatar img {
    width: 45px;
    border-radius: 50%;
    margin-right: 10px;
}

.single-hero-title-2 .author-name {
    flex-shrink: 0;
    width: 100%;
    font-size: 14px;
    text-align: left;
}

.single-hero-title-2 .author-name a {
    color: #000;
}

.single-hero-title-2 .meta-details .meta-item {
    position: relative;
}

.single-hero-title-2 .meta-details .meta-item:not(:last-child)::after {
    content: '/';
    display: inline-block;
    margin: 0 6px;
}



/* Single Hero Quote */

.single-hero-quote-container {
    padding: 6%;
}

.single-hero-quote-container .content {
    font-size: 1.2rem;
}

.single-hero-quote-container .author {
    margin: 0;
    position: relative;
}

.single-hero-quote-container .author::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: currentColor;
    margin-right: 10px;
}

.single-hero-quote-container .icon {
    font-size: 3rem;
    line-height: 1;
    display: inline-block;
}

.single-hero-quote-container.before-meta {
    margin-bottom: 50px;
}

.single-hero-quote-container.after-meta {
    margin-top: 50px;
}

.single-hero-quote-container.radius {
    border-radius: 15px;
}

.single-hero-quote-container.shadow {
    box-shadow: var(--shadow-soft);
}


.single-hero-quote-container.style-1, .single-hero-quote-container.style-2 {
    background: var(--quote-bg, var(--second-color));
    color: var(--quote-color, var(--second-color-alt));
}

.single-hero-quote-container.style-2 .quote-content {
    padding: 5%;
    border: 1px solid var(--quote-color, var(--second-color-alt));
}

.single-hero-quote-container.style-3 {
    border: 8px solid var(--quote-bg, var(--second-color));
    color: var(--quote-color, currentColor);
}

.single-hero-quote-container.style-4 {
    background: var(--quote-bg, var(--second-color));
    color: var(--quote-color, currentColor);
}

.single-hero-quote-container.style-4 .quote-content {
    padding: 5%;
    background: #fff;
}


/* Single Hero Link */

.single-hero-link-container {
    padding: 6%;
    background: var(--link-bg, #fff);
    color: var(--link-color, currentColor);
}

.single-hero-link-container .link-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.single-hero-link-container .content {
    overflow: hidden;
    flex: 1;
}

.single-hero-link-container .link {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 1.5rem;
    color: var(--link-color, currentColor);
}

.single-hero-link-container .title {
    margin: 0;
}

.single-hero-link-container .link-icon {
    font-size: 4rem;
    line-height: 1;
    display: block;
    margin-right: 25px;
}

.single-hero-link-container .link-icon i {
    display: block;
}

.single-hero-link-container.before-meta {
    margin-bottom: 50px;
}

.single-hero-link-container.after-meta {
    margin-top: 50px;
}

.single-hero-link-container.radius {
    border-radius: 15px;
}

.single-hero-link-container.shadow {
    box-shadow: var(--shadow-soft);
}

/* Single Hero Audio */

.single-hero-audio-container.before-meta {
    margin-bottom: 50px;
}

.single-hero-audio-container.after-meta {
    margin-top: 50px;
}

.single-hero-audio-container iframe {
    width: 100%;
    border-radius: 15px;
}

/* Single Hero Video */

.single-hero-video-container.before-meta {
    margin-bottom: 50px;
}

.single-hero-video-container.after-meta {
    margin-top: 50px;
}

.single-hero-video-container iframe {
    width: 100%;
    height: 600px;
    border-radius: 15px;
}

/* Single Hero Gallery */

.single-hero-gallery-container.before-meta {
    margin-bottom: 50px;
}

.single-hero-gallery-container.after-meta {
    margin-top: 50px;
}

.single-hero-gallery-item img {
    width: 100%;
}

.single-hero-inside .single-hero-gallery-container.radius,
.single-hero-gallery-container.radius .single-hero-gallery-item img {
    border-radius: 15px;
}

.single-hero-inside .single-hero-gallery-container.shadow{
    box-shadow: var(--shadow-soft);
}

.single-hero-gallery-container .swiper {
    height: 300px;
    transition: 0.3s;
    opacity: 0;
}

.single-hero-gallery-container .swiper.swiper-initialized {
    height: auto;
    opacity: 1;
}

.single-hero-gallery-container .swiper-button-next, .single-hero-gallery-container .swiper-button-prev {
    color: #fff;
    background: #292a2e57;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 4px;
    transition: 0.3s;
}

.single-hero-gallery-container .swiper-button-next:hover, .single-hero-gallery-container .swiper-button-prev:hover {
    background: #292a2e8a;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    font-size: 30px;
}

/* Single Hero Standard: Layout default */

.single-hero-layout-default .image-container {
    margin-bottom: 20px;
}

.single-hero-layout-default .image-container img {
    width: 100%;
    display: block;
    border-radius: 15px;
}


/* Single Hero Standard: Layout 1, 2 */

.single-hero-layout-1 .image-container.before-meta,
.single-hero-layout-2 .image-container.before-meta {
    margin-bottom: 50px;
}

.single-hero-layout-1 .image-container.after-meta,
.single-hero-layout-2 .image-container.after-meta {
    margin-top: 50px;
}

.single-hero-layout-1 .image-container img,
.single-hero-layout-2 .image-container img {
    width: 100%;
    display: block;
}
.single-hero-layout-1 .image-container.radius img,
.single-hero-layout-2 .image-container.radius img {
    border-radius: 15px;
}

.single-hero-layout-1 .image-container.shadow img,
.single-hero-layout-2 .image-container.shadow img{
    box-shadow: var(--shadow-soft);
}
.single-hero-title-1 .print a {
    color: #51535a;
	cursor:pointer;
}




/* Single highlight title */

.single-hero-inside, .single-hero-outside {
    --single-highlight-color: #000;
    --single-highlight-bg: #fff;
}

.single-hero-layout-3 .single-hero-title-1 .title,
.single-hero-layout-8 .single-hero-title-1 .title,
.single-hero-layout-9 .single-hero-title-1 .title,
.single-hero-layout-12 .single-hero-title-1 .title,
.single-hero-layout-13 .single-hero-title-1 .title,
.single-hero-layout-14 .single-hero-title-1 .title {
    border: none;
    margin: 6px 0 0;
}

.single-hero-layout-3 .single-hero-title-1 .title .title-span,
.single-hero-layout-8 .single-hero-title-1 .title .title-span,
.single-hero-layout-9 .single-hero-title-1 .title .title-span,
.single-hero-layout-12 .single-hero-title-1 .title .title-span,
.single-hero-layout-13 .single-hero-title-1 .title .title-span,
.single-hero-layout-14 .single-hero-title-1 .title .title-span {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: var(--single-highlight-bg);
    color: var(--single-highlight-color);
    padding: 0.1em 0.3em;
    filter: url(#title-highlight);
}

.single-hero-layout-5 .single-hero-title-2 .title .title-span {
    padding: 0.1em 0.3em;
    filter: url(#title-highlight);
}

.single-hero-layout-3-container .date-container {
    background: var(--single-highlight-bg);
    color: var(--single-highlight-color);
}

.single-hero-layout-3 .single-hero-title-1 .category a,
.single-hero-layout-8 .single-hero-title-1 .category a,
.single-hero-layout-9 .single-hero-title-1 .category a,
.single-hero-layout-12 .single-hero-title-1 .category a,
.single-hero-layout-13 .single-hero-title-1 .category a,
.single-hero-layout-14 .single-hero-title-1 .category a {
    background: #fff;
    color: #000;
}

.single-hero-layout-3 .single-hero-title-1 .category a:hover,
.single-hero-layout-8 .single-hero-title-1 .category a:hover,
.single-hero-layout-9 .single-hero-title-1 .category a:hover,
.single-hero-layout-12 .single-hero-title-1 .category a:hover,
.single-hero-layout-13 .single-hero-title-1 .category a:hover,
.single-hero-layout-14 .single-hero-title-1 .category a:hover {
    background: var(--button-bg-hover);
    color: #fff;
}


/* Post Tags */

.single-post-tags {
    padding-top: 20px;
}

.single-post-tags h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.single-post-tags a {
    display: inline-block;
    padding: 4px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #404246;
    border-radius: 3px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transition: 0.3s;
}
.single-post-tags a:before {
    content: "#";
    float: right;
    margin-left: 4px;

}

.single-post-tags a:hover {
    color: #000000;
    border-color: #000000;
}


.single-share-box-container {
    padding: 5px 0;
    border-top: 1px solid #dfe1ea;
}


.single-share-box {
    margin: 5px 0;
}

.single-share-box a {
    display: inline-block;
    line-height: 1;
    background: #3f51b5;
    color: #fff;
    padding: 5px;
    font-size: 1.4rem;
    margin: 0 2px;
    transition: 0.4s;
	 border-radius: 3px;
}

.single-share-box a:hover {
    opacity: .5;
}

.single-share-box a i {
    line-height: 1;
    display: block;
}

.single-share-box a.facebook {
    background: #3f51b5;
}

.single-share-box a.twitter {
    background: #2196f3;
}

.single-share-box a.linkedin {
    background: #137fd6;
}

.single-share-box a.pinterest {
    background: #e91e54;
}

.single-share-box a.telegram {
    background: #1cb8ff;
}

.single-share-box a.email {
    background: #00bcd4;
}

.single-share-box a.whatsapp {
    background: #19b77e;
}
.single-share-box a.eitaa {
    background: #e37600;
}


/* Share Box Link */

.single-share-box-link {
	    margin: 5px 0
}

.single-share-box-link .form-content {
    max-width: 600px;
    position: relative;
    margin: auto;
	float: left;
}

.single-share-box-link .share-link-text {
   margin: 0;
    width: 100%;
    max-width: 100%;
    color: #6d7086;
    font-size: 12px;
    background: #f7f7f7;
    padding: 5px 10px;
    padding-left: 45px;
    line-height: 1;
    border: none;
}

.single-share-box-link .share-link-btn {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: var(--accent-color);
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    background: #dfdfdf;
    padding: 5px;
}

.single-share-box-link .share-link-btn i {
    display: block;
}

.single-share-box-link .copied-popup-text {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    font-size: 11px;
    background: var(--second-color);
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.single-share-box-link .copied-popup-text.show {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 550px) {
    .single-share-box-link .copied-popup-text {
        left: auto;
        right: 0;
        transform: translateX(0);
    }
}


/* Author Box */

.single-author-box-container {
    padding: 50px 0;
    border-top: 1px solid #dfe1ea;
}

.single-author-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.single-author-box-avatar {
    flex-shrink: 0;
    margin-right: 40px;
}

.single-author-box-avatar img {
    border-radius: 50%;
    box-shadow: 0 6px 20px #1d1f2942;
    width: 120px;
    height: 120px;
}

.single-author-box-desc {
    flex-grow: 1;
}

.single-author-box-desc .more-articles {
    float: right;
    font-size: 0.8rem;
    padding: 6px 15px;
    border-radius: 50px;
}

.single-author-box-desc .written-by {
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

@media screen and (max-width: 575px) {
    .single-author-box {
        flex-direction: column;
        text-align: center;
    }
    .single-author-box-avatar {
        margin: 0;
    }
    .single-author-box-desc .more-articles {
        float: none;
        margin: 15px 0;
    }
}


/* Next And Previous Posts */

.single-next-prev-posts-container {
    padding: 50px 0;
    border-top: 1px solid #dfe1ea;
}

.single-next-prev-posts .post-wrapper {
    display: flex;
    align-items: center;
}

.single-next-prev-posts .image {
    flex-shrink: 0;
}

.single-next-prev-posts .image img {
    border-radius: 6px;
    width: 120px;
}

.single-next-prev-posts .image img {
    margin-right: 20px;
}

.single-next-prev-posts .post-wrapper .title {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.single-next-prev-posts .post-wrapper .title a {
    color: inherit;
    word-break: break-word;
}

.single-next-prev-posts .next-prev-label {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.single-next-prev-posts .next-prev-label .icon {
    vertical-align: middle;
}

@media screen and (max-width: 767px){
    .single-next-prev-posts .post-wrapper:first-of-type {
        margin-bottom: 15px;
    }
}

/* Fixed Next And Previous Posts */

.single-fixed-next-prev-posts {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.single-fixed-next-prev-posts.show {
    visibility: visible;
    opacity: 1;
}

.single-fixed-next-prev-posts .fixed-post {
    position: fixed;
    z-index: 999;
    top: 50%;
    height: 120px;
}

.single-fixed-next-prev-posts .next-post {
    right: 0;
}

.single-fixed-next-prev-posts .prev-post {
    left: 0;
}

.single-fixed-next-prev-posts .post-label {
    position: absolute;
    top: 0;
    bottom: 0;
    writing-mode: tb-rl;
    text-align: center;
    background: #f2f4f5;
    padding: 4px;
    z-index: 99;
    transition: 0.3s;
}

.single-fixed-next-prev-posts .post-label:hover {
    background: #000;
    color: #fff;
}

.single-fixed-next-prev-posts .next-post .post-label {
    right: 0;
}

.single-fixed-next-prev-posts .prev-post .post-label {
    left: 0;
}

.single-fixed-next-prev-posts .next-post .post-label .icon {
    margin-top: 5px;
}

.single-fixed-next-prev-posts .prev-post .post-label .icon {
    margin-bottom: 5px;
}

.single-fixed-next-prev-posts .post-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 380px;
    background: #fff;
    box-shadow: 0 4px 30px 2px #33353c2b;
    border-radius: 6px;
    padding: 25px;
    display: flex;
    align-items: center;
	justify-content: center;
    transition: 0.3s;
}

.single-fixed-next-prev-posts .next-post .post-wrapper {
    right: -400px;
    padding-right: 60px;
    text-align: left;
}

.single-fixed-next-prev-posts .prev-post .post-wrapper {
    left: -400px;
    padding-left: 60px;
    text-align: right;
}

.single-fixed-next-prev-posts .next-post .post-label:hover + .post-wrapper,
.single-fixed-next-prev-posts .next-post .post-wrapper:hover {
    right: 0;
}

.single-fixed-next-prev-posts .prev-post .post-label:hover + .post-wrapper,
.single-fixed-next-prev-posts .prev-post .post-wrapper:hover {
    left: 0;
}

.single-fixed-next-prev-posts .post-wrapper .image {
    flex-shrink: 0;
}

.single-fixed-next-prev-posts .next-post .post-wrapper .image img {
    margin-right: 20px;
}

.single-fixed-next-prev-posts .prev-post .post-wrapper .image img {
    margin-left: 20px;
}

.single-fixed-next-prev-posts .post-wrapper .image img {
    border-radius: 6px;
    width: 85px;
}

.single-fixed-next-prev-posts .date {
    font-size: 0.8rem;
}

.single-fixed-next-prev-posts .title {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.single-fixed-next-prev-posts .title a {
    color: inherit;
    transition: 0.3s;
    word-break: break-word;
}

@media screen and (max-width: 1024px ) {
    .single-fixed-next-prev-posts {
        display: none;
    }
}</pre></body></html>