/*!
Theme Name: KCB Live
Theme URI: http://underscores.me/
Author: Alfred Maina
Author URI: https://oxygene.co.ke/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kcb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

KCB Live is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

@font-face {
  font-family: "LufgaRegular";
  src: url("css/fonts/Lufga-Regular.woff2");
}
@font-face {
  font-family: "LufgaMedium";
  src: url("css/fonts/Lufga-Medium.woff2");
}
@font-face {
  font-family: "LufgaBold";
  src: url("css/fonts/Lufga-Bold.woff2");
}
body {
  font-family: "LufgaRegular";
  font-size: 17px;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #ced4da;
}

body::-webkit-scrollbar-thumb {
  background-color: #161616;
}

button:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

input:focus {
  box-shadow: none !important;
}

::-moz-selection {
  background: #84bd00 !important;
  color: white;
}

::selection {
  background: #84bd00 !important;
  color: white;
}

a,
button {
  text-decoration: none !important;
  transition-duration: 300ms;
}
a:focus,
button:focus {
  outline: none !important;
}

.width-90 {
  width: 90%;
  margin: auto;
}

.width-80 {
  width: 80%;
  margin: auto;
  max-width: 1300px;
}

.page-width {
  width: 80%;
  margin: auto;
}

h2.title {
  color: #002b4d;
  font-size: 25px;
  font-weight: 800;
  margin: 10px 0px 30px 0px;
  padding: 20px 100px 20px 30px;
  background: #DCDCE3;
  border-left: 10px solid #84bd00;
  overflow: hidden;
}
h2.title i {
  position: absolute;
  color: #fff;
  right: 100px;
  font-size: 140px;
  right: 5%;
  bottom: 0%;
  transform: translateY(6%);
}
h2.title i.outlined {
  right: -2%;
}
h2.sub-title {
  color: #002b4d;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
h2 .btn {
  color: #fff;
  position: absolute;
  right: 0%;
  bottom: 25%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

h4.title {
  font-size: 20px;
  margin-bottom: 20px;
}

.btn {
  color: #fff;
  padding: 7px 40px;
  background: #84bd00;
  transition-duration: 300ms;
  font-size: 14px;
  border-radius: 20px;
}
.btn:hover {
  background: #002b4d;
  color: #fff;
}

@keyframes scale {
  50% {
    transform: scale(1.4);
  }
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #84bd00;
  z-index: 9999;
  transition: width 0.2s ease;
  border-radius: 5px;
}

.mobile-header {
  font-family: "LufgaRegular";
}
.mobile-header.is-home {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.mobile-header .top-header {
  padding: 3px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-header .top-header .logo-wrapper {
  max-width: 200px;
}
.mobile-header .top-header .logo-wrapper img {
  width: 100%;
}
.mobile-header .top-header .mobile-header__right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.mobile-header .top-header .menu-socials .social {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.mobile-header .top-header .menu-socials .social li {
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-header .top-header .menu-socials .social li:first-child {
  margin-left: 0;
}
.mobile-header .top-header .menu-socials .social li:last-child {
  margin-right: 0;
}
.mobile-header .top-header .menu-socials .social li a {
  font-size: 16px;
  line-height: 1;
  padding: 8px;
  color: #002b4d;
  transition: color 0.2s ease;
}
.mobile-header .top-header .menu-socials .social li:hover a {
  color: #84bd00;
}
.mobile-header .top-header .search-trigger--mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 43, 77, 0.08);
  color: #002b4d;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.mobile-header .top-header .search-trigger--mobile:hover {
  background: #84bd00;
  color: #fff;
  transform: scale(1.08);
}
.mobile-header .top-header .search-trigger--mobile[aria-expanded=true] {
  background: rgba(132, 189, 0, 0.12);
  color: #84bd00;
}

.desktop-header {
  position: relative;
  z-index: 999;
  font-family: "LufgaRegular";
  display: flex;
  background: #002b4d;
  transition: transform 0.4s ease, background 0.4s ease;
}
.desktop-header .width-80 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.desktop-header .logo-wrapper {
  max-width: 220px;
}
.desktop-header .logo-wrapper img {
  width: 100%;
}
.desktop-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.18);
}
.desktop-header.scrolled .site-branding img {
  max-width: 120px;
}
.desktop-header.hidden {
  transform: translateY(-100%);
}
.desktop-header.visible {
  transform: translateY(0);
}
.desktop-header .search-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.desktop-header .search-trigger:hover {
  background: #84bd00;
  color: #fff;
  transform: scale(1.08);
}
.desktop-header .search-trigger[aria-expanded=true] {
  background: rgba(132, 189, 0, 0.2);
  color: #84bd00;
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
}
.search-overlay.is-open {
  pointer-events: all;
}
.search-overlay.is-open .search-overlay__backdrop {
  opacity: 1;
}
.search-overlay.is-open .search-overlay__panel {
  opacity: 1;
  transform: translateY(0);
}

.search-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.search-overlay__panel {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 680px;
  margin-top: 100px;
  padding: 2rem 1.75rem 2.5rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translateY(-24px);
  transition: opacity 0.32s ease, transform 0.36s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 575px) {
  .search-overlay__panel {
    width: 94%;
    margin-top: 70px;
    padding: 1.5rem 1.25rem 2rem;
  }
}

.search-label {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #002b4d;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .search-label {
    font-size: 1rem;
  }
}

.search-input-wrap {
  display: flex;
  align-items: center;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background: #f7f7f7;
  transition: border-color 0.2s ease;
}
.search-input-wrap:focus-within {
  border-color: #84bd00;
  background: #fff;
}
.search-input-wrap:focus-within .search-icon {
  color: #84bd00;
}
.search-input-wrap .search-icon {
  padding: 0 0.75rem 0 1.1rem;
  color: rgba(0, 43, 77, 0.35);
  font-size: 0.95rem;
  pointer-events: none;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.search-field {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.85rem 0.5rem;
  font-size: 1rem;
  color: #002b4d;
  outline: none;
  font-family: inherit;
  min-width: 0;
}
.search-field::-moz-placeholder {
  color: rgba(0, 43, 77, 0.35);
}
.search-field::placeholder {
  color: rgba(0, 43, 77, 0.35);
}
.search-field::-webkit-search-cancel-button {
  display: none;
}
.search-field::-webkit-search-decoration {
  display: none;
}

.search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  background: #84bd00;
  color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.search-submit i {
  transition: transform 0.2s ease;
}
.search-submit:hover {
  background: rgb(103.5047619048, 148.2, 0);
}
.search-submit:hover i {
  transform: translateX(3px);
}

.search-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  color: #002b4d;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.25s ease;
}
.search-close:hover {
  background: rgba(132, 189, 0, 0.1);
  color: #84bd00;
  transform: rotate(90deg);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  text-align: center;
}

.mega-sub-menu {
  padding: 10px 15px 10px 15px !important;
  border-bottom: 10px solid #84bd00 !important;
}
.mega-sub-menu .mega-menu-column ul.mega-sub-menu li.mega-menu-item {
  position: relative !important;
  border-bottom: 1px solid #fff !important;
}
.mega-sub-menu .mega-menu-column ul.mega-sub-menu li.mega-menu-item:last-child {
  border-bottom: none !important;
}
.mega-sub-menu #mega-menu-left a {
  color: #fff;
}

.landing-banner .landing-banner-slider .owl-nav {
  display: none;
}
.landing-banner .landing-banner-slider .owl-dots {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
  display: grid;
}
.landing-banner .landing-banner-slider .owl-dots .owl-dot span {
  width: 15px;
  background: #fff;
  height: 7px;
  width: 50px;
  border: 1px solid #212121;
}
.landing-banner .landing-banner-slider .owl-dots .owl-dot.active span {
  background: #84bd00;
  border: 1px solid #84bd00;
  width: 60px;
}
.landing-banner .landing-banner-slider i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #84bd00;
  background: #fff;
  border-radius: 50%;
  z-index: 120;
  opacity: 0.7;
  font-size: 100px;
  transition-duration: 300ms;
}
.landing-banner .landing-banner-slider i:hover {
  opacity: 1;
  background: #212121;
  color: #fff;
}
.landing-banner .landing-banner-slider .slider-item {
  position: relative;
}
.landing-banner .landing-banner-slider .slider-item:before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.01));
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content {
  position: absolute;
  max-width: 900px;
  bottom: 10%;
  z-index: 10;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content h1 {
  font-family: "LufgaBold";
  font-size: 40px;
  transform: translateX(60px);
  transition-duration: 1200ms;
  opacity: 0;
  color: #fff;
  line-height: 1.3;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content .excerpt {
  color: #fff;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content .cat {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content .cat a {
  color: #84bd00;
  position: relative;
  font-size: 15px;
  padding-right: 20px;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content .btn {
  position: relative;
  color: #fff;
  padding: 7px 50px;
  background: #84bd00;
  opacity: 0;
  transform: translateX(60px);
  transition-duration: 300ms;
}
.landing-banner .landing-banner-slider .slider-item .landing-banner-content .btn:hover {
  background: rgba(0, 43, 77, 0.6);
  border: 1px solid #002b4d;
}
.landing-banner .landing-banner-slider .owl-item img.main-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-banner .landing-banner-slider .owl-item.active img {
  animation: scale 100s linear infinite;
}
.landing-banner .landing-banner-slider .owl-item.active .landing-banner-content h1 {
  transform: translateY(0px);
  opacity: 1;
}
.landing-banner .landing-banner-slider .owl-item.active .landing-banner-content .arrow {
  visibility: visible;
  opacity: 1;
  left: 15px;
  width: 80px;
}
.landing-banner .landing-banner-slider .owl-item.active .landing-banner-content .btn {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.landing-banner .landing-banner-slider .owl-nav {
  position: absolute;
  bottom: 2%;
  right: 5%;
}
.landing-banner .landing-banner-slider .owl-nav .owl-prev,
.landing-banner .landing-banner-slider .owl-nav .owl-next {
  background: #84bd00;
  color: #fff;
  font-size: 20px;
  border-radius: 0px;
  margin: 0px 10px;
  padding: 20px 20px 15px 20px !important;
}
.landing-banner .landing-banner-slider .owl-nav .owl-prev i,
.landing-banner .landing-banner-slider .owl-nav .owl-next i {
  margin: 0px;
  padding: 0px;
}

.card {
  position: relative;
  border: none;
  background: transparent;
  border-radius: 0px;
  height: 100%;
  overflow: hidden;
  transition-duration: 400ms;
}
.card .img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.card .img-wrapper img {
  transition-duration: 400ms;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .img-wrapper ii {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #84bd00;
  background: #fff;
  border-radius: 50%;
  z-index: 120;
  opacity: 0.9;
  font-size: 40px;
}
.card .card-body {
  position: relative;
}
.card .card-body .cat {
  opacity: 0.7;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 90%;
}
.card .card-body .cat a {
  padding-right: 10px;
  color: #002b4d;
  font-weight: 600;
}
.card .card-body .cat a:hover {
  color: #84bd00;
}
.card .card-body .card-title {
  font-family: "LufgaBold";
  font-size: 25px;
  line-height: 1.3;
}
.card .card-body .card-text {
  font-size: 14px;
  padding-bottom: 20px;
}
.card:hover .img-wrapper:after {
  background: rgba(0, 0, 0, 0.1);
}
.card:hover img {
  transform: scale(1.3) rotate(2deg);
  opacity: 0.95;
}
.card.small-card {
  margin-bottom: 20px;
}
.card.small-card .img-wrapper {
  height: 180px;
}
.card.small-card .card-body {
  padding: 10px 10px 10px 0px;
}
.card.small-card .card-body .card-title {
  font-size: 20px;
}
.card.small-card .card-body .card-text {
  font-size: 10px;
  padding-bottom: 10px;
}
.card.small-card .card-body .cat {
  margin-bottom: 5px;
  font-size: 12px;
}
.card.small-card .card-body .cat a {
  padding-right: 5px;
}
.card.small-card .btn {
  font-size: 12px;
  padding: 5px 20px;
}

.title-link {
  color: #000;
}

.latest {
  padding: 40px 0px;
}
.latest .card.big-card .card-body {
  padding: 20px 20px 20px 0px;
}
.latest .card.small-card {
  margin-bottom: 20px;
}
.latest .card.small-card .img-wrapper {
  height: 140px;
}
.latest .card.small-card .card-body {
  padding: 10px 10px 10px 0px;
}
.latest .card.small-card .card-body .card-title {
  font-size: 20px;
}
.latest .card.small-card .card-body .card-text {
  font-size: 10px;
  padding-bottom: 10px;
}
.latest .card.small-card .card-body .cat {
  margin-bottom: 5px;
  font-size: 12px;
}
.latest .card.small-card .card-body .cat a {
  padding-right: 5px;
}
.latest .card.small-card .btn {
  font-size: 12px;
  padding: 5px 20px;
}
.latest .more-latest .col-md-6:nth-child(odd) {
  border-right: 1px solid #F5F5F5;
}

.cat-personal {
  background: rgba(220, 220, 227, 0.4);
  padding: 80px 0px 60px 0px;
}
.cat-personal .card {
  padding-bottom: 30px;
}
.cat-personal .card .img-wrapper {
  height: 380px;
}
.cat-personal .card .card-body {
  padding-left: 0px;
}

.home-videos {
  padding: 80px 0;
  background: #002b4d;
}
.home-videos .hs-section-head__link:hover {
  color: #fff;
}
.home-videos .hv-featured {
  height: 100%;
}
.home-videos .hv-featured__thumb {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
}
.home-videos .hv-featured__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-videos .hv-featured__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 55%, transparent 100%);
  z-index: 2;
  border-radius: 8px;
}
.home-videos .hv-featured__link-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.home-videos .hv-featured__meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 24px 28px;
  z-index: 4;
}
.home-videos .hv-featured__cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #84bd00;
  padding: 2px 10px;
  border-radius: 3px;
  text-decoration: none;
  margin-right: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.home-videos .hv-featured__date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}
.home-videos .hv-featured__title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0 8px;
  line-height: 1.25;
}
.home-videos .hv-featured__title a {
  color: #fff;
  text-decoration: none;
}
.home-videos .hv-featured__title a:hover {
  color: #84bd00;
}
.home-videos .hv-featured__excerpt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.5;
}
.home-videos .hv-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
}
.home-videos .hv-sidebar-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.home-videos .hv-sidebar-item:last-child {
  border-bottom: none;
}
.home-videos .hv-sidebar-item__thumb {
  position: relative;
  flex-shrink: 0;
  width: 130px;
  height: 85px;
  border-radius: 6px;
  overflow: hidden;
}
.home-videos .hv-sidebar-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-videos .hv-sidebar-item__link-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.home-videos .hv-sidebar-item__body {
  flex: 1;
  min-width: 0;
}
.home-videos .hv-sidebar-item__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.home-videos .hv-sidebar-item__cat {
  font-size: 11px;
  font-weight: 600;
  color: #84bd00;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.home-videos .hv-sidebar-item__cat:hover {
  text-decoration: underline;
}
.home-videos .hv-sidebar-item__date {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}
.home-videos .hv-sidebar-item__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}
.home-videos .hv-sidebar-item__title a {
  color: #fff;
  text-decoration: none;
}
.home-videos .hv-sidebar-item__title a:hover {
  color: #84bd00;
}
.home-videos .hv-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.home-videos .hv-play-btn svg {
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}
.home-videos .hv-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0.9;
}
.home-videos .hv-play-btn--sm svg {
  width: 40px;
  height: 40px;
}
.home-videos .hv-featured-col,
.home-videos .hv-sidebar-col {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .home-videos .hv-featured__thumb {
    min-height: 360px;
  }
  .home-videos .hv-featured-col,
  .home-videos .hv-sidebar-col {
    margin-bottom: 0;
  }
}

.home-bigmoney {
  padding: 50px 0px 40px 0px;
}
.home-bigmoney .card {
  border-radius: 5px;
}
.home-bigmoney .card.big-card .card-body {
  padding: 20px 20px 20px 0px;
}
.home-bigmoney .card.big-card .img-wrapper i {
  font-size: 80px;
}
.home-bigmoney .card.line-card {
  margin-bottom: 40px;
}
.home-bigmoney .card.line-card .card-body {
  padding: 10px 10px 10px 0px;
}
.home-bigmoney .card.line-card .card-body .card-title {
  font-size: 20px;
}
.home-bigmoney .card.line-card .card-body .card-text {
  font-size: 14px;
  padding-bottom: 10px;
}
.home-bigmoney .card.line-card .card-body .cat {
  margin-bottom: 5px;
  font-size: 12px;
}
.home-bigmoney .card.line-card .card-body .cat a {
  padding-right: 5px;
}
.home-bigmoney .card.line-card .card-body .btn {
  font-size: 12px;
  padding: 5px 20px;
}

.cat-lifestyle {
  padding: 80px 0px 60px 0px;
}
.cat-lifestyle .card {
  padding-bottom: 30px;
}
.cat-lifestyle .card .img-wrapper {
  height: 380px;
}
.cat-lifestyle .card .card-body {
  padding-left: 0px;
}

.cat-sustainable {
  min-height: 100vh;
  background: rgba(220, 220, 227, 0.4);
  padding: 120px 0px 100px 0px;
}
.cat-sustainable .card .img-wrapper {
  height: 250px;
}
.cat-sustainable .card .card-body {
  padding-left: 0px;
}
.cat-sustainable .card.big-card:before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.01));
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.cat-sustainable .card.big-card .card-body {
  padding: 20px 20px 20px 0px;
  color: #fff;
  position: absolute;
  z-index: 20;
  width: 90%;
  left: 5%;
  bottom: 3%;
}
.cat-sustainable .card.big-card .card-body .card-title {
  color: #fff;
  font-size: 30px;
}
.cat-sustainable .card.big-card .card-body .cat a {
  color: #fff;
}
.cat-sustainable .card.big-card .img-wrapper {
  height: 100%;
}
.cat-sustainable .card.big-card .img-wrapper i {
  font-size: 80px;
}
.cat-sustainable .col-md-7 {
  background: #212121;
  padding: 20px;
}
.cat-sustainable .item .card {
  height: 100%;
}
.cat-sustainable .item .card .card-body {
  color: #fff;
}
.cat-sustainable .item .card .card-body a {
  color: #fff;
}
.cat-sustainable .item .card .card-body .card-title {
  color: #fff;
  font-size: 20px;
}
.cat-sustainable .owl-dots {
  position: absolute;
  bottom: -5%;
  right: 50%;
  transform: translate(50%, -50%);
}
.cat-sustainable .owl-dots .owl-dot span {
  width: 15px;
  background: #fff;
  height: 7px;
  width: 40px;
  border: 1px solid #212121;
}
.cat-sustainable .owl-dots .owl-dot.active span {
  background: #84bd00;
  border: 1px solid #84bd00;
  width: 60px;
}

.pagination {
  margin: 20px 0px;
  align-items: center;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  padding: 5px 10px;
  margin: 5px;
  color: #002b4d;
  font-size: 15px;
}
.pagination .page-numbers:hover {
  background: #002b4d;
  color: #fff;
}
.pagination .page-numbers.current {
  background: #84bd00;
  color: #fff;
}

.subscribe {
  padding: 30px 20px;
  box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.2);
  margin: 40px 0px;
  background: #002b4d;
}
.subscribe .title {
  color: #fff;
}
.subscribe input {
  margin-bottom: 20px;
}
.subscribe .btn {
  width: 100%;
}
.subscribe .btn:hover {
  background: #000;
}

.gallery .img-wrap {
  cursor: pointer;
  position: relative;
}
.gallery .img-wrap img {
  transition-duration: 300ms;
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .img-wrap:hover img {
  transform: scale(1.1) rotate(0deg);
  opacity: 0.95;
}

.gallery-grid {
  padding: 10px 0 30px;
}
.gallery-grid .img-wrapper {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  padding: 1px;
}
.gallery-grid .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-grid .img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 43, 77, 0.75) 0%, rgba(0, 43, 77, 0.15) 100%);
  opacity: 0;
  transition: opacity 400ms ease;
  z-index: 1;
}
.gallery-grid .img-wrapper::after {
  content: "\f00e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #fff;
  font-size: 22px;
  opacity: 0;
  z-index: 2;
  transition: opacity 350ms ease, transform 350ms ease;
}
.gallery-grid .img-wrapper .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  transform: translateY(100%);
  transition: transform 380ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery-grid .img-wrapper:hover img {
  transform: scale(1.08);
}
.gallery-grid .img-wrapper:hover::before {
  opacity: 1;
}
.gallery-grid .img-wrapper:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.gallery-grid .img-wrapper:hover .caption {
  transform: translateY(0);
}

.site-footer__top {
  background: #002b4d;
  padding: 72px 0 60px;
}
.site-footer__bottom {
  background: #212121;
  padding: 16px 0;
}
.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .site-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}
.site-footer__copy {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12.5px;
}
.site-footer__legal {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer__legal a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12.5px;
  text-decoration: none;
  transition: color 200ms ease;
}
.site-footer__legal a:hover {
  color: #84bd00;
}
.site-footer__divider {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.footer-brand {
  margin-bottom: 20px;
}
.footer-brand__logo {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
}
.footer-brand__name {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}

.footer-about {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13.5px;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 340px;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  text-decoration: none;
  transition: background 250ms ease, border-color 250ms ease, color 250ms ease;
}
.footer-socials__link:hover {
  background: #84bd00;
  border-color: #84bd00;
  color: #fff;
}

.footer-heading {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #84bd00;
  margin-bottom: 22px;
  padding-bottom: 10px;
  position: relative;
}
.footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: #84bd00;
  border-radius: 2px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links li a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13.5px;
  text-decoration: none;
  transition: color 200ms ease, padding-left 200ms ease;
  display: inline-block;
}
.footer-links li a:hover {
  color: #fff;
  padding-left: 4px;
}

.footer-popular {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  text-decoration: none;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.04);
  transition: background 250ms ease, border-color 250ms ease;
}
.footer-popular:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(132, 189, 0, 0.4);
  text-decoration: none;
}
.footer-popular:hover .footer-popular__img {
  transform: scale(1.04);
}
.footer-popular__img-wrap {
  position: relative;
  flex-shrink: 0;
  width: 110px;
  height: 78px;
  border-radius: 4px;
  overflow: hidden;
}
.footer-popular__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 400ms ease;
}
.footer-popular__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}
.footer-popular__play svg {
  width: 30px;
  height: 30px;
}
.footer-popular__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.footer-popular__cat {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #84bd00;
}
.footer-popular__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.footer-popular__date {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: auto;
}
.footer-popular__date i {
  margin-right: 4px;
}

.banner {
  padding: 120px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 80%;
  max-width: 1300px;
  margin: auto;
  border-radius: 10px;
  margin-top: 20px;
}
.banner .landing-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner .banner-content {
  position: absolute;
  z-index: 20;
}
.banner .banner-content .banner-card {
  position: relative;
  line-height: 1;
  padding: 20px;
  color: #fff;
  max-width: 55%;
}
.banner .banner-content .banner-card p {
  line-height: 1.8;
}
.banner .banner-content .banner-card h2.page-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.01));
  z-index: 5;
}

.rchive.paged .banner {
  display: none;
}

.all-articles {
  padding: 30px 0px 20px 0px;
}
.all-articles .card.news {
  padding: 0px 0px 40px 0px;
}
.all-articles .card.news .img-wrapper {
  height: 260px;
}
.all-articles .card.news .img-wrapper img {
  transition-duration: 400ms;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-articles .card.news .img-wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #84bd00;
  z-index: 120;
  font-size: 50px;
}
.all-articles .card.news .card-body {
  padding: 20px 0px 20px 0px;
}
.all-articles .card.news .card-body .card-title {
  font-size: 22px;
}
.all-articles .card.news.big-card {
  padding: 0px;
  height: 450px;
}
.all-articles .card.news.big-card:before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.01));
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.all-articles .card.news.big-card .card-body {
  padding: 20px 20px 0px 0px;
  color: #fff;
  position: absolute;
  z-index: 20;
  width: 90%;
  left: 5%;
  bottom: 3%;
}
.all-articles .card.news.big-card .card-body .card-title {
  color: #fff;
  font-size: 35px;
}
.all-articles .card.news.big-card .card-body .card-text {
  font-size: 18px;
}
.all-articles .card.news.big-card .card-body .cat a {
  color: #fff;
}
.all-articles .card.news.big-card .img-wrapper {
  height: 100%;
}
.all-articles .card.news.big-card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-articles .card.news.big-card .img-wrapper i {
  font-size: 80px;
}

.empty-category {
  position: relative;
  width: 100%;
}
.empty-category .alert {
  color: #002b4d;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 40px;
  margin: 50px 0px;
}

.pgntn-page-pagination .pgntn-page-pagination-block a {
  color: #84bd00 !important;
  border-radius: 5px;
}
.pgntn-page-pagination .pgntn-page-pagination-block .page-numbers.current,
.pgntn-page-pagination .pgntn-page-pagination-block .pgntn-page-pagination-intro {
  border-radius: 5px;
}

.single-banner {
  min-height: 15px;
  max-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.single-banner .banner-content {
  position: absolute;
  z-index: 20;
}
.single-banner .banner-content .banner-card {
  position: relative;
  line-height: 1;
  padding: 0px;
}
.single-banner .banner-content .banner-card h2.page-title {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
.single-banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #84bd00 20%, #84bd00);
  z-index: 5;
}

.single-content .meta-data ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0px 15px 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.single-content .meta-data ul li {
  position: relative;
  padding: 0px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #002b4d;
}
.single-content .meta-data ul li:first-child {
  padding-left: 0px;
  font-size: 15px;
}
.single-content .meta-data ul li:last-child {
  padding-right: 0px;
}
.single-content .meta-data ul li:last-child:after {
  display: none;
}
.single-content .meta-data ul li .small {
  font-size: 12px;
  font-weight: 400;
}
.single-content .meta-data ul li:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #84bd00;
  bottom: 20%;
  right: 0%;
  transform: translate(20%, -50%);
}
.single-content .title-wrapper {
  padding: 30px 0px 10px 0px;
}
.single-content .title-wrapper .page-title {
  font-size: 40px;
  font-weight: 700;
}
.single-content .excerpt {
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 5px;
  overflow: hidden;
  font-family: "LufgaRegular";
}
.single-content .content {
  padding: 40px 0px 40px 0px;
  position: relative;
}
.single-content .content blockquote {
  position: relative;
  margin: 0px 30px 0px 50px;
  font-style: italic;
  font-weight: 600;
  font-size: 90%;
}
.single-content .content blockquote:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -50px;
  top: -20px;
  content: "\f10d";
  font-size: 40px;
  color: #84bd00;
}
.single-content .content h3 {
  font-weight: 600;
  font-size: 20px;
}
.single-content .content h2,
.single-content .content h1 {
  font-weight: 600;
  font-size: 25px;
}
.single-content .content h4 {
  font-weight: 600;
  font-size: 18px;
}
.single-content .content figcaption {
  font-style: italic;
  font-size: 12px;
}
.single-content .content figure {
  max-width: 100%;
  height: auto;
}
.single-content .content figure.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.single-content .content figure.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.single-content .content img {
  max-width: 100%;
  height: auto;
}
.single-content .content img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.single-content .content img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.single-content .content a {
  border-bottom: 1px solid #212121;
}
.single-content .side-bar {
  padding: 50px 20px;
}
.single-content .side-bar .title {
  font-size: 22px;
  color: #002b4d;
  padding-bottom: 20px;
  position: relative;
}
.single-content .side-bar .title:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: rgba(0, 43, 77, 0.4);
  bottom: 10px;
  left: 0px;
}
.single-content .side-bar h4.title {
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.single-content .side-bar h4.title:after {
  width: 100px;
  background: rgba(255, 255, 255, 0.7);
}
.single-content .side-bar .tags ul {
  list-style: none;
  padding: 0px 0px 20px 0px;
  margin-left: 0px;
}
.single-content .side-bar .tags ul li {
  padding: 10px;
}
.single-content .side-bar .tags ul .btn {
  padding: 7px 15px;
  margin: 5px 7px 7px 0px;
  font-size: 12px;
}
.single-content .side-bar .rpwe-title a {
  color: #002b4d;
}
.single-content .side-bar .subscribe {
  padding: 30px 20px;
  box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.2);
  margin: 40px 0px;
  background: #002b4d;
}
.single-content .side-bar .subscribe h4.title {
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.single-content .side-bar .subscribe h4.title:after {
  width: 100px;
  background: rgba(255, 255, 255, 0.7);
}
.single-content .side-bar .subscribe input {
  margin-bottom: 10px;
  font-size: 12px;
}
.single-content .side-bar .subscribe .btn {
  width: 100%;
}
.single-content .side-bar .subscribe .btn:hover {
  background: #000;
}

.video-content {
  padding: 50px 0px;
}

/*======================
    404 page
=======================*/
.page_404 {
  padding: 40px 0;
  text-align: center;
}
.page_404 img {
  width: 100%;
}
.page_404 .animated-bg {
  height: 400px;
  background-position: center !important;
}
.page_404 .animated-bg h1 {
  font-size: 80px;
  margin-top: 0px;
}
.page_404 .animated-bg h3 {
  font-size: 80px;
}

