@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url(../fontawesome/webfonts/fa-solid-900.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
:root {
    --color-primary: #b22222;
}
body {
    font-family: "Outfit", sans-serif!important;
    margin: 0;
    background: #fff;
    color: #111;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.post-content li, .single-post-page .post-content p, .terms-page p {
    color: #5d6273;
    font-family: 'Alatsi';
    font-size: 16px;
}
.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 500px;
    object-fit: cover;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex-grow: 1;
}
*, *::before, *::after {
    box-sizing: border-box;
}
@media only screen and (min-width:992px) {
    .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%}
.col-lg-3 {
    flex: 0 0 auto;
    width: 25%}
.col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%}
.col-lg-9 {
    flex: 0 0 auto;
    width: 75%}
}.site-header, .site-footer {
    background: #000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.site-footer h5 {
    margin-top: 0;
}
.logo a {
    color: #fff;
    text-decoration: none;
    font-size: 2em;
}
.main-nav ul {
    list-style: none;
    padding: 0;
}
.main-nav li {
    display: inline-block;
    margin-right: 15px;
}
.main-nav a {
    color: #fff;
    text-decoration: none;
}
.post {
    margin-bottom: 40px;
}
.post h2 a {
    text-decoration: none;
    color: #000;
}
.site-header {
    background-color: #fff;
    padding: 0 0;
    border-bottom: 1px solid #ccc;
}
.site-header .header-top-row {
    padding: 15px 0;
    background-color: #000;
}
.header-social i {
    padding: 5px;
    background-color: #fff;
    color: #000;
    border-radius: 3px;
    margin-right: 3px;
}
.header-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}
.header-logo {
    text-align: left;
}
.header-logo img {
    max-height: 36px;
    max-width: 300px;
    height: auto;
}
.header-menu {
    text-align: center;
}
.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
    justify-content: center;
}
.nav-menu ul {
    margin-bottom: 0;
}
.nav-menu li {
    display: inline-block;
}
.nav-menu a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s ease;
}
.nav-menu a:hover {
    color: #888;
}
.contact-button {
    background-color: var(--color-primary);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
    transition: background 0.3s ease;
}
.contact-button:hover {
    background-color: #444;
}
.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 35px;
    justify-content: center;
    align-items: center;
}
.nav-menu li {
    position: relative;
}
.nav-menu>li {
    display: inline-block;
}
.nav-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    padding: 10px 0;
    display: inline-block;
    transition: color 0.3s ease;
}
.nav-menu a:hover {
    color: var(--color-primary);
}
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / .13);
    list-style: none;
    padding: 10px 0;
    z-index: 999;
    min-width: 180px;
    text-align: left;
    border-radius: 5px;
}
.sub-menu li {
    display: block;
    width: 100%;
    white-space: nowrap;
}
.sub-menu a {
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
    display: block;
    font-size: 15px;
}
.sub-menu a:hover {
    background-color: #f7f7f7;
    color: var(--color-primary);
}
.nav-menu li:hover>.sub-menu {
    display: block;
}
.menu-item-has-children>a:after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    margin-left: 8px;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    width: 15px;
    line-height: 1;
}
.section-featured-posts {
    margin-bottom: 40px;
}
.featured-post-large {
    text-align: center;
}
.featured-post-large img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
.featured-post-large .post-meta {
    margin: 10px 0;
    justify-content: center;
}
.featured-post-large .author-date {
    font-size: .9rem;
    color: var(--color-primary);
    display: flex;
    align-items: center;
}
.featured-post-large .post-title {
    font-size: 40px;
    margin: 15px 0 10px;
}
.featured-post-large .post-excerpt {
    color: #555;
    font-size: 1rem;
    max-width: 700px;
    margin: 0 auto;
}
.featured-post-large .excerpt-wrap {
    padding: 20px;
}
.featured-posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.featured-post-small {
    flex: 1;
    min-width: 250px;
    text-align: center;
}
.featured-post-small img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.featured-post-small .featured-image {
    margin-bottom: 15px;
    display: block;
}
.featured-post-small .date {
    font-size: .85rem;
    color: #590101;
    margin-top: 5px;
}
.featured-post-small .post-title {
    font-size: 1.1rem;
    margin: 10px 0 5px;
}
.featured-post-small .post-excerpt {
    color: #555;
    font-size: .95rem;
}
.section-featured-posts h2 a, .section-featured-posts h3 a {
    color: #000;
    text-decoration: none;
}
.section-featured-posts .post-title {
    font-weight: 700;
}
.section-featured-posts .post-title a {
    display: inline!important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    -o-transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.section-featured-posts .post-title a:hover {
    background-size: 100% 100%}
.custom-post-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
.post-featured-top {
    position: relative;
    text-align: left;
}
.post-featured-image {
    position: relative;
}
.post-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.featured-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #111;
    color: #fff;
    padding: 5px 12px;
    font-size: .85rem;
    border-radius: 4px;
}
.post-featured-top .post-info {
    margin-top: 15px;
}
.post-featured-top .post-date {
    color: #333;
    font-size: .9rem;
}
.post-featured-top .post-title {
    font-size: 18px;
    margin: 8px 0 0;
    font-weight: 700;
}
.custom-post-list .post-title a {
    color: #000;
    text-decoration: none;
}
.custom-post-list .post-title a {
    display: inline!important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    -o-transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.custom-post-list .post-title a:hover {
    background-size: 100% 100%}
.post-list-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.post-list-left {
    flex: 1 1 60%}
.post-list-left .post-category {
    font-size: .85rem;
    font-weight: 700;
    color: #444;
}
.post-list-left .post-title {
    font-size: 17px;
    margin: 6px 0;
    font-weight: 700;
}
.post-list-left .post-date {
    font-size: .85rem;
    color: #333;
}
.post-list-right {
    flex: 1 1 34%;
    text-align: right;
}
.post-list-right img {
    max-width: 100%;
    border-radius: 6px;
    height: auto;
}
.category-section-wrapper {
    display: flex;
    flex-direction: column;
}
.category-block {
    padding-bottom: 30px;
}
.category-title {
    font-size: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.category-title:after {
    display: inline-flex;
    flex-grow: 1;
    content: '';
    border-bottom: 1px solid var(--color-primary);
}
.category-title span {
    border-style: solid;
    border-width: 3px 1px 1px 1px;
    border-color: var(--color-primary);
    padding: 5px 20px 5px 20px;
}
.category-posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.category-post {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    align-items: center;
}
.post-image img {
    width: 300px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}
.post-content {
    flex: 1;
}
.post-date {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}
.category-section-wrapper .post-title {
    font-size: 25px;
    margin: 0 0 8px;
    font-weight: 700;
}
.post-title a {
    text-decoration: none;
    color: #000;
}
.post-excerpt {
    font-size: 16px;
    color: #444;
}
.social-media-box {
    font-family: Arial, sans-serif;
}
.social-media-box h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}
.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.social-list .icon {
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    margin-right: 15px;
}
.facebook .icon {
    background-color: #3b5998;
}
.instagram .icon {
    background-color: #e4405f;
}
.twitter .icon {
    background-color: #1da1f2;
}
.youtube .icon {
    background-color: red;
}
.social-list .info {
    flex: 1;
    font-size: 15px;
}
.social-list .info strong {
    font-weight: 700;
}
.social-list .action {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.custom-post-list .post-list-item {
    display: flex;
    align-items: flex-start;
}
.post-list-item .post-image img {
    width: 155px;
    height: 110px;
    object-fit: cover;
    border-radius: 4px;
}
.post-content {
    flex: 1;
}
.post-content .post-date {
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
    display: block;
}
.custom-post-list .post-content .post-title {
    font-size: 16px;
    margin: 5px 0;
}
.post-content .post-title a {
    color: #000;
    text-decoration: none;
}
.custom-post-list .post-content .post-excerpt {
    font-size: 14px;
    color: #555;
}
.action {
    cursor: pointer;
}
.custom-posts-layout {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
.left-post {
    flex: 2;
}
.right-posts {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.bottom-right-row {
    display: flex;
    gap: 0;
    min-height: 50%}
.post-box {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 20px;
    border-radius: 0;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.post-box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: #fff0;
    background-image: linear-gradient(180deg, #fff0 0%, #00000085 71%);
}
.post-box.large {
    min-height: 450px;
}
.post-box.top-right {
    min-height: 50%}
.post-box.small {
    flex: 1;
}
.post-box .badge {
    background-color: #3b82f6;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
    width: 80px;
    z-index: 1;
}
.post-box h2, .post-box h3, .post-box h4 {
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.3;
    z-index: 1;
}
.post-box h2 {
    font-size: 24px;
}
.post-box h3 {
    font-size: 18px;
}
.post-box h4 {
    font-size: 15px;
}
.post-box .meta {
    font-size: 13px;
    opacity: .9;
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 1;
}
.post-box .meta i {
    margin-right: 5px;
}
.section-3.black {
    background-color: #000;
    padding: 80px 0;
    margin: 40px 0 60px 0;
}
.black .category-title {
    color: #fff;
    margin-top: 0;
}
.black .category-title span, .black .category-title:after {
    border-color: #fff;
}
.footer-mail {
    color: var(--color-primary);
    text-decoration: none;
    margin-top: 15px;
    display: block;
}
.footer-mail:hover {
    color: #fff;
    text-decoration: none;
}
.main-sec {
    padding: 0 0 60px;
}
.home .main-content {
    padding-bottom: 0px!important;
}
.tabs-nav {
    display: flex;
    gap: 50px;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    cursor: pointer;
    border-bottom: 1px solid #dee2e6;
}
.tabs-nav li {
    font-size: 18px;
    color: #8A8B90;
    background: none;
    padding: 0;
    border: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
}
.tabs-nav li.active {
    color: var(--color-primary);
    background: none;
    border-bottom: 1px solid var(--color-primary);
}
.tabs-content .tab-content {
    display: none;
}
.tabs-content .tab-content.active {
    display: block;
}
.tab-post {
    margin-bottom: 20px;
}
.tab-post img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.tab-post h4 {
    margin-top: 10px;
}
.list-post {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}
.list-post-thumb img {
    width: 120px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
.list-post-content h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 500;
}
.post-meta {
    font-size: .9rem;
    color: #777;
}
.sidebar .tabs-wrapper {
    background-color: var(--color-white);
    padding: 30px;
    box-shadow: 0 7px 24px rgb(0 0 0 / .07);
    border-radius: 5px;
}
.latest-post-sec {
    padding-right: 30px;
}
.list-post-content h4 a {
    text-decoration: none;
    color: #000;
    line-height: 1.3;
}
.latest-post-sec .list-post-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;
}
.three-posts-sec .latest-post-sec .list-post-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
}
.latest-post-sec .list-post-thumb img {
    width: 180px;
    height: 130px;
    object-fit: cover;
    border-radius: 5px;
}
.section-title-latest-posts {
    font-size: 22px;
    color: #000;
    background: none;
    padding: 0;
    text-transform: capitalize;
    font-weight: 500;
    border-bottom: 1px solid #dee2e6;
}
.section-title-latest-posts span {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-primary);
    display: inline-block;
}
.three-tab .tabs-wrapper {
    padding-left: 50px;
}
.list-post-content h4 a {
    display: inline!important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    -o-transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list-post-content h4 a:hover {
    background-size: 100% 100%}
.top-post-meta span i {
    color: var(--color-primary);
}
.top-post-meta span img, .post-meta span img {
    width: auto;
    border-radius: 50%;
    margin-right: 10px;
}
.top-post-meta, .post-meta {
    display: flex;
    align-items: center;
}
.top-post-meta span:first-child, .post-meta span:first-child {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}
.top-post-meta span:last-child, .post-meta span:last-child {
    margin-left: 10px;
}
.latest-post-sec .post-meta span {
    margin: 0px!important;
}
.latest-post-sec .post-meta span {
    display: inline-block;
}
.list-category {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    margin-bottom: 5px;
}
.list-post-thumb {
    position: relative;
}
.thumb-category {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--color-primary);
    color: #fff;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 3px;
    z-index: 2;
}
.three-posts-sec {
    padding: 50px 0 0;
}
.hamburger {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}
.home-featured-post {
    height: 350px;
    display: flex;
    align-items: flex-end;
    position: relative;
    transition: background-size 0.5s ease;
    border-radius: 5px;
}
.home-featured-post .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 0.5s ease;
}
.home-featured-post:hover .bg-image {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
.home-featured-post:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #fff0 0%, rgb(0 0 0 / .8) 100%);
    z-index: 2;
}
.home-featured-post .overlay {
    padding: 25px;
    z-index: 3;
    width: 100%}
.home-featured-post .top-post-category {
    padding: 5px 10px;
    background-color: var(--color-primary);
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    display: inline-block;
}
.home-featured-post .top-post-title {
    display: block;
    margin-bottom: 15px;
}
.home-featured-post .top-post-title a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}
.home-featured-post .top-post-title a {
    display: inline!important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    -o-transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.home-featured-post .top-post-title a:hover {
    background-size: 100% 100%}
.home-featured-post .top-post-meta {
    color: #fff;
    font-weight: 500;
}
.home-featured-post {
    position: relative;
    overflow: hidden;
}
.two-post-mid {
    margin-bottom: 15px;
}
.three-posts-sec .latest-post-sec {
    padding-right: 0;
}
.two-posts .list-post {
    margin-bottom: 40px;
}
.brand {
    background-color: #F8F8F8;
    padding: 55px 0;
    margin-top: 60px;
}
.brand img {
    height: 60px;
    object-fit: contain;
    max-width: 100%}
.brand .row div {
    padding: 0 35px;
}
.site-footer .bottom-footer p {
    text-align: center;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
}
.site-footer .bottom-footer p a {
    color: var(--color-primary);
}
.top-footer {
    padding: 50px 0;
}
.top-footer {
    text-align: left;
}
.pl-50 {
    padding-left: 50px!important;
}
.top-footer p {
    color: #949392;
    margin-top: 25px;
}
.top-footer ul {
    padding-left: 0;
}
.top-footer ul li {
    list-style: none;
}
.top-footer ul a {
    color: #929292;
    text-decoration: none;
    margin: 7px 0;
    display: block;
    transition: all 0.3s linear;
}
.top-footer ul a:hover {
    color: #fff;
    transition: all 0.3s linear;
}
.top-footer h5 {
    margin-bottom: 25px;
}
.top-footer ul a:before {
    content: '';
    background-color: #929292;
    height: 5px;
    width: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
    border-radius: 100%;
    transition: all 0.3s linear;
}
.top-footer ul a:hover:before {
    background-color: var(--color-primary);
    transition: all 0.3s linear;
}
.cat-page .post {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}
.cat-page .post-thumb {
    position: relative;
    flex: 0 0 40%;
    max-width: 300px;
}
.cat-page .thumb-category {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--color-primary);
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px;
    z-index: 2;
}
.cat-page .post-thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}
.cat-page .post-content {
    flex: 1;
}
.cat-page .post-content .excerpt {
    text-transform: capitalize;
    color: #5D6273;
}
.cat-page .post-content h2 {
    margin: 0 0 10px;
    font-size: 22px;
}
.cat-page .post-meta {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}
.cat-page .post-meta i {
    margin-right: 5px;
}
.cat-page .post-thumb img {
    height: 225px;
    object-fit: cover;
}
.pagination {
    margin-top: 30px;
    text-align: center;
}
.pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
}
.pagination .current {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
.main-content {
    padding: 50px 0 80px;
}
.navigation {
    margin-left: auto;
    margin-right: auto;
}
.pagination .current {
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.breadcrumb {
    font-size: 16px!important;
    margin-bottom: 40px!important;
    display: block;
}
.breadcrumb span {
    color: var(--color-primary);
    margin: 0 5px;
}
.breadcrumb a {
    color: #5D6273;
    text-decoration: none;
    margin: 0 5px;
}
.breadcrumb a:first-child {
    margin-left: 0;
}
.breadcrumb a:hover {
    text-decoration: underline;
    color: var(--color-primary);
}
.sidebar {
    border: 1px solid #ccc;
    padding: 20px;
}
.sidebar .container {
    padding: 0;
}
.sidebar .widget h4 {
    font-size: 20px;
}
.sidebar .widget {
    margin-bottom: 30px;
}
.sidebar .widget .wp-block-latest-posts__list a, .sidebar .widget .wp-block-categories-list li a {
    color: var(--color-primary);
    text-decoration: none;
    transition: all 0.3s linear;
}
.sidebar .widget .wp-block-latest-posts__list a:hover, .sidebar .widget .wp-block-categories-list li a:hover {
    color: #5D6273;
    transition: all 0.3s linear;
}
.sidebar .widget .wp-block-categories-list {
    padding: 0;
}
.sidebar .widget .wp-block-categories-list li {
    list-style: none;
}
.single-post-page .post-thumb {
    margin: 40px 0;
}
.single-post-page .post-category .category-name {
    background-color: var(--color-primary);
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px;
    z-index: 2;
    margin-bottom: 15px;
    display: inline-block;
}
.single-post-page .post-content p, .terms-page p {
    color: #5D6273;
}
.single-post-page .post-content a {
    color: var(--color-primary);
}
.single-post-page .post-meta span {
    margin-right: 10px;
    margin-left: 10px;
}
.single-post-page .post-meta .post-author {
    margin-left: 0;
}
.single-post-page .post-meta span i {
    color: var(--color-primary);
    margin-right: 3px;
}
.terms-page h2, .terms-page h3, .terms-page h4, .terms-page h5 {
    font-size: 16px;
}
.single-post-page .post-thumb img {
    max-width: 100%;
    height: auto;
}
.social-icons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.social-icons a {
    line-height: 1;
    padding: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #181A1D;
    color: var(--color-primary);
    text-decoration: none;
    transition: all 0.3s linear;
}
.social-icons a:hover {
    background-color: var(--color-primary);
    transition: all 0.3s linear;
}
.social-icons a i {
    color: var(--color-primary);
    transition: all 0.3s linear;
}
.social-icons a:hover i {
    color: #fff;
    transition: all 0.3s linear;
}
.bg-image {
    position: relative;
    overflow: hidden;
}
.bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wp-block-latest-posts__list li {
    margin-bottom: 20px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
    color: #000!important;
}
.main-sec .col-lg-3 .post-list-item .post-image img {
    height: 100px;
    width: 100px;
}
.main-sec .col-lg-3 .post-title {
    font-size: 16px;
    margin: 10px 0;
}
.main-sec .post-list-item {
    margin-bottom: 15px;
}
.main-sec .category-title {
    margin-top: 0;
}
.related-posts-section {
    margin-top: 40px;
}
.related-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.related-post-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgb(0 0 0 / .05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}
.related-post-card:hover {
    transform: translateY(-5px);
}
.related-thumb,
.related-thumb img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    max-width: 100%;
}
.related-meta {
    padding: 10px 15px 0;
    font-size: .875rem;
    color: #666;
}
.related-title {
    padding: 10px 15px 5px;
    font-size: 1rem;
    color: #333;
    font-weight: 700;
    margin: 0;
}
.related-excerpt {
    padding: 0 15px 15px;
    font-size: .9rem;
    color: #555;
    line-height: 1.5;
}
.related-post-card a {
    text-decoration: none;
}
.wp-block-categories-list .cat-item {
    margin-bottom: 10px;
}
.wp-block-categories-list .cat-item a {
    color: #5D6273!important;
}
.wp-block-categories-list .cat-item a:hover {
    color: var(--color-primary)!important;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
    height: 40px;
    width: 75%;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    margin-right: 0;
    border-right: 0;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
    border-radius: 0 5px 5px 0;
    border: 1px solid var(--color-primary);
    width: 25%;
    color: #fff;
    margin: 0;
    background-color: var(--color-primary);
}
.wp-block-latest-posts__post-date, .wp-block-latest-posts__post-author {
    color: var(--color-primary);
    margin-top: 10px;
}
.wp-block-latest-posts__featured-image.alignleft {
    width: 120px;
    float: left;
    margin-right: 20px;
}
.wp-block-latest-posts__list li {
    margin-bottom: 15px;
    display: inline-block;
}
.top-footer img{
    max-width: 300px;
}
.site-footer h4{
    margin-top: 0px;
}
.page-id-61218 .page h1{
    display: none !important;
}
.page-id-61218 .page .content img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    max-width: 100%;
}
@media only screen and (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1240px!important;
}
}@media (max-width:768px) {
    .hamburger {
    display: block;
    background-color: var(--color-primary);
    color: #fff;
    line-height: 1;
    height: 35px;
    width: 35px;
    border-radius: 5px;
}
.header-menu {
    display: none;
    position: absolute;
    top: 90px;
    left: auto;
    right: 0;
    width: 100vw;
    background: #000;
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgb(0 0 0 / .1);
    flex-direction: column;
}
.header-menu.active {
    display: flex;
}
.header-logo {
    width: auto;
    flex: none!important;
}
.header-social {
    flex: none!important;
}
.nav-menu {
    flex-direction: column;
    gap: 10px;
}
.header-grid {
    flex-direction: row;
}
.nav-container, .header-contact {
    flex: none!important;
}
.top-featured-post {
    height: 250px;
}
.top-featured-post .overlay {
    padding: 25px;
    width: 100%}
.top-featured-post .top-post-title a {
    font-size: 18px;
}
.latest-post-sec {
    padding-right: 0;
}
.three-tab .tabs-wrapper {
    padding-left: 0;
}
.latest-post-sec .list-post-content h4 {
    font-size: 17px;
}
.cat-page .post-thumb, .cat-page .post-content {
    flex: auto;
}
.cat-page .post-thumb {
    max-width: 100%}
.cat-page .post {
    flex-direction: column;
}
.sidebar {
    margin-top: 30px;
}
.top-footer .pl-50 {
    padding-left: 15px!important;
}
.top-footer h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.brand img {
    max-width: 120px;
}
.top-featured-post .top-post-category, .top-post-meta {
    font-size: 13px;
}
.top-post-meta span img, .post-meta span img {
    width: 20px;
    height: 20px;
}
.header-top-row {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.category-post {
    align-items: flex-start;
    flex-direction: column;
}
.featured-post-large .post-title {
    font-size: 25px;
}
.left-post {
    flex: none;
    max-width: 100%}
.post-box {
    margin-bottom: 15px!important;
}
.right-posts {
    flex: none;
    max-width: 100%}
.post-box.large {
    min-height: 275px;
}
.post-box.top-right, .post-box.small {
    min-height: 275px;
}
.bottom-right-row {
    flex-direction: column;
}
.top-footer {
    padding-left: 10px;
    padding-right: 10px;
}
.top-footer .col-lg-4 img {
    max-width: 300px;
}
.sidebar {
    display: none!important;
}
.post-image img {
    width: 100%}
.header-logo img {
    max-width: 250px!important;
}
}