/*!Theme Name: My Theme
Theme URI: https://protech.org.np/
Author: ProTech Nepal
Author URI: https://protech.org.np/
Description: A basic WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-theme
Tags: news portal custom powerfull theme
*/
@import "https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap";

:root {
    --primary--color: #c70408;
    --secondary--color: #0f60af;
}

html {
    scroll-behavior: smooth
}

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

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    vertical-align: middle
}

p {
    font-family: mukta, sans-serif;
    line-height: 1.8;
    color: #000000bf;
    margin: 0
}

h1,
h2,
h3,
h5,
h4,
h6 {
    font-family: mukta, sans-serif;
    font-weight: 600;
    margin: 0;
    color: #101010
}

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

body {
    font-family: mukta, sans-serif
}

.hp-container {
    padding: 0 20px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative
}

.hp-container-large {
    max-width: 1600px
}

.hp-container-expand {
    max-width: 100%
}

.flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-between {
    justify-content: space-between
}

.flex-middle {
    align-items: center
}

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

.column-2 {
    grid-column: span 2
}

.column-3 {
    grid-column: span 3
}

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

.column-5 {
    grid-column: span 5
}

.column-6 {
    grid-column: span 6
}

.column-7 {
    grid-column: span 7
}

.column-8 {
    grid-column: span 8
}

.column-9 {
    grid-column: span 9
}

.column-10 {
    grid-column: span 10
}

.row-2 {
    grid-row: span 2
}

.bichar--news>.grid:last-child {
    margin-top: 25px
}

.site-branding {
    position: relative;
    padding: 10px 0;
    text-align: center
}

.site-header .custom-logo {
    width: 360px
}

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

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

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

.burger--menu {
    display: none
}

.header--left {
    display: flex;
    align-items: center
}

.header--left>a {
    color: #064684;
    display: block;
    font-size: 21px
}

.header--left>a:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #eee
}

.burger--menu,
.header--right>a {
    color: #064684;
    font-size: 20px;
    padding: 6px 12px;
    line-height: 100%;
    display: inline-block
}

.header--right>a.recent--menu {
    font-size: 18px
}

.header--right>a {
    display: inline-block;
    margin-left: 13px
}

.main-navigation {
    position: relative;
    background: #c70408
}

.main-navigation .hp-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.header-right {
    margin-left: auto
}

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

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

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

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

.main-navigation>div>div>ul>li>i {
    font-size: 14px;
    color: #fff
}

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

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

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

.main-navigation>div>div>ul>li>a {
    color: #fff;
    font-size: 17px;
    display: block;
    padding: 5px 12px;
    font-weight: 500
}

.main-navigation>div>div>ul>li:hover {
    background: #0000001f
}

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

.main-navigation>div>div>ul>li:not(:last-child)>i {
    display: none
}

.main-navigation>div>div>ul>li:not(:last-child) {
    padding: 0
}

#sidebar-nav .menu>li.menu-item-has-children>i {
    background: #404040;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    cursor: pointer
}

.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: .8s cubic-bezier(.55, -.01, .19, .98) 0s;
    -moz-transition: .8s cubic-bezier(.55, -.01, .19, .98) 0s;
    -o-transition: .8s cubic-bezier(.55, -.01, .19, .98) 0s;
    transition: .8s cubic-bezier(.55, -.01, .19, .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, .1);
    cursor: default
}

.sidebar-nav-inner {
    color: #434343;
    width: 290px;
    position: absolute;
    cursor: default;
    background: var(--secondary--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: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    border-bottom: 1px solid #ffffff0a;
    display: block;
    font-size: 18px
}

#sidebar-nav>div>div>ul>li>span {
    display: block;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 20px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer
}

#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, .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>ul>li.menu-item-has-children:hover span {
    background: #00000021
}

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

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

.overlay {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .75);
    display: none
}

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

.main-navigation>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: #0646843339e
}

.show__side--menu #sidebar-nav {
    left: 0;
    -webkit-transition: .8s cubic-bezier(.55, -.01, .19, .98) 0s;
    -moz-transition: .8s cubic-bezier(.55, -.01, .19, .98) 0s;
    -o-transition: .8s cubic-bezier(.55, -.01, .19, .98) 0s;
    transition: .8s cubic-bezier(.55, -.01, .19, .98) 0s;
    visibility: visible;
    z-index: 999999;
    opacity: 1
}

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

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

