/*!
Theme Name: makalu
Theme URI: http://www.genesiswtech.com
Author: Genesiswtech.com
Author URI: http://Genesiswtech.com/
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: makalu
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.

makalu is based on Genesiswtech https://Genesiswtech.me/, (C) 2012-2020 Automattic, Inc.
Genesiswtech 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
	 ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;600&family=Poppins:wght@300;600&display=swap");
:root {
  --primary--color: #014a5b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Mukta", sans-serif;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Mukta", sans-serif;
}

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

.site-header {
  padding: 30px 0 0;
  background: #03647b;
}

.site-branding .custom-logo {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.site-header.uk-active .header-wrap {
  display: none;
}
.site-header.uk-active {
  padding-top: 0;
}
.main-navigation {
  background: #014a5b;
  margin-top: 24px;
}

.site-header.uk-active .main-navigation {
  margin-top: 0;
}
.main-navigation > div > div > ul > li > a {
  color: #fff;
  display: block;
  /* font-family: 'Poppins',sans-serif; */
  /* font-weight: 600; */
  margin-right: 28px;
  font-size: 17px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
}
.main-navigation > div > div > ul > li.menu-item-has-children {
  padding-right: 7px;
}
.main-navigation > div > div > ul > li {
  position: relative;
}
.main-navigation > div > div > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -moz-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 > ul > li > ul {
  margin: 0;
  padding: 10px 0 10px 17px;
  list-style: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -moz-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: #014a5b;
  z-index: 2;
}
.main-navigation > div > div > ul > li.menu-item-has-children span {
  -webkit-transform: rotate(190deg);
  -moz-transform: rotate(190deg);
  -ms-transform: rotate(190deg);
  -o-transform: rotate(190deg);
  transform: rotate(450deg);
  font-size: 21px;
  margin-left: -18px;
  color: #fff;
}
.main-navigation > div > div > ul > li > ul > li > a {
  padding: 5px 0px 5px 0;
  font-size: 17px;
  display: block;
  color: #fff;
}
.main-navigation > div > div > ul {
  margin: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  display: flex;
}

.main-navigation > div > div > ul > li > a {
  position: relative;
}
.main-navigation > div > div > ul > li:hover > a {
  color: #fff;
  opacity: 0.7;
}

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

.main-navigation > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-navigation > div > div:first-child {
  flex: 1;
}
.search-comp .search-form {
  position: relative;
}
.header-social {
  margin-right: 30px;
  color: #fff;
}
.header-social a {
  margin-left: 13px;
  display: inline-block;
}
.header-social a:hover {
  opacity: 0.8;
  color: #fff;
}

.search-comp .search-form {
  background: #ffffff42;
  border-radius: 6px;
  width: 200px;
}
.search-comp .search-form input {
  border: none;
  background: none;
  padding-right: 51px;
  padding-left: 26px;
  color: #fff;
}

.search-comp .search-form input::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.search-comp .search-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.search-comp .search-form input::placeholder {
  color: #fff;
}

.search-comp .search-form input:focus {
  border: none;
}
.search-comp .search-form .search-submit {
  position: absolute;
  right: 16px;
  top: 10px;
  background: url(./assets/img/search.png);
  padding: 0;
  /* height: auto; */
  /* width: auto; */
  border: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-repeat: no-repeat;
}

.main__news--wrap {
  padding: 35px;
  padding-bottom: 0;

  border: 1px solid #0000001c;
}

.breaking .news-detail {
  background: #fff;
  padding: 40px 0;
  border-bottom: 2px solid #16161630;
}
.breaking .news-detail:last-child {
  margin-bottom: 0;
  border-bottom: 2px solid transparent;
  padding-bottom: 0;
}
.news-detail h2 {
  font-weight: 700;
  margin: 0px 0 8px 0;
  line-height: 1.1;
}
.breaking .news-detail h2 {
  font-size: 65px;
}
.post-info div {
  font-size: 17px;
  display: inline-block;
  margin-right: 14px;
  font-weight: 500;
  vertical-align: middle;
  padding-left: 30px;
}
.post-info div a {
  font-weight: 600;
  color: #7e7c7c;
}
.post-info div a:hover {
  font-weight: 600;
  color: var(--primary--color);
}
.breaking .news-detail .post-info div:first-child {
  font-weight: 600;
}
.author-wrap {
  color: #7e7c7c;
  position: relative;
}

.b-news img,
.news-detail img {
  margin-top: 20px;
  object-fit: cover;
}

.title a {
  color: rgb(51, 51, 51);
}
.title a:hover {
  color: #014a5b;
}
.post-info div i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.breaking .news-detail p {
  font-size: 23px;
  line-height: 1.6;
  margin-top: 22px;
  padding: 0 94px;
}
.author-wrap img {
  /* position: absolute; */
  top: 0;
  left: 0;
  margin-top: 0;
  height: 40px;
  border-radius: 50%;
  margin-right: 9px;
  padding: 1px;
  width: 40px;
}
.post-info div:first-child {
  padding-left: 40px;
}
.post-info {
  margin-top: 12px;
  margin-bottom: 10px;
}

.gam-ad-position-wrap.home-above-main-news {
  margin-top: 40px;
}
.gam-ad-position-wrap div {
  text-align: center;
  margin-bottom: 15px;
}

