
.interfereStyle {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.encloseStyle {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

progress {
    vertical-align: baseline;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
    background-color: #fff;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 10px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*style.css-2*/

body {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #222;
    font-weight: 400;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333;
}

p {
    margin-bottom: 15px;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #333;
}

a:hover {
    color: #7fcc73;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

blockquote {
    border-left: 4px solid #000;
    margin: 20px 0;
    padding-left: 1em;
}

input,
.form-control,
.btn,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 40px;
    padding: 6px 12px;
}

input[type="checkbox"],
input[type="radio"] {
    min-height: inherit;
    margin-right: 5px;
}

input[type="submit"] {
    color: #fff;
    display: inline-block;
    background-color: #82af7c;
    width: auto;
    border-color: #82af7c;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body.page {
    margin-bottom: 0;
}

.wrapper {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.side-container {
    min-height: 100vh;
    background-color: #fff;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 250px;
    max-width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1002;
    will-change: left, right;
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
}

.side-content-holder {
    height: calc(100% - 150px);
    padding: 30px 20px 150px 20px;
}

.site-branding {
    margin-bottom: 20px;
}


/* menu */

#primary-menu {
    display: none;
}

.slicknav_btn {
    display: none !important;
}

.slicknav_nav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.slicknav_nav li,
.slicknav_nav ul {
    float: none;
}

.slicknav_nav ul {
    margin-left: 0;
}

.slicknav_menu {
    padding: 0;
    background-color: transparent;
    max-height: 550px;
    overflow: hidden;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 15px 0;
    margin: 0;
    color: #333;
    display: block;
}

.slicknav_nav a.active {
    color: #82af7c;
}

.main-navigation ul li {
    width: 100%;
    clear: both;
}

.main-navigation ul ul,
.main-navigation ul ul ul {
    position: inherit;
    top: 0;
    left: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: calc(100% - 15px);
    margin-left: 15px;
}

.main-navigation ul ul a {
    width: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: auto;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
}

.slicknav_nav .slicknav_arrow {
    float: right;
}

.page_item_has_children.slicknav_open .children {
    margin-bottom: 15px;
}

.js #menu {
    display: none;
}

.js .slicknav_menu {
    display: block;
}

.site-footer {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.menu-social-menu-container {
    margin-bottom: 10px;
}


/* bailbord */

.slick-slide {
    outline: none
}

.slick-prev::before,
.slick-next::before {
    font: 900 30px/1 "Font Awesome 5 Free";
}

.slick-prev::before {
    content: "\f104";
}

.slick-next::before {
    content: "\f105";
}

.main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 0;
    min-width: 0;
    max-width: 100%;
    min-height: 1px;
    /* margin-left: 15px; */
}


/* post */

.post {
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
    -moz-box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
    box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
}


/* .entry-header,
.entry-content,
.entry-footer,
.entry-summary {
    padding-right: 40px;
    padding-left: 40px;
} */

.post-thumbnail {
    background-color: #000;
    overflow: hidden;
}

.post-thumbnail .images {
    height: 250px;
    object-fit: cover;
}

.post-thumbnail .image {
    height: 350px;
    object-fit: cover;
}

.post-thumbnail img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-thumbnail img:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}

.entry-header {
    padding-top: 40px;
}


/* .entry-content {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
} */

.entry-footer {
    padding-bottom: 40px;
}

.cat-links a {
    text-transform: uppercase;
    font-weight: 600;
}

.author a {
    font-weight: 600;
    color: #82af7c;
}

.tags-links {
    display: block;
}

.tags-links a {
    position: relative;
    padding-left: 12px;
    font-size: 12px;
}

.tags-links a:before {
    content: "#";
    position: absolute;
    top: 0;
    left: 0;
}

.posted-on {
    margin-right: 5px;
}

.comments-link {
    float: right;
}

.comments-link a {
    position: relative;
    font-size: 0;
}

.comments-link a:before {
    content: "\f075";
    position: absolute;
    top: -14px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    color: #999;
    font-size: 14px;
}

.comment-form label {
    width: 100%;
    display: block;
}

.comment-form input {
    width: 100%;
}

.comment-form input[type="checkbox"],
.comment-form input[type="radio"] {
    width: inherit;
    float: left;
    margin-top: 4px;
}

.comments-area {
    margin-top: 50px;
}

.comment-list,
.children {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.vcard img {
    width: 32px;
    height: 32px;
}

.comment-metadata {
    margin-bottom: 15px;
}

.comment-metadata,
.comment-content,
.reply {
    margin-left: 37px;
}

.reply {
    margin-bottom: 30px;
}

.comment-form input[type="submit"] {
    width: auto;
    height: 40px;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.page .site-main,
.single .site-main {
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
    -moz-box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
    box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
}


/* navigation */

.site-main .navigation {
    margin-top: 40px;
}

.navigation .nav-links a {
    background-color: #82af7c;
    color: #fff;
    border-color: #82af7c;
    padding: 10px 30px;
    display: inline-block;
}

.navigation .nav-links a:hover {
    background-color: #78a273;
    border-color: #78a273;
    color: #fff;
}

.navigation .nav-links .nav-previous,
.navigation .nav-links .nav-next {
    position: relative;
    width: calc(50% - 15px);
}


/* widget */

.widget {
    padding: 20px;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
    -moz-box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
    box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
    background-color: #fff;
}

.widget ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.widget ul li {
    border-bottom: 1px solid #efefef;
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget caption {
    caption-side: inherit;
}

.calendar_wrap {
    text-align: center;
}

.calendar_wrap #today {
    color: #82af7c;
    font-weight: 600;
}

.calendar_wrap tfoot #prev {
    text-align: left;
}

.calendar_wrap tfoot #next {
    text-align: right;
}


/* page */

.page .site-main,
.single .site-main {
    padding: 40px;
}

.page .site-main .entry-header,
.single .site-main .entry-header {
    padding-top: 0;
}

.page .site-main .entry-header,
.page .site-main .entry-content,
.page .site-main .entry-footer,
.single .site-main .entry-header,
.single .site-main .entry-content,
.single .site-main .entry-footer {
    padding-left: 0;
    padding-right: 0;
}

.single .post {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.single .site-main .has-post-thumbnail .entry-header {
    padding-top: 40px;
}

.page-header {
    margin: 30px 0;
}


/* 404 */

.vertical-content {
    display: table;
    width: 100%;
    height: 100%;
}

.error-404 {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
}

.btn:visited {
    color: #fff;
}

.btn:focus {
    box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #82af7c;
    border-color: #82af7c;
}


/* contact form 7 */

.wpcf7-form {
    max-width: 500px;
    margin: 50px auto 0 auto;
}

.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
}

@media (min-width: 992px) {
    .slicknav_menu .slicknav_nav {
        display: block !important;
    }
}

@media (max-width: 991.98px) {
    .wrapper {
        display: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -webkit-box-flex: initial;
    }
    .side-container {
        min-height: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 100%;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /* display: -webkit-box;
        display: -ms-flexbox;
        display: flex; */
        will-change: left, right;
        margin-bottom: 20px;
    }
    .side-content-holder {
        height: auto;
        padding: 15px 15px 30px 15px;
    }
    .site-branding {
        text-align: center;
        margin-bottom: 15px;
    }
    .site-branding img {
        max-width: 150px;
        width: auto;
        max-height: 150px;
        height: auto;
    }
    .slicknav_btn {
        display: block !important;
        width: 100%;
        background-color: #82af7c;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 15px 20px;
        margin: 0;
    }
    .slicknav_menu .slicknav_nav {
        display: none;
    }
    .main-container {
        display: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        margin-left: 0;
    }
    .site-footer {
        position: relative;
        margin: 15px;
        left: auto;
        right: auto;
        bottom: auto;
    }
}

.footer {
    margin: 0 auto;
}

.title-line {
    font-size: 20px;
}

.title-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-line p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-content img {
    object-fit: cover;
}

@media (max-width: 1040px) {
    .article-content h1 {
        font-size: 30px;
    }
    .article-content h2 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .article-content h1 {
        font-size: 28px;
    }
    .article-content h2 {
        font-size: 24px;
    }
}

@media (max-width: 550px) {
    .article-content h1 {
        font-size: 24px;
    }
    .article-content h2 {
        font-size: 22px;
    }
    .footer p {
        font-size: 12px;
    }
}
.radiationStyle {
    overflow: hidden;
    position: absolute;
    max-height: 1px;
}