.header-right>a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 12px 12px;
    background: var(--primary--color)
}

.header-right>a.english--site {
    background: #2e64cf
}


.burger--menu:hover {
    color: var(--primary--color)
}

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

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


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

.breaking__news--title {
    font-size: 55px;
    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: #101010
}
/* Media query for mobile view */
@media (max-width: 767px) {
    .breaking__news--title .title {
        font-size: 35px; /* Font size for mobile devices */
        font-weight: 600;
		line-height: 1.2;
             
    }
}

 @media (max-width: 768px) {
        .breaking__news--title .title {
            font-size: 35px;
            font-weight: 600;
            line-height: 1.4;
        }
    }

.title {
    color: #313131
}

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

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

.slug {
    background: var(--primary--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: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: middle
}

.singlepage-metacontainer .news--author img {
    width: 35px;
    height: 35px
}

.news--author a,
.news--author {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary--color)
}

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

.breaking__news .news--author {
    font-size: 17px
}

.news--author span {
    color: #555;
    font-weight: 700
}

.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 {
    margin-top: 30px
}

.grid-left {
    flex: 2;
    padding-right: 30px
}

.grid-right {
    flex: 1;
    width: 300px;
    max-width: 300px;
    min-width: 300px
}

.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: 23px;
    margin: 0;
    margin: 8px 0;
    line-height: 1.4
}

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

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

.news--content {
    text-align: center
}

.news--content p {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 8px
}

.news--content .news--author {
    font-size: 15px;
    margin-bottom: 10px
}

.news--content {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.main--news .news__title--small,
.colNews .news__title--small {
    margin-top: 8px
}

.special__section .grid-left {
    border-right: 1px solid #eee;
    margin-right: 30px
}

.col--news .colNews:not(:last-child) {
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
    padding-bottom: 15px
}

.col--news .news--author,
.mid-news .news--author {
    margin-bottom: 0
}

.cat-head {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

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

.cat-name {
    font-family: 'Teko', sans-serif; 
    font-size: 40px;
    font-weight: 500;
    padding: 0 20px;
    margin: 0;
    display: inline-block;
    border: 0;
    background: #fff;
    position: relative;
    z-index: 2;
    line-height: 100%;
    padding-left: 0
}

.cat-name>a {
    color: #101010
}

.cat-head>a {
    display: inline-block;
    font-family: mukta, sans-serif;
    background: #fff;
    font-size: 15px;
    color: #000000de;
    font-weight: 600;
    position: relative;
    line-height: 42px;
    padding: 0 0 0 15px;
    z-index: 2
}

.cat-head>a::after {
    content: "\f054";
    margin-left: 5px;
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 10px;
    width: 25px;
    height: 25px;
    background: var(--primary--color);
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 50%
}

.cat-head a:hover,
.cat-head a:hover::after {
    color: var(--secondary--color)
}

.cat-head a:hover::after {
    color: #fff;
    background: var(--secondary--color)
}

.sub-cat {
    margin: 0 10px 0 auto;
    padding: 0;
    list-style: none;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-right: 0;
    padding-left: 15px
}

.sub-cat li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
    border: 1px solid transparent;
    padding: 4px 11px 7px 0px;
    font-size: 14px;
    color: #064684;
    font-weight: 600
}

.sub-cat li a {
    position: relative;
    padding: 0;
    top: 0;
    font-size: 15px;
    color: #0b0b0b99;
    font-weight: 600;
    border: 1px solid #0000003b;
    border-radius: 14px;
    padding: 1px 22px;
    background: #00000008
}

.sub-cat li a:hover {
    background: var(--primary--color);
    color: #fff
}

.big-news .news__title--large {
    margin-top: 12px
}

.big-news p {
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.7
}

.scrollable-news {
    max-height: 500px;
    overflow: auto
}

.scrollable-news>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 10px
}

.scrollable-news>ul>li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee
}

.scrollable-news>ul>li>a {
    font-size: 20px;
    font-weight: 700
}

.political-news .grid-left {
    border-right: 1px solid #eee;
    margin-right: 15px
}

.single-news>div {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eee
}

.single-news>div .news__title--med {
    margin: 0;
    margin-bottom: 8px
}

.bichar--news .grid-left {
    padding: 0;
    padding-left: 30px
}

.row__news>div {
    display: flex;
    margin-bottom: 20px
}