.mobile-view {
  display: none;
}
.main__news {
  margin-top: 40px;
}
.main__news--wrap div.uk-text-center > h3 {
  font-size: 35px;
  padding: 0 35px;
  line-height: 1.23;
}
.breaking__special--detail .post-info div a,
.breaking__special--detail .post-info div {
  color: #fff;
}
.main__news--wrap p {
  font-size: 22px;
  line-height: 1.5;
  color: #0000008c;
  margin-bottom: 0;
}

.to-top {
  background: var(--primary--color);
  position: fixed;
  right: 40px;
  bottom: 0px;
  /* padding: 15px 20px; */
  cursor: pointer;
  border-radius: 100%;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 32px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
  transition:
    bottom 0.3s,
    opacity 0.5s,
    visibility 0.5s;
}
.to-top:before {
  content: "\f2f8";
  font-family: "Material-Design-Iconic-Font";
}
.img-vertical {
  height: 450px;
}

.img-vertical > a {
  position: relative;
}

.img-vertical > a::before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to top,
    #000000a8,
    rgba(0, 0, 0, 0.49),
    #0000,
    #0000
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.img-vertical > a,
.img-vertical > a > img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news img,
.news a {
  width: 100%;
  display: block;
}

.related__main-news {
  padding: 30px 0;
}
.news h3 {
  padding-top: 13px;
  line-height: 1.44;
}
.news > a {
  height: 150px;
}
.news > a img {
  object-fit: cover;
  height: 100%;
}

.title-small {
  font-size: 20px;
}

.title-medium {
  font-size: 30px;
}
.section-heading {
  font-family: "Poppins", sans-serif;
  position: relative;
}

.section {
  margin-top: 40px;
}

.three-col-news .uk-card-small.uk-card-body {
  padding: 30px;
}
.section-heading::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  width: 1;
  background: #00000026;
  top: 20px;
}
.section-heading a.all {
  position: absolute;
  right: 0;
  font-weight: 600;
  font-size: 16px;
  top: -3px;
  /* background: #fff; */
  display: inline-block;
  padding-left: 15px;
  color: #333;
  z-index: 72;
}
.section-heading {
  padding-bottom: 15px;
}
.section-heading a.all:hover {
  color: #014a5b;
}
.section-heading span {
  font-size: 29px;
  background: #fff;
  z-index: 1;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 21px;
  margin: 0;
  color: #014a5b;
  letter-spacing: -1px;
}
.section-heading ul li a {
  position: relative;
  padding: 0;
  top: 0;
  font-size: 16px;
  color: #0b0b0b99;
  font-weight: 600;
  border: 1px solid #0000003b;
  border-radius: 14px;
  padding: 1px 16px;
  background: #00000008;
}

.section-heading ul li a:hover {
  color: #014a5b;
}
.gam-ad-position-wrap div:last-child {
  margin-bottom: 0;
}
.thumb-news > a {
  flex: 1;
  margin-right: 21px;
  width: 100px;
  height: 90px;
}
.thumb-news > a img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.author-news.img-circle .thumb-news > a img {
  -webkit-border-radius: 150px;
  border-radius: 150px;
}

.thumb-news-wrap {
  flex: 2;
}

.header-date {
  margin: 6px 0 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.header-date i {
  margin-right: 3px;
  color: #fff;
}
.gam-ad-position-wrap.home-above-samachar-news {
  margin-top: 30px;
}
.section-heading ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
  background: #fff;
  position: relative;
  z-index: 1;
}

.cat-news {
  background: #a81f00;
  color: #fff;
  display: inline-block;
  padding: 12px 17px 10px 17px;
  font-weight: 600;
  font-size: 16px;
}
.breaking .news-detail .cat-news {
  margin-bottom: 15px;
}

