/*------------------------------------

    // TABLE OF CONTENT //

    Root
    Basic
    Typography
    Bootstrap Reset
    Elementor Reset
    Helper Classes
    Header
    Footer
    Sidenav
    Fullscreen Slider
    Elements
    Sections
    Pages
    Posts/Blog
    Single Post
    Call To Action
    Data Filters
    Scroll To Up
    Owl Carousel
    Pagepiling
    Magnific Popup
    Comments
    Animations
    Theme Preview
    Demo Options

------------------------------------*/
/*------------------------------------
    Root
------------------------------------*/

:root {
    --base-0: #fff;
    --base-1: #000;
    --base-2: #000;
    --space: 100px;
    --primary: #ffa500;
    --primary-1: #ff8800;
    --secondary: #000;
    --secondary-1: #000;
    --font-family-1: "poppins";
    --e-global-typography-primary-font-famil: var(--font-family-1);
    --e-global-typography-secondary-font-famil: var(--font-family-1);
}

/*------------------------------------
    Basic
------------------------------------*/

html {
    overflow-y: scroll;
}

body {
    height: 100%;
    color: inherit;
}

hr {
    margin: 20px 0;
}

p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

a,
a:hover,
button {
    color: inherit;
    background-color: inherit;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus {
    outline: 0;
    text-decoration: none;
}

a img {
    border: none;
}

img {
    height: auto;
    display: block;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: inherit;
}

strong {
    font-weight: 700;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 30px;
}

pre {
    clear: both;
    color: #101010;
    tab-size: 4;
    font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    white-space: pre-wrap;
    overflow: auto;
    max-width: 100%;
    margin: 0 0 1.875rem;
    padding: 2.1875rem;
    -moz-tab-size: 4;
    background-color: #eee;
}

iframe {
    width: 100%;
    max-width: 100%;
    display: block;
    border: none !important;
}

label,
select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    font-size: 14px;
    display: block;
}

:active,
:focus {
    outline: none !important;
}

::-moz-selection {
    color: var(--base-0);
    background-color: var(--primary);
}

::selection {
    color: var(--base-0);
    background-color: var(--primary);
}

table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px;
}

table td,
table th {
    padding: .5rem .9375rem;
    border: 1px solid #eee;
}

table tr th,
table thead th {
    color: #333;
    font-weight: 600;
}

/*------------------------------------
    Typography
------------------------------------*/

body {
    color: var(--base-1);
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--font-family-1);
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    line-height: 1.3;
    margin-bottom: 15px;
    font-family: var(--font-family-1);
}

h1,
.afc-h1,
.elementor-heading-title.elementor-size-xxl {
    font-size: 59px;
    font-weight: 700;
}

h2,
.afc-h2 {
    font-size: 36px;
    font-weight: 700;
}

h3,
.afc-h3 {
    font-size: 24px;
    font-weight: 700;
}

h4,
.afc-h4 {
    font-size: 18px;
    font-weight: 700;
}

h5,
.afc-h5 {
    font-size: 14px;
}

h6,
.afc-h6 {
    font-size: 14px;
}

@media (max-width: 575px) {
    body,
    p {
        font-size: 12px;
    }
}

/*------------------------------------
    Reset
------------------------------------*/

/**
 * Blockquote
 */

blockquote {
    display: block;
    padding-left: 30px;
    border-left: 4px solid var(--primary);
}

blockquote a {
    color: #999;
}

/**
 * Preloader
 */

/*::-webkit-scrollbar {*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*}*/

/**
 * Grid
 */

.row-0 {
    margin-left: 0;
    margin-right: 0;
}

.row-0 > * {
    padding-left: 0;
    padding-right: 0;
}

.progress {
    height: 12px;
    border-radius: 0;
}

.state-menu {
    overflow: hidden;
}

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

@media (min-width: 768px) {
    .container {
        width: 100%;
        display: block;
        max-width: 600px;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 930px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

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

/*------------------------------------
    Wordpress
------------------------------------*/

.has-very-light-gray-color {
    color: #eee !important;
}
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
    list-style: none;
    margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
    list-style: none;
}
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: #6d6d6d;
    font-size: 1.4rem;
    margin-bottom: 0;
}
.wp-block-audio audio {
    width: 100%;
}
.wp-block-button {
    margin: 3rem 0;
}

.wp-block-button.is-style-outline {
    color: #cd2653;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: inherit;
}

.is-style-outline .wp-block-button__link {
    padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}
.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
    padding-left: 15px;
    padding-right: 15px;
}

.wp-block-file {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
    font-weight: 700;
    text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
    margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
    text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
    font-size: 1.5rem;
    padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
    opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
    opacity: 1;
    text-decoration: underline;
}
.wp-block-gallery ul {
    list-style: none;
    margin: 0 0 -10px 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
    margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
    margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
    margin-bottom: 5rem;
    margin-top: 5rem;
}
.wp-block-group.has-background {
    padding: 2rem;
    margin-bottom: 0;
    margin-top: 0;
}

.wp-block-group__inner-container {
    margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
    max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 2rem;
    padding-right: 2rem;
}
.wp-block-media-text .wp-block-media-text__content {
    padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
    max-width: none;
}

.wp-block-media-text__content > *:first-child {
    margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
    margin-bottom: 0;
}

.wp-block-pullquote {
    padding: 0;
    position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
    background: #fff;
    border-radius: 50%;
    color: var(--primary);
    content: "\201D";
    display: block;
    font-size: 6.2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto 1.5rem auto;
    text-align: center;
    height: 4.4rem;
    width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
    border: 0.1rem solid currentColor;
    font-size: 5.9rem;
}

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

.wp-block-pullquote blockquote p {
    font-family: inherit;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.178571429;
    letter-spacing: -0.041785714em;
    max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
    margin-bottom: 0;
}

.wp-block-pullquote cite {
    color: #6d6d6d;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
    text-align: left;
}

.wp-block-pullquote.alignright {
    text-align: right;
}

.wp-block-pullquote.alignleft::before {
    margin-left: 0;
}

.wp-block-pullquote.alignright::before {
    margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
    padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
    transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
    left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
    left: auto;
    right: 2rem;
}

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

.wp-block-pullquote.is-style-solid-color cite {
    color: inherit;
}
hr.wp-block-separator {
    margin: 3rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
    max-width: calc(100vw - 4rem);
    position: relative;
    width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
    background: none;
    color: inherit;
    font-size: 3.2rem;
    font-weight: 700;
    height: auto;
    letter-spacing: 1em;
    padding-left: 1em;
    position: static;
    transform: none;
    width: auto;
}

.wp-block-separator.is-style-dots::after {
    content: none;
}


/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
    width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
    border-bottom: none;
}

.wp-block-table.is-style-stripes table {
    border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
    text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
    border-width: 0;
    padding: 0;
}