.political-news .row__news>div {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.political-news .row__news>div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.row__news>div>a {
    display: block;
    width: 170px;
    height: 100px
}

.row__news22>div>a {
    display: block;
    width: 100px;
    height: 70px
}

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

.row__news>div .news__title--small {
    flex: 1;
    margin: 0;
    font-size: 20px;
    padding-left: 15px
}

.row__news22>div .news__title--small {
    flex: 1;
    margin: 0;
    font-size: 18px;
    padding-left: 15px
}

.finance__news .row__news>div .news__title--small {
    font-size: 17px
}

.finance__news .row__news>div {
    padding: 15px 0;
    margin: 0;
    border-top: 1px solid #eee
}

.finance__news .row__news>div>a {
    width: 100px;
    height: 80px
}

.political-news .row__news>div .news__title--small {
    padding: 0;
    padding-right: 7px
}

.overlay--news {
    position: relative
}

.overlay--text {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0.79), #00000069, transparent);
    width: 100%;
    text-align: center
}

.overlay--text .news__title--medium {
    font-size: 30px;
    margin: 0
}

.overlay--text .news__title--medium a {
    color: #fff
}

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

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

.bichar--news .main--news>a {
    display: block;
    width: 100%
}

.bichar--news .main--news>a img {
    width: 100%
}

.bichar--news .main--news>a {
    display: block;
    width: 100%
}

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

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

.bg-white {
    padding: 35px 0;
    background: var(--primary--color)
}

.bg-grey {
    background: var(--secondary--color)
}

.bg-white .cat-name,
.bg-white .cat-head>a {
    background: var(--primary--color)
}

.bg-white .cat-name::first-letter {
    color: #fff
}

.bg-grey .cat-name,
.bg-grey .cat-head>a {
    background: var(--secondary--color)
}

.bg-white .cat-name>a,
.bg-white .cat-head>a {
    color: #fff
}

.bg-white .cat-head>a::after {
    color: var(--primary--color);
    background: #fff
}

.bg-grey .cat-head>a::after {
    color: var(--secondary--color);
    background: #fff
}

.bg-white .title {
    color: #fff
}

.list--news ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px
}

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

.list--news ul li a {
    font-size: 18px;
    font-weight: 600
}

.election__section .overlay--news {
    margin-bottom: 25px
}

.photo__gallery {
    background: var(--primary--color)
}

.photo__gallery {
    overflow: hidden
}

.photo__gallery .owl-carousel .owl-stage-outer {
    overflow: inherit;
    padding-bottom: 70px
}

.photo__gallery .owl-carousel {
    position: relative
}

.photo__gallery .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto
}

.photo__gallery .owl-carousel .owl-nav button.owl-next,
.photo__gallery .owl-carousel .owl-nav button.owl-prev {
    font-size: 37px;
    margin-left: 12px;
    border: 2px solid #fff;
    background: 0 0;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 30px
}

.photo__gallery .owl-carousel .owl-nav button.owl-next:hover,
.photo__gallery .owl-carousel .owl-nav button.owl-prev:hover {
    background: #fff;
    color: var(--primary--color);
    border: 2px solid #fff
}

.photo__gallery .owl-carousel .owl-dots {
    margin-top: -5px;
    position: absolute;
    bottom: 30px
}

.photo__gallery .owl-carousel .owl-dots .owl-dot {
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px
}

.photo__gallery .owl-carousel .owl-dots .owl-dot.active {
    border: 2px solid #fff;
    background: #fff
}

.multimedia-col .news__title--large {
    margin-top: 12px
}

.site-footer {
    background: var(--secondary--color);
    padding: 50px 0;
    margin-top: 50px;
    padding-bottom: 0
}

.footer-info strong {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px
}

.footer-info p {
    margin: 0;
    color: #fff;
    font-size: 15px
}

.footer-info h3 {
    color: #fff;
    font-size: 26px;
    font-family: mukta, sans-serif;
    margin: 0;
    margin-bottom: 8px
}

.footer-info p {
    margin: 0;
    color: #fff
}

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

.footer-info ul li a {
    font-family: mukta, sans-serif;
    font-size: 18px;
    color: #ffff;
    margin-bottom: 8px;
    display: block
}

.site-footer .column-1,
.site-footer .column-2,
.site-footer .column-3 {
   
    padding-right: 10px
}

.site-footer .column-2:last-child {
    border: 0;
    padding-right: 0
}

.footer-social-media {
    margin-top: 15px
}

