@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    width: 100%;
    border-radius: 10px;
}
body {
    font-family: "Ek Mukta", sans-serif;

    overflow-x: hidden;
}

.container {
    max-width: 1260px;
}

p,
ul,
li,
a,
span.div,
article,
ol,
figure,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

section.newsSec {
    margin: 50px 0;
}
section.newsSec .container {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    padding: 30px 10px;
}
.topBanner {
    margin-top: 60px;
}
.topBanner .singleBanner img {
    height: 500px;
    object-fit: contain;
}

.newsSec .singleBanner img {
    height: 350px;
}

img {
    max-width: 100%;
}

a:hover {
    color: #00894b;
}

.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #00894b;
}

label {
    font-size: 14px;
    font-weight: 600;
}

.offcanvas-start {
    width: 250px;
}

.very-large-text {
    font-family: "Mukta", sans-serif;
    padding: 10px 30px;
    color: #100f0f;
    font-size: 65px;
    line-height: 1.22;
    letter-spacing: -1px;
    font-weight: 600;
    transition: 0.3s linear;
}

.withBoxShadow {
}

.large-para-text p {
    font-size: 16px;
    margin: 20px 0 0;
    font-weight: 500;
    line-height: 1.7;
    font-family: mukta, sans-serif;
}

.searchIcon,
.trendIcon,
.recentIconBox {
    background: 0 0;
    cursor: pointer;
    border: none;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    color: #fff;
    height: 51px;
    line-height: 31px;
    padding: 0 15px;
    background: #6e6e6e;
    padding: 10px 10px;
}
.trendIcon {
    background-color: #333;
    color: #fff;
}
.smallTitle {
    font-size: 28px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.949);
    margin: 10px 0;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: mukta, sans-serif;
}

.offcanvas-header .btn-close {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #00894b;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    font-size: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff' %3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E");
    position: absolute;
    right: -35px;
    top: 35px;
}

.notificationHeader {
    padding-bottom: 10px;
}

.topMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 0;
}

.topMenu li {
    padding-right: 15px;
}

.topMenu li a {
    height: 30px;
    width: 30px;
    background-color: #f1f3f5;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #156e7c;
}

