/* 
Theme Name: AITC custom 
Description: Bootstrap Child Theme 
Template: wp-bootstrap-starter 
Version: 1.0 
Text Domain: aitccustom 
*/
.share-buttons {
  display: flex;
  gap: 12px;
}
.share-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid white;
  text-decoration: none;
}
.share-buttons svg {
  width: 22px;
  height: 22px;
  color: white;
}
.share-buttons.orange a {
  border-color: #e78210;
}
.share-buttons.orange svg {
  color: #e78210;
}
html {
  font-size: 16px;
}
body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 1rem;
  color: #3d3d3d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin-bottom: 10px;
}
a {
  color: #15995d;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
  color: #106f44;
  text-decoration: none;
  outline: none;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
svg {
  vertical-align: middle;
}
.t-upper {
  text-transform: uppercase;
}
h2,
h3,
h4 {
  color: #15995d;
  font-weight: 600;
}
h3 {
  font-size: 1.3333rem;
}
h4 {
  font-size: 1rem;
}
#header {
  background-color: #f3f3f3;
  text-align: center;
  position: relative;
  z-index: 100;
}
a.homeplayer {
  position: absolute;
  top: 5px;
  right: 20px;
  height: 30px;
  padding: 6px 0 0 32px;
  color: inherit;
  z-index: 1000;
}
.homeplayer > svg {
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.homeplayer .play-bar-chart2 {
  display: none;
}
#header .lang {
  text-align: right;
  padding: 15px 0 0;
  top: 0;
  right: 15px;
  position: absolute;
}
#header .lang a {
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  position: relative;
  margin-left: 8px;
  height: 21px;
  line-height: 21px;
}
#header .lang a + a::before {
  content: "";
  border-left: 1px solid #a0a0a0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
}
#header .lang a.active {
  color: #e7810f;
  -webkit-box-shadow: inset 0 -2px #e7810f;
  box-shadow: inset 0 -2px #e7810f;
}
a.logo {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2e2e2e;
  display: inline-block;
  padding: 14px 0;
}
a.logo img,
a.logo span {
  vertical-align: middle;
}
.highlights a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #e7810f;
  line-height: 1.2;
}
.highlights a:hover,
.highlights a:focus,
.highlights .current-menu-item a {
  color: #15995d;
}
.donate,
.donate-wrap > a {
  display: inline-block;
  background: #e7810f;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(49.9%, #e7810f),
    color-stop(50%, #f6a04e)
  );
  background: -webkit-linear-gradient(left, #e7810f 49.9%, #f6a04e 50%);
  background: -o-linear-gradient(left, #e7810f 49.9%, #f6a04e 50%);
  background: linear-gradient(to right, #e7810f 49.9%, #f6a04e 50%);
  background-size: 200% 100%;
  background-position: 0 0;
  color: #fff;
  text-transform: uppercase;
  padding: 0 11px;
  line-height: 35px;
  font-size: 17px;
  font-weight: 500;
}
.donate:hover,
.donate:focus,
.donate-wrap > a:hover,
.donate-wrap > a:focus {
  background-position: -100% 0;
  color: #fff;
}
.header-bottom {
  background: #15995d;
}
.nav-area {
  height: 45px;
  position: relative;
}
.nav-area nav.main-nav ul li:not(.donate-wrap) a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: block;
}
.nav-area nav.main-nav > ul > li:not(.donate-wrap) > a {
  position: relative;
  z-index: 4;
  line-height: 45px;
}
.donate-wrap > a {
  line-height: 45px;
  width: 200px;
  font-size: 20px;
}
.filters {
  text-align: left;
}
.filter-belt {
  display: inline-block;
}
.filter-belt + .filter-belt {
  padding-left: 15px;
}
.filter-belt .toggler {
  color: #fff;
  display: block;
  line-height: 45px;
  font-weight: 500;
  font-size: 20px;
}
.filter-belt .icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 2px;
}
.filter-belt .icon svg {
  fill: currentColor;
}
.trending-toggler .icon {
  width: 28px;
}
.srch-toggler .icon {
  width: 23px;
}
.searchform {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px;
  background: #15995d;
  width: 300px;
  display: none;
  margin-top: 7px;
  z-index: 110;
}
.searchform form {
  padding-right: 40px;
  position: relative;
}
.searchform .search-field {
  width: 100%;
  border: 0 none;
  background: #fff;
  height: 40px;
  padding: 0 10px;
}
.searchform .search-submit {
  background: #fff;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
.searchform .search-submit svg {
  vertical-align: middle;
}
.nav-btn {
  position: absolute;
  right: 0;
  top: 14px;
  cursor: pointer;
}
.nav-btn span {
  display: block;
  height: 3px;
  width: 28px;
  background: #fff;
}
.nav-btn span + span {
  margin-top: 4px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.51);
  display: none;
}
.overlay.opennav {
  display: block;
}
.main-nav .cancle {
  position: absolute;
  cursor: pointer;
  top: 11px;
  right: 11px;
  height: 28px;
  width: 30px;
  background: #15995d;
  z-index: 10;
}
.main-nav .cancle::after,
.main-nav .cancle::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  height: 3px;
  background: #ffffff;
  content: "";
}
.main-nav .cancle::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-nav .cancle::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-title {
  color: #e7810f;
  font-size: 1.62rem;
  margin-bottom: 7px;
}
.title {
  color: #e7810f;
  font-size: 1.45rem;
  margin-bottom: 0.67rem;
}
.title a {
  color: inherit;
}
.subscribe-sec {
  padding: 35px 0 20px;
  text-align: center;
  background: #f3f3f3;
  margin-bottom: 40px;
}
.subscribe-sec .social a {
  color: #e7810f;
  font-size: 32px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  background: transparent;
  border: 2px solid #e7810f;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin: 0 14px;
}
.subscribe-sec .social a i {
  line-height: 46px;
}
.subscribe-sec .social a.gpluse {
  font-size: 28px;
}
.subscribe-sec .social a.youtube {
  font-size: 46px;
  border: none;
}
.search-bar {
  max-width: 485px;
  margin: auto;
  font-size: 16px;
}
.search-bar .belt {
  position: relative;
  padding-right: 105px;
  margin: 30px 0 20px;
}
.search-bar .belt {
  position: relative;
  padding-right: 126px;
  margin: 30px 0 20px;
}
main#main {
  padding: 40px 0;
}
.home.page main#main {
  padding-top: 0;
}
.trendbox {
  background: #15995d;
  padding: 15px;
  display: none;
  z-index: 100;
}
.trendwrap {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: customlistcounter;
}
.trendwrap li {
  padding: 1rem 1.75rem 0 4.0625rem;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  min-height: 4rem;
}
.trendwrap li::after {
  content: counter(customlistcounter, decimal);
  counter-increment: customlistcounter;
  position: absolute;
  top: 0.8rem;
  left: 20px;
  font-size: 46px;
  color: #fff;
  font-weight: 300;
  opacity: 0.3;
  height: 46px;
  line-height: 46px;
}
.trendwrap li a {
  color: #fff;
}
input.cs-input::-webkit-input-placeholder {
  color: #b0b0b0;
  opacity: 1;
}
input.cs-input:-ms-input-placeholder {
  color: #b0b0b0;
  opacity: 1;
}
input.cs-input::-ms-input-placeholder {
  color: #b0b0b0;
  opacity: 1;
}
input.cs-input::placeholder {
  color: #b0b0b0;
  opacity: 1;
}
.subscribe-sec .cs-input {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  text-align: center;
  color: #5f5f5f;
  font-weight: 500;
  padding: 0 15px;
}
.subscribe-sec .cs-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 126px;
  background: #e78210;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