.footer-social-media a {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 15px;
    margin-right: 8px;
    font-weight: 500;
    text-transform: capitalize;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    text-align: center
}

.footer-social-media a:hover i {
    color: #3b5998;
    background: #fff
}

.last-footer {
    padding: 10px 0;
    margin-top: 22px;
    background: #0000002b;
    font-size: 14px;
    color: #fff
}

.video--news .news__title--small {
    font-size: 16px
}

.video--news .col--news .colNews {
    padding: 0;
    border-bottom: 0;
    margin: 0
}

.video--news .colNews>a {
    display: block;
    position: relative
}

.video--news .colNews>a::before {
    content: "";
    background: url(../images/youtube.png) 0 0 no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    color: red;
    transform: translate(-50%, -50%);
    font-size: 24px;
    width: 30px;
    background-size: 100%;
    height: 30px
}

.video--news .column-8 .colNews>a::before {
    width: 50px;
    height: 50px
}

.history__section .owl-nav,
.dal__section .owl-nav {
    text-align: center;
    margin-top: 25px
}

.history__section .owl-nav span,
.dal__section .owl-nav span {
    display: none
}

.history__section .owl-nav button,
.dal__section .owl-nav button {
    margin: 0 10px
}

.history__section .owl-nav button::before,
.dal__section .owl-nav button::before {
    content: "\f178";
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 20px
}

.history__section .owl-nav button.owl-prev::before,
.dal__section .owl-nav button.owl-prev::before {
    content: "\f177"
}

.dal__section .owl-nav button::before {
    color: #fff
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.footer-links ul li {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ffffff8c;
    line-height: 100%
}

.footer-links ul li a {
    color: #fff;
    font-weight: 700
}

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

.last-footer {
    text-align: center;
    font-weight: 700
}

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

.main-navigation>div>div.menu-logo>a:last-child {
    display: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear
}

.menu-logo img {
    width: 108px;
    padding: 5px;
    background: #fff
}

.main-navigation.fixed>div>div.menu-logo a:last-child {
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear
}

.sidenav-socials>a {
    color: #fff
}

.sidenav-socials {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    margin-top: 25px
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s;
    z-index: 11111
}

.modal-content {
    position: absolute;
    top: 100px;
    left: 50%;
    background-color: #fff;
    padding: 25px;
    width: 500px;
    max-width: 100%;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0)
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: .25rem;
    background-color: #d3d3d3
}

.close-button:hover {
    background-color: #a9a9a9
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s;
    -webkit-transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s;
    -moz-transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s;
    -ms-transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s;
    -o-transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.modal-content h2 {
    font-family: poppins, sans-serif;
    margin-bottom: 20px;
    font-size: 25px
}

.modal-content form {
    position: relative
}

.modal-content form .btn {
    border: none;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 120px;
    background: var(--primary--color);
    padding: 0;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
    font-weight: 600
}

.modal-content form input {
    font-family: khand, sans-serif;
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 0;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #b6b6b6;
    transition-property: color, background-color, border;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    font-size: 20px;
    font-weight: 500
}

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

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

#nav-container-top {
    background-color: transparent
}

.singlepage-title__wrapper {
    padding-top: 20px
}

.singlepage-title__wrapper.sticky-active {
    border-bottom: 1px solid var(--primary--color);
    position: sticky;
    background-color: #fff;
    z-index: 90;
    top: 43px
}

.singlepage-content {
    gap: 35px;
    position: relative
}

.singlepage-title__wrapper.sticky-active .singlepage-title {
    font-size: 30px
}

.singlepage-title__wrapper .slug {
    margin-bottom: 10px
}

.singlepage-title__wrapper.sticky-active .slug {
    font-size: 14px;
    padding: 12px 13px
}

.singlepage-title__wrapper.sticky-active .slug {
    margin-bottom: 18px
}

.singlepage-title__wrapper.sticky-active .singlepage-title {
    padding: 8px 0
}

.singlepage-title__wrapper.sticky-active .subtitle {
    margin-top: 0
}

.singlepage-title__wrapper.sticky-active .slug,
.singlepage-title__wrapper.sticky-active .subtitle {
    display: none
}

.singlepage-title {
    transition: all .3s ease;
    font-size: 55px;
    line-height: 1.2;
    transition: .3s linear;
    font-weight: 600
}