.socialShare {
    padding: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.socialShare li {
    padding-left: 15px;
}

.socialShare li a {
    height: 30px;
    width: 30px;
    background-color: #f1f3f5;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00894b;
}

.topHeader {
    padding: 7px 0 10px;
}

.dateinNepali {
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 14px;
    font-family: 'Mukta';
}
.dateTime {
    font-size: 14px;
    font-weight: 600;
}

.logoContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menuHeader {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 0;
}

.menuHeader.stickyHeader {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 999999;
    margin-top: 0;
}

.searchIcon {
    padding: 10px 15px;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
nav li {
    padding-right: 15px;
}
nav a {
    color: #000000db;
    display: block;
    font-weight: 600;
    margin-right: 25px;
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 3px;
}

nav li:nth-child(1) a {
    padding-left: 0;
}

nav li.menu-item-has-children {
    position: relative;
}

nav li.menu-item-has-children li a {
    padding: 7px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

nav li.menu-item-has-children > a::after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    margin-left: 10px;
}

nav li.menu-item-has-children ul {
    position: absolute;
    opacity: 1;
    display: none;
    width: 150px;
    border: 1px #eee solid;
    background-color: #fff;
}

nav li.menu-item-has-children:hover > ul {
    display: block;
}

nav li.menu-item-has-children:hover > ul li.menu-item-has-children > a::after {
    content: "";
    font-size: 16px;
}

nav li.menu-item-has-children:hover > ul ul {
    right: 100%;
    top: 0;
}

.menuTag {
    padding: 10px 0;
    background: #f1f3f5;
}

.tag-list ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 5px 0 3px;
}

.tag-list ul li a {
    background: #f8fcff;
    color: #00894b;
    font-size: 15px;
    font-weight: 600;
    margin: 0 10px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 15px 1px;
}

.tag-list ul li:nth-child(1) a {
    background: #00894b;
    color: #fff;
    position: relative;
    margin-left: 0;
}

.serachWrap {
    width: 0;
    position: absolute;
    right: 0;
    top: -10px;
    overflow-x: hidden;
    background-color: #fff;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    overflow-y: hidden;
    -webkit-box-shadow: 0 0 5px #eee;
    box-shadow: 0 0 5px #eee;
}

.serachWrap label {
    position: absolute;
    top: -10px;
    background-color: #fff;
}

.serachWrap .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.serachWrap.openSearch {
    width: calc(100% - 50px);
    padding: 15px 20px;
    padding-bottom: 8px;
}

.serachWrap button.serachBtn {
    height: 100%;
    padding: 0;
    width: 100%;
    background-color: #156e7c;
    border: 1px #eee solid;
    color: #fff;
    border-radius: 4px;
}

.serachWrap .closeBtn {
    height: 30px;
    width: 30px;
    background-color: #00894b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tvBanner {
    background: rgba(35, 37, 45, 0.9490196078);
    position: relative;
    border-top: 3px solid #888;
    margin: 5%;
    padding: 20px 20px 40px 20px;
    border-radius: 10px;
    border-bottom-left-radius: 50% 2%;
    border-bottom-right-radius: 50% 2%;
    -webkit-transition: margin-right 1s;
    transition: margin-right 1s;
}

.tvBanner::after {
    content: "Hamro Manch Tv";
    display: block;
    position: absolute;
    bottom: 3%;
    left: 36%;
    height: 0.5%;
    width: 28%;
    background: #ddd;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 3px 0 white;
    box-shadow: 0 0 3px 0 white;
    color: #fff;
    text-align: center;
}

.singleBanner {
    padding: 20px;
    border-top: 2px var(--primaryColor) solid;
    margin: 20px 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    border-top: 2px #00894b solid;
}

.singleBanner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.singleBanner a h2 {
    color: rgba(35, 37, 45, 0.9490196078);
}

.singleBanner a h2:hover {
    color: #00894b;
}

.scrollableMenu {
    height: 100vh;
    border-top: 1px #eee solid;
}

.scrollableMenu nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.scrollableMenu nav ul li a {
    padding: 8px 0;
}

.scrollableMenu nav ul li.menu-item-has-children .sub-menu {
    position: unset;
    background-color: #fff;
}

.top-category {
    background: #00894b;
    color: #fff;
    border-radius: 4px;
    border: 1px #00894b solid;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.top-category:hover {
    background-color: #fff;
}

.title {
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #00894b;
    padding-right: 5px;
    border-radius: 0;
}

.title h4 {
    font-size: 24px;
    position: relative;
    color: #000;
}

.title h4 span {
    display: inline-block;
    padding-right: 10px;
    font-size: 27px;
    font-weight: 600;
}

.title h4 span span {
    background: #fff;
    padding: 5px 10px;
    padding-right: 0;
    margin-right: 20px;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.title h4 span span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 38px solid #fff;
    top: 0;
    border-right: 20px solid transparent;
}

.title a {
    color: rgba(35, 37, 45, 0.9490196078);
}

.img-area img {
    width: 100%;
}

.meta i {
    color: #c5c5c5;
}

.meta a {
    color: rgba(35, 37, 45, 0.9490196078);
}

.smallBox {
    margin-bottom: 20px;
}

.smallBox:last-child {
    margin-bottom: 0;
}

.smallBox img {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.smallBox h3 {
    margin-top: 0.3rem;
}

.smallBox h3 a {
    font-size: 20px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
    font-family: "Mukta", sans-serif;
}

.singleRaj {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.singleRaj:nth-child(1) {
    margin-left: 0;
}

.singleRaj li:nth-child(1) a {
    margin-left: 0;
}

.singleRaj a {
    display: inline-block;
    padding-top: 16px;
    padding: 16px;
    margin-left: 15px;
    font-size: 16px;
    position: relative;
    padding: 15px;
    display: block;
    font-size: 16px;
    color: #00894b;
    font-weight: 600;
    border-right: 1px #d4d4d4 solid;
    font-weight: 600;
}

.singleRaj a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #edeff3 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.singleRaj a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #7f9ebd transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.scrollBale {
    background-color: #eee;
    padding-top: 20px;
}

.scrollBale a {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #fff solid;
    padding-left: 30px;
    padding-right: 10px;
    position: relative;
    color: rgba(35, 37, 45, 0.9490196078);
}

.scrollBale a::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: rgba(35, 37, 45, 0.9490196078);
    display: inherit;
    padding-right: 10px;
    margin-right: 13px;
    position: absolute;
    left: 6px;
    top: 4px;
    border-radius: 50%;
}

.horzFlex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.horzFlex .singleRaj a {
    padding-left: 0;
}

.horzFlex img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 30px;
    width: 30px;
    margin-right: 7px;
}

