/* General */
* {
    outline: none;
    box-sizing: border-box;
}

main {
    position: relative;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

figure {
    margin-bottom: 0;
}

object {
    margin-bottom: -0.3125rem;
}

pre {
    overflow: auto;
    background-color: #f8f9fa;
    padding: 4px 10px;
    border: none;
    border-radius: 0;
    margin-top: 24px;
}

ol ul {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

.page-link button:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.5rem;
    font-weight: 500;
}

header>.bg-dark {
    background-color: #800020 !important;
}

footer>.bg-dark {
    background-color: #800020 !important;
}

footer>.bg-secondary {
    background-color: #9B111E !important;
}

.wrapper {
    font-size: 0.9375rem;
}

.cursors {
    cursor: pointer;
}

.full-nav {
    z-index: 20;
}

.card-title:last-child {
    margin-bottom: 0;
}

.card-body {
    padding: 0;
    padding-top: 1rem;
}

.post-type-icon {
    position: absolute;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 32px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 14px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
}

.heading-letter-spacing {
    letter-spacing: 1px;
}

.active>.page-link,
.page-link.active {
    color: #fff;
    background-color: #800020;
    border-color: #800020;
}

.page-link {
    color: #800020;
}

/* Color */
a {
    color: #800020;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--bs-body-color);
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a,
.h1>a,
.h2>a,
.h3>a,
.h4>a,
.h5>a,
.h6>a {
    color: var(--bs-body-color);
    -webkit-font-smoothing: antialiased;
}

h1>.btn a,
h2>.btn a,
h3>.btn a,
h4>.btn a,
h5>.btn a,
h6>.btn a,
.h1>.btn a,
.h2>.btn a,
.h3>.btn a,
.h4>.btn a,
.h5>.btn a,
.h6>.btn a {
    color: var(--bs-white);
}

h1>.btn a:hover,
h2>.btn a:hover,
h3>.btn a:hover,
h4>.btn a:hover,
h5>.btn a:hover,
h6>.btn a:hover,
.h1>.btn a:hover,
.h2>.btn a:hover,
.h3>.btn a:hover,
.h4>.btn a:hover,
.h5>.btn a:hover,
.h6>.btn a:hover {
    color: var(--bs-white);
}

/* Fonts */
.font-family h1,
.font-family h2,
.font-family h3,
.font-family h4,
.font-family h5,
.font-family h6,
.font-family .h1,
.font-family .h2,
.font-family .h3,
.font-family .h4,
.font-family .h5,
.font-family .h6 {
    font-family: "Roboto", Helvetica, sans-serif;
}

.font-family .navbar-nav,
.font-family .breaking-box,
.font-family .u-breadcrumb,
.font-family .title-comments .authors,
.font-family .prev-next-post a {
    font-family: "Roboto", Helvetica, sans-serif;
}

.fs-1 {
    font-size: 1.5rem !important;
}

.fs-2 {
    font-size: 1.375rem !important;
}

.fs-3 {
    font-size: 1.25rem !important;
}

.fs-4 {
    font-size: 1.125rem !important;
}

.fs-5 {
    font-size: 1rem !important;
}

.fs-6 {
    font-size: 0.875rem !important;
}

/* Negative Margin */
.mt-minus {
    margin-top: -2.5rem;
}

.mt-minus-sm {
    margin-top: -1rem;
}

.mt-minus-md {
    margin-top: -3rem;
}

.mt-minus-lg {
    margin-top: -6rem;
}

/* Lazyload Images */
.image-wrapper {
    /* background color if image is loading slow */
    background-color: #f8f9fa;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: linear-gradient(to left, #f8f9fa 0%, #ced4da 15%, #f8f9fa 40%, #f8f9fa 100%);
    background-size: 400% 700% !important;
    background-position: center center !important;
    -webkit-animation: AnimationSea 1.5s infinite linear forwards;
    animation: AnimationSea 1.5s infinite linear forwards;
}

@-webkit-keyframes AnimationSea {
    from {
        background-position: 100% 0;
    }

    to {
        background-position: 20% 0;
    }
}

@keyframes AnimationSea {
    from {
        background-position: 100% 0;
    }

    to {
        background-position: 20% 0;
    }
}

.image-single-wrapper {
    width: 100%;
    min-height: 18rem;
}

.lazy {
    width: 100%;
    transition: 500ms ease-in-out;
    opacity: 0;
}

.lazy.loaded {
    opacity: 1;
}

.hover-a:hover .image-wrapper {
    opacity: 0.9;
}

.loaders {
    opacity: 0.7;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 100px;
}

/* Main Nav */
.main-nav .nav-link {
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
    -webkit-font-smoothing: antialiased;
    padding: 1rem;
    color: #000;
}

.main-nav .active .nav-link {
    color: #800020;
}

.navbar-uppercase>li>a {
    text-transform: uppercase;
    font-weight: 700;
}

.main-nav .dropdown-menu {
    border-style: solid;
    border-width: 2px 0 0;
    border-color: var(--bs-primary);
}

.main-logo img {
    margin-top: 1.5rem;
    margin-bottom: 0;
    max-width: 22rem;
}

.mobile-logo {
    min-height: 20px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    max-height: 2rem;
}

.search-menu .form-src {
    position: relative;
    background: var(--bs-white);
}

.search-menu input[type=text] {
    position: absolute;
    transition: width 0.5s ease-in-out;
    width: 30px;
    border: 1px transparent solid;
    background: transparent;
}

.search-menu input[type=text]::-webkit-input-placeholder {
    color: transparent;
}

.search-menu input[type=text]::-moz-placeholder {
    color: transparent;
}

.search-menu input[type=text]:-ms-input-placeholder {
    color: transparent;
}

.search-menu input[type=text]::-ms-input-placeholder {
    color: transparent;
}

.search-menu input[type=text]::placeholder {
    color: transparent;
}

.search-menu input[type=text]:focus {
    width: 200px;
    background: var(--bs-white);
    border: var(--bs-border-color) 1px solid;
    border-radius: 2rem !important;
}

.search-menu input[type=text]:focus::-webkit-input-placeholder {
    color: var(--bs-body-color);
}

.search-menu input[type=text]:focus::-moz-placeholder {
    color: var(--bs-body-color);
}

.search-menu input[type=text]:focus:-ms-input-placeholder {
    color: var(--bs-body-color);
}

.search-menu input[type=text]:focus::-ms-input-placeholder {
    color: var(--bs-body-color);
}

.search-menu input[type=text]:focus::placeholder {
    color: var(--bs-body-color);
}

.search-menu .icones {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

@media (min-width: 992px) {
    .dropdown-menu {
        left: auto;
    }

    .dropdown-menu .dropdown-menu {
        left: 100%;
    }

    .showbacktop .logo-showbacktop {
        display: none;
    }

    .showbacktop .logo-showbacktop img {
        display: none;
    }

    .showbacktop.is-fixed {
        /* when the user scrolls down, we hide the header right above the viewport */
        width: 100%;
        top: -54px;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        background-color: rgba(255, 255, 255, 0.95) !important;
    }

    .showbacktop.is-fixed .logo-showbacktop img {
        display: none;
    }

    .showbacktop.is-visible {
        position: fixed;
        background: rgba(255, 255, 255, 0.95) !important;
        /* if the user changes the scrolling direction, we show the header */
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .showbacktop.is-visible .logo-showbacktop {
        display: block;
        height: 2.3rem;
    }

    .showbacktop.is-visible .logo-showbacktop img {
        max-width: 10rem;
        max-height: 2.3rem;
        margin-bottom: 0.5rem;
        margin-right: 1rem;
        display: block;
    }

    .boxed .showbacktop.is-visible,
    .framed .showbacktop.is-visible {
        width: 90%;
    }

    .showbacktop.bg-black.is-fixed,
    .showbacktop.bg-secondary.is-fixed,
    .showbacktop.bg-dark.is-fixed {
        background: rgba(0, 0, 0, 0.95) !important;
        border-color: #495057 !important;
    }

    .showbacktop.bg-black.is-visible,
    .showbacktop.bg-secondary.is-visible,
    .showbacktop.bg-dark.is-visible {
        background: rgba(0, 0, 0, 0.95) !important;
        border-color: #495057;
        top: -58px;
    }
}

@media (min-width: 1200px) {

    .boxed .showbacktop.is-visible,
    .framed .showbacktop.is-visible {
        width: 1200px;
    }
}

@media (max-width: 991.98px) {
    .main-nav {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .main-nav .nav-link {
        padding: 0.5rem;
    }

    .main-nav .dropdown-menu .menu-item-has-children .dropdown-menu {
        margin-left: 1rem;
    }

    /* No sticky mobile */
    .no-md-sticky {
        position: relative;
    }

    #wpadminbar {
        position: fixed !important;
    }

    .mobile-sticky.is-sticky {
        z-index: 1000;
        position: fixed;
        top: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .boxed .mobile-sticky.is-sticky,
    .framed .mobile-sticky.is-sticky {
        width: 90%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .logo-showbacktop {
        display: none !important;
    }
}

/* Sidenav */
.sidenav-menu .navbar-header,
.sidenav-menu .navbar-nav,
.sidenav-menu .navbar-nav>li {
    float: none;
}

.sidenav-menu {
    margin-bottom: 1rem;
}

.sidenav-menu a:after {
    font-size: inherit;
    text-rendering: auto;
    float: right;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    transition: all linear 0.25s;
}

.sidenav-menu .navbar {
    padding: 0;
}

.sidenav-menu .navbar-nav {
    width: 100%;
}

.sidenav-menu .navbar-nav .dropdown-toggle:after {
    float: right;
    margin-right: 0 !important;
}

.sidenav-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.sidenav-menu .dropdown a.show {
    color: var(--bs-primary);
}

.sidenav-menu li.show>a.dropdown-toggle {
    color: var(--bs-primary);
}

.sidenav-menu .dropdown-item:hover,
.sidenav-menu .dropdown-item:focus,
.sidenav-menu .dropdown-item:active {
    background: transparent;
    color: var(--bs-primary);
}

.sidenav-menu .dropdown-menu {
    padding-top: 0;
    padding-left: 0.875rem;
    border: 0;
    box-shadow: none;
    position: static;
    float: none;
    min-width: 0;
}

.sidenav-menu .dropdown-menu.show {
    border-left-width: 0 !important;
}

.sidenav-menu .dropdown-menu li a {
    white-space: normal;
}

.sidenav-menu .dropdown-submenu .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
}

.logo-sidenav {
    min-height: 4.5rem;
    text-align: center;
}

.logo-sidenav a::before {
    content: "";
    width: 5rem;
    height: 1px;
    background: var(--bs-primary);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2.5rem;
}

.sidenav-body-open {
    position: fixed;
    width: 100%;
    z-index: 1449;
}

.sidenav-body-open .back-menu-start {
    right: 0;
    left: 17.5rem;
}

.sidenav-body-open .back-menu-start span {
    display: block;
}

.sidenav-body-open .back-menu-end {
    left: 0;
    right: 17.5rem;
}

.sidenav-body-open .back-menu-end span {
    float: right;
    display: block;
    margin-left: auto;
}

.sidenav-body-open:before {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1410;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1400;
}

.sidenav-body-open .back-menu {
    position: fixed;
    visibility: visible;
    opacity: 1;
    text-decoration: none;
    top: 0;
    z-index: 1451;
    color: #fff;
    padding: 1rem;
    height: 100%;
    cursor: pointer;
}

.side-link .nav-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom: var(--bs-border-color) 1px solid;
}

.side-link .dropdown-item {
    border-bottom: var(--bs-border-color) 1px solid;
}

.menu-mobile {
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 0;
    height: 100%;
    overflow: auto;
    z-index: 1452;
}

.menu-mobile a {
    display: block;
    background: transparent;
    cursor: pointer;
    border: 0;
    font-size: 1.1rem;
    font-family: "Roboto";
    letter-spacing: 1px;
    padding: 0.75rem 1rem;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 2000;
}

.menu-mobile .card a {
    padding: 0;
}

.menu-mobile .mobile-copyright a {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: inherit;
}

/* Mobile Menu */
.push {
    transition: all 0.5s ease;
}

.push-start {
    width: 17.5rem;
    left: -17.5rem;
}

.push-start.push-open {
    left: 0;
}

.push-end {
    width: 17.5rem;
    right: -17.5rem;
}

.push-end.push-open {
    right: 0;
}

.back-menu {
    opacity: 0;
    visibility: hidden;
}

.back-menu span {
    display: none;
}

/* Breadcrumb */
.u-breadcrumb {
    color: #6c757d;
    background: transparent;
    font-size: 90%;
}

.u-breadcrumb a {
    color: #6c757d;
}

.u-breadcrumb .breadcrumb-item {
    font-family: "Roboto", sans-serif;
}

.u-breadcrumb .breadcrumb-item a {
    color: #6c757d;
}

.u-breadcrumb .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "»";
}

.u-breadcrumb .breadcrumb-item:first-child::before {
    display: none;
}

/* Hamburger */
.hamburger-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.hamburger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.hamburger-icon span:nth-child(1) {
    top: 0;
}

.hamburger-icon span:nth-child(2) {
    top: 0.6rem;
}

.hamburger-icon span:nth-child(3) {
    top: 0.6rem;
}

.hamburger-icon span:nth-child(4) {
    top: 1.2rem;
}

.hamburger-icon.open span:nth-child(1) {
    top: 0.5rem;
    width: 0;
    left: 50%;
}

.hamburger-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger-icon.open span:nth-child(4) {
    top: 1rem;
    width: 0;
    left: 50%;
}

.hamburger-dark span {
    background: #000;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-dark .hamburger-icon span {
    background: #fff;
}

.navbar-light .hamburger-icon span {
    background: #1b1b1b;
}

/* Carousel */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* Flickity Button */
.flickity-button {
    position: absolute;
    background: hsla(0deg, 0%, 100%, 0.75);
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}

.flickity-button-icon {
    fill: currentColor;
}

/* previous/next buttons */
.flickity-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    right: auto;
    left: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    left: auto;
    right: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* page dots */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.flickity-enabled.is-fade .flickity-slider>* {
    pointer-events: none;
    z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
    pointer-events: auto;
    z-index: 1;
}

.nav-dark-button .flickity-button {
    background: rgba(197, 198, 208, 0.7);
    color: #fff;
}

.nav-dark-button .flickity-button:hover {
    background: rgb(197, 198, 208);
}

.nav-primary-button .flickity-button {
    background: var(--bs-primary) !important;
    color: #fff;
}

.nav-primary-button .flickity-button:hover {
    background: var(--bs-primary) !important;
    color: #fff;
    opacity: 0.9;
}

.nav-primary-button .flickity-page-dots li {
    background: var(--bs-primary) !important;
}

.nav-primary-button .flickity-page-dots li.is-selected {
    background: var(--bs-primary) !important;
}

.nav-inset-button .flickity-button.previous {
    left: 1.5rem;
}

.nav-inset-button .flickity-button.next {
    right: 1.5rem;
}

.nav-inset-button .flickity-page-dots {
    bottom: 1.5rem;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 33%;
    top: 33%;
    width: 35%;
    height: 35%;
    opacity: 0.8;
}

.slider-item img {
    cursor: pointer;
}

.dot-in-content .flickity-page-dots {
    margin-bottom: 3rem;
}

.nav-light-dots .flickity-page-dots li {
    background-color: #f8f9fa;
}

.nav-light-dots .flickity-page-dots li.is-selected {
    background-color: #fff;
}

.hero-slider .flickity-button,
.hero-slider2 .flickity-button {
    opacity: 0;
    transition: all 1.2s ease;
}

.hero-slider:hover .flickity-button,
.hero-slider2:hover .flickity-button {
    opacity: 1;
    transition: all 1.2s ease;
}

.hero-slider .flickity-page-dots,
.hero-slider2 .flickity-page-dots {
    bottom: 2rem;
}

.nav-slider-hover .flickity-button,
.nav-hover-show .flickity-button {
    opacity: 0;
    transition: all 1.2s ease;
}

.nav-slider-hover:hover .flickity-button,
.nav-hover-show:hover .flickity-button {
    opacity: 1;
    transition: all 1.2s ease;
}

.flickity-rtl .reviews-one::before,
.flickity-rtl .reviews-two::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.flickity-rtl .reviews-four::after,
.flickity-rtl .reviews-five::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-hidden .flickity-button {
    opacity: 0;
}

.nav-dots-top-right .flickity-page-dots {
    bottom: auto;
    top: 1rem;
    right: 1rem;
    text-align: right;
}

.light-dots .dot {
    background: #f8f9fa;
    opacity: 0.75;
}

.light-dots .dot.is-selected {
    background: var(--bs-primary);
}

.box-carousel .flickity-button-icon {
    width: 20%;
}

.box-carousel .flickity-button {
    background: transparent;
}

.box-carousel .flickity-button:hover {
    background: transparent;
}

.box-carousel .flickity-button.previous {
    left: auto;
    right: 2rem;
}

.box-carousel .flickity-button.next {
    right: 0;
}

/* Footer */
.footer-logo {
    max-width: 80%;
}

.footer-page-list li {
    display: inline;
    margin-right: 1rem;
}

.copyright-text {
    margin-bottom: 0;
}

.top-menu,
.footer-copyright {
    font-size: 0.875rem;
}

/* Widget */
.widget {
    position: relative;
    clear: both;
    margin-bottom: 1.5rem;
}

.widget-title {
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.widget ul,
.widget ol {
    padding-left: 0;
    list-style: none;
}

.widget ul li,
.widget ol li {
    margin-bottom: 0.5rem;
}

.widget ul li a,
.widget ol li a {
    color: var(--bs-body-color);
}

.widget ul li a.url,
.widget ol li a.url {
    color: var(--bs-link-color);
    font-style: italic;
}

.widget ul li a:hover,
.widget ol li a:hover {
    color: var(--bs-link-color);
}

.widget ul li a.active:hover,
.widget ol li a.active:hover {
    color: var(--bs-white);
}

.widget ul.no-mb li,
.widget ol.no-mb li {
    margin-bottom: -1px;
}

.widget ul.custom-category li,
.widget ol.custom-category li {
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .footer-copyright .navbar {
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .footer-copyright .navbar .navbar-nav {
        margin-left: inherit !important;
    }

    .footer-copyright .navbar .navbar-nav.footer-nav {
        width: 100%;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        margin-bottom: 1rem;
    }

    .footer-copyright .navbar .navbar-nav.footer-nav li a {
        width: 100%;
        padding: 15px 0;
        border-bottom: rgba(255, 255, 255, 0.12) 1px solid;
    }

    .footer-copyright .navbar .navbar-nav.footer-nav li a:hover {
        color: var(--bs-white);
    }

    .footer-copyright .navbar .navbar-nav.footer-nav-right {
        margin-bottom: 5px;
    }

    .footer-light .footer-copyright .navbar .navbar-nav.footer-nav li a {
        border-color: #ced4da !important;
    }
}

/* block-title */
.block-title {
    position: relative;
    margin-bottom: 1.5rem;
}

.block-title h1 span,
.block-title .h1 span,
.block-title h2 span,
.block-title .h2 span,
.block-title h3 span,
.block-title .h3 span,
.block-title h4 span,
.block-title .h4 span,
.block-title h5 span,
.block-title .h5 span,
.block-title h6 span,
.block-title .h6 span {
    padding-left: 1rem;
    border-left: #CA3433 5px solid !important;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    display: block;
    position: relative;
}

.block-title .bg-secondary {
    background-color: #800020 !important;
}

.block-title .title-box-dot {
    float: left;
    margin-top: -0.7rem;
    margin-right: 1rem;
}

.dot-line {
    background: url(../img/dot.png);
    height: 12px;
    overflow: hidden;
    margin-top: 0;
}

/* Hover */
.hover-show {
    opacity: 0;
}

.hover-a:hover a.h1,
.hover-a:hover a.h2,
.hover-a:hover a.h3,
.hover-a:hover a.h4,
.hover-a:hover a.h5,
.hover-a:hover a.h6 {
    color: #800020;
}

.hover-a:hover h1>a,
.hover-a:hover h2>a,
.hover-a:hover h3>a,
.hover-a:hover h4>a,
.hover-a:hover h5>a,
.hover-a:hover h6>a,
.hover-a:hover .h1>a,
.hover-a:hover .h2>a,
.hover-a:hover .h3>a,
.hover-a:hover .h4>a,
.hover-a:hover .h5>a,
.hover-a:hover .h6>a,
.hover-a:hover p>a {
    color: #800020;
}

.hover-a:hover .bg-full-shadow {
    opacity: 0.5;
}

.hover-a:hover .hover-block,
.hover-a:hover .hover-show,
.hover-a:hover .caret-up img,
.hover-a:hover .caret-down img,
.hover-a:hover .caret-left img,
.hover-a:hover .caret-right img,
.hover-a:hover img.card-avatar,
.hover-a:hover .fa-stack-sea {
    opacity: 1;
}

.hover-a:hover .hover-hide {
    opacity: 0;
}

.hover-a li:hover a {
    color: #800020;
}

.hover-a li:hover a.h6 {
    color: #800020;
}

.hover-zoomin img {
    opacity: 1;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.hover-zoomin:hover img {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.fa-stack-sea {
    opacity: 0.7;
    background-color: var(--bs-white);
    border: #800020 3px solid;
    border-radius: 3rem;
    display: inline-block;
    height: 2.5em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-sea.stack-2x {
    padding: 0.8rem;
    height: 4rem;
    width: 4rem;
}

.hover-block {
    opacity: 0;
}

a:hover {
    color: #800020;
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover,
.h1>a:hover,
.h2>a:hover,
.h3>a:hover,
.h4>a:hover,
.h5>a:hover,
.h6>a:hover {
    color: #800020;
}

.hover-link li a:hover {
    background-color: #f8f9fa;
}

.cursor-pointer {
    cursor: pointer;
}

/* Background Shadow */
.bg-shadow {
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
}

.bg-lg-shadow {
    background: linear-gradient(to bottom, rgba(16, 11, 11, 0) 0%, rgba(0, 0, 0, 0.67) 49%, rgba(19, 19, 19, 0.88) 100%);
}

.bg-shadow-two {
    background: rgba(53, 53, 53, 0.75);
}

.bg-full-shadow {
    position: absolute;
    background: var(--bs-black);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    z-index: 2;
}

/* Zoom */
.overflow {
    position: relative;
    overflow: hidden;
}

.overflow img {
    position: relative;
    display: block;
}

.overflow video {
    position: relative;
    display: block;
}

.zoom img {
    transition: all 0.2s linear;
}

.zoom video {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.zoom:hover video {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Typograpy */
.h1 {
    font-size: 1.5rem;
}

.h2 {
    font-size: 1.375rem;
}

.h3 {
    font-size: 1.25rem;
}

.h4 {
    font-size: 1.125rem;
}

.h5 {
    font-size: 1rem;
}

.h6 {
    font-size: 0.875rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 576px) {
    .h1-sm {
        font-size: 1.5rem;
    }

    .h2-sm {
        font-size: 1.375rem;
    }

    .h3-sm {
        font-size: 1.25rem;
    }

    .h4-sm {
        font-size: 1.125rem;
    }

    .h5-sm {
        font-size: 1rem;
    }

    .h6-sm {
        font-size: 0.875rem;
    }

    .lead-sm {
        font-size: 1.25rem;
        font-weight: 300;
    }

    .display-1-sm {
        font-size: 3.6rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-2-sm {
        font-size: 2.4rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-3-sm {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4-sm {
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .h1-md {
        font-size: 1.5rem;
    }

    .h2-md {
        font-size: 1.375rem;
    }

    .h3-md {
        font-size: 1.25rem;
    }

    .h4-md {
        font-size: 1.125rem;
    }

    .h5-md {
        font-size: 1rem;
    }

    .h6-md {
        font-size: 0.875rem;
    }

    .lead-md {
        font-size: 1.25rem;
        font-weight: 300;
    }

    .display-1-md {
        font-size: 3.6rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-2-md {
        font-size: 2.4rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-3-md {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4-md {
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .h1-lg {
        font-size: 1.5rem;
    }

    .h2-lg {
        font-size: 1.375rem;
    }

    .h3-lg {
        font-size: 1.25rem;
    }

    .h4-lg {
        font-size: 1.125rem;
    }

    .h5-lg {
        font-size: 1rem;
    }

    .h6-lg {
        font-size: 0.875rem;
    }

    .lead-lg {
        font-size: 1.25rem;
        font-weight: 300;
    }

    .display-1-lg {
        font-size: 3.6rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-2-lg {
        font-size: 2.4rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-3-lg {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4-lg {
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {
    .h1-xl {
        font-size: 1.5rem;
    }

    .h2-xl {
        font-size: 1.375rem;
    }

    .h3-xl {
        font-size: 1.25rem;
    }

    .h4-xl {
        font-size: 1.125rem;
    }

    .h5-xl {
        font-size: 1rem;
    }

    .h6-xl {
        font-size: 0.875rem;
    }

    .lead-xl {
        font-size: 1.25rem;
        font-weight: 300;
    }

    .display-1-xl {
        font-size: 3.6rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-2-xl {
        font-size: 2.4rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-3-xl {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4-xl {
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

/* Post page */
.post-content {
    --bs-post-color: var(--bs-gray-700);
    font-family: Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    -webkit-font-smoothing: antialiased;
}

.post-content h1,
.post-content .h1,
.post-content h2,
.post-content .h2,
.post-content h3,
.post-content .h3,
.post-content h4,
.post-content .h4,
.post-content h5,
.post-content .h5,
.post-content h6,
.post-content .h6 {
    margin-bottom: 1rem;
}

.post-content p {
    color: var(--bs-post-color);
}

.post-content .align-start,
.post-content img.align-start,
.post-content .alignleft {
    float: left;
    margin-right: 1.2rem;
    margin-top: 4px;
}

.post-content .align-end,
.post-content img.align-end,
.post-content .alignright {
    float: right;
    margin-left: 1.2rem;
    margin-top: 4px;
}

.post-content .align-center,
.post-content img.align-center,
.post-content .aligncenter {
    text-align: center;
}

.post-content .align-center figcaption,
.post-content img.align-center figcaption,
.post-content .aligncenter figcaption {
    text-align: center;
}

.post-content ul,
.post-content ol {
    color: var(--bs-post-color);
}

.post-content ul li,
.post-content ol li {
    margin-left: 0;
    line-height: 24px;
}

.post-content img {
    max-width: 100%;
    height: auto;
}

.post-content .wp-block-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
}

.post-content .wp-block-embed.is-type-video {
    overflow: hidden;
}

.type-page {
    margin-bottom: 3rem;
}

.post-content figure {
    margin-bottom: 1rem;
}

.post-content figure .b-lazy {
    width: inherit;
}

.post-content figure figcaption {
    font-family: Verdana, sans-serif;
    text-align: center;
    font-size: 0.875em;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2rem;
    color: #6c757d;
    padding: 10px;
}

.post-title {
    letter-spacing: -0.1px;
    font-weight: 700;
}

.post-title h1,
.post-title .h1 {
    font-weight: 500;
}

.tags-links a {
    padding: 0rem 0.5rem;
    display: inline-block;
    border: var(--bs-border-color) 1px solid;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: inherit;
    line-height: inherit;
}

.tags-links a:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

.tagcloud a:before {
    content: "#";
}

.tagcloud li {
    display: inline;
}

/* Back to top */
.back-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.back-top.backtop-is-visible {
    transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 99;
    visibility: visible;
    opacity: 1;
}

.back-top.backtop-fade-out {
    transition: opacity 0.3s 0s, visibility 0s 0s;
    opacity: 0.5;
}

.no-touch .back-top:hover {
    transition: opacity 0.3s 0s, visibility 0s 0s;
    background-color: var(--bs-primary);
    opacity: 1;
}

/* Social color */
.text-facebook {
    color: #3b5898 !important;
}

.hover-facebook-text:hover i {
    color: #3b5898 !important;
}

.hover-facebook a:hover i {
    color: #3b5898 !important;
}

.bg-facebook,
.btn-facebook {
    background-color: #3b5898 !important;
    color: var(--bs-white);
}

.text-twitter {
    color: #3992d6 !important;
}

.hover-twitter-text:hover i {
    color: #3992d6 !important;
}

.hover-twitter a:hover i {
    color: #3992d6 !important;
}

.bg-twitter,
.btn-twitter {
    background-color: #3992d6 !important;
    color: var(--bs-white);
}

.text-instagram {
    color: #6d48cb !important;
}

.hover-instagram-text:hover i {
    color: #6d48cb !important;
}

.hover-instagram a:hover i {
    color: #6d48cb !important;
}

.bg-instagram,
.btn-instagram {
    background-color: #6d48cb !important;
    color: var(--bs-white);
}

.text-youtube {
    color: #e02a21 !important;
}

.hover-youtube-text:hover i {
    color: #e02a21 !important;
}

.hover-youtube a:hover i {
    color: #e02a21 !important;
}

.bg-youtube,
.btn-youtube {
    background-color: #e02a21 !important;
    color: var(--bs-white);
}

.text-vimeo {
    color: #129cf1 !important;
}

.hover-vimeo-text:hover i {
    color: #129cf1 !important;
}

.hover-vimeo a:hover i {
    color: #129cf1 !important;
}

.bg-vimeo,
.btn-vimeo {
    background-color: #129cf1 !important;
    color: var(--bs-white);
}

.text-envelope {
    color: #f2610b !important;
}

.hover-envelope-text:hover i {
    color: #f2610b !important;
}

.hover-envelope a:hover i {
    color: #f2610b !important;
}

.bg-envelope,
.btn-envelope {
    background-color: #f2610b !important;
    color: var(--bs-white);
}

.text-linkedin {
    color: #3371b7 !important;
}

.hover-linkedin-text:hover i {
    color: #3371b7 !important;
}

.hover-linkedin a:hover i {
    color: #3371b7 !important;
}

.bg-linkedin,
.btn-linkedin {
    background-color: #3371b7 !important;
    color: var(--bs-white);
}

.text-telegram {
    color: #075c8d !important;
}

.hover-telegram-text:hover i {
    color: #075c8d !important;
}

.hover-telegram a:hover i {
    color: #075c8d !important;
}

.bg-telegram,
.btn-telegram {
    background-color: #075c8d !important;
    color: var(--bs-white);
}

.text-pinterest {
    color: #c9261a !important;
}

.hover-pinterest-text:hover i {
    color: #c9261a !important;
}

.hover-pinterest a:hover i {
    color: #c9261a !important;
}

.bg-pinterest,
.btn-pinterest {
    background-color: #c9261a !important;
    color: var(--bs-white);
}

.text-vk {
    color: #5a7fa6 !important;
}

.hover-vk-text:hover i {
    color: #5a7fa6 !important;
}

.hover-vk a:hover i {
    color: #5a7fa6 !important;
}

.bg-vk,
.btn-vk {
    background-color: #5a7fa6 !important;
    color: var(--bs-white);
}

.btn-social:hover {
    opacity: 0.9;
}

.btn-social:focus {
    opacity: 0.9;
}

/* Space */
/*top*/
.t-0 {
    top: 0;
}

.t-1 {
    top: 1rem;
}

.t-2 {
    top: 2rem;
}

.t-3 {
    top: 3rem;
}

.t-4 {
    top: 4rem;
}

/*bottom*/
.b-0 {
    bottom: 0;
}

.b-1 {
    bottom: 1rem;
}

.b-2 {
    bottom: 2rem;
}

.b-3 {
    bottom: 3rem;
}

.b-4 {
    bottom: 4rem;
}

/*right*/
.r-0 {
    right: 0;
}

.r-1 {
    right: 1rem;
}

.r-2 {
    right: 2rem;
}

.r-3 {
    right: 3rem;
}

.r-4 {
    right: 4rem;
}

/*left*/
.l-0 {
    left: 0rem;
}

.l-1 {
    left: 1rem;
}

.l-2 {
    left: 2rem;
}

.l-3 {
    left: 3rem;
}

.l-4 {
    left: 4rem;
}

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

/* Space Percent */
/*top*/
.top-1 {
    top: 10%;
}

.top-2 {
    top: 20%;
}

.top-3 {
    top: 30%;
}

.top-4 {
    top: 40%;
}

.top-5 {
    top: 50%;
}

/*bottom*/
.bottom-1 {
    bottom: 10%;
}

.bottom-2 {
    bottom: 20%;
}

.bottom-3 {
    bottom: 30%;
}

.bottom-4 {
    bottom: 40%;
}

.bottom-5 {
    bottom: 50%;
}

/*right*/
.right-1 {
    right: 10%;
}

.right-2 {
    right: 20%;
}

.right-3 {
    right: 30%;
}

.right-4 {
    right: 40%;
}

.right-5 {
    right: 50%;
}

/*left*/
.left-1 {
    left: 10%;
}

.left-2 {
    left: 20%;
}

.left-3 {
    left: 30%;
}

.left-4 {
    left: 40%;
}

.left-5 {
    left: 50%;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1170px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}