.subscribe-sec .cs-input,
.subscribe-sec .cs-submit {
  font-size: 16px;
  height: 56px;
  font-weight: 600;
  border-radius: 0;
}
.subscribe-sec .cs-input:focus,
.subscribe-sec .cs-submit:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.privacy-wrapper input {
  visibility: hidden;
  display: none;
}
.privacy-wrapper label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}
.privacy-wrapper span.wpcf7-list-item-label::before {
  content: "";
  height: 16px;
  width: 16px;
  border: 2px solid #3e3e3e;
  border-radius: 2px;
  position: absolute;
  top: 3px;
  left: 0;
}
.privacy-wrapper span.wpcf7-list-item-label::after {
  content: "";
  background: url(images/checkticker.svg) no-repeat 0 0;
  background-size: 100% auto;
  height: 12px;
  width: 13px;
  position: absolute;
  top: 3px;
  left: 3px;
  display: none;
}
.privacy-wrapper input:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.privacy-wrapper a {
  color: #e7810f;
}
.subscribe-sec div.wpcf7 .ajax-loader {
  position: absolute;
  top: 20px;
  right: 130px;
}
.subscribe-sec span.wpcf7-list-item {
  margin: 0;
}
#footer {
  background: #15995d;
  position: relative;
  z-index: 90;
}
#footer .menu,
#footer .menu ul {
  list-style: none;
  padding: 0;
}
#footer .menu > li > a {
  display: block;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.2;
}
#footer .menu ul {
  margin: 0 0 33px;
}
#footer .menu ul li {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 6px;
}
#footer .menu ul li a {
  color: #fff;
  opacity: 0.7;
}
#footer .menu ul li a:hover,
#footer .menu ul li a:focus {
  opacity: 1;
}
#footer .menu ul li a,
.linkstyle {
  display: inline-block;
  position: relative;
}
#footer .menu ul li a::after,
.linkstyle::after {
  content: "";
  border-top: 1px solid currentColor;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#footer .menu ul li a:hover::after,
.linkstyle:hover::after {
  bottom: 2px;
  opacity: 1;
}
.copyright {
  padding: 28px 0;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.copyright p {
  margin: 0;
}
.copyright a {
  color: inherit;
}
.lio-list {
  margin-top: 60px;
  padding-bottom: 135px;
  position: relative;
}
.lio-list .pm-said,
.lio-list .truth {
  position: relative;
  border-radius: 8px;
  padding: 50px 20px 20px;
}
.lio-list .pm-said {
  background: #e0e0e0;
  margin-right: 20px;
  padding-bottom: 30px;
}
.lio-list .truth {
  background: #9a9a9a;
  color: #fff;
  margin-left: 20px;
  margin-top: -28px;
  z-index: 2;
}
.lio-list .pm-said .label,
.lio-list .truth .label {
  position: absolute;
  top: -20px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  padding: 0 14px;
  line-height: 50px;
  font-size: 26px;
  left: 20px;
}
.lio-list .pm-said .label {
  background: #e7810f;
}
.lio-list .truth .label {
  background: #15995d;
}
.lio-list .pm-said .label::after {
  content: "";
  background: url(images/pm-said-label.png);
  height: 20px;
  width: 25px;
  position: absolute;
  bottom: -20px;
  right: 43px;
}
.lio-list .truth .label .icon {
  width: 35px;
  display: inline-block;
}
.lio-list .truth .label .icon svg {
  fill: currentColor;
}
.lio-list .pm-said p {
  position: relative;
  padding: 5px 0 0 30px;
  margin-bottom: 25px;
}
.lio-list .pm-said p::before,
.lio-list .pm-said p::after {
  content: "";
  background: url(images/bl-quotes.png) no-repeat;
  background-size: 48px auto;
  height: 25px;
  width: 24px;
  position: absolute;
}
.lio-list .pm-said p::before {
  background-position: 0 0;
  top: 0;
  left: 0;
}
.lio-list .pm-said p::after {
  background-position: -47px 0;
  bottom: 6px;
  right: 0;
}
.source-link,
.share-link {
  font-size: 15px;
  color: #4c4c4c;
}
.share-link {
  text-align: right;
}
.share-link .addtoany_shortcode {
  display: inline;
}
/* .source-link.half {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
*/

.source-link a,
.share-link a {
  color: inherit;
}
.source-link > a:hover,
.share-link > a:hover {
  color: #14995d;
}
.share-link a {
  font-size: 22px;
  margin-left: 5px;
}
.source-link span,
.share-link span {
  font-weight: 600;
  color: #15995d;
}
.lio-list .source-link {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}
.lio-list .share-link {
  float: right;
  margin-top: 3px;
}
.lio-list .source-link,
.lio-list .share-link {
  color: #4c4c4c;
}
/* Start lie-o-meter code */
.lie-o-meter {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
.lie-back {
  height: 105px;
  width: 210px;
  overflow: hidden;
}
.lie-back .bg {
  height: 200%;
  width: 100%;
  border: 56px solid #14995d;
  border-left-color: #e7810f;
  border-bottom-color: #e7810f;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lie-o-meter .spine {
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 43px;
  height: 89px;
  background: url(images/LieOMeterspine.png);
  margin-left: -21px;
  -webkit-transform-origin: 50% 78%;
  -ms-transform-origin: 50% 78%;
  transform-origin: 50% 78%;
}
.lie-o-meter.active .spine {
  -webkit-animation: spineanim 1s 0.3s ease-out forwards;
  animation: spineanim 1s 0.3s ease-out forwards;
}
@-webkit-keyframes spineanim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes spineanim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.lie-o-meter .text {
  width: 50%;
  float: left;
  padding: 7px;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}
.lie-o-meter .text.false {
  color: #e7810f;
}
.lie-o-meter .text.true {
  color: #14995d;
  text-align: right;
}
/* End lie-o-meter code */
.pdf-section a {
  line-height: 1;
  padding: 11px 0 0 27px;
  background: url(images/downloadIcon.png) no-repeat left;
  font-size: 14px;
  color: #009862;
  text-decoration: none;
  display: inline-block;
  margin: 1rem;
  margin-left: 0;
  font-size: 16px;
}
.lio-list .lie-o-meter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 210px;
  margin: auto;
}
/* Start modi hisab do */
.promise-frame {
  padding: 40px 15px 0;
  overflow: hidden;
}
.promise-frame .list {
  border-bottom: 1px dashed #b9b9b9;
}
.promise-frame .list:last-child {
  border-bottom: none;
}
.promise-frame .list + .list {
  margin-top: 20px;
}
.promise-frame .list .icon {
  width: 100px;
  margin-bottom: 15px;
}
.promise-frame .list .clm {
  margin-bottom: 20px;
}
.promise-frame .list .clm h2 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.778rem;
}
.promise-frame .list .clm.promise h2 {
  color: #e7810f;
}
.promise-frame .list .clm .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.promise-frame .list .clm .text .react {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
  margin-left: 15px;
}
.promise-frame .list .clm .text .react > img {
  width: 68px;
}
/* End modi hisab do */
/* Start Big Talk */
.fact-list .list {
  border-bottom: 1px solid #b9b9b9;
}
.fact-list .list + .list {
  margin-top: 20px;
}
.fact-list .list .image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #9a9a9a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.fact-list .list .image .prop {
  margin: auto;
  padding: 15px;
  text-align: center;
  -webkit-transition: all 2s cubic-bezier(0.17, 0.84, 0.44, 1);
  -o-transition: all 2s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.fact-list .list .cont:hover .image .prop {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.fact-list .list .image .prop h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}
.fact-list .list .block.claim {
  background: #e7810f;
}
.fact-list .list .block.fact {
  background: #15995d;
}
.fact-list .list .block {
  padding: 32px 20px 22px;
  color: #fff;
}
.fact-list .list .block h2 {
  font-size: 1.778rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.bar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.bar-links span {
  color: #15995d;
}
/* End Big Talk */
/* Start Side bar */
.side-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #f3f3f3;
}
.side-widget h4 {
  margin: auto;
  color: #8b8b8b;
  font-weight: 400;
  font-size: 15px;
  padding: 12px 0;
}
/* End Side bar */
.compire-list + .compire-list {
  margin-top: 30px;
}
.compire-list .card-view {
  padding: 20px 25px;
  background: #f3f3f3;
}
.compire-list .card-view h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 35px;
}
.compire-list .card-view .chart .clm {
  line-height: 1.33;
}
.compire-list .card-view .chart .clm h3 {
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0;
}
.compire-list .card-view .chart .clm strong {
  font-weight: 500;
}
.compire-list .card-view .chart .clm.country h3,
.compire-list .card-view .chart .clm.country strong {
  color: #e7790f;
}
.compire-list .card-view .chart .clm.state h3,
.compire-list .card-view .chart .clm.state strong {
  color: #13995d;
}
.cancle-btn {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.cancle-btn::before,
.cancle-btn::after {
  content: "";
  height: 3px;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
}
.cancle-btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cancle-btn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html body .row.no-gutter {
  margin: 0;
}
html body .row.no-gutter > [class^="col"] {
  padding: 0;
}
html body .row.sm-gutter {
  margin: 0 -10px;
}
html body .row.sm-gutter > [class^="col"] {
  padding: 0 10px;
}
/******************* Start social-scroller ************************/
.social-scroller {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  max-width: 480px;
  margin: 0;
  background: #fff;
  padding: 40px 0 0;
  margin: auto;
}
.social-tabs {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-tabs a {
  font-size: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
.social-tabs a.active {
  -webkit-box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.47);
}
.social-tabs a:hover,
.social-tabs a:focus {
  color: #fff;
}
.social-tabs a[data-target="facebook-widget"] {
  background-color: #4267b2;
}
.social-tabs a[data-target="facebook-widget"]:hover {
  background-color: #315295;
}
.social-tabs a[data-target="twitter-widget"] {
  background-color: #1b95e0;
}
.social-tabs a[data-target="twitter-widget"]:hover {
  background-color: #278bc9;
}
.social-tabs a[data-target="youtube-widget"] {
  background-color: #ff0000;
}
.social-tabs a[data-target="youtube-widget"]:hover {
  background-color: #de0d0d;
}
.social-tabs a[data-target="instagram-widget"] {
  background: #4c68d7;
}
.social-tabs a[data-target="instagram-widget"]:hover {
  background: #415ab9;
}
.youtube-widget,
.twitter-widget {
  overflow-x: hidden;
  overflow-y: auto;
}
.social-scr-wrapper {
  position: relative;
  height: 100%;
}
.social-scr-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: none;
  z-index: 10;
}
.social-scroller .social-scroll {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social-scroller .social-scroll.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}
/******************* End social-scroller ************************/
.home-banner .img-item {
  position: relative;
  overflow: hidden;
  height: 288px;
}
.home-banner .img-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* min-height: 100%; */
  height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
}
.img-item .caption {
  padding: 10px 20px;
  position: absolute;
  right: 0;
  bottom: 40px;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
}
.home-banner .img-item .caption h2 {
  color: #fff;
  font-size: 2rem;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #19995f;
}
.home-banner .img-item .caption .text {
  font-size: 1.39rem;
  font-weight: 400;
  line-height: 1.25;
}
.home-banner .img-item .caption .text p {
  margin: 0;
  color: #fff;
}
.home-banner .img-item .caption .text .more {
  color: #e7810f;
  text-decoration: none;
  font-weight: 500;
}
html body .owl-carousel .owl-nav button.owl-next > span,
html body .owl-carousel .owl-nav button.owl-prev > span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #19995f;
  background: #dcdbd7;
  font-size: 26px;
  border-radius: 50%;
  margin: 0 6px;
}
.home-banner.owl-carousel .owl-nav button.owl-next,
.home-banner.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.home-banner.owl-carousel .owl-nav button.owl-next > span,
.home-banner.owl-carousel .owl-nav button.owl-prev > span {
  margin: 0 15px;
}
.home-banner.owl-carousel:hover .owl-nav button.owl-next,
.home-banner.owl-carousel:hover .owl-nav button.owl-prev {
  opacity: 1;
}
.home-banner.owl-carousel .owl-nav button.owl-prev {
  right: auto;
  left: 0;
}
.extlink {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 22px;
  text-align: right;
  height: 58px;
  line-height: 1;
  width: 60px;
  padding-right: 3px;
  padding-top: 30px;
  overflow: hidden;
  z-index: 1;
}
.extlink:after {
  content: "";
  position: absolute;
  height: 200%;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #e7810f;
  z-index: -1;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}