.section-heading {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.section-heading ul li {
  display: inline-block;
  vertical-align: middle;
  /* margin-right: 9px; */
  cursor: pointer;
  color: #000;
  border: 1px solid transparent;
  padding: 0 0 0 13px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.site-footer hr {
  margin-top: 34px;
  border-top-color: rgba(255, 255, 255, 0.11);
}

.section-heading ul li:hover a {
  color: var(--primary--color);
}
.country-news-img a {
  display: block;
  height: 300px;
}

.country-news-img a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.news-detail p {
  margin: 4px 0px 0 0;
  font-size: 18px;
  line-height: 1.7;
  /* text-align: justify; */
}

.related__country-news {
  background: #f1f1f1;
  padding: 30px;
  margin-top: 30px;
}

.list-news ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-news ul li a {
  font-size: 18px;
  color: #525252;
  border-top: 1px solid #0e0d0d54;
  display: block;
  padding: 12px 0;
}

.list-news ul li:last-child a {
  padding-bottom: 0;
}

.list-news ul li a:hover {
  color: var(--primary--color);
}

.list-news ul li:first-child a {
  padding-top: 0;
  border-top: none;
}

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 22;
  padding: 0px 20px 20px 30px;
}

.overlay-content h3 a {
  color: #fff;
}

.overlay-content h3 a:hover {
  opacity: 0.6;
  color: #fff;
}
.news-wrap a {
  height: 370px;
  display: block;
  margin-bottom: 15px;
}
.news-wrap a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
p {
  color: #000000a8;
}

.three-col-news .section-heading {
  -webkit-justify-content: center;
  justify-content: center;
}

.three-col-news .section-heading span {
  padding: 0 12px;
}
.three-col-news .thumb-news {
  margin-top: 25px;
}

.three-col-news .news h3 {
  line-height: 1.5;
  font-size: 20px;
}

.author-news .thumb-news > a {
  margin-right: 0;
  margin-left: 20px;
}
.author-news .thumb-news {
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
}

.author-news .thumb-news:first-child {
  padding-top: 0;
  border-top: none;
}
.writer {
  font-weight: 600;
  font-style: italic;
  display: block;
  padding-bottom: 9px;
  font-size: 14px;
}

.society-news {
  margin-bottom: 35px;
}

.entertainment__news .thumb-news {
  padding-bottom: 25px;
}

.education-news .thumb-news {
  margin-top: 25px;
}

.video__section .flexslider {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
.video__section iframe {
  width: 100%;
  height: 510px;
}

.video__section .flex-direction-nav {
  display: none;
}

.video-title-list {
  color: #fff;
  height: 100%;
}
.video-title-list .slides {
  width: 100% !important;
  transition-duration: 0.6s;
  transform: inherit !important;
  height: 510px;
  overflow: auto;
}
.video-title-list li.flex-active-slide {
  background: #0000005c;
}
.video-title-list li:last-child {
  border-bottom: none;
}

.video-title-list h3 {
  cursor: pointer;
  color: #fff;
  display: block;
  padding-right: 30px;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.video-title-list h3 a {
  color: #fff;
}
.video-title-list h3 a:hover {
  opacity: 0.9;
  color: #fff;
}
.video-title-list li {
  overflow: hidden;
  float: none !important;
  position: relative;
  display: block !important;
  cursor: pointer;
  width: 100% !important;
  border-bottom: 1px solid #f1f1f13d;
  padding: 15px 0px 15px 25px;
  margin-right: 0 !important;
}

.video-title-list span {
  cursor: pointer;
  color: #fff;
  display: block;
  padding-right: 30px;
  font-size: 13px;
  /* color: #fff; */
  margin: 10px 0 0 0;
  font-weight: 600;
}
.artha-news-wrap .thumb-news {
  padding-bottom: 30px;
}

.artha-news-wrap .thumb-news:last-child {
  padding-bottom: 0px;
}
.news p {
  margin: 0;
  font-size: 17px;
  line-height: 1.61;
  padding-top: 4px;
}
body,
main {
  background-color: #fff;
}

.artha-news-wrap .news {
  margin-bottom: 19px;
}

.font-itallic h3 {
  font-size: 26px;
  font-style: italic;
  line-height: 1.4;
}

.site-footer {
  background: #03647b;
  padding: 40px 0;
}

.footer-logo img {
  width: 83px;
}
.cf-col strong {
  font-size: 23px;
}
.site-infos {
  font-size: 18px;
  color: #fff;
  line-height: 1.72;
  /* font-weight: 600; */
}
.site-footer h3 {
  padding-bottom: 6px;
  font-size: 20px;
}
.site-footer p {
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}
.site-footer h3 {
  padding-bottom: 4px;
}
.site-footer .bold {
  font-weight: 600;
  color: #ffffff8c;
  font-size: 19px;
  margin-top: 16px;
  display: block;
  margin-bottom: 5px;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-links {
  display: flex;
  list-style-type: none;
  margin: 8px 0 0 0;
  padding: 0;
}

.social-links li {
  margin-right: 16px;
}

.site-header .social-links li a {
  color: #ffffff87;
}

.site-footer ul li a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 7px;
}

.site-footer ul li a:hover {
  color: #fff;
  opacity: 0.7;
}

.site-footer {
  width: 100% !important;
  bottom: 0;
  left: 0;
  z-index: 1;
  visibility: visible;
  margin-top: 0;
}

.news-tag {
  font-size: 17px;
  padding: 9px 15px 6px;
  font-weight: 600;
  display: inline-block;
  background: #a81f00;
  color: #fff;
  text-align: center;
}
.news-tag:hover {
  color: #fff;
}

.banner__news--title {
  font-size: 65px;
  line-height: 1.22;
  letter-spacing: -1px;
  margin: 0;
  padding-top: 20px;
}

.news-detail-header h2 {
  margin-top: 15px;
  font-size: 30px;
  font-weight: 500;
  color: #333333bd;
}

.post-infos a {
  color: #0101018c;
  font-weight: 600;
}
.post-user img {
  height: 45px;
  width: 45px;
  margin-right: 11px;
  margin-bottom: 0;
  margin-top: 0;
  height: 35px;
  width: 35px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.post-date {
  padding-top: 14px;
  font-weight: 600;
}
.post-date i {
  margin-right: 9px;
}

.the-content,
.the-content p {
  font-size: 22px;
  color: #333;
  line-height: 1.6;
}
.the-content figure {
  width: auto !important;
}
.the-content figcaption {
  color: #000000bf;
  font-weight: 500;
  opacity: 0.7;
  font-size: 15px;
  text-align: center;
}
.the-content p em {
  color: inherit;
}
.the-content p {
  margin-bottom: 0;
}
.post-share-wrap {
  margin-bottom: 0px;
  padding: 7px 24px;
  margin-top: 30px;
  background: #00000008;
}

.footer-news .post-share-wrap {
  margin-top: 0;
  margin-bottom: 15px;
}
.single-landing-sidebar .most-read-column {
  padding-top: 30px;
}
.post-infos > div {
  display: inline-block;
  margin-right: 9px;
}

.alignleft {
  margin-right: 30px;
  float: left;
}
.alignright {
  margin-left: 30px;
  float: right;
}
.the-content img {
  margin-bottom: 20px;
}
.featured-image img {
  margin-bottom: 0 !important;
  margin-top: 15px;
  height: auto;
}

.the-content .gam-ad-position-wrap div img {
  margin: 0 0 10px 0;
}

.block-sticky {
  position: sticky;
  top: 100px;
}
.news-hastag {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-hastag ul {
  margin: 20px 0 30px 0;
  padding: 0;
  list-style: none;
}
.news-hastag ul li {
  display: inline-block;
  margin-left: 20px;
}
.news-hastag a {
  position: relative;
  display: inline-block;
  border: 1px solid #00000030;
  padding: 5px 9px;
  text-align: center;
  color: #333;
  font-weight: 500;
  border-radius: 10px;
  font-size: 14px;
  background: #f1f1f1;
  margin-bottom: 13px;
}
.news-hastag a:hover {
  color: var(--primary--color);
  background: #f1f1f1;
}
.news-hastag a:before {
  content: "#";
}

.comment-reply-title {
  font-size: 22px;
  display: none;
  font-weight: 600;
  color: #000;
}
#commentform {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
.comment-notes {
  font-size: 15px;
  display: none;
  color: #000;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent {
  margin-top: 0;
}
#respond p label {
  width: 100%;
  color: #000000bf;
  font-weight: 600;
  font-size: 16px;
}
#respond textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-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;
}

#respond input[type="text"],
#respond input[type="url"],
#respond input[type="email"] {
  background: #fff;
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-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-form-comment,
.comment-notes,
.comment-form-cookies-consent,
.form-submit {
  grid-column: span 3;
  margin-top: 0;
}

#respond #submit {
  border: none;
  padding: 12px 14px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #0b2351;
  font-weight: 600;
}
#respond #submit:hover {
  opacity: 0.8;
}

.comment-form-cookies-consent {
  display: none;
}

.comments-title {
  font-size: 18px;
  display: none;
  background: #036;
  padding: 14px 23px;
  color: #fff;
  margin: 0;
}

.comment-list {
  margin: 0 0 30px 0;
  list-style: none;
  background-color: #fff;
  padding: 20px;
}
.comment-list > li {
  padding-top: 30px;
  border-top: 1px solid #00000021;
}
.comment-list > li:first-child {
  padding-top: 0;
  border-top: none;
}
.comment-list > li > article {
  position: relative;
}
.comment-list > li article footer .comment-author,
.comment-metadata {
  position: relative;
  padding-left: 69px;
  color: #000;
}

.fn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 17px;
  color: #000;
  text-transform: capitalize;
}