.singleSmallSidebySide {
    margin-top: 20px;
    border-bottom: 1px #dee2e6 solid;
    padding-bottom: 20px;
}

.singleSmallSidebySide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.singleSmallSidebySide.aantarBartaSec img {
    height: 180px;
}
.verysmallBox h3 a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: mukta, sans-serif;
    margin-top: 5px;
    display: block;
    line-height: 1.8;
}

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

.largeSideBySide img {
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
}

.largeSideBySide h3 a {
    font-size: 24px;
}

.largeSideBySide .large-para-text P {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.singleInterview {
    position: relative;
}

.singleInterview img {
    height: 250px;
}

/* .singleInterview::after {
  background: #2c2c2c;
  content: '';
  width: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 100%;
  height: 100%;
  z-index: -1;
  color: rgba(255, 255, 255, 0.309);
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 82px;
  text-align: right;
  border-radius: 10px;
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, right top, from(#3ba8e9), to(#00246b));
  background: linear-gradient(90deg, #3ba8e9 0%, #00246b 100%);
} */

.singleInterview h3 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
    line-height: 1.7;
    font-family: mukta, sans-serif;
    font-size: 22px;
}

.singleInterview p {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
    margin: 20px 0 0;
    font-weight: 500;
    line-height: 1.7;
    font-family: mukta, sans-serif;
    font-size: 18px;
}

p.bubble {
    position: relative;
    text-align: center;
    line-height: 1.4em;
    margin: 40px auto;
    background-color: #fff;
    border: 4px solid rgba(35, 37, 45, 0.9490196078);
    border-radius: 5px;
    font-family: sans-serif;
    padding: 20px;
    font-size: large;
    margin-top: 0;
}

p.thought {
    width: 90%;
    border-radius: 10px;
    padding: 30px;
    font-weight: 900;
    font-size: 22px;
    color: #156e7c;
}

/* p.bubble:before,
p.bubble:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}

p.thought:before,
p.thought:after {
  left: 10px;
  bottom: -30px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 4px solid rgba(35,37,45,.9490196078);
  border-radius: 28px;
}

p.thought:after {
  width: 20px;
  height: 20px;
  left: 5px;
  bottom: -40px;
  border-radius: 18px;
} */

.bicharImage {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
}
.bicharImgBox {
    width: 120%;
    max-width: unset;
    height: 250px;
    object-fit: cover;
}
.imgBichBox {
    background: #b8b8b8
        url(../imgs/v-day-in-nepal-and-dharara-L-2ddp5I-removebg-preview.png);
    content: "";
    height: 100%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 420px;
    padding-left: 60px;
    font-family: mukta, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position:top;
}
.imgBichBox h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.imgBichBox p {
    font-size: 16px;
    color: #fff;
    font-family: mukta, sans-serif;
}
.bicharName {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.7rem;
    color: #333333b8;
    font-family: mukta, sans-serif;
}

.bicharPost {
    color: #f5762c;
    font-size: 16px;
    font-family: mukta, sans-serif;
}
.bicharSmallBox h3 {
    margin-bottom: 12px;
}
.news--bichar {
    border: 1px solid #00000042;
}
.bicharSmallBox {
    border-bottom: 1px solid #00000042;
    padding: 26px;
}
.bgSec {
    padding: 70px 0;
    margin: 30px 0;
    background-color: #d9d9d9 !important;
}

.bgSec h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.sideaantaRsatrya img {
    height: 100px;
    width: 100%;
}

.downInternational img {
    height: 100px;
}

.largeAntarastrya img {
    height: 230px;
}

.largeAntarastrya .large-para-text {
    font-size: 18px;
}

.singleOver {
    position: relative;
}

.singleOver img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}

.singleOver .overley {
    position: absolute;
    bottom: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    padding: 30px;
    font-family: mukta, sans-serif;
}

.singleOver .overley h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.46;
}

.singleOver::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
        to top,
        rgb(0, 0, 0),
        rgba(0, 0, 0, 0.49),
        #0000,
        #0000
    );
    width: 100%;
    height: 100%;
}