.slide-nav.owl-carousel .owl-nav button.owl-next,
.slide-nav.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.slide-nav.owl-carousel .owl-nav button.owl-next {
  right: 6px;
  margin-right: -20px;
}
.slide-nav.owl-carousel .owl-nav button.owl-prev {
  left: 6px;
  margin-left: -20px;
}
.slide-nav.owl-carousel .owl-nav button.owl-next > span,
.slide-nav.owl-carousel .owl-nav button.owl-prev > span {
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin: 0;
  border: 2px solid #fff;
}
.publication {
  position: relative;
  height: 400px;
  padding: 50px 15px 0;
  border: 1px solid #d1d1d1;
}
.publication .title {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 1.2rem;
  margin-top: 10px;
}
.publication .frame {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.publication .thumb {
  width: 100%;
}
.publication .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #656565;
  padding: 7px 14px;
  font-size: 14px;
  text-transform: uppercase;
}
.publication .text span {
  font-weight: 600;
}
.publication a.archive-btn {
  position: absolute;
  top: 12px;
  right: 14px;
}
.sidebar-widget .publication a.archive-btn {
  top: auto;
  bottom: 8px;
}
a.archive-btn {
  color: #15995d;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  padding-left: 20px;
  background: transparent url(images/archiveIcon.png) no-repeat 0 0;
}
.sec_h_1,
.sec_h_2 {
  margin-bottom: 2.75rem;
}
.show-news {
  position: relative;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.show-news::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 50px;
  -webkit-box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.35);
  z-index: -1;
}
.show-news .archive-btn {
  position: absolute;
  top: -28px;
  right: 0;
}
.show-news .item {
  min-height: 209px;
  padding: 35px 25px 1px;
  background-color: #fff;
}
.show-news .owl-item:nth-child(2n + 2) .item {
  background-color: #e8e8e8;
}
.show-news .item .date {
  width: 40px;
  text-align: center;
  border: 1px solid #8e8e8e;
  padding: 8px 0;
  float: left;
  color: #19995f;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
.show-news .item p {
  margin-bottom: 9px;
  margin-left: 50px;
  line-height: 1.23;
}
.show-news .item p a {
  color: inherit;
  text-decoration: none;
}
.show-news .item .source {
  padding-top: 8px;
  font-weight: 600;
  position: relative;
  font-size: 14px;
  margin-bottom: 13px;
  margin-left: 50px;
  color: #1f9b63;
}
.show-news .item .source::before {
  content: "";
  border-top: 2px solid #1f9b63;
  border-top-color: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
}
.btn.more {
  background: #e7810f;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  padding: 6px 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.main-nav .sub-menu li a {
  padding: 8px 15px;
}
.sidebar-widget .social-scroller {
  height: 500px;
}
.gap {
  margin-bottom: 20px;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  margin: 0 3px;
  background: #e8e8e8;
}
.owl-carousel button.owl-dot.active {
  background-color: #e7810f;
}
/**************** Start .home-banner ****************/
.home-banner.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
}
/**************** End .home-banner ****************/
body.home .daysingovt {
  position: relative;
  margin-top: -26px;
  padding-top: 26px;
}
.daysingovt .content {
  padding: 10px 25px;
  font-size: 16px;
  line-height: 18px;
}
.daysingovt .content .total-day {
  line-height: 1;
  font-size: 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid currentColor;
  margin-bottom: 13px;
  color: #e7810f;
}
.daysingovt .content .total-day span {
  display: block;
  font-size: 57.4px;
  margin-bottom: 7px;
  color: #15995d;
}
.daysingovt .content p {
  margin-bottom: 16px;
}
.daysingovt a.archive-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.daysingovt .date {
  font-size: 14px;
  margin-bottom: 3px;
}
.days-in-govt .daysingovt {
  height: 100%;
  background: #ffffff;
}
.days-in-govt .daysingovt,
body.home .daysingovt .content {
  -webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.days-in-govt .daysingovt:hover,
body.home .daysingovt .content:hover {
  -webkit-box-shadow: 0 0 24px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 24px 0px rgba(0, 0, 0, 0.25);
}
.inparliament .title {
  border-top: 1px solid #1f9b63;
  border-bottom: 1px solid #1f9b63;
  padding: 10px 0;
}
.nav-pills .nav-link {
  background-color: #e8e8e8;
  color: #3d3d3d;
}
html body .nav-pills .nav-link.active,
html body .nav-pills .show > .nav-link,
html body .nav-pills .nav-link:hover {
  background-color: #19995f;
  color: #fff;
}
html body .nav-pills .nav-link {
  border-radius: 0;
  position: relative;
}
html body .nav-pills .nav-link:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html body .nav-pills .nav-link.active:after,
html body .nav-pills .nav-link:hover:after {
  border-top-color: #19985f;
}
html body .tab-content {
  background-color: #f3f3f3;
  padding: 20px 12px 1px;
  min-height: 290px;
}
.inparliament .text-group {
  margin-bottom: 20px;
}
.inparliament .tab-content {
  font-size: 14px;
}
.inparliament .tab-content h3 {
  font-size: 17px;
  color: #19995f;
  font-weight: 400;
  margin-bottom: 5px;
}
.inparliament .tab-content a:not(.view-article) {
  color: inherit;
}
/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.related-post .post-list a {
  color: inherit;
}
.sabhas-post .post-date {
  font-size: 14px;
  margin-bottom: 3px;
  color: #000;
}
.related-post .post-list h3 {
  font-size: 20px;
  font-weight: 600;
  color: #8d8d8d;
}
.greybg {
  background: #f4f4f4;
  color: #55504e;
}
p.highlight {
  padding: 15px 20px;
  margin-bottom: 20px;
}
.orngbg {
  background: #e57938;
  color: #fff;
}
big {
  font-weight: 600;
  font-size: 1.5rem;
}
.orng {
  color: #e57938;
}
.challengebox {
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
p.bline {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.challengebox a {
  color: inherit;
}
ul.whtarrow,
ul.grnarrow {
  padding-left: 20px;
  list-style-type: square;
}
ul.whtarrow li a,
ul.grnarrow li a {
  color: inherit;
  text-decoration: none;
}
ul.grnarrow li {
  margin-bottom: 15px;
}
ul.grnarrow li.active,
ul.grnarrow li:hover {
  background: #f2f3f7;
}
span.date {
  color: #e7810f;
  font-size: 0.9rem;
}
.sidebar {
  border-left: 1px solid #b9b9b9;
}
.w100 {
  width: 100%;
  height: auto;
}
.imgcard .content {
  padding: 0 15px 10px;
}
.imgcard .content ul:last-child,
.imgcard .content p:last-child {
  margin-bottom: 0;
}
table {
  margin: 0 auto;
  background: #e57938;
  color: #fff;
}
.orngbg a,
.grngbg a,
.orngbg a:hover,
.grngbg a:hover {
  color: #fff;
}
table.orange {
  background: #e57938;
}
table td {
  padding: 4px 0;
}
table tr:last-child td {
  padding-bottom: 10px;
}
table thead td {
  padding: 10px 0;
}
table.orange thead td,
table.orange thead td:first-child {
  border-bottom: 1px solid #fff;
}
table.white {
  background: none;
  border-collapse: collapse;
}
#download-songs .items {
  margin-bottom: 20px;
  font-weight: 600;
}
#download-songs .items a {
  color: #696969;
  padding-left: 28px;
  display: inline-block;
  background: url(images/song-item-icon.png) no-repeat 0 0;
  min-height: 28px;
}
.group-title {
  font-size: 26px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.group-title .fas {
  font-size: 150%;
  margin-right: 10px;
}
.download-group {
  margin-bottom: 25px;
}
.video-slide .item a {
  color: #3d3d3d;
  text-decoration: none;
}
.video-slide .item .caption {
  margin-top: 10px;
  display: block;
}
.video-slide.owl-carousel .owl-nav button.owl-prev.disabled,
.video-slide.owl-carousel .owl-nav button.owl-next.disabled {
  display: none;
}
#video_gallery .playlist + .playlist {
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
  padding-top: 10px;
}
#tmychome .subtitle {
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  padding: 5px 0;
  margin: 0 0 12px;
}
.imgcaption span.caption {
  position: absolute;
  z-index: 10;
  display: block;
  background: rgba(229, 121, 56, 0.82);
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 14px;
  font-size: 14px;
  padding: 10px;
  bottom: 10px;
  left: 10px;
  right: 60px;
}
.imgcaption {
  position: relative;
}
#tmyc_innews_home {
  background-color: #f9f9f9;
}
#tmyc_innews_home h3.subtitle {
  margin: 0 10px;
  margin-bottom: 20px;
  border-top: none;
}
#tmyc_innews_home ul {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
#tmyc_innews_home li {
  margin: 0 0 0.85em 0;
  padding: 0 0 0.85em 0;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #cdcdcd;
  font-weight: 400;
}
#tmyc_innews_home li:last-child {
  border: none;
}
#tmyc_innews_home li span.pub {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #e57938;
  display: block;
}
#tmyc-home-video span.caption,
#tmyc-home-album span.caption,
#tmyc-pub span.caption {
  font-weight: 600;
  color: #55504e;
  font-size: 0.9rem;
  line-height: 1.2;
  display: block;
}
#tmyc-pub .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#tmyc-pub .text span.caption {
  font-weight: 400;
}
#tmyc-home-album span.caption {
  padding: 5px 0;
}
.boxfoot {
  text-align: right;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#tmyc_innews_home .boxfoot a.archive-btn {
  margin: 8px 15px 0 0;
}
ul.linkicon li a {
  text-decoration: none;
  color: inherit;
}
.group-gap {
  margin-bottom: 20px;
}
.boxfoot a.morelink {
  font-size: 0.9rem;
  line-height: 1.2;
  color: #e57938;
  display: block;
  padding: 5px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
#presidentbox p.message {
  color: #fff;
  font-family: "latoregular";
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  margin: 0;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
#presidentbox p.message a {
  color: #fff;
}
#presidentbox span.pname {
  display: block;
  background: url(images/tmyc-logo-52.png) 28px center no-repeat;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  padding: 15px 0 15px 45px;
  margin: 0;
}
#presidentbox span.pname big {
  font-size: 15px;
  color: #e57938;
  padding-top: 10px;
  text-align: center;
}
#presidentbox p.socials {
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600px;
  color: #55504e;
  padding: 10px 0 10px 0;
  background: #f5f6f9;
  border-bottom: 1px solid #dbdbdb;
}
body.page-template-page-trinamool-youth-congress #presidentbox p.socials {
  width: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
#presidentbox p.socials span {
  display: block;
  text-align: center;
  padding: 10px 0 5px 0;
}
#presidentbox p.socials a span {
  display: none;
}
#tmyc-pub .imgcont {
  margin: 0 10px 0 0;
  width: 45%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}
#tmyc-pub > h3 {
  padding: 5px 0;
  margin: 0 0 12px;
}
#tmyc-pub a.morelink {
  color: #049051;
  font-size: 0.9rem;
  line-height: 1.2;
  display: block;
  padding: 5px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 18px;
}
.tmyc-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view__box {
  position: relative;
  padding-bottom: 34px;
  height: 100%;
}
p.socials a {
  display: inline;
  line-height: 11px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-image: url(images/social-icons.png);
  padding: 11px 0 11px 30px;
  overflow: hidden;
}
p.socials a.tw {
  background-position: -30px center;
  padding-left: 31px;
}
/* select box css */
.select-wrapper {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 260px;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("images/greydrop.png") no-repeat 95% 50%;
  background-position: right 10px center;
}
.select-wrapper select {
  padding: 5px 8px;
  width: 120%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style select:focus {
  outline: none;
}
/* select box css */
.monthlyselect {
  margin-bottom: 20px;
}
#innews ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#innews ul li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cdcdcd;
}
#innews ul li span.pub {
  display: block;
  color: #15995d;
  font-size: 0.9rem;
}
.sidebar .belowtab {
  background: #f3f3f3;
}
.belowtab ul.grnarrow {
  list-style: none;
  padding: 0;
  margin: 0;
}
.belowtab ul.grnarrow li {
  border-bottom: 1px solid #dbdbdb;
  padding: 10px;
  padding-bottom: 0;
}
.belowtab ul.grnarrow li.active,
.belowtab ul.grnarrow li:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
.belowtab ul.grnarrow li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: inherit;
  text-decoration: none;
  font-size: 0.9rem;
}
.belowtab ul.grnarrow li a .featured {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  width: 70px;
  margin: 3px 10px 10px 0;
}
.album .row {
  margin: 0 -10px;
}
.album .row [class^="col-"] {
  padding: 0 10px;
  margin-bottom: 20px;
}
.album img {
  width: 100%;
  height: auto;
}
.featuredimg img {
  max-width: 280px;
  margin-bottom: 10px;
}
.featuredimg iframe {
  margin-bottom: 20px;
}
.publication-slide.owl-carousel .owl-item img {
  width: 145px;
  height: 225px;
}
h3 #MyDate {
  display: inline-block;
  outline: none;
  width: 260px;
  font-weight: 400;
  color: inherit;
  font-family: inherit;
  margin: 0;
  padding: 5px 8px;
  font-size: 1rem;
  background: url(images/select-cal-icon.png) center right no-repeat;
  border: 1px solid #ccc;
  line-height: 1;
}
.ch-speaks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ch-speaks + .ch-speaks {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.chairpersonspks .spkdate {
  background: url(images/cal-icon-2.png) no-repeat;
  width: 104px;
  height: 104px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 104px;
  flex: 0 0 104px;
  margin: 0 10px 10px 0;
}
.chairpersonspks .spkdate span {
  color: #e57938;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
}
.chairpersonspks .content {
  margin-top: 10px;
  color: #636363;
  font-size: 0.9rem;
}
.chairpersonspks .spkdate span.month {
  margin-top: 26px;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
}
.chairpersonspks .spkdate span.day {
  font-size: 22px;
  line-height: 24px;
  margin-top: 6px;
}
.sidebar ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #dadada;
}
.sidebar ul.tabs li a {
  background: transparent;
  color: #424242;
  display: block;
  padding: 7px 10px;
  font-size: 0.9rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sidebar ul.tabs li.active a,
.sidebar ul.tabs li:hover a {
  background: #f3f3f3;
}
.martyrs .topband {
  border-top: 4px solid #dbdbdb;
  margin-bottom: 26px;
}
.martyrs ul#martyrs-locations {
  margin: 0;
  padding: 0;
  list-style: none;
}
.martyrs ul#martyrs-locations li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  font-weight: 400;
  border-bottom: 1px solid #dbdbdb;
}
.martyrs ul#martyrs-locations li a {
  padding: 8px 20px 8px 30px;
  display: block;
  background-color: #fff;
  background: url(images/greyarrow.png) 10px center no-repeat;
}

.martyrs ul#martyrs-locations li a:hover {
  background-color: #fd853d;
  background-image: url(images/whtarrow.png);
  color: #fff;
}
.martyrs {
  position: relative;
}
.martyrs .martyrs-list {
  display: none;
}
.martyrs .martyrs-list {
  padding-left: 10px;
}
.martyrs .martyrs-list h3.head {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin: 0px 0 20px 0;
}
.martyrs .martyrs-list ul,
.martyrs .martyrs-list ol {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  list-style-position: outside;
}
.martyrs .martyrs-list ul li,
.martyrs .martyrs-list ol li {
  padding: 0 0 0 5px;
  margin: 0 0 5px 0;
}
a.slide-view,
a.save-file {
  font-size: 0.8rem;
}
.manifesto h2 {
  margin: 10px;
}
.manifesto .missue {
  background: #f3f3f3;
  text-align: center;
  overflow: hidden;
}
.manifesto .missue img {
  padding: 0;
  margin: 25px auto 10px auto;
  width: 210px;
  height: 320px;
}
.manifesto a.slide-view {
  float: left;
}
.manifesto a.save-file {
  float: right;
}
.manifesto .wrapper {
  width: 210px;
  margin: auto;
  overflow: hidden;
}
.budget .bissue {
  margin-bottom: 20px;
}
.achievement .aissue {
  margin-bottom: 20px;
}
.achievement .aissue + .aissue {
  border-left: 1px solid #dbdbdb;
}
.achievement .aissue h3 {
  height: 2.6666666666666665rem;
  font-size: 1.1rem;
}
.achievement .aissue .lang,
.budget .bissue .lang {
  text-align: right;
  font-size: 0.8rem;
  margin: 5px 0;
}
.achievement .aissue img,
.budget .bissue img {
  width: 200px;
  height: 286px;
}
.achievement .aissue .wrapper,
.budget .bissue .wrapper {
  width: 200px;
  margin: auto;
}
.achievement .aissue .wrp-btn,
.budget .bissue .wrp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.elective-selector {
  margin-bottom: 20px;
}
.elective-selector .select-wrapper {
  max-width: 330px;
}
ul.ulinks {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
ul.ulinks li,
ul.sublinks li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: normal;
}
ul.ulinks li a {
  display: block;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
ul.ulinks li a span {
  display: block;
  padding: 8px 8px 8px 25px;
  background-color: #fff;
  background: url(images/greyarrow.png) 10px 10px no-repeat;
  border-bottom: 1px solid #dbdbdb;
}
ul.ulinks li:last-child a span {
  border-bottom: none;
}
ul.ulinks li a.active span,
ul.ulinks li a.active:hover span {
  background-color: #e57938;
  background-image: url(images/whtarrow.png);
  color: #fff;
}
ul.ulinks li a:hover span {
  background-color: #fd853d;
  background-image: url(images/whtarrow.png);
  color: #fff;
}
ul.sublinks {
  display: none;
}
ul.sublinks li a {
  display: block;
  background: url(images/greyarrow.png) left center no-repeat;
  padding: 0 0 0 15px;
  margin: 0 0 8px 0;
  color: #5f5b59;
}
ul.sublinks li a:hover,
ul.sublinks li a.active {
  background-image: url(images/orngarrow.png);
  color: #e57938;
}
ul.sublinks li a.active {
  font-weight: 600;
}
.profilepic {
  max-width: 118px;
  border: 2px solid #dbdbdb;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
#results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.issue {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 140px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 20px;
  text-align: left;
  margin-right: 20px;
  margin-right: 20px;
}
.issue span.date {
  background: url(images/zoom.png) right center no-repeat;
  padding: 3px 0;
  font-weight: 600;
  display: block;
  margin-top: 4px;
}
.latestissue {
  padding: 10px 5px 5px;
  background: #0000;
  position: relative;
}
.latestissue::before,
.latestissue::after {
  content: "";
  height: 60%;
  width: 60%;
  position: absolute;
  background: transparent;
  z-index: -1;
  border: 2px solid #848484;
}
.latestissue::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.latestissue::after {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
}
.latestissue .dp,
.latestissue .text {
  margin: 0 5px 10px;
}
.latestissue .dp img {
  width: 200px;
  height: 300px;
}
.latestissue .text .head {
  font-size: 2.6rem;
  color: #6b6b6b;
  line-height: 1;
}
h3.archive-btn {
  background: transparent url(images/archiveIcon.png) no-repeat left;
  padding-left: 23px;
}
#homepopup {
  display: none;
}
.homepopup .content {
  position: relative;
  padding: 0;
  margin: 0;
}
.homepopup img {
  width: 100%;
  height: 100%;
}
.homepopup #homepopform {
  background-color: RGBA(255, 255, 255, 0.85);
  padding: 0 20px 10px 20px;
}
.homepopup h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #e57938;
  font-weight: 600;
  font-family: "Open Sans";
  background: url(images/tmc-47x47-logo.png) right 5px no-repeat;
  padding: 27px 0 0 0;
}
.homepopup p {
  font-size: 12px;
  color: #55504e;
  margin-bottom: 5px;
}
.homepopup .search-bar {
  max-width: 340px;
  font-size: 14px;
}
.homepopup .search-bar .belt {
  padding-right: 90px;
  margin: 10px 0;
}
.homepopup .cs-input,
.homepopup .cs-submit {
  font-size: 14px;
  height: 40px;
  font-weight: 600;
  border-radius: 0;
}
.homepopup .cs-input {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  text-align: center;
  color: #5f5f5f;
  font-weight: 500;
  padding: 0 10px;
}
.homepopup .cs-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  background: #e78210;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
.homepopup .ajax-loader {
  position: absolute;
  top: 12px;
  right: 96px;
}
.homepopup .privacy-wrapper label {
  font-size: 14px;
  margin-left: -1em;
}
.search-results .wp-post-image {
  margin-bottom: 10px;
}
.source-link .linkstyle {
  display: inline;
}
#presidentbox .dp-section {
  position: relative;
}
#presidentbox .dp-section img {
  width: 100%;
}
#presidentbox .dp-section p.message {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.social-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.share-link .mr_social_sharing_wrapper {
  display: inline;
}
.powr-youtube-gallery {
  overflow: hidden;
}
.album2 {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.album2 .item {
  width: 170px;
  flex: 0 0 170px;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 0;
}
.album2 .item img {
  width: 150px;
  height: 150px;
  margin-bottom: 5px;
}
.album2 .item span.caption {
  display: block;
  font-size: 16px;
}
.election-sec {
  margin-bottom: 50px;
}
.election-head {
  margin: 0 0 30px;
  background: #e7810f;
  color: #fff;
  line-height: 1;
  padding: 13px 0 13px 20px;
  font-size: 24px;
  font-weight: 400;
}
a.load-more,
button.load-more {
  font-size: 14px;
  color: #7a7a7a;
}
.election-sec.all-manifesto .banner-wrapper {
  width: 230px;
  margin-bottom: 42px;
}
.election-sec.all-manifesto .banner-wrapper a {
  color: inherit;
  text-decoration: none;
}
.election-sec.all-manifesto .cover {
  background: #f0f0f0 url("images/cover.jpg") no-repeat center/ cover;
  height: 300px;
}
.election-sec.all-manifesto .banner-wrapper h5 {
  font-size: 17px;
  margin: 10px 0;
}
.video-list {
  margin-bottom: 20px;
}
.video-list a {
  color: inherit;
}
.video-list .caption {
  display: block;
  margin-top: 10px;
}
.video-list .dp {
  position: relative;
}
.video-list .dp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 66px;
  background: transparent url(images/youtubeIcon.png) no-repeat center;
}
.video-list > img {
  width: 100%;
}
.pdf-btn {
  line-height: 1;
  padding: 11px 0 0 27px;
  background: url(images/downloadIcon.png) no-repeat left;
  font-size: 14px;
  color: #009862;
  text-decoration: none;
  display: inline-block;
}
.cn-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cn-list li + li {
  margin-top: 10px;
}
.cn-list .pdf-btn {
  font-size: 18px;
  color: #009862;
}
a.dn-img {
  line-height: 1;
  padding: 8px 0 3px 30px;
  background: url(images/imgDownload.png) no-repeat left;
  font-size: 14px;
  color: #009862;
  text-decoration: none;
  display: inline-block;
}
.candidate-list {
  position: relative;
  /* height: ; */
}
.candidate-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  height: 50px;
}
.candidate-list .tbody {
  height: 300px;
}
.candidate-list .tbody .tr + .tr {
  border-top: 1px solid #a3a3a3;
  padding-top: 15px;
}
.candidate-list .tbody .tr:last-child {
  margin-bottom: 50px;
}
.candidate-list .td {
  margin-bottom: 10px;
}
.candidate-list .thead,
.candidate-list .td .m-label {
  color: #e7810f;
  text-transform: uppercase;
}
.candidate-list .tbody .tr {
  margin-right: 10px;
}
.poster-box {
  width: 100%;
  background: #e7e7e7 url(images/posterBG1.jpg) no-repeat center/ cover;
  margin-bottom: 10px;
  position: relative;
}
.poster-box::after {
  content: "";
  background: url(images/magnifyIcon.png) no-repeat center;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.poster-box img {
  width: 100%;
}
.poster-wrapper {
  margin-bottom: 42px;
}
.jingle-sec {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jingle-wrapper {
  width: 16.66666666666667%;
  width: 179px;
  padding: 0 15px;
  margin-bottom: 20px;
}
.jingle-box {
  background: #f0f0f0;
  margin-bottom: 10px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.jingle-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 49px;
  margin: auto;
  background: url(images/JingleIcon.png) 0 0;
}
.jingle-wrapper.playing .jingle-box::after {
  background-position: -52px 0;
}
.jingle-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jingle-btns a {
  font-size: 14px;
  color: #009862;
  text-decoration: none;
}
.jingle-btns a + a {
  margin-left: auto;
}
/***************************** Jumla tabs *************************************/
.jumla-tabs .tab-link {
  margin-bottom: 20px;
}
.jumla-tabs .tab-link > a {
  display: block;
  border-radius: 10px;
  width: 80%;
  text-decoration: none;
  padding: 20px;
  position: relative;
}
.jumla-tabs .tab-link:nth-child(odd) > a {
  color: #3d3d3d;
  background: #e0e0e0;
}
.jumla-tabs .tab-link:nth-child(even) > a {
  color: #fff;
  background: #9a9a9a;
  /* margin-left: auto; */
}
.jumla-tabs .tab-link > a:hover {
  background: #e7810f;
  color: #fff;
}
/***************************** End Jumla Tabs ***********************************/
.powr-youtube-gallery.powrLoaded {
  position: relative;
}
.powr-youtube-gallery.powrLoaded:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 110px;
  left: 0;
}
.pdf-thumb {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 140%;
}
.pdf-thumb .footer-bar {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  text-align: left;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
}
.pdf-thumb .footer-bar .icon {
  height: 35px;
  width: 35px;
  background: url(images/pdfIcon2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -24px;
  right: 10px;
}
.pdf-thumb > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (min-width: 768px) {
  a.logo {
    font-size: 30px;
  }
  a.logo span {
    margin-left: 8px;
  }
  .highlights {
    margin-bottom: 20px;
  }
  .home-banner .img-item {
    padding: 0 0 50%;
    height: auto;
  }
  .img-item .caption {
    padding: 3px 15px;
    background: rgba(0, 0, 0, 0.45);
  }
  .promise-frame .list {
    position: relative;
    padding: 40px 0 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
  }
  .promise-frame .list + .list {
    margin-top: 0;
    padding-top: 95px;
  }
  .promise-frame .list::after {
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    z-index: -1;
    position: absolute;
    border-left: 1px dashed #b9b9b9;
  }
  .promise-frame .list:last-child::after {
    height: 95px;
  }
  .promise-frame .list .icon {
    width: auto;
    max-width: 22%;
    margin-top: -40px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .promise-frame .list .clm {
    width: 35%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 36px;
    position: relative;
    margin: 0;
  }
  .promise-frame .list .clm + .clm {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .promise-frame .list .source,
  .promise-frame .list .share {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .compire-list .card-view {
    padding: 35px 50px;
  }
  .trendbox {
    position: absolute;
    top: 100%;
    left: 0;
    width: 738px;
    margin-top: 7px;
  }
  .trendwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .trendwrap li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .trendbox .cancle-btn {
    display: none;
  }
  .latestissue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 768px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .latestissue .dp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
  .homepopup #homepopform {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  #martyrs-1 {
    display: block;
  }
  .martyrs ul#martyrs-locations li a.active,
  .martyrs ul#martyrs-locations li a.active:hover {
    background-color: #e57938;
    background-image: url(images/whtarrow.png);
    color: #fff;
  }
  .martyrs .topband-icon {
    height: 19px;
    width: 140px;
    background: url(images/martyrs-top-bg.gif) left top no-repeat;
    margin-top: -30px;
    margin-bottom: 30px;
  }
  .featuredimg {
    max-width: 280px;
    float: left;
    margin: 0 20px 0 0;
  }
  .highlights a {
    font-size: 24px;
  }
  .jingle-wrapper {
    width: 20%;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
  a.logo {
    padding: 25px 0;
  }
  .social-scroller {
    height: 100%;
  }
  .highlights li {
    display: inline-block;
  }
  .highlights a {
    padding: 0 12px;
    font-size: 29px;
  }
  .lio-list {
    padding-right: 230px;
    padding-bottom: 0;
  }
  .lio-list .truth .label .icon {
    width: 42px;
  }
  .lio-list .lie-o-meter {
    bottom: 50px;
    left: auto;
  }
  .lio-list .pm-said,
  .lio-list .truth {
    padding: 50px 30px 20px;
  }
  .lio-list .pm-said {
    margin-right: 25px;
    padding-bottom: 30px;
  }
  .lio-list .pm-said p {
    padding: 24px 0 47px 65px;
    margin: 0;
  }
  .lio-list .pm-said p::before,
  .lio-list .pm-said p::after {
    height: 43px;
    width: 47px;
    background-size: auto auto;
  }
  .lio-list .truth {
    margin-left: 25px;
  }
  .lio-list .pm-said .label,
  .lio-list .truth .label {
    line-height: 58px;
    font-size: 32px;
    left: 30px;
  }
  .lio-list .source-link {
    margin-left: 25px;
  }
  /* Start Big Talk */
  .fact-list .list .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fact-list .list .block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .fact-list .list:nth-child(3n + 2) .image {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .fact-list .list:nth-child(3n + 2) .block.claim {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .fact-list .list:nth-child(3n + 2) .block.fact {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fact-list .list:nth-child(3n + 3) .image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fact-list .list:nth-child(3n + 3) .block.claim {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .fact-list .list:nth-child(3n + 3) .block.fact {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* End Big Talk */
  .compire-list .card-view .chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .compire-list .card-view .chart .graphic {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .compire-list .card-view .chart .clm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
  }
  .compire-list .card-view .chart .clm.country {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 20px;
    padding-right: 85px;
  }
  .compire-list .card-view .chart .clm.country::after {
    content: "";
    height: 13px;
    width: 72px;
    background: url(../images/IvBPoints.png) no-repeat;
    position: absolute;
    top: 32px;
    right: 0;
  }
  .compire-list .card-view .chart .clm.state {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 85px;
  }
  .compire-list .card-view .chart .clm.state::after {
    content: "";
    height: 13px;
    width: 72px;
    background: url(../images/IvBPoints.png) no-repeat;
    background-position: -72px 0;
    position: absolute;
    top: 32px;
    left: 0;
  }
  ul.sublinks {
    display: block;
    margin: 5px 0 0 -15px;
    padding: 0 0 0 15px;
    border-left: 1px solid #dbdbdb;
    list-style: none;
  }
  .elective-selector {
    display: none;
  }
  .candidate-list .td .m-label {
    display: none;
  }
  .candidate-list .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .candidate-list .tr .name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    padding-right: 10px;
  }
  .candidate-list .tr .zone {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 20px;
  }
  .candidate-list .tr .download {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
  }
  .jingle-wrapper {
    width: 16.66666666666667%;
  }
}
/* @media (min-width: 1200px) { */
@media (min-width: 1600px) {
  .container {
    max-width: 1170px;
  }
  .filters {
    position: absolute;
    right: 0;
    top: 0;
  }
  .filter-belt {
    position: relative;
  }
  .trendbox {
    width: 1000px;
    left: auto;
    right: 0;
  }
  .trendwrap li {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .searchform {
    left: auto;
    right: 0;
  }
  .main-nav > ul > li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
  }
  .filter-belt + .filter-belt {
    padding-left: 20px;
  }
  .nav-btn,
  .main-nav .cancle {
    display: none;
  }
  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-nav ul li.donate-wrap {
    padding: 0 0 0 6px;
    margin-top: -8px;
  }
  .nav-area nav.main-nav > ul > li:not(.donate-wrap) > a::after {
    content: "";
    position: absolute;
    height: 4px;
    bottom: -2px;
    right: 0;
    width: 0;
    background-color: #e7810f;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .nav-area nav.main-nav > ul > li.current-menu-item > a::after,
  .nav-area nav.main-nav > ul > li.current-menu-parent > a::after,
  .nav-area nav.main-nav > ul > li:hover > a::after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .donate-wrap > a {
    padding: 0 15px;
    line-height: 60px;
    position: relative;
    font-size: 20px;
    width: auto;
  }
  .donate-wrap > a::before {
    position: absolute;
    top: 0;
    left: -10px;
    border-top: 8px solid transparent;
    border-right: 10px solid #8d4203;
    content: "";
  }
  .album img {
    width: 170px;
    height: 170px;
  }
  .main-nav .menu-item-has-children {
    position: relative;
  }
  .main-nav .sub-menu {
    position: absolute;
    z-index: 1;
    width: 250px;
    text-align: left;
    background: #107346;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .main-nav .sub-menu {
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
  }
  .main-nav .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    -webkit-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    transform: translateX(-45px);
  }
  .main-nav .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .main-nav .sub-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .main-nav .sub-menu li.current-menu-item > a,
  .main-nav .sub-menu li.current-menu-parent > a,
  .main-nav .sub-menu li:hover > a {
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 4px 0 0 #e7810f;
    box-shadow: inset 4px 0 0 #e7810f;
  }
  ul.ulinks {
    margin: 0 0 0 -15px;
    padding: 0 0 0 15px;
    border-left: 1px solid #dbdbdb;
  }
  .sidebar-widget {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1470px) {
  .container {
    max-width: 1470px;
  }
  .fact-list .list .image .prop h2 {
    font-size: 2.45rem;
  }
  body.home .daysingovt .content {
    min-height: 211px;
  }
  .main-nav > ul > li {
    padding: 0 15px;
  }
}
/* @media (max-width: 1199px) { */
@media (max-width: 1600px) {
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 70%;
    height: 100%;
    background: #15995d;
    max-width: 340px;
    text-align: left;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    padding: 45px 0 10px;
  }
  .main-nav.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .main-nav > ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .main-nav > ul > li {
    margin-bottom: 5px;
  }
  .droplist {
    cursor: pointer;
  }
  .droplist::after {
    content: "";
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 10px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .main-nav .sub-menu {
    padding-left: 30px;
    display: none;
  }
  .main-nav .sub-menu .sub-menu {
    padding-left: 15px;
  }
  .main-nav .menu-item-has-children > a {
    border-bottom: 1px solid #138954;
    position: relative;
  }
  .main-nav .menu-item-has-children > a::after {
    content: "";
    height: 6px;
    width: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
  }
  .main-nav .menu-item-has-children > a.slideactive::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .main-nav .sub-menu li a {
    padding: 6px 0;
    font-size: 1rem !important;
  }
  .nav-area nav.main-nav > ul > li:not(.donate-wrap) > a {
    padding-left: 15px;
  }
  .donate-wrap {
    text-align: center;
  }
  .sidebar-widget {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .lio-list .pm-said p::after {
    background-position: -24px 0;
    position: static;
    display: inline-block;
    vertical-align: top;
    margin: 6px 0 0 7px;
  }
  .compire-list .card-view .chart .clm.country {
    margin: 20px 0;
  }
  .highlights ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: center;
  }
  .show-news {
    margin-bottom: 50px;
  }
  .sm-mb {
    margin-bottom: 30px;
  }
  html body .ezcol-one-quarter,
  html body .ezcol-one-half,
  html body .ezcol-three-quarter,
  html body .ezcol-one-third,
  html body .ezcol-two-third,
  html body .ezcol-one-fifth,
  html body .ezcol-two-fifth,
  html body .ezcol-three-fifth,
  html body .ezcol-four-fifth,
  html body .ezcol-last {
    float: none;
    width: auto !important;
    margin: 0 !important;
  }

  #postcontent {
    margin-bottom: 25px;
  }
  .candidate-list .thead {
    display: none;
  }
  .candidate-list .td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .candidate-list .td .m-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
  .candidate-list .td .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .candidate-list .td .pdf-btn {
    margin-left: auto;
  }
  #resSocials {
    padding: 20px 15px 0;
  }
  .powr-youtube-gallery > iframe {
    height: 1636px !important;
  }
}
@media (max-width: 767px) {
  .filter-belt .toggler {
    font-size: 18px;
  }
  .highlights li {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  .home-banner .img-item .caption h2 {
    display: none;
  }
  .home-banner .img-item .caption .text {
    font-size: 1rem;
    line-height: 1.1;
  }
  .lio-list .source {
    margin-left: 0;
  }
  .droplist {
    position: relative;
  }
  .droplist::after {
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .promise-frame .list .clm h2 {
    font-size: 1.625rem;
    margin-bottom: 0.5rem;
  }
  .trendbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 45px;
  }
  .trendwrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .trendbox .cancle-btn {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .publication {
    max-width: 340px;
    margin: auto;
  }
  #footer .menu > li > a {
    padding: 0 0 12px;
    margin-bottom: 12px;
  }
  #footer .menu > li.menu-item-has-children > a {
    border-bottom: 1px solid #138954;
    position: relative;
  }
  #footer .menu > li.menu-item-has-children > a::after {
    content: "";
    height: 6px;
    width: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
  }
  #footer .menu ul {
    margin-bottom: 12px;
    padding-left: 15px;
    display: none;
  }
  a.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 363px;
    margin: auto;
  }
  a.logo span {
    line-height: 1.1;
    text-align: left;
    padding-left: 10px;
  }
}