.comment-list > li article footer .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

.comment-list > li article footer time {
  font-size: 14px;
}
.comment-list > li article footer .comment-author a,
.comment-list > li article footer time {
  color: #000;
}
.comment-list > li article .comment-content {
  margin: 0px 0 0 58px;
  padding: 14px 0 0;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  /* border-top: 1px solid #15151517; */
}
.comment-list > li article .comment-content p {
  color: #000;
}
.comment-list > li > article .reply {
  position: absolute;
  right: 0;
  top: 0;
}

.reply a {
  font-weight: 700;
  background: #0b2351;
  padding: 5px 9px;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
}

.comment-list > li ol {
  margin: 0 0 0 50px;
  padding: 0;
  list-style: none;
}
.comment-list > li ol li em {
  display: inline-block;
  margin-top: 20px;
}

.related__news {
  padding-bottom: 40px;
}

.feature__news {
  margin-bottom: 40px;
}

.feature__news .title a {
  color: #fff;
}

.entertainment__news {
  padding: 40px 0;
}

.entertainment__news .section-heading span,
.entertainment__news .section-heading ul {
  background: #f8f8f8;
}
.entertainment__news .img-vertical {
  height: 540px;
}

.country-news > a {
  height: 320px;
  display: block;
}
.country-news > a img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.country__news .news-detail {
  height: 100%;
}
.related__news {
  padding: 40px 0;
}
.related__news .section-heading span {
  background: #f8f8f8;
}

.society-news-wrap > div > a {
  height: 400px;
  display: block;
  width: 65%;
}
.society-news-wrap > div > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.society-news-detail {
  position: absolute;
  top: 20px;
  left: 50%;
  background: #fff;
  height: calc(100% / 1 - 50px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 40px;
}
.society-news-detail p {
  margin: 4px 0px 0 0;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.7;
  /* text-align: justify; */
}

.breaking__special--detail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #014a5b8f;
  text-align: center;
  padding: 30px;
}
.breaking__special--detail h3 a {
  color: #fff;
}
.breaking__special--detail h3 {
  font-size: 45px;
  padding: 0 35px 0px 35px;
  /*border-bottom: 1px solid #ffffff4d;*/
}
.breaking__special--detail h3 a:hover {
  color: #fff;
  opacity: 0.8;
}

.breaking__special--detail .post-info {
  margin-bottom: 0;
  color: #fff;
  padding-top: 7px;
}

.breaking__special--detail .post-info div i,
.breaking__special--detail .post-info .author-wrap {
  color: #fff;
}
.breaking__special > div > a {
  display: block;
  overflow: hidden;
}