.singlepage-metacontainer {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.news-metainfo__wrapper {
    display: flex;
    align-items: center;
    gap: 25px
}

.news-metainfo__wrapper img {
    width: 30px;
    object-fit: cover;
    height: 30px;
    border-radius: 100%
}

.news-metainfo__wrapper .each-metainfo {
    display: flex;
    align-items: center;
    gap: 10px
}

.news-metainfo__wrapper .each-metainfo p {
    font-size: 16.5px;
    font-weight: 600;
    color: #5e5e5e;
    line-height: 1
}

.news-metainfo__wrapper .each-metainfo i {
    color: #5e5e5e;
    font-size: 20px
}

.singlepage-imgcontainer {
    border-bottom: 1px solid #f2f2f2
}

.singlepage-imgcontainer .ad-container {
    padding-top: 20px;
    padding-bottom: 20px
}

.adlist-container ul {
    list-style: none
}

.adlist-container ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2
}

.adlist-container ul li:first-child {
    padding-top: 0
}

.adlist-container ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.singlepage-subheader {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    padding: 30px 0 0
}

.singlepage-subheader h2 {
    display: inline;
    position: relative
}

.singlepage-subheader h2::before {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #802850
}

.content-area {
    padding: 0 1px
}

.content-area,
.content-area p {
    transition: font-size .3s ease;
    font-size: 22px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.75
}

.content-area p {
    margin: 25px 0 0
}

.content-area figcaption {
    text-align: center;
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
    opacity: .8;
    line-height: 30px;
    display: block
}


.landing__caption {
    font-weight: 700;
    color: var(--primary--color);
    text-align: center;
    display: block;
    z-index: 111;
    font-size: 13px;
    background: #eee;
    padding: 7px
}




.content-area .highlighter,
.content-area .highlighter p {
    font-size: 1.48rem;
    line-height: 170%;
    color: var(--primary--color);
    font-weight: 600;
    display: block;
    font-style: italic
}

.content-area .highlighter {
    background: #f1f1f1;
    padding: 28px


    
}.content-area blockquote {
    position: relative;
    padding: 1rem 2rem; /* Add padding to make space for the icons */
    margin: 1rem 0;
    border-left: 5px solid #ccc; /* Optional: Add a left border for styling */
    background-color: #f9f9f9; /* Optional: Add a background color */
}

.content-area blockquote::before,
.content-area blockquote::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 30px; /* Decrease the size of the quote icons */
    position: absolute;
    color: #a1081d; /* Optional: Change the color of the icons */
    margin-right: 16px;
}

.content-area blockquote::before {
    content: "\f10d"; /* Start quote icon */
    left: -1.5rem; /* Adjust position to the left of the content */
    top: 0;
}

.content-area blockquote::after {
    content: "\f10e"; /* End quote icon */
    right: -1.5rem; /* Adjust position to the right of the content */
    bottom: 0;
}

.content-area blockquote.floatleft {
    float: left;
    margin-right: 1rem;
}

.content-area blockquote.floatright {
    float: right;
    margin-left: 1rem;
}

.content-area blockquote.floatleft::before,
.content-area blockquote.floatright::before,
.content-area blockquote.floatleft::after,
.content-area blockquote.floatright::after {
    border: none;
}

.content-area blockquote.floatleft,
.content-area blockquote.floatright {
    max-width: 340px;
    margin: 0 30px 0 0;
    background: 0 0;
    box-shadow: none;
    padding-right: 0;
    position: relative;
    z-index: 1;
    padding-top: 20px
}

.content-area 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
}

.content-area blockquote.floatright,
.content-area blockquote.floatleft {
    padding-bottom: 10px;
    text-transform: justify
}

.content-area blockquote,
.content-area blockquote p {
    text-align: center;
    color: var(--primary--color);
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0;
    padding-top: 12px
}

.content-area blockquote.floatleft {
    float: left;
    margin-right: 30px;
    padding: 40px 40px 0 0
}

.content-area blockquote.floatleft::before,
.content-area blockquote.floatleft::after,
.content-area blockquote.floatright::before,
.content-area blockquote.floatright::after {
    content: "\f10e";
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 50px
}

.content-area blockquote.floatleft::before,
.content-area 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)
}

.content-area blockquote.floatleft::after,
.content-area blockquote.floatright::after {
    bottom: 0;
    right: 0;
    left: inherit;
    transform: rotate(-360deg)
}

.content-area blockquote.floatright {
    margin: 0 0 0 30px;
    padding: 45px 0 20px
}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.3
}

.content-area h2 {
    font-size: 1.8rem
}