.singleOver .galleryIcon {
    position: absolute;
    height: 35px;
    width: 35px;
    right: 10px;
    top: 15px;
    background-color: #00894b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.singleSmallSidebySide {
    padding: 10px;
}

.singleSmallSidebySide .galleryIcon {
    color: #fff;
    position: absolute;
    left: 3px;
    bottom: 10px;
}

footer {
    padding: 60px 0;
}

.footerContent {
    margin-bottom: 20px;
}

.footerContent h4 {
    margin: 0;
    color: #00894b;
    font-size: 20px;
    padding-bottom: 17px;
    font-weight: 600;
}

.footerContent ul li {
    line-height: 1.8;
    margin: 0;
    font-size: 14px;
    color: #0000009e;
}

.footerContent ul li a {
    color: #0000007d;
    font-size: 14px;
    display: block;
    opacity: 0.9;
    padding-bottom: 8px;
    font-weight: 500;
}

.category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.category-list li a {
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
    color: rgba(35, 37, 45, 0.9490196078) 0009e;
    font-weight: 600;
}

.footAdvertise {
    background-color: #0f0e0ee3;
    padding: 30px;
    border-radius: 10px;
}

.footAdvertise .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footAdvertise .row .col-md-3 {
    border-right: 1px #eee solid;
}

.footAdvertise .advertiseTitle {
    color: #fff;
    font-size: 18px;
}
.advetiseNow {
    font-size: 14px;
    line-height: 1.7;
}

.footAdvertise p {
    color: #fff;
}

.contentSec {
    margin-bottom: 35px;
}

.contentSec .large-para-text p {
    margin-top: 2rem;
    line-height: 170%;
    font-size: 23px;
    color: #000000d6;
    font-weight: 400;
}

.contentSec .large-para-text img {
    float: right;
    padding-left: 22px;
    -o-object-fit: cover;
    object-fit: cover;
}

.contentTitle {
    font-size: 52px;
    line-height: 1.22;
    letter-spacing: -1px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: mukta, sans-serif;
}

.headerTitle {
    position: -webkit-sticky;
    position: sticky;
    z-index: 999999;
    background-color: #fff;
    padding: 10px 0;
}

.headerTitle .postTag {
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block !important;
    background: #e11b22;
    color: #fff !important;
    padding: 4px 14px;
    vertical-align: top;
    border-radius: 3px;
    text-decoration: none;
}

.headerTitle.stickHeading .contentTitle {
    font-size: 32px;
}

.authorBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.authorBox .authorImg {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #bacdf2;
    box-shadow: 0 0 10px #bacdf2;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 0.4rem;
    border: 1px dashed #d12229;
}

.authorBox .authorName {
    font-size: 16px;
    color: #156e7c;
    font-weight: 600;
}

.authorDetail {
    margin-bottom: 1.4rem;
}

.postTime {
    font-size: 14px;
    color: #32495e;
    font-weight: 500;
}
.postTime i {
    margin-right: 10px;
}

.sidebarBox {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}

.adsImage {
    margin: 10px 0;
}

.contentSec .large-para-text blockquote {
    background-color: #eee;
    padding: 20px;
    max-width: 300px;
    float: left;
    margin-right: 15px;
    color: #156e7c;
    margin-top: 15px;
    font-size: 32px;
    border-left: 2px #00894b solid;
}

.contentSec .large-para-text blockquote p {
    color: #00894b;
    margin-top: 0;
    font-size: 32px;
}

.singleTeam img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 5px #00894b solid;
    margin-bottom: 0.4rem;
}

.ContactForm {
    padding: 30px;
    -webkit-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee;
    margin: 20px 0;
}

.ContactForm a {
    color: #00894b;
}

.ContactForm h5 {
    font-size: 32px;
    font-weight: 700;
}

.ContactForm .colorBtn {
    padding: 10px 7px;
    display: block;
    width: 100%;
    background-color: #00894b;
    color: #fff;
    font-size: 16px;
    border: 1px #00894b solid;
}

.ContactForm .colorBtn:hover {
    background-color: #fff;
    color: #00894b;
}

.termsandConditionText {
    margin: 15px 0;
    display: block;
}

.adsContainer {
    text-align: center;
}