.blog__news-wrap {
  margin-top: 35px;
}
.breaking__special a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.breaking__special a:hover img,
.breaking__special a img {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.grid {
  display: grid;
  grid-gap: 30px;
}
.is-two-col {
  grid-template-columns: repeat(2, 1fr);
}

.blog__news-wrap .thumb-news > a {
  margin-right: 0;
  margin-left: 21px;
}

.video__section {
  background: var(--primary--color);
  padding: 40px 0;
}

.video__section .section-heading span {
  background: var(--primary--color);
  color: #fff;
}
.video__section .section-heading a.all {
  color: #fff;
  background: var(--primary--color);
}
.video__section .section-heading:before {
  background: #fff;
}

.photo__story .uk-dotnav > .uk-active > * {
  background: #fff;
}
.photo__story .uk-dotnav > * > * {
  border: 1px solid #fff;
  width: 15px;
  border-radius: 32px;
}

.photo__story-news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(
    to top,
    #000000a8,
    rgba(0, 0, 0, 0.49),
    #0000,
    #0000
  );
}
.photo__story-news h3 a {
  color: #fff;
}
.photo__story-news h3 a:hover {
  color: #fff;
  opacity: 0.9;
}

.photo__story .img-vertical a {
  display: block;
  overflow: hidden;
}
.photo__story .img-vertical a img {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.photo__story .img-vertical a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.cat-search {
  color: #333;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  padding: 0 25px 25px 0;
  margin: 0;
  display: inline-block;
  border: 0;
  position: relative;
  top: 4px;
  z-index: 2;
  font-family: "Mukta", sans-serif;
  letter-spacing: -1px;
}

.search-modal form input[type="text"] {
  border-radius: 4px;
  height: 50px;
  padding: 0 145px 0 20px;
  font-size: 15px;
  font-weight: 400;
}

.search-modal form input[type="submit"] {
  right: 0;
  top: 0;
  height: 50px;
  width: 120px;
  background: var(--primary--color);
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-family: "Mukta", sans-serif;
  border-radius: 0;
  font-weight: 500;
  margin-top: 23px;
}

.category-header h1 {
  color: #014a5b;
  font-size: 50px;
  margin: 0;
}

.category-header {
  margin-bottom: 35px;
}
.list-stories-detail p {
  margin: 0;
  font-size: 19px;
  color: #333;
  line-height: 1.5;
  /* padding-right: 40px; */
}
.list-stories-detail h3.title {
  font-size: 30px;
  font-weight: 600;
}

.list-stories-detail .post-info div:first-child {
  padding-left: 27px;
}
.list-stories-img a {
  display: block;
  height: 210px;
}
.list-stories-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-stories > div {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
}

.list-stories > div:first-child {
  padding-top: 0;
  border-top: none;
}

.page-numbers:hover,
.page-numbers.current {
  border: 1px solid #014a5b;
  color: #fff;
  background: var(--primary--color);
}

.page-numbers {
  border: 1px solid #00000036;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  margin-right: 11px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.uk-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.15s linear;
}
.sidebar-ad .gam-ad-position-wrap > div {
  margin-top: 0;
}
.gam-ad-position-wrap > div {
  margin-top: 40px;
}
.footer-news {
  margin-top: 30px;
}
.page-numbers.next,
..page-numbers.prev {
  padding-left: 20px;
  width: auto;
  padding-right: 13px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-right: 20px;
}

.padding-medium-bottom {
  padding-bottom: 50px;
}

.last-footer .footer-links a {
  margin-right: 12px;
  display: inline-block;
}
.last-footer p {
  font-size: 16px;
}

.menu-right ul li:last-child a {
  margin-right: 0 !important;
}
.menu-right ul li:last-child a {
  background: #013440;
  padding: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
}
.menu-right ul li a i {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}

.photo-story-content h3.title {
  font-size: 35px;
  text-align: center;
}
.photo-story-content h3.title a {
  color: #fff;
}

.team-member img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin: 0 0 0 0;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #e3e3e3;
  padding: 6px;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 10px;
}

.team-description {
  padding-top: 0;
  padding-bottom: 30px;
}
.team-description .title {
  font-size: 20px;
  margin: 0;
  text-align: center;
}
.team-description span {
  color: var(--primary--color);
  font-weight: 500;
  display: inline-block;
  margin-top: 3px;
  font-size: 17px;
}

.contact-info a {
  display: inline-block;
  margin-right: 9px;
  margin-top: 9px;
  color: #333;
  border: 1px solid #b0b0b0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
}
.contact-info a:hover {
  color: var(--primary--color);
  border: 1px solid var(--primary--color);
}
.the-content table tr td {
  border-bottom: 1px solid #00000030;
  padding: 16px 12px;
}
.all-team .category-header h1 {
  font-size: 38px;
}
.the-content iframe {
  width: 100%;
  height: 450px;
}

.the-content table {
  width: 100%;
  overflow: scroll;
  border-color: cadetblue;
  border-collapse: collapse;
}
.the-content table tr:hover {
  background: #0000000f;
}

