/*-- ===============================================

Product: 'TWOC'
Version: 1.1

==================================================== --*/
/*-- == Table of contents =====================

( Example: Type 'ctrl+f' and then 'variables' to jump to the
 "example" section. Click 'find' if needed.)

//Defaults
-------------------------------
* variables;
* base;
* helper_classes;
* typography;
* backgrounds;
* animations;

//components 
------------------------------
* buttons.less';
* form.less';
* social_share.less';
* header/navbar.less';
* breadcrumb.less';
* shape.less';
* posts.less';
* content-block.less';
* newsletter-block.less';
* banner.less';
* banner-slider.less';
* banner-cat-counter.less';
* post_details.less';
* header/header_top.less';
* header/sidenav.less';
* footer/page_footer.less';
* team.less';
* error-404.less';
* author-details.less';

//widgets
-----------------------------
* category.less';
* media_queries.less';

/*--Custom Variables--*/
:root {
    --primary-font: "Roboto", sans-serif;
    --secondary-font: "Roboto", sans-serif;
    --primary-color: #ed2a24;
    --secondary-color: #ff9500;
    --action-color: #fecc00;
    --grey-dark-key: #000;
    --grey-dark-one: #333333;
    --grey-dark-two: #3c3c3c;
    --grey-dark-three: #6b7074;
    --grey-dark-four: #7b7b7b;
    --grey-dark-five: #2b2b2b;
    --grey-dark-six: #cecece;
    --grey-dark-seven: #1a1a1a;
    --grey-dark-eight: #3f3f3f;
    --grey-mid: #c1c6c9;
    --grey-light-one: #d3d7da;
    --grey-light-two: #f0f0f0;
    --grey-light-three: #f1f1f3;
    --border-color: #e6e6e6;
    --color-white: #fff;
    --color-success: #3eb75e;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-danger: #ff0003;
    --color-facebook: #3b5997;
    --color-twitter: #1ba1f2;
    --color-youtube: #ed4141;
    --color-linkedin: #0077b5;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-green-one: #4cd965;
    --color-green-two: #3cd289;
    --color-green-three: #008079;
    --color-blue-one: #007aff;
    --color-blue-two: #5ac8fa;
    --color-blue-three: #01abf2;
    --color-blue-four: #4c8ebc;
    --color-red-one: #ed2a24;
    --color-red-two: #ff4f00;
    --color-purple-one: #5856d5;
    --color-purple-two: #ca9cf4;
    --color-yellow-one: #ffd400;
    --color-yellow-two: #fde953;
    --color-blue-grey-one: #3f5573;
    --radius: 4px;
    --radius-big: 6px;
    --radius-small: 2px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --s-light: 300;
    --s-regular: 400;
    --s-medium: 500;
    --s-bold: 700;
    --s-black: 900;
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    --cubic-easing: cubic-bezier(0.86, 0, 0.07, 1);
}

/*--Spacing--*/
/***
Where property is one of:

m - for classes that set margin
p - for classes that set padding
Where sides is one of:

t - for classes that set margin-top or padding-top
b - for classes that set margin-bottom or padding-bottom
s - (start) for classes that set margin-left or padding-left in LTR, margin-right or padding-right in RTL
e - (end) for classes that set margin-right or padding-right in LTR, margin-left or padding-left in RTL
x - for classes that set both *-left and *-right
y - for classes that set both *-top and *-bottom
blank - for classes that set a margin or padding on all 4 sides of the element
Where size is one of:

0 - for classes that eliminate the margin or padding by setting it to 0
1 - (by default) for classes that set the margin or padding to $spacer * .25 = .25rem
2 - (by default) for classes that set the margin or padding to $spacer * .5 = .5rem
3 - (by default) for classes that set the margin or padding to $spacer = 1rem
4 - (by default) for classes that set the margin or padding to $spacer * 1.5 = 1.5rem
5 - (by default) for classes that set the margin or padding to $spacer * 2 = 2rem
6 - (by default) for classes that set the margin or padding to $spacer * 2.5 = 2.5rem
7 - (by default) for classes that set the margin or padding to $spacer * 3 = 3rem
8 - (by default) for classes that set the margin or padding to $spacer * 3.5 = 3.5rem
9 - (by default) for classes that set the margin or padding to $spacer * 4 = 4rem
10 - (by default) for classes that set the margin or padding to $spacer * 4.5 = 4.5rem
11 - (by default) for classes that set the margin or padding to $spacer * 5 = 5rem
12 - (by default) for classes that set the margin or padding to $spacer * 5.5 = 5.5rem
13 - (by default) for classes that set the margin or padding to $spacer * 6 = 6rem
14 - (by default) for classes that set the margin or padding to $spacer * 6.5 = 6.5rem
15 - (by default) for classes that set the margin or padding to $spacer * 7 = 7rem
16 - (by default) for classes that set the margin or padding to $spacer * 7.5 = 7.5rem
17 - (by default) for classes that set the margin or padding to $spacer * 8 = 8rem
18 - (by default) for classes that set the margin or padding to $spacer * 8.5 = 8.5rem
19 - (by default) for classes that set the margin or padding to $spacer * 9 = 9rem
20 - (by default) for classes that set the margin or padding to $spacer * 9.5 = 9.5rem
21 - (by default) for classes that set the margin or padding to $spacer * 10 = 10rem
auto - for classes that set the margin to auto

***/

.m-b-xs-40-border {
    margin-bottom: 4rem !important;
    padding-bottom: 15px;
    border-bottom: solid 2px #bbbbbb;
}

/*--Base css--*/
html {
    font-size: 10px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: var(--primary-font);
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    color: var(--grey-dark-two);
}

::-moz-selection {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-shadow: none;
}