/**************   New Custom *******************/
.hero-section {
  position: relative;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}

.hero-inner {
  display: flex;
  height: 600px;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .hero-inner {
    flex-direction: column;
    height: auto;
  }
}

.hero-main {
  flex: 0 0 70%;
  max-width: 70%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .hero-main {
    flex: none;
    max-width: 100%;
  }
}
.hero-main .hero-slider {
  height: 100%;
}
.hero-main .hero-slider .owl-stage-outer,
.hero-main .hero-slider .owl-stage,
.hero-main .hero-slider .owl-item {
  height: 100%;
}
.hero-main .hero-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 20;
}
.hero-main .hero-slider .owl-dots .owl-dot span {
  width: 28px;
  height: 5px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0;
  transition: all 0.3s ease;
}
.hero-main .hero-slider .owl-dots .owl-dot.active span {
  background: #84bd00;
  width: 44px;
}
.hero-main .hero-slider .owl-nav {
  display: none;
}

.hero-slide {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .hero-slide {
    height: 420px;
  }
}
.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 43, 77, 0.92) 0%, rgba(0, 43, 77, 0.5) 50%, rgba(0, 43, 77, 0.05) 100%);
  z-index: 1;
}
.hero-slide__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.85;
}
.hero-slide__play svg {
  width: 72px;
  height: 72px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}