.the-content table tr:nth-child(2n) {
  background: #0000000f;
  /* padding: 33px; */
}
blockquote.floatleft {
  background: none;
  padding: 80px 0 0 0;
  color: #000;
  float: left;
  width: 200px;
  padding-right: 30px;
  border-right: 1px solid var(--primary--color);
  margin-right: 40px;
  text-align: inherit;
  position: relative;
}
blockquote.floatleft::before {
  content: "\f1b2";
  font-family:;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: 60px;
  position: absolute;
  left: 0px;
  background: var(--primary--color);
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  top: 0;
}
blockquote.floatright::before {
  content: "\f1b2";
  font-family:;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: 60px;
  position: absolute;
  right: 0px;
  background: var(--primary--color);
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  top: 0;
}

.the-content p a:hover {
  color: var(--primary--color);
}
.content-block {
  color: var(--primary--color);
  font-weight: bold;
  background: #fff;
  padding: 35px;
  display: block;
  width: 100%;
  line-height: 1.4;
  font-style: italic;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.33);
  font-size: 27px;
}
blockquote {
  margin: 0;
  background: #f1f1f1;
  padding: 41px;
  font-weight: 600;
}

blockquote.floatright {
  background: none;
  padding: 80px 0 0 0;
  position: relative;
  color: #000;
  float: right;
  width: 200px;
  padding-left: 30px;
  border-left: 1px solid var(--primary--color);
  margin-left: 40px;
  text-align: inherit;
}

.skip-ad .btn {
  background: #fff;
  color: var(--primary--color);
  display: inline-block;
  padding: 7px 17px;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 15px;
  text-transform: uppercase;
}
.skip-ad .btn:hover {
  opacity: 0.9;
}

