/*!
Theme Name: nepaleyes
Theme URI: https://www.nepaleyes.com.au/
Author: GWT
Author URI: https://www.genesiswtech.com/
Description: Connecting Community
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: nepaleyes
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.

nepaleyes 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

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

@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --primary--color: #05226e;
  --secondary--color: #d9b828;
  --teritary--color: #cd0102;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

body {
  font-family: "Mukta", sans-serif;
}

p {
  line-height: 1.5;
  color: #000309;
}

h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: "Mukta", sans-serif;
  color: #000309;
  font-weight: 600;
}

.site-header .custom-logo {
  max-width: 220px;
  padding-top: 10px;
}
.lang__translator a {
  color: #fff;
  padding: 14px 20px;
  background: var(--secondary--color);
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.site-branding {
  position: relative;
}
.site-branding .today__date {
  position: absolute;
  top: 22px;
  left: 60px;
}
.site-branding .today__date span {
  color: #666161;
  font-size: 14px;
  font-weight: 500;
}
.site-branding .logo__txt {
  position: absolute;
  bottom: -2px;
  right: -140px;
}
.site-branding .logo__txt span {
  color: #666161;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
}
.main-navigation {
  margin-top: 10px;
  background: var(--primary--color);
  border-bottom: 3px solid var(--secondary--color);
}

.main-navigation > div > div > div {
  /* margin-right: auto; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-navigation > div > div > div > ul {
  margin: 0;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-navigation > div > div > div > ul,
.main-navigation > div > div > div > ul > li {
  margin: 0;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-navigation > div > div > div > ul > li.current-menu-item,
.main-navigation > div > div > div > ul > li:hover {
  background: #00000038;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.main-navigation > div > div > div > ul > li {
  position: relative;
}

.main-navigation > div > div > div > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -o-transition: 0.4s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  transition: 0.4s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  top: 120%;
  left: 0;
  width: 200px;
  background: #fff;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 15px #00000030;
  box-shadow: 0px 5px 15px #00000030;
}

.main-navigation > div > div > div > ul > li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  -webkit-transition: 0.4s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -o-transition: 0.4s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  transition: 0.4s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
}

.main-navigation > div > div > div > ul > li > a,
.main-navigation > div > div > div > ul > li > ul > li > a {
  position: relative;
  color: #fff;
  display: block;
  font-weight: 500;
  height: 100%;
  font-family: "Mukta", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  padding: 12px 0;
}
.main-navigation > div > div > div > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main-navigation > div > div > div > ul > li > ul > li:hover {
  background: #05226e0f;
}
.main-navigation > div > div > div > ul > li.menu-item-has-children > a {
  padding-right: 20px;
}
.main-navigation > div > div > div > ul > li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: #fff;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.main-navigation > div > div > div > ul > li > ul > li > a {
  color: #111;
  font-size: 14px;
}
/* .main-navigation > div > div > div > ul > li > ul > li > a:hover{
  color: var(--primary--color);
} */
.main-navigation > div > div > div > ul > li > ul > li > a {
  padding: 10px 0px 10px 0;
  font-size: 14px;
}

.main-navigation .uk-container {
  position: relative;
}
.burgerMenu {
  padding: 14px 0;
}
.header-right img,
.burgerMenu img {
  width: 20px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.uk-offcanvas-overlay::before {
  width: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.uk-offcanvas-overlay.uk-open::before {
  width: 100%;
}
.uk-offcanvas-bar-animation {
  -webkit-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.uk-offcanvas-bar {
  background: var(--primary--color);
  padding: 0;
}
.uk-offcanvas-bar .offcanvas__logo .custom-logo-link {
  width: 100%;
  display: block;
  background: #fff;
  text-align: center;
}
.uk-offcanvas-bar .offcanvas__logo img {
  background: #fff;
  padding: 20px;
  width: 200px;
}
.uk-offcanvas-bar .uk-offcanvas-close {
  top: 5px;
  right: 5px;
  color: var(--teritary--color);
}
.uk-offcanvas-bar .uk-offcanvas-close:hover {
  color: var(--teritary--color);
}

#offcanvas-overlay #primary-menu1 > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 20px;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

#offcanvas-overlay #primary-menu1 > li > ul,
#offcanvas-overlay #primary-menu1 > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#offcanvas-overlay #primary-menu1 li {
  position: relative;
  cursor: pointer;
}
#offcanvas-overlay #primary-menu1 > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
#offcanvas-overlay #primary-menu1 > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

#offcanvas-overlay #primary-menu1 > li > a:hover,
#offcanvas-overlay #primary-menu1 > li > a.show-active,
#offcanvas-overlay #primary-menu1 > li > a:focus,
#offcanvas-overlay #primary-menu1 > li:hover > a,
#offcanvas-overlay #primary-menu1 > li:focus > a {
  background: #00000038;
  color: #fff;
}

#offcanvas-overlay #primary-menu1 > li:hover > a {
  color: #fff;
}
#offcanvas-overlay #primary-menu1 > li > ul > li:hover {
  background: #05226e0f;
}
#offcanvas-overlay #primary-menu1 li.menu-item-has-children span {
  color: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 24px;
  width: 54px;
  height: 54px;
  background: #00000038;
  right: 0;
}
#offcanvas-overlay #primary-menu1 li.menu-item-has-children span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* #offcanvas-overlay #primary-menu1 li > ul {
  background: #fff;
} */
#offcanvas-overlay #primary-menu1 li.menu-item-has-children > ul {
  background: #fff;
}
#offcanvas-overlay
  #primary-menu1
  li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul {
  background: #fff;
}
#offcanvas-overlay #primary-menu1 > li.menu-item-has-children > span {
  top: 27px;
}