.wp-block-quote[style="text-align:right"] {

    /*rtl:begin:ignore*/
    border-width: 0 0.2rem 0 0;
    padding: 0 2rem 0 0;

    /*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-family: inherit;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 1.6rem;
    text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
    margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
    text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
    text-decoration: underline;
}

.wp-block-latest-comments__comment {
    font-size: inherit;
}

.wp-block-latest-comments__comment-date {
    margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 0.7em;
    margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
    border-top: 0.2rem solid #dcd7ca;
    margin-top: 2rem;
    padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
    list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
    margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
    margin-top: 0;
}
.wp-block-column {
    margin-bottom: 30px;
}

.wp-block-column > *:first-child {
    margin-top: 0;
}

.wp-block-column > *:last-child {
    margin-bottom: 0;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    max-width: 100%;
    padding: 0;
}
.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.wp-caption {
    max-width: 100%;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    margin: 30px 0;
}

figcaption,
.wp-caption p,
.wp-caption-text {
    display: block;
    line-height: 1.2;
    padding-top: 9px;
    margin-top: 9px;
}
figcaption a,
.wp-caption-text a {
    color: inherit;
}
.wp-block-image.is-resized {
    margin-left: auto;
    margin-right: auto;
}
.wp-caption img {
    display: block;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    text-align: center;
}

.wp-block-group.has-background {
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-button {
    margin-bottom: 20px;
}

.wp-block-button__link {
    color: #ccc !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    text-align: center;
    padding: .667em 1.333em;
    text-decoration: none;
    overflow-wrap: break-word;
    border: none;
    border-radius: 1.55em;
    background-color: #333 !important;
    box-shadow: none;
}

.afc-single-post-content .alignfull {
    width: auto;
    max-width: 100vw;
    margin-right: calc(-100vw / 2 + 100% / 2);
    margin-left: calc(-100vw / 2 + 100% / 2);
}

.wp-block-media-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%;
}

.wp-block-separator {
    opacity: .4;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-bottom: 2px solid;
}

.wp-block-cover-text,
.wp-block-cover p:not(.has-text-color) {
    color: #fff;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

.wp-block-quote.has-text-align-right {
    border-left: none;
    padding-left: 0;
    padding-right: 30px;
    border-right: 4px solid var(--primary);
}

.gallery-item .wp-caption-text {
    text-align: left;
}

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

/**
 * Default Post Styles
 */

.alignwide,
.alignfull {
    float: inherit;
    max-width: 100%;
}

.alignleft,
img.alignleft {
    margin: 10px 30px 15px 0;
    float: left;
}

.alignright,
img.alignright {
    float: right;
    margin: 10px 0 15px 30px;
}

.aligncenter,
img.aligncenter {
    display: block;
    margin: 30px auto;
}

.alignnone,
img.alignnone {
    display: inherit;
    text-align: inherit;
    margin-left: inherit;
    margin-right: inherit;
}

blockquote.left {
    text-align: left;
}

blockquote.right {
    text-align: right;
}

.screen-reader-text {
    font-size: 12px;
}

.gallery-caption {
    font-size: 12px;
    text-align: center;
}

.bypostauthor {
    opacity: 1;
    display: block;
}

.blocks-gallery-caption {
    margin-bottom: 15px;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    font-size: 12px;
    text-align: center;
}

.wp-block-columns {
    margin-top: 30px;
    margin-bottom: 30px;
}

.afc-single-post-content > .alignfull {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1000px) {
    hr.wp-block-separator {
        margin: 6rem auto;
    }
}

/**
 * Widgets
 */

.afc-widget {
    width: 100%;
    font-size: 0.96em;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.afc-widget select {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
}

.afc-widget > ul {
    list-style: none;
    padding-left: 15px;
    margin: 0;
}

.afc-widget > ul > li {
    display: block;
    line-height: 1.5;
    position: relative;
    margin: 0 0 9px;
    transition: all .1s;
}

.afc-widget > ul > li a {
    position: relative;
    transition: all .1s;
}

.afc-widget > ul > li:hover {
    color: var(--primary);
}

.afc-widget > ul > li:hover a {
    left: 3px;
}

.afc-widget > ul > li:before {
    font-size: 18px;
    font-weight: 700;
    content: "\203a";
    position: absolute;
    top: 0;
    left: -15px;
    line-height: 1;
}

.afc-widget .children > li:first-child {
    padding-top: 3px;
}

.afc-widget .afc-widget-title {
    font-weight: 700 !important;
}

/**
 * Search
 */

.afc-widget .search-form {
    position: relative;
    padding-top: 12px;
}

.afc-widget .search-form span.screen-reader-text {
    top: 3px;
    left: 9px;
    width: 100px;
    height: 27px;
    clip: initial;
    overflow: initial;
    font-weight: 700;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    background: var(--base-0);
}

.afc-widget .search-form .search-field {
    width: 100%;
    height: 45px;
    display: block;
    font-size: 12px;
    padding-left: 20px;
    border: 1px solid #000;
}

.afc-widget .search-form input::-webkit-input-placeholder {
    color: var(--base-0);
    opacity: 0;
}

.afc-widget .search-form input::-moz-placeholder {
    color: var(--base-0);
    opacity: 0;
}

.afc-widget .search-form input:-ms-input-placeholder {
    color: var(--base-0);
    opacity: 0;
}

.afc-widget .search-form input::-ms-input-placeholder {
    color: var(--base-0);
    opacity: 0;
}

.afc-widget .search-form input::placeholder {
    color: var(--base-0);
    opacity: 0;
}

.afc-widget .search-form .search-submit {
    top: 12px;
    right: -2px;
    line-height: 1;
    font-weight: 500;
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    margin-right: 2px;
    border: 0;
    height: 45px;
    font-size: 14px;
    padding: 14px 30px;
    color: var(--base-1);
    background-color: var(--primary);
}

.afc-widget .search-form .search-submit:hover {
    color: var(--base-1);
    background-color: var(--primary-1);
}

/**
 * Menu
 */

.afc-widget .widget_nav_menu ul {
    list-style: none;
    padding-left: 15px;
    margin: 0;
}

.afc-widget .widget_nav_menu ul > li {
    display: block;
    line-height: 1.5;
    position: relative;
    margin: 0 0 6px;
}

.afc-widget .widget_nav_menu ul > li:before {
    font-size: 18px;
    font-weight: 700;
    content: "\203a";
    position: absolute;
    top: 0;
    left: -15px;
    line-height: 1;
}

.afc-widget .widget_nav_menu ul > li .sub-menu {
    padding-top: 6px;
}

.afc-widget .widget_nav_menu ul > li .sub-menu a {
    font-size: 12px;
}

.afc-widget .widget_recent_entries .post-date {
    font-size: 11px;
}

/**
 * Calendar
 */
.afc-widget #wp-calendar {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    border-collapse: separate;
    border-spacing: 8px;
    margin-left: -2px;
}

.afc-widget #wp-calendar caption {
    display: none;
}

.afc-widget #wp-calendar thead th {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px;
}

.afc-widget #wp-calendar tbody td a,
.afc-widget #wp-calendar tbody td {
    text-align: center;
    padding: 6px;
    margin-bottom: 10px;
    border: 1px solid;
    border-radius: 2px;
}

.afc-widget #wp-calendar tbody td.pad {
    border: 0;
}

.afc-widget #wp-calendar tfoot td#prev {
    text-align: left;
}

.afc-widget #wp-calendar tfoot td#next {
    text-align: right;
}

.afc-widget #wp-calendar tbody td#today a {
    color: var(--primary);
    border: 0 !important;
}

.afc-widget #wp-calendar tfoot #prev a,
.afc-widget #wp-calendar tfoot #next a {
    color: #888;
    bottom: -9px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.afc-widget #wp-calendar tfoot #prev a:hover,
.afc-widget #wp-calendar tfoot #next a:hover {
    color: var(--primary);
}

/**
 * rss
 */