.hero-slide__play circle {
  stroke: #fff;
}
.hero-slide__play:hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.08);
}
.hero-slide__audio {
  position: absolute;
  top: 30px;
  right: 28px;
  z-index: 10;
  background: #002b4d;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 6px 25px 6px 27px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s ease;
}
.hero-slide__audio:hover {
  background: rgba(132, 189, 0, 0.7);
}
.hero-slide__content {
  position: relative;
  z-index: 5;
  padding: 28px 28px 36px;
  width: 100%;
}
.owl-item.active .hero-slide__content {
  animation: slideUpFade 0.6s ease forwards;
}
.hero-slide__cat {
  display: inline-block;
  background: #84bd00;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
  text-decoration: none;
  border-radius: 20px;
}
.hero-slide__cat:hover {
  background: rgb(103.5047619048, 148.2, 0);
  color: #fff;
  text-decoration: none;
}
.hero-slide__title {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "ArialBold", Arial, sans-serif;
}
@media (max-width: 767px) {
  .hero-slide__title {
    font-size: 20px;
  }
}
.hero-slide__title a {
  color: #fff;
  text-decoration: none;
}
.hero-slide__title a:hover {
  color: #84bd00;
}
.hero-slide__excerpt {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 12px;
  max-width: 560px;
}
@media (max-width: 767px) {
  .hero-slide__excerpt {
    display: none;
  }
}
.hero-slide__date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.hero-slide__date i {
  margin-right: 4px;
}