.content-area h3 {
    font-size: 1.54rem
}

.content-area ul,
.content-area ol {
    padding-left: 14px
}

.content-area ul li,
.content-area ol li {
    color: #313131;
    margin-bottom: 15px;
    font-size: 21px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.6
}

.sidenews-container ul {
    list-style: none;
    padding-bottom: 25px
}

.sidenews-container ul li {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0
}

.sidenews-container ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.eachsidenews {
    gap: 10px
}

.eachsidenews-img a {
    display: block;
    max-height: 100px;
    height: 100%
}

.eachsidenews-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.eachsidenews-metainfo .eachsidenews-author {
    margin-top: 15px
}

.eachsidenews-metainfo .eachsidenews-author p {
    display: inline-block;
    vertical-align: middle
}

.eachsidenews-metainfo .eachsidenews-author p a {
    font-size: 16px;
    font-weight: 700;
    color: #5e5e5e;
    line-height: 1
}

.eachsidenews-metainfo .eachsidenews-author img {
    width: 30px;
    object-fit: cover;
    height: 30px;
    border-radius: 100%
}

.eachsidenews-metainfo .eachsidenews-title {
    line-height: 1.45
}

.eachsidenews-metainfo .eachsidenews-title a {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.eachsidenews-img:hover~.eachsidenews-metainfo a,
.eachsidenews-metainfo .eachsidenews-title:hover a {
    color: var(--primary--color)
}

.recentnews-container.sidenews-container {
    margin-bottom: 25px
}

.category__container .overlay--news>a {
    height: 325px
}

.pagination-wrap {
    margin-top: 40px
}

.pagination-wrap .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: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

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

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

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

.text-center {
    text-align: center
}

.finance__news .row__news>div:first-child {
    padding-top: 0;
    border: none
}

#button {
    display: inline-block;
    background-color: var(--primary--color);
    width: 45px;
    height: 45px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    visibility: hidden;
    z-index: 1000;
    opacity: 0;
    transition: background-color .3s, opacity .5s, visibility .5s;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    -moz-transition: background-color .3s, opacity .5s, visibility .5s;
    -ms-transition: background-color .3s, opacity .5s, visibility .5s;
    -o-transition: background-color .3s, opacity .5s, visibility .5s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer
}

#button.show {
    opacity: 1;
    visibility: visible
}

#button::before {
    content: "\f176";
    font-family: "font awesome 6 free";
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    line-height: 45px
}

#button:hover {
    opacity: .9
}

.cat-name::first-letter {
    color: var(--primary--color)
}

.twoCol-news {
    text-align: center
}

.twoCol-news .slug {
    margin-bottom: 20px
}

.twoCol-news .news__title--large {
    margin-top: 12px
}

.two--col__section .column-6:not(:last-child) {
    padding-right: 30px;
    border-right: 1px solid #eee
}

.two--col__section .hp-container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #00000029;
    border-bottom: 1px solid #00000029
}

.bichar--news .column-9 {
    order: 2
}

.bichar__section .row__news>div>a,
.bichar__section .row__news img {
    width: 75px;
    height: 75px;
    border-radius: 100px
}

.bichar__section .row__news>div>div {
    flex: 1;
    padding-left: 20px
}

.bichar__section .row__news .news__title--small {
    padding: 0;
    font-size: 18px
}

.bichar__section .row__news>div>a img {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.bichar--news .row__news>div {
    padding: 15px 0;
    border-top: 1px solid #eee;
    margin: 0
}

.bichar--news .row__news>div:first-child {
    padding-top: 0;
    border-top: none
}

.bichar--news .news--author {
    margin-bottom: 0
}

.video--news .grid {
    grid-auto-flow: column;
    grid-gap: 15px
}

.video--news .col--news .colNews {
    grid-column: span 2
}

.video--news .col--news .colNews:nth-child(4) {
    grid-column: span 8;
    grid-row: span 3
}

.video--news .col--news .colNews:nth-child(4) .news__title--small {
    font-size: 33px;
    text-align: center
}

.comment-area {
    margin-top: 20px;
    padding: 30px;
    background: #eee
}

.comment-area>span {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: noto sans devanagari, sans-serif;
    padding-top: 0;
    font-size: 35px;
    font-weight: 700;
    color: var(--primary--color);
    z-index: 1;
    position: relative;
    padding-right: 16px
}

.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: 21px
}