.afc-widget .widget_rss .rsswidget {
    float: left;
    margin-right: 15px;
}

/*------------------------------------
    Helper Classes
------------------------------------*/

/*
 * Grid
 */
.afc-row-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.afc-row-0 > * {
    padding-left: 0;
    padding-right: 0;
}

.afc-row-xs {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: -12px;
}

.afc-row-xs > * {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
}

.afc-row-sm {
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: -18px;
}

.afc-row-sm > * {
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 18px;
}

.afc-row-md {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -24px;
}

.afc-row-md > * {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

.afc-row-lg {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

.afc-row-lg > * {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .afc-row-md,
    .afc-row-lg {
        margin-left: -9px;
        margin-right: -9px;
        margin-bottom: -18px;
    }

    .afc-row-md > *,
    .afc-row-lg > * {
        padding-left: 9px;
        padding-right: 9px;
        margin-bottom: 18px;
    }
}

.afc-pt-space {
    padding-top: var(--space);
}

.afc-pb-space {
    padding-bottom: var(--space);
}

.afc-container {
    margin: 30px;
    position: relative;
}

@media (max-width: 768px) {
    .afc-container {
        margin: 15px;
    }
}

/*
 * Colors
 */

.afc-bg-primary {
    background-color: var(--primary);
}

.afc-bg-secondary {
    background-color: var(--secondary);
}

/*
 * Typography
 */

.afc-subtitle {
    font-size: 12px;
}

.afc-div-center {
    float: inherit;
    margin: auto;
}

/*------------------------------------
    Header
------------------------------------*/

.afc-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
}

.body-logged-in .afc-header {
    top: 32px;
}

@media (max-width: 782px) {
    .body-logged-in .afc-header {
        top: 45px;
    }
}

/*
* Header Logo
*/
.afc-header .afc-header-logo {
    top: 0;
    left: 0;
    height: 39px;
    position: absolute;
}

.afc-header .afc-header-logo h2 {
    font-size: 1.5rem;
    line-height: 1 !important;
}

.afc-header .afc-header-logo img {
    height: 100%;
    width: inherit;
    max-width: inherit;
}

.afc-header .afc-header-logo span {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1 !important;
    text-transform: none;
}

.afc-header .afc-header-logo img.afc-header-logo-light {
    display: none;
}

/*
* Header Menu
*/
.afc-header .afc-header-menu-button {
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
}

.afc-header .afc-header-menu-button span {
    right: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    display: block;
    position: absolute;
    border-radius: 9px;
    background: var(--base-1);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.afc-header .afc-header-menu-button span:nth-child(1) {
    top: 0;
}

.afc-header .afc-header-menu-button span:nth-child(2) {
    top: 9px;
}

.afc-header .afc-header-menu-button span:nth-child(3) {
    top: 18px;
}

.afc-header .afc-header-menu-button.open {
    opacity: 0.9;
    transform: translate(-15px, 15px);
}

.afc-header .afc-header-menu-button.open span {
    background-color: var(--primary) !important;
}

.afc-header .afc-header-menu-button.open:hover {
    opacity: 1;
}

.afc-header .afc-header-menu-button.open span:nth-child(1) {
    top: 9px;
    transform: rotate(135deg);
}

.afc-header .afc-header-menu-button.open span:nth-child(2) {
    opacity: 0;
}

.afc-header .afc-header-menu-button.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}

/*
* Header Follow
*/
.afc-header .afc-header-follow {
    top: 50%;
    left: 30px;
    width: 20px;
    height: 200px;
    position: fixed;
    margin-top: -100px;
}

.afc-header .afc-header-follow ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.afc-header .afc-header-follow ul li {
    display: block;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    transition: all 300ms;
}

.afc-header .afc-header-follow ul li:hover {
    transform: scale(1.5, 1.5);
}

.afc-header .afc-header-follow p {
    top: 70px;
    left: -24px;
    width: 68px;
    height: 20px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    transform: rotate(-90deg);
}

.afc-header .afc-header-follow p:after {
    top: 9px;
    right: -48px;
    width: 40px;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    background-color: var(--base-1);
}

@media (max-width: 1024px) {
    .afc-header .afc-header-logo {
        top: 15px;
        left: 15px;
    }

    .afc-header .afc-header-menu-button {
        top: 15px;
        right: 15px;
    }

    .afc-header .afc-header-follow {
        left: 15px;
    }
}

@media (max-width: 992px) {
    .afc-app-header:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        opacity: 0.75;
        content: "";
        position: absolute;
        background-color: var(--primary);
    }

    .afc-header .afc-header-logo {
        top: 14px;
        left: 18px;
    }

    .afc-header .afc-header-menu-button {
        top: 7px;
        right: 10px;
    }

    .afc-header .afc-header-follow {
        left: 10px;
    }
}

@media (max-width: 720px) {
    .afc-header {
        min-height: 51px;
        background-color: rgba(255, 255, 255, 0.45);
    }

    .afc-header .afc-header-follow {
        display: none;
    }

    .afc-header .afc-header-logo {
        top: 0;
        left: 15px;
    }

    .afc-header .afc-header-menu-button {
        top: 0;
        right: 15px;
    }
}

/*------------------------------------
    Footer
------------------------------------*/

.afc-footer {
    z-index: 99;
    position: relative;
}

.afc-footer p {
    font-size: 12px;
}

.afc-footer .afc-container {
    margin-bottom: 20px;
}

/**
 * Sticky Footer
 */

.afc-footer.sticky {
    left: 0;
    bottom: 0;
    position: fixed;
}