.hero-sidebar {
  flex: 0 0 30%;
  max-width: 30%;
  margin-left: 10px;
  background: #002b4d;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .hero-sidebar {
    flex: none;
    max-width: 100%;
  }
}
.hero-sidebar__header {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.hero-sidebar__label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #fff;
}
.hero-sidebar__list {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
}
.hero-sidebar__list::-webkit-scrollbar {
  display: none;
}

.sidebar-card {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease;
}
.sidebar-card:hover {
  background: rgba(255, 255, 255, 0.03);
}
.sidebar-card:last-child {
  border-bottom: none;
}
.sidebar-card--featured .sidebar-card__body {
  padding: 12px 16px 14px;
}
.sidebar-card__img-link {
  display: block;
  text-decoration: none;
}
.sidebar-card__img {
  height: 200px;
  background-size: cover;
  background-position: top;
  position: relative;
}
.sidebar-card__play-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.sidebar-card__play-badge:hover {
  opacity: 1;
}
.sidebar-card__play-badge svg {
  width: 38px;
  height: 38px;
}
.sidebar-card__body {
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sidebar-card__cat {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #84bd00;
  text-decoration: none;
}
.sidebar-card__cat:hover {
  color: rgb(181.2619047619, 255, 10.5);
  text-decoration: none;
}
.sidebar-card__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.sidebar-card__title a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}
.sidebar-card__title a:hover {
  color: #fff;
}
.sidebar-card__date {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
}
.sidebar-card__date i {
  margin-right: 3px;
}

.close {
  cursor: pointer;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-modal {
  background: rgba(0, 0, 0, 0.8);
}
.video-modal .modal-lg, .video-modal .modal-xl {
  max-width: 1200px;
}
.video-modal .video-embed iframe {
  width: 100%;
}

#podcast-player {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  padding: 10px;
  text-align: center;
  z-index: 9999;
  display: none;
}
#podcast-player #close-podcast-player {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #002b4d;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
#podcast-player #close-podcast-player:hover {
  background: #84bd00;
}
#podcast-player #spotify-embed iframe {
  width: 100%;
  height: 80px;
  border-radius: 10px;
}

.side-story {
  position: relative;
  background: #fff;
}
.side-story .img-wrapper {
  height: 30vh;
}
.side-story .col-md-6:last-child,
.side-story .col-md-6:nth-child(2) {
  position: relative;
}
.side-story.flex-row .col-md-6:last-child::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
}
.side-story.flex-row-reverse .col-md-6:last-child::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
}
.side-story .content {
  padding: 40px 20px;
}
.side-story .content .title {
  font-size: 18px;
  padding-top: 5px;
  line-height: 1.3;
  margin-top: 3px;
}
.side-story .content .title a {
  color: #000;
}
.side-story .content .title a:hover {
  color: #002b4d;
}
.side-story .content .cat {
  font-size: 12px;
  line-height: 1;
  color: #84bd00;
  font-weight: 600;
  font-family: "dinot_bold";
  color: #fff;
  padding: 3px 10px 4px 10px;
  border-radius: 12px;
  transition: all 0.2s ease;
}
.side-story .content .cat:hover {
  opacity: 0.7;
}

.pagination-section {
  padding: 40px 0 60px;
}
.pagination-section .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination-section .page-numbers li {
  margin: 0;
}
.pagination-section .page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  color: #333;
  background-color: #f5f5f5;
}
.pagination-section .page-numbers li .page-numbers:hover {
  background-color: #e0e0e0;
  border-color: #ccc;
  color: #000;
}
.pagination-section .page-numbers li .page-numbers.current {
  background-color: #002b4d;
  color: #fff;
  border-color: #002b4d;
  cursor: default;
}
.pagination-section .page-numbers li .page-numbers.current:hover {
  background-color: #002b4d;
}
.pagination-section .page-numbers li .page-numbers.prev, .pagination-section .page-numbers li .page-numbers.next {
  background-color: #fff;
  border-color: #ddd;
  color: #333;
  font-size: 12px;
}
.pagination-section .page-numbers li .page-numbers.prev:hover, .pagination-section .page-numbers li .page-numbers.next:hover {
  background-color: #002b4d;
  border-color: #002b4d;
  color: #fff;
}
.pagination-section .page-numbers li .page-numbers.dots {
  background: transparent;
  border-color: transparent;
  cursor: default;
  color: #999;
}
.pagination-section .page-numbers li .page-numbers.dots:hover {
  background: transparent;
  color: #999;
}

.search-header {
  padding: 20px 0 10px;
  border-bottom: 2px solid #eee;
  margin-bottom: 0;
}
.search-header .search-title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}
.search-header .search-title span {
  color: #fff;
}
.search-header .search-count {
  font-size: 13px;
  color: #888;
  margin-bottom: 0;
}

.no-results {
  padding: 40px 0;
}
.no-results .no-posts {
  font-size: 16px;
  color: #555;
  text-align: center;
}

.no-post {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}
.no-post .no-posts {
  font-size: 2rem;
  color: #002b4d;
  text-align: center;
  position: relative;
  padding-top: 50px;
}
.no-post .no-posts::before {
  content: "\f1ea";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 40px;
  color: #ddd;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 60px 20px;
  text-align: center;
}
.error-404 .error-code {
  font-size: 140px;
  font-weight: 900;
  line-height: 1;
  color: #eee;
  letter-spacing: -8px;
  margin-bottom: 10px;
  position: relative;
  -webkit-text-stroke: 2px #ddd;
}
.error-404 .error-icon {
  font-size: 50px;
  color: #002b4d;
  margin-bottom: 20px;
  animation: float 3s ease-in-out infinite;
}
.error-404 .error-title {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}
.error-404 .error-message {
  font-size: 15px;
  color: #777;
  max-width: 500px;
  margin: 0 auto 30px;
  line-height: 1.7;
}
.error-404 .error-search {
  margin-bottom: 30px;
}
.error-404 .error-search p {
  font-size: 14px;
  color: #999;
  margin-bottom: 12px;
}
.error-404 .error-search .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 420px;
  margin: 0 auto;
}
.error-404 .error-search .search-form .search-field {
  flex: 1;
  padding: 10px 16px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s ease;
}
.error-404 .error-search .search-form .search-field:focus {
  border-color: #002b4d;
}
.error-404 .error-search .search-form .search-submit {
  padding: 10px 20px;
  background-color: #002b4d;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.error-404 .error-search .search-form .search-submit:hover {
  background-color: rgb(0, 14.5194805195, 26);
}
.error-404 .error-actions .btn-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background-color: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.error-404 .error-actions .btn-home i {
  font-size: 13px;
}
.error-404 .error-actions .btn-home:hover {
  background-color: #002b4d;
  color: #fff;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.post-views {
  display: flex;
}