.adsContainer img {
    margin: 0 auto;
    border-radius: 5px;
}
.img-area {
    position: relative;
}
.imgBig img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}
.imgBig {
    position: relative;
}
.imgBig img {
    width: 100%;
}
.imgBig .meta {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    width: 100%;
        background-image: linear-gradient( to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.49), #0000, #0000 );
}
.meta .smallTitle {
    color: #fff;
    font-size: 28px;
    padding: 10px;
    margin: 0;
    line-height: 2;
    font-family: "Mukta", sans-serif;
}
.meta .large-para-text {
    padding: 10px;
    margin: 0;
}
.meta .large-para-text a {
    color: #fff;
    font-size: 16px;
}
.smallBox img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.singleBanner img {
    height: 350px;
}

.pradeshBox img {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.pradeshBox .verysmallBox h3 a {
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
    display: block;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
}

.bg-dark .onlyTextNews .singleSmallSidebySide {
    background-color: transparent;
}

/* main styling */
.sub-head {
    width: 300px;
    margin: 0 auto;
}

.sale-coupon {
    font-weight: 500;
    font-size: 2.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 0;
}

.nospam,
.fine-print,
.nothanks {
    font-weight: 300;
}

.nospam,
.fine-print {
    font-size: 10px;
    color: #9b9b9b;
}

.fine-print {
    margin-top: -8px;
    padding-bottom: 25px;
    letter-spacing: 0.5px;
}

.nospam {
    color: gray;
    padding-top: 10px;
    font-size: 11px;
    line-height: 15px;
}

.nospam span {
    color: #535353;
    text-decoration: underline;
}

.nothanks {
    text-align: center;
    padding-top: 40px;
    font-size: 14px;
}

.nothanks a {
    text-decoration: none;
    color: gray;
    letter-spacing: 0.8px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nothanks a:hover {
    color: #5b5b5b;
    font-weight: 400;
}

.nothanks a:after {
    content: "";
    display: block;
    background: gray;
    height: 1px;
    max-width: 75px;
    width: 100%;
    margin: 0 auto;
    margin-top: 3px;
}

.x {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    background-color: #00894b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.x .one,
.x .two {
    background: white;
    height: 4px;
    width: 100%;
    cursor: pointer;
}

.x .one {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
}

.x .two {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.suscribeTitle {
    font-weight: 600;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
}

footer .form-floating label {
    color: rgba(35, 37, 45, 0.9490196078);
}

.newsHeader {
    display: none;
}

.newsHeader:after {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.375);
    height: 100vh;
    width: 100vw;
    z-index: 1;
}

.newsHeader.display {
    display: block;
}

.newsletter-container {
    -webkit-box-shadow: 0px 0px 68px -2px rgba(59, 59, 59, 0.5);
    box-shadow: 0px 0px 68px -2px rgba(59, 59, 59, 0.5);
    width: 800px;
    height: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 100%;
    margin: 0 auto;
    z-index: 99999;
    background-color: #fff;
}

.newsletter-container .sign-up {
    padding: 20px;
}

.newsletter-container .sign-up form {
    margin: 0 auto;
    text-align: center;
}

.newsletter-container .sign-up form input {
    width: 100%;
    margin: 25px 0 -5px;
    border-radius: 2px;
}

.newsletter-container .sign-up form input[type="submit"] {
    margin-bottom: -25px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    font-size: 1.1rem;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ba8e9),
        to(#00246b)
    );
    background: linear-gradient(90deg, #3ba8e9 0%, #00246b 100%);
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

input.siteBtn.py-2 {
    background-color: #00894b;
    padding: 10px 15px;
    color: #fff;
    border: 0;
}

.daily-ui {
    position: absolute;
    bottom: -98px;
    font-size: 12em;
    font-weight: 700;
    color: rgba(84, 167, 147, 0.1);
    text-shadow: rgba(255, 255, 255, 0.0980392) -1px -1px 1px,
        rgba(84, 167, 147, 0.1) 1px 1px 1px;
}

.youtubeLink {
    background-color: #00894b;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right;
    margin-left: 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 15px rgba(150, 181, 238, 0.392) solid;
    z-index: 999;
    -webkit-box-shadow: 2px 2px 5px #888;
    box-shadow: 2px 2px 5px #888;
}

.youtubeLink img {
    height: 80px;
    width: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: invert(100);
    filter: invert(100);
}

.siteMeta {
    font-size: 14px;
    color: rgba(35, 37, 45, 0.9490196078);
    font-weight: 600;
}

.large-para-text {
    font-size: 23px;
    margin: 20px 0 0;
    font-weight: 500;
    line-height: 2;
    font-family: "Mukta", sans-serif;
}

.socialPlugin {
    padding: 20px;
    border-top: 2px var(--primaryColor) solid;
    margin: 20px 0;
    -webkit-box-shadow: 0 0 8px black;
    box-shadow: 0 0 8px black;
    border-radius: 30px;
    border-top: 2px #e20a16 solid;
}

iframe {
    height: 500px;
}

nav ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    iframe {
        height: unset;
    }
}

.newsletter-container {
    width: unset;
    max-width: 800px;
}

@media (max-width: 767.9px) {
    nav ul {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    nav ul li {
        display: none;
    }
    nav ul li:last-child {
        display: block;
    }
    nav ul li:nth-last-child(2) {
        display: block;
    }
    nav ul li:nth-child(1) {
        display: block;
    }
    .tag-list {
        overflow: hidden;
    }
    .topBanner .singleBanner img {
        height: auto;
    }
    .bicharImgBox{
        width:100% !important;
    }
    .imgBichBox{
        padding-left:30px;
    }
}

@media (max-width: 991px) {
    nav ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    nav ul li {
        display: none;
    }
    nav ul li:nth-child(1) {
        display: block;
    }
    nav ul li:nth-child(2) {
        display: block;
    }
    nav ul li:nth-last-of-type(2) {
        display: block;
    }
    nav ul li:nth-last-of-type(1) {
        display: block;
    }
    .tag-list {
        overflow-x: hidden;
    }
    .searchIcon {
    }
    .very-large-text {
        font-size: 32px;
    }
    .singleRaj a {
        margin: 4px;
    }
    nav li.menu-item-has-children ul {
        width: 100%;
    }
    .tvBanner::after {
        bottom: 10%;
    }
    .singleBanner img {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .contentTitle {
        font-size: 32px;
    }
}
.form-floating > .form-control {
    padding: 1rem 0.75rem;
    border-radius: 0;
}
/* footer start */
.teamCat {
    margin-bottom: 16px;
}
.teamCat h6 {
    margin-bottom: 0;
    display: block;
    color: #0000009e;
    font-size: 12px;
    padding-bottom: 8px;
    font-weight: 500;
}
.teamCat p {
    line-height: 1.7;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 3px;
}
.infoShareCount {
    font-size: 20x;
    font-weight: 700;
    color: rgba(35, 37, 45, 0.9490196078);
}
.shareTitle {
    font-size: 14px;
}
.col-md-2:nth-child(1) .electionBox {
    background-color: #41731e;
}

.col-md-2:nth-child(2) .electionBox {
    background-color: #ef494e;
}

.col-md-2:nth-child(3) .electionBox {
    background-color: #ed1b23;
}

.col-md-2:nth-child(4) .electionBox {
    background-color: #ed3237;
}

.col-md-2:nth-child(5) .electionBox {
    background-color: #b1121f;
}

.col-md-2:nth-child(6) .electionBox {
    background-color: #797979;
}

.electionBox {
    position: relative;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 10px;
}

.imgHolder {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -40px;
}

.imgHolder img {
    height: 80px;
    width: 80px;
}

.partName {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-top: 4px;
}

.winCount {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 3px;
}

.moteBtn {
    font-weight: 600;
    color: rgba(35, 37, 45, 0.9490196078);
    font-size: 18px;
}

.liveCount .subTitle {
    font-size: 24px;
    margin: 0rem 0 1rem 0;
    display: inline-block;
    border-bottom: 1px #eee solid;
}

.liveCount .col-md-3 {
    margin-bottom: 1.7rem;
}

@media (max-width: 991px) {
    nav ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    nav ul li {
        display: none;
    }
    nav ul li:nth-child(1) {
        display: block;
    }
    nav ul li:nth-child(2) {
        display: block;
    }
    nav ul li:nth-last-of-type(2) {
        display: block;
    }
    nav ul li:nth-last-of-type(1) {
        display: block;
    }
    .tag-list {
        overflow-x: hidden;
    }
    .searchIcon {
        padding: 5px;
        padding-right: 15px;
    }
    .very-large-text {
        font-size: 32px;
    }
    .singleRaj a {
        margin: 4px;
    }
    nav li.menu-item-has-children ul {
        width: 100%;
    }
    .tvBanner::after {
        bottom: 10%;
    }
    .singleBanner img {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .contentTitle {
        font-size: 32px;
    }
    .headerTitle.stickHeading .contentTitle {
        font-size: 24px;
    }
}
.offcanvas-backdrop {
    z-index: 999999;
}
.offcanvas {
    z-index: 99999998;
}
.catPage img {
    height: 200px;
    object-fit: cover;
}

.full2Column .singleSmallSidebySide img {
    height: 70px;
}
/* Mega menu */
nav li.megaBox.menu-item-has-children {
    position: unset;
}
.megaBox .subMegaMenu {
    position: absolute;
    width: 100%;
    display: none;
    left: -0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out opacity;
    background-color: #fff;
    z-index: 9999999;
}
.megaBox:hover .subMegaMenu {
    display: block;
    height: max-content;
    opacity: 1;
    visibility: visible;
}
.pradeshSubHeadline a {
    padding: 0;
}
.newsTitle {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 0.4rem;
    font-weight: 600;
    font-family: "Mukta", sans-serif;
    color: #000;
}
.subMegaMenu button {
    color: #000;
    font-weight: 600;
}
.subMegaMenu button.active {
    background-color: #fff !important;
    border-radius: 0;
}
.subMegaMenu button.active {
    color: #00246b !important;
    border-bottom: 1px #00246b solid;
}
.nav-pills {
    flex: 0 0 15%;
}

/* Featured news */
.newsInfo {
    justify-content: center;
    margin-top: 8px;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}
.newsInfo div {
    position: relative;
    font-size: 15px;
    vertical-align: inherit;
    justify-content: center;
    align-items: center;
    color: #100f0f;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}
.newsInfo div.user img {
    padding: 3px;
    background: #fff;
    height: 45px;
    width: 45px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 100%;
    border: 1px dashed #d12229;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2392156863);
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    object-fit: cover;
}
.newsInfo div a {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    padding-right: 9px;
    position: relative;
}
.singleBanner {
    position: relative;
    padding: 0;
}
.politicallargeBox .smallTitle {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: linear-gradient(
        180deg,
        rgb(76 76 76 / 66%) 30%,
        rgba(0, 0, 0, 1) 75%,
        rgb(74 74 74 / 84%) 93%,
        rgba(255, 253, 253, 0.6362920168067228) 100%,
        rgb(24 24 24 / 24%) 100%
    );
    margin-bottom: 0 !important;
    padding: 10px;
    font-size: 24px;
    width: 100%;
    font-family: "Mukta", sans-serif;
}
.verysmallBox h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.teambox {
    display: flex;
    flex-wrap: wrap;
}
.teamTitle {
    flex: 0 0 100%;
    max-width: 100%;
}
.teamCat {
    flex: 0 0 50%;
    max-width: 50%;
}
.footImg img {
    width: unset;
    margin-bottom: 0.8rem;
}
p.siteSolgan {
    line-height: 1.8;
    margin: 0;
    font-size: 14px;
    color: #0000009e;
}
.mainFooter p {
    font-size: 14px;
    font-weight: 600;
}
.pageCategory .singleSmallSidebySide img {
    height: 250px;
    object-fit: cover;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.modalBox .verysmallBox h3 a {
    margin-top: 0;
}
.modalBox .singleSmallSidebySide img {
    height: 80px;
    object-fit: cover;
}
.modal-header .title {
    color: #00894b;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.modalBox .singleSmallSidebySide {
    margin-top: 0;
    margin-bottom: 20px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 9999999;
    font-size: 18px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #00894b;
    color: white;
    cursor: pointer;
}
.suscribeBox {
    font-size: 18px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #00894b;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.suscribeBox a {
    border: 1px #fff solid;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}
.sescribeBoxes {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999999;
}
.subEmailBox {
    display: none;
    background-color: #fff;
    border: 1px #eee solid;
    box-shadow: 0 0 10px #eee;
    padding: 21px;
    max-width: 320px;
}