#respond p label {
    width: 100%;
    color: #000000bf;
    font-weight: 600;
    font-size: 16px
}

#respond textarea {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .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: var(--primary--color);
    font-weight: 600
}

#respond #submit:hover {
    opacity: .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: 30px 0;
    list-style: none
}

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

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

.comment-list>li>article {
    position: relative
}

.form-submit {
    margin-top: 30px;
    margin-bottom: 0
}

.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;
    padding: 14px 0 0;
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.7
}

.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: var(--primary--color);
    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
}

.comment-awaiting-moderation {
    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)
}

.frame-video {
    margin-top: 10px
}

.ad-container .gam-each-ad {
    padding: 10px 0;
    border-top: 1px solid rgba(238, 238, 238, .911);
    border-bottom: 1px solid rgba(238, 238, 238, .911)
}

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

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

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

.adlist-container {
    margin-bottom: 30px
}

.sidebar-ads .gam-each-ad img {
    width: 100%
}

.finance__news.col--news .gam-ad-position-wrap>div {
    margin-top: 0
}

.finance__news.col--news .gam-ad-position-wrap>div img {
    width: 100%
}

.entry-content.content-area,
.entry-content.content-area p {
    padding: 0
}

.special__section .news__title--large {
    margin-top: 8px
}

.special__section .colNews>a {
    display: block;
    width: 100%;
    height: 180px
}

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

.news-tags {
    margin-left: 30px
}

.news-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.news-tags ul li {
    margin-right: 15px
}

.news-tags a {
    position: relative;
    display: block;
    border: 1px solid #0000008f;
    padding: 7px 18px;
    text-align: center;
    color: #064684;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 18px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.news-tags a:hover {
    background: var(--primary--color);
    color: #fff;
    border-color: var(--primary--color)
}

.finance__section .single-news>div {
    display: flex
}

.finance__section .single-news>div>a {
    display: block;
    width: 200px;
    height: 110px
}

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

.finance__section .single-news>div>div {
    flex: 2;
    padding-left: 20px
}

.content-area p img {
    width: 100%;
    margin-bottom: 15px
}

.sharepost {
    padding: 15px 0 0;
    border-top: 1px solid #eee
}

.footer--socials>a {
    margin-left: 5px
}

.publishdate {
    margin-left: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.publishdate span {
    color: #064684
}

.sticky-links {
    right: -10px;
    position: fixed;
    top: 200px;
    z-index: 111;
    text-align: center
}

.sticky-links a {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: auto;
    font-weight: 600;
    transition: linear all .2s;
    -webkit-transition: linear all .2s;
    -moz-transition: linear all .2s;
    -ms-transition: linear all .2s;
    -o-transition: linear all .2s
}

.sticky-links>a:first-child span {
    position: static;
    width: 100%;
    color: #000;
    font-weight: 700
}

.sticky-links a img {
    width: 30px;
    vertical-align: middle
}

.sticky-links a:hover {
    right: 0
}

.sticky-links a span {
    vertical-align: middle;
    padding-right: 15px;
    position: absolute;
    left: 100px;
    transition: linear all .2s
}

.sticky-links a:not(:first-child):hover span {
    left: -90px;
    background: var(--secondary--color);
    padding: 5px 15px;
    color: #ddd;
    border-radius: 5px;
    transition: linear all .2s
}

.uk-offcanvas-bar {}

.uk-offcanvas-overlay::before {
    background: rgba(0, 0, 0, .75)
}

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

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

.roadblock__header .custom-logo {
    width: 250px
}

.skip-ad,
.gwt__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;
    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: 700;
    color: #fff
}

.roadblock-news-wrap h3 a:hover {
    color: #fff;
    opacity: .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(.785, .135, .15, .86);
    -moz-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
    -o-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
    transition: all 600ms cubic-bezier(.785, .135, .15, .86);
    visibility: hidden
}

.aligncenter {
    text-align: center
}

.roadblock__ad .container {
    width: 100%
}

.alignright {
    text-align: right
}

.roadblock__ad {
    text-align: center
}

.row__news>div>div {
    flex: 1
}

.finance__news.col--news {
    position: sticky;
    top: 0
}

.sticky--news {
    position: sticky;
    top: 70px
}

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

.election-title h3 {
    font-size: 40px;
    font-weight: 600;
    padding: 0 20px;
    margin: 0;
    display: block;
    border: 0;
    background: #fff;
    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, .03);
    border-bottom: 1px solid rgba(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, .125)
}