.single-post {
  padding: 0px 0px 0px 0;
}
.single-post .post-category {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-post .post-category a {
  display: inline-block;
  background-color: #84bd00;
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color 0.4s ease;
  border-radius: 10px;
}
.single-post .post-category a:hover {
  background-color: rgb(96.380952381, 138, 0);
  opacity: 0.8;
  transform: scale(1.02);
}
.single-post .post-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #111;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single-post .post-title {
    font-size: 26px;
  }
}
.single-post .post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.single-post .post-meta .meta-left .author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post .post-meta .meta-left .author img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .post-meta .meta-left .author .author-info {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.single-post .post-meta .meta-left .author .author-info .by {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-post .post-meta .meta-left .author .author-info a {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
}
.single-post .post-meta .meta-left .author .author-info a:hover {
  color: #84bd00;
}
.single-post .post-meta .meta-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-post .post-meta .meta-right span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #888;
}
.single-post .post-meta .meta-right span i {
  color: #bbb;
  font-size: 12px;
}
.single-post .post-thumbnail {
  position: relative;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.single-post .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post .post-thumbnail .img-caption {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}
.single-post .post-thumbnail .play-podcast {
  position: absolute;
  z-index: 99;
  right: 4%;
  top: 5%;
  cursor: pointer;
  color: #fff;
  background: #84bd00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  font-size: 14px;
  padding: 5px 20px;
  border: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.single-post .post-thumbnail .play-podcast i {
  padding-left: 5px;
  transition: transform 0.3s ease;
}
.single-post .post-thumbnail .play-podcast:hover {
  background: #002b4d;
}
.single-post .post-excerpt {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  line-height: 1.5;
  border-left: 4px solid #84bd00;
  padding-left: 16px;
  margin-bottom: 20px;
  font-style: italic;
  border-radius: 10px;
}
.single-post .post-excerpt p {
  padding: 5px 0px;
  margin: 0;
}
.single-post .post-content {
  color: #333;
  line-height: 1.85;
  margin-bottom: 36px;
}
.single-post .post-content iframe {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}
.single-post .post-content p {
  margin-bottom: 20px;
}
.single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4 {
  font-weight: 700;
  color: #111;
  margin: 32px 0 14px;
}
.single-post .post-content h2 {
  font-size: 24px;
}
.single-post .post-content h3 {
  font-size: 20px;
}
.single-post .post-content h4 {
  font-size: 18px;
}
.single-post .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 16px 0;
}
.single-post .post-content blockquote {
  border-left: 4px solid #84bd00;
  padding: 14px 20px;
  margin: 28px 0;
  background-color: #fafafa;
  font-style: italic;
  color: #555;
  font-size: 17px;
}
.single-post .post-content blockquote p {
  margin: 0;
}
.single-post .post-content ul, .single-post .post-content ol {
  padding-left: 24px;
  margin-bottom: 20px;
}
.single-post .post-content ul li, .single-post .post-content ol li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.single-post .post-content a {
  color: #84bd00;
  text-decoration: underline;
}
.single-post .post-content a:hover {
  color: rgb(96.380952381, 138, 0);
}
.single-post .post-content code {
  background: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 14px;
  color: #84bd00;
}
.single-post .post-content pre {
  background: #1e1e1e;
  color: #f8f8f2;
  padding: 20px;
  border-radius: 4px;
  overflow-x: auto;
  font-size: 14px;
  margin-bottom: 20px;
}
.single-post .post-content img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
  transition: transform 400ms ease;
}
.single-post .post-content img:hover {
  transform: scale(1.01);
}
.single-post .post-content .wp-caption.aligncenter,
.single-post .post-content figure.wp-block-image.aligncenter,
.single-post .post-content figure.wp-block-image.is-resized.aligncenter,
.single-post .post-content .wp-block-image .aligncenter,
.single-post .post-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.single-post .post-content .wp-block-image.aligncenter {
  text-align: center;
}
.single-post .post-content .wp-block-image.aligncenter > figure,
.single-post .post-content .wp-block-image.aligncenter figure {
  margin-left: auto;
  margin-right: auto;
}
.single-post .post-content .wp-block-image .aligncenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.single-post .post-content .entry-content img.aligncenter,
.single-post .post-content .entry-content .wp-caption.aligncenter,
.single-post .post-content .post-content img.aligncenter,
.single-post .post-content .post-content .wp-caption.aligncenter,
.single-post .post-content .single-content img.aligncenter,
.single-post .post-content .single-content .wp-caption.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
.single-post .post-content .wp-caption,
.single-post .post-content figure.wp-block-image {
  max-width: 100%;
  margin: 10px auto;
  border-radius: 5px;
  overflow: hidden;
}
.single-post .post-content .wp-caption img,
.single-post .post-content .wp-caption .wp-caption-text,
.single-post .post-content .wp-caption figcaption,
.single-post .post-content figure.wp-block-image img,
.single-post .post-content figure.wp-block-image .wp-caption-text,
.single-post .post-content figure.wp-block-image figcaption {
  display: block;
  width: 100%;
}
.single-post .post-content .wp-caption .wp-caption-text,
.single-post .post-content .wp-caption figcaption,
.single-post .post-content figure.wp-block-image .wp-caption-text,
.single-post .post-content figure.wp-block-image figcaption {
  position: relative;
  margin-top: 10px;
  padding: 0;
  background: none;
  text-align: center;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  color: rgb(96.75, 96.75, 96.75);
  line-height: 1.65;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-post .post-content .wp-caption .wp-caption-text::before, .single-post .post-content .wp-caption .wp-caption-text::after,
.single-post .post-content .wp-caption figcaption::before,
.single-post .post-content .wp-caption figcaption::after,
.single-post .post-content figure.wp-block-image .wp-caption-text::before,
.single-post .post-content figure.wp-block-image .wp-caption-text::after,
.single-post .post-content figure.wp-block-image figcaption::before,
.single-post .post-content figure.wp-block-image figcaption::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0, 43, 77, 0.25));
}
.single-post .post-content .wp-caption .wp-caption-text::after,
.single-post .post-content .wp-caption figcaption::after,
.single-post .post-content figure.wp-block-image .wp-caption-text::after,
.single-post .post-content figure.wp-block-image figcaption::after {
  background: linear-gradient(to left, transparent, rgba(0, 43, 77, 0.25));
}
.single-post .post-content .wp-caption.aligncenter,
.single-post .post-content figure.wp-block-image.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.single-post .post-content .wp-caption.alignleft,
.single-post .post-content figure.wp-block-image.alignleft {
  float: left;
  margin: 8px 28px 20px 0;
  max-width: 45%;
}
@media (max-width: 767px) {
  .single-post .post-content .wp-caption.alignleft,
  .single-post .post-content figure.wp-block-image.alignleft {
    float: none;
    max-width: 100%;
    margin: 24px 0;
  }
}
.single-post .post-content .wp-caption.alignright,
.single-post .post-content figure.wp-block-image.alignright {
  float: right;
  margin: 8px 0 20px 28px;
  max-width: 45%;
}
@media (max-width: 767px) {
  .single-post .post-content .wp-caption.alignright,
  .single-post .post-content figure.wp-block-image.alignright {
    float: none;
    max-width: 100%;
    margin: 24px 0;
  }
}
.single-post .post-content .wp-caption.alignwide,
.single-post .post-content figure.wp-block-image.alignwide {
  max-width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
@media (max-width: 991px) {
  .single-post .post-content .wp-caption.alignwide,
  .single-post .post-content figure.wp-block-image.alignwide {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.single-post .post-content .wp-caption.alignfull,
.single-post .post-content figure.wp-block-image.alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
}
.single-post .post-content .wp-caption.alignfull img,
.single-post .post-content figure.wp-block-image.alignfull img {
  border-radius: 0;
}
.single-post .post-content .wp-caption.alignfull .wp-caption-text,
.single-post .post-content .wp-caption.alignfull figcaption,
.single-post .post-content figure.wp-block-image.alignfull .wp-caption-text,
.single-post .post-content figure.wp-block-image.alignfull figcaption {
  border-radius: 0;
}
.single-post .post-content .wp-caption.size-thumbnail {
  max-width: 150px;
}
.single-post .post-content .wp-caption.size-medium {
  max-width: 300px;
}
.single-post .post-content .wp-caption.size-large {
  max-width: 100%;
}
.single-post .post-content .wp-caption.size-full {
  max-width: 100%;
}
.single-post .post-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.single-post .post-tags .tags-label {
  font-size: 13px;
  font-weight: 700;
  color: #555;
}
.single-post .post-tags .tags-label i {
  color: #84bd00;
}
.single-post .post-tags .tag {
  display: inline-block;
  padding: 4px 12px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  transition: all 0.2s ease;
}
.single-post .post-tags .tag:hover {
  background-color: #84bd00;
  border-color: #84bd00;
  color: #fff;
}
.single-post .author-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 36px;
}
.single-post .author-box .author-avatar {
  flex-shrink: 0;
}
.single-post .author-box .author-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .author-box .author-details .written-by {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 4px;
}
.single-post .author-box .author-details .author-name {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
}
.single-post .author-box .author-details .author-name a {
  color: #111;
  text-decoration: none;
}
.single-post .author-box .author-details .author-name a:hover {
  color: #84bd00;
}
.single-post .author-box .author-details .author-bio {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.single-post .post-navigation {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .single-post .post-navigation {
    flex-direction: column;
  }
}
.single-post .post-navigation a {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
  background-color: #fafafa;
}
.single-post .post-navigation a:hover {
  border-color: #84bd00;
  background-color: #fff;
}
.single-post .post-navigation a.nav-next {
  text-align: right;
}
.single-post .post-navigation a .nav-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #84bd00;
}
.single-post .post-navigation a .nav-label i {
  font-size: 10px;
}
.single-post .post-navigation a .nav-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-post .gallery {
  padding: 10px 0px 30px 0px;
}
.single-post .gallery .img-wrapper {
  height: 30vh;
  border-radius: 10px;
  overflow: hidden;
}
.single-post .gallery .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.single-post .gallery .img-wrapper:hover img {
  transform: scale(1.05);
}

.lg-backdrop {
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.92);
}

.lg-outer .lg-thumb-outer {
  background-color: transparent;
}

.tag-archive-header {
  padding: 2rem 0 1rem;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 1.5rem;
}
.tag-archive-header .tag-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #888;
}
.tag-archive-header .tag-name {
  font-size: 1.5rem;
  margin: 0.25rem 0 0;
  color: #002b4d;
}