@media (max-width: 768px) {
    .afc-footer {
        z-index: 1;
        position: relative;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .afc-footer p {
        margin: 0;
    }

    .afc-footer .afc-container {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

/*------------------------------------
    Sidenav
------------------------------------*/

.afc-sidenav {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: var(--base-0);
    z-index: 101;
    display: flex;
    position: fixed;
    overflow-y: auto;
    visibility: hidden;
    flex-direction: column;
    padding: 2.5rem 4.375rem 3.75rem;
    background-color: var(--base-1);
    transform: translate3d(100%, 0, 0);
    transition: 450ms ease-in-out;
}

.afc-sidenav.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

.afc-sidenav.right {
    right: 0;
    transform: translate3d(100%, 0, 0);
}

.afc-sidenav.active {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.afc-sidenav .afc-sidenav_message {
    color: #fff;
}

.afc-sidenav .afc-sidenav_message a {
    color: var(--primary);
}

/**
 * Sidenav Logo
 */
.afc-sidenav .afc-sidenav-logo {
    top: 20px;
    left: 30px;
    height: 39px;
    position: absolute;
}

.afc-sidenav .afc-sidenav-logo img {
    height: 100%;
    width: inherit;
    max-width: inherit;
}

.afc-sidenav .afc-sidenav-logo span {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

/**
 * Sidenav Social Media
 */

.afc-sidenav .afc-sidenav-social-media {
    left: 4.375rem;
    right: 4.375rem;
    bottom: 0;
    height: 45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    transform: translate(0, 60px);
    transition: all 900ms;
    transition-delay: 750ms;
}

.afc-sidenav .afc-sidenav-social-media ul {
    float: right;
    font-size: 0;
    text-align: right;
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.afc-sidenav .afc-sidenav-social-media ul li {
    float: right;
    display: inline-block;
    position: relative;
    background: var(--base-1);
    margin: 0;
}

.afc-sidenav .afc-sidenav-social-media ul li a {
    opacity: 0.6;
    display: block;
    font-size: 14px;
    padding-left: 15px;
}

.afc-sidenav .afc-sidenav-social-media ul li:hover a {
    opacity: 1;
}

.afc-sidenav .afc-sidenav-social-media .afc-sidenav-social-media-line {
    top: 12px;
    width: 100%;
    height: 1px;
    opacity: 0.6;
    display: block;
    position: absolute;
    background: var(--base-0);
    background: var(--primary);
}

.afc-sidenav .afc-sidenav-social-media .afc-sidenav-social-media-title {
    top: 0;
    left: 0;
    display: inline;
    position: absolute;
    background: var(--base-1);
    padding-right: 12px;
}

.afc-sidenav .afc-sidenav-social-media .afc-sidenav-social-media-title span {
    opacity: 0.6;
}

.afc-sidenav .afc-sidenav-social-media:hover .afc-sidenav-social-media-title span {
    opacity: 1;
}

.afc-sidenav.active .afc-sidenav-social-media {
    transform: translate(0, 0);
}

/**
 * Sidenav Navigation
 */

.afc-sidenav .afc-sidenav-navigation {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.afc-sidenav .afc-sidenav-navigation ul {
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;
    list-style: none;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0 0;
    margin: 0;
}

.afc-sidenav .afc-sidenav-navigation ul li {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 9px;
    transform: translate(60px, 0);
    transition: all 750ms;
}

.afc-sidenav .afc-sidenav-navigation ul li:before {
    top: 18px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--primary);
}

.afc-sidenav .afc-sidenav-navigation ul li a {
    opacity: 0.6;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
}

.afc-sidenav .afc-sidenav-navigation ul li:hover > a {
    opacity: 1;
}

.afc-sidenav .afc-sidenav-navigation ul li:hover:before {
    background-color: var(--primary);
}

.afc-sidenav .afc-sidenav-navigation ul li.active a {
    color: var(--primary);
}

.afc-sidenav.active .afc-sidenav-navigation ul li {
    transform: translate(0, 0);
}

.afc-sidenav.active .afc-sidenav-navigation ul li:nth-child(1) {
    transition-delay: 100ms;
}

.afc-sidenav.active .afc-sidenav-navigation ul li:nth-child(2) {
    transition-delay: 200ms;
}

.afc-sidenav.active .afc-sidenav-navigation ul li:nth-child(3) {
    transition-delay: 300ms;
}

.afc-sidenav.active .afc-sidenav-navigation ul li:nth-child(4) {
    transition-delay: 400ms;
}

.afc-sidenav.active .afc-sidenav-navigation ul li:nth-child(5) {
    transition-delay: 500ms;
}

.afc-sidenav.active .afc-sidenav-navigation ul li:nth-child(6) {
    transition-delay: 700ms;
}

.afc-sidenav.active .afc-sidenav-navigation ul li:nth-child(7) {
    transition-delay: 800ms;
}

.afc-sidenav.active .afc-sidenav-navigation ul li:nth-child(8) {
    transition-delay: 900ms;
}

.afc-sidenav.active .afc-sidenav-navigation ul li:nth-child(9) {
    transition-delay: 1000ms;
}

/*
 * Sub-Menu
 */
.afc-sidenav .afc-sidenav-navigation .sub-menu {
    display: none;
}

.afc-sidenav .afc-sidenav-navigation .sub-menu li a {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .afc-sidenav .afc-sidenav-navigation ul li {
        padding-left: 15px;
    }

    .afc-sidenav .afc-sidenav-navigation ul li:before {
        top: 7px;
    }

    .afc-sidenav .afc-sidenav-navigation ul li a {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 576px) {
    .afc-sidenav {
        width: 30rem;
    }
}

@media only screen and (max-width: 575px) {
    .afc-sidenav {
        padding: 2.5rem 2.5rem 3.75rem;
    }
}

/*------------------------------------
    Fullscreen Slider
------------------------------------*/

/**
 * Fullscreen Slider
 */

.afc-fullscreen-slider {
    height: 100vh;
}

.afc-slider-counter {
    right: 30px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: var(--base-0);
    line-height: 30px;
    border-radius: 50%;
    color: var(--base-1);
    font-size: 12px;
    z-index: 100;
    position: fixed;
}

.afc-slider-counter .afc-slider-counter-separator {
    font-size: 9px;
}

@media (max-width: 768px) {
    .afc-slider-counter {
        right: 6px;
        bottom: 15px;
    }
}

/*------------------------------------
    Elements
------------------------------------*/
/*
 * Label
 */
.afc-label {
    min-height: 36px;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-bottom: 3px;
}

.afc-label i {
    top: 10px;
    left: -7px;
    z-index: 3;
    font-size: 31px;
    position: relative;
    padding-left: 18px;
}

.afc-label img {
    top: 10px;
    left: 10px;
    z-index: 3;
    width: 32px;
    height: 32px;
    position: relative;
}

.afc-label svg {
    top: 10px;
    left: 10px;
    z-index: 3;
    width: 32px;
    height: 32px;
    position: relative;
}

.afc-label span {
    top: 12px;
    z-index: 3;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06rem;
    position: relative;
    padding-left: 18px;
}

.afc-label:after {
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: var(--primary);
}

.afc-label.afc-label-center span {
    top: 15px;
    padding-left: 0;
    padding-right: 0;
}

.afc-label.afc-label-center:after {
    left: 0;
    right: 0;
    margin: auto !important;
}

@media (max-width: 768px) {
    .afc-label span {
        font-size: 14px;
    }
}

/*
 * Forms Elements
 */

.afc-form select,
.afc-form textarea,
.afc-form input[type="tel"],
.afc-form input[type="text"],
.afc-form input[type="date"],
.afc-form input[type="email"],
.afc-form input[type="number"],
.afc-form input[type="search"],
.afc-form input[type="password"] {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.afc-form textarea,
.afc-form select[multiple] {
    min-height: 180px;
}

.afc-form-1 br {
    display: none;
}

.afc-form-1 .row {
    margin-left: -12px;
    margin-right: -12px;
}

.afc-form-1 .row > * {
    padding-left: 12px;
    padding-right: 12px;
}

.afc-form-1 label {
    top: -5px;
    left: 24px;
    font-size: 12px;
    line-height: 1;
    width: initial !important;
    letter-spacing: -0.02em;
    display: inline-block;
    position: absolute;
    margin-bottom: 9px;
    padding: 0 6px;
    background-color: var(--base-0);
    transition: all 0.2s;
}

.afc-form-1 select,
.afc-form-1 textarea,
.afc-form-1 input[type="tel"],
.afc-form-1 input[type="text"],
.afc-form-1 input[type="date"],
.afc-form-1 input[type="email"],
.afc-form-1 input[type="number"],
.afc-form-1 input[type="search"],
.afc-form-1 input[type="password"] {
    width: 100%;
    height: 45px;
    display: block;
    font-size: 12px;
    padding: 10px 10px 0;
    outline: 0;
    border: 1px solid var(--base-1);
    background-color: var(--base-0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.afc-form-1 textarea {
    padding-top: 15px;
}

.afc-form-1 .afc-form-item {
    position: relative;
    margin-bottom: 24px;
}

.afc-form-1 input:focus,
.afc-form-1 select:focus,
.afc-form-1 textarea:focus {
    border-color: var(--primary);
}

/*
 * Buttons
 */

.afc-button {
    line-height: 1;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    margin-right: 2px;
    border: 0;
}

.afc-button-block {
    width: 100%;
    float: inherit;
    display: block;
}

.afc-button:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.afc-button-sm {
    height: 36px;
    font-size: 12px;
    padding: 9px 18px;
}

.afc-button-circle-sm {
    width: 36px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
}

.afc-button-md {
    height: 45px;
    font-size: 14px;
    padding: 14px 30px;
}

.afc-button-circle-md {
    width: 45px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
}

.afc-button-lg {
    height: 55px;
    font-size: 18px;
    padding: 14px 33px;
}

.afc-button-circle-lg {
    width: 55px;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.afc-button-xl {
    height: 62px;
    font-size: 20px;
    padding: 16px 42px;
}

.afc-button-circle-xl {
    width: 62px;
    height: 62px;
    font-size: 20px;
    line-height: 62px;
}

.afc-button-dark {
    color: #eee;
    background-color: #000;
}

.afc-button-dark:hover {
    color: #fff;
    background-color: #111;
}

.afc-button-light {
    color: #333;
    background-color: #fff;
}

.afc-button-light:hover {
    color: #000;
    background-color: #eee;
}

.afc-button-base-0 {
    color: var(--base-1);
    background-color: var(--base-0);
}

.afc-button-base-0:hover {
    color: var(--base-1);
    background-color: var(--base-0);
}

.afc-button-primary {
    color: var(--base-1);
    background-color: var(--primary);
}

.afc-button-primary:hover {
    color: var(--base-1);
    background-color: var(--primary-1);
}

.afc-button-secondary {
    color: var(--base-1);
    background-color: var(--secondary);
}

.afc-button-secondary:hover {
    color: var(--base-1);
    background-color: var(--secondary-1);
}

.afc-button-gradient {
    color: var(--base-1);
}

.afc-button-gradient:hover {
    color: var(--base-1);
    box-shadow: 0 3px 12px var(--primary);
}

.afc-button-radius {
    border-radius: 24px;
}

.afc-button-circle {
    border-radius: 50%;
}

.afc-button-circle i {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .afc-button-md {
        font-size: 12px;
    }
}

/*
 * Skill Item
 */
.afc-skill-item {
    position: relative;
    padding-left: 60px;
}

.afc-skill-item h5 {
    margin-bottom: 7px;
}

.afc-skill-item .afc-label {
    top: 0;
    left: 0;
    position: absolute;
}

/*
 * Progress Bar
 */
.afc-progress-bar {
    position: relative;
    margin-bottom: 30px;
}

.afc-progress-bar .afc-label {
    line-height: 1;
    margin-bottom: 15px;
}

.afc-progress-bar .afc-progress-bar-value {
    top: 9px;
    right: 0;
    position: absolute;
}

/*
 * Timeline
 */
.afc-timeline ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.afc-timeline ul li {
    display: block;
    position: relative;
    padding-top: 15px;
}

.afc-timeline ul li:before {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    background-color: var(--base-1);
}

.afc-timeline h4 {
    top: 0;
    left: 0;
    padding-left: 39px;
    position: relative;
}

.afc-timeline h4:after {
    top: 9px;
    left: 0;
    width: 1px;
    height: 45px;
    content: "";
    position: absolute;
    background: var(--base-1);
}

.afc-timeline h4:before {
    top: 3px;
    left: -7px;
    width: 15px;
    height: 15px;
    display: block;
    content: "";
    z-index: 3;
    position: absolute;
    border-radius: 50%;
    background-color: var(--primary);
}

.afc-timeline h5 {
    margin-bottom: 7px;
}

.afc-timeline .afc-timeline-item {
    position: relative;
    padding: 24px 30px 0;
}

.afc-timeline .afc-timeline-item p {
    margin-bottom: 0;
}

.afc-timeline .afc-timeline-item:before {
    top: 43px;
    left: 0;
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    background-color: var(--base-1);
}

.afc-timeline .afc-timeline-item .afc-timeline-item-body {
    padding-left: 9px;
}

.afc-timeline .afc-timeline-item .afc-timeline-item-head {
    height: 72px;
    position: relative;
    padding-left: 57px;
}

.afc-timeline .afc-timeline-item .afc-timeline-item-head .afc-label {
    top: 0;
    left: 0;
    position: absolute;
}

/**
 * Data Filters
 */

.afc-data-filters {
    overflow: hidden;
    position: relative;
}

.afc-data-filters ul {
    list-style: none;
    padding: 0;
}

.afc-data-filters ul li {
    line-height: 1;
    display: inline-block;
}

/**
 * Data Filters Links
 */
.afc-data-filters .afc-data-filters-links {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
}

.afc-data-filters .afc-data-filters-links li {
    cursor: pointer;
    font-size: 12px;
    position: relative;
    padding: 10px 15px;
    border-radius: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.afc-data-filters .afc-data-filters-links li.afc-active {
    color: var(--base-1);
    background-color: var(--primary);
}

/**
 * Data Filters Items
 */
.afc-data-filters .afc-data-filters-items {
    text-align: center;
}

.afc-data-filters .afc-data-filters-items li {
    overflow: hidden;
}

.afc-data-filters .afc-data-filters-items li.afc-hide {
    display: none;
}

@media (max-width: 768px) {
    .afc-data-filters .afc-data-filters-links {
        white-space: nowrap;
    }

    .afc-data-filters .afc-data-filters-links li {
        font-size: 10px;
        letter-spacing: 0.03em;
        padding: 6px 7px;
        margin: 0;
    }

    .afc-data-filters .afc-data-filters-links li:after {
        margin: 0;
    }
}

/**
 * Service
 */

.afc-service-item {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    border: 1px solid var(--base-1);
}

.afc-service-item .afc-service-item-inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 30px;
}

.afc-service-item .afc-service-item-inner .afc-label {
    top: 15px;
    left: 21px;
    width: 36px;
    height: 36px;
    position: absolute;
    text-align: center;
}

.afc-service-item .afc-service-item-inner .afc-service-item-title {
    font-weight: 700 !important;
    padding-top: 55px;
    margin-bottom: 20px;
}

.afc-service-item:hover {
    background-color: var(--primary);
}

.afc-services-slider .owl-carousel .owl-dots {
    top: inherit;
    left: 0;
    right: 0;
    bottom: -51px;
    position: absolute;
    margin: auto;
}

@media (max-width: 768px) {
    .afc-service-item {
        padding-top: 250px;
    }
}

/**
 * Portfolio
 */
.afc-portfolio-item {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.afc-portfolio-item .afc-portfolio-item-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: no-repeat center center / cover;
    transition: opacity 300ms;
}

.afc-portfolio-item .afc-portfolio-item-detail {
    top: 50%;
    left: 50%;
    width: 100%;
    opacity: 0;
    z-index: 3;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: opacity 600ms;
}

.afc-portfolio-item .afc-portfolio-item-detail h4 {
    white-space: nowrap;
    margin-bottom: 6px;
}

.afc-portfolio-item .afc-portfolio-item-detail .afc-button {
    line-height: 45px;
    margin-bottom: 15px;
    transform: translate(0, -30px);
    transition: all 600ms;
}

.afc-portfolio-item .afc-portfolio-item-detail .afc-portfolio-item-link {
    margin-bottom: 15px;
}

.afc-portfolio-item:hover .afc-portfolio-item-image {
    opacity: 0;
}

.afc-portfolio-item:hover .afc-portfolio-item-detail {
    opacity: 1;
}

.afc-portfolio-item:hover .afc-button {
    opacity: 1;
    transform: translate(0, 0);
}

@media (max-width: 768px) {
    .afc-portfolio-item {
        margin-bottom: 12px;
    }
}

/**
 * testimonial
 */
.afc-testimonial-item {
    position: relative;
    padding: 30px;
    border: 1px solid var(--base-1);
    background-color: var(--base-0);
}

.afc-testimonial-item p {
    font-size: 14px;
    margin-bottom: 30px;
}

.afc-testimonial-item .afc-label {
    margin-bottom: 30px;
}

.afc-testimonial-item blockquote {
    border: 0 !important;
    padding: 0 !important;
}

.afc-testimonial-item .afc-testimonial-item-author {
    height: 50px;
    position: relative;
    padding-left: 65px;
}

.afc-testimonial-item .afc-testimonial-item-author span {
    display: block;
}

.afc-testimonial-item .afc-testimonial-item-author .afc-testimonial-item-author-name {
    font-weight: 700;
    margin-bottom: 3px;
}

.afc-testimonial-item .afc-testimonial-item-author .afc-testimonial-item-author-function {
    font-size: 12px;
    margin-bottom: 0;
}

.afc-testimonial-item .afc-testimonial-item-author img {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .afc-testimonial-item {
        padding: 20px;
    }
}

/**
 * Typed Text
 */
.afc-typed {
    margin: 0 !important;
}

/**
 * Particles-js
 */
.afc-particles-js {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

/**
 * Divider
 */

.afc-divider {
    width: 100%;
    height: 4px;
    display: block;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
}

.afc-divider-1 .afc-divider-inner {
    width: 150px;
    height: 4px;
    position: relative;
    display: inline-block;
}

.afc-divider-1 .afc-divider-inner .afc-divider-dots {
    width: 14px;
    height: 4px;
    display: block;
    position: relative;
    margin: auto;
}

.afc-divider-1 .afc-divider-inner .afc-divider-dots:before,
.afc-divider-1 .afc-divider-inner .afc-divider-dots:after {
    top: 0;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: var(--primary);
}

.afc-divider-1 .afc-divider-inner .afc-divider-dots:before {
    left: 0;
}

.afc-divider-1 .afc-divider-inner .afc-divider-dots:after {
    right: 0;
}

.afc-divider-1 .afc-divider-inner .afc-divider-line:before,
.afc-divider-1 .afc-divider-inner .afc-divider-line:after {
    top: 0;
    width: 63px;
    height: 100%;
    content: "";
    position: absolute;
    background: var(--primary);
}

.afc-divider-1 .afc-divider-inner .afc-divider-line:before {
    left: 0;
}

.afc-divider-1 .afc-divider-inner .afc-divider-line:after {
    right: 0;
}

.afc-divider-2 .afc-divider-inner {
    width: 82px;
    height: 4px;
    position: relative;
    display: inline-block;
}

.afc-divider-2 .afc-divider-inner .afc-divider-line {
    width: 63px;
    height: 100%;
    display: block;
    background: var(--primary);
}

.afc-divider-2 .afc-divider-inner .afc-divider-dots:before,
.afc-divider-2 .afc-divider-inner .afc-divider-dots:after {
    top: 0;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: var(--primary);
}

.afc-divider-2 .afc-divider-inner .afc-divider-dots:before {
    right: 0;
}

.afc-divider-2 .afc-divider-inner .afc-divider-dots:after {
    right: 9px;
}

.afc-divider-3 .afc-divider-inner {
    width: 82px;
    height: 4px;
    position: relative;
    display: inline-block;
}

.afc-divider-3 .afc-divider-inner .afc-divider-line {
    width: 63px;
    height: 100%;
    display: block;
    background: var(--primary);
    margin-left: 19px;
}

.afc-divider-3 .afc-divider-inner .afc-divider-dots:before,
.afc-divider-3 .afc-divider-inner .afc-divider-dots:after {
    top: 0;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: var(--primary);
}

.afc-divider-3 .afc-divider-inner .afc-divider-dots:before {
    left: 0;
}

.afc-divider-3 .afc-divider-inner .afc-divider-dots:after {
    left: 9px;
}

/**
 * Fixed Social Media
 */

.afc-fixed-social-media {
    top: 50%;
    left: 36px;
    width: 16px;
    z-index: 9;
    font-size: 12px;
    text-align: center;
    position: fixed;
    padding-top: 15px;
    transform: translate(-50%, -50%);
}

.afc-fixed-social-media p {
    width: 90px;
    height: 90px;
    display: block;
    font-size: 12px;
    overflow: hidden;
    line-height: 1.3;
    white-space: nowrap;
    transform: rotate(-90deg);
}

.afc-fixed-social-media ul {
    display: block;
    list-style: none;
    padding: 3px 0 0;
    margin: 0;
}

.afc-fixed-social-media ul li {
    display: block;
}

.afc-fixed-social-media ul li a {
    display: block;
    padding-bottom: 6px;
}

.afc-fixed-social-media .afc-fixed-social-media-line {
    width: 1px;
    height: 45px;
    display: block;
    position: relative;
    margin: auto;
    background-color: var(--base-1);
}

@media (max-width: 768px) {
    .afc-fixed-social-media {
        /*left: 10px;*/
        display: none;
    }
}

/**
 * Pagination
 */

.afc-pagination {
    text-align: center;
    padding-top: 45px;
}

.afc-pagination ul {
    list-style: none;
    margin: -3px auto;
    padding: 0;
}

.afc-pagination ul li {
    line-height: 1;
    display: inline-block;
    padding: 0 3px;
}

.afc-pagination ul li i,
.afc-pagination ul li a,
.afc-pagination ul li span {
    width: 36px;
    height: 36px;
    display: block;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
}

.afc-pagination ul li:hover a {
    color: var(--primary);
}

.afc-pagination ul li span.current {
    background-color: var(--primary);
}

/*------------------------------------
    Sections
------------------------------------*/

.afc-wrapper {
    position: relative;
    min-height: 100vh;
}

/**
 * Section
 */

.afc-section {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-color: var(--base-0);
    -ms-overflow-style: none;
}

.afc-section::-webkit-scrollbar {
    display: none;
}

.afc-section .afc-section-wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.afc-section .afc-section-wrapper .afc-section-content {
    width: 100%;
    z-index: 2;
    min-height: 100%;
    padding: 4.5rem 0;
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
}

.afc-section .afc-section-wrapper .afc-section-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: no-repeat center center / cover;
}

/*------------------------------------
    Posts/Blog
------------------------------------*/

/**
 * Post
 */

.afc-post {
    overflow: hidden;
    position: relative;
}

.afc-post .afc-post-title {
    margin-bottom: 10px;
    transition: all 300ms;
}

.afc-post .afc-post-title i {
    font-size: 96%;
}

.afc-post .afc-post-title:hover {
    color: var(--primary);
}

.afc-post .afc-post-image {
    overflow: hidden;
    position: relative;
}

.afc-post .afc-post-image img {
    width: 100%;
}

.afc-post:hover .afc-post-image img {
    transform: scale(1, 1);
}


.afc-post .afc-post-content {
    position: relative;
}

.afc-post .afc-post-content a {
    display: inline-block;
}

.afc-post .afc-post-excerpt i {
    top: 1px;
    position: relative;
    margin-right: 3px;
}

.afc-post .afc-post-excerpt p {
    font-size: 12px;
    padding-top: 6px;
}

.afc-post .afc-post-excerpt .afc-post-excerpt_time {
    margin-right: 6px;
}

.afc-post .afc-post-excerpt .afc-post-excerpt_category a:hover,
.afc-post .afc-post-excerpt .afc-post-excerpt_category span:hover {
    color: var(--primary);
}

/**
 * Post style 1
 */

.afc-post.post-style-1 .afc-post-image {
    overflow: hidden;
    position: relative;
    padding-top: 60%;
    margin-right: 15px;
    background: no-repeat var(--primary) center center / cover;
}

.afc-post.post-style-1 .afc-post-image img {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    transform: scale(1.05, 1.05);
    transition: all 450ms;
}

.afc-post.post-style-1:hover .afc-post-image img {
    transform: scale(1, 1);
}

.afc-post.post-style-1 .afc-post-content {
    padding-left: 60px;
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.afc-post.post-style-1 .afc-post-content .afc-label {
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    position: absolute;
}

.afc-post.post-style-1 .afc-post-content .afc-label i {
    top: 10px;
    left: -6px;
    font-size: 31px;
}

.afc-post.post-style-1:after {
    top: 15px;
    left: 15px;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 3px;
    border: 1px solid var(--base-1);
    background-color: transparent;
}

.afc-post.post-style-1:hover:after {
    border-color: var(--primary);
}

/**
 * Post style 2
 */

.afc-post.post-style-2 {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.afc-post.post-style-2,
.afc-post.post-style-2 p {
    color: #666;
}

.afc-post.post-style-2 .afc-post-image {
    margin-bottom: 20px;
}

.afc-post.post-style-2 .afc-post-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 6px;
}

.afc-post.post-style-2 .afc-post-meta li {
    color: #666;
    font-size: 12px;
    display: inline-block;
    margin-right: 15px;
}

.afc-post.post-style-2 .afc-post-meta li i {
    position: relative;
    margin-right: 6px;
}

.afc-post.post-style-2 .afc-post-meta li a:hover {
    color: var(--primary);
}

@media (min-width: 1200px) {
    .layout-3.style-1 .afc-post .afc-post-excerpt p {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .layout-1 .afc-post .afc-post-title {
        font-size: 30px;
    }
}

/*------------------------------------
    Single Post
------------------------------------*/

.afc-single-post {
    overflow: hidden;
    position: relative;
}

.afc-single-post a:hover {
    color: var(--primary);
}

.afc-single-post .afc-single-post-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.afc-single-post .afc-single-post-image img {
    width: 100%;
    display: block;
}

.afc-single-post .afc-single-post-content > * {
    margin-bottom: 20px;
}

.afc-single-post .afc-single-post-content,
.afc-single-post .afc-single-post-content p:not(.wp-block-cover-text) {
    /*text-align: justify;*/
    color: #424242;
    font-weight: 400;
}

.afc-single-post .afc-single-post-content .afc-divider {
    margin-bottom: 55px;
}

.afc-single-post .afc-single-post-content .afc-single-post-meta {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.afc-single-post .afc-single-post-content .afc-single-post-meta li {
    display: inline-block;
    margin-right: 12px;
}

.afc-single-post .afc-single-post-content .afc-single-post-meta li i {
    top: 1px;
    position: relative;
}

.afc-single-post .afc-single-post-content .afc-single-post-title {
    line-height: 1.4;
    margin-bottom: 20px;
}

.afc-single-post .afc-single-post-content .afc-single-post-title i {
    margin-right: 9px;
}

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

.afc-single-post .afc-single-post-tags h5 {
    display: block;
    line-height: 1;
    margin-right: 20px;
    margin-bottom: 20px;
}

.afc-single-post .afc-single-post-tags a {
    height: 30px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 9px 12px;
    background-color: #eee;
    border-radius: 3px;
    margin-right: 9px;
    margin-bottom: 0;
}

.afc-single-post .afc-single-post-tags a:hover {
    color: #fff;
    background: var(--primary);
}

/*------------------------------------
    Pages
------------------------------------*/

.afc-page {
    overflow: hidden;
    position: relative;
}

.afc-page.afc-page-empty {
    padding-top: 0;
}

/**
 * Page Title
 */

.afc-page-title {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}

.afc-page-title .afc-divider-1 {
    text-align: center;
}

/**
 * Page Navigation
 */

.afc-page-navigation {
    font-weight: 500;
    margin-top: 60px;
}

.afc-page-navigation h5 {
    margin-bottom: 30px;
}

.afc-page-navigation .afc-page-navigation-separator {
    opacity: 0.1;
    margin: 0 1rem;
    color: var(--base-1);
}

/**
 * Page 404
 */

.afc-page-404 {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
}

.afc-page-404 h1 {
    color: var(--primary);
}

.afc-page-404 .afc-page-body {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*------------------------------------
    Swiper Carousel
------------------------------------*/

/**
 * Swiper Wrapper
 */

.afc-swiper-wrapper {
    margin-top: -45px;
    margin-bottom: -45px;
    padding-bottom: 45px;
}

/**
 * Swiper Carousel
 */
.swiper-container {
    padding-top: 45px;
    padding-bottom: 45px;
}

/**
 * Swiper Pagination
 */

.swiper-pagination {
    z-index: 30;
    bottom: -7px !important;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    cursor: pointer !important;
    opacity: 1 !important;
    margin: 0 4px !important;
    border: 1px solid var(--base-1);
    background-color: transparent !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary) !important;
}

/**
 * Custom Pagination
 */
.afc-swiper-pagination-style-2 {
    top: 85px !important;
    left: inherit !important;
    bottom: inherit !important;
    right: 25px !important;
    text-align: right !important;
}

/*------------------------------------
    Owl Carousel
------------------------------------*/

.owl-carousel .owl-nav .disabled {
    cursor: not-allowed;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
}

/**
* Carousel Style 1
*/
.afc-carousel-style-1 .owl-dots {
    top: 15px;
    left: 0;
    right: 0;
    position: relative;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}

.afc-carousel-style-1 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
    border: 1px solid var(--base-1);
}

.afc-carousel-style-1 .owl-dots .owl-dot.active {
    background-color: var(--primary) !important;
}

/**
* Carousel Style 2
*/
.afc-carousel-style-2 .owl-dots {
    top: 30px;
    right: 36px;
    text-align: center;
    position: absolute;
    margin: auto;
}

.afc-carousel-style-2 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
    border: 1px solid;
}

.afc-carousel-style-2 .owl-dots .owl-dot.active {
    background-color: var(--primary);
}

@media (max-width: 768px) {
    .afc-carousel-style-2 .owl-dots {
        top: 20px;
        right: 20px;
    }
}

/*------------------------------------
    Pagepiling
------------------------------------*/

.pp-easing {
    transition: all 1200ms cubic-bezier(0.55, 0.085, 0, 0.99);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}

#pp-nav.right {
    right: 30px;
}

#pp-nav li,
.pp-slidesNav li {
    width: 12px;
    height: 12px;
}

#pp-nav span,
.pp-slidesNav span {
    width: 10px;
    height: 10px;
}

#pp-nav span,
.pp-slidesNav span,
#pp-nav li .active span,
.pp-slidesNav .active span {
    opacity: 0.6;
    border-color: var(--base-1) !important;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    opacity: 1;
    border: 1px solid var(--base-1) !important;
    background-color: var(--primary) !important;
}

@media (max-width: 1024px) {
    #pp-nav.afc-right {
        right: 15px !important;
    }
}

@media (max-width: 992px) {
    #pp-nav.afc-right {
        right: 10px !important;
    }
}

@media (max-width: 768px) {
    #pp-nav.right {
        right: 0;
    }
}

/*------------------------------------
    Magnific Popup
------------------------------------*/
/*------------------------------------
    Preloader
------------------------------------*/

.afc-preloader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    background: var(--base-0);
}

.afc-preloader .afc-preloader-inner {
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
}

/**
* Preloader - Style 1
*/
.afc-preloader-1 {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.afc-preloader-1:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid var(--primary);
    border-color: var(--primary) transparent var(--primary) transparent;
    -webkit-animation: preloader-1 1.2s infinite;
    animation: preloader-1 1.2s infinite;
}

/**
* Preloader - Style 2
*/
.afc-preloader-2 {
    display: inline-block;
    transform: translateZ(1px);
}

.afc-preloader-2 > div {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    background: var(--primary);
    -webkit-animation: preloader-2 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: preloader-2 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

/**
* Preloader - Style 3
*/
.afc-preloader-3 {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.afc-preloader-3 div {
    transform-origin: 40px 40px;
    -webkit-animation: preloader-3 1.2s linear infinite;
    animation: preloader-3 1.2s linear infinite;
}

.afc-preloader-3 div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: var(--primary);
}

.afc-preloader-3 div:nth-child(1) {
    transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.afc-preloader-3 div:nth-child(2) {
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.afc-preloader-3 div:nth-child(3) {
    transform: rotate(60deg);
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.afc-preloader-3 div:nth-child(4) {
    transform: rotate(90deg);
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.afc-preloader-3 div:nth-child(5) {
    transform: rotate(120deg);
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.afc-preloader-3 div:nth-child(6) {
    transform: rotate(150deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.afc-preloader-3 div:nth-child(7) {
    transform: rotate(180deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.afc-preloader-3 div:nth-child(8) {
    transform: rotate(210deg);
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.afc-preloader-3 div:nth-child(9) {
    transform: rotate(240deg);
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.afc-preloader-3 div:nth-child(10) {
    transform: rotate(270deg);
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.afc-preloader-3 div:nth-child(11) {
    transform: rotate(300deg);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.afc-preloader-3 div:nth-child(12) {
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

/**
* Preloader - Style 4
*/
.afc-preloader-4 {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.afc-preloader-4:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid var(--primary);
    border-color: var(--primary) transparent var(--primary) transparent;
    -webkit-animation: preloader-4 1.2s linear infinite;
    animation: preloader-4 1.2s linear infinite;
}

/**
* Preloader - Style 5
*/
.afc-preloader-5 {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.afc-preloader-5 div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--primary);
    border-radius: 50%;
    -webkit-animation: preloader-5 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: preloader-5 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--primary) transparent transparent transparent;
}

.afc-preloader-5 div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.afc-preloader-5 div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.afc-preloader-5 div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

/**
* Preloader - Style 6
*/
.afc-preloader-6 {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.afc-preloader-6 div {
    -webkit-animation: preloader-6 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: preloader-6 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.afc-preloader-6 div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary);
    margin: -4px 0 0 -4px;
}

.afc-preloader-6 div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s;
}

.afc-preloader-6 div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.afc-preloader-6 div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s;
}

.afc-preloader-6 div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.afc-preloader-6 div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}

.afc-preloader-6 div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.afc-preloader-6 div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}

.afc-preloader-6 div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.afc-preloader-6 div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}

.afc-preloader-6 div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.afc-preloader-6 div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}

.afc-preloader-6 div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.afc-preloader-6 div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}

.afc-preloader-6 div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.afc-preloader-6 div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s;
}

.afc-preloader-6 div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

/*------------------------------------
    Comments
------------------------------------*/

.afc-comments-area h3 {
    line-height: 1;
    margin-bottom: 20px;
}

.afc-comments-area .afc-divider {
    margin-bottom: 75px;
}

/**
 * Comments
 */

.afc-comments {
    margin-bottom: var(--space);
}

.afc-comments p {
    color: #424242;
    font-weight: 400;
}

.afc-comments .children,
.afc-comments .afc-comments-list {
    list-style: none;
    padding: 0;
}

.afc-comments .children > li,
.afc-comments .afc-comments-list > li {
    display: block;
    margin-bottom: 45px;
}

.afc-comments .children {
    margin-top: 45px;
    padding-left: 30px;
}

.afc-comments .afc-comment-item {
    overflow: hidden;
    position: relative;
    padding-left: 115px;
}

.afc-comments .afc-comment-item .afc-comment-meta {
    top: 0;
    right: 0;
    font-size: 12px;
    position: absolute;
}

.afc-comments .afc-comment-item .afc-comment-avatar {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
}

.afc-comments .comment-respond {
    margin-top: 60px;
    margin-bottom: 60px;
}

.afc-comments .comment-reply-link svg {
    margin-right: 6px;
}

.afc-comments .afc-comment-form-title {
    position: relative;
}

.afc-comments .afc-comment-form-title svg {
    top: 3px;
    right: 0;
    position: absolute;
}

.afc-comments a:hover {
    color: var(--primary);
    fill: var(--primary);
}

/*------------------------------------
    Animations
------------------------------------*/
@-webkit-keyframes MoveUpDown {
    0%,
    100% {
        transform: translate(0, -2px);
    }
    50% {
        transform: translate(0, 2px);
    }
}

@keyframes MoveUpDown {
    0%,
    100% {
        transform: translate(0, -2px);
    }
    50% {
        transform: translate(0, 2px);
    }
}

@-webkit-keyframes zoom {
    0%,
    100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    0%,
    100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
}

@-webkit-keyframes preloader-1 {
    0% {
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

@keyframes preloader-1 {
    0% {
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

@-webkit-keyframes preloader-2 {
    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(1800deg);
        -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        transform: rotateY(3600deg);
    }
}

@keyframes preloader-2 {
    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(1800deg);
        -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        transform: rotateY(3600deg);
    }
}

@-webkit-keyframes preloader-3 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes preloader-3 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes preloader-4 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-4 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes preloader-5 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-5 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes preloader-6 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-6 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*------------------------------------
    Theme Style
------------------------------------*/

/**
 * Dark
 */

.afc-theme-dark #pp-nav span {
    border-color: var(--base-0) !important;
}

.afc-theme-dark .afc-header .afc-header-logo-dark {
    display: none !important;
}

.afc-theme-dark .afc-header .afc-header-logo-light {
    display: block !important;
}

.afc-theme-dark .afc-header .afc-header-menu-button span {
    background-color: var(--base-0);
}

/**
 * Light
 */

.afc-theme-light #pp-nav span {
    border-color: var(--base-1) !important;
}

.afc-theme-light .afc-header .afc-header-logo-light {
    display: none !important;
}

.afc-theme-light .afc-header .afc-header-logo-dark {
    display: block !important;
}

.afc-theme-light .afc-header .afc-header-menu-button span {
    background-color: var(--base-1);
}

.afc-page-body:after,
.afc-single-post-content:after {
    content: "";
    display: table;
    clear: both;
}