.parties-row {
    padding: 10px 16px;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-body table {
    width: 100%
}

.parties-row:nth-child(even) {
    background: af0f0f08
}

.col-auto {
    flex: 1 0 auto;
    width: auto;
    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%;
    display: grid;
    place-items: center;
    font-weight: 700;
    width: 40px
}

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

.election-tabs a {
    padding: 5px 14px;
    display: block;
    background: var(--secondary--color);
    color: #fff !important;
    font-weight: 700;
    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: #80285017
}

.full-width-news {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    max-height: 600px;
    min-height: 350px
}

.main-subcategory-news .full-width-news {
    height: 100%
}

.full-width-news .img-container {
    flex: .6;
    display: block;
    min-width: 150px
}

.full-width-news .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.full-width-news .fullwidth-news-text {
    flex: .4;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    min-height: 250px
}

.full-width-news .fullwidth-news-text p {
    color: #ddd
}

.bg-primary {
    background: var(--primary--color)
}

.fullwidth-news-text .white-text,
.white-text a {
    color: #fff
}

.rajniti__section {
    margin-top: 15px
}

.election__section .cat-name {
    font-family: mukta, sans-serif
}

.politics__section .grid {
    grid-gap: 25px
}

.politics__section .column-4 {
    border-left: 1px solid #eee;
    padding-left: 25px
}

.sidebar-ads .gam-ad-position-wrap>div:first-child {
    margin-top: 0
}

.sidenews-container .row__news>div>a {
    width: 120px;
    height: 100px
}

.content-area .gam-each-ad {
    margin-bottom: 25px
}

.header-right>a.latestNews {
    background: #0000007a
}

.recent--news {
    visibility: hidden;
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 25px 0;
    z-index: 111111;
    box-shadow: 0 0 9px #00000017;
    overflow: auto;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear
}

.site-header {
    position: relative
}

.menu-logo .burger--menu {
    color: #fff
}

.close {
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 25px;
    color: #111;
    padding: 6px 10px;
    z-index: 1111
}

.recent--news.recent--news__show {
    opacity: 1;
    visibility: visible;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear
}

.team-content {
    text-align: center
}

.team-content>img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover
}

.team-content h3 {
    margin: 10px 0 0;
    color: var(--secondary--color)
}

.team-content span {
    font-weight: 700
}

.social-medias {
    margin-top: 5px
}

.social-medias>a {
    color: var(--primary--color);
    margin-right: 5px;
    font-size: 18px
}

.sticky-share {
    display: none;
    position: absolute;
    left: -20px;
    top: 0
}

.sticky-share>div>div {
    display: block !important;
    width: 32px;
    margin-bottom: 5px
}

.sticky-share.show {
    display: block
}

.content-area em {
    color: var(--primary--color)
}

.content-area figure,
.content-area iframe {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto
}

.teams__container>div>div:first-child {
    width: 100%
}

.also-read {
    border-top: 1px solid #000;
    display: block;
    position: relative;
    padding: 15px;
    margin-top: 35px;
    border: 1px solid #0000004f;
    padding-left: 30px;
    border-radius: 5px
}

.also-read a {
    font-size: 19px;
    font-weight: 600;
    display: block;
    color: #000000a3;
    line-height: 30px;
    border-bottom: 1px solid #0000004f;
    padding-bottom: 8px;
    text-align: left
}

.also-read a:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.also-read a:hover {
    color: var(--primary--color)
}

.also-read::before {
    content: "यो पनि";
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: -19px;
    left: 31px;
    background: #fff;
    padding: 0 10px 0;
    font-weight: 600;
    height: 30px;
    color: var(--primary--color)
}

.sharecount span {
    font-size: 11px
}

.sharecount {
    line-height: 1;
    margin-right: 11px;
    text-align: center
}

.sharecount div {
    font-weight: 600;
    font-size: 23px
}

.shareThis__custom {
    display: flex;
    align-items: center
}

.alignleft {
    float: left;
    margin-right: 1.5em !important;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em !important;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5em;
    width: 100% !important
}

.content-area figure.alignleft,
.content-area figure.alignright {
    width: auto !important
}

.finance--news .news-wrapper {
    margin-bottom: 30px
}

.finance--news .news-wrapper>a>img {
    width: 100%
}

.news-border {
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.row__news.row__news22>div {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf
}

.row__news.row__news22>div:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.news-border .news__title--large {
    margin-bottom: 0
}