<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    font-size: 16px;
}


html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    font-size: 100%;
    line-height: 1.15;
}

@-ms-viewport {
    width: device-width;
}

body,
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

body {
    -moz-word-wrap: break-word;
    -webkit-word-wrap: break-word;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: #ffffff;
    color: #010101;
    font-family: "Noto Sans Devanagari", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    vertical-align: baseline;
}

article,
section,
summary {
    display: block;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ol,
ul {
    margin: 0 0 20px 50px;
    padding: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 10px 0 0 40px;
}

p {
    margin: 0 0 20px;
}

p:empty {
    display: none;
}

a {
    color: #010101;
    text-decoration: none;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

a:hover {
    color: #ff0000;
    /* text-decoration: underline; */
}

a:focus {
    outline: 1px dotted;
    text-decoration: none;
}

.cb-entry .wp-block-button__link,
.wp-block-button__link {
    color: inherit;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

.wp-block-button__link,
a.wp-block-button__link {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 {
    font-size: 38px;
    line-height: 1.1;
}

h2 {
    font-size: 24px;
    line-height: 1.3;
}

h3 {
    font-size: 22px;
    line-height: 1.3;
}

h4 {
    font-size: 22px;
    line-height: 1.4;
}

h5 {
    font-size: 17px;
    line-height: 1.5;
}

h6 {
    font-size: 16px;
    line-height: 1.6;
}

.post_title h2,
.post_title h3,
.post_title h4,
.post_title h5 {
    margin-bottom: 0;
}

.post_title h2:hover {
    color: #ff3131 !important;

}

b,
strong {
    font-weight: 700;
}

big {
    font-size: 125%;
}

pre {
    background-color: #2c2848;
    border-radius: 3px;
    display: block;
    font-size: 15px;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: auto;
    padding: 30px;
}

code,
pre {
    color: #fff;
    font-weight: 400;
}

code {
    background-color: #20284a;
    border-radius: 2px;
    display: inline;
    padding: 1px 5px;
}

blockquote&gt;p,
q&gt;p {
    line-height: 1.4;
    margin: 0;
}

.wp-block-pullquote {
    border-bottom: 4px solid #000;
    border-top: 4px solid #000;
    margin: 0 0 30px;
    padding: 40px 0;
}

.wp-block-pullquote blockquote {
    border-left-color: none;
    margin: 0;
    padding: 0;
}

.wp-block-pullquote p {
    font-size: 20px;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 24px;
}

.wp-block-pullquote.is-style-solid-color {
    padding: 30px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
    text-align: center;
}

.wp-block-pullquote.is-style-solid-color blockquote cite,
cite {
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    margin-top: 10px;
}

form {
    display: block;
}

fieldset {
    border: 1px solid #eee;
    padding: 30px;
}

legend {
    padding: 0 15px;
}

label,
legend {
    font-size: 15px;
    font-weight: 700;
}

label {
    margin: 0 0 10px;
}

input[type="checkbox"]+label,
label.inline {
    display: inline;
    font-weight: 400;
    margin-left: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 1000px #fff !important;
}

textarea {
    border: 1px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: inset 1px 1px 3px #f6f6f6;
    box-shadow: inset 1px 1px 3px #f6f6f6;
    display: block;
    font-size: 15px;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 12px 15px;
    width: 100%;
}

textarea:focus {
    border-color: #3da6ff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input::-webkit-input-placeholder {
    line-height: normal;
}

input:-ms-input-placeholder {
    line-height: normal;
}

input::-moz-placeholder {
    line-height: normal;
}

input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0 3px 0 0;
    padding: 0;
}

select {
    border: 1px solid #eee;
    -webkit-box-shadow: inset 1px 1px 3px #f6f6f6;
    box-shadow: inset 1px 1px 3px #f6f6f6;
    height: auto;
    padding: 12px 15px;
    position: relative;
}

select,
textarea {
    font-size: 15px;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

textarea {
    height: 150px;
    line-height: 1.8;
    padding: 20px;
    resize: vertical;
    vertical-align: middle;
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 20px;
}

progress {
    vertical-align: baseline;
}

output {
    display: inline-block;
}

summary {
    cursor: pointer;
    display: list-item;
}

table,
td,
th {
    border: 1px solid #eee;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    width: 100%;
}

th {
    font-weight: 700;
}

td,
th {
    border-width: 0 1px 1px 0;
    padding: 10px 15px;
}

caption,
td,
th {
    text-align: left;
}

caption {
    caption-side: bottom;
    padding-bottom: 10px;
    padding-top: 10px;
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

video {
    display: block;
}

.--video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
    border-radius: 10px;
}

.responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

figure {
    margin: 0;
    padding: 0;
    position: relative;
}

figcaption {
    font-size: 13px;
}

.wp-block-embed figcaption {
    margin-bottom: 0;
    margin-top: 10px;
}

hr {
    background-color: #eee;
    border: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 2px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

hr.wp-block-separator {
    margin: 20px auto;
    max-width: 150px;
}

hr.wp-block-separator.is-style-wide {
    max-width: 100%;
}

.wp-block-separator.is-style-dots {
    background-color: none;
    border: none;
    height: auto;
    line-height: 1;
    max-width: none;
    text-align: center;
}

br {
    height: 1px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

em,
i {
    font-style: italic;
}

ins,
mark {

    color: #222;
    text-decoration: none;
}

del,
s,
strike {
    background-color: none;
    text-decoration: line-through;
}

.has-drop-cap:first-child:first-letter {
    font-size: 6rem;
    font-weight: 700;
}

svg:not(:root) {
    overflow: hidden;
}

[hidden],
template {
    display: none;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.owl-carousel .owl-item img {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.spl-banner {
    margin-top: 15px;
}

.spl-banner-link {
    display: block;
}

.spl-banner-link {
    img {
        width: 100%;
        border-radius: 10px;
        height: 83px;
        object-fit: cover;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters&gt;.cm-col,
.no-gutters&gt;[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .cm-col-sm {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .cm-col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .cm-col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .cm-col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .cm-col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cm-col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .cm-col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .cm-col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cm-col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .cm-col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .cm-col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .cm-col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .cm-col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .cm-col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .cm-col-md {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .cm-col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .cm-col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .cm-col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .cm-col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cm-col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .cm-col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .cm-col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cm-col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .cm-col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .cm-col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .cm-col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .cm-col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .cm-col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .cm-col-lg {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .cm-col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .cm-col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .cm-col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .cm-col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cm-col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .cm-col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .cm-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cm-col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .cm-col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .cm-col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .cm-col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .cm-col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .cm-col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .cm-col-xl {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .cm-col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .cm-col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .cm-col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .cm-col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cm-col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .cm-col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .cm-col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cm-col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .cm-col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .cm-col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .cm-col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .cm-col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .cm-col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important;
}


.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    -moz-backface-visibility: hidden;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
}

.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    float: left;
    min-height: 1px;
    position: relative;
}

.owl-carousel .owl-item img {
    display: block;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #ffffff !important;
    backdrop-filter: blur(10px);
    border-radius: 50% !important;
    color: #4a4848 !important;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative;
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
    width: 80px;
    z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden;
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden;
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.entry_cats {
    margin-bottom: 10px;
}

.entry_cats ul.post-categories {
    list-style: none;
    margin: 0;
}

.entry_cats ul.post-categories li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.entry_cats ul.post-categories li a {
    background-color: #ff0000 !important;
    border-radius: 6px !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 5px 10px !important;
}

.entry_cats ul.post-categories li a:hover {
    background-color: #010101;
    color: #fff;
}

.cm-post-meta {
    margin-top: 5px;
}

.site-description {
    margin-bottom: 0;
    margin-top: 0;
}

.cm-container {
    margin: 0 auto;
    max-width: 1270px;
    /* padding-left: 15px;
    padding-right: 15px; */
    position: relative;
    width: 100%;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.page-wrapper {
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

body.boxed .page-wrapper {
    max-width: 1170px;
    width: 100%;
}

body.boxed .page-wrapper .cm-container {
    padding-left: 40px;
    padding-right: 40px;
}

.page_entry {
    margin-bottom: 40px;
}

.custom_row {
    margin-left: -15px;
    margin-right: -15px;
}

.custom_row:before {
    content: "";
    display: table;
}

.custom_row:after {
    clear: both;
    content: "";
}

.col {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

.mask {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 9;
}

.box_content,
.card_content {
    padding: 30px 20px;
}

.box,
.card {
    margin-bottom: 30px;
    position: relative;
}

.section_spacing {
    margin-bottom: 50px;
}

.section-title {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: left;
    margin-top: 5px;
}

.section-title h1,
.section-title h2 {
    margin-bottom: 20px;
    margin-top: 0;
}

.section-title h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    width: 100%;
}

.section-title h2:after {
    background-color: #c4c4c4;
    content: "";
    height: 1px;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #ff0000;
    border-radius: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 40px;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: inherit;
}

.post_thumb {
    position: relative;

    img {
        width: 100%;
        height: auto;
    }
}

.post_thumb figure {
    margin: 0;
}

.sidebar-widget-area {
    margin-left: 20px
}

.row {
    padding: 0px;
}

.news-area .sidebar-widget-area .widget:last-child,
.news-area .widget {
    margin-bottom: 30px;
}

.news-area .widget.widget_media_image a {
    display: block;
    text-align: left;
}

.boxes_holder .hentry {
    margin-bottom: 0;
}

.cm_banner .entry_cats {
    margin-bottom: 7px;
}

.cm_banner .post_meta {
    margin-top: 7px;
}

.cm_banner .post_title h2 {
    font-size: 16px;
}

.cm_banner .post_title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    text-overflow: ellipsis;
    color: #333;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;

    &amp;:hover {
        color: #ff0000;
    }
}

.mainImg {
    width: 100%;
    height: 305px;
    border-radius: 10px;
    overflow: hidden;
}

.mainImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
}

.mainImg:hover img {
    transform: scale(1.05);
}

.nmf-tag {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    font-family: poppins, sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    cursor: default;
}

.nmfImg {
    width: 32px;
    height: auto;
    object-fit: cover;
    margin-right: 10px;
}

.cm_banner .post_title h2 a:hover {
    color: #ff0000;
}

.cm_banner .post_meta li a {
    color: #ccc;
}

.cm_banner .post_meta li a:hover {
    color: #ff0000;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.cm_banner .lazy-thumb {
    padding-bottom: 0;
}

.cm_banner-five .post_thumb {
    position: relative;
}

.cm_banner-five .post_thumb:hover mask {
    background-color: rgba(0, 0, 0, 0.6);
}

.cm_banner-five .card {
    margin-bottom: 0;
}

.cm_banner-five .gutter-left {

    position: relative;
}

.cm_banner-five .gutter-left .post_thumb {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    background-position: center;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.cm_banner-five .gutter-left .post-holder {
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.7)), to(#000));
    background-image: linear-gradient(180deg, #00000000, rgb(0 0 0 / 72%) 40%, #000); */
    bottom: 6px;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
}

.cm_banner-carousel-five {
    position: relative;
}

.cm_banner-carousel-five .owl-nav {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: none;
    transform: none;
    z-index: 10;
}

.cm_banner-carousel-five .owl-nav button.owl-next,
.cm_banner-carousel-five .owl-nav button.owl-prev {
    font-size: 18px;
    height: 35px;
    line-height: 40px;
    width: 35px;
}

.cm_banner-five .gutter-right {
    padding-left: 5px;
}

.cm_banner-five .gutter-right .post_thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 205px;
}

.cm_banner-five .gutter-right .post-holder {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.5)), to(#000));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 40%, #000);
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
}

.entry-title a {
    font-size: 24px;
}

.cm_banner-five .gutter-right .col:first-child,
.cm_banner-five .gutter-right .col:nth-child(2) {
    margin-bottom: 10px;
}

.cm_banner-five .gutter-right .col:first-child,
.cm_banner-five .gutter-right .col:nth-child(3) {
    padding-right: 5px;
    width: 50%;
}

.cm_banner-five .gutter-right .col:nth-child(2),
.cm_banner-five .gutter-right .col:nth-child(4) {
    padding-left: 5px;
    padding-right: 15px;
}

.cm_banner-five .gutter-right .col:nth-child(3),
.cm_banner-five .gutter-right .col:nth-child(4) {
    margin-bottom: 0;
}

.cm_banner-five .gutter-right .col:nth-child(3) {
    padding-left: 15px;
}

.cm_banner-five .gutter-right .right-content-holder ul.post-categories li a {
    font-size: 12px;
}

.ticker-news-area {
    margin-top: 10px;
}

.brk-m {
    transform: none;
    margin-top: 10px;
    margin-bottom: 12px;
}

.brk-news-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 40px;
    overflow: auto;
    background: #ff0000;
    /* box-shadow: rgb(40 40 55 / 13%) 0px 25px 55px -12px, rgb(0 0 0 / 45%) 0px 10px 25px -20px, rgb(10 37 64 / 32%) 0px -2px 13px 0px inset; */
}

.brk-l {
    padding: 5px 15px 0 17px;
    border-right: 1px solid #ffaeae;

   
}
.brk-l h4 {
    margin-bottom: 0;
    font-style: italic;
    white-space: nowrap;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    display: flex;
}
.breaking-bars {
    display: flex;
        flex-direction: column;
        gap: 3px;
        margin-top: 3px;
        margin-right: 6px;
}
.breaking-bars span {
    width: 19px;
    height: 2px;
    background: linear-gradient(to right, rgb(255 255 255 / 0%) -20%, rgb(255 255 255) 100%);

}

.brk-r {
    height: 100%;
    padding: 0 0 0 22px;
    margin: 0px;
    width: 100%;
    border-radius: 11px;
    margin-right: 8px;
    z-index: 0;
    position: relative;
}


.brk-r .brk-link {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    max-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.adsbygoogle {
    display: block;
}

.news_ticker_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    position: relative;
    border: 1px solid #ff6a6a;
    padding: 7px;
    border-radius: 10px;
    background: #ffffff;
}

button:focus {
    outline: none;
}

a:focus {
    outline: none;
}

.news_ticker_wrap .ticker_head,
.news_ticker_wrap .ticker_items {
    height: 30px;
    line-height: 30px;
    background: transparent;
    color: #ff3b00;
}

.news_ticker_wrap .ticker_head {
    background: transparent !important;
    color: #ff0000;
    font-weight: 600;
    display: block;
    max-width: 200px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
}

.news_ticker_wrap .ticker_head .ticker_title {
    display: inline-block;
    font-size: 15px;
    margin-left: 3px;
}

.news_ticker_wrap .ticker_items {
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding: 0 15px;
    width: calc(100% - 200px);
}

.ticker_carousel {
    position: inherit;
}

.ticker_carousel .owl-item {
    opacity: 0;
}

.ticker_carousel .owl-item .item p {
    margin: 0;
}

.ticker_carousel .owl-item.active {
    opacity: 1;
}

.ticker_carousel .owl-nav {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.ticker_carousel.owl-carousel .owl-nav button.owl-next,
.ticker_carousel.owl-carousel .owl-nav button.owl-prev {
    background-color: transparent;
    border-radius: 0;
    color: #ff0000;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    width: 30px;
}

.ticker_carousel.owl-carousel .owl-nav button i {
    color: #ff0000;
    font-size: inherit;
    line-height: inherit;
}

@media (max-width: 575px) {
    .news_ticker_wrap .ticker_head .ticker_title {
        display: none;
    }

    .news_ticker_wrap {
        display: none;
    }

    .news_ticker_wrap .ticker_items {
        height: auto;
        line-height: 1.3;
        max-width: 100%;
        padding: 0 75px 0 10px;
        text-overflow: ellipsis;
        width: calc(100% - 30px);
    }
}

body.page .content-entry article,
body.single .content-entry article {
    margin: 0;
}

body.page .content-entry article .the_title,
body.single .content-entry article .the_title {
    margin-bottom: 10px;
}

body.page .content-entry article .the_title h1,
body.single .content-entry article .the_title h1 {
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 50px;
}

body.single .content-entry article.post-detail .cm-post-meta {
    margin-bottom: 1.5em;
}

/* body.page .content-entry article .post_thumb,
body.single .content-entry article .post_thumb {
    margin-bottom: 30px;
} */
/* NLW070:03Dec2024:Commented */
body.page .content-entry article .post_thumb figure figcaption,
body.single .content-entry article .post_thumb figure figcaption {
    font-size: 15px;
    margin: 10px 0;
    text-align: center;
}

body.single .content-entry article.post-detail .post_tags {
    margin-bottom: 30px;
    margin-top: 30px;
}

.cm_related_post_container {
    margin-bottom: 10px;
}

.cm_related_post_container .lazy-thumb {
    padding-bottom: 56.25%;
}

.cm_related_post_container .card_content {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 20px;
}

.cm_related_post_container .entry_cats {
    margin-bottom: 10px;
}

.cm_related_post_container .post_title h2 {
    font-size: 20px;
}

.post-title a {

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.post-title a:hover {
    color: red !important;
}

.cm_related_post_container .post_meta {
    margin-top: 10px;
}

.author_box {
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    padding: 20px;
}

.author_box .author_thumb img {
    border-radius: 100%;
}

.author_box .author_details {
    margin-left: 30px;
}

.author_box .author_desc {
    margin-bottom: 15px;
}

.author_box .author_name h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}

.post-navigation {
    margin-bottom: 40px;
}

.post-navigation .nav-links {
    height: auto;
    overflow: hidden;
}

.post-navigation .nav-links .nav-previous {
    float: left;
}

.post-navigation .nav-links .nav-next {
    float: right;
}

.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a {
    background-color: #ff0000;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 10px 20px;
    position: relative;
}

.post-navigation .nav-links .nav-previous a:before {
    content: "\f104";
    font-family: FontAwesome;
    margin-right: 15px;
}

.post-navigation .nav-links .nav-next a:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 15px;
}

.comments-area ol,
.comments-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-area footer {
    background-color: transparent;
    color: #010101;
}

.comments-area .comments-title {
    border-bottom: 2px solid #ff0000;
    font-size: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 10px;
}

.comments-area .comment-respond .comment-reply-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
}

.comments-area .comment-respond .comment-reply-title:after {
    background-color: #ff0000;
    content: "";
    height: 2px;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.comments-area .comment-edit-link,
.comments-area .comment-reply-link {
    color: #010101;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: inherit;
}

.comments-area .comment-edit-link:after,
.comments-area .comment-reply-link:after {
    content: "";
    display: none;
}

.comments-area .comment-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comments-area .comment-author,
.comments-area .comment-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comments-area .comment-author {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.comments-area .comment-author .avatar {
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 30px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 30px -5px rgba(0, 0, 0, 0.3);
    margin-right: 15px;
}

.comments-area .comment-author .says {
    margin-left: 5px;
}

.comments-area .comment-awaiting-moderation,
.comments-area .comment-metadata {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: -25px;
    max-width: 100%;
    padding-left: 60px;
}

.comments-area .comment-metadata a {
    font-size: 13px;
}

.comments-area .comment-metadata .edit-link {
    border-left: 1px solid #eee;
    margin-left: 5px;
    padding-left: 8px;
}

.comments-area .comment-metadata .comment-edit-link {
    font-weight: 400;
    padding: 0;
}

.comments-area .comment-metadata .comment-edit-link:before {
    content: "\e867";
    font-family: feather;
    font-size: 12px;
    font-weight: 400;
    margin-right: 3px;
}

.comments-area .comment-content {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}

.comments-area .comment-list .comment-body {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 30px;
}

.comments-area .comment-content p:last-child {
    margin-bottom: 0;
}

.comments-area .reply {
    margin-top: 20px;
}

.comments-area .comment-list .children {
    margin-left: 30px;
}

.comments-area .comment-reply-title {
    margin-bottom: 10px;
}

.comments-area .comment-form {
    margin-bottom: 30px;
}

.comment-respond .form-submit {
    margin-bottom: 0;
    margin-top: 20px;
}

.widget-title {
    margin-bottom: 0px;
}

.widget-title h2 {
    margin-bottom: 0;
    margin-top: 0;
}

.widget-title h2 a {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.6;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
    /* border-bottom: 1px solid #eee; */
    padding: 2px 0;
    position: relative;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.widget_archive li:hover,
.widget_categories li:hover,
.widget_meta li:hover,
.widget_nav_menu li:hover,
.widget_pages li:hover,
.widget_recent_comments li:hover,
.widget_recent_entries li:hover,
.widget_rss li:hover {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_meta ul li:first-child,
.widget_nav_menu li:first-child,
.widget_pages ul li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child,
.widget_rss li:first-child {
    padding-top: 0;
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_recent_comments li,
.widget_recent_entries a,
.widget_rss li {
    display: inline-block;
    position: relative;
}

.widget_recent_entries a {
    display: block;
}

.widget_categories li.menu-item-has-children ul.sub-menu,
.widget_pages li.menu-item-has-children ul.sub-menu {
    margin-left: 15px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.widget_nav_menu a span.menu-item-description {
    display: none;
}

.widget_nav_menu ul.menu {
    list-style: none;
}

.widget_nav_menu li:last-child a {
    border-bottom: none;
}

.widget_nav_menu ul.menu li.menu-item-has-children {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_nav_menu ul.menu li.menu-item-has-children&gt;a {
    border-bottom: 1px solid #eee;
    display: block;
    padding-bottom: 15px;
}

.widget_nav_menu ul.menu li.menu-item-has-children&gt;a ul.sub-menu {
    list-style: none;
    margin-left: 15px;
    padding-top: 15px;
}

.widget_nav_menu ul.menu li.menu-item-has-children&gt;a ul.sub-menu li:first-child {
    padding-top: 0;
}

.widget_recent_entries .post-date {
    color: #717171;
    display: block;
    margin-top: 5px;
    padding-left: 0;
}

.widget_rss .widget-title h3 a:hover {
    color: #ff0000;
}

.widget_rss ul li a {
    font-style: italic;
}

.widget_rss ul li a:hover {
    color: #ff0000;
}

.widget_search {
    display: block;
}

.cm-search-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.cm-search-form input[type="search"] {
    padding-right: 40px;
    width: 100%;
}

.cm-search-form .cm-submit-btn {
    color: #010101;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 4px;
    top: auto;
    width: 35px;
    z-index: 1;
}

.cm-search-form .cm-submit-btn,
.cm-search-form .cm-submit-btn:hover {
    background-color: transparent;
    border: none;
    border-left: 1px solid #eee;
}

.cm-search-form .cm-submit-btn:focus {
    outline: 0;
}

.calendar_wrap caption {
    background: none repeat scroll 0 0 #010101;
    border: 1px solid #2b2b2b;
    color: #fff;
    font-weight: 500;
    padding: 5px 0;
    text-align: center;
    text-transform: capitalize;
}

.calendar_wrap table {
    border-collapse: collapse;
    width: auto;
}

.calendar_wrap table th {
    font-weight: 700;
}

.calendar_wrap table td,
.calendar_wrap table th {
    border: 1px solid #eee;
    padding: 8px 0;
    text-align: center;
    width: 5%;
}

.calendar_wrap table td#next,
.calendar_wrap table td#prev {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.calendar_wrap table td#next {
    text-align: right;
}

.widget_tag_cloud .tagcloud {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-pack: distribute;
    -ms-flex-preferred-size: auto;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
}

.widget_tag_cloud .tagcloud a {
    -webkit-box-flex: 1;
    border: 1px solid #e2e2e2;
    color: #010101;
    -ms-flex: 1 auto;
    flex: 1 auto;
    font-size: 15px !important;
    font-weight: 400;
    margin: 5px;
    padding: 5px 15px;
    text-align: center;
    text-transform: capitalize;
}

.widget_tag_cloud .tagcloud a:hover {
    border-color: #ff0000;
    color: #ff0000;
}

.cm_author_widget .author_thumb img {
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.cm_author_widget .author_name {
    margin: 20px 0 10px;
}

.cm_author_widget .author_name h4 {
    font-size: 20px;
}

.cm_author_widget .author_desc {
    margin-bottom: 30px;
}

.cm_author_widget .author-detail-link {
    margin-top: 15px;
}

.cm_author_widget .author-detail-link a {
    background-color: #ff0000;
    color: #fff;
    padding: 10px 20px;
}

.cm_author_widget .author-detail-link a:hover {
    background-color: #010101;
    color: #fff;
}

.sidebar-widget-area .widget .cm_author_widget .author-detail-link a,
.sidebar-widget-area .widget .cm_author_widget .author-detail-link a:hover,
footer .widget .cm_author_widget .author-detail-link a,
footer .widget .cm_author_widget .author-detail-link a:hover {
    color: #fff;
}

.widget ul.post_meta li {
    margin-bottom: 0;
    margin-right: 15px;
}

.cm_recent_posts_widget .box {
    margin-bottom: 20px;
}

.cm_recent_posts_widget .box:last-child {
    margin-bottom: 0;
}

.cm_recent_posts_widget .post_title h2 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}

.cm_recent_posts_widget .post_meta {
    margin-top: 10px;
}

/* vote */
.vote-options {
    margin-left: 5px;
}

.list-group-item {
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.list-group-item:hover {
    background-color: #f5f5f5;
}

.progress-container {
    position: relative;
    height: 15px;
    background: #e5e5e5;
    border-radius: 12px;
    margin-top: 6px;
    overflow: hidden;
    display: none;
    width: 100%;
}

.progress-bar {
    position: absolute;
    height: 100%;
    width: 0;
    background: linear-gradient(2deg, #db0404, #ffb3b3);
    border-radius: 12px;
    transition: width 0.8s ease-out;
}

.percentage-text {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #4a4a4a;
    z-index: 2;
}

.clickable-percentage {
    margin-top: 3px;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 3px;
    transition: background-color 0.2s;
}

.clickable-percentage:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-radio {
    border-radius: 50%;
    border: 2px solid #999;
    width: 18px;
    height: 18px;
}

.custom-radio:checked {
    background-color: #ff4444;
    border-color: #ff4444;
}

input[type="radio"] {
    cursor: pointer;
}

input[type="radio"]:checked+label .option-text {
    font-weight: bold;
    color: #ff4444;
}

.vote-feedback {
    background: #f8f9fa;
    border-radius: 5px;
}

/* vote end */
.social_widget_style_1 ul {
    list-style: none;
}

.social_widget_style_1 ul li {
    display: block;
    margin-bottom: 15px;
}

.social_widget_style_1 ul li:last-child {
    margin-bottom: 0;
}

.social_widget_style_1 ul li a {
    border: none;
    color: #fff;
    display: block;
    font-size: 14px;
    overflow: auto;
    padding: 10px 0;
}

.social_widget_style_1 ul li a i {
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
    display: inline-block;
    text-align: center;
    width: 50px;
}

.social_widget_style_1 ul li a span {
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
    text-align: right;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: calc(100% - 50px);
}

.social_widget_style_1 ul li a:hover span {
    padding-right: 30px;
}

.social_widget_style_1 ul li.fb a {
    background: #4267b2;
}

.social_widget_style_1 ul li.tw a {
    background: #1da1f2;
}

.social_widget_style_1 ul li.insta a {
    background: #8a33a4;
}

.social_widget_style_1 ul li.linken a {
    background: #0274b3;
}

.social_widget_style_1 ul li.pin a {
    background: #bd081c;
}

.social_widget_style_1 ul li.yt a {
    background: red;
}

.social_widget_style_1 ul li.gplus a {
    background: #dc4c40;
}

body.home .breadcrumb {
    display: none;
}

.breadcrumb {
    background: transparent !important;
    margin-top: 30px;
    padding: 7px 20px;
    position: relative;
}

.breadcrumb ul {
    list-style: none;
    margin: 0;
}

.breadcrumb ul li {
    display: inline-block;
    margin: 0;
}

.breadcrumb ul li a,
.breadcrumb ul li span {
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
}

.breadcrumb ul li a:hover,
.breadcrumb ul li a:hover span {
    color: #ff0000;
}

.breadcrumb ul li a:after {
    content: "\f105";
    font-family: fontAwesome;
    padding: 0 10px;
}

.breadcrumb ul li a:hover:after {
    color: #666;
}

.breadcrumb ul li:first-child a {
    font-size: 0;
}

.breadcrumb ul li:first-child a:before {
    color: inherit;
    content: "\f015";
    font-family: fontAwesome;
    font-size: 16px;
    padding: 0;
}

.breadcrumb ul li:last-child {
    padding-right: 0;
}

.breadcrumb ul li:last-child a,
.breadcrumb ul li:last-child span {
    color: #ff0000;
}

.breadcrumb ul li:last-child a:after {
    content: "";
    display: none;
}

.breadcrumb:after {
    border-color: transparent transparent rgba(0, 0, 0, 0.03);
    border-style: solid;
    border-width: 13px 12px;
    bottom: -26px;
    content: "";
    display: block;
    height: 0;
    left: 15px;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 0;
    z-index: 11;
}

#toTop {
    background: #ff0000a8 !important;
    border: none;
    border-radius: 32%;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 16px;
    padding: 12px 16px 10px;
    position: fixed;
    right: 10px;
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

}



#toTop:hover {
    background: #010101;
}

.sidebar-widget-area .widget {
    background-color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 18px;
    border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
}

.sidebar-widget-area .widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget-area .widget .widget-title h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sidebar-widget-area .widget .widget-title h2 a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sidebar-widget-area .widget .widget-title h2:after {
    background-color: #ff0000;
    content: "";
    height: 2px;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.sidebar-widget-area .widget .widget-title h2 a:after {
    background-color: #ff0000;
    content: "";
    height: 2px;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.header-topstrip {
    padding: 8px 0;
}

.header-topstrip {
    background-color: #ffffff;
    margin-bottom: 3px;
}

.header-topstrip ul.social-icons li a {
    font-size: 14px;
    width: 30px;
    height: 30px;
}

ul.topsocial-icons li {
    display: inline-block;
    margin-right: 8px;
}

.header-topstrip ul.topsocial-icons li a {
    font-size: 20px;

    margin-right: 0;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;

    i {
        color: #898989;
        font-size: 20px;
    }
}


.header-topstrip ul.topsocial-icons li.tw a {
    background: #1da1f2;
}

.header-topstrip ul.topsocial-icons li.linken a {
    background: #0274b3;
}

.header-topstrip .contact-link {
    color: #fe1600;
    font-size: 15px;
}

.social-link-mobile,
.mobile-topbanner,
.mobile-inline-menu,
.mobile-only {
    display: none;
}

@media (max-width: 992px) {

    .sm-d-none {
        display: none;
    }



    .mobile-inline-menu {
        display: block;
    }

    .logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cm-header-style-one {
        background-color: #f21500;
    }

    .social-link-mobile {
        display: block;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mobile-topbanner {
        display: block;
    }

    ul.topsocial-icons {
        margin: 0;
        padding: 0;
    }

    ul.topsocial-icons li {
        display: inline-block;
        margin-right: 6px;
    }

    ul.topsocial-icons li:last-child {
        margin-right: 0px;
    }

    .social-link-mobile ul.topsocial-icons li a {
        font-size: 14px;
        width: 28px;
        height: 28px;
        margin-right: 0;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        color: #fff;
        border: 2px solid #fff;
        padding: 1px 0 0 0;
        transition: all 0.6s linear;
        padding-top: 1px;
    }

    .social-link-mobile ul.topsocial-icons li a:hover {
        border-color: #e2e2e2;
    }

    .social-link-mobile ul.topsocial-icons li.fb a {
        background: #4267b2;
    }

    .social-link-mobile ul.topsocial-icons li.insta a {
        background: #8a33a4;
    }

    .social-link-mobile ul.topsocial-icons li.tw a {
        background: #1da1f2;
    }

    .social-link-mobile ul.topsocial-icons li.linken a {
        background: #0274b3;
    }

    .social-link-mobile ul.topsocial-icons li.yt a {
        background: #ff0000;
    }

    .social-link-mobile .contact-link {
        color: #fff;
        font-size: 15px;
    }

    .mobile-inline-menu {
        /* background-color: #ffffff; */
        background-color: #d3d3d3;
    }

    .mobile-inline-menu ul.mobile-inline-link {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .mobile-inline-menu ul.mobile-inline-link&gt;li:not(:last-child) {
        margin-right: 15px;
    }

    .mobile-inline-menu ul.mobile-inline-link&gt;li&gt;a {
        text-transform: uppercase;
        font-size: .875rem;
        font-weight: 700;
        color: #888888;
        display: flex;
        align-items: center;
        cursor: pointer;
        line-height: 1.5;
        padding: 4px;
    }

    .justify-content-sb {
        justify-content: space-between;
    }

    .mobile-inline-menu .menu-toggle .fa {
        font-size: 22px;
        margin-right: 5px;
    }

    .mobile-inline-menu .menu-toggle {
        color: #888888;
    }

    img.w-100 {
        width: 100%;
    }

    .main-navigation&gt;.mobile&gt;.menu-toggle {
        /* display: none !important; */
    }

    .w-100 {
        width: 100%;
    }

    .mobile-only {
        display: block;
    }

    .primary-navigation.mobile ul {
        position: absolute !important;
        width: 100% !important;
        z-index: 999 !important;
    }

    .primary-navigation.mobile li a {
        border-bottom: none !important;
        color: #888888 !important;
    }

    .primary-navigation.mobile.dark ul&gt;li.home-btn {
        background: #fff !important;
    }

    .primary-navigation.mobile.dark ul {
        background: #fff !important;
    }

    .logo-container {
        padding: 9px 0 !important;
    }

}



.adtxt {
    font-size: 11px;
    color: #323232;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.addBgTop {
    width: 100%;
    height: auto;
    margin-top: 12px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #d6d2d2;
    padding: 5px 10px 10px;
    margin-bottom: 10px;
}

.top_ad {
    min-height: 90px;
    height: 100%;
}

.adBgSidebar {
    background-color: transparent;
    border: 1px solid #d6d2d2;
    padding: 5px 0px 0px;
    margin-bottom: 12px;
    border-radius: 10px;
}

.small_posts,
.owl-item {
    cursor: pointer;
}

.single-container .addBgTop {
    margin-top: 10px;
}


#main .addBgTop {
    margin-bottom: 0px;
}

#secondary .addBgTop {
    margin-top: 0px;
}

.section-title span {
    color: #010101
}

.cm-post-meta {
    margin-top: 20px;
    margin-bottom: 20px
}

.the_content {
    margin-top: 30px;
}

/* NLW070:03Dec2024:Changed margin-top: 30px */
@media screen and (min-width: 768px) and (max-width: 992px) {
    .carousel-inner .item {
        padding-top: 5px !important;
    }
}

.pb-20 {
    margin-bottom: 10px;
}

.aurbhi {
    color: #1da1f2
}


.nav-background {
    background-color: #1a1a1a;
    border-top: 1px solid red;
    /* border: 1px solid #d8d8d8; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -o-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -ms-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.overlay-image {
    position: absolute;
    top: 5px;
}



.horizontal-menu {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    /* background-color: #f8f9fa;
    padding: 10px 0;
    border-bottom: 1px solid #ddd; */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
}

.horizontal-menu .menu-items {
    display: inline-block;
}

.horizontal-menu a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    white-space: nowrap;
}

.horizontal-menu::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}



.HeadertagHalf {
    margin-left: 5px;
    margin-top: 8px;
    font-weight: 700;

    color: red;
}

.headerImg {
    padding: 0px 0px;
    font-size: 21px;
    height: 35px;
}

.topImage,
li {
    display: inline-block;
}

@media (max-width: 493px) {
    .LogoHeight {
        height: 55px !important;
    }
}


.showLogo

/*NLW058: 10Aug2024 Added*/
    {
    display: none !important;
}

.inner-nav {
    /*NLW058: 10Aug2024 Added*/
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1285px;
}


.menuSearch {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

/* .menuSearchalign-end {
    margin-left: auto!important;
}

.menuSearch li {
 white-space: nowrap!important; 
    
} */

.alignInrow {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.iconright {
    padding-right: 10px;
}

.videle204 {
    display: block;
    margin-bottom: 40px;
    border-radius: 10px;
}

.videle204 .cm_middle_post_widget_four .post-holder {
    background-color: transparent !important;
    border: none !important;
    padding: 20px 0px 0px 0px;
    position: relative;
}

.videle204 h3 a {
    color: #ff0000 !important;
}

.videle204 h3 a:hover {
    color: #000 !important;
}

#AdhuraSach .post_title a,
#GlobalChasma.post_title a,
#primary .post_title a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
}

.news-area .cm-post-widget-section {
    margin-bottom: 30px;
    margin-top: 15px;
}

.cm-post-widget-section .entry_cats {
    margin-bottom: 10px;
}

.cm-post-widget-section .cm-post-meta {
    margin-top: 10px;
}

.cm-post-widget-two .lazy-thumb {
    padding-bottom: 56.25%;
}

.cm-post-widget-two .big-card {
    color: #fff;
    margin-bottom: 30px;
}

.cm-post-widget-two .big-card .post-holder {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.5)), to(#000));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 40%, #000);
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    width: 100%;
}

.cm-post-widget-two .big-card .post-holder .post_title h2 {
    font-size: 24px;
}


.cm-post-widget-two .big-card .post-holder .post_title h2 a:hover {
    color: #ff0000;
}

.cm-post-widget-two .big-card .post_meta li a {
    color: #ccc;
}

.cm-post-widget-two .big-card .post_meta li a:hover {
    color: #ff0000;
}

.cm-post-widget-two .small-card {
    position: relative;
}

.cm-post-widget-two .small-card .post-holder {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 15px;
    position: relative;
}

.cm-post-widget-two .small-card .post-holder .post_title h2 {
    font-size: 18px;
}

.news-area .cm-post-widget-three {
    margin-bottom: 0;
}

.cm-post-widget-three .card_content {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 20px;
}

.cm-post-widget-three .post_title h2 {
    font-size: 20px;
}

.news-area .cm_post_widget_six {
    margin-bottom: 0;
}

.cm_post_widget_six .post_title h2 {
    font-size: 16px;
}

.news-area .cm_middle_post_widget_four {
    margin-bottom: 0;
}

.cm_middle_post_widget_four .post-holder {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 20px;
    position: relative;
}

.cm_middle_post_widget_four .post-holder .post_title h2 {
    font-size: 20px;
}

.cm_middle_post_widget_four .post-holder .post-excerpt {
    margin-top: 10px;
}

.cm_middle_post_widget_four .right_box .post_title h2 {
    font-size: 16px;
}

.cm_middle_post_widget_six .middle_widget_six_carousel {
    position: relative;
}

.cm_middle_post_widget_six .middle_widget_six_carousel .card {
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 0;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}

.cm_middle_post_widget_six .middle_widget_six_carousel .card .card_content {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.5)), to(#000));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 40%, #000);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    z-index: 10;
}

.cm_middle_post_widget_six .middle_widget_six_carousel .owl-nav {
    position: absolute;
    right: 12px;
    top: 20px;
}

.cm_middle_post_widget_six .middle_widget_six_carousel .owl-nav .owl-next,
.cm_middle_post_widget_six .middle_widget_six_carousel .owl-nav .owl-prev {
    border-radius: 0;
    height: 35px;
    margin: 0;
    width: 35px;
    background: #ffffff;
    border-radius: 50%;
    color: red;
    margin-left: 10px;
    font-size: 18px;
    line-height: 40px;
    width: 35px;

}

.cm_middle_post_widget_six .lazy-thumb {
    padding-bottom: 0;
}

.cm_middle_post_widget_six .post_title h2 {
    font-size: 20px;
}



.cm_middle_post_widget_six .post_title h2 a:hover {
    color: #ff0000;
}

.cm_middle_post_widget_six .cm-post-meta a {
    color: #ccc;
}

.news-area .cm_middle_post_widget_one {
    margin-bottom: 0;
}

.cm_middle_post_widget_one .card .post-holder {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 20px;
}

.cm_middle_post_widget_one .card .post_title h2 {
    font-size: 20px;
}

.cm_middle_post_widget_one .boxes_holder .post_title h2 {
    font-size: 16px;
}

.the_content {
    font-size: 1rem;
}

.the_content p {
    line-height: 1.8;
    margin-bottom: 20px;
    margin-top: 20px;
}

.the_content&gt; :first-child {
    margin-top: 0;
}

.the_content&gt; :last-child {
    margin-bottom: 0;
}

.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.the_content a {
    color: #0061ff;
    text-decoration: underline;
}

.the_content a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.the_content blockquote p,
.the_content q p {
    line-height: 1.4;
    margin: 0;
}

.the_content .wp-block-pullquote blockquote {
    border-left: none;
}

.the_content ol li,
.the_content ul li {
    margin-bottom: 10px;
}

.the_content table {
    margin-bottom: 0;
}

.the_content figure {
    max-width: 100%;
}

.the_content iframe {
    border-radius: 2px;
    overflow: hidden;
}

.the_content .wp-block-latest-comments article footer.wp-block-latest-comments__comment-meta {
    color: #212529;
}

.the_content a.wp-block-button__link {
    color: inherit;
    text-decoration: none;
}


.stories-container {
    display: flex;
    /* gap: 10px;
    overflow-x: auto; */
}

.category-thumbnail {
    width: 100%;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    position: relative;
}

.swiper-slide {
    background: transparent;
}

.swiper-backface-hidden .swiper-slide {
    background: transparent !important;
}

.swiper {
    min-height: 282px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #000000;
}

.category-thumbnail img {
    width: 100%;
    height: 320px;
    border-radius: 10px;
    object-fit: cover;
}

.category-thumbnail h3 {
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #000;
    background: linear-gradient(1turn, #1d1d1dbd, transparent);
    bottom: 0px;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    line-height: 23px;
    padding: 100px 10px 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 10px;
}


.reels-icon {
    position: absolute;
    top: 10px;
    /* Adjust for positioning */
    right: 10px;
    /* Adjust for positioning */
    width: 30px;
    /* Size of the rounded square */
    height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    /* Dark semi-transparent background */
    border-radius: 6px;
    /* Rounded corners */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Diagonal white bar - part of Reels icon */
.reels-icon::before {
    content: "";
    position: absolute;
    width: 15px;
    /* Width of the diagonal bar */
    height: 30px;
    /* Height of the diagonal bar */
    background-color: #ffffff;
    /* White color */
    transform: rotate(-45deg);
    /* Tilt for the bar effect */
    border-radius: 2px;
    /* Smooth corners for the bar */
}

/* Second bar to mimic play/reels style */
.reels-icon::after {
    content: "";
    position: absolute;
    width: 8px;
    /* Width for the secondary bar */
    height: 30px;
    /* Matches height */
    background-color: #ffffff;
    transform: rotate(0deg);
    /* Vertical bar to complement diagonal */
    border-radius: 2px;
    left: 10px;
    /* Adjust positioning relative to container */
}

/*----------------- welcome page new ---------------- */
.top_n {
    height: 200px;
}

.top-news-box .just_in_widget .just_in_main {
    height: 200px;
    border: none;
}

.top-news-box .just_in_widget .just_in .js_block {
    height: 154px;
}

/* just in */
.top-news-box {
    .just_in_widget {
        background: #fff;
        /* background: radial-gradient(circle at 25% 25%, #c2c2c236 15%, transparent 15%), radial-gradient(circle at 75% 75%, #a0a0a021 15%, transparent 15%);
        background-size: 10px 10px;
        background-color: #f6f6f6; */
    }
}

.jb {
    height: 295px !important;
}

.jst {
    height: 207px;
    border: none;
}


.just_in_widget {
    margin-bottom: 15px;
}

.just_in {
    padding: 12px 19px 0;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #c5c5c5;
    overflow: hidden;
}

.just_in_main {
    overflow: hidden;
    height: 210px;
    padding: 6px 19px 0;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #c5c5c5;
    /* -webkit-box-shadow: 0px 0px 19px -4px rgba(147,147,147,0.75);
      -moz-box-shadow: 0px 0px 19px -4px rgba(147,147,147,0.75);
      box-shadow: 0px 0px 19px -4px rgba(147,147,147,0.75); */

}

.js_block {
    padding-left: 0;
    margin-left: 0;
    height: 150px;
    padding-right: 6px;
    overflow-y: scroll;

    li {
        padding-left: 6px;
    }
}

.js_block::-webkit-scrollbar {
    width: 3px;
    height: 12px;
}

.js_block::-webkit-scrollbar-track {
    background: #f1f1f100;
    border-radius: 10px;
    height: 12px;
}

.js_block::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px;
    height: 12px;
}

.js_block::-webkit-scrollbar-thumb:hover {
    background: #444444;
}


.js_title {
    position: relative;
    margin-top: 10px;
    margin-bottom: 9px;

    .js_t {
        color: red;
        font-size: 17px;
        line-height: 25px;
        font-weight: 600;
        margin-left: 29px;
        margin-bottom: 12px;
    }

    .js_t::after {
        width: 16px;
        height: 16px;
        animation: pulse 1s linear infinite;
    }

    .js_t::before,
    .js_t::after {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        border-radius: 50%;
        left: 0px;
        background-color: #ff1a1a;
        top: 5px;
    }
}

.live_tag {
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-right: 2px;
    padding: 6px 26px 0 1px;
    color: #ff0000;
    border-radius: 8px;
    font-size: poppins, sans-serif;
}

.live_tag::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    right: 9.1px;
    margin-left: 5px;
    top: 14px;
    background-color: #ff1a1a;
    animation: pulse2 1s linear infinite;
}

.live_tag::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    right: 10.85px;
    top: 15px;
    background-color: #ff3737;
    z-index: 2;
}


@keyframes pulse2 {
    from {
        transform: scale(0.9);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse {
    from {
        transform: scale(0.9);
        opacity: 1;
    }

    to {
        transform: scale(1.8);
        opacity: 0;
    }
}

.live_tag_s span {
    background: red;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    display: inline-block;
    border-radius: 50%;
}

.live_tag_s {
    position: relative;
    font-weight: 700;
    display: inline-block;
    padding: 6px 3px 0 1px;
    color: #ff0000;
    border-radius: 8px;
}

.js_article {
    display: flex;
    gap: 15px;
    padding-left: 10px;
}

.js_left {
    width: 2px;
    height: 55px;
    background: #8a8a8a;
    position: relative;
    margin-top: 20px;

    &amp;::after {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        border-radius: 50%;
        left: -3px;
        background-color: #ff1a1a;
        top: -12px;
    }
}

.js_right {
    margin-bottom: 4px;

    p {
        margin-bottom: 3px;
        font-size: 14px;
        font-family: Poppins;
        color: #5f5f5f;
        font-weight: 600;
    }

    a {
        font-size: 16px;
        color: #666;
        font-weight: 400;
        line-height: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;

        &amp;:hover {
            color: red;
        }
    }
}

/* ============================================= */
/* new home layout */
/* ============================================= */
.top--news {
    margin-top: 12px;
    min-height: 600px;
}

.cstm--card-top {
    position: relative;
}

.layout--container {
    display: flex;
    gap: 15px;
}

.column--left,
.column--right {
    max-width: 345px;
    width: 100%;

}

.column--center {
    flex: 1;
}

.cstm--card {
    padding-bottom: 0 !important;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
    margin-bottom: 14px;
    border-bottom: 1px solid #c1c1c1;
}

.cstm--card-top {
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cstm--card-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.cstm--card-bottom {
    padding-bottom: 3px;
    min-height: 60px;
}

.cstm--card-top img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.cstm--card-bottom a h3 {
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0;
}

.ctn:last-of-type {
    margin-bottom: 0;
}

.ctn {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.ctn2 {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.--ct_img {
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    width: 110px;
    height: 67px;
    object-fit: cover;
    flex-shrink: 0;

    img {
        width: 100%;
        height: 100%;
    }
}

.custom--card-title a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #333;
}

.custom--card-title a:hover {
    color: #ff0000;
}

/* main-card */
.cstm--card-m {
    margin-bottom: 10px;
}

.cstm--card-top-m {
    display: block;
    position: relative;
    height: 308px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}


.cstm--card-top-m img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cstm--card-bottom-m a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.cstm--card-bottom-m a h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;

}

.cstm--card-bottom-m a:hover {
    color: #ff0000;
}

.cstm--card-bottom-m p {
    font-size: 15px;
    font-weight: 400px;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0;
}

/* mews grid */
.news--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #C1C1C1;
}

.news--col {
    padding-top: 14px;
}

.news--col:first-of-type {
    padding-left: 0;
    padding-right: 10px;
    border-right: 1px solid #C1C1C1;
}

.news--col:last-of-type {
    padding-left: 10px;
    padding-right: 0;
}

.p_2 a i,
.p_3 a i {
    color: #000;

    &amp;:hover {
        color: #ff0000;
    }
}

.p_2 {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 11px;
    margin-bottom: 9px;
    margin-right: auto;
    min-height: 56px;
    width: 100%;

    a {
        color: #333;
    }
}

.p_2:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.p_3 {
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 11px;
    margin-bottom: 9px;
    margin-right: auto;
    min-height: 60px;
}

.p_3:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.news--col .news_desc a {
    -webkit-line-clamp: 2;
}

.news--col .news_desc {
    margin-bottom: 12px;
}

/* right col */
.podcast--vdo {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    border-radius: 10px;
    display: block;
}

/* For older browsers that don't support aspect-ratio */
@supports not (aspect-ratio: 16 / 9) {
    .podcast--vdo {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .podcast--wrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 ratio */
        height: 0;
        overflow: hidden;
        border-radius: 10px;
    }
}

/* ------------------------ */


.top-news-banner {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.top-news-wrap {
    width: 40%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nwsItem {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    margin-bottom: 6px;
    background: linear-gradient(15deg, #dedede, transparent);
    border-radius: 0 10px;
}

.nwsItem:last-child {
    margin-bottom: 0;
}

.nwsImg {
    display: block;
    min-width: 120px;
    height: 72px;
    overflow: hidden;
    border-radius: 10px;
}

.nwsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the entire area */
}

.nwsItem&gt;.nwsTittle {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4d4d4d;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    text-align: left;
    transition: all 0.3s ease;

    &amp;:hover {
        color: #e20d0d;
    }
}


.nws_list {
    width: 100%;
    margin: 0;
    padding: 0 8px;
}

/* button start */


.inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-65deg, #0000 40%, rgba(255, 255, 255, 0.523) 50%, #0000 70%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: thing 1s ease infinite;
    -webkit-animation: thing 1s ease infinite;
    -moz-animation: thing 1s ease infinite;
    -o-animation: thing 1s ease infinite;
}

@keyframes thing {
    0% {
        background-position: 130%;
        opacity: 1;
    }

    to {
        background-position: -166%;
        opacity: 0;
    }
}


.inner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
}



.text {
    position: relative;
    z-index: 1;
    color: white;
    font-weight: 550;
    transition: inherit;
    font-family: 18px;
    font-family: "poppins", sans-serif;
}

/* button end */


.top-news-wrap-main {
    width: 60%;
    overflow: hidden;
    height: 100%;
}

.top-news-box-main {
    width: 100%;
    height: 100%;
    /* background-color: #e4a607; */
    overflow: hidden;
    border-radius: 10px;
}

.top-news-box {
    position: relative;
    width: 100%;
    background-color: #d0d0d0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    &amp;:first-of-type {
        margin-bottom: 15px;
    }
}



.related-nws {
    margin: 0;
    padding: 22px 15px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d0d0d0;
}

.related-nws-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;

    &amp;:last-of-type {
        margin-bottom: 0;
    }

    h3 {
        font-size: 37px;
        margin-bottom: 0;
        color: #bababa;
        width: 28px;
    }
}

.related-nws-link {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
    height: min-content;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.news-card-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;

    &amp;:hover {
        transform: scale(1.1);
    }

    &amp;::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
    }
}

.news-card-title {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 15px 12px 10px 12px;

    .title_link {
        font-size: 18px;
        line-height: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 600;
        text-decoration: none;
        color: #ffffff;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;

        &amp;:hover {
            color: #ff0000;
        }
    }
}

/* Tags swiper */
.swiper-tags-container {
    max-width: 1360px;
    width: 100%;
    margin: 10px auto;
    padding: 0 40px;
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
}

.swiper-tags-main {
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.swiper-tags-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;

}


.gradient-left,
.gradient-right {
    position: absolute;
    top: 50%;
    width: 79px;
    height: 50px;
    transform: translateY(-50%);
    pointer-events: none;
}

.gradient-left {
    left: 0px;
    background: linear-gradient(92deg, #fffffffa 55%, #ffffff00 100%);
    z-index: 2;
}


.gradient-right {
    right: 0px;
    background: linear-gradient(270deg, #fffffffa 55%, #ffffff00 100%);
    z-index: 2;
}

.swiper-tag {
    position: relative;
    height: 27px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 20px;
    white-space: nowrap;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    width: auto !important;
    flex: 0 0 auto !important;
    padding: 4px 9px;
    margin: 0 5px;
    height: 40px;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 19px;
    border: 1px solid #cfcfcf;
    min-width: auto;
    flex-shrink: 0;
    overflow: hidden;

    &amp;:hover {
        color: #000000;
        background: #e1e1e1;
        border: 1px solid #e7e7e7;
    }


}

.swiper-tag.active {
    background: #333;
    color: white;
}



.swiper-tags-button-prev {
    background: #e3e3e3;
}

.swiper-tags-button-next {
    background: #e3e3e3;
}

.swiper-tags-button-prev,
.swiper-tags-button-next {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transform: translateY(-50%);

    i {
        color: #5b5b5b;
    }
}

.swiper-tags-button-prev {
    left: 0;
}

.swiper-tags-button-next {
    right: 0;
}

.swiper-tags-button-prev::after,
.swiper-tags-button-next::after {
    display: none;
}

@media (max-width: 600px) {
    .swiper-tags-container {
        padding: 0 11px;
    }

    .swiper-tags-button-prev {
        left: 1px;
    }

    .swiper-tags-button-next {
        right: 1px;
    }
}

.spl-banner {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.ads-container {
    width: 100%;
    height: auto;
    margin-top: 12px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #d6d2d2;
    padding: 5px 10px 1px;
}

.ad-section {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
    min-height: 100px;
}

.ad-section-m {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
    min-height: 100px;
}

/* web-stories */

.swiper {
    width: 100%;
    height: 300px;
}

.swiper-slide {
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #333;
}

.news-tabs {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.news-tabs::after {
    /* content: ''; */
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    top: 14px;
}

.tbs::after {
    right: -120px;
}

.nwstb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nwstb::after {
    /* content: ''; */
    width: 61%;
    right: 30%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    top: 14px;
}

.nwstb2::after {
    width: 79%;
    right: 0%;
}

.gtb::after {
    /* content: ''; */
    width: 73%;
    right: 1%;
}

.widget_tab::after {
    background-color: red !important;

}

.news-tabs a {
    -webkit-transition: all 0.7s ease;
    transition: all 0.5s ease;
}

.news-tabs a:hover {
    color: #dc2229;
}

.news-tabs .newstab_title h2 {
    font-size: 20px;
    margin: 0;
}

.news-tabs .newstab_title {
    font-size: 20px;
    color: #000;
    border: none;
    padding: 0;
    text-align: left;
    margin-right: 0px;
    border-radius: 0;
    border-left: 4px solid red;
    padding-left: 12px;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

    &amp;:hover {
        color: #ff0000;
        text-decoration: none;
        background: transparent;
        border: none;
        border-left: 4px solid red;
    }
}

.news-tabs a {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    display: inline-block;
    margin-right: 11px;

    i {
        -webkit-transition: all 0.7s ease;
        transition: all 0.5s ease;
        margin-left: 5px;
    }

    &amp;:hover i {
        transform: translateX(5px);

    }
}

a {
    text-decoration: none;
}

.news-panel {
    margin-bottom: 16px;
    margin-top: 26px;
}

.news-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
}

.news-block {
    width: 33.33333%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
}

.thumbnail-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;

    p {
        margin: 0;
        padding: 0;
        font-size: 15px;
        color: #000;
        font-weight: 600;
    }

    a {

        display: inline-block;
        justify-content: space-between;
        align-items: center;
        color: #f3242b;
        font-size: 13px;
        font-weight: 600;
        line-height: 17px;
        border-radius: 13px;
        padding: 1.5px 10px;
        text-decoration: none;
        background: none;

        i {
            -webkit-transition: all 0.7s ease;
            transition: all 0.5s ease;
        }

        &amp;:hover i {
            transform: translateX(5px);


        }
    }
}

swiper-container {
    width: 100%;
    height: 100%;
}


swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_card_top {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.video_icon {
    position: absolute;
    bottom: 7px;
    right: 12px;

    i {
        color: #ff0000;
        font-size: 24px;
    }
}

.category_strip {
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 5px 10px;
    background-color: rgba(253, 0, 0, 0.825);
    backdrop-filter: blur(120px);
    -webkit-backdrop-filter: blur(110px);
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-size: 12px;

    a {
        color: white;

        &amp;:hover {
            color: #fff;
        }
    }
}

.category_strip_right {
    position: absolute;
    bottom: 12px;
    left: 3px;
    padding: 2px 5px;
    background-color: rgba(253, 0, 0, 0.825);
    backdrop-filter: blur(120px);
    -webkit-backdrop-filter: blur(110px);
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-size: 11px;
}

.swiper_card_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);

    &amp;:hover {
        transform: scale(1.05);
    }
}

.swiper_card_bottom {
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: left;

    a {
        font-size: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #333333;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;

        &amp;:hover {
            color: #ff3131;
        }
    }
}

.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: red !important;
    width: 28px;
    height: 3px;
    border-radius: 0;
}


.autoplay-progress {
    position: absolute;
    right: 10px;
    bottom: 115px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ffffffcc;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #ffffffcc;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.row {
    display: flex;
    width: 100%;
}

.col-6 {
    width: 50%;
}

.news_lft {
    padding-right: 6px;
    padding-left: 3px;

    .thumb_card_top {
        width: 100%;
        height: 110px;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        margin-bottom: 10px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);

            &amp;:hover {
                transform: scale(1.05);
            }
        }
    }

    .thumb_card_bottom {
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 13px;
        margin-bottom: 14px;

        a {
            display: -webkit-box !important;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #393939;
            font-weight: 600;
            font-size: 15px;
            line-height: 21px;
            text-decoration: none;
            display: inline-block;
            text-align: left;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;

            &amp;:hover {
                color: #ff3131;
            }
        }
    }
}

.news_rht {
    padding-left: 6px;

    .news_desc {
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        margin-bottom: 9px;

        &amp;:last-of-type {
            border-bottom: none;
            margin-bottom: 0px;
        }
    }
}

.news_desc {
    a {

        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #333;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        text-decoration: none;
        display: inline-block;
        text-align: left;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;

        &amp;:hover {
            color: #ff3131;
        }

        &amp;:hover i {
            color: #ff3131;
        }
    }
}


.tabs {
    display: flex;
    flex-wrap: wrap;
    background: #000;
    /* background-image: radial-gradient(50% 30% ellipse at center top, #34466a 0%, rgb(0 0 0 / 0%) 100%), radial-gradient(60% 50% ellipse at center bottom, #1c415a 0%, #100a1c 100%) !important; */
    padding: 20px;
    border-radius: 10px;
}

.tabs label {
    order: 1;
    display: block;
    padding: 10px 16px;
    margin-right: 6px;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
    color: #ffffff;
    font-weight: 500;

    border-radius: 8px;
    -webkit-transform-origin: center;
    transform-origin: center;
    font-size: 15px;
    transition: background ease 0.2s;
}

.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 17px;
    background: #ffff;
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked+label {
    background: #d50703c2;
    color: white;
    border: 1px solid #ff0000;

}

.tabs input[type="radio"]:checked+label+.tab {
    display: block;
}


.tab_card_main {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 9px;

    .tab_card_title {
        width: 100%;
        color: #fff;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 22px 15px;
        background: linear-gradient(0deg,
                rgba(0, 0, 0, 0.8) 0%,
                rgba(0, 0, 0, 0) 100%);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;

        &amp;:hover {
            color: rgb(255, 201, 201);
        }
    }
}

.tcm_img {
    width: 100%;
    height: 244px;
    display: inline-block;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);

        &amp;:hover {
            transform: scale(1.05);
        }
    }
}

.tc_img {
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    width: 125px;
    height: 75px;
    object-fit: cover;
    flex-shrink: 0;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0px;
        transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);

        &amp;:hover {
            transform: scale(1.05);
        }
    }
}

._devider {
    position: relative;
    display: flex;
    gap: 20px;
}

.left_content {
    width: 100%;
}

.right_content {
    width: 100%;
    max-width: 300px;
    margin-top: 0px;
}

.category_strip3 .category {
    color: #ff0000;
    font-size: 13.5px;
}

.tab_card {
    display: flex;
    justify-content: center;
    gap: 10px;

    img {
        width: 130px;
        border-radius: 8px;
        object-fit: cover;
    }

    .tab_title {
        width: 100%;

        .category_strip2 {
            width: max-content;
            position: relative;
            /* padding: 3px 10px 1px; */
            margin-bottom: 3px;
            color: #ff0000;
            /* background-color: #ffe2e2; */
            /* border-radius: 5px; */
            /* border: 1px solid #ff000030; */

            a {
                color: #ff0000;
                font-size: 13.5px;
                line-height: 19px;
                font-weight: 600;

                &amp;:hover {
                    color: #ff0000;
                }
            }

        }

        a {
            color: #333;
            font-size: 15px;
            line-height: 22px;
            font-weight: 500;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;

            &amp;:hover {
                color: rgb(255, 0, 0);
            }
        }
    }
}

.tab_row {
    display: flex;
    gap: 12px
}

.tab_row .col-6:nth-child(2) {
    .tab_card {
        margin-bottom: 2px;
    }
}

.news_tab_row {
    display: flex;
    gap: 12px;
}

.custom-tab-row {
    display: flex;
    gap: 12px;
}

.news-tabs {
    width: 100%;
}

.news-tabs-sub {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    width: 386px;
    margin-left: 44px;
}

.news-tabs-sub::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    top: 14px;
    margin-left: 25px;
}

.news-tabs-sub a {
    -webkit-transition: all 0.7s ease;
    transition: all 0.5s ease;
}

.news-tabs-sub a:hover {
    color: #ff0000;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.news-tabs-sub a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border: none;
    padding: 0;
    text-align: left;
    margin-right: 0px;
}

/* tags */
.tag-sl {
    a {
        color: #000;
    }
}

.tags_row {
    gap: 12px 0;
}

.podcast_title {
    padding: 5px 10px 0px 0px;

    h5 {
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    a {
        font-size: 17px;
        font-weight: 600;
        color: black;
        border: none;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;

        &amp;:hover {
            color: #ff0000;
        }
    }
}

.custom-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    /* background: #000; */
    background-image: radial-gradient(50% 30% ellipse at center top, #792828 0%, rgb(0 0 0 / 0%) 100%), radial-gradient(60% 50% ellipse at center bottom, #8e0c0c 0%, #180101 100%) !important;
    /* background-image: radial-gradient(50% 30% ellipse at center top, #34466a 0%, rgb(0 0 0 / 0%) 100%), radial-gradient(60% 50% ellipse at center bottom, #1c415a 0%, #100a1c 100%) !important; */
    padding: 20px;
    border-radius: 10px;
}

.custom-tabs label {
    order: 1;
    display: block;
    padding: 5px 16px;
    margin-right: 6px;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
    color: #ffffff;
    font-weight: 500;
    border: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    font-size: 15px;
    transition: background ease 0.2s;
}

.custom-tabs input[type="radio"] {
    display: none;
}

.custom-tabs input[type="radio"]:checked+label {
    background: #d5060300;
    color: white;
    border-bottom: 3px solid #d50703c2;
}

.custom-tabs input[type="radio"]:checked+label+.custom-tab {
    display: block;
}

.custom-tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}


.custom-tab-card-main {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);

        &amp;:hover {
            transform: scale(1.05);
        }
    }
}

.custom-tab-card-title {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 22px 15px;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0) 100%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

    &amp;:hover {
        color: rgb(255, 201, 201);
    }
}


.custom-tab-card {
    display: flex;
    justify-content: center;
    gap: 10px;

    img {
        width: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
}

.custom-img-link {
    display: inline-block;
    max-width: 135px;
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.custom-tab-title {
    width: 100%;

    a {
        color: #000;
        font-size: 15px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;

        &amp;:hover {
            color: rgb(255, 0, 0);
        }
    }
}

.custom-tab-title a:hover {
    color: #ff0000;
}

.custom-tabs .col-6:nth-child(2) {
    .custom-tab-card {
        margin-bottom: 10px;
    }
}

.card_small {

    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
}

.card_small_top {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 247px;
    height: 92px;
    margin-bottom: 10px;

    a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .video_icon {
        position: absolute;
        right: 6px;
        bottom: 6px;
        z-index: 1;

        i {
            color: rgb(255, 255, 255);
        }
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.48s cubic-bezier(0.23, 1, 0.32, 1);

        &amp;:hover {
            transform: scale(1.05);
        }
    }
}

.card_small_title {
    width: 100%;
    line-height: 24px;

    .category_strip {
        width: fit-content;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 4px;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        color: #ff0000;
        background: transparent;
        padding: 0;

        /* background: #ffe2e2; */
        /* border: 1px solid #f9c4c4; */
        /* padding: 2px 8px 1px; */
        &amp;:hover {
            color: rgb(255, 0, 0);
        }
    }

    a {
        font-size: 16px;
        line-height: 21px;
        color: #333;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;

        &amp;:hover {
            color: rgb(255, 0, 0);
        }
    }
}

.custom_left {
    width: 33.3333333333%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    /* border-right: 1px solid #c8c8c8; */
    padding: 0 10px;
}

.custom_center {
    width: 33.3333333333%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0 17px;
    gap: 20px;
    /* border-right: 1px solid #c8c8c8; */
}

.custom_right {
    width: 33.3333333333%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0 17px;
    gap: 20px;
}

.side_widgets {
    .card_small {
        .card_small_top {
            width: 200px;
            height: 72px;
            overflow: hidden;
        }
    }
}



/* video section */
.video-section {
    padding: 20px;
}

.title {
    font-size: 24px;
    margin-bottom: 10px;
}

.cts {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-btn {
    transform: skewX(-22deg);
    background: rgba(255, 255, 255, 0.183);
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.tab-btn span {
    display: inline-block;
    transform: skewX(22deg);
}

.tab-btn.active {
    background: #e21010;
    color: white;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.video-item {
    background: white;
    color: black;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
}

.video_block {
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 10px;
    padding: 25px;
}

.vdo_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.see-more-btn2{
    font-size: 15px;
    color: #ff0000;
    font-weight: 500;
    display: inline-block;
}
.vdo_title h2 {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
    margin: 0;
    padding-left: 12px;
    border-left: 4px solid red;
}

.vdo_content {
    display: flex;
    flex-direction: row;

    gap: 20px;
}

.video-items-left {
    width: 52%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.video-items-right .custom-tab-card:last-of-type {
    border: none;
}

.video-items-right {
    width: 48%;
    padding: 20px;
    height: 500px;
    border-radius: 10px;
    background-color: #8e8e8e3d;
    /* overflow-y: auto; */

    .custom-tab-card {
        margin-bottom: 10px;
        position: relative;
        border-bottom: 1px solid #ffffff47;
        padding-bottom: 10px;

        .play-btn {
            position: absolute;
            left: 47px;
            top: 50%;
            transform: translateY(-50%);
            color: aliceblue;
            height: 30px;
            width: 30px;
            border: 1px solid white;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }
    }

    .custom-tab-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

        a {
            color: #fff;

            text-decoration: none;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;

            &amp;:hover {
                color: #ff3131;
            }
        }
    }
}

.video-items-right::-webkit-scrollbar {
    width: 6px;
}

.video-items-right::-webkit-scrollbar-track {
    background: #f1f1f100;
    border-radius: 10px;
}

.video-items-right::-webkit-scrollbar-thumb {
    background: #e30303;
    border-radius: 10px;
}

.video-items-right::-webkit-scrollbar-thumb:hover {
    background: #c40000;
}


.vdo_card_top {
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 172px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: background-image 0.3s ease;
}

.vdo_card_top .vdo_card_img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}


.vdo_card_top:hover .play-btn {
    opacity: 1;
}

.custom-tab-card-link {
    display: inline-block;
    max-width: 140px;
    width: 100%;
    height: 76px;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
    }
}

.custom-tab-card:hover .play-btn {
    background-color: #ff0a0a;
    border: 1px solid #ff0a0a;
}

.vdo_card_top {
    .category_strip {
        bottom: 7px;
    }

    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 36px;
        color: white;
        opacity: 0.6;
        height: 36px;
        padding-left: 1px;
        width: 36px;
        background-color: transparent;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;

        i {
            color: white;
            font-size: 16px;
            transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
        }

        &amp;:hover {
            border: 2px solid red;
            background-color: red;

            i {
                color: white;
            }
        }
    }
}


.vdo_card_top {

    img {
        width: 100%;
        height: 100%;
    }

    .category_strip {
        bottom: 7px;
    }

    .play-btn {
        position: absolute;
        bottom: 10px;
        right: 10px;
        height: 33px;
        width: 33px;
        background-color: transparent;
        border: 2px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;

        i {
            color: white;
            font-size: 16px;
            transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
        }

        &amp;:hover {
            border: 2px solid red;
            background-color: red;

            i {
                color: white;
            }
        }
    }
}

.vdo_card_bottom {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    a {
        text-decoration: none;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;

        &amp;:hover {
            color: #ff0a0a;
        }
    }
}

/* photos gallery */

.photo_block {

    padding: 45px;
    background-color: #000;
    /* background-image: linear-gradient(to bottom, #000, #8b0000);
    background-image: -webkit-linear-gradient(top, #000, #8b0000); */
    border-radius: 10px;
}

.photo_grid {
    padding-right: 10px;
    margin-top: 25px;
    height: 515px;
    display: grid;
    gap: 18px;
    padding: 20px;
    background: #5252526e;
    border-radius: 10px;
    overflow-y: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}

.photo_item {
    width: 100%;
    height: auto;
    min-height: 245px;

}

.photo_item&gt;.photo_top {
    width: 100%;
    height: 155px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;

    a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    img {
        height: 100%;
        width: 100%;
        transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;

        &amp;:hover {
            transform: scale(1.1);
        }
    }

    .category_strip {
        position: absolute;
        bottom: 3px;
    }
}

.photo_item&gt;.photo_bottom {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photo_item&gt;.photo_bottom a {
    color: white;
    font-size: 17px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.photo_item&gt;.photo_bottom a:hover {
    color: red;
}


.photo_grid::-webkit-scrollbar {
    width: 6px;
}

.photo_grid::-webkit-scrollbar-track {
    background: #f1f1f100;
    border-radius: 10px;
}

.photo_grid::-webkit-scrollbar-thumb {
    background: #e30303;
    border-radius: 10px;
}

.photo_grid::-webkit-scrollbar-thumb:hover {
    background: #c40000;
}


/* poll========================================= */

.custom-poll-row {
    margin: 0;
    padding-top: 15px;
}

.custom-poll {
    margin: 0;
}

#custom-tab-content-ll {
    padding-top: 20px;
}

.poll-tabs {
    display: flex;
    flex-wrap: wrap;
    background-image: radial-gradient(50% 30% ellipse at center top, #34466a 0%, rgb(0 0 0 / 0%) 100%), radial-gradient(60% 50% ellipse at center bottom, #1c415a 0%, #100a1c 100%) !important;
    padding: 20px;
    padding-block: 33px;
    border-radius: 10px;
}

.poll-tabs input[type="radio"] {
    display: none;
}

.poll-tabs input[type="radio"]:checked+label {
    background: #d50703c2;
    color: white;
    border: 1px solid #ff0000;
}

.poll-tabs label {
    order: 1;
    display: block;
    padding: 10px 16px;
    margin-right: 6px;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
    color: #ffffff;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    -webkit-transform-origin: center;
    transform-origin: center;
    font-size: 15px;
    transition: background ease 0.2s;
}

.poll-content input[type="radio"]:checked+label+.custom-tab {
    display: block;
}

.poll-content {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.cs_row {
    flex-direction: row;
    display: flex;
}

.cm-post-meta {
    display: none;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lay_row {
    display: flex;
}

/* ads */
.ads_t {
    max-height: 283px;
    height: 100%;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #d6d2d2;
    padding: 5px 10px 10px;
}

/* --------------- */
/* ========================== */
/* Media Queries */
/* For Small laptops: */
/* ========================== */
@media screen and (max-width: 1360px) {
    .top--news {
        min-height: 555px;
    }

    .ads_t {
        max-height: 270px;
    }

    .side_widgets {
        &amp; .card_small {
            .card_small_top {
                height: 66px;
            }
        }
    }

    .cm-container {
        max-width: 1090px;
    }

    ._devider {
        gap: 16px;
    }

    .photo_grid {
        gap: 10px;
    }

    .nwstb::after {
        width: 58%;
        right: 34%;
    }

    .gtb::after {
        width: 70%;
    }

    .related-nws {
        margin: 0;
        padding: 17px 15px;
    }

    .related-nws-item {
        h3 {
            font-size: 32px;
            width: 29px;
        }
    }

    .related-nws-item {
        margin-bottom: 8px;
    }

    .related-nws-link {
        line-height: 22px;
        margin-left: 9px;
    }

    .spl-banner {
        margin-top: 15px;
    }

    .spl-banner-link {
        img {
            height: 79px;
        }
    }

    .top-news-banner {
        height: 382px;
    }

    .top-news-box .just_in_widget .just_in {
        height: 200px;
    }

    .top-news-box .just_in_widget .just_in .js_block {
        height: 122px;
    }

    .jst {
        height: 200px;
    }

    .js_title {
        position: relative;
        margin-top: 10px;
        margin-bottom: 4px;

        .js_t {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 4px;
            margin-left: 23px;
        }
    }

    .js_title {

        .js_t::before,
        .js_t::after {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
        }
    }

    .news-card-title {
        .title_link {
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
        }
    }

    .cm_banner-five .gutter-left .post_thumb {
        height: 382px;
    }



    brk-l {
        padding: 0px 13px
    }

    .swiper-tags-container {
        max-width: 1175px;
    }

    .topStories {
        margin-bottom: 12px;
    }

    .inner {
        padding: 1px 15px 0px;
    }

    .nws_list {
        padding: 0 6px;
    }

    .nwsItem {
        margin-bottom: 5px;
    }

    .nwsImg {
        min-width: 106px;
        height: 62px;
    }

    .nwsItem&gt;.nwsTittle {
        -webkit-line-clamp: 2;
    }

    .cm_banner-five .gutter-left .post-holder {
        right: 0px;
        padding: 4px;
        bottom: -7px;
    }

    .live_tag {
        font-size: 15px;
    }

    /* new home layout */
    .column--left,
    .column--right {
        max-width: 300px;
        width: 100%;
    }

    .cstm--card-top {
        height: 172px;
    }

    .cstm--card-bottom {
        padding-bottom: 3px;
    }

    .cstm--card {
        margin-bottom: 14px;
    }

    .cstm--card-top-m {
        height: 262px;
    }

    .cstm--card-bottom-m a {
        margin-bottom: 6px;
    }

    .cstm--card-m {
        margin-bottom: 10px;
    }

    .news--col {
        padding-top: 14px;
    }

    .cstm--card-bottom-m p {

        -webkit-line-clamp: 3;
    }

    .podcast_title h5 {
        font-size: 16px;
    }

    .ads-container {
        margin-top: 10px;
    }

    /* tags */


    .top-news-box {
        &amp;:first-of-type {
            margin-bottom: 12px;
        }
    }

    .nmf-tag {
        margin-bottom: 10px;
    }

    .cm_banner .post_title a {
        font-size: 21px;
    }

    .just_in_main {
        height: 192px;
        padding: 6px 14px 0;
    }

    /* news sections */
    .custom--card-title a {
        font-size: 15px;
        line-height: 20px;
    }

    .--ct_img {
        width: 108px;
        height: 60px;
    }

    .p_2 {
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 6px;
        margin-bottom: 6px;
        margin-right: auto;
        min-height: 51px;
    }

    .swiper_card_top {
        height: 207px;
    }

    .news_lft .thumb_card_top {
        height: 92px;
    }

    .news_lft {
        .thumb_card_bottom {
            padding-bottom: 7px;
            margin-bottom: 9px;
        }
    }

    ._devider {
        width: 100%;
    }

    .news-inner {
        gap: 9px;
    }

    /* video */
    .vdo_card_top {
        height: 145px;
    }

    .video-items-right {
        height: 496px;
        overflow: hidden;
    }

    .custom-tabs {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    /* state tabs */
    .tcm_img {
        height: 225px;
    }

    .tc_img {
        max-width: 125px;
        height: 71px;
    }

    .tab_card {
        &amp; .tab_title {
            a {
                font-size: 15px;
            }
        }
    }

    .tab_card_main {
        margin-bottom: 18px;
    }

    .tabs .tab {
        padding: 12px;
        padding-bottom: 5px;
    }
}

/* ========================== */
/* Media Queries */
/* For mobile phones: */
/* ========================== */


@media (max-width: 600px) {
    .top--news {
        min-height: 100%;
    }

    .cm-cotainer {
        max-width: 100%;
    }

    .page-template {
        overflow-x: hidden;
    }

    .banner-area {
        padding-inline: 15px;
    }

    .spl-banner-link {
        img {
            height: auto;
        }
    }

    .top-news-wrap {
        width: 100%;
    }

    .top-news-wrap-main {
        width: 100%;
    }

    .top-news-box {
        /* min-height: 195px; */
    }

    .top-news-box .just_in_widget .just_in {
        height: 238px;
    }

    .news_ticker_wrap {
        display: none;
    }


    .top-news-banner {
        height: 100%;
        flex-direction: column;
    }

    .mainImg {
        width: 100%;
        height: 222px;
    }

    .cm_banner-five .gutter-left .post_thumb {
        height: auto;
    }

    .cm_banner-five .gutter-left .post-holder {
        padding: 5px;
        position: relative;
        bottom: -3px;
    }

    .nmf-tag {
        margin-bottom: 8px;
    }

    .cm_banner .post_title a {
        font-size: 19px;
        line-height: 27px;
    }

    .top-news-banner {
        gap: 2px;
    }

    .top-news-box .just_in_widget .just_in .js_block {
        height: 150px;
        padding: 0px 14px;
    }

    .top_n {
        height: 216px;
    }

    .jst {
        margin-top: 0px;
        margin-bottom: 6px;
    }

    .live_tag {
        font-size: 15px;
        padding: 5px 25px 0 7px;
    }

    .live_tag::after {
        width: 12px;
        height: 12px;
        right: 7px;
        margin-left: 5px;
        top: 11px;
    }

    .live_tag::before {
        right: 9px;
        top: 12px;
    }


    .swiper_card_bottom {
        padding-top: 10px;
        padding-bottom: 20px;
    }


    .cm_banner .post_title h2 a {
        font-size: 19px;
        line-height: 30px;
    }

    .related-nws {
        margin: 0;
        padding: 26px 16px;
    }

    .related-nws-item {
        margin-bottom: 14px;

        h3 {
            font-size: 30px;
            width: 22px;
        }
    }

    .related-nws-link {
        line-height: 22px;
        margin-left: 18px;
    }

    /* ============================================ */
    /* new home */
    /* ============================================ */
    .layout--container {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

    .column--left,
    .column--right {
        max-width: 100%;
        width: 100%;
    }

    .column--center {
        order: -1;
    }

    .cstm--card-top-m {
        height: auto;
    }

    .cstm--card-top {
        height: 215px;
    }

    .swiper-tags-container {
        height: 35px;
    }

    .--ct_img {
        display: inline-block;
        overflow: hidden;
        border-radius: 8px;
        width: 125px;
        height: 70px;
    }

    .--ct_img {
        width: 125px;
        height: 70px;
    }

    .ad_ct {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p_2 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    /* ============================================ */
    /* Breaking news */
    /* ============================================ */
    .breaking-bars {
        margin-top: 4px;
        margin-right: 3px;
        span {
            width: 16px;
            height: 1px;
        }
    }
    .brk-m {
        padding-left: 15px;
        padding-right: 15px;

    }

    .brk-news-wrap {
        border-radius: 10px;
    }

    .brk-l {
        padding: 2px 8px;
        text-align: right;
        margin-left: -17px;

        h4 {
            white-space: normal;
            font-size: 15px;
            margin-left: 15px;

        }
    }

    .brk-r {
        height: 100%;
        padding: 5px 8px 1px;
        line-height: normal;
        margin: 0px;
        margin-right: 0px;

        .brk-link {
            font-size: 15px;
            max-height: 40px;
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }

    /* ============================================ */
    /* news Section */
    /* ============================================ */
    .news-panel {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 22px;
    }

    .news-tabs .newstab_title {
        font-size: 22px;
    }

    .news-tabs a {
        margin-right: 5px;
        padding: 3px 3px;
        min-width: 75px;
    }

    .nwstb {
        .newstab_title {
            display: contents;
        }
    }

    .nwstb::after {
        content: none;
    }

    .news-inner {
        flex-direction: column;
        gap: 15px;

        .news-block {
            width: 100%;
        }
    }

    /* ================================ */
    /* Web Stories*/
    /* ================================ */
    .web-stories-section .web-stories-block {
        padding-left: 15px;
        padding-right: 15px;
        padding-block: 15px;
    }

    .story-title {
        margin-top: 10px;
    }

    .web-stories .story-title {
        &amp; h2 {
            &amp;::after {
                width: 0%;
            }
        }
    }


    .category-thumbnail h3 {
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        /* -webkit-line-clamp: 2; */
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        font-size: 14px;
        font-weight: bold;
        left: 0;
        line-height: 22px;
        padding: 10px 10px;
    }

    /* ================================ */
    /* Video Gallery*/
    /* ================================ */
    .video-section {
        padding: 0px;
        width: 100%;
        margin-bottom: 20px;
    }

    .video_block {
        width: 100%;
        height: 100%;
        padding-top: 16px;
        padding-bottom: 25px;
        padding-inline: 0px;
        border-radius: 0px;
    }


    .cts {
        display: flex;
        justify-content: left;
        gap: 10px;
        padding-left: 0;
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: auto;
        width: 100%;
        border-radius: 0px;
        padding-block: 0px;
        margin-top: 12px;
    }

    .vdo_content {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

    .video-items-left {
        width: 100%;
    }

    .video-items-right {
        width: 100%;
        padding: 15px;
        overflow: hidden;
        height: 495px;

        &amp; .custom-tab-title {
            a {
                -webkit-line-clamp: 3;
            }
        }
    }

    .vdo_title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .vdo_title h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .vdo_card_top {
        width: 100%;
        margin-bottom: 5px;
        height: 108px;

        .vdo_card_img {
            height: 100%;
        }

        .category_strip {
            bottom: 4px;

            span {
                font-size: 11px;
            }
        }

    }

    .tab-btn {
        border: none;
        padding: 8px 17px;
        font-weight: 500;

        span {
            font-weight: 500;
        }
    }

    .cts .tab-btn {
        white-space: nowrap;
    }

    /* advertise */
    .top-news-area {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    /* ================================ */
    /* Photo gallery */
    /* ================================ */
    .photo_block {
        padding: 30px 15px;
        border-radius: 0px
    }

    .photo_grid {
        margin-top: 15px;
        height: 600px;
        display: grid;
        gap: 15px;
        padding: 19px 15px;
        /* grid-template-columns: 1fr 1fr; */
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }

    .photo_grid&gt;.photo_item:first-child {
        grid-column: span 2;

        .photo_top {
            height: 158px;

            img {
                width: 100%;
            }
        }
    }

    .photo_item&gt;.photo_top {
        height: 100px;

        img {
            height: 100%;
        }
    }

    .photo_item {
        min-height: auto;
    }

    .photo_item&gt;.photo_bottom {
        -webkit-line-clamp: 2;
    }

    .photo_item&gt;.photo_bottom a {
        color: white;
        font-size: 15px;
        display: block;
    }

    /* =========================================== */
    /* With widget */
    /* =========================================== */
    .ctm_row {
        padding: 0px;
        margin: 0;

        .cm-container {
            padding: 0px;

            .news_tab_row {
                padding-left: 15px;
                padding-right: 15px;
                padding-bottom: 0px;

                .news-tabs {
                    padding-bottom: 15px;
                }
            }
        }
    }

    ._devider {
        flex-direction: column;

        .tabs {
            border-radius: 0px;
            padding: 7px;
            padding-top: 25px;
            padding-bottom: 30px;
        }
    }

    .tabs .tab .tab_row {
        display: flex;
        flex-direction: column;

        .col-6 {
            width: 100%;
        }
    }

    .tabs .tab {
        padding: 10px;
    }

    .nwstb2::after {
        width: 44%;
        right: 0%;
    }

    .nwstb3::after {
        width: 38%;
        right: 0%;
    }

    .custom-tabs {
        border-radius: 0px;
        padding: 8px;
        padding-top: 25px;
        padding-bottom: 30px;
        margin-top: 15px;
    }

    .custom-tab {
        padding: 10px;

        .custom-tab-row {
            flex-direction: column;

            .col-6 {
                width: 100%;
            }
        }
    }

    .tcm_img {
        height: 210px;
    }

    .tab_card_main {
        .tab_card_title {
            padding: 22px 12px 10px;
        }
    }

    .custom-tab-card-title {
        padding: 22px 12px 10px;
    }

    .nwstb2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    ._devider .right_content {
        width: 100%;
        max-width: 100%;
        padding-left: 9px;
        padding-right: 15px;

        .podcast_iframe {
            width: 100%;
        }
    }

    .podcast_card {
        iframe {
            width: 100%;
        }
    }

    .nwstb3::after {
        width: 66%;
        right: 0%;
    }

    /* ============================================ */
    /* Poll*/
    /* ============================================ */
    .poll-tabs {
        padding: 10px;
        padding-block: 30px;
        border-radius: 0px;
    }

    .custom-poll-row {
        padding-top: 5px;
    }

    .custom_left {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
        border-bottom: 1px solid #c2c2c2;

        .card_small_top {
            width: 80%;
            height: 100px;
        }

        &amp;:last-of-type {
            border-bottom: none;
        }
    }

    .custom_center {
        width: 50%;
        padding: 0px;
        padding-right: 5px;

        div&gt;.card_small {
            flex-direction: column;
            gap: 0;
            margin-bottom: 14px;

            .card_small_top {
                height: 100px;
            }
        }
    }

    .custom_right {
        width: 50%;
        padding: 0px;
        padding-left: 5px;

        div&gt;.card_small {
            gap: 0;
            flex-direction: column;
            margin-bottom: 14px;

            .card_small_top {
                height: 100px;
            }
        }
    }

    .tbs::after {
        right: 0%;
        width: 75%;
    }

    .poll-content {
        padding: 10px;
    }

    /* =========================================== */
    /* Custom Block */
    /* =========================================== */
    .custom_block {
        .cm-container .tbs {
            padding-left: 15px;
            padding-right: 15px;

            &amp;::after {
                right: 0%;
                width: 65%;
            }
        }
    }

    .cs_row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }

    .lay_row {
        display: flex;
    }

    .lay_row {
        flex-direction: column;

        .nts::after {
            width: 66%;
            right: 0;
        }
    }

    .news-area .cm-post-widget-section {
        margin-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .gtb::after {
        width: 37%;
        right: 0;
    }

    .card .card_content {
        border-radius: 10px;
    }

    #media_image-7 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-widget-area {
        margin-left: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bottom-news-area {
        padding-left: 15px;
        padding-right: 15px;
    }

    .od2 {
        order: 2;
    }
}</pre></body></html>