hr {
    display: block;
    height: 0.2rem;
    border: 0;
    margin: 0;
    padding: 0;
    background: var(--grey-light-three);
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

p {
    /* margin-bottom: 3rem; */
}

ul,
ol {
    font-family: var(--secondary-font);
    font-size: 1.8rem;
    line-height: 3rem;
    padding-left: 3rem;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    ul,
    ol {
        font-size: 16px;
    }
}

a,
button {
    outline: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a {
    color: inherit;
    text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/* .container {
	position: relative;
}

@media (min-width: 1599px) {
	.container {
		max-width: 1260px;
	}
} */

/* .container-fluid {
	position: relative;
} */

figure {
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    figure img {
        width: 100%;
        height: auto;
    }
}

.img-container {
    display: block;
}

.list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rotate-txt a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
    overflow: hidden;
    color: transparent;
}

.rotate-txt a::before,
.rotate-txt a::after {
    content: attr(data-txt);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--grey-dark-one);
    font-family: var(--primary-font);
    font-size: inherit;
    line-height: inherit;
    font-weight: var(--p-mid);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .rotate-txt a::before,
    .rotate-txt a::after {
        display: none;
    }
}

.rotate-txt a::after {
    top: auto;
    bottom: -2.5rem;
}

@media screen and (min-width: 992px) {
    .rotate-txt li:hover > a::before {
        top: -3rem;
    }

    .rotate-txt li:hover > a::after {
        bottom: 0;
    }
}

.title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-title .axil-title {
    margin-bottom: 0;
}

.section-title__bordered {
    border-bottom: 0.2rem solid var(--grey-light-one);
    padding-bottom: 1rem;
}

.title-white * {
    color: #fff !important;
}

/* -- Print Media query
---------------------------------------- -- */
@media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (-o-min-device-pixel-ratio: 5/4),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* -- Print styles- Inlined to avoid the additional HTTP request:
----------------------------------------------------------------------------- */
@media print {
    *,
    *:before,
    *:after {
        /* background: transparent !important; */
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /* -- Don't show links that are fragment identifiers -- */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    /* -- Printing Tables -- */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*--Helper clasess--*/
.section-gap {
    padding-top: 10rem;
    padding-bottom: 6rem;
}

.section-gap-big {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-gap-top {
    padding-top: 10rem;
}

.section-gap-bottom {
    padding-bottom: 3rem;
}

.section-gap-top__with-text {
    padding-top: 10rem;
}

.object-fit__cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-fit__contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.border-radius {
    border-radius: var(--radius);
}

.no-overflow {
    overflow: hidden;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0rem !important;
    margin: 0 1rem 0;
}

@media (max-width: 991px) {
    .homepage .media {
        margin: 0 3rem 0;
    }
}

.bottom-border {
    border-bottom: 2px solid var(--bg-light);
}

.overlay-over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    background-color: rgba(60, 60, 60, 0.7);
}

.grad-overlay {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(18, 18, 19, 0)),
        to(#3c3c3c)
    );
    background: -webkit-linear-gradient(
        top,
        rgba(18, 18, 19, 0) 0%,
        #3c3c3c 100%
    );
    background: -o-linear-gradient(top, rgba(18, 18, 19, 0) 0%, #3c3c3c 100%);
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #3c3c3c 100%);
}

.grad-overlay__transparent {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(18, 18, 19, 0)),
        to(rgba(18, 18, 19, 0.7))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(18, 18, 19, 0) 0%,
        rgba(18, 18, 19, 0.7) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(18, 18, 19, 0) 0%,
        rgba(18, 18, 19, 0.7) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(18, 18, 19, 0) 0%,
        rgba(18, 18, 19, 0.7) 100%
    );
}

.y-scroll-container {
    height: calc(100vh - 16rem);
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .y-scroll-container {
        height: auto;
        overflow-x: initial;
    }
}

.negative-gap {
    margin-top: -1.4rem;
}

.custom-fluid-container {
    position: relative;
    padding: 0 8rem;
}

.custom-fluid-container .row {
    margin: 0 -4rem;
}

.custom-fluid-container .row [class*="col-"] {
    padding: 0 4rem;
}

@media (max-width: 1199px) {
    .custom-fluid-container {
        padding: 0 4rem;
    }

    .custom-fluid-container .row {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .custom-fluid-container .row [class*="col-"] {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (max-width: 991px) {
    .custom-fluid-container {
        padding: 0 1.5rem;
    }

    .custom-fluid-container .row {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .custom-fluid-container .row [class*="col-"] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.primary-font {
    font-family: var(--primary-font);
}

.secondary-font {
    font-family: var(--secondary-font);
}

.primary-color {
    color: var(--primary-color);
}

.color-red-one {
    color: var(--primary-color);
}

.grey-dark-key {
    color: var(--grey-dark-key);
}

.grey-dark-one {
    color: var(--grey-dark-one);
}

.grey-dark-two {
    color: var(--grey-dark-two);
}

.grey-dark-three {
    color: var(--grey-dark-three);
}

.grey-dark-four {
    color: var(--grey-dark-four);
}

.grey-dark-five {
    color: var(--grey-dark-five);
}

.grey-dark-six {
    color: var(--grey-dark-six);
}

.grey-dark-seven {
    color: var(--grey-dark-seven);
}

.grey-dark-eight {
    color: var(--grey-dark-eight);
}

.grey-mid {
    color: var(--grey-mid);
}

.grey-light-one {
    color: var(--grey-light-one);
}

.grey-light-two {
    color: var(--grey-light-two);
}

.grey-light-three {
    color: var(--grey-light-three);
}

.border-color {
    color: var(--border-color);
}

.color-green-three {
    color: var(--color-green-three);
}

.color-white {
    color: var(--color-white);
}

.bg-primary-color {
    background-color: var(--primary-color);
}

.bg-grey-dark-key {
    background-color: var(--grey-dark-key);
}

.bg-grey-dark-one {
    background-color: var(--grey-dark-one);
}

.bg-grey-dark-two {
    background-color: var(--grey-dark-two);
}

.bg-grey-dark-three {
    background-color: var(--grey-dark-three);
}

.bg-grey-dark-four {
    background-color: var(--grey-dark-four);
}

.bg-grey-dark-five {
    background-color: var(--grey-dark-five);
}

.bg-grey-dark-six {
    background-color: var(--grey-dark-six);
}

.bg-grey-dark-seven {
    background-color: var(--grey-dark-seven);
}

.bg-grey-dark-eight {
    background-color: var(--grey-dark-eight);
}

.bg-grey-mid {
    background-color: var(--grey-mid);
}

.bg-grey-light-one {
    background-color: var(--grey-light-one);
}

.bg-grey-light-two {
    background-color: var(--grey-light-two);
}

.bg-grey-light-three {
    background-color: var(--grey-light-three);
}

.bg-light-gray-gradient {
    background: linear-gradient(
        180deg,
        rgba(241, 241, 243, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}

.bg-black-white-gradient {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}

/* @media (max-width: 991px){
	.bg-black-white-gradient{
		margin-top: 13rem;
	}
} */

.border-bg-color {
    background-color: var(--border-color);
}

.bg-color-green-three {
    background-color: var(--color-green-three);
}

.bg-color-white {
    background-color: var(--color-white);
}

.bg-color-facebook {
    background-color: var(--color-facebook);
}

.bg-color-twitter {
    background-color: var(--color-twitter);
}

.bg-color-linkedin {
    background-color: var(--color-linkedin);
}

.bg-color-pinterest {
    background-color: var(--color-pinterest);
}

.p-light {
    font-weight: var(--p-light);
}

.p-regular {
    font-weight: var(--p-regular);
}

.p-medium {
    font-weight: var(--p-medium);
}

.p-semibold {
    font-weight: var(--p-semibold);
}

.p-bold {
    font-weight: var(--p-bold);
}

.p-extra-bold {
    font-weight: var(--p-extra-bold);
}

.p-black {
    font-weight: var(--p-black);
}

.s-light {
    font-weight: var(--s-light);
}

.s-regular {
    font-weight: var(--s-regular);
}

.s-medium {
    font-weight: var(--s-medium);
}

.s-bold {
    font-weight: var(--s-bold);
}

.s-black {
    font-weight: var(--s-black);
}

.radius {
    border-radius: var(--radius);
}

.radius-big {
    border-radius: var(--radius-big);
}

.radius-small {
    border-radius: var(--radius-small);
}

.shadow-light {
    -webkit-box-shadow: var(--shadow-light);
    box-shadow: var(--shadow-light);
}

.shadow-dark {
    -webkit-box-shadow: var(--shadow-dark);
    box-shadow: var(--shadow-dark);
}

.box-shadow {
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
}

.txt-shadow {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.grad-bg {
    background: -webkit-linear-gradient(
        315deg,
        #ebeaf4 0%,
        #b5c0e1 100%,
        #b5c0e1 100%
    );
    background: -o-linear-gradient(
        315deg,
        #ebeaf4 0%,
        #b5c0e1 100%,
        #b5c0e1 100%
    );
    background: linear-gradient(135deg, #ebeaf4 0%, #b5c0e1 100%, #b5c0e1 100%);
}

/*--Typography--*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--primary-font);
    color: var(--grey-dark-one);
    font-weight: var(--p-semi-bold);
    line-height: 1.4;
    margin-bottom: 2rem;
}

h1,
.h1 {
    font-size: 4.2rem;
}

@media (max-width: 991px) {
    h1,
    .h1 {
        font-size: 3.2rem;
    }
}

.page-title {
    font-size: 4.2rem;
}

@media (max-width: 991px) {
    .page-title {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
}

h2,
.h2 {
    font-size: 3.6rem;
}

@media (max-width: 991px) {
    h2,
    .h2 {
        font-size: 2.8rem;
    }
}

h3,
.h3 {
    font-size: 3.2rem;
}

@media (max-width: 991px) {
    h3,
    .h3 {
        font-size: 2.4rem;
    }
}

h4,
.h4 {
    font-size: 2.8rem;
}

@media (max-width: 991px) {
    h4,
    .h4 {
        font-size: 2.2rem;
    }
}

h5,
.h5 {
    font-size: 2.4rem;
    line-height: 1.6;
}

@media (max-width: 991px) {
    h5,
    .h5 {
        font-size: 2rem;
    }
}

h6,
.h6 {
    font-size: 2rem;
    line-height: 2.4;
}

p {
    font-family: var(--secondary-font);
    font-size: 1.8rem;
    line-height: 3rem;
    color: var(--grey-dark-two);
}

p.big {
    font-size: 2rem;
}

p.mid {
    font-size: 1.6rem;
    line-height: 2.8rem;
}

p.small {
    font-size: 1.4rem;
    line-height: 2.4rem;
}

@media (max-width: 991px) {
    p {
        font-size: 20px;
    }

    p.big {
        /* font-size: 1.8rem; */
        font-size: 20px;
    }

    p.mid {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    p.small {
        font-size: 1.2rem;
    }
}

.axil-title {
    font-size: 3.2rem;
    line-height: 4.2rem;
}

.axil-title-red {
    font-size: 3.8rem;
    line-height: 4.2rem;
    color: #ed2a24;
    margin-bottom: 0.5rem;
}

.axil-title-red-sidebar {
    font-size: 2.4rem;
    line-height: 4.2rem;
    color: #ed2a24;
    text-decoration: underline;
}

.axil-about-us {
    padding: 5rem 0;
}

@media (max-width: 991px) {
    .axil-title {
        font-size: 2rem;
        line-height: 3rem;
    }

    .axil-title-red {
        margin-bottom: 0;
    }
}

.axil-title__big {
    font-size: 3.6rem;
    line-height: 5rem;
}

@media (max-width: 991px) {
    .axil-title__big {
        font-size: 2rem;
        line-height: 3rem;
    }
}

.axil-title__mid {
    font-size: 2.4rem;
    line-height: 3.6rem;
}

.axil-title__small {
    font-size: 1.8rem;
    line-height: 3rem;
}

address,
.address {
    font-family: var(--secondary-font);
    font-size: 2rem;
    line-height: 3.4rem;
    color: var(--color-dark-one);
}

@media (max-width: 991px) {
    address,
    .address {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

/*--Hero Sections--*/
.mobile-hero {
    display: none !important;
}

@media (max-width: 991px) {
    .desktop-hero {
        display: none !important;
    }

    .mobile-hero {
        display: block !important;
    }
}

/*--Backgrounds--*/
.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.under-construction-banner {
    background-size: 40% 100%;
    background-repeat: no-repeat;
    background-position: right center;
}

@media (max-width: 1199px) {
    .under-construction-banner {
        background-size: 50% 100%;
    }
}

@media (max-width: 1199px) {
    .under-construction-banner {
        background-size: cover;
    }
}

/*--Animations--*/
@-webkit-keyframes menu-toggler-anim {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes menu-toggler-anim {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*--Buttons--*/
.button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--secondary-font);
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: var(--p-bold);
    letter-spacing: 0.1rem;
    color: #ffffff;
    padding: 1.4rem 4rem 1.3rem;
    border-width: 0.2rem;
    border-style: solid;
    border-radius: 0;
    z-index: 1;
}

.button::before {
    content: " ";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.button.button-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.button.button-primary.button-nofill {
    color: var(--primary-color);
}

.button.button-primary:focus,
.button.button-primary:active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.button.button-secondary {
    background: var(--primary-color);
    border-color: var(--color-white);
}

.button.button-black {
    background: black;
    border-color: var(--color-white);
}

.button.button-gray {
    background: var(--grey-dark-one);
    color: #fff;
}

.button.button-secondary.btn-nofill {
    color: var(--grey-dark-four);
}

.button.button-nofill {
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.button.button-nofill:hover {
    background: var(--primary-color);
    color: #fff;
}

.button.button-small {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 1.5rem 3rem;
    margin-right: 25px;
    border-width: 0;
    background: var(--primary-color);
}

.button.header-button {
    font-size: 1.2rem;
    line-height: inherit;
    margin-right: 25px;
    border-width: 0;
    background: var(--primary-color);
}

button.close {
    background: transparent;
    border: 0;
    color: var(--primary-color);
}

.button:hover {
    color: #fff;
}

.button:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

/*Button for Current Subscription*/
.button-current {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--secondary-font);
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: var(--p-bold);
    letter-spacing: 0.1rem;
    color: #7b7b7b;
    background: #d3d7da;
    padding: 1.4rem 4rem 1.3rem;
    border: 0.2rem solid #d3d7da;
    border-radius: 0;
    z-index: 1;
}

.button-link,
.txt-button {
    position: relative;
    font-family: var(--primary-font);
    font-size: 2rem;
    line-height: 2.2rem;
    color: var(--primary-color);
    font-weight: var(--p-semi-bold);
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.job-link {
    width: fit-content;
    font-size: 1em;
}

.button-link::before {
    content: " ";
    width: 100%;
    height: 0rem;
    background-color: currentColor;
    position: absolute;
    left: 100%;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.button-link::after {
    content: " ";
    width: 100%;
    height: 0.2rem;
    background-color: #ed2a24;
    position: absolute;
    left: 100%;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.button-link::after {
    left: -100%;
}

.button-link:hover {
    text-decoration: none;
    color: currentColor;
    color: var(--primary-color);
}

.button-link:hover::before,
.button-link:hover::after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.button-link__primary {
    color: var(--primary-color);
}

.button-link__primary::before,
.button-link__primary::after {
    background-color: var(--primary-color);
}

@media (max-width: 991px) {
    .button-link__primary {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

div#getMoreBtn {
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-top: 50px;
}

div#loadingImg {
    text-align: center;
    margin-top: 50px;
}

.cat-btn {
    background: rgb(60, 60, 60, 0.7);
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--secondary-font);
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: var(--p-bold);
    letter-spacing: 0.1rem;
    color: #ffffff;
    padding: 1.4rem 4rem 1.3rem;
    border-width: 0.2rem;
    border-style: solid;
    border-radius: 0;
    padding: 0.6rem 1.1rem 0.4rem;
    border: none;
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-weight: var(--s-bold);
    z-index: 1;
    top: 10px;
    left: 10px;
}

.cat-btn::before {
    content: " ";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgb(60, 60, 60, 0.7);
    z-index: -1;
}

.cat-btn.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.cat-btn.btn-primary.btn-nofill {
    color: var(--primary-color);
}

.cat-btn.btn-primary:focus,
.cat-btn.btn-primary:active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.cat-btn.btn-secondary {
    background: var(--grey-mid);
    border-color: var(--grey-mid);
}

.cat-btn.btn-secondary.btn-nofill {
    color: var(--grey-dark-four);
}

.cat-btn.btn-nofill {
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cat-btn.btn-nofill:hover {
    background: var(--primary-color);
    color: #fff;
}

.cat-btn.btn-small {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 1.1rem 3rem;
}

.cat-btn:hover {
    color: #fff;
}

.cat-btn:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.txt-btn {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: var(--primary-color);
    border: none;
}

.btn-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-group a,
.btn-group button {
    margin: 0 1rem 1rem 0;
}

.video-play-btn,
.post-format {
    width: 7rem;
    height: 7rem;
    background: #fff;
    border-radius: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.video-play-btn:hover,
.post-format:hover {
    -webkit-box-shadow: 0 0 10rem rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10rem rgba(0, 0, 0, 0.7);
}

.video-play-btn::after,
.post-format::after {
    content: " ";
    width: 0;
    height: 0;
    border-top: 0.9rem solid transparent;
    border-left: 1.4rem solid var(--grey-dark-one);
    border-bottom: 0.9rem solid transparent;
    margin-left: 0.4rem;
}

.video-play-btn__big,
.post-format__big {
    width: 10rem;
    height: 10rem;
}

.video-play-btn__big::after,
.post-format__big::after {
    border-top: 1.25rem solid transparent;
    border-left: 2rem solid var(--grey-dark-one);
    border-bottom: 1.25rem solid transparent;
}

@media (max-width: 991px) {
    .video-play-btn__big,
    .post-format__big {
        width: 7rem;
        height: 7rem;
    }

    .video-play-btn__big::after,
    .post-format__big::after {
        border-top: 0.9rem solid transparent;
        border-left: 1.4rem solid var(--grey-dark-one);
        border-bottom: 0.9rem solid transparent;
    }
}

.video-play-btn__small,
.post-format__small {
    width: 3.5rem;
    height: 3.5rem;
}

.video-play-btn__small::after,
.post-format__small::after {
    border-top: 0.45rem solid transparent;
    border-left: 0.7rem solid var(--grey-dark-one);
    border-bottom: 0.45rem solid transparent;
}

@media (max-width: 991px) {
    .video-play-btn__small,
    .post-format__small {
        width: 3.5rem;
        height: 3.5rem;
    }

    .video-play-btn__small::after,
    .post-format__small::after {
        border-top: 0.45rem solid transparent;
        border-left: 0.7rem solid var(--grey-dark-one);
        border-bottom: 0.45rem solid transparent;
    }
}

.video-play-btn {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    z-index: 9;
}

div.video-play-btn,
span.video-play-btn {
    pointer-events: none;
}

.post-format::after {
    display: none;
}

.post-format:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post-format i {
    color: var(--grey-dark-one);
    margin-left: 0.3rem;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background: var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: var(--primary-color);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background: var(--grey-dark-one);
    border-color: var(--grey-dark-one);
}

/*--Forms--*/
::-webkit-input-placeholder {
    color: var(--grey-dark-four);
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--grey-dark-four);
    opacity: 1;
}

::-ms-input-placeholder {
    color: var(--grey-dark-four);
    opacity: 1;
}

::placeholder {
    color: var(--grey-dark-four);
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--grey-dark-four);
}

::-ms-input-placeholder {
    color: var(--grey-dark-four);
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="file"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
textarea,
select {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    background: transparent;
    font-family: var(--secondary-font);
    font-size: 1.6rem;
    line-height: 3rem;
    color: var(--grey-dark-one);
    padding: 0.9rem 2rem;
    border-radius: 0;
    border: 0.2rem solid var(--grey-light-one);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea {
    resize: vertical;
}

label {
    position: relative;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--grey-dark-four);
    padding: 0 1rem;
    margin-bottom: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

label span {
    color: var(--primary-color);
    margin-left: 1.5rem;
}

select {
    cursor: pointer;
    color: var(--typo-body);
}

.form-group {
    position: relative;
    margin-bottom: 3rem;
}

.form-group.focused input[type="text"] + label,
.form-group.focused input[type="password"] + label,
.form-group.focused input[type="email"] + label,
.form-group.focused input[type="number"] + label,
.form-group.focused input[type="file"] + label,
.form-group.focused textarea + label,
.form-group.focused select + label {
    top: 2.7rem;
    left: 1rem;
    background: #fff;
    padding: 0 1rem;
}

.form-group.focused select {
    color: var(--typo-dark);
}

.select-wrapper {
    position: relative;
}

.select-wrapper::before {
    content: "\f0d7";
    position: absolute;
    right: 15px;
    bottom: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.6rem;
    line-height: 4rem;
    font-weight: 600;
    z-index: 9;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.select-wrapper.focused::before {
    color: var(--primary-color);
}

/*
input[type="checkbox"],
input[type="radio"] {
	opacity: 0;
	position: absolute;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	position: relative;
	font-family: var(--secondary-font);
	font-size: 1.4rem;
	line-height: 2.4rem;
	font-weight: var(--s-regular);
	color: var(--grey-dark-three);
	padding-left: 1.5rem;
	cursor: pointer;
}

input[type="checkbox"]+label::before,
input[type="radio"]+label::before {
	content: " ";
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 1.2rem;
	height: 1.2rem;
	background-color: #fff;
	border: 0.2rem solid var(--grey-light-one);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type="checkbox"]+label::after,
input[type="radio"]+label::after {
	content: " ";
	position: absolute;
	top: 0.8rem;
	left: 3rem;
	width: 0.8rem;
	height: 0.5rem;
	background-color: transparent;
	border-bottom: 0.2rem solid #fff;
	border-left: 0.2rem solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type="checkbox"]:checked+label::before,
input[type="radio"]:checked+label::before {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

input[type="checkbox"]:checked+label::after,
input[type="radio"]:checked+label::after {
	opacity: 1;
}

input[type="checkbox"]+label::before {
	width: 1.2rem;
	height: 1.2rem;
	top: 0.5rem;
}

input[type="checkbox"]+label::after {
	top: 0.7rem;
	left: 0.2rem;
}

input[type="checkbox"]:checked+label::before {
	border-color: var(--primary-color);
}

input[type="radio"] {
	width: auto;
}

input[type="radio"]+label::before {
	border-radius: 50%;
}

input[type="radio"]+label::after {
	width: 0;
	height: 0rem;
	left: 0rem;
	top: 0rem;
	background: transparent;
	border-radius: 0%;
}
*/

.input-border {
    width: calc(100% + 0.4rem);
    -webkit-transform: scale3d(1, -1, 1);
    transform: scale3d(1, -1, 1);
    -webkit-transition: stroke-dashoffset 0.3s;
    -o-transition: stroke-dashoffset 0.3s;
    transition: stroke-dashoffset 0.3s;
    pointer-events: none;
    stroke: var(--grey-light-one);
    stroke-width: 5px;
    stroke-dasharray: 962;
    stroke-dashoffset: 558;
    position: absolute;
    top: 0;
    left: -0.2rem;
    fill: none;
    overflow: hidden;
}

@media (max-width: 767px) {
    .input-border {
        width: 100%;
        left: 0;
    }
}

.input-txt {
    position: absolute;
    left: 0;
    bottom: 1rem;
    display: block;
    font-family: var(--secondary-font);
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: var(--grey-dark-three);
    font-weight: var(--s-regular);
    padding: 0 2rem;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
}

.input-txt span {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-left: 0.7rem;
}

.form-group label {
    position: relative;
    pointer-events: none;
    z-index: 9;
}

.form-group.focused input,
.form-group.focused textarea {
    border-color: var(--primary-color);
}

.form-group.focused label {
    top: -1rem;
    font-size: 1.2rem;
    color: var(--primary-color);
}

.bg-grey-light-three .form-group label {
    background: var(--grey-light-three);
}

.axil-contact-form-block .form-group label {
    background: var(--color-white);
}

.subscription-form .input-border {
    width: 100%;
    left: 0;
}

.comment-form .input-border {
    width: 100%;
    left: 0;
}

.comment-form .comment-message-field .input-border {
    width: calc(100% + 2px);
    stroke-width: 0.3rem;
    left: -1px;
}

.error-msg p,
.success-msg p {
    font-size: 1.3rem;
    line-height: 1;
    color: var(--color-danger);
    font-weight: var(--p-semi-bold);
    margin: 1rem 0 0;
}

.success-msg p {
    color: var(--color-success);
}

.form-group.has-error input,
.form-group.has-error textarea {
    border-color: var(--color-danger);
}

.form-group-small input {
    line-height: 2rem;
}

.form-group-small label {
    top: 0.9rem;
}

/*--Mailchimp--*/
#mc_embed_signup {
    background: transparent;
    width: 60%;
}

#mc_embed_signup input.email {
    width: 100% !important;
    height: 50px !important;
    border: none !important;
    border-radius: 0px !important;
    margin-bottom: 15px !important;
    padding: 15px !important;
    background: #fff !important;
}

#mc_embed_signup .clear {
    width: 100%;
}

input#mc-embedded-subscribe {
    width: 100%;
}

@media (max-width: 767px) {
    #mc_embed_signup {
        background: transparent;
        width: 100%;
    }
}

/*--Social share--*/

.social-share__with-bg_home li a {
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    background: var(--primary-color);
    border-radius: 100%;
    font-size: 2.2rem;
    line-height: 5.2rem;
    color: #fff;
    text-align: center;
}

.social-share__with-bg_home li a:hover {
    background: var(--primary-color);
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social-share__with-bg_home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.social-share__with-bg_home li.col {
    margin-right: 1rem;
}

.social-share__vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.social-share__vertical li {
    margin: 0 0 2rem;
}

.social-share__square li {
    margin: 0;
}

.social-share__square li a {
    width: 8rem;
    height: 6rem;
    line-height: 6rem;
    border-radius: 0;
}

@media (max-width: 991px) {
    .social-share__square li a {
        width: 6rem;
    }
}

.social-share__square li a:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.post-details__social-share {
    position: absolute;
    top: 0;
    left: -6.4rem;
}

@media (max-width: 1199px) {
    .post-details__social-share {
        position: static;
    }

    .post-details__social-share .social-share__vertical {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 2rem;
    }

    .post-details__social-share .social-share__vertical li {
        margin: 0 1rem 1rem 0;
    }
}

.contact-social-share .social-share-list-wrapper {
    margin: -1rem;
}

.contact-social-share .social-share-list-wrapper li {
    width: 7.2rem;
    height: 7.2rem;
    padding: 1rem;
}

/*Events/Announcments Page Styling*/
.text-tab-item.tab-red.col-6 {
    background: #ed2a24;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

.text-tab-item.tab-black.col-6 {
    padding: 10px;
    text-align: center;
    border: 2px solid var(--grey-light-one);
    color: var(--grey-light-one);
    font-weight: 600;
}

.togle-box {
    cursor: pointer !important;
}

.activity-list-box {
    margin-top: 50px;
}

/*Events Styling*/

.events-single {
    background: linear-gradient(
        180deg,
        rgba(241, 241, 243, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}

.events-single-sidebar {
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
    background: #fff;
    padding: 0;
    padding-bottom: 25px;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 15rem;
    z-index: 99;
}

/*Speaker Block*/
.speaker-name {
    font-weight: 600;
}

.speaker-img img {
    width: 100%;
}

.speaker-more {
    font-size: 0.75em;
    margin-top: 0.75em;
}

.event-sidebar-body {
    padding: 20px;
}

.event-single-body {
    padding: 50px;
}

.events-headline {
    font-size: 2rem;
    line-height: 3.5rem;
    text-align: left;
}

ul.card-icon-list-items.removePad {
    padding: 0px;
    list-style: none;
}

.card-icon-list-icon .fa,
.card-icon-list-icon .fas {
    font-size: 14px;
    color: #ed2a24;
    margin-right: 5px;
}

ul.card-icon-list-items-detail.removePad {
    padding: 0px;
    list-style: none;
    display: block;
    color: #fff;
    text-align: left;
}

li.card-icon-list-item-detail {
    margin: 5px 10px;
}

/** Events Carousel Styling **/
div#carouselEventsIndicators {
    margin: 2em 0;
}

.event-carousel-arrows {
    color: #fff;
    font-size: 30px;
    background: var(--primary-color);
    padding: 5px 10px;
}

@media (max-width: 991px) {
    .events-single-sidebar {
        position: initial;
        position: initial;
        top: 25px;
        z-index: 99;
    }

    .events-single {
        padding-top: 30px;
        background: linear-gradient(
            180deg,
            rgba(241, 241, 243, 1) 0%,
            rgba(255, 255, 255, 1) 100%
        );
    }

    ul.card-icon-list-items-detail.removePad {
        padding: 0px;
        list-style: none;
        display: block;
        color: #fff;
        text-align: left;
    }

    .events-headline {
        font-size: 2.5rem;
        line-height: 3.8rem;
        text-align: left;
    }
}

/*--Announcments Styling--*/
.notice-time {
    color: #fff;
}

.announce-headline {
    font-size: 5rem;
    line-height: 8rem;
    color: var(--color-white);
}

@media (max-width: 991px) {
    .announce-headline {
        font-size: 3rem;
        line-height: 8rem;
        color: var(--color-white);
    }
}

/*--Navbar--*/
@media (max-width: 991px) {
    .main-nav-wrapper {
        display: none;
    }
}

.nav-item {
    max-height: 7rem;
}

#subscribe-btn {
    background: var(--primary-color);
    font-family: var(--secondary-font);
    letter-spacing: 0.1rem;
    font-weight: var(--p-bold);
    color: #ffffff;
    font-size: 1.2rem;
    display: inline-block;
    padding: 12px 20px;
    transition: all 0.5s ease 0s;
}

.navbar-sticky #subscribe-btn {
    padding: 6px 20px;
    transition: all 0.5s ease 0s;
}

#subscribe-btn:hover {
    text-decoration: underline;
}

.brand-logo {
    transition: all 0.5s ease 0s;
    max-height: 3.9rem;
    transform: scale(1);
}

.navbar-brand {
    transition: all 0.5s ease 0s;
    padding: 3rem 0;
}

.navbar-sticky .brand-logo,
body.subscription .brand-logo {
    transform: scale(0.8);
}

.navbar-sub {
    padding: 3rem 0;
    --bs-border-width: 1.2px;
}

.navbar-sticky .navbar-sub,
body.subscription .navbar-sub {
    padding: 1rem 0;
}

.navbar-sticky .navbar-brand,
body.subscription .navbar-brand {
    padding: 0;
}

@media (max-width: 991px) {
    .brand-logo {
        max-height: 3.5rem;
        transform: scale(1);
    }

    .navbar-sticky .brand-logo {
        transform: scale(0.8);
    }
}

@media (max-width: 767px) {
    .brand-logo {
        max-height: 1.7rem;
        transform: scale(1);
    }

    .navbar-brand {
        padding: 2.5rem 0;
    }

    .navbar-sticky .brand-logo {
        transform: scale(0.8);
    }

    .navbar-sticky .navbar-brand {
        padding: 1rem 0;
    }
}

.main-navigation {
    margin: 0;
    padding: 0 0 0 4.4rem;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

@media (max-width: 991px) {
    .main-navigation {
        opacity: 0;
        visibility: hidden;
    }
}

.main-navigation li {
    position: relative;
    margin-right: 2rem;
    font-family: var(--primary-font);
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
    font-weight: var(--p-medium);
    padding: 3.1rem 0.5rem 3rem;
}

.main-navigation li.has-dropdown {
    margin-right: 3.4rem;
}

@media (max-width: 991px) {
    .main-navigation li.has-dropdown {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .main-navigation li {
        margin-right: 1rem;
    }
}

@media (max-width: 991px) {
    .main-navigation li {
        margin-right: 0;
        padding: 0.5rem 0;
        width: 100%;
        text-align: center;
        color: #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .main-navigation li:hover {
        color: var(--grey-dark-one);
    }
}

.main-navigation li.active > a::before,
.main-navigation li.is-active > a::before {
    width: 100%;
}

.main-navigation a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: inherit;
    display: inline;
}

.main-navigation a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.2rem;
    background-color: currentColor;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-navigation a:hover {
    color: inherit;
}

.main-navigation a:hover::before {
    width: 100%;
}

@media (max-width: 991px) {
    .main-navigation a {
        color: var(--color-white);
    }

    .main-navigation a:hover {
        color: var(--color-white);
    }
}

.main-navigation .submenu li.has-dropdown {
    margin-right: 0;
}

.side-navigation li {
    padding: 1rem 0;
}

.navbar {
    padding: 0;
    z-index: 999;
    top: 0;
    position: fixed;
    width: 100%;
}

@media (max-width: 991px) {
    .navbar {
        padding: 0rem 0;
    }
}

.navbar-main {
    padding: 16px;
}

.navbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 25rem;
    background: var(--grey-dark-one);
    padding: 2rem 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s var(--cubic-easing);
    -o-transition: all 0.3s var(--cubic-easing);
    transition: all 0.3s var(--cubic-easing);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    z-index: 99;
}

.submenu li {
    display: block;
    margin-right: 0;
    padding: 0 3rem;
    font-size: 1.5rem;
    line-height: 3.4rem;
    font-weight: var(--p-regular);
}

@media (max-width: 991px) {
    .submenu li {
        padding: 0 !important;
    }
}

.submenu li a {
    width: 100%;
}

@media (max-width: 991px) {
    .submenu li a {
        width: auto;
    }
}

.submenu li::after {
    position: absolute;
    right: 3rem;
    top: 0;
}

.submenu .submenu {
    top: 0;
    left: 100%;
}

@media (max-width: 1199px) {
    .submenu {
        top: 5.7rem;
    }
}

@media (max-width: 991px) {
    .submenu {
        visibility: visible;
        opacity: 1;
        position: static;
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        padding: 0;
        background: transparent;
        margin-top: 2rem;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.submenu.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.submenu .has-dropdown > a::after {
    top: -0.5rem;
}

.has-dropdown {
    position: relative;
}

.has-dropdown > a {
    overflow: visible;
    position: relative;
}

.has-dropdown > a::after {
    content: "\f107";
    position: absolute;
    top: 0.1rem;
    right: -1.5rem;
    font-family: var(--font-awesome);
    font-size: 1.4rem;
    line-height: inherit;
    color: inherit;
    margin-left: 0.5rem;
    width: auto;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .has-dropdown {
        text-align: center;
    }
}

.has-dropdown.active > a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navbar-extra-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.latest-issue-img {
    width: 60%;
}

.latest-issue-btn {
    width: 60%;
    font-size: 1.3rem;
    padding: 10px;
}

@media (max-width: 767px) {
    .navbar-extra-features .btn-small {
        padding: 1.25rem 1rem;
        margin-right: -20px;
    }

    .latest-issue-img {
        width: 75%;
    }

    .latest-issue-btn {
        width: 75%;
    }
}

.navbar-search {
    position: absolute;
    width: 100vw;
    height: 100%;
    background: var(--grey-light-three);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-search.show-nav-search {
    visibility: visible;
    opacity: 1;
}

.navbar-search .search-field {
    margin: 0 auto;
    position: relative;
}

@media (max-width: 991px) {
    .navbar-search .search-field {
        width: 70%;
    }
}

.navbar-search input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--grey-dark-one);
}

.navbar-search input:focus {
    outline: 0;
    border-color: var(--primary-color);
}

.navbar-search .navbar-search-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    background: transparent;
    padding: 0.5rem 2rem;
    cursor: pointer;
}

.navbar-search .navbar-search-btn i,
.navbar-search .navbar-search-btn span {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--grey-light-one);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-search .navbar-search-btn:hover i,
.navbar-search .navbar-search-btn:hover span {
    color: var(--primary-color);
}

.navbar-search .navbar-search-close {
    font-size: 2.6rem;
}

.input-search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #555;
}

@media (max-width: 991px) {
    .navbar-search .navbar-search-close {
        right: 0;
        margin-right: 2rem;
        margin-left: 1rem;
    }
}

.navbar-search .navbar-search-close:hover {
    color: var(--primary-color);
}

.nav-search-field-toggler {
    position: relative;
    /* font-size: 2rem; */
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-search-field-toggler::after {
    content: " ";
    position: absolute;
    width: 4rem;
    height: 4rem;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    left: 50%;
    margin: -2rem;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-search-field-toggler:hover {
    color: #f00;
}

.user-logo {
    color: #000;
}

.menu-logo {
    color: #000;
}

.nav-search-field-toggler:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.side-nav-toggler {
    position: relative;
    display: inline-block;
    align-items: center;
}

.side-nav-toggler span {
    position: relative;
    display: block;
    width: 1.8rem;
    height: 0.2rem;
    background: #000;
    cursor: pointer;
    margin: 1.5px 0;
}

.side-nav-toggler::after {
    content: " ";
    position: absolute;
    width: 4rem;
    height: 4rem;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    left: 50%;
    margin: -2rem;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.side-nav-toggler:hover span {
    -webkit-animation: menu-toggler-anim 0.2s ease-in-out 0s forwards;
    animation: menu-toggler-anim 0.2s ease-in-out 0s forwards;
}

.side-nav-toggler:hover span:nth-of-type(2) {
    -webkit-animation: menu-toggler-anim 0.2s ease-in-out 0.05s forwards;
    animation: menu-toggler-anim 0.2s ease-in-out 0.05s forwards;
}

.side-nav-toggler:hover span:nth-of-type(3) {
    -webkit-animation: menu-toggler-anim 0.2s ease-in-out 0.1s forwards;
    animation: menu-toggler-anim 0.2s ease-in-out 0.1s forwards;
}

.side-nav-toggler:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.main-nav-toggler {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    background: var(--primary-color);
    border-radius: 100%;
    z-index: 9999;
    padding: 0.7rem 1rem;
    -webkit-transition: all 0.8s var(--cubic-easing);
    -o-transition: all 0.8s var(--cubic-easing);
    transition: all 0.8s var(--cubic-easing);
    -webkit-box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.3);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    cursor: pointer;
}

.main-nav-toggler .toggler-inner {
    position: fixed;
    bottom: 2.7rem;
    right: 3.1rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.main-nav-toggler span {
    position: relative;
    display: block;
    width: 1.9rem;
    height: 0.2rem;
    background: #fff;
    cursor: pointer;
    margin: 0.5rem 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.main-nav-toggler.expanded {
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    border-radius: 0;
}

.main-nav-toggler.expanded .toggler-inner {
    bottom: 3.5rem;
}

.main-nav-toggler.expanded span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(1rem, 1rem);
    -ms-transform: rotate(45deg) translate(1rem, 1rem);
    transform: rotate(45deg) translate(1rem, 1rem);
}

.main-nav-toggler.expanded span:nth-of-type(2) {
    opacity: 0;
}

.main-nav-toggler.expanded span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-menu-opened {
    overflow: hidden;
}

.main-menu-opened .main-nav-wrapper {
    position: fixed;
    top: 5rem;
    left: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    width: calc(100vw - 10rem);
    height: calc(100vh - 10rem);
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    padding: 6rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .main-menu-opened .main-nav-wrapper {
        position: fixed;
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }
}

.main-menu-opened .main-navigation {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-menu-opened .main-navigation > li {
    opacity: 0;
    top: 20px;
    font-size: 2.4rem;
    line-height: 3.4rem;
    padding: 1rem 0;
}

.navbar__style-three .main-navigation li {
    color: var(--grey-dark-one);
    padding: 3.8rem 0.5rem 3.7rem;
}

@media (max-width: 991px) {
    .navbar__style-three .main-navigation li {
        padding: 1rem 0;
    }
}

.navbar__style-three .main-navigation .submenu li {
    padding: 0 3rem;
}

.navbar__style-three .main-navigation a::before,
.navbar__style-three .main-navigation a::after {
    color: var(--grey-dark-one);
}

@media (max-width: 1199px) {
    .navbar__style-three .main-navigation li {
        color: #fff;
    }

    .navbar__style-three .main-navigation a::before,
    .navbar__style-three .main-navigation a::after {
        color: #fff;
    }
}

.navbar__style-three .nav-search-field-toggler {
    color: var(--grey-dark-one);
    margin-right: 1rem;
}

.navbar__style-three .side-nav-toggler::after {
    background: rgba(0, 0, 0, 0.1);
}

.navbar__style-three .side-nav-toggler span {
    background-color: var(--grey-dark-one);
}

.navbar__style-three .submenu {
    background: var(--grey-light-three);
    -webkit-box-shadow: var(--shadow-dark);
    box-shadow: var(--shadow-dark);
}

@media (max-width: 991px) {
    .navbar__style-three .submenu {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-toggler-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler-wrapper .side-nav-toggler {
    padding: 0;
    margin: 0 2rem 0 0;
}

.navbar__style-four .main-navigation li {
    padding: 1.3rem 0.5rem 1.2rem;
}

.navbar__style-four .submenu li {
    padding: 0 3rem;
}

@media (max-width: 991px) {
    .navbar__style-four {
        padding: 1rem 0;
    }
}

.navbar .container,
.navbar .container-fluid {
    position: static;
}

.navbar.bg-white {
    border-bottom: 1px solid var(--grey-light-two);
}

.navbar.bg-white .main-navigation li {
    color: var(--grey-dark-one);
}

.navbar.bg-white .submenu {
    background: var(--color-white);
    -webkit-box-shadow: var(--shadow-dark);
    box-shadow: var(--shadow-dark);
}

@media (max-width: 1199px) {
    .navbar.bg-white .submenu {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar.bg-white .nav-search-field-toggler {
    color: var(--grey-dark-one);
    margin-right: 1rem;
}

.navbar.bg-white .nav-search-field-toggler:hover {
    color: var(--primary-color);
}

.navbar.bg-white .side-nav-toggler span {
    background: var(--grey-dark-one);
}

.navbar.bg-white .side-nav-toggler:after {
    background: rgba(0, 0, 0, 0.1);
}

/*--Mobile Nav Bar and Header Adjustments --*/
.mobile-nav-bar {
    display: none;
}

@media (max-width: 768px) {
    .mobile-nav-bar {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        background: #fff;
        color: #000;
        box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 50%);
        z-index: 999;
        padding: 1em 2em 0em 2em;
    }

    ul.mobile-nav {
        list-style: none;
        padding: 0;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    ul.mobile-nav li a {
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 10px;
    }

    .mobile-nav-icon {
        color: #000;
        font-size: 20px;
        margin-right: 0;
        margin-bottom: -5px;
        padding: 0;
    }

    .dropup .dropdown-toggle::after {
        display: none;
    }

    a.dropdown-toggle {
        margin: 0;
    }
}

/*--Search Page--*/

form.col-12.search-page {
    display: flex;
    margin: 25px 0;
}

ul.search-results {
    list-style: none;
    padding: 15px;
    width: 100%;
}

ul.search-results li {
    margin-bottom: 35px;
}

/*--Breadcrumb--*/
.breadcrumb-wrapper {
    padding: 2rem 0;
    background-color: var(--grey-light-three);
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.breadcrumb li,
.breadcrumb a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--grey-dark-four);
}

.breadcrumb li.active,
.breadcrumb a.active,
.breadcrumb li:hover,
.breadcrumb a:hover {
    color: var(--primary-color);
}

.breadcrumb-item + .breadcrumb-item {
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding: 0 1rem;
    color: var(--grey-dark-four);
}

/*--Shapes--*/
.axil-shape-circle {
    position: absolute;
    width: 93.7rem;
    height: 93.7rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

@media (max-width: 1199px) {
    .axil-shape-circle {
        width: 75vw;
        height: 75vw;
    }
}

.axil-shape-circle.shape-loaded {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.axil-shape-circle__two {
    position: absolute;
    width: 93.7rem;
    height: 93.7rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 71rem;
    height: 71rem;
}

@media (max-width: 1199px) {
    .axil-shape-circle__two {
        width: 75vw;
        height: 75vw;
    }
}

.axil-shape-circle__two.shape-loaded {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 1199px) {
    .axil-shape-circle__two {
        width: 50vw;
        height: 50vw;
    }
}

/*--Posts--*/
.post-block {
    margin-bottom: 3rem !important;
    margin-top: 2rem;
}

.post-block > a {
    position: relative;
}

.media-body {
    flex: 1;
    -ms-flex: 1;
}

.article-richtext a {
    color: #e60013;
}

/*Applies dropcap styling*/
.dropcap:first-letter {
    color: #000;
    font-size: 80px;
    padding-right: 8px;
    float: left;
    line-height: 0.7;
    font-family: georgia;
}

.article-richtext a:hover {
    color: #2a9694;
}

.blogpage .article-richtext p {
    margin-bottom: 3rem;
}

@media (max-width: 991px) {
    .blogpage .article-richtext p {
        font-size: 17px;
        margin-bottom: 2.5rem;
        line-height: 3.1rem;
    }
}

.series-intro {
    font-family: var(--secondary-font);
    font-size: 1.8rem;
    display: block;
    margin-bottom: 2em !important;
    margin-top: -0.75em !important;
}

@media (max-width: 991px) {
    .series-intro {
        font-size: 16px;
    }
}

.post-block .axil-post-title {
    font-size: 2.25rem;
    line-height: 2.8rem;
    margin-bottom: 1.5rem;
}

.about-headline {
    font-size: 7rem;
    line-height: 3.8rem;
    color: var(--color-white);
}

.featured-line {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 18px;
}

.feature-article {
    display: inline-block;
    padding: 0px 5px;
    font-size: 16px;
    border-left: solid 2px var(--primary-color);
    margin-bottom: 0px;
    line-height: 16px;
}

@media (max-width: 991px) {
    .post-block .axil-post-title {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }

    .about-headline {
        font-size: 4rem;
        line-height: 3.8rem;
        color: var(--color-white);
    }

    .post-single-wrapper.p-t-xs-60 {
        padding-top: 3rem !important;
    }
}

.post-block > a,
.post-block figure > a {
    display: block;
    margin-right: 3rem;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    overflow: hidden;
}

@media (max-width: 767px) {
    .post-block > a,
    .post-block figure > a {
        margin-right: 2rem;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
}

.post-block > a:hover img,
.post-block figure > a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post-block img {
    width: 100%;
    max-width: 15rem;
    margin: 0 !important;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition:
        transform 0.5s,
        -webkit-transform 0.5s;
}

/***Changes Sizing of Inserted WP Rich text Images**/
.wp-caption {
    max-width: 100%;
    width: 100% !important;
}

img.richtext-image.full-width.img-fluid {
    max-width: 100%;
    width: 100% !important;
}

img.article-img {
    width: 100%;
}

p.caption-text {
    font-size: 1.25rem;
    font-style: italic;
    text-align: center;
    padding: 10px 0;
    color: #8d8d8d;
}

@media (max-width: 767px) {
    .post-block img {
        max-width: 10rem;
        width: 100%;
        margin: 0 !important;
    }
}

.post-block .post-format {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .post-block__small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .post-block__small > a,
    .post-block__small figure > a {
        margin: 0 2rem 0 0;
    }

    .post-block__small img {
        max-width: 100%;
        margin: 0 !important;
    }
}

.post-block__on-dark-bg .axil-post-title {
    color: #fff;
}

.post-block__on-dark-bg .post-metas ul {
    color: var(--grey-light-one);
}

.post-block__small {
    margin-bottom: 2rem;
}

.post-block__small .axil-post-title {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
}

.post-block__small img {
    max-width: 10rem;
}

.post-block__small .post-metas ul {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

@media (max-width: 767px) {
    .post-block__mid {
        display: block;
    }

    .post-block__mid > a {
        margin: 0 0 3rem;
    }
}

.post-block__mid .axil-post-title {
    font-size: 2.25rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
    .post-block__mid .axil-post-title {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-bottom: 1rem;
    }
}

.post-block__mid p {
    margin-bottom: 2rem;
}

@media (max-width: 991px) {
    .post-block__mid p {
        margin-bottom: 1rem;
    }
}

.post-block__mid img {
    max-width: 28.5rem;
}

@media (max-width: 767px) {
    .post-block__mid img {
        max-width: 100%;
    }
}

.post-block__fluid {
    display: block;
}

.post-block__fluid > a {
    margin: 0 0 3rem 0;
}

.post-block__fluid img {
    max-width: 100%;
}

.video-container__type-2 .post-format {
    top: 5rem;
    left: 5rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

@media (max-width: 991px) {
    .video-container__type-2 .post-format {
        top: 3rem;
        left: 3rem;
    }
}

.post-cat-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-cat {
    display: block;
    font-family: var(--secondary-font);
    font-size: 1.25rem;
    line-height: 1.4rem;
    font-weight: var(--s-bold);
    margin: 0 1rem 1rem 0;
    letter-spacing: 0.1rem;
}

/*Hide subscriber exclusive on homepage posts*/
.subscriber-exclusive {
    display: none;
}

/**Subsriber Exclusive Badge For All Other Posts**/
.badge-primary {
    background: #2a9694;
    font-size: 1rem;
    border-radius: 0;
}

.badge-secondary {
    background: #2a9694;
    position: absolute;
    z-index: 1;
    border-radius: 0;
    top: 10px;
    left: 10px;
}

.post-metas {
    font-family: var(--primary-font);
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: var(--grey-dark-four);
    font-weight: var(--p-light);
}

.post-metas ul {
    font-family: var(--primary-font);
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: var(--grey-dark-four);
    font-weight: var(--p-light);
    margin: 0;
}

@media (max-width: 991px) {
    .post-metas ul {
        font-size: 1.2rem;
    }
}

.post-metas li {
    position: relative;
    margin-right: 1rem;
}

.post-metas i {
    padding: 0 0.5rem 0 1rem;
}

.post-metas i.dot {
    position: relative;
    top: -0.3rem;
}

p.post-meta-role {
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding: 0 1em 0 1em;
}

@media (max-width: 768px) {
    p.post-meta-role {
        color: #000;
        padding: 0;
    }

    .post-metas i {
        padding: 0 0.5rem 0 0rem;
    }
}

.post-metas i.separator-line {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 0.2rem;
    height: 3rem;
    background: var(--grey-light-one);
    padding: 0;
    margin: 0 2rem 0 0;
    vertical-align: -1rem;
}

.banner-post-metas li {
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: var(--grey-dark-four);
    margin: 0;
    padding: 0px;
}

.post-meta-primary li {
    color: var(--primary-color);
}

.post-meta-primary li a {
    color: inherit;
}

.home-banner-post-metas a img {
    max-width: 5rem;
}

.footer-post-widget .axil-post-title {
    color: #fff;
}

.footer-post-widget .post-metas {
    color: var(--grey-light-one);
}

.axil-recent-news {
    margin-top: -0.9rem;
}

@media (max-width: 991px) {
    .axil-recent-news {
        margin-top: 0;
    }
}

.axil-recent-news .axil-title {
    font-size: 2.4rem;
    line-height: 3.6rem;
}

@media (max-width: 991px) {
    .axil-recent-news .axil-title {
        font-size: 2rem;
        line-height: 3rem;
    }
}

@media (max-width: 991px) {
    .axil-latest-post {
        margin-bottom: 4rem;
    }
}

.axil-latest-post .post-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.axil-latest-post .axil-post-title {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
    .axil-latest-post .axil-post-title {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
}

.axil-latest-post p {
    margin-bottom: 2rem;
}

.axil-latest-post .fig-container {
    position: relative;
    width: 100%;
}

.axil-latest-post .fig-container .post-cat-group {
    position: absolute;
    left: 0;
    bottom: 6rem;
}

.axil-latest-post .post-block > a,
.axil-latest-post .post-block figure > a {
    display: block;
    margin: 0 0 3rem;
}

.axil-latest-post img {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
}

.axil-post-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.axil-post-carousel .owl-nav i {
    width: 5rem;
    height: 5rem;
    background: #fff;
    display: block;
    line-height: 5rem;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.axil-post-carousel .owl-nav button:hover i {
    background: var(--primary-color);
    color: #fff;
}

.owl-nav button:focus {
    outline: 0;
}

/*Hover Title on Post Block Hover
.post-block:hover .hover-line a {
	background-size: 100% 2px;
}*/

.post-block:hover > a img,
.post-block:hover figure > a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

a.post-cat.color-red-one:hover {
    color: #2a9694;
}

.author-details-block .post-block:hover .hover-line a {
    background-size: 0px 2px;
}

.author-details-block .hover-line:hover a {
    background-size: 100% 2px !important;
}

.line-hover-effect {
    position: relative;
    display: inline;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(currentColor),
        to(currentColor)
    );
    background-image: -webkit-linear-gradient(
        left,
        currentColor 0%,
        currentColor 100%
    );
    background-image: -o-linear-gradient(
        left,
        currentColor 0%,
        currentColor 100%
    );
    background-image: linear-gradient(
        to right,
        currentColor 0%,
        currentColor 100%
    );
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s
        cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86)
        0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px;
    background-repeat: no-repeat;
    color: inherit;
}

.line-hover-effect:hover {
    background-size: 100% 2px;
}

.hover-line a {
    position: relative;
    display: inline;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ed2a24),
        to(#ed2a24)
    );
    background-image: -webkit-linear-gradient(left, #ed2a24 0%, #ed2a24 100%);
    background-image: -o-linear-gradient(left, #ed2a24 0%, #ed2a24 100%);
    background-image: linear-gradient(to right, #ed2a24 0%, #ed2a24 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s
        cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86)
        0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px;
    background-repeat: no-repeat;
    color: inherit;
}

.hover-line a:hover {
    background-size: 100% 2px;
}

.post-sidebar {
    padding: 25px;
    background-color: #f1f1f3;
}

@media (max-width: 1199px) {
    .post-sidebar {
        padding-left: 25px;
    }
}

@media (max-width: 991px) {
    .section-title .btn-link {
        font-size: 1.75rem;
    }
}

a.post-author {
    color: #fff !important;
    margin: 0px;
}

a.post-author:hover {
    color: var(--primary-color) !important;
}

a.post-author-dark {
    color: #000 !important;
    margin: 5px;
}

h3.author-post-box:hover {
    color: var(--primary-color) !important;
}

.post-author-with-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-left: -4px;
    box-shadow: 0 0 0 2.5px #fff;
}

.post-author-with-img img {
    width: 50px !important;
    height: 50px !important;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 1rem 0 0 !important;
    border-radius: 100%;
}
@media (max-width: 991px) {
    .post-author-with-img {
        display: inline-block;
    }
}

.related-post {
    margin-top: 2.5rem;
}

.axil-post-carousel .owl-item img {
    height: calc(100vh - 16rem);
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .main-content.fixed-top {
        position: static;
    }
}

/*--- Poetry Block---*/
.poetry-block {
    padding-left: 2em;
    border-left: solid 2px #ed2a24;
}

.poetry-block .pinyin p,
.poetry-block .translated-poem p {
    margin-bottom: 0.25em;
}

.translated-poem p {
    font-family: "Baskerville";
    font-style: italic;
}

/*--Chinese Phrase Styling--*/
.pinyin p,
.hanzi p {
    font-family:
        "Helvetica", "Microsoft YaHei New", "Microsoft Yahei", "SimSun",
        "STXihei", "sans-serif";
}

/*--Chinese Dialogue--*/
.chinese-dialogue {
    padding-left: 2em;
    position: relative;
}
.chinese-dialogue.dialogue-primary p {
    color: #2a9694;
}

.chinese-dialogue.dialogue-secondary p {
    color: #32587e;
}

.chinese-dialogue .english p,
.chinese-dialogue .pinyin p,
.chinese-dialogue .hanzi p {
    margin-bottom: 0.25em;
}

.chinese-dialogue.dialogue-primary.mb-7 > div > p {
    color: gray;
}

/*--Content block--*/
.content-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.content-block .grad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-block > a {
    display: block;
    width: 100%;
}

.content-block > a img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.content-block:hover img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

.content-block .caption-content {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.content-block .media-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 2rem 3rem;
}

.content-block .media-caption .axil-post-title {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content-block .media-caption .caption-meta {
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: var(--grey-light-one);
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .content-block .media-caption .axil-post-title {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .content-block .media-caption .caption-meta {
        font-size: 1.2rem;
    }
}

.content-block:hover .caption-content {
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
}

img.book-img {
    width: 50%;
    float: left;
    padding-right: 2em;
    padding-bottom: 2em;
}

img.book-img-right {
    width: 50%;
    float: right;
    padding-left: 2em;
    padding-bottom: 2em;
}

@media (max-width: 767px) {
    img.book-img,
    img.book-img-right {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }
}

/*--Chinese Phrase Styling--*/
.pinyin,
.hanzi,
.pinyin p,
.hanzi p {
    font-family:
        "Helvetica", "Microsoft YaHei New", "Microsoft Yahei", "SimSun",
        "STXihei", "sans-serif";
}

/* Opened Article Overlay Banner */
.free-overlay-banner {
    background: #2a9694;
    color: white;
}

.free-overlay-banner .btn-subscribe {
    background: white;
    color: #2a9694;
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 15px;
}

.free-overlay-banner .btn-subscribe:hover {
    color: white;
    background: var(--color-red-one);
}

.free-overlay-banner :is(p, h2, h3, h4) {
    color: white;
    margin-bottom: 1rem;
}

.free-overlay-banner a {
    text-decoration: underline;
}

/****
*************
Paywall Call to Action
*************
**/
.paywall-fade {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 80%
    );
    position: relative;
    height: 15vh;
    margin-top: -10em;
    z-index: 1;
}

.paywall {
    padding: 3em;
    margin-bottom: 3em;
    position: relative;
    z-index: 1;
    background-color: white;
}

.paywall-btn-nofill,
.paywall-btn-fill {
    display: inline-block;
    padding: 0.75em 1.5em;
    border: solid 2px #fff;
    text-transform: uppercase;
}

.paywall-btn-fill {
    background: #fff;
    color: #2a9694 !important;
}

.paywall-btn-nofill {
    color: #fff !important;
    margin-right: 0.5em;
}

@media (max-width: 768px) {
    .paywall {
        padding: 2em;
    }

    .paywall-btn-nofill,
    .paywall-btn-fill {
        width: 100%;
        text-align: center;
    }

    .paywall-btn-nofill {
        margin-right: 0;
        margin-bottom: 0.5em;
    }
}

/*--Join Us Page--*/
.tab-content .axil-content {
    padding: 35px;
}

.join-us-cta {
    background: var(--primary-color);
    padding: 5%;
}

.job-headline {
    font-size: 5rem;
    line-height: 8rem;
    color: var(--color-white);
}

@media (max-width: 991px) {
    .job-headline {
        font-size: 3rem;
        line-height: 4rem;
        color: var(--color-white);
    }
}

/**--Magazines Index and Magazines Page--**/
ul.tab.items {
    display: flex;
    list-style: none;
    width: 100%;
    text-align: center;
    padding: 0;
}

ul.tab.items a:hover {
    color: var(--grey-light-one);
}

li.tab-1-th {
    width: 50%;
    padding: 15px;
    color: var(--grey-light-one);
    font-weight: 600;
    border: 2px solid var(--grey-light-one);
}

li.tab-1-th.active {
    background: #2a9694;
    color: #fff;
    font-weight: 600;
    border: 2px solid #2a9694 !important;
}

li.tab-2-th {
    width: 50%;
    padding: 15px;
    color: var(--grey-light-one);
    font-weight: 600;
    border: 2px solid var(--grey-light-one);
}

li.tab-2-th.active {
    background: #2a9694;
    color: #fff;
    font-weight: 600;
    border: 2px solid #2a9694 !important;
}

.year-title {
    border-bottom: solid 5px var(--primary-color);
    text-align: center;
}

.years-item-box.container {
    padding: 25px 0;
}

div#yearsBox {
    margin: 75px 0;
}

.axil-content-magazine {
    padding: 25px 0;
}

.magazine-list {
    display: flex;
    flex-wrap: wrap;
}

.magazine-list img {
    width: 100%;
    margin-bottom: 35px;
}

h3.mid.magazine-list-title {
    text-align: center;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .col-5.magazine {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-7.magazine {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .magazine-stories {
        padding: 0 !important;
    }
}

/*--Interview Block--*/
.question p {
    font-size: 2.8rem;
    line-height: 3.6rem;
}

/*-- About and Join Us Carosuel --*/
.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.owl-carousel {
    position: relative;
}
.owl-carousel .owl-item {
    opacity: 1;
}
.owl-carousel .owl-item.active {
    opacity: 1;
}
.owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: rgba(0, 0, 0, 0.2) !important;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    .owl-carousel .owl-nav .owl-prev span:before,
    .owl-carousel .owl-nav .owl-next span:before {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.owl-carousel .owl-nav .owl-prev:hover span:before,
.owl-carousel .owl-nav .owl-next:hover span:before {
    color: #b063c5;
}
.owl-carousel .owl-nav .owl-prev {
    right: 0;
    margin-right: 20px;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.owl-carousel .owl-dots {
    text-align: left;
    margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #b063c5;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.work {
    width: 100%;
}
.work .img {
    width: 100%;
    height: 500px;
    position: relative;
    /*border-radius: 15px;*/
    overflow: hidden;
    -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    z-index: 0;
}
.work .img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    background: rgba(255, 93, 177, 0);
    background: -moz-linear-gradient(
        top,
        rgba(255, 93, 177, 0) 0%,
        rgba(148, 54, 103, 0) 42%,
        black 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(255, 93, 177, 0)),
        color-stop(42%, rgba(148, 54, 103, 0)),
        color-stop(100%, black)
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 93, 177, 0) 0%,
        rgba(148, 54, 103, 0) 42%,
        black 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 93, 177, 0) 0%,
        rgba(148, 54, 103, 0) 42%,
        black 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(255, 93, 177, 0) 0%,
        rgba(148, 54, 103, 0) 42%,
        black 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 93, 177, 0)),
        color-stop(42%, rgba(148, 54, 103, 0)),
        to(black)
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 93, 177, 0) 0%,
        rgba(148, 54, 103, 0) 42%,
        black 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#000000', GradientType=0 );
    opacity: 0.6;
}
.work .text {
    padding: 35px;
    padding-top: 0;
}
.work .text h3 {
    font-size: 34px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin-bottom: 0;
}
.work .text h3 a {
    color: #fff;
}
.work .text .cat {
    font-size: 12px;
    color: #b063c5;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.9);
    padding: 1px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 5px;
}

/*--Newsletter block--*/
.newsletter-content {
    max-width: 66.5rem;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-icon {
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    background: rgba(255, 44, 84, 0.1);
    text-align: center;
    line-height: 6rem;
    margin: 0 auto 3rem;
}

.newsletter-icon i {
    font-size: 2.2rem;
    line-height: 6.2rem;
    color: var(--primary-color);
}

.subscription-form .form-group {
    margin-bottom: 2rem;
}

.weekly-newsletter {
    padding: 3rem;
}

.weekly-newsletter .newsletter-icon {
    margin: 0 0 2rem;
}

.weekly-newsletter .axil-title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 0rem;
}

@media (max-width: 991px) {
    .weekly-newsletter .axil-title {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }
}

.weekly-newsletter p {
    color: var(--grey-dark-two);
}

@media (max-width: 991px) {
    .weekly-newsletter p {
        margin-top: 0 !important;
    }
}

/*--Banner--*/
.banner {
    position: relative;
    background-color: var(--grey-light-three);
}

.banner .grad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.banner .post-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3rem;
    line-height: 4.2rem;
    color: #fff;
    font-weight: var(--p-bold);
    max-width: 18rem;
}

@media (max-width: 991px) {
    .banner .post-date {
        margin-bottom: 3rem;
    }
}

.banner .post-date span {
    font-size: 4.2rem;
    line-height: 6rem;
}

.banner .video-play-btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner .post-navigation__banner {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner__single-post {
    padding: 6rem 0;
}

.banner__standard {
    padding: 0;
}

@media (max-width: 991px) {
    .banner__standard {
        padding: 6rem 0;
    }
}

.banner__default {
    padding: 6rem 0;
}

.banner__single-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45rem;
    background-color: var(--grey-dark-two);
}

.banner__single-hero-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65rem;
    background-color: var(--grey-dark-two);
    background-attachment: fixed;
    bottom: 3.5rem;
}

@media only screen and (min-width: 992px) {
    noscript + div.banner__single-hero-cta {
        height: 680px;
    }
}

.banner__single-hero_magazine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 75px 0;
    background-color: var(--grey-dark-two);
}

.banner__single-hero .post-title {
    color: #fff;
}

.banner__single-hero .banner-post-metas li {
    color: #fff;
}

.banner__single-type-two {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat; /* Added from the override */
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 75rem;
    min-height: 75rem;
    background-color: var(--grey-dark-two);
}

.has-secondary-header .banner__single-type-two {
    background-position-y: 12rem;
}

.banner__single-type-mag {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 60rem;
    min-height: 60rem;
    background-color: var(--grey-dark-two);
}

.banner__single-hero-podcast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background-color: var(--grey-dark-two);
    background-attachment: fixed;
}

@media (max-width: 991px) {
    .banner__single-type-two {
        height: auto;
        min-height: auto;
        padding-bottom: 13rem;
    }

    .banner__single-hero {
        height: 30rem;
    }

    .banner__single-hero-cta {
        background-attachment: initial;
        background-size: cover;
        margin-top: 45px;
    }

    .banner__single-hero-podcast {
        height: 50vh;
        background-attachment: initial;
    }
}

.banner__single-type-two .post-title {
    color: #fff;
}

.banner__single-type-two .banner-post-metas li {
    color: #fff;
}

@media (max-width: 991px) {
    .banner img {
        width: 100%;
    }
}

.banner-home__with-post {
    background: #fff;
}

.banner-home__with-post .banner-left-content {
    position: relative;
    padding: 24rem 8rem 24rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-home__with-post .banner-left-content::before {
    content: " ";
    width: 70%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (min-width: 1599px) {
    .banner-home__with-post .banner-left-content::before {
        width: 60%;
    }
}

@media (max-width: 1199px) {
    .banner-home__with-post .banner-left-content::before {
        width: 100%;
    }
}

.banner-home__with-post .banner-left-content .post-title-wrapper {
    position: relative;
    z-index: 2;
    max-width: 50rem;
}

@media (max-width: 991px) {
    .banner-home__with-post .banner-left-content {
        padding: 6rem 1.5rem;
    }
}

@media (max-width: 991px) {
    .banner-home__with-post {
        padding-bottom: 4rem;
    }
}

.load-anim {
    position: relative;
    top: 5rem;
    opacity: 0;
}

.axil-banner-sidebar {
    padding: 5.5rem 7.5rem 0;
    height: 100%;
    background-color: #fff;
    position: relative;
}

.axil-banner-sidebar::before {
    content: " ";
    position: absolute;
    bottom: -4rem;
    left: -13rem;
    right: 0;
    height: 4rem;
    background: var(--primary-color);
}

.axil-banner-sidebar .post-block {
    position: relative;
    padding: 2rem 3rem;
    margin-right: 6rem;
}

.axil-banner-sidebar .post-block p {
    margin-bottom: 0;
}

.axil-banner-sidebar .post-block::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 0.5rem);
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--grey-light-two)),
        to(#fff)
    );
    background: -webkit-linear-gradient(left, var(--grey-light-two), #fff);
    background: -o-linear-gradient(left, var(--grey-light-two), #fff);
    background: linear-gradient(to right, var(--grey-light-two), #fff);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.axil-banner-sidebar .post-block .media-body {
    position: relative;
    z-index: 2;
}

.events-block {
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s;
    background: #fff;
}

.events-block:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s;
}

.events-block-body {
    padding: 25px 0;
}

.related-block-body {
    padding: 25px 0;
}

.axil-banner-sidebar .post-block:hover::before {
    opacity: 1;
}

.axil-banner-sidebar .banner-social-share-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 1199px) {
    .axil-banner-sidebar {
        padding: 5.5rem 3rem 0;
    }

    .axil-banner-sidebar .post-block {
        margin-right: 0;
        padding: 2rem;
    }
}

@media (max-width: 991px) {
    .axil-banner-sidebar {
        padding-right: 7rem;
    }
}

.axil-scroll-up-down {
    position: absolute;
    bottom: 5.5rem;
    left: 10.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -0.5rem;
}

.axil-scroll-up-down a {
    width: 0;
    height: 0;
    border-left: 1.1rem solid transparent;
    border-right: 1.1rem solid transparent;
    border-top: 1.5rem solid var(--primary-color);
    margin: 0.5rem;
}

.axil-scroll-up-down a:nth-of-type(2) {
    border-top: 0;
    border-bottom: 1.5rem solid var(--primary-color);
}

@media (max-width: 991px) {
    .axil-scroll-up-down {
        bottom: auto;
        left: auto;
        right: 20px;
        top: 55px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.post-counter {
    font-size: 3rem;
    line-height: 4.2rem;
    color: var(--grey-dark-one);
    font-weight: var(--p-bold);
}

.axil-banner-sidebar-media-wrapper {
    max-height: 62rem;
    overflow-x: hidden;
    margin-right: 1rem;
    padding-top: 5rem;
    border-top: 0.4rem solid var(--grey-dark-one);
}

@media (max-width: 1199px) {
    .axil-banner-sidebar-media-wrapper {
        max-height: 53rem;
    }
}

@media (max-width: 991px) {
    .axil-banner-sidebar-media-wrapper {
        max-height: 38rem;
        padding: 2rem 0 0;
        margin-bottom: 2rem;
    }
}

/*--Post details--*/
article ul {
    margin-bottom: 3rem;
}

article li {
    margin-bottom: 1rem;
}

.single-blog-wrapper {
    margin: 0 10px 0 10px;
    padding: 0;
}

.post-details h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin: 0rem 0 3rem;
}

.post-details h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin: 0rem 0 3rem;
}

.post-details h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 0rem 0 3rem;
}

.post-details h5 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin: 0rem 0 3rem;
}

/* Cleanup

.post-details h6 {
	font-size: 1.8rem;
	line-height: 2.6rem;
	margin: 0rem 0 3rem;
}

*/

.post-details figure {
    margin-bottom: 3rem;
}

.post-details figure img {
    width: 100%;
    margin: 0;
}

.axil-post-title {
    font-size: 4.5rem;
}

@media (max-width: 767px) {
    .axil-post-title {
        font-size: 2.5rem;
    }
}

figcaption {
    font-family: var(--secondary-font);
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: var(--grey-dark-three);
    margin: 2rem 0 0;
}

blockquote,
blockquote p,
.blockquote,
.blockquote p {
    font-family: var(--primary-font);
    font-size: 1.8rem;
    line-height: 3rem;
    color: var(--grey-dark-one);
}

@media (max-width: 767px) {
    blockquote,
    blockquote p,
    .blockquote,
    .blockquote p {
        font-size: 1.6rem;
        line-height: 3rem;
        padding: 4rem;
    }
}

blockquote,
.blockquote {
    padding: 5rem 7.5rem;
    background: var(--grey-light-three);
    margin: 5rem 0;
}

@media (max-width: 767px) {
    blockquote,
    .blockquote {
        padding: 4rem;
    }
}

blockquote figure,
.blockquote figure {
    max-width: 40%;
}

blockquote img,
.blockquote img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

blockquote__with-image,
.blockquote__with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem;
}

blockquote__with-image figure,
.blockquote__with-image figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
}

blockquote__with-image img,
.blockquote__with-image img {
    padding-right: 5rem;
    margin: 0;
}

@media (max-width: 767px) {
    blockquote__with-image,
    .blockquote__with-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    blockquote__with-image figure,
    .blockquote__with-image figure {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    blockquote__with-image figure img,
    .blockquote__with-image figure img {
        padding-right: 0;
        padding-bottom: 5rem;
    }
}

blockquote p,
.blockquote p {
    position: relative;
    padding: 0;
    margin: 0;
}

blockquote p::before,
.blockquote p::before {
    content: '"';
    position: absolute;
    top: -0.2rem;
    left: -1rem;
    font-family: var(--secondary-font);
    font-size: 4rem;
    line-height: 1rem;
    color: var(--primary-color);
    font-weight: var(--s-bold);
}

.about-author h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
}

.about-author a img {
    max-width: 10.5rem;
    margin: 0 4rem 2rem 0;
}

@media (max-width: 767px) {
    .about-author a img {
        max-width: 6.5rem;
    }
}

.about-author p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: var(--grey-dark-three);
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .about-author .media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comment-box h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 2rem;
}

.comment-box p {
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.comment-form textarea.form-control {
    min-height: 18rem;
}

.post-navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
}

.post-navigation-wrapper .post-navigation {
    position: relative;
    background-size: calc(100% - 0.4rem) 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

@media (max-width: 767px) {
    .post-navigation-wrapper .post-navigation {
        width: 100%;
        margin: 0 0 1rem;
    }

    .post-navigation-wrapper .post-navigation:nth-last-of-type(1) {
        margin-bottom: 0;
    }
}

.post-navigation-wrapper .post-navigation::after {
    content: " ";
    width: calc(100% - 0.4rem);
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(18, 18, 19, 0)),
        to(#121213)
    );
    background: -webkit-linear-gradient(
        top,
        rgba(18, 18, 19, 0) 0%,
        #121213 100%
    );
    background: -o-linear-gradient(top, rgba(18, 18, 19, 0) 0%, #121213 100%);
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #121213 100%);
    position: absolute;
    top: 0;
    left: 0.2rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.post-navigation-wrapper .post-navigation .post-nav-content {
    height: 100%;
    padding: 3rem;
    background-color: var(--grey-light-three);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 767px) {
    .post-navigation-wrapper .post-navigation .post-nav-content {
        text-align: left;
    }
}

.post-navigation-wrapper .post-navigation i {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background: transparent;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.post-navigation-wrapper .post-navigation > div {
    position: relative;
    z-index: 2;
}

.post-navigation-wrapper .post-navigation > a {
    font-family: var(--secondary-font);
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: var(--grey-dark-three);
}

.post-navigation-wrapper .post-navigation h3 a {
    position: relative;
    display: inline;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(currentColor),
        to(currentColor)
    );
    background-image: -webkit-linear-gradient(
        left,
        currentColor 0%,
        currentColor 100%
    );
    background-image: -o-linear-gradient(
        left,
        currentColor 0%,
        currentColor 100%
    );
    background-image: linear-gradient(
        to right,
        currentColor 0%,
        currentColor 100%
    );
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s
        cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86)
        0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px;
    background-repeat: no-repeat;
    color: inherit;
}

.post-navigation-wrapper .post-navigation h3 a:hover {
    background-size: 100% 2px;
}

.post-navigation-wrapper .post-navigation h3 a {
    color: inherit;
}

.post-navigation-wrapper .post-navigation:hover .post-nav-content {
    background: transparent;
}

.post-navigation-wrapper .post-navigation:hover::after {
    opacity: 1;
}

.post-navigation-wrapper .post-navigation:hover a {
    color: #fff;
}

.post-navigation-wrapper .post-navigation:hover i {
    background: var(--primary-color);
    color: #fff;
}

.post-navigation-wrapper .prev-post i {
    margin-right: 1rem;
}

.post-navigation-wrapper .next-post i {
    margin-left: 1rem;
}

.post-navigation-wrapper h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: left;
    margin: 1rem 0 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

span.tags_item {
    background: #f7f7f7;
    color: var(--primary-color);
    margin: 0 3.5px 5px 0;
    display: inline-block;
}

span.tags_item a {
    padding: 5px;
}

span.tags_item a:hover {
    background: var(--primary-color);
    color: #fff;
}

.post-shares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-shares .title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: var(--grey-dark-one);
    font-weight: var(--p-bold);
    margin: 0 3rem 1rem 0;
}

@media (max-width: 767px) {
    .post-shares .title {
        margin-right: 3rem;
    }
}

.post-shares li {
    margin: 0 1rem 1rem 0;
}

.post-shares li a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--secondary-font);
    line-height: 2.1rem;
    font-weight: var(--p-bold);
    letter-spacing: 0.1rem;
    color: #ffffff;
    padding: 1.4rem 4rem 1.3rem;
    border-width: 0.2rem;
    border-style: solid;
    border-radius: 0;
    z-index: 1;
    font-size: 1.4rem;
    color: #fff;
    padding: 0.8rem 4rem 0.7rem;
}

.post-shares li a::before {
    content: " ";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.post-shares li a.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.post-shares li a.btn-primary.btn-nofill {
    color: var(--primary-color);
}

.post-shares li a.btn-primary:focus,
.post-shares li a.btn-primary:active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.post-shares li a.btn-secondary {
    background: var(--grey-mid);
    border-color: var(--grey-mid);
}

.post-shares li a.btn-secondary.btn-nofill {
    color: var(--grey-dark-four);
}

.post-shares li a.btn-nofill {
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.post-shares li a.btn-nofill:hover {
    background: var(--primary-color);
    color: #fff;
}

.post-shares li a.btn-small {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 1.1rem 3rem;
}

.post-shares li a:hover {
    color: #fff;
}

.post-shares li a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.post-shares li a i {
    font-size: 1.8rem;
    margin-right: 1rem;
    position: relative;
    top: -0.1rem;
}

@media (max-width: 767px) {
    .post-shares li a {
        padding: 0.5rem 2rem 0.4rem;
    }

    .post-shares li a i {
        font-size: 1.4rem;
    }
}

.post-navigation__banner {
    margin-left: 0;
    margin-right: 25px;
    background: transparent;
}

.post-navigation__banner .post-navigation {
    width: auto;
    margin: 0;
    background: transparent;
    position: relative;
}

.post-navigation__banner .post-navigation .post-nav-content {
    background-color: transparent;
    padding: 3rem 2rem;
    padding-right: 1rem;
    cursor: pointer;
}

@media (max-width: 991px) {
    .post-navigation__banner .post-navigation .post-nav-content {
        padding: 2.5rem 2rem;
    }
}

.post-navigation__banner .post-navigation i {
    border: 0.1rem solid var(--grey-light-one);
}

.post-navigation__banner .post-navigation::after {
    display: none;
}

.post-navigation__banner
    .post-navigation:nth-last-of-type(1)
    .post-nav-content {
    padding-right: 2rem;
    padding-left: 1rem;
}

.post-navigation__banner .post-navigation:nth-last-of-type(1)::before {
    content: "/";
    position: absolute;
    left: -0.4rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: var(--grey-dark-one);
    padding: 3rem 0;
}

@media (max-width: 991px) {
    .post-navigation__banner .post-navigation:nth-last-of-type(1)::before {
        padding: 2.5rem 0;
    }
}

.post-navigation__banner .post-navigation:hover a {
    color: var(--primary-color);
}

.post-navigation__banner .post-navigation:hover i {
    border-color: var(--primary-color);
}

ul.gallery {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

ul.gallery img {
    margin-bottom: 0;
}

.masonry-grid {
    margin: -0.5rem;
    margin-bottom: 1.5rem;
}

.masonry-grid .grid-item {
    padding: 0.5rem;
    margin: 0;
}

.masonry-grid figure {
    margin-bottom: 0;
}

.masonry-grid img {
    margin-bottom: 0;
}

.figure-extended {
    margin-left: -10rem;
    margin-right: -10rem;
}

/*--Header top--*/

.header-top {
    padding: 0.5rem 0;
    position: relative;
    z-index: 999;
}

.fa-search:before {
    color: #000;
}

@media (max-width: 991px) {
    .header-top {
        display: none;
    }
}

.header-top li,
.header-top .current-date {
    display: block;
    font-family: var(--secondary-font);
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: var(--grey-dark-six);
    font-weight: var(--s-regular);
    padding: 0.5rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-top li span,
.header-top .current-date span {
    margin-left: 1.6rem;
}

.header-top li.is-active,
.header-top .current-date.is-active {
    color: var(--primary-color);
}

.header-top .current-date {
    padding: 0.5rem 0;
}

@media (max-width: 767px) {
    .header-top .current-date {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.header-top__style-two {
    padding: 1.2rem 0;
}

.header-top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.header-top-nav li:not(:nth-last-of-type(1)) {
    margin-right: 2rem;
}

.header-top__social-share li {
    margin: 0 0 0 2rem;
}

.header-top__social-share li a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: var(--grey-dark-six);
    padding: 0;
}

.header-top__social-share li a:hover {
    color: var(--primary-color);
}

/*--Sidenav--*/
.side-nav {
    width: 100vw;
    height: 100vh;
    background: var(--color-white);
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 9998;
    padding: 2rem 5.5rem;
    -webkit-transition: all 0.8s var(--cubic-easing);
    -o-transition: all 0.8s var(--cubic-easing);
    transition: all 0.8s var(--cubic-easing);
}

.side-nav ::-webkit-input-placeholder {
    color: var(--grey-mid);
    opacity: 1;
}

.side-nav :-ms-input-placeholder {
    color: var(--grey-mid);
    opacity: 1;
}

.side-nav ::-ms-input-placeholder {
    color: var(--grey-mid);
    opacity: 1;
}

.side-nav ::placeholder {
    color: var(--grey-mid);
    opacity: 1;
}

.side-nav :-ms-input-placeholder {
    color: var(--grey-mid);
}

.side-nav ::-ms-input-placeholder {
    color: var(--grey-mid);
}

.side-nav.opened {
    right: 0;
}

/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--color-white);
    overflow-x: hidden;
    padding-top: 20px;
}

@media (max-width: 1199px) {
    .side-nav {
        width: 100vw;
        right: -100vw;
        padding: 2rem;
    }

    .side-nav.opened {
        right: 0;
    }
}

.side-nav__left {
    right: auto;
    left: -61vw;
}

.side-nav__left.opened {
    left: 0;
}

@media (max-width: 1199px) {
    .side-nav__left {
        left: -100vw;
    }
}

.side-nav .side-navigation {
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.side-nav .side-navigation li {
    font-size: 3.6rem;
    line-height: 5rem;
    color: var(--grey-dark-one);
    font-weight: var(--p-semi-bold);
    margin-bottom: 3rem;
    padding: 0;
    text-align: left;
}

.side-nav .side-navigation li a {
    background: none;
}

.side-nav .side-navigation li.hovered {
    color: var(--grey-dark-one);
}

.side-nav .side-navigation li.hover-removed {
    color: var(--grey-light-one);
}

.side-nav .side-navigation a::before {
    display: none;
}

.side-nav .side-navigation a:hover {
    color: inherit;
}

.side-nav .side-navigation a::after {
    bottom: -3.5rem;
}

@media (max-width: 991px) {
    .side-nav .side-navigation {
        visibility: visible;
        opacity: 1;
        margin-bottom: 1.5rem;
    }

    .side-nav .side-navigation li {
        font-size: 2rem;
        line-height: 2rem;
    }

    .side-nav .side-navigation a {
        color: inherit;
    }
}

@media (max-width: 991px) {
    .side-nav .side-navigation li {
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin-bottom: 1rem;
    }

    /* Style the sidenav links and the dropdown button for mobile*/
    .sidenavigation a,
    .dropdown-btn {
        font-size: 2rem;
    }

    /* Style Dropdown Sub Menus Items for Mobile */
    .dropdown-container a {
        font-size: 1.5rem;
    }
}

.side-nav form {
    margin-bottom: 8rem;
}

@media (max-width: 991px) {
    .side-nav form {
        margin-bottom: 4rem;
    }
}

.side-nav form .input-border {
    stroke-width: 4px;
}

@media (max-width: 991px) {
    .side-nav form {
        font-size: 2rem;
        bottom: 0.5rem;
    }
}

.side-nav .side-nav-search-btn {
    position: absolute;
    right: 0;
    bottom: 1.8rem;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.side-nav .side-nav-search-btn i {
    font-size: 2rem;
    color: var(--grey-mid);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
}

.side-nav .side-nav-search-btn:hover i {
    color: var(--primary-color);
}

@media (max-width: 767px) {
    .side-nav .side-nav-search-btn {
        bottom: 1rem;
        right: 2rem;
    }

    .side-nav .side-nav-search-btn i {
        font-size: 1.6rem;
    }
}

.side-nav input {
    font-family: var(--primary-font);
    font-size: 3rem;
    line-height: 3.2rem;
    color: var(--grey-dark-one);
    font-weight: var(--p-medium);
    padding: 1.9rem 0;
    border: none;
    border-bottom: 2px solid var(--grey-mid);
}

@media (max-width: 767px) {
    .side-nav input {
        font-size: 1.6rem;
        padding: 0.9rem 0;
    }
}

.side-nav .focused input {
    border-color: var(--primary-color);
}

.side-nav .form-group.focused .input-txt {
    -webkit-transform: translateY(6rem);
    -ms-transform: translateY(6rem);
    transform: translateY(6rem);
}

@media (max-width: 767px) {
    .side-nav .form-group.focused .input-txt {
        -webkit-transform: translateY(4rem);
        -ms-transform: translateY(4rem);
        transform: translateY(4rem);
    }
}

.axil-contact-info-inner {
    padding: 0;
    margin-bottom: 3rem;
}

.close-sidenav {
    position: absolute;
    color: var(--grey-dark-one);
    font-size: 20px;
    top: 5rem;
    right: 10.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition:
        transform 0.2s,
        -webkit-transform 0.2s;
}

@media (max-width: 991px) {
    .close-sidenav {
        top: 1rem;
        right: 1rem;
    }
}

.close-sidenav div {
    width: 2rem;
    height: 0.2rem;
    background: var(--grey-dark-one);
}

.close-sidenav div:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-sidenav div:nth-of-type(2) {
    -webkit-transform: rotate(-45deg) translate(1px, -1px);
    -ms-transform: rotate(-45deg) translate(1px, -1px);
    transform: rotate(-45deg) translate(1px, -1px);
}

.close-sidenav:hover {
    color: var(--primary-color);
}

.side-navigation li {
    opacity: 0;
    left: -5rem;
}

.side-nav-opened {
    position: relative;
    overflow: hidden;
    padding-right: 17px;
}

@media (max-width: 991px) {
    .side-nav-opened {
        padding-right: 0;
    }
}

.side-nav-opened::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.side-nav-inner {
    height: 100%;
    overflow-x: hidden;
    /* padding: 5rem 1.5rem; */
}

.side-nav-content .axil-contact-info-inner {
    padding: 0.7rem 0 0;
}

/*--Footer--*/
.cityscape img {
    width: 100%;
    padding-top: 50px;
}

.page-footer {
    padding: 6rem 0 0 0;
}

.footer-column {
    width: 20%;
    flex-basis: 20%;
}

.footer-widget {
    margin-bottom: 3rem;
}

.footer-widget .footer-widget-title {
    font-family: var(--primary-font);
    color: var(--grey-dark-one);
    font-weight: var(--p-semi-bold);
    line-height: 1.4;
    font-size: 2rem;
    line-height: 1.6;
    color: var(--color-white);
    margin-bottom: 2rem;
}

.partner-logos-row {
    margin: 50px 0 35px 0;
}

.partner-logos {
    width: 80%;
    text-align: center;
    margin: 15px 0;
}

.copyright {
    font-size: 1.25rem;
    color: var(--color-white);
    text-align: center;
    font-weight: 400;
}

.footer-widget .footer-nav {
    font-family: var(--secondary-font);
    font-size: 1.5rem;
    line-height: 3rem;
    color: var(--color-white);
    padding-left: 0;
}

.footer-widget .footer-nav li {
    list-style: none;
}

.footer-mid {
    padding: 3rem 0;
}

.footer-logo {
    max-height: 4rem;
}

.footer-social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-social-share .axil-social-title {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: var(--p-semi-bold);
    color: var(--color-white);
}

@media (max-width: 767px) {
    .footer-column {
        width: 50%;
        flex-basis: 50%;
        padding: 10px;
    }

    .footer-social-share .axil-social-title {
        padding: 2rem 1rem 2rem 0;
    }
}

.footer-social-share .social-share-list-wrapper {
    margin: -1rem;
}

.footer-social-share .social-share-list-wrapper li {
    width: 7.2rem;
    height: 7.2rem;
    padding: 1rem;
}

.footer-social-share .axil-social-title {
    margin-bottom: 0;
    margin-right: 2rem;
}

.footer-social-share .social-share li {
    margin-right: 1rem;
}

.footer-bottom {
    padding-top: 3rem;
    border-top: 0.2rem solid var(--color-white);
}

.footer-bottom ul,
.footer-bottom .axil-copyright-txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: var(--color-white);
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-bottom ul li,
.footer-bottom .axil-copyright-txt li {
    margin-bottom: 0.5rem;
    margin-right: 1rem;
}

.footer-bottom ul li:not(:nth-of-type(1))::before,
.footer-bottom .axil-copyright-txt li:not(:nth-of-type(1))::before {
    content: " ";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 0.1rem;
    height: 1rem;
    background-color: var(--grey-dark-three);
    margin-right: 1rem;
}

.footer-bottom .axil-copyright-txt {
    margin-bottom: 0;
}

/*--Video Index and Video Page--*/
.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-selector {
    background: #2a9694;
    padding: 8px;
}

h5.video-select-title {
    color: #fff;
    margin-bottom: 0px;
    font-size: 2rem;
    padding: 5px 0;
}
.player-selector {
    background-color: #fff;
    color: #000;
    border: none;
    font-size: 1.2rem;
    padding: 5px 10px;
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 4px),
        calc(100% - 15px) calc(1em + 4px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        0px 1.8em;
    background-repeat: no-repeat;
}

/***Edit Video Height**/
.embed-responsive.embed-responsive-16by9 {
    height: 70vh;
}

section.local.player video {
    height: 70vh;
}

.video-title {
    display: flex;
    flex-wrap: wrap;
}

.video-heading {
    width: 80%;
    flex-basis: 80%;
}

.video-share {
    width: 20%;
    flex-basis: 20%;
}

.desktop-btn {
    display: flex;
}

.mobile-btn {
    display: none !important;
}

@media (max-width: 767px) {
    h5.video-select-title {
        margin-top: 0px;
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 2px 0;
    }

    .player-selector {
        font-size: 12px;
        padding: 5px 10px;
    }

    .video-heading {
        width: 100%;
        flex-basis: 100%;
    }

    .video-share {
        width: 0%;
        flex-basis: 0%;
    }

    /*Video Height Mobile*/
    .embed-responsive.embed-responsive-16by9 {
        height: auto;
    }

    section.local.player video {
        height: auto;
    }

    .desktop-btn {
        display: none !important;
    }

    .mobile-btn {
        display: inline-block !important;
    }
}

/*--Podcast Index Page and Podcast Page--*/

.col-6.feature-podcast-image {
    text-align: center;
    padding: 5% 0;
}

.feature-podcast-body {
    margin: 10% 0;
}

img.featured-podcast-image-mobile {
    display: none;
}

h2.podcast-headline {
    font-size: 4rem;
    line-height: 6rem;
    color: #fff;
}

.podcast-subheadline {
    font-size: 2rem;
    line-height: 3.8rem;
    color: var(--primary-color);
    font-weight: 600;
    padding-top: 40vh;
}

@media (max-width: 991px) {
    h2.podcast-headline {
        font-size: 2.5rem;
        line-height: 4rem;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .feature-podcast-row {
        flex-direction: column-reverse;
    }

    .col-6.feature-podcast-body {
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .col-6.feature-podcast-image {
        max-width: 100% !important;
        flex: 0 0 100%;
        padding: 0;
    }

    img.featured-podcast-image-mobile {
        display: block;
        width: 100%;
    }

    h2.podcast-headline {
        margin-top: 22vh;
    }

    .podcast-subheadline {
        display: none;
    }
}

/*--Team--*/
.axil-team-block {
    display: block;
    position: relative;
    text-align: center;
}

.axil-team-block .axil-team-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.axil-team-block .axil-team-inner .axil-team-inner-content {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.axil-team-block img {
    width: 100%;
}

.axil-team-block .axil-team-inner-content {
    color: #fff;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
}

.axil-team-block .axil-member-title {
    font-size: 2.4rem;
    line-height: 3rem;
    color: #fff;
    margin-bottom: 0;
}

.axil-team-block .axil-designation {
    font-family: var(--secondary-font);
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: var(--color-red-one);
    margin-top: 0.5rem;
}

.axil-team-share-wrapper {
    position: absolute;
    top: 3rem;
    left: 3rem;
}

.axil-team-share-wrapper .social-share__vertical li {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.axil-team-block:hover .social-share__vertical li {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.axil-team-block:hover .hover-line a {
    background-size: 100% 2px;
}

.axil-position-title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: var(--p-regular);
}

@media (max-width: 991px) {
    .col-lg-3.team {
        width: 50%;
    }
}

.axil-position-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    border-bottom: 0.1rem solid var(--grey-light-one);
}

.axil-position-block .axil-position-title {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .axil-position-block {
        display: block;
    }

    .axil-position-block .axil-position-title {
        font-size: 1.8rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }
}

.axil-team-block .img-container {
    position: relative;
}

.axil-team-block .img-container::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(18, 18, 19, 0)),
        to(rgba(18, 18, 19, 0.7))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(18, 18, 19, 0) 0%,
        rgba(18, 18, 19, 0.7) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(18, 18, 19, 0) 0%,
        rgba(18, 18, 19, 0.7) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(18, 18, 19, 0) 0%,
        rgba(18, 18, 19, 0.7) 100%
    );
}

.join-us {
    margin-top: -1.4rem;
}

/*--Error 404--*/
.error-404-banner {
    padding: 16rem 0;
}

.error-page {
    background-image: url("/static/img/404.8dca50286036.png");
    background-size: contain;
    background-position: top right;
    height: 100vh;
    padding-top: 35vh;
    background-repeat: no-repeat;
}

img.error-image-mobile {
    display: none;
}

ul.error-list {
    list-style: none;
    padding: 0;
}

ul.error-list li {
    font-size: 2.5rem;
    line-height: 3.5rem;
}

@media (max-width: 991px) {
    .error-404-banner {
        padding: 20rem 0;
    }
}

@media (max-width: 767px) {
    .error-404-banner {
        padding: 6rem 0;
    }

    .error-page {
        background-image: url("/static/img/404-mobile.57d1f175ad24.png");
        background-size: 120%;
    }
}

.error-404-content {
    position: relative;
}

.error-404-content .txt-404 {
    position: relative;
    font-size: 47rem;
    line-height: 1;
    color: #fff;
    font-weight: var(--p-bold);
    z-index: 1;
}

.error-404-content .error-inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
}

@media (max-width: 991px) {
    .error-404-content .txt-404 {
        font-size: 30rem;
    }
}

@media (max-width: 767px) {
    .error-404-content .txt-404 {
        font-size: 12rem;
        margin-bottom: 1rem;
    }

    .error-404-content .error-inner-content {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/*--Author details--*/

.author-details-block {
    position: relative;
    padding: 3rem;
    background: var(--color-white);
}

.one_author_text {
    width: 50px;
    background: #f7f7f7;
    text-align: center;
    padding: 10px;
    margin-bottom: 35px;
}

p.col-lg-4.author_p {
    font-size: 3rem !important;
}

@media (max-width: 991px) {
    .author-featured-mobile img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .author-details-block .author-social-share {
        position: static;
        margin-top: 2rem;
    }
}

.author-social-share .social-share__with-bg li {
    margin-right: 1rem;
}

/*--Category widget--*/
.category-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: -0.5rem;
    list-style: none;
}

.cat-box {
    width: 32%;
    flex-basis: 32%;
    margin: 0.5%;
}

.category-list-wrapper li {
    width: 50%;
    height: 20rem;
    padding: 0.5rem;
}

@media (max-width: 991px) {
    .cat-row {
        display: inline-block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        margin-left: 1px;
    }

    .cat-box {
        width: 70%;
        flex-basis: 70%;
        margin-right: 5%;
        display: inline-block;
    }

    .scrolling-wrapper {
        -webkit-overflow-scrolling: touch;
    }

    .scrolling-wrapper {
        &::-webkit-scrollbar {
            display: none;
        }
    }
}

@media (max-width: 767px) {
    .category-list-wrapper li {
        height: 15rem;
    }
}

.category-list-wrapper li .list-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    background-size: 100%;
    background-position: center center;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.category-list-wrapper li .list-inner:hover {
    background-size: 110%;
}

.category-list-wrapper li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-info-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.post-info-wrapper .counter-inner {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: var(--p-bold);
    color: #fff;
}

.post-info-wrapper .cat-title {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--grey-light-one);
    margin: 0;
}

.category-widget .owl-nav {
    margin-left: auto;
}

.category-widget .owl-nav button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.category-widget .owl-nav button.owl-prev,
.category-widget .owl-nav button.owl-next,
.category-widget .owl-nav button.custom-owl-prev,
.category-widget .owl-nav button.custom-owl-next {
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 0;
    padding: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--grey-light-one);
}

.category-widget .owl-nav button.owl-prev i,
.category-widget .owl-nav button.owl-next i,
.category-widget .owl-nav button.custom-owl-prev i,
.category-widget .owl-nav button.custom-owl-next i {
    font-size: 1.4rem;
    line-height: 3rem;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.category-widget .owl-nav button.owl-prev:hover,
.category-widget .owl-nav button.owl-next:hover,
.category-widget .owl-nav button.custom-owl-prev:hover,
.category-widget .owl-nav button.custom-owl-next:hover {
    background-color: var(--primary-color);
}

.category-widget .owl-nav button.custom-owl-next {
    margin-left: 0.8rem;
}

.axil-img-container {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.axil-img-container > a .grad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.axil-img-container .media {
    bottom: 28%;
    left: 0;
    width: 100%;
    margin-bottom: 0 !important;
}

.axil-img-container .media-body .axil-post-title {
    color: #fff;
}

.axil-img-container .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 3rem;
    text-align: center;
}

@media (max-width: 991px) {
    .cat-row {
        width: 100%;
    }
}

/*--Media queries--*/
@media screen and (min-width: 0 \0) {
    .axil-latest-post .post-block {
        display: block;
    }

    .subscribe-popup .section-title {
        display: block;
    }

    .bg-grey-dark-one .hover-line a,
    .media-caption .hover-line a,
    .axil-img-container .hover-line a,
    .banner-home__with-post .banner-left-content .hover-line a {
        color: var(--color-white);
        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(var(--color-white)),
            to(var(--color-white))
        );
        background-image: -webkit-linear-gradient(
            left,
            var(--color-white) 0%,
            var(--color-white) 100%
        );
        background-image: -o-linear-gradient(
            left,
            var(--color-white) 0%,
            var(--color-white) 100%
        );
        background-image: linear-gradient(
            to right,
            var(--color-white) 0%,
            var(--color-white) 100%
        );
    }

    .hover-line a {
        color: var(--grey-dark-one);
    }

    .video-container__type-2 .axil-img-container .media-body {
        display: block !important;
    }

    .axil-img-container.flex-height-container .media-body {
        display: block !important;
        position: absolute;
        left: 0;
        top: 440px;
    }

    .axil-banner-cat-counter .axil-content::before {
        content: "";
        background-size: 100% 100%;
        background-position: center center;
        bottom: -5rem;
    }
}
.owl-dots button {
    display: none !important;
}

/***Login,Register, and Dashboard***/

.login-split-image {
    background-image: url(/media/default/login-97pct.jpg);
    background-position: center;
    background-size: cover;
    height: 70vh;
}

.register-split-image {
    background-image: url(/media/default/login-97pct.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.login-split-form {
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.register-split-form {
    height: 95vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-form,
.register-form {
    width: 80%;
    transition: 0.5s;
}

.login-form input,
.register-form input {
    margin-bottom: 10px;
}

.login-form-btn {
    margin: 10px 0;
    width: 100%;
}

.psw {
    font-weight: 300;
    font-size: 14px;
}

@media (max-width: 767px) {
    .register-split-image,
    .login-split-image {
        display: none;
    }

    .register-split-form,
    .login-split-form {
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
}

/***Dashboard***/
.dashboard {
    padding: 10em 0;
}

.dashboard .tab-content {
    background: #fff;
    padding: 3em;
}

.nav-link {
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.pay .nav-pills .nav-link {
    font-size: var(--bs-nav-link-font-size);
    background: #f1f1f3;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--primary-color);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: var(--primary-color);
    color: #fff;
}

.account-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

#account-photo-upload {
    margin-top: 10px;
}

#user-profile-form,
#account-info-form,
#change-password-form,
#cancel-change-password,
#new-password,
#confirm-new-password,
#new-password-submit,
#account-photo-upload,
#cancel-account-photo {
    display: none;
}

.account-row {
    border-bottom: solid 2px #f7f7f7;
    padding: 1.5em 0;
}

.account-user-heading,
.account-user-info {
    margin: 0;
    line-height: 2rem;
}

#edit-account-info {
    margin-top: 2em;
}

.change-password-row {
    display: flex;
    justify-content: space-between;
}

.order-list-td {
    vertical-align: middle !important;
}

@media (max-width: 767px) {
    #user-profile,
    #user-profile-form {
        margin-top: 2em;
    }

    #cancel-update-profile,
    #cancel-update-account-info,
    .account-user-heading {
        margin-bottom: 1em;
    }
}

/*Subscribe Page*/
.subscribe-container {
    max-width: 1200px;
    margin: -125px auto 0 auto;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
    padding: 3rem 2rem;
}
.subscribe-border {
    border-right: #f7f7f7 solid 3px;
}
.subscribe-list-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f7f7f7;
}
span.save {
    background: teal;
    width: fit-content;
    position: relative;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 0 40px;
    margin-left: 30%;
    font-size: 14px;
}

.buy-print {
    background-image: url("https://mockup.theworldofchinese.com/wp-content/uploads/2022/02/TWOC-Print-Magazine.png");
    background-position: center;
    background-size: cover;
    max-width: 1200px;
    margin: 10rem auto;
    padding: 7rem;
}

@media (max-width: 768px) {
    .subscribe-container {
        padding: 0;
        margin: 5rem 15px 5rem 15px;
        box-shadow: none;
    }
    .subscribe-col {
        box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
        margin-bottom: 3rem;
        margin-left: 15px;
        margin-right: 15px;
    }

    .buy-print {
        background-image: url("https://mockup.theworldofchinese.com/wp-content/uploads/2022/02/twoc-print-magazine-mobile.png");
        background-position: bottom;
        background-size: cover;
        margin: 5rem 15px;
        padding: 4rem 3rem 40rem 3rem;
    }
}
/*Checkout Page*/
.change-subscription {
    position: absolute;
    top: 85px;
    right: 2rem;
}

#payTab .nav-link {
    font-size: 1.5rem;
}
#payTab.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #f1f1f3 !important;
    color: var(--primary-color);
}

/**Ecommerce**/
.banner__single-type-shop {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: middle;
    -ms-flex-pack: middle;
    justify-content: center;
    height: 75rem;
    min-height: 75rem;
    background-color: var(--grey-dark-two);
    margin-top: 5rem;
}

.category-box {
    background: var(--grey-light-three);
    background-size: cover;
    background-position: center;
    padding: 2em;
    height: 30vh;
}

.category-link {
    font-size: 1.2rem;
    color: #000;
    display: inline-block;
}

.shop-magazine-box {
    background-color: var(--grey-light-three);
    position: relative;
    display: flex;
    align-items: center;
    padding: 50px;
}

img.magazine-one {
    position: absolute;
    margin-top: -145px;
    margin-left: -25px;
    width: 150px;
    z-index: 1;
    box-shadow: -9px 10px 30px 2px rgba(0, 0, 0, 0.2);
}

img.magazine-two {
    position: absolute;
    margin-top: -100px;
    margin-left: 50px;
    width: 150px;
    z-index: 2;
    box-shadow: -9px 10px 30px 2px rgba(0, 0, 0, 0.2);
}

.two-col-product-container {
    background-color: var(--grey-light-three);
    margin: 1em;
}

.five-col-product {
    padding: 0.5em;
}

.product-image-container {
    position: relative;
}

.product-image-add-to-cart-btn {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 95%;
    background: #fff;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2rem;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.product-image-add-to-cart-btn:hover {
    background: var(--primary-color);
}

.product-image-container:hover .product-image-add-to-cart-btn {
    opacity: 1;
}

.slick-next:before,
.slick-prev:before {
    opacity: 1 !important;
    color: var(--grey-light-three) !important;
    font-size: 22px !important;
    margin-left: -2px !important;
}

.slick-next,
.slick-prev {
    background: #858585 !important;
    border-radius: 50% !important;
    height: 17px !important;
    width: 18px !important;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: #858585;
}

.single-product {
    display: flex;
    position: relative;
}

.right-column .product-info {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
}

.single-product-add-to-cart {
    display: flex;
    bottom: 0px;
}

@media (max-width: 768px) {
    .single-product-add-to-cart {
        bottom: 61px;
    }
}

.quantity-btn,
.cart-quantity-btn {
    border: 0.2rem solid var(--grey-light-three);
    height: 100%;
}

.quantity-btn:hover,
.quantity-btn:focus,
.quantity-btn:active,
.cart-quantity-btn:hover,
.cart-quantity-btn:focus,
.cart-quantity-btn:active {
    outline: 0;
}

.card {
    border: 0;
}

.card-header {
    border: 0;
    border-bottom: 2px solid var(--grey-light-three);
    background: #fff;
    padding: 0;
}

.product-accordion-btn {
    border: 0;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 900;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: white;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

.accordion-button:focus {
    border-color: white;
    box-shadow: none;
}

.product-accordion-btn:hover,
.product-accordion-btn:focus,
.product-accordion-btn:active {
    outline: 0;
}

.filters {
    display: flex;
    justify-content: end;
    align-items: center;
}

.sorting-container {
    width: 25%;
}

select#sorting {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 19px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        0px 1.5em;
    background-repeat: no-repeat;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--grey-light-three);
    font-size: 1.2rem;
}

.filter-btn {
    font-size: 1.2rem;
    cursor: pointer;
}

.filter-img {
    margin-right: 5px;
    width: 12px;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
    -moz-transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
    -o-transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
    transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.cart-sidebar {
    border: solid 2px var(--grey-light-three);
    padding: 2em;
    margin-left: 2em;
}

.cart-border-bottom {
    border-bottom: solid var(--grey-light-three) 2px;
}

.cart-border-bottom-progress {
    border-bottom: solid var(--primary-color) 2px;
}

.cart-delete {
    cursor: pointer;
    position: absolute;
    width: 25px;
    right: 0;
    top: 0;
}

.cart-delete:hover {
    color: var(--primary-color);
}

.cart-quantity-btn {
    font-size: 10px;
    height: 30px;
}

input.cart-input-form {
    padding: 5px;
    height: 30px;
}

.order-complete-box {
    border: solid 2px var(--grey-light-three);
    padding: 2em;
}

@media (max-width: 767px) {
    .categories-row {
        padding: 15px 0px 0px 0px !important;
        margin: 0;
    }

    .category-box {
        margin-bottom: 15px;
        height: 20vh;
    }

    .shop-magazine-box {
        flex-direction: column;
        padding: 25px;
    }

    img.magazine-one {
        position: relative;
        margin-top: -50px;
        width: 65%;
    }

    img.magazine-two {
        position: relative;
        margin-top: -200px;
        margin-left: 100px;
        margin-bottom: 25px;
        width: 65%;
    }

    .slick-next,
    .slick-prev {
        z-index: 2;
    }

    .slick-prev {
        left: 0px;
    }

    .slick-next {
        right: 0px;
    }

    .product-image-container:hover .product-image-add-to-cart-btn {
        opacity: 0;
    }

    .mobile-product-info {
        padding: 2em;
    }

    .filters {
        justify-content: flex-start;
        margin-top: 2em;
    }

    .sorting-container {
        width: 35%;
    }

    .single-product {
        flex-direction: column;
    }

    .single-product-quantity {
        width: 50%;
    }

    .cart-mobile-margin {
        margin-bottom: 0.5em;
    }

    .cart-mobile-col {
        width: 50%;
    }

    .cart-sidebar {
        margin-left: 0;
    }

    .cart-input-group {
        width: 50%;
    }

    .mobile-progress-bar {
        display: flex !important;
    }

    .mobile-progress-col {
        width: 25%;
    }

    .mobile-progress-text {
        font-size: 0.8rem;
    }

    .single-product-btn {
        width: 100%;
    }
}

.user-address-card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-text-address {
    font-size: 1.3rem;
    line-height: 2rem;
}

.card-text-phone {
    line-height: 2rem;
}

.add-address-card {
    border: 2px dashed rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

/*Checkout Address Form Styling*/
.checkout-field,
.country-select.inside {
    width: 49% !important;
}

.user-address-field {
    border: solid 2px #d3d7da;
    padding: 0.9rem 2rem;
}

.user-address-field > label span {
    color: #000 !important;
}

/*Add Arrow to Select Field*/
select.checkout-field {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png)
        no-repeat right;
    -webkit-appearance: none;
    background-position-x: 95%;
}

select#country {
    padding: 0.9rem 2rem;
}

select#country:required:invalid {
    color: var(--grey-dark-four);
}

@media (max-width: 767px) {
    .checkout-field,
    .country-select.inside {
        width: 100% !important;
    }

    .country-select.inside {
        margin-bottom: 1rem;
    }
}

/**Product Detail Share**/
.product-share-container {
    display: flex;
    align-items: center;
}

ul.product-share {
    display: inline-flex;
    padding: 0;
    margin-left: 10px;
}

ul.product-share li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-share-icon {
    font-size: 10px;
    padding: 10px;
    margin-right: 10px;
    background-color: var(--grey-light-one);
    cursor: pointer;
    transition: ease 0.2s;
}

.product-share-icon:hover {
    background-color: var(--color-green-three);
    color: #fff;
}

/*Product Variant*/

.variant-selector {
    display: flex;
    align-items: center;
}

.variants {
    display: flex;
    margin-left: 10px;
}

[class^="twoc_variant-"] {
    font-size: 8px;
    padding: 5px 10px;
    border: solid 2px var(--grey-light-three);
    margin-right: 5px;
    transition: ease 0.2s;
    cursor: pointer;
}

[class^="twoc_variant-"]:hover {
    border: solid 2px var(--primary-color);
}

[class^="twoc_variant-"].active {
    border: solid 2px var(--primary-color);
}

.color-variant-container {
    padding: 5px;
    margin-right: 5px;
    border: solid 2px #fff;
    border-radius: 50%;
    transition: ease 0.2s;
    cursor: pointer;
}

.color-variant-container:hover {
    border: solid 2px var(--primary-color);
}

.color-variant-container.active {
    border: solid 2px var(--primary-color);
}

.color-variant {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
/*# sourceMappingURL=style.css.map */

.menu-logo {
    padding-top: 5px;
    font-size: 24px;
}

.search-logo {
    margin-top: 5px;
    font-size: 24px;
}

.user-logo {
    margin-top: 5px;
    font-size: 24px;
}

.user-dropdown {
    min-width: 12rem;
    padding: 1rem;
    line-height: 3em;
    right: 0;
    left: -100px;
}
.user-dropdown-secondary {
    min-width: 12rem;
    padding: 1rem;
    line-height: 3em;
    right: 0;
    left: auto !important;
}

@media (max-width: 767px) {
    .menu-logo {
        font-size: 14px;
    }
    .search-logo {
        font-size: 14px;
    }
    .user-logo {
        font-size: 14px;
    }
}

input[type="text"].in-menu-search-field {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

/* .in-menu-search-button{
	font-size: 1.6rem;
	line-height: 2.4rem;
} */

.blank-page {
    margin-top: 3rem;
}

.shop-home-container {
    margin-top: 3rem;
}

@media (max-width: 991px) {
    .shop-home-container {
        margin-top: 5rem;
    }
}

.nicescroll-container::-webkit-scrollbar {
    display: none;
}

.nicescroll-container {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
}

.side-nav-lock {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.border-w {
    --bs-border-width: 1.2px;
}

.lastest-box-item {
    margin-bottom: 5rem;
}

.activity-list-item {
    margin-bottom: 5rem !important;
}

.in-menu-search {
    position: relative;
}

.in-menu-search-button {
    position: absolute;
    top: 25%;
    right: 5%;
    color: #ddd;
}

#content-m {
    margin-top: 13.1rem;
    transition: 0.3s, ease-in-out;
}

#content-m.scrolled {
    margin-top: 9.9rem;
    transition: 0.3s, ease-in-out;
}

#content-m.has-secondary-header {
	/* margin-top: 22rem; */
	margin-top: 23.9rem;
	transition: 0.3s, ease-in-out;
}

.blogpage hr {
    border-top: 1px solid teal;
}

#content-m.has-secondary-header.scrolled,
body.subscription #content-m.has-secondary-header {
    margin-top: 14.5rem;
    transition: 0.3s, ease-in-out;
}

@media (max-width: 991px) {
    #content-m,
    #content-m.has-secondary-header {
        margin-top: 19.4rem;
    }
    #content-m.scrolled,
    #content-m.has-secondary-header.scrolled {
        margin-top: 14.4rem;
        transition: 0.3s, ease-in-out;
    }
}

@media (max-width: 767px) {
    #content-m,
    #content-m.has-secondary-header {
        margin-top: 17.1rem;
    }
    #content-m.scrolled,
    #content-m.has-secondary-header.scrolled {
        margin-top: 14.4rem;
        transition: 0.3s, ease-in-out;
    }
}

#modal-1 span {
    font-size: 24px;
}

.single-blog-wrapper > .rich-text a {
    color: red;
}