#offcanvas-overlay #primary-menu1 > li.menu-item-has-children ul li a {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 400;
  padding: 10px 30px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: "Poppins", sans-serif;
}

/* #offcanvas-overlay #primary-menu1 > li.menu-item-has-children ul li a:hover {
  background: rgba(115, 181, 95, 0.2);
} */
#offcanvas-overlay
  #primary-menu1
  > li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li
  a {
  padding-left: 40px;
}
#offcanvas-overlay
  #primary-menu1
  > li.menu-item-has-children
  ul
  > li.menu-item-has-children
  > a {
  font-weight: 600;
  /* margin-left: 5px; */
}
#offcanvas-overlay
  #primary-menu1
  > li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li
  a {
  padding-left: 60px;
}

#search-modal .uk-modal-title {
  color: var(--primary--color);
}
#search-modal form input {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  margin-bottom: 15px;
  color: #333;
  border: 1px solid #b6b6b6;
  border-radius: 3px;
}
.btn {
  background: var(--primary--color);
  color: #fff;
  display: inline-block;
  padding: 10px 16px;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  outline: none;
  border: none;
  cursor: pointer;
}

/* Breaking Section */

.breaking__news {
  text-align: center;
  margin-bottom: 35px;
  text-align: center;
  /* border-radius: 15px; */
  /* border: 1px solid #0000001a;
  padding: 40px; */
  border-bottom: 1px solid #0000001a;
  padding-bottom: 15px;
}

/* .breaking__news:hover {
  background: #fff;
  -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
} */

/* .breaking__news:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdee8;
} */

.breaking__news--title {
  font-family: "Mukta", sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  margin: 0;
}

.breaking__news .subtitle {
  margin-top: 0;
}
.subtitle {
  margin: 0;
  margin: 13px 0;
  font-size: 22px;
  color: #000000a3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
}

.breaking__news--title .title {
  color: #101010;
}

.title {
  color: #313131;
}

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

.breaking__news p {
  color: #000000a3;
  font-size: 22px;
  padding: 0 40px;
  line-height: 37px;
  margin-top: 15px;
}