.sidebar {
  position: sticky;
  top: 50px;
  padding: 30px 0 40px 30px;
  border-left: 1px solid rgba(0, 43, 77, 0.1);
}
.sidebar .sidebar-widget.more-articles .widget-title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #84bd00;
  position: relative;
}
.sidebar .sidebar-widget.more-articles .article-card {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar .sidebar-widget.more-articles .article-card:last-child {
  border-bottom: none;
}
.sidebar .sidebar-widget.more-articles .article-card:hover .article-title a {
  color: #84bd00;
}
.sidebar .sidebar-widget.more-articles .article-card .article-thumb {
  flex-shrink: 0;
  width: 90px;
  height: 70px;
  border-radius: 3px;
  overflow: hidden;
}
.sidebar .sidebar-widget.more-articles .article-card .article-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.sidebar .sidebar-widget.more-articles .article-card .article-thumb:hover img {
  transform: scale(1.05);
}
.sidebar .sidebar-widget.more-articles .article-card .article-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar .sidebar-widget.more-articles .article-card .article-info .cat {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #84bd00;
  text-decoration: none;
}
.sidebar .sidebar-widget.more-articles .article-card .article-info .cat:hover {
  text-decoration: underline;
}
.sidebar .sidebar-widget.more-articles .article-card .article-info .article-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.sidebar .sidebar-widget.more-articles .article-card .article-info .article-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar .sidebar-widget.more-articles .article-card .article-info .article-date {
  font-size: 11px;
  color: #aaa;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sidebar .sidebar-widget.more-articles .article-card .article-info .article-date i {
  font-size: 10px;
}
.sidebar .sidebar-widget.more-articles .no-articles {
  font-size: 13px;
  color: #999;
  text-align: center;
  padding: 20px 0;
}
.sidebar.blue-economy .sidebar-widget.more-articles .article-card .article-info .cat {
  color: #84bd00;
}
.sidebar.blue-economy .sidebar-widget.more-articles .widget-title {
  border-bottom: 3px solid #84bd00;
}

/* =====================================
   Author Intro Section
===================================== */
.author-intro {
  padding: 20px 0 40px;
  background: #002b4d;
  border-bottom: 1px solid #eee;
  border-radius: 20px;
}
.author-intro .author-avatar {
  text-align: center;
}
.author-intro .author-avatar img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.author-intro .author-avatar img:hover {
  transform: scale(1.03);
}
.author-intro .author-content {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .author-intro .author-content {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.author-intro .author-content .author-name {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.author-intro .author-content .author-role {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 20px;
}
.author-intro .author-content .author-bio {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  max-width: 700px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .author-intro .author-content .author-bio {
    margin-left: auto;
    margin-right: auto;
  }
}
.author-intro .author-content .author-meta {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .author-intro .author-content .author-meta {
    justify-content: center;
  }
}
.author-intro .author-content .author-meta span {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  background: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.archive-banner {
  width: 100%;
  margin: 0px 0px 40px 0px;
}
.archive-banner__bg {
  position: relative;
  height: 350px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  border-radius: 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .archive-banner__bg {
    height: 300px;
  }
}
.archive-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 43, 77, 0.92) 0%, rgba(0, 43, 77, 0.45) 55%, rgba(0, 43, 77, 0.05) 100%);
  z-index: 1;
}
.archive-banner__content {
  position: relative;
  z-index: 2;
  padding: 32px 20px;
  transform: translateY(20%);
}
.archive-banner__title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .archive-banner__title {
    font-size: 26px;
  }
}
.archive-banner__desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin: 0;
  max-width: 450px;
}

.archive-posts {
  padding-bottom: 30px;
}

.archive-card {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 300ms ease, transform 300ms ease;
  box-shadow: 0 8px 28px rgba(0, 44, 77, 0.12);
}
.archive-card:hover {
  box-shadow: 0 8px 28px rgba(0, 43, 77, 0.2);
  transform: translateY(-3px);
}
.archive-card--featured {
  flex-direction: row;
}
@media (max-width: 767px) {
  .archive-card--featured {
    flex-direction: column;
  }
}
.archive-card--featured .archive-card__media {
  flex: 0 0 55%;
  max-width: 55%;
}
@media (max-width: 767px) {
  .archive-card--featured .archive-card__media {
    flex: none;
    max-width: 100%;
  }
}
.archive-card--featured .archive-card__img {
  height: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .archive-card--featured .archive-card__img {
    height: 240px;
    min-height: unset;
  }
}
.archive-card--featured .archive-card__body {
  padding: 28px 24px;
  justify-content: center;
  flex-direction: column;
  background: rgba(132, 189, 0, 0.05);
}
.archive-card--featured .archive-card__title {
  font-size: 22px;
}
.archive-card--featured .archive-card__excerpt {
  display: block;
}
.archive-card__media {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.archive-card__img-link {
  display: block;
  overflow: hidden;
}
.archive-card__img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}
.archive-card:hover .archive-card__img {
  transform: scale(1.04);
}
.archive-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.85;
  transition: transform 250ms ease, opacity 250ms ease;
}
.archive-card__play svg {
  width: 56px;
  height: 56px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}
.archive-card__play:hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
.archive-card__audio {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background: #002b4d;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background 200ms ease;
}
.archive-card__audio:hover {
  background: rgb(103.5047619048, 148.2, 0);
}
.archive-card__cat {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 10;
  display: inline-block;
  background: #84bd00;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 3px 15px;
  border-radius: 20px;
  text-decoration: none;
}
.archive-card__cat:hover {
  background: rgb(103.5047619048, 148.2, 0);
  color: #fff;
  text-decoration: none;
}
.archive-card__body {
  padding: 18px 16px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.archive-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
}
.archive-card__title a {
  color: #002b4d;
  text-decoration: none;
  transition: color 200ms ease;
}
.archive-card__title a:hover {
  color: #84bd00;
}
.archive-card__excerpt {
  color: rgb(71.25, 71.25, 71.25);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
  flex: 1;
}
@media (max-width: 575px) {
  .archive-card__excerpt {
    display: none;
  }
}
.archive-card__date {
  color: rgb(109.5, 109.5, 109.5);
  font-size: 12px;
  margin-top: auto;
}
.archive-card__date i {
  margin-right: 4px;
}

.archive-pagination {
  display: flex;
  justify-content: center;
  padding: 20px 0 40px;
}
.archive-pagination ul {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive-pagination li {
  display: flex;
}
.archive-pagination a,
.archive-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
  border: 1.5px solid #DCDCE3;
  color: #002b4d;
  background: #fff;
}
.archive-pagination a:hover {
  background: #84bd00;
  border-color: #84bd00;
  color: #fff;
}
.archive-pagination .current {
  background: #84bd00;
  border-color: #84bd00;
  color: #fff;
  cursor: default;
}
.archive-pagination .dots {
  border-color: transparent;
  background: transparent;
  color: rgb(109.5, 109.5, 109.5);
  cursor: default;
  letter-spacing: 1px;
}
.archive-pagination .prev a,
.archive-pagination .next a {
  font-size: 13px;
  padding: 0 12px;
}
@media (max-width: 575px) {
  .archive-pagination a, .archive-pagination span {
    min-width: 34px;
    height: 34px;
    font-size: 13px;
  }
  .archive-pagination li:not(.prev):not(.next):not(.active) span:not(.current):not(.dots) {
    display: none;
  }
}

.hs-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
  border-bottom: 2px solid #DCDCE3;
  margin-bottom: 28px;
}
.hs-section-head--white {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.hs-section-head--light {
  border-bottom-color: rgba(0, 43, 77, 0.15);
}
.hs-section-head__title {
  font-size: 20px;
  font-weight: 800;
  color: #002b4d;
  margin: 0;
  position: relative;
  padding-left: 14px;
}
.hs-section-head__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 4px;
  background: #84bd00;
  border-radius: 2px;
}
.hs-section-head--white .hs-section-head__title {
  color: #fff;
}
.hs-section-head--light .hs-section-head__title {
  color: #002b4d;
}
.hs-section-head__link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #84bd00;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.2s ease, color 0.2s ease;
}
.hs-section-head__link:hover {
  color: #002b4d;
  gap: 8px;
  text-decoration: none;
}

.hs-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 320ms ease, box-shadow 320ms ease;
  box-shadow: 0 12px 32px rgba(0, 43, 77, 0.05);
}
.hs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 43, 77, 0.15);
}
.hs-card:hover .hs-card__media img {
  transform: scale(1.05);
}
.hs-card__media {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.hs-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}
.hs-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.85;
  transition: transform 250ms ease, opacity 250ms ease;
}
.hs-card__play svg {
  width: 58px;
  height: 58px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}
.hs-card__play:hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
.hs-card__play--sm svg {
  width: 36px;
  height: 36px;
}
.hs-card__cat {
  position: absolute;
  bottom: 10px;
  left: 12px;
  z-index: 8;
  display: inline-block;
  background: #84bd00;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding: 3px 10px;
  border-radius: 20px;
  text-decoration: none;
  transition: background 200ms ease;
}
.hs-card__cat:hover {
  background: rgb(103.5047619048, 148.2, 0);
  color: #fff;
  text-decoration: none;
}
.hs-card__body {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.hs-card__body--overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: none;
  padding: 20px 20px 22px;
  gap: 6px;
}
.hs-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
.hs-card__title a {
  color: #002b4d;
  text-decoration: none;
  transition: color 200ms ease;
}
.hs-card__title a:hover {
  color: #84bd00;
}
.hs-card__body--overlay .hs-card__title {
  font-size: 20px;
}
.hs-card__body--overlay .hs-card__title a {
  color: #fff;
}
.hs-card__body--overlay .hs-card__title a:hover {
  color: #84bd00;
}
.hs-card__excerpt {
  font-size: 13px;
  color: #545454;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.hs-card__body--overlay .hs-card__excerpt {
  color: rgba(255, 255, 255, 0.75);
}
.hs-card__date {
  font-size: 11px;
  color: #878787;
  margin-top: auto;
}
.hs-card__date i {
  margin-right: 3px;
}
.hs-card__body--overlay .hs-card__date {
  color: rgba(255, 255, 255, 0.5);
}
.hs-card--overlay {
  position: relative;
}
.hs-card--overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 43, 77, 0.88) 0%, rgba(0, 43, 77, 0.35) 55%, rgba(0, 43, 77, 0) 100%);
  z-index: 3;
  pointer-events: none;
}
.hs-card--overlay .hs-card__media {
  height: 100%;
}
.hs-card--overlay .hs-card__play {
  z-index: 8;
}
.hs-card--overlay .hs-card__cat {
  z-index: 8;
}

