img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
  font-size: 100%;
  font-family: "Mukta", sans-serif;
  margin: 0;
}
a:hover,
a,
a:active {
  text-decoration: none;
  outline: none;
}
a:hover:hover,
a:hover,
a:active:hover {
  color: #bf1e2e;
}
.quicklinks a:hover,.site__navigation--left a:hover,.account-links-section a:hover {
	color: #bf1e2e !important;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 130%;
  font-family: "Mukta", sans-serif;
  margin: 0;
}
.dn-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.dn-container-small {
  max-width: 960px;
  padding: 0 25px;
  margin-right: auto;
  margin-left: auto;
}
.col3 {
  grid-column: span 3;
}
.col9 {
  grid-column: span 9;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h5 a:hover,
h4 a:hover,
h6 a:hover {
  color: #bf1e2e;
  margin-bottom: 0;
  --transition: 0.48s;
}
.news-title,
.news-title a {
  font-weight: 500;
  color: rgba(35, 37, 45, 0.9490196078);
  line-height: 1.45;
  font-size: 21px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-inline {
  display: inline-flex;
}
.flex-inline::after,
.flex-inline::before,
.flex::after,
.flex::before {
  display: none;
}
.flex-left {
  justify-content: flex-start;
}
.flex-center {
  justify-content: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-between {
  justify-content: space-between;
}
.flex-around {
  justify-content: space-around;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.dn-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 27px;
}
.three__col--grid {
  grid-template-columns: repeat(3, 1fr);
}
.seven__col--grid {
  grid-template-columns: repeat(7, 1fr);
}
.mt-40,
.section {
  margin-top: 40px;
}
.white .news-title {
  color: #fff;
}
.dn__news--wrap {
  padding-right: 33px;
  flex: 2;
}
.dn__side--add {
  flex: 1;
  max-width: 300px;
}
.sticky {
  position: sticky;
  top: 100px;
}
.section-medium.pradesh-samachar {
  margin-top: 40px;
}
.container-xsmall {
  max-width: 960px;
}
a:hover .news-title {
  color: #bf1e2e;
}
.news-title.news-title-small {
  line-height: 1.45;
  font-size: 19px;
  font-weight: 600;
}
.news-title-large,
.news-title-large a {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}
/* Site Header */
.header {
  text-align: center;
  padding: 25px 0 25px 0;
  position: relative;
}
.header.dashain-header {
  background-image: url(../img/grass.png);
  background-repeat: no-repeat;
  background-position: -60px 83px;
  background-size: 100%;
}
.header.dashain-header:before {
  content: "";
  background: url(../img/dashain-durga.png);
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 20px 10px;
  opacity: 0.7;
  z-index: -1;
}
.header.dashain-header:after {
  content: "";
  background: url(../img/ping.gif);
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: -27px 3px;
  z-index: -1;
}
.header .logo-wrap > a img {
  box-shadow: 0 5px 13px #d1222963;
  border-radius: 4px;
  width: 260px;
}
.header .header-center {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
.header .hamburger {
  display: inline-block;
  width: 28px;
  cursor: pointer;
  margin-right: 12px;
  vertical-align: middle;
  overflow: hidden;
}
.header .hamburger > span {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #111111b3;
  margin-bottom: 8px;
}
.header .hamburger > span:nth-child(even) {
  width: 60%;
}
.header .hamburger > span:last-child {
  margin-bottom: 0;
}
.header .hamburger:hover > span {
  width: 100%;
  background: #d82d1d;
  -webkit-animation: bar 0.4s;
  animation: bar 0.4s;
}
.header .hamburger:hover > span::nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.header .hamburger:hover > span:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.header .date {
  font-weight: 600;
  font-size: 14px;
  opacity: 0.5;
}
.header .header-right a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #23252df2;
  height: 38px;
  width: 38px;
  text-align: center;
  font-size: 20px;
  border-radius: 100%;
  color: #23252df2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header .header-right a:not(:first-child) {
  margin-left: 10px;
}
.header .header-right .user-login,
.header .header-right .logged-in-user {
  border-color: #bf1e2e;
  color: #bf1e2e;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header .header-right .eng {
  border-color: #fff;
  display: none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  line-height: 40px;
}
.header .header-right .eng:hover {
  color: #bf1e2e;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #fff;
}
.header .header-right .user-login:hover {
  color: #fff;
  background: #bf1e2e;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header .header-right .logged-in-user {
  border-width: 2px;
  box-shadow: 0 4px 13px #0000003d;
}
.header .header-right .logged-in-user div {
  background: #fff;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
.header .header-right .logged-in-user img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding: 2px;
  object-fit: cover;
}
.header .header-right .search-action {
  background: #fff;
  border: none;
  box-shadow: 0 4px 13px #0000003d;
}
.header .header-right .search-action img {
  width: 18px;
}
.header .header-left,
.header .header-right {
  margin-top: auto;
}
@keyframes bar {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  50.001% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.theme-switcher {
  width: 50px;
  height: 28px;
  border-radius: 99em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.theme-switcher input {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  opacity: 0;
  top: -9999em;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 5px 12px #00000038;
}
.theme-switcher label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 99em;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 5px 12px #00000038;
}
.theme-switcher .handle {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 99em;
  background: #fff;
  box-shadow: 0 0.15em 0.3em rgba(0, 0, 0, 0.15),
    0 0.2em 0.5em rgba(0, 0, 0, 0.3);
}
.theme-switcher .handle-icon {
  position: absolute;
  top: 5px;
  width: 16px;
  pointer-events: none;
  height: 16px;
}
.theme-switcher .handle--sun {
  left: 6px;
}
.theme-switcher .handle--sun path {
  fill: #bf1e2e;
}
.theme-switcher .handle--moon {
  right: 6px;
  color: #989898;
}
/* Site Header */
/* Navigation */
.site__navigation {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-top: 3px solid #bf1e2e;
  top: 0;
  margin-top: 20px;
  z-index: 10;
  background: #fff;
  position: relative;
}
.site__navigation .dn-container .site__navigation--holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li.highlighter
  a {
  background: #bf1e2e;
  color: #fff;
  padding: 0 12px;
  font-size: 15.1px;
  font-weight: bolder;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li.highlighter:hover
  a {
  color: #fff;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li:first-child
  a {
  font-size: 25px;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li:hover
  span {
  color: #bf1e2e;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > span {
  display: inline-block;
  margin-left: 9px;
  font-size: 17px;
  vertical-align: middle;
  transition: all 0.3s ease;
  vertical-align: middle;
  opacity: 0.6;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > ul {
  position: absolute;
  top: 120%;
  left: 0;
  margin: 0;
  list-style: none;
  width: 200px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
  z-index: 5;
  padding: 15px 0;
  border-radius: 0 0 7px 7px;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > ul
  > li
  > a {
  color: #000000b8;
  display: block;
  padding: 5px 21px;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > ul
  > li:hover
  a {
  color: #bf1e2e;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > ul
  > li:last-child
  > a {
  padding-bottom: 0;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li:not(:last-child) {
  margin-right: 25px;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > div {
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  visibility: hidden;
  background: #fff;
  box-shadow: -4px 6px 12px #100e0f2b;
  border-radius: 0 0 3px 3px;
  padding: 35px 0;
  border-top: 1px solid #00000014;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > div
  ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > div
  ul
  li
  a {
  font-weight: 300;
  cursor: pointer;
  font-size: 18px;
  padding: 0 0;
  display: block;
  color: inherit;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  position: relative;
  color: transparent;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > div
  ul
  li
  a:before {
  color: #111111b3;
  top: 0;
  -webkit-transform: skewY(0);
  -ms-transform: skewY(0);
  transform: skewY(0);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  content: attr(data-text);
  display: block;
  position: absolute;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > div
  ul
  li
  a:after {
  top: 105%;
  -webkit-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  transform: skewY(7deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  content: attr(data-text);
  display: block;
  position: absolute;
  color: #bf1e2e;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > div
  ul
  li:hover
  span
  a,
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > div
  ul
  li.active
  span
  a {
  -webkit-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  transform: translateY(-105%);
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > div
  ul
  li:hover
  span
  a:after,
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > div
  ul
  li.active
  span
  a:after {
  -webkit-transform: skewY(0);
  -ms-transform: skewY(0);
  transform: skewY(0);
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > div
  ul.pradesh-col {
  border-right: 1px solid #12111130;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > div
  .hover-flip-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li:hover
  > div {
  transition: var(--transition);
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > a {
  color: #000000e0;
  font-size: 18px;
  position: relative;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > a::before {
  width: 100%;
  height: 2px;
  content: "";
  background: #bf1e2e;
  top: 100%;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
  z-index: 12;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li:hover
  > a {
  color: #bf1e2e;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li:hover
  > a:before {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li:hover
  > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  .active
  > a {
  color: #bf1e2e;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  .active
  > a:before {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  li.dropdown {
  position: relative;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  > div {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  > div
  .user-login {
  vertical-align: middle;
  border: 1px solid #bf1e2e;
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  border-radius: 100%;
  color: #bf1e2e;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 18px;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  > div
  .logged-in-user {
  vertical-align: middle;
  border: 1px solid #bf1e2e;
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  border-radius: 100%;
  color: #bf1e2e;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 18px;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  > div
  .logged-in-user
  div {
  background: #fff;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  > div
  .logged-in-user
  img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding: 2px;
  object-fit: cover;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  > a {
  display: inline-block;
  padding: 13px 16px;
  font-size: 17px;
  position: relative;
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease;
  margin: 2px 0;
  padding-right: 0;
  text-decoration: none;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  > a:hover {
  color: #bf1e2e;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  .global {
  border-radius: 30px;
  height: 35px;
  line-height: 36px;
  padding: 0 20px;
  color: #bf1e2e;
  border: 1px solid #bf1e2e;
  font-size: 15px;
  display: inline-block;
}
.site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  .global:hover {
  background: #bf1e2e;
  color: #fff;
}
.trendingtag {
  padding: 10px 0;
  border-top: 1px solid #00000026;
  background: #f1f1f1fc;
}
.trendingtag .trendingtag-menu {
  align-items: center;
  justify-content: center;
}
.trendingtag .trendingtag-menu ul {
  margin: auto;
  padding: 0;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: left;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.trendingtag .trendingtag-menu ul li {
  display: inline-block;
}
.trendingtag .trendingtag-menu ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #0000009c;
  font-weight: 600;
  padding: 0 17px 0 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: #fff;
  font-size: 13px;
  padding: 4px 15px;
  border-radius: 60px;
  margin-left: 5px;
  border: 1px solid #0003;
  background: #fff;
}
.trendingtag .trendingtag-menu ul li a:hover {
  color: #bf1e2e;
  opacity: 1;
}
.backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  z-index: 17 !important;
  display: block !important;
}
.search-menu {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: -20px;
  transform: translateY(-100%);
  width: 100%;
  z-index: 17;
  height: 60px;
  transition: 0.2s ease-in-out;
}
.search-menu .search-menu__form {
  height: 100%;
  position: relative;
}
.search-menu .search-menu__form input {
  border: none;
  outline: 0;
  background-color: #fff;
  color: #1d1d1d;
  letter-spacing: 0;
  text-indent: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 58px;
  font-size: 18px;
  width: 100%;
  box-shadow: 0 5px 13px #00000047;
  font-family: "Mukta", sans-serif;
}
.search-menu .search-menu__form button {
  border: none;
  background-color: #fff;
  padding-right: 25px;
  cursor: pointer;
}
.search-menu--active .search-menu {
  pointer-events: auto;
  transform: translateY(0);
  top: 0;
}
.search-menu--active .backdrop {
  opacity: 1;
  pointer-events: auto;
}
.responsive--nav {
  background: #ddd;
  position: fixed;
  top: 0;
  left: -100%;
  will-change: transform;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  z-index: 10000;
  max-width: 300px;
  box-shadow: 0 4px 18px #0000008a;
}
.responsive--nav .mobile-logo {
  background: #bf1e2e;
  padding: 12px;
}
.responsive--nav .mobile-logo img {
  width: 170px;
  margin: auto;
}
.responsive--nav .mobile-search {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 10px 15px;
  box-shadow: 0 5px 13px #00000021;
}
.responsive--nav .mobile-search input {
  font-family: "Mukta", sans-serif;
  padding: 0 35px 0 0;
  font-size: 17px;
  outline: 0;
  transition: 0.3s ease;
  width: 100%;
  border: none;
  background: 0 0;
}
.responsive--nav .mobile-search input[type="submit"] {
  width: auto;
  position: absolute;
  top: 12px;
  cursor: pointer;
  border: none;
  right: 12px;
  background-color: #f1f1f17a;
  background: url(../img/icon-search.png);
  padding: 0;
  width: 20px;
  font-size: 0;
  height: 36px;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.responsive--nav .nav__inner {
  position: relative;
  height: 77vh;
  overflow-y: auto;
  background: #ddd;
  min-height: calc(100vh - 180px);
}
.responsive--nav .nav__inner nav {
  height: 100%;
}
.responsive--nav .nav__inner nav > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.responsive--nav .nav__inner nav > div > ul > li {
  position: relative;
  overflow: hidden;
}
.responsive--nav .nav__inner nav > div > ul > li:first-child {
  border-top: none !important;
}
.responsive--nav .nav__inner nav > div > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.responsive--nav .nav__inner nav > div > ul > li > span {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 25px;
  transition: 0.3s linear;
  width: 45px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  background: #fff;
  color: rgba(10, 10, 10, 0.82);
  height: 47px;
}
.responsive--nav .nav__inner nav > div > ul > li > span:before {
  position: relative;
  transition: 0.3s linear;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.responsive--nav .nav__inner nav > div > ul > li > span.mobile-dropDown-up {
  color: #bf1e2e;
}
.responsive--nav
  .nav__inner
  nav
  > div
  > ul
  > li
  > span.mobile-dropDown-up:before {
  transition: 0.3s linear;
  transform: rotate(-180deg);
}
.responsive--nav .nav__inner nav > div > ul > li:hover > a,
.responsive--nav .nav__inner nav > div > ul > li:hover span {
  color: #bf1e2e;
  opacity: 1;
}
.responsive--nav .nav__inner nav > div > ul > li > ul {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  background: #fff;
}
.responsive--nav .nav__inner nav > div > ul > li > ul > li > a {
  display: block;
  padding: 9px 10px 7px 13px;
  font-size: 16px;
  color: #000000e3;
  opacity: 0.75;
  border-bottom: 1px solid #1c18181f;
  font-weight: 600;
}
.responsive--nav .nav__inner nav > div > ul > li > ul > li:hover > a {
  color: #bf1e2e;
  opacity: 1;
}
.responsive--nav .nav__inner nav > div > ul > li > ul > li:last-child > a {
  border-bottom: none;
}
.responsive--nav .nav__inner nav > div > ul > li > a {
  color: #000000e0;
  font-size: 15.3px;
  padding: 12px 18px 12px 18px;
  display: inline-block;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.responsive--nav .nav__inner nav > div > ul > li > a i {
  font-size: 23px;
}
.black-overlay,
.dn-forgotPassword-form-wrap,
.dn-login-form-wrap,
.dn-signup-form-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.55);
  overflow-y: auto;
}
.dn-forgotPassword-form-wrap > div,
.dn-login-form-wrap > div,
.dn-signup-form-wrap > div {
  align-items: center;
  height: 100%;
  justify-content: center;
}
.show__side--menu .responsive--nav {
  left: 0;
  transition: all 0.4s ease;
}
.dn-signup-form-wrap .modal-form {
  width: 600px;
  padding: 25px;
}
.dn-signup-form-wrap form {
  display: grid;
  grid-column-gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}
.dn-signup-form-wrap form label {
  margin-bottom: 10px;
}
.dn-reset-form-wrap .form-group input,
.dn-signup-form-wrap .form-group input {
  padding-left: 25px;
}
.dn-vertical-inner {
  display: none;
}
.dn-vertical-inner .columnnews a img {
  height: 165px;
  margin-bottom: 6px;
}
.dn-vertical-inner .columnnews .news-title {
  font-size: 18px;
  font-weight: 600;
}
.dn-vertical-inner .more {
  margin-top: 30px;
  padding: 0;
}
.dn-vertical-inner.active {
  display: block;
}
/* User Dashboard */
.user-dashboard {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  will-change: transform;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  max-width: 380px;
  box-shadow: 0 4px 18px #0000008a;
  z-index: 99 !important;
}
.user-dashboard .btn {
  color: #bf1e2e;
  text-decoration: none;
  transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 14px #00000030;
  font-size: 16px;
  padding: 4px 25px;
  transition: all 0.1s ease-in-out;
  position: absolute;
  bottom: 50px;
  width: 300px;
  margin: 0 auto 0 auto;
  background: #bf1e2e;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.user-dashboard .btn:hover {
  color: #fff;
}
.user-dashboard .user-info {
  position: relative;
  padding: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.user-dashboard .profile-icon {
  background-color: #fff;
  box-shadow: 0 4px 12px #0000008a;
  margin-right: 15px;
  border: solid 5px #fff;
  outline: solid 1px rgba(0, 0, 0, 0.08);
  height: 50px;
  width: 50px;
  max-width: 50px;
  min-width: 50px;
  border-radius: 100%;
  overflow: hidden;
}
.user-dashboard .profile-information {
  flex: 2;
  margin-bottom: 0;
  display: block;
  font-family: "poppins", sans-serif;
  margin-top: 0;
  line-height: 1;
  color: #000;
  font-weight: 600;
}
.user-dashboard .profile-information .user-email {
  padding-left: 0;
  opacity: 0.8;
  color: inherit;
  font-weight: 400;
  font-size: 13px;
  position: static;
  margin-right: 4px;
  padding-top: 10px;
}
.user-dashboard .profile-information .user-email i {
  position: static;
  margin-right: 4px;
  font-size: 16px;
  vertical-align: middle;
}
.greeting-section {
  margin-bottom: 20px;
  padding-top: 0;
  padding: 10px 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.greeting-section h3 {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  color: #121212;
}
.greeting-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
}
.link-section-wrap {
  padding: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.link-section-wrap > div {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
}
.link-section-wrap > div:first-child {
  padding-top: 0;
  border-top: none;
}
.link-section-wrap > div strong {
  display: block;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "poppins", sans-serif;
  line-height: 1;
  color: #bf1e2e;
}
.link-section-wrap > div a {
  display: block;
  color: #000000db;
  padding: 10px 0;
  position: relative;
  font-size: 15px;
  font-family: "poppins", sans-serif;
  position: relative;
  border-bottom: 1px solid #00000017;
  font-weight: 300;
}
.link-section-wrap > div a:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.link-section-wrap > div a:before {
  content: "";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  right: 0;
  top: 12px;
  content: "\f2fb";
  font-size: 20px;
}
body.show-user-sidebar .user-dashboard {
  right: 0;
}
body.show-user-sidebar .backdrop {
  opacity: 1;
  pointer-events: auto;
}
/* User Dashboard */
/* Fixed Tab */
.fixed-tab {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.fixed-tab > a {
  display: inline-block;
  margin-left: 8px;
  background: #bf1e2e;
  padding: 6px 20px 6px 20px;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
}
.fixed-tab > a > i {
  display: inline-block;
  vertical-align: unset;
  margin-right: 5px;
  font-size: 17px;
}
.fixed-tab > a:hover {
  color: #fff;
  opacity: 0.8;
}
.fixed-tab-container {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 320px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #fff;
  right: -100%;
}
.fixed-tab-container ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fixed-tab-container ul.tabs li {
  background: 0 0;
  color: #222;
  display: inline-block;
  padding: 20px 18px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  font-family: "poppins", sans-serif;
}
.fixed-tab-container ul.tabs li:hover {
  background: #ededed;
  color: #bf1e2e;
}
.fixed-tab-container ul.tabs .current {
  background: #ededed;
  color: #d12229;
}
.fixed-tab-container .tab-content {
  display: none;
}
.fixed-tab-container .tab-content .list-news ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  height: calc(100vh - 130px);
  overflow-y: auto;
}
.fixed-tab-container .tab-content.current {
  display: block;
  background: #ededed;
  height: 100vh;
  padding: 20px;
  overflow: auto;
}
.header-fixed .fixed-tab {
  opacity: 1;
  visibility: visible;
}
.header-fixed .fixed-tab .btn {
  color: #bf1e2e;
  -webkit-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  width: calc(100% - 40px);
  font-weight: 600;
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 14px #00000030;
  font-size: 16px;
  padding: 4px 25px;
  position: absolute;
  left: 30px;
  bottom: 10px;
}
.header-fixed .fixed-tab .btn:hover {
  -webkit-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  box-shadow: 0 5px 13px #0000008c;
}
.header-fixed .site__navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 7px 17px #00000014;
}
.header-fixed
  .site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  > div {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
}
.just-in-news li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding: 10px 0 10px 20px !important;
}
.just-in-news li:before {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  background: #bf1e2e;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.just-in-news li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.trending-sidebar.list-news li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding: 10px 0 10px 0px;
}
.trending-sidebar.list-news li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.show-taja-sidebar .fixed-tab-container,
.show-trending-sidebar .fixed-tab-container {
  right: 0;
  -webkit-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.35s all cubic-bezier(0.39, 0.575, 0.565, 1);
}
.to-top.trigger-close {
  position: fixed;
  bottom: 20px !important;
  right: 30px;
  top: inherit;
  text-align: center;
  line-height: 38px;
  font-size: 23px;
  width: 35px;
  height: 35px;
  transition: background 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  background: #bf1e2e;
  color: #fff;
  background: none;
  cursor: pointer;
  z-index: 2;
}
.to-top.trigger-close:hover {
  background: #bf1e2e;
  transition: background 0.3s, opacity 0.5s, visibility 0.5s;
  color: #fff;
  opacity: 1;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  bottom: 15px;
  transition: bottom 0.3s, opacity 0.5s, visibility 0.5s;
  right: 15px;
  background: #bf1e2e;
  opacity: 0.7;
  color: #fff;
  z-index: 8;
}
body.pradesh .site__navigation {
  margin-top: 0;
}
body.pradesh .header-link a {
  color: #fff;
  font-weight: 600;
}
body.pradesh .header-link a img {
  filter: brightness(0) invert(1);
}
body.pradesh .bg-header header {
  padding: 25px 20px 50px 20px;
  background: transparent linear-gradient(0.5turn, #d122290d 0, #fff 100%) 0 0
    no-repeat padding-box;
}
body.pradesh .date {
  font-weight: 700;
  opacity: 1;
}
.global-btn {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #ddd;
  padding: 10px 0 10px 0;
}
.global-btn .button {
  background: #bf1e2e;
  position: relative;
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 40px;
  border: 1px solid #bf1e2e;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
.global-btn .button:hover {
  color: #fff;
  opacity: 0.85;
}
.global-btn .button:before {
  position: absolute;
  left: 15px;
  top: -1px;
  font-family: "Material-Design-Iconic-Font";
  content: "\f171";
  font-size: 16px;
  color: #fff;
}
.top-header {
  padding: 7px 0 0 0;
}
.header-link {
  text-align: left;
  line-height: 1;
  padding: 13px 0 9px 0;
}
.header-link a {
  display: inline-flex;
  color: rgba(17, 17, 17, 0.77);
  vertical-align: middle;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.header-link a:not(:last-child) {
  margin-right: 12px;
}
.header-link a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  max-height: 24px;
  max-width: 25px;
}
body.dark .bg-header .header-link {
  background: none !important;
}

.text--right {
  text-align: right;
}
a.more {
  font-family: #bf1e2e;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6901960784);
  background: #fff;
  position: relative;
  z-index: 1;
  padding-left: 13px;
}
a.more i {
  transition: 0.6s ease;
  display: inline-block;
  margin-left: 8px;
}

a.more:hover i {
  transform: translate3d(8px, -8px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0);
  transform-style: preserve-3d;
}

.text--center {
  text-align: center;
}

.modal-form {
  position: relative;
  box-sizing: border-box;
  margin: auto;
  width: 470px;
  background: #fff;
  border-radius: 3px;
  overflow-y: auto;
  padding: 25px;
}
.modal-form button span {
  display: none;
}
.modal-form .modal-header img {
  width: 200px;
  margin: 0 auto 20px auto;
  background: #bf1e2e;
  padding: 10px 20px;
  border-radius: 3px;
}
.modal-form .modal-header .modal-title {
  font-family: "poppins", sans-serif;
  font-size: 25px;
  color: #bf1e2e;
}
.modal-form .modal-header .modal-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  line-height: 1.4;
  display: block;
  margin-top: 10px;
  font-family: "poppins", sans-serif;
  color: #000 a1;
}
.modal-form .modal-header .modal-desc a {
  font-weight: 700;
  display: inline-block;
  color: #000;
}
.modal-form form {
  margin-top: 20px;
}
.modal-form form .form-group input {
  background: #f1f1f1;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group i {
  position: absolute;
  top: 13px;
  left: 17px;
  font-size: 24px;
  color: rgba(17, 17, 17, 0.44);
}
.form-group input {
  height: 50px;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  max-width: 100%;
  width: 100%;
  padding: 0 14px 0 0;
  padding-left: 0px;
  color: #111;
  outline: 0;
  line-height: 50px;
  border: 1px solid #17151524;
  transition: 0.2s ease-in-out;
  transition-property: all;
  transition-property: color, background-color, border;
  border-radius: 3px;
  padding-left: 45px;
}
.form-group input:focus {
  transition-property: color, background-color, border;
  background: #fff !important;
  border: 1px solid #000 4d;
}
.form-group button {
  border: none;
  font-family: "Mukta", sans-serif;
  padding: 8px 20px 8px 20px;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #bf1e2e;
  font-weight: 600;
  margin-top: 0;
  width: auto;
  text-align: left;
}
.form-group button:hover {
  color: #fff;
  opacity: 0.8;
}
.modal-close-outside {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  height: 28px;
  width: 28px;
  font-size: 17px;
  border-radius: 100%;
  background: 0 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: #bf1e2e;
  line-height: 32px;
}
.new-user {
  color: #111211 a3;
  margin-top: 9px;
}
.new-user a {
  margin-left: 5px;
  text-align: right;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #12356d;
  border: none;
  width: auto;
  background: 0 0;
  outline: 0;
  font-weight: 600;
}
.socialAuth-login {
  border-top: 1px solid #000 26;
  text-align: center;
  padding: 23px 0 0 0;
  margin-top: 20px;
}
.socialAuth-login a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  font-size: 20px;
  padding: 0;
}
.socialAuth-login a:hover {
  color: #fff;
}
.socialAuth-login h4 {
  text-align: center;
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 600;
  font-family: "poppins", sans-serif;
  color: rgba(0, 0, 0, 0.8);
}
.socialAuth-login a.google {
  background: #dd4b39;
}
.socialAuth-login a.facebook {
  background: #3b5998;
}
.socialAuth-login a.twitter {
  background: #00acee;
}
.trigger-close {
  position: absolute;
  top: 20px;
  right: 15px;
  background: #bf1e2e;
  cursor: pointer;
  border: none;
  padding: 0;
  font-size: 15px;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  font-weight: 700;
  z-index: 1;
  line-height: 28px;
  text-align: center;
}
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  padding: 0 25px;
  border-radius: 34px;
  background-color: rgba(77, 77, 77, 0.24);
  color: #4d4d4d;
  text-decoration: none;
  transition: all 0.4s ease;
  cursor: pointer;
  width: auto;
}

.site-footer {
  line-height: 1.4;
  background: -webkit-linear-gradient(to left, #dc281e, #bf1e2e);
  background: linear-gradient(to left, #dc281e, #bf1e2e);
  margin-top: 0 !important;
}
.site-footer .first-footer {
  padding: 40px 0 40px 0;
  background: #f5f5f5;
}
.site-footer .first-footer .copyright-content .col3 {
  border-right: 1px solid rgba(12, 11, 11, 0.1019607843);
  position: relative;
}
.col9 {
  grid-column: span 9;
}
.site-footer .first-footer .copyright-content .col3::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(20, 19, 19, 0.0392156863);
  position: absolute;
  right: 0;
  top: 0;
}

.site-footer .first-footer ul li,
.site-footer .first-footer ul b {
  line-height: 1.8;
  font-size: 17px;
}

.footer-heading {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "poppins", sans-serif;
  color: #bf1e2e;
  font-weight: 700;
}
.site-footer .first-footer p {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.7607843137);
  line-height: 1.9;
  font-family: "poppins", sans-serif;
  font-weight: 400;
}
.social-media {
  margin-top: 18px;
}
.social-media a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2901960784);
}
.social-media a:hover {
  color: #fff;
  opacity: 0.76;
}
.quicklinks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 20px;
  grid-gap: 15px;
}
.quicklinks > div {
  order: 2;
  grid-column: span 3;
}
.site-footer .first-footer ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}
.quicklinks ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7px;
  grid-column: span 9;
  margin-bottom: 0 !important;
  order: 1;
}
.quicklinks ul li a {
  padding-bottom: 5px;
  color: rgba(35, 37, 45, 0.9490196078);
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  opacity: 0.75;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.quicklinks ul li a::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #bf1e2e;
  transition: all 0.1s ease-in-out;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.quicklinks ul li a:hover {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;
}

.quicklinks ul li a:hover::before {
  transition: transform 0.3s;
  transform-origin: bottom left;
  transform: scaleX(1);
}
body.dark {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #111;
  color: #fff;
}
body.dark .theme-switcher label .handle--moon path {
  fill: #bf1e2e;
}
.quicklinks > div ul {
  display: block;
}
.last-footer {
  color: #fff;
  padding: 15px 0;
}
.last-footer .footer-logo {
  position: relative;
  line-height: 1;
  text-align: right;
  padding-right: 20px;
}
.last-footer .footer-logo::before {
  height: 40px;
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.2901960784);
  top: 20px;
}
.last-footer .footer-logo img {
  width: 170px;
  margin: auto;
}

.last-footer .footer-info {
  margin-left: 0;
  font-weight: 500;
  margin-top: auto;
  padding-left: 20px;
  margin-bottom: auto;
}
.last-footer .footer-info p {
  font-weight: 500;
  display: block;
  font-size: 13px;
  line-height: 1.9;
  opacity: 1;
  font-family: poppins, sans-serif;
}
.last-footer .footer-info p span {
  display: block;
}

.site-credit {
  text-align: right;
  background: rgba(17, 17, 17, 0.1294117647);
  padding: 12px 0;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6509803922);
}
.site-credit a {
  text-decoration: underline;
  color: #fff;
  font-size: 13px;
}
.site-credit img {
  width: 130px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  margin-left: 11px;
}
body.dark .header {
  background: none;
}
body.dark .hamburger > span {
  background: #fff;
}
body.dark .date {
  color: #fff;
  opacity: 1;
}
body.dark .header .logo-wrap > a img {
  box-shadow: none;
}
body.dark .site__navigation {
  background: #1a1a1a;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.0392156863);
}
body.dark
  .site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > a {
  color: rgba(255, 255, 255, 0.7411764706);
}

body.dark
  .site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  .global {
  border: 1px solid #fff;
  color: rgba(255, 255, 255, 0.7411764706);
}
body.dark
  .site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  a {
  border-color: #fff;
}
body.dark
  .site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  a {
  color: rgba(255, 255, 255, 0.7411764706);
}
body.dark .header-link a {
  color: #fff !important;
}
body.dark .header-right a.user-login {
  border-color: #fff;
  color: #fff;
  transition: all 0.3s ease;
}

body.dark
  .site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li:hover
  > a,
body.dark
  .site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li:hover
  span {
  color: #fff;
}
body.dark
  .site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--left
  > ul
  > li
  > a::before {
  background: #fff;
}
body.dark .trendingtag {
  background: #1d1d1d;
}
body.dark .trendingtag-menu ul li a {
  color: rgba(255, 255, 255, 0.7411764706);
  background: rgba(255, 255, 255, 0.0705882353);
}
body.dark
  .site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  .global:hover {
  border: 1px solid #bf1e2e;
  opacity: 1;
  color: #fff;
  background: #bf1e2e !important;
}
body.dark
  .site__navigation
  .dn-container
  .site__navigation--holder
  .site__navigation--right
  a:hover {
  color: #fff;
  border: transparent;
}
body.dark .theme-switcher label {
  background: #111;
}
body.dark .theme-switcher label .handle {
  left: auto;
  right: 3px;
}
body.dark .theme-switcher label .handle--sun path {
  fill: #989898;
}
body.dark .first-footer {
  color: #fff;
  background: #303030;
}
body.dark .site-footer {
  background: rgba(255, 255, 255, 0.0588235294);
}
body.dark .site-footer .first-footer .copyright-content .col3 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
body.dark .site-footer .first-footer .copyright-content .col3::before {
  background: rgba(255, 255, 255, 0.15);
}
body.dark .footer-heading {
  color: #fff;
}
body.dark .quicklinks {
  border-color: rgba(255, 255, 255, 0.08);
  border-top: none;
}
body.dark .quicklinks ul li a {
  color: #fff;
}
body.dark .first-footer p {
  color: rgba(255, 255, 255, 0.7882352941);
}
@media (max-width: 1220px) {
  .mt-40 {
    margin-top: 35px;
  }
  .dn-container {
    padding: 0 25px;
  }
  .header {
    top: 0;
    padding: 40px 20px 35px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2392156863);
    z-index: 6;
    background: #fff;
  }
  .header .header-center {
    top: 0;
  }
  .header .logo-wrap > a > img {
    width: 248px;
  }
}
@media (max-width: 1180px) {
  .site__navigation
    .dn-container
    .site__navigation--holder
    .site__navigation--left
    > ul
    > li
    > a {
    font-size: 15px;
  }
}

@media (max-width: 1120px) {
  .site__navigation {
    display: none;
  }
  .header .dn-container,
  .site__navigation .dn-container {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .last-footer .footer-logo {
    display: none;
  }
  .last-footer .dn-grid {
    grid-gap: 19px;
  }
  .last-footer .footer-info {
    padding-left: 0;
    margin-bottom: auto;
    grid-column: span 12;
    text-align: center;
    display: block;
    width: 100%;
  }
  .last-footer .col3,
  .last-footer .col9 {
    grid-column: span 12;
  }
  .last-footer .footer-info p {
    font-size: 15px;
    opacity: 1;
    color: #fff;
  }
  .last-footer .social-media {
    margin-top: 0;
    text-align: center;
  }
  .copyright-content .col3 {
    grid-column: span 12;
    border-bottom: 2px solid rgba(26, 2, 2, 0.05);
    border-right: none !important;
    padding-bottom: 25px;
  }
  .copyright-content .col3::before {
    background: 0 0 !important;
  }
  .copyright-content .col9 {
    padding-left: 0;
    grid-column: span 12;
  }
  .header .header-right .user-login {
    border-color: #fff;
    color: #fff;
    transition: all 0.3s ease;
  }
  .header .header-right {
    order: 2;
    margin-top: 0;
  }
  .header {
    box-shadow: none;
    background: #bf1e2e;
    padding: 23px 15px 25px 15px;
  }
  .header .dn-container,
  .site__navigation .dn-container {
    padding: 0px;
  }
  .header .header-left {
    text-align: left;
    margin-top: 0;
  }
  .header .header-left .date {
    display: block;
    color: #fff;
    position: relative;
    width: 100%;
    margin-top: 8px;
    opacity: 1;
    font-size: 13px;
    z-index: 2;
  }
  .header .header-center {
    top: 0;
  }
  .header .logo-wrap > a > img {
    width: 210px;
  }
  .header .hamburger > span {
    background-color: #fff;
  }
  .header .header-right .user-login {
    border-color: #fff;
    color: #fff;
    transition: all 0.3s ease;
  }
  .header a.search-action {
    display: none;
  }
  .header .header-right a.eng {
    border-color: #fff;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.1s ease-in-out;
    line-height: 35px;
  }
  .theme-switcher {
    display: none;
  }
  .header-link,
  body.pradesh .bg-header .header-link {
    background: #aa1c2a;
    text-align: center;
  }
  .header-link a,
  body.pradesh .bg-header .header-link a {
    color: #fff;
  }
  .header-link a img,
  body.pradesh .bg-header .header-link a img {
    filter: brightness(0) invert(1);
  }
  .header-link a:hover,
  body.pradesh .bg-header .header-link a:hover {
    opacity: 0.75;
    color: #fff;
  }
}
@media (max-width: 500px) {
  .copyright-content .col9 .quicklinks > div ul {
    display: block;
  }
  .site-footer .first-footer ul {
    display: none;
  }
  .copyright-content .col3 {
    border-bottom: none;
    border-right: none;
    order: 3;
    padding-bottom: 0;
    text-align: center;
  }
  .copyright-content .col9 {
    order: 2;
  }
  .footer-heading {
    text-align: center;
    font-size: 17px;
    margin-bottom: 7px;
  }
  .quicklinks {
    border-bottom: 1px solid rgba(17, 17, 17, 0.1490196078);
    margin-top: 0;
    padding-bottom: 15px;
  }
  .copyright-content .col9 .quicklinks {
    text-align: center;
  }
  .copyright-content .col9 .quicklinks > div {
    grid-column: span 12;
  }
  .copyright-content .col9 .quicklinks > div ul {
    display: block;
  }
}
@media (max-width: 480px) {
  .modal-form {
    width: 380px;
    padding: 25px;
  }
  .dn-signup-form-wrap form {
    grid-template-columns: repeat(1, 1fr);
  }
  .modal-form .form-group {
    margin-bottom: 15px;
  }

  .header-link .dn-container > div {
    margin-bottom: 4px;
  }
  .header-link .dn-container {
    text-align: center;
    display: block;
  }
  .header .logo-wrap > a > img {
    width: 175px;
  }

  .header .header-right a:not(:first-child) {
    margin-left: 6px;
  }
}

@media (max-width: 420px) {
  .header-link a,
  body.pradesh .bg-header .header-link a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .header-link a:last-child {
    margin-bottom: 0;
  }
  .site-footer .first-footer {
    padding: 30px 0 30px 0;
  }
  .header .logo-wrap > a > img {
    width: 160px;
  }
  .header .header-right a {
    height: 35px;
    width: 35px;
    line-height: 35px !important;
    font-size: 20px;
  }
  .header .header-left .date {
    position: absolute;
    top: 100%;
    background: rgba(191, 30, 46, 0.85);
    display: inline-block;
    left: 0;
    width: auto;
    margin: 0;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    padding: 3px 5px;
    opacity: 0;
    visibility: hidden;
    transform: 0.5s linear;
  }
  .header .logo-wrap > a > img {
    width: 160px;
  }
}

@media (max-width: 400px) {
  .dn-container {
    padding: 0 20px;
  }
}



.powered_by.text-center {
	padding-bottom: 10px !important;
}