.is-full-widescreen-ad {
  background: #014a5b;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  width: 100vw;
  height: 100%;
  z-index: 100000;
  overflow: hidden;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.skip-mobile-view {
  display: none;
}

.main-navigation .uk-responsive-menu {
  color: #fff;
  background: #0000004f;
  padding: 13px 12px;
}

.main-navigation > div > div.menu-main-menu-container {
  margin-left: 15px;
  flex: 1;
}

.uk-offcanvas-bar > div > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.uk-offcanvas-bar {
  background: var(--primary--color);
  padding: 0;
}
.uk-offcanvas-bar > div > ul > li > a {
  color: #fff;
  font-size: 20px;
  padding: 8px 0;
  display: block;
  padding-left: 15px;
  border-bottom: 1px solid #ffffff0d;
}
.uk-offcanvas-bar > div > ul > li > ul {
  background: #fff;
}
.uk-offcanvas-bar > div > ul > li > a:hover {
  color: #fff;
  opacity: 0.7;
}

.uk-offcanvas-bar > div > ul > li > ul {
  background: #012e3978;
  padding: 0;
  margin: 9;
  list-style: none;
  display: none;
  margin: 0;
}
.uk-offcanvas-bar > div > ul > li > ul > li > a {
  color: #fff;
  font-size: 17px;
  padding-left: 12px;
  padding: 10px 16px;
  display: block;
  border-bottom: 1px solid #ffffff2e;
  font-weight: 600;
}
.uk-offcanvas-bar > div > ul > li > ul > li > a:hover {
  color: #fff;
}
.uk-offcanvas-bar > div > ul > li {
  position: relative;
}
.uk-offcanvas-bar > div > ul > li span {
  position: absolute;
  right: 20px;
  top: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.photo-story-content.uk-text-center {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #014a5b8f;
  text-align: center;
  padding: 30px;
}
.team-col > div {
  display:;
  background: #0000001c;
  text-align: center;
  padding: 20px 0 0 0;
  position: relative;
  margin-top: 50px;
  border-radius: 0 0 15px 15px;
}

.kurakani-blog .img-vertical {
  height: 100%;
}

.section-heading ul li:last-child a,
.all {
  font-weight: 600;
  color: #333;
  background: #014a5b;
  font-size: 15px;
  padding: 7px 12px 7px 12px;
  border-radius: 6px;
  border: none;
  color: #fff !important;
}

.video-title {
  margin-top: 24px;
  text-align: center;
}

.video-title h3.title,
.video-title h3.title a {
  color: #fff;
  font-size: 30px;
}

.video-title h3.title,
.video-title h3.title a:hover {
  color: #fff;
  opacity: 0.9;
}

.news-detail iframe {
  margin-top: 14px;
  width: 100%;
  height: 600px;
}

.feature__news .img-vertical {
  height: 375px;
}

.highlighter {
  background: #f1f1f1;
  padding: 40px;
  display: block;
  font-weight: 600;
  color: var(--primary--color);
  font-weight: bold;
  padding: 35px;
  display: block;
  width: 100%;
  line-height: 1.4;
  font-size: 27px;
}

.photo__story .flex-direction-nav a::before {
  color: #000;
  font-size: 60px;
  text-shadow: none;
  font-family: "Material-Design-Iconic-Font";
}
.photo__story .flex-direction-nav .flex-disabled {
  opacity: 1 !important;
  z-index: 1;
  cursor: inherit;
}
.photo__story .flex-direction-nav a {
  opacity: 1;
  height: auto;
  width: auto;
  font-size: 0;
}

.photo__story .flex-direction-nav a.flex-next::before {
  content: "\f2fb";
}

.photo__story .flex-direction-nav a.flex-prev::before {
  content: "\f2fa";
}

.corona-update .corona-news-content {
  background: #fff;
  padding: 25px;
}

.corona-update {
}

.corona-news > a {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 185px;
  text-align: center;
}
.corona-news > a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.corona-update .news > a {
  height: 230px;
}
.corona-update .list-news ul li a {
  font-size: 19px;
  font-weight: 600;
}

.corona-update .news-wrap a {
  height: 350px;
}

.corona-update .img-vertical {
  height: 390px;
}
.corona-update .img-vertical h3 {
  font-size: 30px;
  line-height: 38px;
}

.breaking__special--wrap {
  background: #f1f1f1;
  padding: 50px;
  padding-bottom: 30px;
}
.breaking__special--news-wrap {
  margin-bottom: 20px;
}
.breaking__special--news .title {
  margin: 17px 0 7px 0;
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
}

.breaking__special--news-wrap > a {
  display: block;
  height: 350px;
}

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

.related__banner-news {
  margin-top: 25px;
  text-align: left;
  border-top: 2px solid #014a5b;
  padding-top: 40px;
}
.related__banner-news img {
  margin-top: 0;
}

.mobile-show {
  display: none;
}

.breaking__special--detail h3 a {
  color: #fff;
  border-bottom: 2px solid #f1f1f18a;
}

.photo__story .flexslider .slides img {
  height: 600px;
  -moz-user-select: none;
  object-fit: cover;
}

.corona-special {
  background: #014a5b;
  padding: 40px 0;
}

.corona-special .section-heading span {
  background: #014a5b;
  color: #fff;
}

.corona-special .title a {
  color: #fff;
}

.corona-special .section-heading::before {
  background: #ffffff47;
}
.corona-special .title a:hover {
  color: #fff;
  opacity: 0.7;
}

.corona-special .all {
  color: #fff !important;
  background: #014a5b;
}

.corona-special .news > a {
  height: 250px;
}

#st-1.st-hidden {
  opacity: 100!importanat;
}

.uk-sticky-placeholder {
  height: auto !important;
}

.featured-caption {
  font-size: 17px;
  font-weight: 600;
  opacity: 0.8;
  margin-top: 14px;
}

.makalu-tab {
  list-style: none;
  margin: 0;
  padding: 0 0 0px 0;
  border-bottom: 1px solid #0000001c;
}
.makalu-tab li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.makalu-tab a {
  display: inline-block;
  padding-bottom: 12px;
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid transparent;
  font-size: 17px;
}
.makalu-tab a:hover,
.makalu-tab li.uk-active a {
  border-bottom: 2px solid var(--primary--color);
  color: var(--primary--color);
}
.converter-box textarea {
  width: 100%;
  text-align: left;
  padding: 25px;
  height: 210px;
  transition: 0.4s ease;
  background: #f1f1f1;
  border: none;
  resize: none;
  border: 1px solid #00000054;
  background: #fff;
  margin: 0 0 25px 0;
  overflow: inherit;
  font-size: 19px;
  font-weight: 500;
}

.converter-box .page-title {
  color: var(--primary--color);
  margin-top: 35px;
  font-size: 28px;
  font-weight: 600;
}
.converter-box button {
  background: var(--primary--color);
  border: none;
  cursor: pointer;
  padding: 12px 35px;
  margin: 09;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 36px;
}

.mahadhibesann {
  padding: 40px 0;
  background-image: linear-gradient(147deg, #ffffff42 0%, #f5f5f5 74%);
  position: relative;
}
.mahadhibesann .section-heading span {
  background: #fcfcfc;
}
.mahadhibesann .list-news li {
  padding-left: 20px;
  position: relative;
}
.mahadhibesann .list-news li:first-child::before {
  top: 8px;
}

.mahadhibesann .list-news li::before {
  top: 20px;
  left: 0;
  font-family: "Material-Design-Iconic-Font";
  content: "\f26d";
  position: absolute;
  color: #c4161c;
  font-size: 9px;
  display: inline-block;
  vertical-align: middle;
}
.sidebarAd .gam-ad-position-wrap div {
  margin-top: 0;
}

.result-news {
  margin-bottom: 40px;
}

.sifarish .news-wrap a {
  height: 300px;
}

.gam-ad-position-wrap.single-after-main-image > div {
  margin-top: 0 !important;
}

/*.the-content .single-inbetweenstories::before {
	content: 'Advertisement';
	font-size: 15px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	color: rgba(0,0,0,.58);
	position: absolute;
	top: 14px;
}*/
.the-content .single-inbetweenstories > div,
.the-content .single-inbetweenstories-2 > div {
  margin-right: 10px;
}

.the-content .single-inbetweenstories,
.the-content .single-inbetweenstories-2 {
  display: flex;
  justify-content: space-around;
  border-top: solid 1px rgba(0, 0, 0, 0.19);
  border-bottom: solid 1px rgba(0, 0, 0, 0.19);
  padding: 0px 0 20px;
  margin-bottom: 28px;
  position: relative;
  margin-top: 25px;
}

.the-content em {
  color: inherit;
}

.cartoon-news .news > a {
  height: 200px;
}
.cartoon-news {
  background: var(--primary--color);
  padding: 17px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 5px 14px #000000b0;
}
.cartoon-news .section-heading a {
  background: #135767;
}

.cartoon-news .section-heading::before {
  background: #ffffff3b;
}
.cartoon-news .news a,
.cartoon-news .section-heading span {
  background: none;
  color: #fff;
}

.main-navigation.fixed {
  top: 0;
  position: fixed;
  /* top: 0; */
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 100;
}

.mobile-fixed {
  position: relative;
}

.footer-sticky {
  position: sticky;
  bottom: 0;
  background: #fff;
  box-shadow: 0 5px 12px #00000073;
  z-index: 72;
}
.footer-sticky .gam-ad-position-wrap .gam-each-ad {
  margin-top: 0;
  padding: 15px 0;
}

.category-content .uk-card-secondary {
  background: var(--primary--color);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-stories-block,
.main-stories-block div,
.main-stories-block img {
  height: 100%;
  object-fit: cover;
}
.category-content .uk-card-secondary .title-large {
  font-size: 30px;
  margin-bottom: 0;
}
.category-content .uk-card-secondary p {
  font-size: 17px;
  color: #fff;
  line-height: 1.765;
  opacity: 0.8;
}
.category-election-news {
  margin-top: 30px;
}
.category-election-news .news > a {
  height: 200px;
}
.category-election-news .news h3 {
  font-size: 25px;
}

/* Election Style */

.election-title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.election-title h3 {
  font-size: 40px;
  font-weight: 600;
  padding: 0 20px;
  margin: 0;
  display: block;
  border: 0;
  background: #fff;
  /* color: var(--primary--color); */
  position: relative;
  z-index: 2;
  line-height: 100%;
}

.election-title h3 a {
  color: #101010;
  color: var(--primary--color);
}

.election-subtitle {
  text-align: center;
  background: var(--primary--color);
  padding: 8px 15px;
}

.election-subtitle h4 {
  font-size: 22px;
  margin: 0;
  color: #fff;
}

.card-header {
  padding: 8px 18px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-title {
  font-size: 20px;
  margin: 0;
  color: #010101;
}
.card-body {
  background: #fff;
}
.card-label-wrap {
  padding: 10px 16px;
  margin-bottom: 0;
  background-color: #fff;
}
.card-header-label,
.card-header-top {
  color: #010101;
  font-weight: 600;
  font-size: 16px;
}

.card-header-top {
  color: var(--primary--color);
}
.card-header-label:last-child {
  margin-right: 0;
}

.election-data .card {
  background-color: #fff;
  background-clip: border-box;
  border-bottom: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.parties-row {
  padding: 10px 16px;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body table {
  width: 100%;
}

.col-auto {
  flex: 1 0 auto;
  width: 60px;
  text-align: center;
  padding: 0 10px;
}
.party-icon img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 1px solid #dadada;
  padding: 3px;
  border-radius: 4px;
  width: 40px;
}

.party-name a {
  color: #111;
  font-size: 16px;
  display: block;
  font-weight: 600;
}

.col {
  flex: 17 0 0%;
  padding: 0 10px;
}

.party-name {
  display: flex;
  align-items: center;
  gap: 15px;
}

.party-name img {
  width: 30px;
}

.parties-row .card-header-label {
  height: 100%;
  font-weight: 700;
}

.election-tabs {
  justify-content: center;
  margin-left: 0;
}

.election-tabs a {
  padding: 5px 15px;
  display: block;
  background: #03647b;
  color: #fff !important;
  font-weight: bold;
  font-size: 15px !important;
  margin-bottom: 5px;
}

.election-tabs.uk-subnav > * {
  padding-left: 15px;
}

.election-tabs .uk-active a {
  background: var(--primary--color);
}

.election-data {
  border: 1px solid #eee;
}

@media (max-width: 959px) {
  .election__section .grid .column-6 {
    grid-column: span 12;
  }
}

.card-body > div:nth-child(2n) {
  background: #97848d17;
}

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

.t20-fixtures {
  padding: 30px 0;
  background: var(--primary--color);

  color: #fff;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0px;
}

.t20-fixtures::before {
  content: "";
  background: url(./assets/img/icclogo.svg) no-repeat left bottom;
  position: absolute;
  left: 20px;
  background-size: contain;
  bottom: 20px;
  width: 250px;
  height: 250px;
  opacity: 0.12;
  z-index: 0;
  pointer-events: none;
}

.t20-logo img {
  width: 250px;
}

/* .t20-news .npPress-height {
  height: 560px !important;
} */

.t20__news__list .npPress-height {
  height: 250px !important;
}

.t20__news__list > div {
  margin-bottom: 30px;
}

.t20-col-news .title a {
  color: rgba(255, 255, 255, 0.87);
}

.team-name img {
  width: 34px;
  height: 20px;
  border: 1px solid #51637033;
}

.team-name:not(:last-child) {
  margin-bottom: 15px;
}
.t20-fixtures .btn {
  background: #fff;
  color: var(--primary--color);
}

.t20-fixtures .btn:hover {
  opacity: 0.9;
}

.t20-fixtures:before {
  content: "";
  position: absolute;
  opacity: 0.7;
  left: 0;
  bottom: 0;
  background-size: 100%;
  background-image: url(./assets/img/foot-shape-right.png);
  width: 100%;
  background-position: center center;
  height: 100%;
  background-repeat: no-repeat;
}

.fixtures-container {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fixtures-container .btn {
  margin-top: 0;
  background: #fff;
  font-weight: bold;
  color: #014a5b;
  font-size: 15px;
  padding: 7px 12px 7px 12px;
  border-radius: 6px;
  border: none;
}

.t20-news .title-small {
  font-size: 20px;
}

.t20-news .title-small a {
  color: #fffffff0;
}

.t20-news .img-vertical {
  height: 450px;
}