.hs-latest {
  padding: 20px 0 60px;
}
.hs-latest .hs-ticker {
  display: flex;
  align-items: center;
  gap: 0;
  background: #84bd00;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 32px;
}
.hs-latest .hs-ticker__label {
  flex-shrink: 0;
  background: #002b4d;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 18px;
}
.hs-latest .hs-ticker__track {
  flex: 1;
  overflow: hidden;
  padding: 0 12px;
}
.hs-latest .hs-ticker__track .owl-carousel {
  margin: 0;
}
.hs-latest .hs-ticker__track .owl-stage-outer {
  overflow: hidden;
}
.hs-latest .hs-ticker__item a {
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 10px 0;
}
.hs-latest .hs-ticker__item a:hover {
  color: #002b4d;
}
.hs-latest__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 991px) {
  .hs-latest__grid {
    grid-template-columns: 1fr;
  }
}
.hs-latest__big .hs-card--overlay {
  height: 480px;
}
@media (max-width: 767px) {
  .hs-latest__big .hs-card--overlay {
    height: 320px;
  }
}
.hs-latest__big .hs-card__media {
  height: 100%;
}
.hs-latest__big .hs-card__body--overlay .hs-card__title {
  font-size: 22px;
}
.hs-latest__big .hs-card__cat {
  bottom: auto;
  top: 10px;
}
.hs-latest__small-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 575px) {
  .hs-latest__small-grid {
    grid-template-columns: 1fr;
  }
}

.hs-card--small .hs-card__media {
  height: 160px;
}
.hs-card--small .hs-card__media img {
  height: 160px;
}
.hs-card--small .hs-card__title {
  font-size: 14px;
}

.hs-ticker__dot {
  color: #fff;
  font-size: 8px;
  margin-right: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.hs-ticker__label i {
  margin-right: 5px;
}
.hs-ticker .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.hs-ticker .owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 300ms ease;
}
.hs-ticker .owl-carousel .owl-item.active {
  opacity: 1;
}

.hs-card__audio {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background: #002b4d;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 5px 12px 5px 10px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background 200ms ease;
  letter-spacing: 0.3px;
}
.hs-card__audio i {
  font-size: 12px;
}
.hs-card__audio:hover {
  background: #84bd00;
}
.hs-card--overlay .hs-card__audio {
  top: 12px;
  right: 12px;
  z-index: 10;
}

.sports-sec {
  background: rgba(132, 189, 0, 0.1);
  padding: 60px 0px 50px 0px;
}

.community-sec {
  background: rgba(0, 43, 77, 0.1);
  padding: 60px 0px 50px 0px;
}

.small-videos .side-banner .img-wrapper {
  position: relative;
  height: 150px;
}
.small-videos .side-banner .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.small-videos .archive-card__play svg {
  width: 40px;
  height: 40px;
}

.search-results-header {
  background: #002b4d;
  padding: 48px 0 44px;
  position: relative;
  overflow: hidden;
}
.search-results-header::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  pointer-events: none;
}
.search-results-header::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  pointer-events: none;
}

.srh-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 575px) {
  .srh-inner {
    gap: 16px;
  }
}

.srh-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(132, 189, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #84bd00;
  font-size: 24px;
}
@media (max-width: 575px) {
  .srh-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}

.srh-content .srh-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 6px;
}
.srh-content .srh-query {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.2;
  word-break: break-word;
}
@media (max-width: 767px) {
  .srh-content .srh-query {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .srh-content .srh-query {
    font-size: 18px;
  }
}
.srh-content .srh-count {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.srh-content .srh-count strong {
  color: #84bd00;
  font-weight: 700;
}

.search-results-section {
  padding: 40px 0 60px;
}

.sr-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 8px 0 20px;
}
.sr-divider::before, .sr-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #DCDCE3;
}
.sr-divider span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(122.25, 122.25, 122.25);
  white-space: nowrap;
}

.sr-noresults {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px 80px;
  max-width: 580px;
  margin: 0 auto;
}
.sr-noresults__icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(220, 220, 227, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: rgb(109.5, 109.5, 109.5);
  margin-bottom: 28px;
  animation: float 3s ease-in-out infinite;
}
.sr-noresults__title {
  font-size: 24px;
  font-weight: 800;
  color: #002b4d;
  margin: 0 0 12px;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .sr-noresults__title {
    font-size: 20px;
  }
}
.sr-noresults__sub {
  font-size: 15px;
  color: rgb(96.75, 96.75, 96.75);
  line-height: 1.7;
  margin: 0 0 32px;
}
.sr-noresults__form {
  width: 100%;
  margin-bottom: 40px;
}
.sr-noresults__input-wrap {
  max-width: 480px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 43, 77, 0.1);
}
.sr-noresults__cats {
  width: 100%;
}
.sr-noresults__cats-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(109.5, 109.5, 109.5);
  margin-bottom: 14px;
}
.sr-noresults__cat-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.sr-cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: #fff;
  border: 1.5px solid #DCDCE3;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #002b4d;
  text-decoration: none;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}
.sr-cat-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  background: #DCDCE3;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 700;
  color: #545454;
  transition: background 220ms ease, color 220ms ease;
}
.sr-cat-pill:hover {
  background: #84bd00;
  border-color: #84bd00;
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}
.sr-cat-pill:hover span {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.e404-hero {
  position: relative;
  background: #002b4d;
  overflow: hidden;
  padding: 80px 0 90px;
  text-align: center;
}
@media (max-width: 767px) {
  .e404-hero {
    padding: 60px 0 70px;
  }
}
.e404-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.e404-hero__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
  line-height: 1;
}
.e404-hero__four {
  font-size: 140px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.08);
  font-family: "LufgaBold", sans-serif;
  letter-spacing: -4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 575px) {
  .e404-hero__four {
    font-size: 90px;
  }
}
.e404-hero__zero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(132, 189, 0, 0.12);
  border: 2px solid rgba(132, 189, 0, 0.25);
}
@media (max-width: 575px) {
  .e404-hero__zero {
    width: 80px;
    height: 80px;
  }
}
.e404-hero__compass {
  font-size: 52px;
  color: #84bd00;
  animation: compassSpin 8s linear infinite;
}
@media (max-width: 575px) {
  .e404-hero__compass {
    font-size: 36px;
  }
}
.e404-hero__title {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .e404-hero__title {
    font-size: 26px;
  }
}
.e404-hero__sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  max-width: 480px;
  line-height: 1.7;
  margin: 0 auto 36px;
}
@media (max-width: 575px) {
  .e404-hero__sub {
    font-size: 14px;
  }
}

@keyframes compassSpin {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(20deg);
  }
  35% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(10deg);
  }
  65% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.e404-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.e404-blob--tl {
  width: 360px;
  height: 360px;
  top: -120px;
  left: -100px;
}
.e404-blob--br {
  width: 280px;
  height: 280px;
  bottom: -80px;
  right: -60px;
}

.e404-search {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 28px;
}
.e404-search__wrap {
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  border-color: transparent;
}
.e404-search__wrap .search-field {
  color: #002b4d;
}
.e404-search__wrap .search-field::-moz-placeholder {
  color: rgba(0, 43, 77, 0.4);
}
.e404-search__wrap .search-field::placeholder {
  color: rgba(0, 43, 77, 0.4);
}

.e404-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.e404-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 26px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
  text-decoration: none;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease;
}
.e404-btn i {
  font-size: 13px;
}
.e404-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}
.e404-btn--primary {
  background: #84bd00;
  color: #fff;
  border: 2px solid #84bd00;
}
.e404-btn--primary:hover {
  background: rgb(103.5047619048, 148.2, 0);
  border-color: rgb(103.5047619048, 148.2, 0);
  color: #fff;
}
.e404-btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.e404-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.e404-suggested {
  padding: 50px 0 60px;
  background: #fff;
}

