@import "https://fonts.googleapis.com/css2?family=Mukta:wght@400;700&display=swap";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

html,
body {
  height: 100%; }

/*ol, ul {
		list-style: none;
	}*/
blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

.mymove {
  -webkit-animation: movebg 5s infinite;
  /* Safari 4+ */
  -moz-animation: movebg 5s infinite;
  /* Fx 5+ */
  -o-animation: movebg 5s infinite;
  /* Opera 12+ */
  animation: movebg 5s infinite;
  /* IE 10+, Fx 29+ */ }

a {
  color: #333;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline; }

a:hover {
  color: #ddd !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

a:visited,
a:acitve {
  text-decoration: none; }

a:active {
  color: #333; }

a:focus {
  text-decoration: none;
  outline: 0; }

a img,
img {
  border: 0; }

p {
  padding: 10px 0; }

object {
  outline: 0;
  border: 0;
  float: left; }

button:focus {
  outline: 0; }

* {
  outline: 0;
  margin: 0;
  padding: 0; }

.local-election {
  background: #fff;
  padding: 0 0 20px 0;
  margin-bottom: 10px;
  font-family: "Mukta", sans-serif; }
  .local-election .election-result-title {
    background: #267163;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    font-weight: 700; }
  .local-election.election-result table {
    border: 0; }
    .local-election.election-result table tbody {
      border-top: 1px solid #ccc; }
    .local-election.election-result table td {
      border: 0;
      background: none;
      padding: 3px 10px; }
      .local-election.election-result table td.parti-box {
        padding: 20px 10px;
        font-style: italic; }
      .local-election.election-result table td .parti-name {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        font-style: italic; }
      .local-election.election-result table td .number-box {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 0;
        width: 100%;
        color: #267163;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        border: 1px solid #4399ae; }
    .local-election.election-result table tr {
      border: 0;
      background: none; }
      .local-election.election-result table tr:nth-of-type(odd) {
        background: none; }
    .local-election.election-result table th {
      padding: 25px 0; }
    .local-election.election-result table:not(caption) > * > * {
      box-shadow: none; }
  .local-election.election-result .table-heads {
    background: none; }
    .local-election.election-result .table-heads .election-result-title {
      background: #d13938;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      padding: 0 20px; }
  .local-election.election-result .table > :not(caption) > * > * {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .local-election table {
    border: 1px solid #ccc; }
    .local-election table th {
      padding: 5px 10px;
      border-top-color: #267163;
      border-bottom-color: #267163; }
    .local-election table tr:nth-of-type(odd) {
      background: #fff; }
    .local-election table td {
      border: 1px solid #ccc;
      vertical-align: middle;
      padding: 5px 10px;
      font-size: 14px;
      font-weight: 700; }
      .local-election table td .main-title .title-parti {
        font-weight: 400;
        font-size: 12px;
        color: #666; }
      .local-election table td.candidate-title {
        font-weight: 700; }
      .local-election table td .parti-name {
        background: #4399ae;
        color: #fff;
        font-weight: 700;
        border-top-color: #cd1f3a;
        border-bottom-color: #cd1f3a; }
    .local-election table .table-heads {
      background: #cd1f3a;
      text-align: center;
      font-size: 18px;
      color: #fff;
      font-weight: 700; }
    .local-election table .parti-img img {
      width: 60px;
      height: 60px;
      object-fit: contain;
      display: block;
      background: #fff;
      margin: 0 auto;
      padding: 10px; }
  .local-election.mahanagar-result {
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    width: 300px;
    position: relative;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
    .local-election.mahanagar-result .close-box {
      width: 32px;
      height: 32px;
      color: #333;
      background: #ffb915;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 32px;
      font-size: 14px;
      z-index: 9998;
      cursor: pointer;
      position: absolute;
      top: -10px;
      right: -10px;
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
    .local-election.mahanagar-result .election-head-box {
      background: #19375f;
      text-align: center;
      font-size: 18px;
      color: #fff;
      font-weight: 700;
      padding: 10px; }
      .local-election.mahanagar-result .election-head-box a {
        color: #fff; }
        .local-election.mahanagar-result .election-head-box a:hover {
          color: #ddd; }
    .local-election.mahanagar-result table tr:nth-of-type(odd) {
      background: none; }
    .local-election.mahanagar-result table th {
      padding: 7px 10px;
      border: 1px solid #ccc; }
      .local-election.mahanagar-result table th .parti-name {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 0;
        width: 70px;
        font-size: 16px;
        height: 30px;
        color: #fff;
        line-height: 30px;
        display: inline-block;
        background: #00544b;
        text-align: center;
        display: table;
        margin: 0 auto; }
    .local-election.mahanagar-result table td {
      padding: 7px 10px;
      color: #111;
      border-color: #ccc;
      font-weight: 700; }
      .local-election.mahanagar-result table td .main-title {
        position: relative; }
        .local-election.mahanagar-result table td .main-title.win-title {
          padding-left: 25px; }
          .local-election.mahanagar-result table td .main-title.win-title .win-img {
            position: absolute;
            top: 2px;
            left: 0;
            width: 22px; }
      .local-election.mahanagar-result table td .vote-box {
        float: right; }
        .local-election.mahanagar-result table td .vote-box .vote-num {
          color: #cd1f3a; }
      .local-election.mahanagar-result table td.member-vote .vote-box {
        float: none;
        display: block; }
      .local-election.mahanagar-result table td.top-main-title {
        background: #4399ae;
        color: #fff;
        font-size: 18px; }
      .local-election.mahanagar-result table td .parti-box {
        text-align: left; }
      .local-election.mahanagar-result table td .parti-name {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 0;
        width: 70px;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        background: #00544b;
        text-align: center;
        display: table;
        margin: 0 auto; }
    .local-election.mahanagar-result .table > :not(:first-child) {
      border-color: #ccc; }
    .local-election.mahanagar-result .table > :not(caption) > * > * {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.bigyaapan-box .bigyaapan-items img {
  width: 100%;
  height: auto;
  display: block; }

.bigyaapan-mobile {
  display: none; }

.powered-by {
  padding: 0 10px;
  position: relative; }
  .powered-by .powered-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    font-style: italic;
    color: #888; }
    .powered-by .powered-title .powered-text {
      display: block;
      color: #333; }
    .powered-by .powered-title a:hover {
      color: #cd1f3a !important; }
  .powered-by .powered-img {
    height: 15px;
    position: relative;
    top: 5px;
    margin-left: 5px; }

.control-box {
  width: 78px;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 98; }

.swiper-button-next,
.swiper-button-prev {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #888888;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none; }

.member-result .metro-title {
  font-size: 17px; }

.member-result .member-vote .main-title {
  font-size: 14px; }

.member-result .vote-box {
  display: block; }
  .member-result .vote-box .vote-num {
    font-size: 16px; }

.widget-position {
  position: fixed !important; }
  .widget-position.top-left {
    top: 0;
    left: 0;
    z-index: 99999; }
  .widget-position.top-right {
    top: 0;
    right: 20px;
    z-index: 99999; }
  .widget-position.bottom-left {
    bottom: 0;
    left: 0;
    z-index: 99999; }
  .widget-position.bottom-right {
    bottom: 0;
    right: 20px;
    z-index: 99999; }

.swiper {
  height: 360px; }

.widget-position .close-box-new {
  width: 32px;
  height: 32px;
  color: #333;
  background: #ffb915;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  z-index: 9998;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }

.widget-position {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  height: 400px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .local-election.mahanagar-result {
    width: 360px !important; }
  .local-election table td {
    font-size: 16px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .local-election.mahanagar-result {
    width: 360px !important; }
  .local-election table td {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .local-election.mahanagar-result {
    width: 360px !important; }
  .local-election table td {
    font-size: 16px; }
  .local-election.mahanagar-result .election-head-box {
    font-size: 22px; }
  .local-election table .table-heads {
    font-size: 19px; } }

@media only screen and (max-width: 479px) {
  .local-election.mahanagar-result {
    width: calc(100% - 20px) !important; }
  .local-election table td {
    font-size: 16px; } }