.slug {
  background: var(--teritary--color);
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
  padding: 7px 15px;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.news--author {
  margin-bottom: 15px;
}

.news--author img {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: middle;
}
.news--author a,
.news--author {
  font-size: 16px;
  font-weight: bold;
  color: var(--primary--color);
}

.news--author {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}

.breaking__news .news--author {
  font-size: 15px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}
.breaakingnewsimg img {
  width: 100%;
  max-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news--author span {
  color: #555;
  font-weight: bold;
}

.news--author span:last-child {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #c4c4c4;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
}

.section {
  padding-top: 50px;
}

.small-section {
  padding: 25px 0;
}
.big-section {
  padding: 50px 0;
}

.section-margin {
  margin-top: 50px;
}
.small-margin {
  margin-top: 10px;
}

.news__title--large {
  margin: 0;
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.news__title--xlarge {
  font-size: 37px;
  margin-top: 8px;
  line-height: 1.4;
}

.news__title--med {
  font-size: 27px;
  margin: 0;
  margin: 8px 0 8px 0;
  line-height: 1.4;
}

.news__title--medium {
  font-size: 22px;
  margin: 0;
  margin: 12px 0 0 0;
  line-height: 1.4;
}

.news__title--small {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 12px;
}

.heading__title {
  position: relative;
  font-size: 30px;
  display: inline-block;
  padding-top: 15px;
  margin-bottom: 10px;
  -webkit-box-flex: initial !important;
  -ms-flex: initial !important;
  flex: initial !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.heading__title.dark {
  color: var(--primary--color);
}
.heading__title.light {
  color: #fff;
}
.heading__title::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 3px;
  width: 40%;
}

.heading__title.dark::after {
  background-color: var(--secondary--color);
}
.heading__title.light::after {
  background-color: #fff;
}
.flex__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.flex__heading .heading__title {
  margin-bottom: 0;
}
.sticky__top {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
.content__wrapper {
  margin-top: 30px;
  position: relative;
}
.overlay__section {
  position: relative;
}
.overlay__section .overlay__txt {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 20px;
  padding-top: 50px;
  pointer-events: none;
}
.overlay__section .overlay__txt .content {
  position: relative;
  z-index: 1;
  width: 75%;
  margin: 0 auto;
}
.overlay__section .overlay-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}
.overlay__section .overlay__txt h2 a,
.overlay__section .overlay__txt .news--author,
.overlay__section .overlay__txt .news--author a,
.overlay__section .overlay__txt .news--author span {
  color: #fff;
}
.overlay__section .overlay__txt h2 {
  font-size: 33px;
  margin-bottom: 0;
  /* line-height: 40px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.overlay__section .overlay__txt .news--author {
  margin-bottom: 0;
  margin-top: 10px;
}
.overlay__section .overlay__txt .news--author a {
  font-weight: normal;
}
.overlay__section .overlay__txt .news--author span i {
  margin-right: 5px;
}
.overlay__txt::after {
  content: "";
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000000)
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.news__title {
  margin: 0;
  font-size: 20px;
  margin-top: 10px;
}
.news__title a {
  color: #333;
  font-weight: 600;
}
.news__title a:hover {
  color: var(--primary--color);
}
.australia__special .overlay__section .overlay-img img,
.photo__gallery .overlay__section .overlay-img img {
  max-height: initial;
}
.australia__news .news__tab {
  position: absolute;
  top: 15px;
  right: 0;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news__tab a {
  background-color: #d9d9d9 !important;
  border: 1px solid #cfcccc;
  border-radius: 4px;
  color: #444444 !important;
  font-family: "Mukta", sans-serif;
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: 600;
}
.news__tab > .uk-active > a,
.news__tab a:hover {
  background-color: var(--secondary--color) !important;
  border: 1px solid transparent !important;
  color: #fff !important;
}
.news__tab > * {
  padding-left: 0;
}
.news__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news__post > a {
  height: 170px;
}
.news__post img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.australia__news .overlay__section .overlay__txt h2,
.nepal__news .overlay__section .overlay__txt h2 {
  font-size: 25px;
}
.australia__news .overlay__section .overlay__txt .content {
  width: 90%;
}

.australia__news .news__post img {
  height: 200px;
}

.row__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row__wrapper .col__wrapper > div {
  height: 100%;
}

.overlay__row .col__wrapper:first-child {
  width: 100%;
}
.overlay__row .col__wrapper:last-child,
.overlay__row .col__wrapper:nth-child(2) {
  width: 50%;
  margin-top: 30px;
}
.overlay__row .col__wrapper:nth-child(2) {
  padding-right: 15px;
}
.overlay__row .col__wrapper:last-child {
  padding-left: 15px;
}

.nepal__news
  .overlay__row
  .col__wrapper:nth-child(2)
  .overlay__section
  .overlay__txt
  h2,
.podcast__wrapper .overlay__section .overlay__txt h2,
.nepal__news
  .overlay__row
  .col__wrapper:last-child
  .overlay__section
  .overlay__txt
  h2 {
  font-size: 18px;
}

.podcast__wrapper .podcast__list {
  display: grid;
  grid-template-columns: 120px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.podcast__wrapper .podcast__list:not(:last-child) {
  margin-bottom: 20px;
}
.podcast__wrapper .podcast__list .news__title {
  margin-top: 0;
}
.podcast__wrapper .overlay__section::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "\f2ce";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: 1;
  cursor: pointer;
  color: var(--primary--color);
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer {
  background: var(--primary--color);
  position: relative;
}
.site-footer::after {
  background-image: url(./assets/img/footer-bg.jpg);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 100%;
  background-size: cover;
  opacity: 0.07;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.footer__top img {
  width: 180px;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__mid li:not(:last-child) {
  margin-bottom: 10px;
}
.social__icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.social__icons ul li a {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  border: 1px solid transparent;
}
.social__icons ul li a i {
  color: var(--primary--color);
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.social__icons ul li a:hover {
  background: var(--primary--color);
  border: 1px solid #fff;
}
.social__icons ul li a:hover i {
  color: #fff;
}

.footer__mid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.footer__mid h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer__mid span,
.footer__mid p,
.footer__mid a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.footer__mid p {
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 100%;
}
.footer__mid a:hover {
  opacity: 0.6;
}
.footer__mid .link__list ul li a {
  text-transform: capitalize;
  font-size: 15px;
}
.footer__mid .info p:last-child {
  font-size: 18px;
  color: var(--secondary--color);
}
.footer__mid .info p:first-child {
  font-size: 14px;
}
.footer__bottom span {
  color: #fff;
  font-size: 15px;
  text-align: center;
  display: block;
}
/* .footer__bottom span:not(:last-child) {
  margin-bottom: 10px;
} */
.footer__bottom {
  padding: 20px 0;
}
.footer__bottom a {
  color: #fff;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}
hr,
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.photo__gallery {
  /* background: -o-linear-gradient(top, #2f457e 0%, #05226e 43.75%, #061439 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2f457e), color-stop(43.75%, #05226e), to(#061439));
  background: linear-gradient(180deg, #2f457e 0%, #05226e 43.75%, #061439 100%); */
  background: -o-linear-gradient(bottom, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#c4c5c7),
    color-stop(52%, #dcdddf),
    to(#ebebeb)
  );
  background: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
  padding-bottom: 50px;
}

.photo__gallery .photo img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
}
.photo__gallery .thumbnail {
  padding-right: 1px;
}
.photo__gallery .thumbnail img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.photo__gallery .thumbnail img:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.mySwiper .swiper-slide-thumb-active {
  border: 1px solid #fff;
}
.mySwiper .swiper-slide-thumb-active img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.button-next,
.button-prev {
  position: relative;
}
.btn-slider::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  background: #fff;
  color: var(--primary--color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-slider:hover::after {
  background: var(--primary--color);
  color: #fff;
  border: 1px solid #fff;
}
.button-next::after {
  content: "\f054";
}
.button-prev::after {
  content: "\f053";
}

/*  */
.video__section {
  background: -o-linear-gradient(
    top,
    var(--secondary--color) 0%,
    #8e7c2d 43.75%,
    #735f09 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--secondary--color)),
    color-stop(43.75%, #8e7c2d),
    to(#735f09)
  );
  background: linear-gradient(
    180deg,
    var(--secondary--color) 0%,
    #8e7c2d 43.75%,
    #735f09 100%
  );
}
.section-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-heading {
  padding-bottom: 15px;
}
.section-heading::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background: #00000026;
  top: 20px;
}
.video__section .section-heading::before {
  background: #fff;
}
.section-heading span {
  font-size: 30px;
  background: #fff;
  z-index: 1;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-right: 21px;
  margin: 0;
  color: var(--primary--color);
  letter-spacing: -1px;
}
.video__section .section-heading span {
  background: -o-linear-gradient(#cdae29, #c0a42a);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cdae29),
    to(#c0a42a)
  );
  background: linear-gradient(#cdae29, #c0a42a);
  color: #fff;
}
.video__section .flexslider {
  background: 0 0;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
}
/* .video__section .video-thumbnail .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
} */
.video__section .autoflow {
  height: 510px;
  overflow: auto;
}
.video__section .video-thumbnail .swiper-wrapper .swiper-slide {
  padding: 20px;
}

.video__section .videoSwiper .swiper-slide-thumb-active {
  background: #0000001a;
}
.video__section iframe {
  width: 100%;
  height: 510px;
}
iframe {
  width: 100%;
}
.thumb-news > a {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 12px;
  width: 100%;
  height: 90px;
}
.thumb-news > a img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.thumb-news-wrap {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.thumb-news-wrap h3 {
  cursor: pointer;
  color: #fff;
  display: block;
  padding-right: 30px;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.thumb-news-wrap h3 a {
  color: #fff;
}
.thumb-news-wrap h3 a:hover {
  opacity: 0.9;
  color: #fff;
}
.thumb-news-wrap span {
  cursor: pointer;
  color: #fff;
  display: block;
  padding-right: 30px;
  font-size: 13px;
  margin: 10px 0 0;
  font-weight: 600;
}

.single__img,
.single__img img,
.single__img iframe {
  width: 100%;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 25px;
}
.column-2 {
  grid-column: span 2;
}
.column-10 {
  grid-column: span 10;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
.sticky .news--author img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}

.the__content p {
  line-height: 170%;
  font-size: 23px;
  color: #000000d6;
  margin-bottom: 20px;
  text-align: justify;
  -webkit-transition: 0.3s linear font-size;
  -o-transition: 0.3s linear font-size;
  transition: 0.3s linear font-size;
}

.most__readed {
  background: #0707070a;
  padding: 0 20px;
  margin-top: 10px;
}
.most__readed .wrapper {
  padding: 10px 0 20px 0;
}
.most__readed .wrapper:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}
.most__readed .wrapper span {
  color: var(--primary--color);
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

#st-1 .st-btn {
  display: block !important;
  width: 40px;
  margin: 0 auto;
  margin-right: auto !important;
  margin-bottom: 10px;
}

#st-1 .st-btn:last-child {
  margin-right: auto !important;
}
.comment-list,
.comment__box .children {
  list-style-type: none;
  padding: 0;
}
.comment-list .comment {
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.comment-metadata a {
  font-size: 14px;
  color: var(--primary--color);
}
.comment-author img {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.comment-awaiting-moderation,
.comment-content {
  margin-top: 5px;
  color: #555;
  display: block;
}
.comment-content {
  color: #000000;
  padding-bottom: 20px;
}
.comment-content p {
  margin: 0;
}
.comment-list .reply {
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.comment-list .reply a {
  padding: 7px 14px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: var(--primary--color);
  font-weight: 600;
}
.comment-list .reply a:hover {
  opacity: 0.8;
}
.comment-reply-title {
  font-size: 30px;
  padding-top: 15px;
  margin-bottom: 10px;
  color: var(--primary--color);
}
.comment-reply-title #cancel-comment-reply-link {
  display: block;
  color: var(--teritary--color);
  font-size: 20px;
}
.comment-respond {
  /* margin-top: 20px; */
  padding: 10px 30px 30px 30px;
  background: #eee;
  margin-bottom: 20px;
}
.comment__box form label {
  display: block;
  color: #000000bf;
  font-weight: 600;
  font-size: 16px;
}

.comment__box input[type="text"],
.comment__box input[type="url"],
.comment__box input[type="email"] {
  background: #fff;
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 20px;
  margin: 5px 1px 3px 0;
  font-family: "Poppins", sans-serif;
  width: 100%;
  border: none;
  color: #000;
  font-size: 15px;
  border: 1px solid #00000026;
  border-radius: 4px;
}

.comment__box textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  padding: 20px;
  margin: 5px 1px 3px 0;
  width: 100%;
  border: none;
  height: 150px;
  font-family: "Mukta", sans-serif;
  background: #fff;
  resize: none;
  color: #000;
  font-size: 17px;
  border: 1px solid #00000026;
  line-height: 1.8;
}
.comment__box #submit,
.btn {
  border: none;
  padding: 12px 14px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: var(--primary--color);
  font-weight: 600;
}
.comment__box #submit:hover,
.btn:hover {
  opacity: 0.8;
}
.comment__box .comment-form-cookies-consent label {
  display: inline;
  margin-left: 5px;
  cursor: pointer;
}

.comment-respond form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.comment-respond form p {
  grid-column: span 12;
  margin: 0;
}
.comment-respond form p:nth-child(3),
.comment-respond form p:nth-child(4),
.comment-respond form p:nth-child(5) {
  grid-column: span 4;
}

/*  */

.the__content blockquote.floatleft,
.the__content blockquote.floatright {
  max-width: 340px;
  margin: 0 30px 0 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.the__content blockquote {
  display: block;
  width: 100%;
  line-height: 1.68;
  font-size: 1.4rem;
  position: relative;
  border-bottom: none;
  margin-bottom: 27px;
  font-weight: 600;
  padding-top: 40px;
}
.the__content blockquote.floatright,
.the__content blockquote.floatleft {
  padding-bottom: 10px;
  text-transform: justify;
}
.the__content blockquote,
.the__content blockquote p {
  text-align: center;
  color: var(--primary--color);
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0;
  padding-top: 40px;
}
.the__content blockquote.floatleft {
  float: left;
  margin-right: 30px;
  padding: 40px 40px 00px 0px;
}

.the__content blockquote.floatleft::before,
.the__content blockquote.floatleft::after,
.the__content blockquote.floatright::before,
.the__content blockquote.floatright::after {
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 50px;
}
.the__content blockquote.floatleft::before,
.the__content blockquote.floatright::before {
  top: 0;
  left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.the__content blockquote.floatleft::after,
.the__content blockquote.floatright::after {
  bottom: 0;
  right: 0;
  left: inherit;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.the__content blockquote.floatright {
  margin: 0 0 0 30px;
  padding: 45px 0px 20px 0px;
}

/*  */

.small-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.page-numbers {
  height: 40px;
  width: 40px;
  display: inline-block;
  background: transparent;
  line-height: 40px;
  color: var(--primary--color);
  border: 1px solid var(--primary--color);
  text-align: center;
  border-radius: 50%;
}

.page-numbers:hover {
  background: var(--primary--color);
  color: #fff;
}

.page-numbers.current {
  background: var(--primary--color);
  color: #fff;
  border: 1px solid transparent;
}
.page-numbers.dots {
  border: none;
  margin: 0;
  width: auto;
  height: auto;
}
.page-numbers.current:hover {
  background: var(--primary--color);
}
.page-numbers.dots:hover {
  background: transparent;
  color: var(--primary--color);
}
.page-numbers.next,
.page-numbers.prev {
  border: none;
  color: #333;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  font-weight: 600;
  margin: 0 20px;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  color: var(--primary--color);
  background: transparent;
}

.single__section .slug {
  margin: 0 auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}

.badge {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--secondary--color);
  padding: 5px 10px;
  margin: 10px;
  border-radius: 4px;
  pointer-events: none;
}
.badge span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  font-family: "Mukta", sans-serif;
}

.special__section {
  background: #f1f1f1;
}
.special__section .overlay__section .overlay-img img {
  max-height: 100%;
}
.special__section .overlay__section .overlay__txt h2 {
  margin-top: 10px;
  font-size: 50px;
}

.row--news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.row--news > a {
  display: block;
  width: 150px;
  height: 100px;
}
.row--news > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news__title--small {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 12px;
}
.row--news .news__title--small,
.row--news > div,
.row--news .news__title--medium {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-left: 15px;
  font-size: 18px;
  margin-top: 0;
}
.special__news img {
  width: 100%;
  height: 100%;
}
.special__news .special__news__bg {
  -webkit-box-shadow: 0px 0px 23px 1px #00000026;
  box-shadow: 0px 0px 23px 1px #00000026;
}
.special__news .special__side__news {
  padding: 40px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.special__news .special__side__news .slug {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.special__news .special__side__news p {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.post__time {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}

.gam-npad-position-wrap div:last-child {
  margin-bottom: 0;
}
.section-np-space .gam-each-npad {
  padding: 10px 0;
  border-top: 1px solid rgba(238, 238, 238, 0.911);
  border-bottom: 1px solid rgba(238, 238, 238, 0.911);
}
.site-header .section-np-space .gam-each-npad {
  border-top: 1px solid rgba(238, 238, 238, 0);
  border-bottom: 1px solid rgba(238, 238, 238, 0);
}
.gam-npad-position-wrap > div {
  margin-top: 20px;
}
.site-header .gam-npad-position-wrap > div {
  margin-top: 10px;
}
.gam-npad-position-wrap div {
  text-align: center;
  margin-bottom: 10px;
}

.top__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}

.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}

.podcast__row__news > a {
  width: 100px;
  height: 100%;
}
.podcast__wrapper audio {
  width: 100%;
}
.podcast__title {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.podcast__title .heading__title {
  color: #fff;
}
.podcast__title i {
  font-size: 25px;
  color: #fff;
}

.col-news {
  display: flex;
  margin-bottom: 15px;
}

.col-news > a {
  width: 150px;
  height: 90px;
  display: block;
  margin-right: 15px;
}

.col-news > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.col-news h3 {
  flex: 1;
}



.podcast__wrapper h2 a,
.podcast__wrapper h3 a{
  color: #fff;
}