/******** *****   Responsiveness *****  ***********/
@media only screen and (min-width: 1600px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 20px 0px 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .container {
    max-width: 80%;
  }
  p {
    font-size: 15px;
  }
  .btn {
    padding: 5px 35px;
    font-size: 12px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    padding: 10px 10px 10px 10px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 12px;
    padding: 0px 5px 0px 5px;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content {
    max-width: 700px;
  }
  .mobile-header .top-header .logo-wrapper {
    max-width: 250px;
  }
  .mobile-header .top-header .menu-socials .social li {
    margin: 10px 10px 0px 10px;
  }
  .mobile-header .top-header .menu-socials .social li a {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content h1 {
    font-size: 35px;
    line-height: 1.2;
  }
  .card .card-body .card-title {
    font-size: 20px;
  }
  .card .card-body .cat {
    font-size: 80%;
  }
  .card .card-body .card-text {
    font-size: 14px;
  }
  .latest .card.small-card .card-body .card-title {
    font-size: 18px;
    line-height: 1.3;
  }
  .card.small-card .card-body .card-title {
    font-size: 16px;
    line-height: 1.3;
  }
  .all-articles .card.news .card-body .card-title {
    font-size: 20px;
  }
  .all-articles .card.news.big-card .card-body .card-title {
    font-size: 25px;
  }
  .single-content .title-wrapper .page-title {
    font-size: 30px;
    font-weight: 700;
  }
  .single-content .excerpt {
    font-size: 18px;
  }
  .banner .banner-content .banner-card h2.page-title {
    font-size: 30px;
  }
  .mobile-header .top-header .menu-socials .social li {
    margin: 10px 5px 0px 5px;
  }
  .mobile-header .top-header .menu-socials .social li a {
    padding: 5px;
  }
  .site-footer .menu-socials .social li {
    margin: 10px 5px 0px 5px;
  }
  .site-footer .menu-socials .social li:first-child {
    margin-left: 0px;
  }
  .single-banner .banner-content .banner-card h2.page-title {
    font-size: 18px;
  }
  .single-content .meta-data ul li {
    font-size: 12px;
  }
  .single-content .meta-data ul li:first-child {
    font-size: 12px;
  }
  .card.small-card .img-wrapper {
    height: 120px;
  }
  .home-videos .card.big-card .img-wrapper i {
    font-size: 50px;
  }
  .card .img-wrapper i {
    font-size: 30px;
  }
  .card .img-wrapper i.bigger {
    font-size: 50px;
  }
  .home-videos .card.line-card .card-body .card-title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .cat-sustainable .card.big-card .card-body .card-title {
    font-size: 25px;
    line-height: 1.2;
  }
  .cat-sustainable .item .card .card-body .card-title {
    color: #fff;
    font-size: 18px;
  }
  .single-post .post-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .home-videos .width-80 {
    width: 90%;
  }
  .home-videos .card {
    margin-bottom: 40px;
  }
  .home-videos .card.big-card .img-wrapper img {
    min-height: 250px;
  }
  .home-videos .card.big-card .card-body .card-text {
    font-size: 13px;
  }
  .home-videos .card.big-card .card-body .card-title {
    font-size: 18px;
  }
  .cat-lifestyle {
    padding: 60px 0px 10px 0px;
  }
  .cat-lifestyle .card .img-wrapper {
    height: auto;
  }
  .cat-sustainable .width-80 {
    width: 95%;
    margin: auto !important;
  }
  .cat-sustainable .card {
    margin-bottom: 40px;
  }
  .cat-sustainable .card.big-card .img-wrapper img {
    min-height: 250px;
  }
  .cat-sustainable .card.big-card .card-body .card-text {
    font-size: 13px;
  }
  .cat-sustainable .card.big-card .card-body .card-title {
    font-size: 18px;
  }
  .cat-sustainable .owl-dots {
    display: none;
  }
  .home-bigmoney .card.line-card .card-body {
    padding: 10px 5px 10px 0px !important;
  }
  .main-header.is-home {
    position: relative;
  }
  .landing-banner .landing-banner-slider .owl-dots .owl-dot {
    display: none;
  }
  .mobile-header.is-home {
    position: relative;
    left: 0;
  }
  .page-title.text-center {
    font-size: 25px;
  }
  .all-articles .card.news.big-card .card-body .card-title {
    font-size: 18px;
  }
  .all-articles .card.news.big-card {
    padding: 0px;
    height: 300px;
  }
  .all-articles .card.news.big-card .card-body .card-text {
    font-size: 12px;
  }
  .single-content .title-wrapper .page-title {
    font-size: 25px;
  }
  .single-content .content blockquote {
    margin: 30px 10px 30px 50px;
  }
  p {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .card {
    height: auto;
  }
  h2.title {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px 20px 0px;
    padding: 10px 20px 10px 20px;
    background: #DCDCE3;
    border-left: 5px solid #7FBC03;
    overflow: hidden;
  }
  .cat-personal .card .img-wrapper {
    height: auto;
  }
  .container {
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 11px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 10px;
  }
  .mobile-header .top-header {
    padding: 0px 0px;
  }
  .mobile-header .top-header .logo-wrapper {
    max-width: 150px;
  }
  .mobile-header .top-header .menu-socials .social {
    margin-left: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
  }
  .mobile-header .top-header .menu-socials .social li {
    margin: 5px 2px 0px 2px;
  }
  .mobile-header .top-header .menu-socials .social li a {
    font-size: 10px;
    padding: 3px;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content {
    left: 5%;
    max-width: 80%;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content h1 {
    font-size: 12px;
    line-height: 1.1;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content .cat {
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content .cat a {
    font-size: 8px;
    padding-right: 10px;
  }
  .landing-banner .landing-banner-slider .slider-item .landing-banner-content .btn {
    padding: 2px 30px;
    font-size: 8px;
    line-height: 14px;
  }
  .landing-banner .landing-banner-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 5px;
    margin: 3px 3px;
  }
  .landing-banner .landing-banner-slider .owl-dots {
    bottom: -4%;
    transform: translate(-50%, -50%);
  }
  .landing-banner .landing-banner-slider .owl-item img.main-img {
    height: 45vh;
  }
  .card .card-body .card-title {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
  }
  .card .card-body .card-text {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .card .card-body .cat {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .btn {
    padding: 2px 30px;
    font-size: 8px;
    line-height: 14px;
  }
  .card.small-card .img-wrapper {
    height: auto;
  }
  .card.small-card .card-body .card-title {
    font-weight: 500;
  }
  .card.small-card .card-body .btn {
    padding: 2px 30px;
    font-size: 8px;
    line-height: 14px;
  }
  .latest {
    padding: 15px 0px;
  }
  .latest .card.small-card .img-wrapper {
    height: auto;
  }
  .latest .card.small-card .card-body .cat {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .latest .card.small-card .card-body .card-title {
    font-weight: 500;
  }
  .latest .card.small-card .btn {
    padding: 2px 30px;
    font-size: 8px;
    line-height: 14px;
  }
  .cat-personal {
    padding: 30px 0px 20px 0px;
  }
  h2 .btn {
    right: 0%;
    transform: translate(-25%, -50%);
  }
  .home-videos {
    padding: 40px 0px;
  }
  .home-videos .card.line-card {
    margin-bottom: 30px;
  }
  .home-videos .card.line-card .card-body .cat {
    padding-top: 8px;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .home-videos .card.line-card .card-body .btn {
    padding: 2px 30px;
    font-size: 8px;
    line-height: 14px;
  }
  .cat-sustainable {
    background: rgba(220, 220, 227, 0.4);
    padding: 30px 0px 20px 0px;
  }
  .small-videos.pl-3 {
    padding: 0px 0px !important;
  }
  h4.title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .single-content .excerpt {
    margin: 10px 10px 10px 0px;
    padding: 10px 10px 10px 15px;
    border-left: #7FBC03 solid 5px;
    font-weight: 500;
    font-size: 12px;
  }
  .subscribe {
    padding: 20px 20px;
  }
  .subscribe input {
    font-size: 10px;
    padding: 5px;
  }
  .subscribe .title {
    margin-bottom: 10px;
  }
  .subscribe .btn {
    font-size: 10px;
    padding: 6px;
  }
  .copyright {
    font-size: 10px;
  }
  .banner {
    width: 100%;
    margin: auto;
    min-height: 200px;
  }
  .banner .banner-content .banner-card {
    max-width: 90%;
  }
  .banner .banner-content .banner-card h2.page-title {
    font-size: 16px;
  }
  .all-articles {
    padding: 5px 0px 20px 0px;
  }
  .video-content {
    padding: 10px 0px;
  }
  .single-banner {
    width: 100%;
    margin: 2px auto 0px auto;
  }
  .single-banner .banner-content .banner-card h2.page-title {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .single-content .meta-data ul li {
    font-size: 8px;
    padding: 0px 10px;
  }
  .single-content .meta-data ul li:first-child {
    font-size: 8px;
  }
  .single-content .meta-data ul li .post-views.entry-meta > span.post-views-icon.dashicons {
    font-size: 14px;
    display: none;
  }
  .single-content .meta-data ul li .small {
    font-size: 7px;
  }
  .single-content .meta-data ul li:after {
    width: 3px;
    height: 3px;
    bottom: 30%;
  }
  iframe {
    max-height: 300px;
  }
  .single-content .side-bar {
    padding: 0px 0px;
  }
  .single-content .side-bar .tags ul .btn {
    padding: 5px 30px;
    font-size: 10px;
    line-height: 14px;
  }
  .single-content .side-bar .title {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .single-content .side-bar .rpwe-title a {
    font-size: 12px;
  }
  .width-80 {
    width: 90%;
  }
  .hero-slide {
    height: 370px;
  }
  .hero-sidebar {
    margin: 10px 0px 0px 0px;
  }
  .hero-slide__audio {
    top: 15px;
    right: 12px;
    border-radius: 15px;
    padding: 5px 20px 4px 20px;
    font-size: 11px;
  }
  .hero-slide__cat {
    font-size: 8px;
    padding: 4px 10px 3px 10px;
    margin-bottom: 8px;
    border-radius: 20px;
  }
  #podcast-player {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    border-radius: 5px;
    padding: 10px;
  }
  .hero-slide__play svg {
    width: 52px;
    height: 52px;
  }
  .hero-slide__content {
    padding: 20px 20px 40px;
  }
  .hero-slide__title {
    margin: 0 0 0px;
  }
  .hero-main .hero-slider .owl-dots .owl-dot span {
    width: 20px;
    height: 4px;
  }
  .hero-main .hero-slider .owl-dots .owl-dot.active span {
    width: 30px;
  }
  .hs-latest {
    padding: 20px 0 40px;
  }
  .hs-latest__big .hs-card__excerpt {
    display: none;
  }
  .hs-latest__big .hs-card__body--overlay .hs-card__title {
    font-size: 16px;
  }
  .archive-card__title {
    font-size: 14px;
  }
  .sports-sec {
    padding: 40px 0px 30px 0px;
  }
  .home-videos .hv-featured__title {
    font-size: 18px;
  }
  .home-videos .hv-sidebar-item__title {
    font-size: 13px;
  }
  .home-videos .hv-sidebar-item {
    gap: 10px;
  }
  .home-videos .hv-sidebar-item__cat {
    font-size: 8px;
  }
  .home-videos .hv-sidebar-item__date {
    font-size: 9px;
  }
  .home-videos .hv-play-btn--sm svg {
    width: 35px;
    height: 35px;
  }
  .community-sec {
    background: rgba(0, 43, 77, 0.1);
    padding: 40px 0px 30px 0px;
  }
  .site-footer__top {
    padding: 50px 0 60px;
  }
  .footer-popular__title {
    font-size: 11px;
  }
  .archive-banner__desc {
    font-size: 12px;
  }
  .archive-card--featured .archive-card__title {
    font-size: 18px;
  }
  .archive-card__play svg {
    width: 35px;
    height: 35px;
  }
  .archive-pagination {
    display: flex;
    justify-content: center;
    padding: 10px 0 10px;
  }
  .sidebar {
    position: sticky;
    top: 50px;
    padding: 0px 0 30px 0px;
    border-left: 0px solid rgba(0, 43, 77, 0.1);
  }
  .single-post .post-meta .meta-right span {
    font-size: 11px;
  }
  .single-post .post-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1145px) {
  .mobile-header {
    display: none;
  }
}
@media only screen and (max-width: 1145px) {
  .desktop-header {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */