/*!
Theme Name: thankot-times
Theme URI: https://www.genesiswtech.com/
Author: Genesis Web Technology
Author URI: https://www.genesiswtech.com/
Description: This is custom New portal theme for Thankot times
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: thankot-times
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> 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=Mulish:wght@300;400;500;600&family=Poppins:wght@300;400;500;600;700&display=swap");

:root {
  --primary--color: #21418e;
  --secondary--color: #de1d3e;
}

html {
  scroll-behavior: smooth;
}

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

p {
  font-family: "Mukta", sans-serif;
  line-height: 1.8;
}

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

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

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

.section {
  margin-top: 50px;
}

.site-branding {
  padding: 15px 0;
}

.site-branding .custom-logo,
.roadblock__ad .custom-logo {
  width: 250px;
}

.roadblock__ad .custom-logo {
  margin-top: -50px;
}

.site-title {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  color: var(--primary--color);
  margin: 0;
}

.site-title > a {
  color: var(--primary--color);
}

.main-navigation > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}

.main-navigation > div > div > div > ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
}

.main-navigation > div > div > div {
  align-self: stretch;
  display: flex;
}

.main-navigation > div > div > div > ul {
  display: flex;
  justify-content: space-between;
}

.burger--menu,
.search--menu {
  color: #fff;
  font-size: 25px;
  padding: 12px 0;
  line-height: 25px;
  display: inline-block;
}

.search--menu {
  padding: 12px;
  background: #0000001a;
}

.burger--menu:hover,
.search--menu:hover {
  color: #fff;
}

.header--search .uk-form-icon {
  color: #000;
}

.header--search .uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding: 0 10px !important;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-color: #00000057;
}

.news__title--large {
  margin: 0;
  font-size: 25px;
  margin-bottom: 8px;
}

.news__title--xlarge {
  margin: 10px 0;
  font-size: 30px;
  margin-bottom: 8px;
}

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

.news__title--small {
  margin: 0;
  font-size: 20px;
}

.main-navigation {
  background-color: var(--primary--color);
  position: relative;
  z-index: 2;
}

.main-navigation > div > div > div > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s linear;
}

.main-navigation > div > div > div > ul > li > ul {
  position: absolute;
  top: 130%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--primary--color);
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 0 5px 15px #00000038;
}

.main-navigation > div > div > div > ul > li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  transition: 0.3s linear;
  z-index: 12;
}

.main-navigation > div > div > div > ul > li > ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
}

.main-navigation > div > div > div > ul > li > i {
  padding-left: 15px;
  font-size: 24px;
  color: #111;
}

.main-navigation > div > div > div > ul > li > ul > li:first-child > a {
  padding-top: 0;
}

.main-navigation > div > div > div > ul > li > ul > li:last-child > a {
  padding-bottom: 0;
}

.main-navigation > div > div > div > ul > li:not(:first-child) {
  margin: 0 0 0 12px;
}

.main-navigation > div > div > div > ul > li > a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: block;
  padding: 12px;
  line-height: 1.8;
}

.main-navigation > div > div > div > ul > li:hover > a,
.main-navigation > div > div > div > ul > li:hover > i {
  background: var(--secondary--color);
}

.main-navigation > div > div > div > ul > li.current-menu-item > a {
  background: var(--secondary--color);
}

.offToggle {
  position: absolute;
  left: 310px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  top: 20px;
  z-index: 52;
  cursor: pointer;
  right: 0;
  background: var(--primary--color) !important;
  color: #fff;
  border-radius: 6px;
  display: block !important;
}

.offToggle img {
  width: 26px;
  height: 26px;
  object-fit: cover;
}

#sidebar-nav {
  visibility: hidden;
  left: -300px;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -moz-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -o-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  overflow: auto;
}

#sidebar-nav {
  opacity: 0;
  color: #fff;
}

.overlay {
  cursor: url("./assets/img/cross.png"), auto;
}

#sidebar-nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 290px;
  background: #fff;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: default;
}

.sidebar-nav-inner {
  color: #434343;
  width: 290px;
  position: absolute;
  cursor: default;
  /* padding-top: 0; */
  background: var(--primary--color);
  height: 100vh;
  top: 0;
  left: 0;
}

#sidebar-nav > div > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar-nav > div > div > ul > li > a {
  color: #fff;
  padding: 12px 20px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid #ffffff0a;
  display: block;
  font-size: 18px;
}

#sidebar-nav > div > div > ul > li > span {
  /* background: #0000000f; */
  display: block;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 20px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
  color: #fff;
}
#sidebar-nav > div > div > ul {
  position: relative;
}

#sidebar-nav > div > div > ul > li,
#sidebar-nav > div > div > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#sidebar-nav > div > div > ul > li > ul > li:last-child {
  border-bottom: none;
}

#sidebar-nav > div > div > ul > li > ul {
  display: none;
  background: #0000000a;
  padding: 7px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* 
#sidebar-nav > div > div > ul > li:hover > a,
#sidebar-nav > div > div > ul > li:hover span,
#sidebar-nav > div > div > ul > li > ul > li:hover > a,
.main-navigation > div > div > div > ul > li.menu-item-has-children:hover span {
  color: var(--primary--color);
} */

#sidebar-nav > div > div > ul > li > a,
#sidebar-nav > div > div > ul > li > ul > li > a {
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid #ffffff0a;
  display: block;
  font-size: 18px;
  font-weight: 500;
}

#sidebar-nav > div > div > ul > li > ul > li > a {
  font-size: 16px;
}

.overlay {
  position: fixed;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  /* z-index: 998; */
  display: none;
}

#sidebar-nav > div > div {
  background: var(--primary--color);
}

.main-navigation > div > div > div > ul > li.menu-item-has-children span {
  -webkit-transform: rotate(450deg);
  -moz-transform: rotate(450deg);
  -ms-transform: rotate(450deg);
  -o-transform: rotate(450deg);
  transform: rotate(450deg);
  font-size: 21px;
  margin-left: -6px;
  color: #3333339e;
}

.main-navigation > div > div > div > ul > li.menu-item-has-children {
  padding-right: 7px;
}

.show__side--menu #sidebar-nav {
  left: 0;
  -webkit-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -moz-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  -o-transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  transition: 0.8s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  visibility: visible;
  z-index: 112;
  opacity: 1;
}

.show__side--menu .overlay {
  display: block;
}

#sidebar-nav > div > div.sidebar-header {
  background: #f1f1f1;
  padding: 15px;
  text-align: center;
}

.breaking__news {
  text-align: center;
  margin-top: 35px;
}

.breaking__news--title {
  font-size: 56px;
}

.subtitle {
  font-size: 23px;
  color: #858282;
}

.breaking__news--title {
  font-size: 63px;
  margin: 0;
  line-height: 1.2;
}

.subtitle {
  margin: 0;
  margin: 13px 0;
  font-size: 22px;
  color: #000000a3;
  font-weight: 500;
}

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

.title {
  color: #333;
}

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

.breaking__news p {
  font-size: 22px;
  padding: 0 40px;
  line-height: 37px;
}

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

.news--author img {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.news--author a,
.news--author span {
  font-size: 16px;
  margin-right: 10px;
  font-weight: 500;
  color: rgb(81, 81, 81);
}

.slug {
  background: var(--secondary--color);
  color: #fff;
  display: inline-block;
  padding: 8px 8px 8px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

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

.main__news--title {
  font-size: 50px;
  margin: 0;
  line-height: 1.2;
}

.main__news p {
  font-size: 22px;
  line-height: 37px;
}

.main__news {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main__news > a {
  display: block;
  width: 400px;
  height: 400px;
}
.main__news > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__news > div {
  flex: 2;
  margin-left: 25px;
}

.three__col--news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-top: 40px;
}

.col--news > a {
  display: block;
  width: 100%;
  height: 190px;
}

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

.cat-head {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  background: #fff;
  margin-bottom: 0;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.cat-name {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 25px;
}

.cat-name::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #9f9f9f63;
  position: absolute;
  top: 45%;
  right: 0;
  z-index: -1;
  bottom: inherit;
}

.cat-name a {
  background: #fff;
  padding-left: 20px;
  color: #000;
  position: relative;
  z-index: 1;
}

.cat-name a i {
  background: var(--secondary--color);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  color: #fff;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-weight: bold;
  vertical-align: baseline;
}

.cat-name a i:hover {
  background: var(--primary--color);
  color: #fff;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.two--grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 25px;
}

.two--grid .col--news {
  grid-column: span 4;
}

.two--grid .col--news:first-child {
  grid-column: span 8;
  grid-row: span 2;
}

.two--grid .col--news:first-child > a {
  height: 496px;
}

.two--grid .col--news:first-child .news__title--medium {
  font-size: 30px;
}

.row__news {
  display: flex;
  padding: 17px 0;
  border-bottom: 1px solid #fff9f917;
}

.row__news:last-child {
  border-bottom: none;
}

.row__news > a {
  display: block;
  width: 100px;
  height: 80px;
  margin-right: 25px;
}

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

.row__news .news__title--small,
.row__news .news__title--medium {
  flex: 2;
  margin: 0;
  font-size: 18px;
}

.local__special {
  background: #1a3370;
  padding: 20px 0;
}

.local__special .cat-head {
  background: #1a3370;
  color: #fff;
}

.local__special .cat-name::before {
  background: #fff;
  z-index: 1;
}

.local__special .cat-name a {
  background: #1a3370;
  color: #fff;
}

.location--special {
  /* padding: 25px; */
  /* background: #0000001a; */
  background-image: linear-gradient(90deg, #00000021, #1a3370);
}

.location--special > ul {
  padding: 0 30px;
  list-style: none;
}
.location--special > ul > li {
  padding: 7px 0;
  border-bottom: 1px solid #ffffff0f;
}
.location--special > ul > li:last-child {
  border: none;
}

.location--special > ul > li::marker {
  color: #ffffffa1;
}

.location--special > ul > li > a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
/* .location--special > ul > li > a::before {
  content: "\f26c";
  font-family: "Material-Design-Iconic-Font";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 2px;
} */

.local__special .col--news > a {
  height: 570px;
}

.local__special .news__title--xlarge {
  font-size: 27px;
}

.local__special .col--news h3 .title,
.local__special .row--news h3 .title {
  color: #fff;
}

.local__special .row__news:first-child {
  padding-top: 0;
}

.health--grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
}

.col--grid {
  grid-column: span 4;
}

.col--grid:first-child,
.col--grid:nth-child(2) {
  grid-column: span 6;
}

.col--grid > a {
  display: block;
  width: 100%;
  height: 175px;
}

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

.col--grid:first-child > a,
.col--grid:nth-child(2) > a {
  display: block;
  height: 365px;
}

.col--grid:first-child > h3,
.col--grid:nth-child(2) > h3 {
  font-size: 25px;
}

.overlay--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.overlay__news {
  position: relative;
  margin-bottom: 15px;
}

.overlay__news > a {
  display: block;
  width: 100%;
  height: 365px;
}

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

.overlay--text {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(180deg, #00000005, #000);
}

.overlay--text h3 {
  font-size: 28px;
  margin: 0;
}

.overlay--text a {
  color: #fff;
}

.overlay--text a:hover {
  color: var(--primary--color);
}

.sports .row__news {
  padding: 0;
}

.sports .row__news > a {
  width: 145px;
  height: 120px;
}

.sports--container .uk-grid > div:not(:first-child) > div,
.sports--container .uk-grid > div:nth-child(2) > div {
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.sports--container .uk-grid > div:nth-child(2) > div {
  padding: 0;
  border: none;
}

.tech--news ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tech--news ul li {
  padding: 10px 0;
  border-top: 1px solid #eee;
}

.tech--news ul li a {
  font-weight: 600;
}

.enter__news ul li {
  border-top: 1px solid #eeeeee4d;
}

.entertainment--section {
  background: #3c589b;
  padding: 20px 0;
}
.entertainment--section .cat-head {
  background: #3c589b;
  color: #fff;
}

.entertainment--section .cat-name::before {
  background: #fff;
  z-index: 1;
}

.entertainment--section .cat-name a {
  background: #3c589b;
  color: #fff;
}

.entertainment--container .overlay__news > a {
  height: 500px;
}

.enter__news .overlay__news > a {
  height: 250px;
}

.enter__news .overlay__news .overlay--text h3 {
  font-size: 20px;
}

.tech--news.enter__news ul li a {
  color: #fff;
}

.economy--grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 25px;
}
.economy--grid .col--news {
  grid-column: span 3;
}
.economy--grid .col--news:first-child {
  grid-column: span 6;
  grid-row: span 2;
}
.economy--grid .col--news:first-child > a {
  height: 496px;
}

.economy--grid .col--news .news__title--small {
  margin-top: 12px;
}

.photo--feature .overlay--text h3 {
  font-size: 22px;
}

.photo__feature {
  padding: 75px 0;
  background: #eee;
}

.photo__feature .cat-head {
  background: #eee;
  color: #000;
}

.photo__feature .cat-name::before {
  background: #eee;
  z-index: 1;
}

.photo__feature .cat-name a {
  background: #eee;
  color: #000;
}

.photo__feature .cat-name::before {
  background: #0000001a;
}

.photo--feature .uk-slidenav {
  color: #000;
}

.site-footer {
  padding: 50px 0 0 0;
  background: var(--primary--color);
}

.footer-logo {
  margin-top: -50px;
}

.footer-logo > a {
  display: inline-block;
  padding: 5px;
  background: #eee;
  margin-bottom: 15px;
}

.footer-logo > a img {
  max-width: 250px;
}

.footer-logo p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: normal;
  margin-bottom: 5px;
}

.footer-info h3 {
  color: #fff;
  font-size: 28px;
  margin: 0;
  margin-bottom: 12px;
}

.footer-info.contact--info > div {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}

.footer-info.contact--info > div img {
  position: absolute;
  left: 0;
  top: 12px;
}

.footer-info > div span {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.footer-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-info ul li {
  padding-bottom: 8px;
  font-size: 18px;
}

.footer-info ul li a {
  color: #fff;
  display: inline-block;
  position: relative;
  transition: 0.4s linear;
}

.footer-info ul li a:hover {
  opacity: 0.8;
}

.copyright {
  margin-top: 25px;
  padding: 10px 0;
  border-top: 1px solid #ffffff4f;
}

.copyright p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.copyright p a {
  color: #fff;
}

.post-share-wrap {
  margin: 30px 0;
  padding: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #eee;
}
.news-action > div {
  display: inline-block;
  margin-right: 9px;
}

.news-action > div {
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 0;
}

.postdate {
  color: rgb(81, 81, 81);
  text-align: right;
  margin-top: -15px;
}

.the-content p,
.the-content {
  line-height: 170%;
  font-size: 22px;
  color: #000000d6;
  margin-bottom: 20px;
  text-align: justify;
}

.the-content p em {
  color: #000;
}

.the-content img,
.single-article img {
  text-align: center;
  margin: 20px auto 20px 0;
}

.the-content ul,
.the-content ol {
  margin: 0;
  padding: 12px 0px 0 19px;
}

.the-content ul li {
  margin-top: 11px;
  line-height: 1.6;
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  font-weight: 600;
  color: #000;
}

.the-content blockquote {
  font-weight: 600;
  font-size: 22px;
  background: #f1f1f1;
  margin-top: 20px;
  padding: 35px;
  line-height: 1.7;
}

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

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

blockquote.floatleft::before {
  content: "\f1b2";
  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: 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;
}

.alignleft {
  padding-right: 30px;
  float: left;
}

.alignright {
  padding-left: 30px;
  float: right;
}

.aligncenter {
  text-align: center;
}

.comment-reply-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins", sans-serif;
}

#commentform {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}

.comment-notes {
  font-size: 15px;
  display: none;
  color: #000;
}

.comment-meta {
  padding-bottom: 14px;
}

.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 {
  outline: none;
  padding: 20px;
  margin: 5px 1px 3px 0;
  width: 100%;
  border: none;
  height: 150px;

  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;
  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,
.uk-search button {
  font-family: "Mukta", sans-serif;
  font-weight: bold;
  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: var(--primary--color);
  font-weight: 600;
}

#respond #submit:hover {
  background: var(--secondary--color);
}

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

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

.comment-list,
.comment-respond {
  margin: 0 0 30px;
  list-style: none;
  background-color: #f1f1f1;
  padding: 20px;
}

.comment-list > li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #00000021;
}

.comment-list > li:first-child {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.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: 0 0 0 58px;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  border-top: 1px solid #ddd;
}

.comment-list > li article .comment-content p {
  color: #000;
  border-top: 1px solid #fff;
  padding-top: 14px;
}

.logged-in-as {
  grid-column: span 2;
}

.comment-list > li article .comment-content a,
.logged-in-as > a {
  color: var(--primary--color);
}

.comment-list > li > article .reply {
  position: absolute;
  right: 0;
  top: 0;
}

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

.reply a:hover {
  background: var(--secondary--color);
}

.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;
}

.featured-img {
  margin-bottom: 20px;
  text-align: center;
}

.cat-title-large h3 {
  font-size: 40px;
  line-height: 1.1;
}

.cat-wrapper {
  padding: 25px;
  height: 100%;
  background: #eeeeeea8;
  vertical-align: middle;
  display: inline-block;
}

.cat-wrapper .news__title--xlarge {
  font-size: 46px;
}

.cat-wrapper p {
  font-size: 20px;
  line-height: 37px;
  color: #333;
}

.big-category {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 25px 0;
  margin-bottom: 50px;
}

.img-wrapper img {
  height: 100%;
  object-fit: cover;
}
.pagination__wrap {
  text-align: center;
  margin-top: 25px;
}

.page-numbers {
  border: 1px solid #000;
  display: inline-block;
  width: 40px;
  height: 40px;
  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;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.page-numbers.next,
.page-numbers.prev {
  padding-left: 13px;
  width: auto;
  padding-right: 13px;
}

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

.posts-navigation .screen-reader-text {
  display: none;
}

.nav-links {
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
}

.nav-links > div {
  padding: 5px 10px;
  background: var(--primary--color);
}

.nav-links > div a {
  color: #fff;
}

.nav-links > div:hover {
  color: #fff;
  background: var(--secondary--color);
}

.btn {
  color: #fff;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  background: var(--secondary--color);
  text-transform: uppercase;
  padding: 10px 25px;
  vertical-align: middle;
  margin-top: 12px;
  display: inline-block;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: none;
}

.btn:hover {
  color: #fff;
  opacity: 0.9;
}

.gam-ad-position-wrap div {
  text-align: center;
  margin-bottom: 15px;
}

.gam-ad-position-wrap > div {
  margin-top: 30px;
}

.gam-ad-position-wrap div:last-child {
  margin-bottom: 0;
}

.gam-ad-position-wrap.header-logo-right > div {
  margin: 0;
}

.the-content iframe {
  width: 100%;
}

.site-branding .gam-ad-position-wrap > div {
  margin: 0;
}

.economy--grid .col--news:first-child .news__title--xlarge {
  font-size: 30px;
}

.economy--grid .col--news .news__title--xlarge {
  font-size: 20px;
}

/* RoadBLock */

.roadblock {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  padding: 0;
  background: #fff;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.roadblock-wrap {
  height: 100%;
  /* overflow: scroll; */
  /* height: 100%; */
  width: 100%;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  place-items: center;
}

.skip-ad {
  margin-bottom: 15px;
  background: var(--primary--color);
  text-align: center;
  padding: 6px 19px;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 20px 6px 20px;
  border-radius: 22px;
  vertical-align: middle;
  display: inline-block;
}
.skip-ad:hover {
  color: #fff;
}

.roadblock-news-wrap .primary {
  color: #fff;
  background-color: #002c3e;
}
.roadblock-news-wrap h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}
.roadblock-news-wrap h3 a:hover {
  color: #fff;
  opacity: 0.9;
}
.roadblock-news-wrap p {
  font-size: 20px;
  line-height: 32px;
}

.roadblock-news-wrap {
  margin-bottom: 30px;
}

.roadblock-ad {
  overflow: hidden;
}

.roadblock-remove .roadblock {
  opacity: 0;

  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  visibility: hidden;
}
.aligncenter {
  text-align: center;
}
.roadblock__ad .container {
  width: 100%;
}

.alignright {
  text-align: right;
}

.roadblock__ad {
  text-align: center;
}
.category-area .col--news {
  height: 250px;
}

.socials__infos > a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background: #ffffff1a;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.socials__infos > a:hover {
  background: #00000061;
}

.team-member h3 {
  font-size: 23px;
  margin-bottom: 0;
  margin-top: 0;
}

.team-member span {
  display: block;
  color: var(--primary--color);
  padding-bottom: 8px;
  font-weight: bold;
}

.team-member img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 0 13px;
  text-align: center;
}

.contact-info a {
  display: inline-block;
  margin-right: 4px;
  color: #333;
}

.contact-info a:hover {
  color: var(--primary--color);
}

.team-section .uk-grid > div:first-child {
  width: 100%;
}

.footer-btn {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  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: var(--secondary--color);
  font-weight: 600;
}

.footer-btn:hover {
  opacity: 0.8;
  color: #fff;
}

/* Covid Box */

@keyframes horizontal-spin {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(360deg);
  }
}
.covid-updateBox,
.box-slide {
  position: fixed;
  bottom: 110px;
  right: 50px;
  z-index: 10000;
  cursor: move;
}
.cube-container {
  perspective: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cube-container .cube {
  transition: transform 2s ease-in;
  transform-style: preserve-3d;
  width: 200px;
  height: 200px;
}
.offcanvas-bar .menu-main-menu-container {
  height: 80vh;
  overflow: scroll;
}
.cube-container .cube.cube1 {
  animation: horizontal-spin 10s infinite linear;
}
.cube-container .cube .box {
  position: absolute;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.cube-container .cube .box.front {
  transform: translateZ(100px);
}

.cube-title {
  color: #fff;
  font-weight: 600;
  display: block;
}
.cube-container .cube .box.back {
  transform: rotateY(180deg) translateZ(100px);
}
.cube-container .cube .box.right {
  transform: rotateY(90deg) translateX(100px);
  transform-origin: right;
}

.cube-container .cube .box.left {
  transform: rotateY(-90deg) translateX(-100px);
  transform-origin: left;
}

.cube-box {
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 22px;
  padding: 15px 20px;
  position: absolute;
  top: 0;
  width: 100%;
}

.cube-desc {
  font-size: 15px;
  line-height: 27px;
  display: block;
}

.close-btn {
  background: var(--primary--color);
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  color: #fff;
  top: -40px;
  right: -42px;
  z-index: 1;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  box-shadow: 0 5px 15px #00000026;
  font-size: 19px;
}
.close-btn:hover {
  color: #fff;
  background: var(--secondary--color);
}

.header-logo-mobile-right > div {
  margin: 0;
}

.header-logo-mobile-right > div img {
  max-width: 100%;
  width: 550px;
}

.is-full-widescreen-ad {
  background: #fff;
  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;
}
.is-full-widescreen-ad > div {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}
.skip-ad p {
  text-transform: uppercase;
  font-weight: 600;
  color: #33333394;
  font-size: 17px;
  margin: 20px 0 10px;
  margin-top: -50px;
}
.skip-ad .btn {
  font-family: "mukta", sans-serif;
  font-weight: 700;
  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: var(--primary--color);
  font-weight: 600;
  display: inline-block;
}
.skip-ad .btn:hover {
  color: #fff;
  opacity: 0.8;
}
.skip-mobile-view {
  display: none;
}

.bannerSticky {
  padding: 10px;
  background: #fff;
  position: sticky;
  bottom: 0;
  text-align: center;
  left: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0 5px 14px #0000004a;
}
.footer-banner {
  text-align: center;
}
.footerbanner a {
  display: block;
}
.bannerSticky .closebtn {
  position: absolute;
  cursor: pointer;
  top: -18px;
  color: #fff;
  background: var(--secondary--color);
  height: 30px;
  width: 30px;
  right: 18px;
  line-height: 30px;
  border-radius: 100%;
  display: inline-block;
  z-index: 1000;
}

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

.bannerSticky .gam-ad-position-wrap > div {
  margin: 0;
}