/* CSS Document */
:root {
  --bs-breadcrumb-divider: "|";
}

/* Smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}

.navbar {
  transition: padding 0.3s ease;
}


body {
  height: 100%;
  font-size: 16.8px;
  font-family: "robotoregular", Arial, Tahoma, Verdana, Sans-Serif;
  line-height: 1.49;
  color: #000000;
  font-weight: normal;
  scroll-behavior: smooth;
}

div,
html,
body,
p,
ul,
ol,
li,
a,
form,
img,
table,
td,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
header,
section,
footer,
aside,
nav,
article,
figure,
figcaption,
dl,
dt,
dd,
.region {
  margin: 0;
  padding: 0;
}

header,
section,
footer,
aside,
nav,
article,
figure,
figcaption {
  display: block;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

a,
a:active,
a:visited {
  text-decoration: none;
}

a:hover {
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
}

input:focus,
textarea:focus {
  outline: none;
}

/* Typography page */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  line-height: 1.4em;
}

h1 {
  font-family: 'robotobold';
  font-size: 31.5px;
  font-weight: 500;
  line-height: 1.11;
}

h2,
.h2 {
  font-family: "robotomedium";
  font-weight: normal;
  font-size: 21px;
}

h3 {
  font-family: 'robotoregular';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
}

h4 {
  font-family: "robotomedium";
  font-weight: normal;
  font-size: 18px;
}

h5 {
  font-family: "robotomedium";
  font-weight: normal;
  color: #626363;
  font-size: 15px;
}

h6 {
  font-weight: 400;
  font-size: 18px;
  padding: 20px 0 10px;
  font-family: 'robotoregular'
}

.underline {
  text-decoration: underline;
}

blockquote {
  font-size: 13px;
  color: #444;
  font-style: italic;
  background: #f5f5f5;
  border-left: 5px solid #5eafcd;
  padding: 16px 29px 6px 29px;
  margin-bottom: 70px;
}

.btn-my {
  padding: 12px 15px;

}

.HoverArrow {
  --arrowSpacing: 5px;
  --arrowHoverTransition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  --arrowHoverOffset: translateX(3px);
  --arrowTipTransform: none;
  --arrowLineOpacity: 0;
  --hoverTransition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  top: -1px;
  margin-left: var(--arrowSpacing);
  stroke-width: 2px;
  fill: none;
  stroke: currentColor;
}

a:hover .HoverArrow__linePath,
button:hover .HoverArrow__linePath {
  --arrowLineOpacity: 1;
}

a:hover .HoverArrow__tipPath,
button:hover .HoverArrow__tipPath {
  --arrowTipTransform: var(--arrowHoverOffset);
}

.HoverArrow__linePath {
  opacity: var(--arrowLineOpacity);
  transition: opacity var(--hoverTransition, var(--arrowHoverTransition));
}

.HoverArrow__tipPath {
  transform: var(--arrowTipTransform);
  transition: transform var(--hoverTransition, var(--arrowHoverTransition));
}

.btn:hover {
  color: #000;
  background-color: #f8b508;
  border-color: transparent;
}

.nav-item.oct-24 {
  background-color: #f8b508;
}

.nav-item.oct-24 a {
  color: #000;
  font-family: 'robotomedium';
}

/* topbgwrapper */

#topbgwrapper {
  background-image: url(../img/bg/topbgwrapper.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 0px 0 0;
}

/* headerwrapper */

ul.header-logos {
  display: inline-block;
  margin-left: 20px;
}

ul.header-logos li {
  display: inline-block;
  margin: 5px 0px;
  border-right: 1px solid #707070;
  padding: 0px 7px 0 7px;
}

ul.header-logos li a {
  display: block;
}

ul.header-logos li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}

.sticky_month {
  display: none;
}




#headerwrapper .container {
  position: relative;
}

#headerwrapper {
  color: #fff;
  border-bottom: 0px solid #5b5a6e;
  padding-bottom: 0px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: auto;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.7);
}

.headerwrapper.inner-hdr {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.navbar-brand {
  color: #e8e8e8;
}

.navbar-brand img {
  width: 220px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  color: #ffffff;
}

.navbar-nav .nav-link {
  color: #e8e8e8;
  font-family: 'robotoregular';
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5rem;
  text-transform: uppercase;
  position: relative;
  padding: 6px 6px;
  text-decoration: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #e8e8e8;
  font-family: 'robotomedium';
  font-size: 14px;
}

.dropdown-menu-light {
  --bs-dropdown-link-color: #787878;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #000;
}

.dropdown-item {
  font-size: 14px;
  padding: 10px 17px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: #000;
}

.dropdown-toggle::after {
  background-image: url(../img/arrow-down.svg);
  background-position: center left;
  background-repeat: no-repeat;
  border: none;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

/* .dropdown-toggle.color_white::after {
  background-image: url(../img/arrow-down-white.svg);
} */

.dropdown-menu.dropdown-menu-light {
  margin-top: 23px;
}

.dropdown-menu::before {
  border-bottom: 9px solid rgba(0, 0, 0, 0.2);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 15%;
  /* position */
  position: absolute;
  top: -8px;
}

.dropdown-menu::after {
  border-bottom: 8px solid #1e1c1c;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 15%;
  /* position */
  position: absolute;
  top: -7px;
}

.navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#navbar_top .navbar-nav .nav-link::before {
  top: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.15rem;
  background-color: #e8e8e8;
  transform: scaleX(0);
  transform-origin: 0;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
}

#navbar_top .navbar-nav .nav-link:hover::before {
  transform: scaleX(1);
}

#navbar_top .navbar-nav .nav-link.active::before {
  transform: scaleX(1);
}

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgba(0, 0, 0, 1);
}

.bg-custom.fixed-top {
  background-color: rgb(33, 30, 30, 0.9);
  box-shadow: rgba(60, 64, 67, 0.5) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.5) 0px 2px 6px 2px;
}

.bg-custom.fixed-top .navbar-brand img {
  width: 75%;
}

#navbar_top .navbar-nav {
  position: relative;
}

.dropdown-mega .dropdown-menu::before {
  left: 86%;
  /* position */
}

.dropdown-mega .dropdown-menu::after {
  left: 86%;
  /* position */
}

.mega-content .dropdown-item {
  padding: 10px 10px;
}

.mega-content .list-group-flush>.list-group-item {
  border-width: 0px;
  padding: 0px;
}

.dropdown-mega .dropdown-menu[data-bs-popper] {
  left: 0;
  padding: 40px;
  background-color: #1e1c1c;
}

.navbar-nav .dropdown-mega .dropdown-menu .nav-link.active {
  color: #000;
}

#v-megamenu-tab {
  border-right: 1px solid #EEE;
  padding-right: 1rem;
}

.dropdown-mega .dropdown-item.active::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: 0em;
  content: "";
  border-top: .4em solid transparent;
  border-bottom: .4em solid transparent;
  border-left: .4em solid #D9D9D9;
}

.main-slider.single-item .slick-next::before {
  font-size: 30px;
}

.main-slider.single-item .slick-prev::before {
  font-size: 30px;
}

.mega-menu-wrapper ul {
  display: flex;
  gap: 50px;
  align-items: start;
}

.mega-menu-wrapper ul li {
  width: 15%;
  position: relative;
  height: 265px;
  cursor: pointer;
}

.mega-menu-wrapper ul li:last-child {
  background-color: #4b4b4b;
  top: 12px;
  height: 207px;
}

.mega-menu-wrapper ul li,
.sharepdficon ul li:last-child {
  top: 0;
  background-color: transparent;
}

.mega-menu-wrapper ul li span a {
  color: #f5eded;
  padding-top: 12px;
  display: block;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.mega-menu-wrapper ul li span a img {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  position: relative;
  transition: all 0.2s;
}

.mega-menu-wrapper ul li span a img:hover {
  transition: all 0.2s;
  transform: scale(1.05);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  background-color: #1e1c1c;
}

.mega-menu-wrapper ul li:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 130px;
  background-color: #fff;
  left: -25px;
  top: 30px;
  opacity: 0.1;
}

.mega-menu-wrapper ul li:first-child:before {
  width: 0px;
}

.viewAll a {
  background-color: #f8f9fa;
  padding: 10px 20px;
  color: #221f1f;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
}

.viewAll a:hover {
  color: #000;
  background-color: #f8b508;
}

nav#navbar_top1 .dropdown-item {
  color: #fff;
}

nav#navbar_top1 .dropdown-item:hover {
  color: #000;
}

.mega-menu-wrapper .pdf_box {
  width: 100%;
}

.mega-menu-wrapper .pdf_box ul {
  gap: 12px;
  padding: 0;
  margin-top: 10px;
  justify-content: space-around;
  align-items: center;
}

.mega-menu-wrapper .pdf_box ul li {
  position: relative;
  height: auto;
}

.mega-menu-wrapper .pdf_box ul li:before {
  position: absolute;
  height: 20px;
  left: -13px;
  top: 0px;
}

.mega-menu-wrapper .pdf_box ul li:last-child:before {
  width: 1px;
}


.mega-menu-wrapper .pdf_box ul li a {
  /* background-color: rgba(242, 244, 252, 0.71); */
  /*    padding: 10px 10px;*/
  color: #221f1f;
  border-radius: 5px;
}

.mega-menu-wrapper .pdf_box ul li a:hover {
  color: #fff;
  transition: all 0.2s;
}

.navbar-toggler:hover {
  box-shadow: none;
}

.navbar button.navbar-toggler {
  border: transparent;
  z-index: 11;
  position: absolute;
  right: 0;
  top: 5px;
}



.mega-menu-wrapper ul li:hover .pdf_box {
  display: block;
  /*  transition: all 0.2s;*/
}

.pdf_box {
  display: none;
  transition: all 0.2s;
}

.viewAll {
  margin-top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/bg/magazinewrapper.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* election page */
.page-content a svg {
  margin-bottom: 2px;
}

.page-title.election_wrap {
  position: relative;
}

.election select {
  padding: 10px;
  font-size: 16px;
  width: 30%;
  right: 24px;
  position: absolute;
  top: 0px;
  z-index: 1;
}

#stateData {
  margin-top: 20px;
  font-size: 16px;
  width: 100%;
  left: 0;
}

/* editorial */
.editorial .editorial-content {
  position: relative;
  margin-top: 30px;
}

.editorial-content p {
  margin-bottom: 20px;
  text-align: justify;
  line-height: 30px;
  padding-right: 30px;
}

.editorial-content .author-image {
  max-width: 100%;
  padding: 0px;
  margin-bottom: 30px;
  background-color: #f1f1f1;
}

.editorial-content .cover-image {
  max-width: 100%;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
}

.dropcap {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #231f20;
  margin-top: 7px;
  padding-right: 5px;
}

.editorial-content p.first-para {
  width: 100%;
}

.editorial .title h1 {
  margin: 10px 0;
}

/* editorial */

/* bannerwrapper */
.single-item .slick-slide .banneritem {
  transition: all 8s cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
}

.single-item .slick-slide .banneritem .img_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.single-item .slick-slide .banneritem img {
  width: 100%;
  height: 100%;
  transition: all 8s cubic-bezier(0.7, 0, 0.3, 1);
  overflow: hidden;
  transform: scale(1.2);
}

.single-item .slick-slide.slick-current.slick-active .banneritem img {
  transform: scale(1.1);
  animation: animate 6s 1 linear forwards;
}

@keyframes animate {
  from {
    transform: scale(1) translate(0px);
    transition: all 8s ease-in;

  }

  to {
    transform: scale(1.2) translate(0px);
    transition: all 8s cubic-bezier(0.7, 0, 0.3, 1);

  }

}


#bannerwrapper {
  color: #ffffff;
  padding-bottom: 50px;
  padding-top: 70px;
}


.spdate {
  font-family: robotoregular;
  font-size: 12px;
  font-weight: normal;
  color: rgba(209, 220, 231, 0.58);
  padding-left: 18px;
  padding-bottom: 0px;
  z-index: 2;
  position: relative;
}

.spcate {
  font-family: robotobold;
  font-size: 11.9px;
  text-transform: uppercase;
  padding-top: 25px;
}

.progressBarContainer h3 {
  margin: 0 0px 10px 0px;
  padding-left: 18px;
  z-index: 2;
  position: relative;
  padding-top: 5px;
  line-height: 1.3;
}

.progressBarContainer h3:hover {
  text-decoration: underline;
  color: #fff;
}

.spdate:hover {
  text-decoration: underline;
  color: #fff;
}

.slideno {
  font-family: PlayfairDisplay;
  font-size: 28px;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  color: #d3d3d3;
  padding: 5px 10px;
}

.banneritem h1 {
  padding: 20px 0;
}

.banneritem .spcate a {
  color: #ffffff;
  font-family: 'robotobold';
  letter-spacing: 0.5px;
  font-size: 12px;
}

.banneritem h1 a {
  color: #ffffff;
  font-family: 'robotomedium';
  font-size: 32px;
}

.spcontent {
  font-family: 'robotoregular';
  font-size: 16.8px;
  line-height: 1.49;
  color: #a3a7ae;

}


/* my slick dots color */
.sliderContainer .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.90;
}

.sliderContainer .slick-dots li button:before {
  color: #fff;
  opacity: 0.90;
  font-size: 8px;
}


/* Slick Crowsel*/
.sliderContainer {
  position: relative;
}

.main-slider .slick-dots {
  bottom: auto;
  top: 62%;
}

.main-slider .slick-dots li.slick-active button::before {
  font-size: 14px;
  color: #0b6877;
  opacity: 1;
}

.progressBarContainer>div {
  cursor: pointer;
  border-bottom: 1px solid #5b5a6e;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.progressBarContainer>div:last-child {
  border: none;
  margin: 0px;
  padding: 0px;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 0px;
  background-color: rgb(82, 71, 85, 0.5);
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: rgba(102, 89, 100, 0.5);
  width: 0%;
  height: 4px;
  display: block;
  position: absolute;
  min-height: 100%;
}

.slick-next,
.slick-prev {
  width: 30px;
  height: 30px;
  z-index: 1;
  top: 50%;
}

.slick-next {
  right: 10px;
}

.slick-prev {
  left: 10px;
}

.slick-next::before,
.slick-prev::before {
  font-size: 25px;
  color: #666;
  z-index: 999;
  display: inline-block;
  position: relative;
}

.slick-dots li {
  margin: 0 2px;
}

.progressBarContainer ul {
  padding: 0px 0 0px 0;
}

.progressBarContainer ul li {
  position: relative;
}

.progressBarContainer ul li:last-child {
  margin-left: 6px;
  border-left: 1px solid #718195;
}

/* oct print issues bottom header */
.bottom_header {
  background-color: #f8b508;
  padding: 10px 0;
  position: relative;
  float: left;
  width: 100%;
}

.oct_heading h3 {
  font-size: 28px;
  font-family: 'robotobold';
  color: #000;
}

.oct_menu ul {
  display: flex;
  gap: 20px;
  padding-top: 10px;
}

.oct_menu ul li a {
  color: #000;
  font-family: 'robotomedium';
  font-size: 16px;
  display: block;
}

.oct_menu ul li a:hover {
  color: #333;
}

.newswrapper.page.comman_padding {
  padding-top: 50px;
  background-color: #f5f5f5;
}

.newswrapper.page.comman_padding .page-title h1 {
  margin-bottom: 20px;
  font-size: 36px;
  font-family: 'robotobold';
  color: #112028;
  font-weight: normal;
}


.awardswrapper.eform.accolades {
  background: transparent;
  margin-top: 0;
}

.awardswrapper.eform.accolades .article_info_wrap:hover {
  background-color: #f5f5f5;
}


.newswrapper .col .article_info_wrap.int:hover {
  background-color: #fff;
}

#navbar_top1 .navbar-nav .nav-item.inprint a.color_white {
  color: #e8e8e8;
  font-family: 'robotomedium';
}

.newswrapper.international_egov .page-title h1 {
  margin-bottom: 20px;
  /*  text-transform: capitalize;*/
  font-size: 36px;
  font-family: 'robotobold';
  color: #112028;
}

/* **** my new css*** */

/* news section */

.newswrapper .col .article_info_wrap:hover,
.awardswrapper .col .article_info_wrap:hover,
.mostviewedwrapper .col .article_info_wrap:hover {
  background-color: #f1f1f1;
}

.newswrapper .col .article_info_wrap:hover img,
.awardswrapper .col .article_info_wrap:hover img,
.mostviewedwrapper .col .article_info_wrap:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
  width: 100%;
}

.newswrapper .col .article_info_wrap img,
.awardswrapper .col .article_info_wrap img,
.mostviewedwrapper .col .article_info_wrap img {
  transition: all 0.4s;
  width: 100%;
  background-size: cover;
  overflow: hidden;
  max-width: 100%;

}

.newswrapper .col .article_info_wrap,
.awardswrapper .col .article_info_wrap,
.mostviewedwrapper .col .article_info_wrap {
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}

.text_info_wrap {
  padding: 10px 15px 15px 15px;
}

section#mostviewedwrapper .img_wrap {
  width: 100%;
  height: 267px;
  overflow: hidden;
}

section#awardswrapper .img_wrap {
  width: 100%;
  overflow: hidden;
}

section#newswrapper .img_wrap {
  width: 100%;
  height: 195px;
  overflow: hidden;
}

.text_info_wrap a:hover {
  text-decoration: underline;
}


/* newswrapper */


.newswrapper h1 {
  font-size: 40px;
  font-weight: 700;
}

.viewall {
  font-family: 'robotomedium';
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #000;
  opacity: 0.5;
  text-transform: uppercase;
}

.pcat {
  font-family: "open_sansbold";
  font-size: 11.9px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 10px;
}

.ptitle {
  color: #3a3434;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #3a3434;
}

.ptitle a {
  color: #3a3434;
}

.ptitle a:hover {
  text-decoration: underline;
}

.pdate {
  font-size: 12.6px;
  margin-top: 15px;
}

.newswrapper .col:nth-child(4n+1) .pcat a {
  color: #5466c2;
}

.newswrapper .col:nth-child(4n+2) .pcat a {
  color: #e92b94;
}

.newswrapper .col:nth-child(4n+3) .pcat a {
  color: #f8b508;
}

.newswrapper .col:nth-child(4n+4) .pcat a {
  color: #5466c2;
}

/* magazinewrapper */
#magazinewrapper {
  background-image: url(../img/bg/magazinewrapper.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  color: #ffffff;
}

.magazinewrapper {
  margin-top: 70px;
}

.magazinewrapper.october {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px;
}

.fborder {
  width: 100%;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.fborder:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 65px;
  border-bottom: 2px solid #f8b508;
}

.magazinewrapper h2 {
  font-size: 36px;
  font-family: robotobold;
  letter-spacing: 0.5px;
  padding-top: 30px;
}

.magazinewrapper p .fborder {
  font-size: 18px;
  font-weight: 500;
}

.magazinewrapper img {
  padding-top: 0px;
}

p.issuecontent span a {
  text-decoration: underline;
  color: #fff;
}

.issuedate {
  padding-bottom: 32px;
}

.issuecontent {
  font-size: 16px;
  line-height: 1.56;
  padding-bottom: 50px;
}

.viewglance {
  max-height: 350px;
}

.viewglanceList li {
  margin-right: 0px;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
}

.viewglanceList li:first-child {
  padding: 15px 0px;
}

.viewglanceList li:last-child {
  margin-right: 0px;
}

.viewglanceList p {
  font-size: 14px;
  line-height: 1.5;
}

.viewglanceList p a {
  color: #fff;
}

.viewglanceList p a:hover {
  text-decoration: underline;
}

.border-end-dotted {
  border-right: 1px dotted #54514d;
}

.pageno {
  font-size: 28px;
  font-family: robotobold;
  display: block;
}

.issueplace {
  font-size: 14px;
  display: block;
  opacity: 0.6;
  word-break: break-word;
  min-width: 90px;
}

.viewmagazine .btn-my {
  margin-right: 15px;
  margin-top: 15px;
}

.viewmagazine .btn-my:last-child {
  margin-right: 0px;
}

/* awardswrapper */
.awardswrapper h1 {
  font-size: 42px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

#awardswrapper {
  padding-top: 50px;
}

.awardswrapper .col:nth-child(4n+1) .pcat a {
  color: #5466c2;
}

.awardswrapper .col:nth-child(4n+2) .pcat a {
  color: #e92b94;
}

.awardswrapper .col:nth-child(4n+3) .pcat a {
  color: #f8b508;
}

.awardswrapper .col:nth-child(4n+4) .pcat {
  color: #5466c2;
}


/* my news-letter */
.subscribe {
  text-align: center;
  margin-bottom: 30px;
}

.custom-subscribe-btn {
  display: flex;
  gap: 15px;
}

section#alsoreadwrapper p.readmore a {
  padding: 0px;
  font-family: 'robotobold';
}

section#alsoreadwrapper p.readmore a:hover {
  color: #000;
  background-color: transparent;
  border: transparent;
  padding: 0px;
}

.also_read_wrap {
  padding: 25px;
  height: 100%;
}

.also_read_wrap h4 {
  margin-bottom: 7px;
}

.slider_pic {
  height: 100%;
}

.ar-items {
  height: 285px;
  background: white;
}

/* #alsoread img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
} */

/* my news-letter */

/* newsletterwrapper */
#newsletterwrapper {
  background-image: url(../img/bg/newsletterwrapper.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  min-height: 500px;
  margin-top: 50px;
}

.newsletterwrapper input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222 !important;
  opacity: 1;
  /* Firefox */
}

.newsletterwrapper input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222 !important;
}

.newsletterwrapper input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #222 !important;
}

.newsletterwrapper input {
  padding: 16px 10px;
  max-width: 80%;
}

.newsletterwrapper input[type="submit"] {
  padding: 14px 30px;
}

.newsletterwrapper h2 {
  font-family: PlayfairDisplay;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #fff;
}

.newsletterwrapper p {
  font-size: 22px;
  line-height: 1.59;
  color: #fff;
}


#simplenews-subscriptions-block-simplenewssubscription-2 label,
#edit-mail-0-value--description {
  display: none;
}

/* mostviewedwrapper */
#mostviewedwrapper {
  padding: 50px 0;
}

.mostviewedwrapper h1 {
  font-size: 42px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}

.mostviewedwrapper .col:nth-child(3n+1) .pcat a {
  color: #5466c2;
}

.mostviewedwrapper .col:nth-child(3n+2) .pcat a {
  color: #e92b94;
}

.mostviewedwrapper .col:nth-child(3n+3) .pcat a {
  color: #f8b508;
}

/* breadcrumbwrapper */
#breadcrumbwrapper {
  padding: 10px 0;
  background-color: #f6f6f6;
  margin-bottom: 15px;
  /*  margin-top: 70px;*/
}

.breadcrumb {
  margin-bottom: 0px;
}

.breadcrumb li {
  font-size: 14px;
  color: #232222;
}

.breadcrumb li a {
  color: #232222;
}

/* contentwrapper */
#contentwrapper {
  padding: 0 7px 40px 7px;
}

.path-frontpage #contentwrapper {
  padding: 0px;
}

.content-cat {
  font-size: 16px;
  color: #2b2b2b;
  padding: 0 0 5px 0;
  font-family: 'robotomedium';
}

.page-title h1 {
  margin-bottom: 20px;
  /*text-transform: capitalize;*/
  font-size: 36px;
  font-family: 'robotobold';
  color: #112028;
}

.page-title h1 span {
  font-size: 24px;
  line-height: 26px;
  font-family: 'robotoregular';
  display: block;
  margin-top: 10px;
}

.detail-sub-title h2 {
  font-size: 32px;
  display: block;
}

.article-details .page-title h2 {
  font-size: 24px;
  line-height: 20px;
  font-family: 'robotoregular';
}

.content-owner-info>span {
  font-size: 16px;
  padding: 15px 0px;
}

.cp-date {
  font-family: 'robotomedium';
}

.cp-auth {
  font-family: 'robotoregular';
}

.others_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.auther_names ul {
  display: flex;
}

.auther_names ul li {
  position: relative;
  padding: 0 8px;
  font-size: 15px;
}

.auther_names ul li:first-child {
  padding-left: 0;
}

.auther_names ul li:before {
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 4px;
  content: '';
  background-color: #838383;
}

.auther_names ul li:first-child:before {
  width: 0px;
}

.auther_names ul li a {
  color: #000;
  font-family: 'robotoregular';
  font-size: 14px;
}

.auther_names ul li a:hover {
  text-decoration: underline;
}

.auther_dates {
  display: flex;
  gap: 20px;
}

.auther_dates span.date {
  color: #9f9e9e;
}

.page-content p {
  font-size: 16px;
  font-family: 'robotoregular';
  line-height: 28px;
  margin-bottom: 15px;
  color: #4d4d4d;
}

.page-content .auth-info {
  font-size: 15px;
  font-family: 'robotoregular';
  line-height: 24px;
  margin-bottom: 15px;
  color: #4d4d4d;
  text-align: center;
}

.page-content h2 {
  font-size: 18px;
  font-family: 'robotomedium';
  line-height: 30px;
  margin: 25px 0 25px 0;
  color: #080808;
}

.content-owner-info {
  font-size: 16px;
  font-family: 'robotoregular';
  line-height: 2;
  margin-bottom: 0px;
  color: #4d4d4d;
}

.page-content h3 {
  font-size: 30px;
  font-family: 'robotomedium';
  line-height: 30px;
  margin: 30px 0 15px 0;
}

.page-content .article_state h3 {
  color: #3261ad;
}

.page-content .article_district h3 {
  color: #79975f;
}

.page-content h4 {
  font-size: 20px;
  font-family: 'robotobold';
  line-height: 1.95;
  margin: 20px 0 10px 0;
  color: #000;
}

.page-content h5 {
  font-size: 16px;
  font-family: 'robotobold';
  line-height: 1.95;
  margin: 30px 0 10px 0;
  color: #000;
}

.article_state.lakshadweep h5 {
  color: #000;
  font-size: 16px;
  text-align: left;
}


#author {
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
}

h3.state-subheading {
  font-size: 20px;
}

.page-content h3.kaithal {
  color: #6465dd;
}

.article-subimg {
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 10px;
}

p.article-subimg.small-size img {
  width: 45%;
}

.article_state p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #3261ad;
  margin-top: 6px;
  padding-right: 5px;
}

.article_district p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #79975f;
  margin-top: 6px;
  padding-right: 5px;
}

.article_egov p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #4fb252;
  margin-top: 7px;
  padding-right: 5px;
}

.article_appscape p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #9b3d57;
  margin-top: 6px;
  padding-right: 5px;
}

.article_technology p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #442998;
  margin-top: 6px;
  padding-right: 5px;
}

.article_technology.vp p em {
  color: #9c3d57;
}

.page-content .article_technology.vp h3 {
  color: #9c3d57;
}

.page-content .article_technology.vp ul li::marker {
  color: #9c3d57;
  font-size: 18px;
}

.article_appscape p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 70px;
  font-style: normal;
  color: #703e5c;
  margin-top: 6px;
  padding-right: 5px;

}

.article_news p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #703e5c;
  margin-top: 6px;
  padding-right: 5px;
}

.international-egov p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #a7558c;
  margin-top: 6px;
  padding-right: 5px;
}

.article_news p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #712169;
  margin-top: 6px;
  padding-right: 5px;
}

.article_news ul li::marker {
  color: #712169;
  font-size: 18px;
}

.article_district h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}

.article_egov h5 {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}


.page-content .article_egov h3 {
  color: #4fb252;
}

.page-content .article_technology h3 {
  color: #442998
}

.page-content .article_technology ul li::marker {
  color: #442998;
  /* Change the color of the circle */
  font-size: 18px;
  /* Adjust the size if needed */
}


.subcontent_style span.inthnews {
  color: #a7558c;
}

.subcontent_style span.dist_coman {
  color: #79975f;
}

.subcontent_style span.egov_coman {
  color: #9b3d57;
}

.subcontent_style span.esampada {
  color: #439ab0;
}

h3.egovsampada-heading {
  color: #439ab0;
}

h3.technology-heading {
  color: #4fb252;
}

.page-content-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
}


.subcontent_style span.technology {
  color: #4fb252;
}

.subcontent_style span.apps {
  color: #703e5c;
}

.page-content h3.dist-heading {
  color: #79975f;
}

.page-content h3.egov-heading {
  color: #9b3d57;
}

.page-content p span.dist-link a {
  color: #79975f;
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
  font-family: 'robotomedium';
}


.email a {
  color: #4d4d4d;
  font-size: 14px;
}

.email a:hover {
  color: #d77820;
}

.email a:hover {
  text-decoration: underline;
}



.egov-jan ul li::marker {
  /*color: #4fb252;*/
  /* Change the color of the circle */
  font-size: 18px;
  /* Adjust the size if needed */
}

.egov-jan ul li ul li::marker {
  color: #000;
  /* Change the color of the circle */
  font-size: 18px;
  /* Adjust the size if needed */
}

.page-content ol,
.page-content ul {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.page-content ul {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 20px;
}

.page-content ol {
  list-style: decimal;
}

.page-content li {
  list-style: inherit;
  font-size: 16px;
  font-family: 'robotoregular';
  line-height: 24px;
  margin-bottom: 10px;
  color: #4d4d4d;
}

.page-content ul li strong {
  padding-right: 5px;
  font-family: 'robotomedium';
  color: #333;
  font-weight: normal;
}

.page-content ol li {
  list-style: inherit;
  font-size: 14px;
  font-family: 'robotoregular';
  line-height: 24px;
  margin-bottom: 10px;
  color: #4d4d4d;
}

.content-tag.disk_style {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
  padding: 15px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

/*.content-tag.disk_style::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 75%;
  height: 1px;
  background-color: #ccc;
}*/

.contact-info-wrap {
  display: flex;
  justify-content: space-between;
}

.contact-share {
  width: 45%;
}

.share_icon a {
  margin-top: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin-left: 18px;
}

.share_icon a:first-child {
  margin-left: 0;
}


.content-tag.disk_style li {
  list-style-type: none;
}

.article-subimg {
  text-align: left;
  display: inline-block;
  max-width: 100%;
  margin: 0px auto 0px;
}

.content-tag {
  padding: 0px 0;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: wrap;
}

.content-tag .mtag-item.tag-item {
  color: #212121;
  font-size: 15.6px;
  font-family: 'robotobold';
  letter-spacing: 0.5px;
  background-color: transparent;
  margin: 0 5px 0 0;
  padding: 2px 8px 0 0;
}

.content-tag .tag-item {
  background-color: #F5F5F5;
  margin: 0 5px;
  padding: 2px 8px;
}

.content-tag .tag-item a {
  color: #616161;
  font-size: 14px;
  font-family: 'robotomedium';
  letter-spacing: 0.5px;
  padding: 0px;
}

.auth-img {
  padding-bottom: 15px;
  text-align: center;
}

.auth-img img {
  border-radius: 50%;
}

.auth-img img {
  background-color: #dcdddf;
}

.page-title.custom_video h1 {
  margin: 35px 0px 25px;
}

.auth-info>span.auth-name {
  display: block;
  color: #000;
  font-size: 16px;
  padding-bottom: 8px;
}

.auth-name {
  font-family: 'open_sansbold';
}

.auth-de {
  font-size: 14px;
  display: block;
  line-height: 17px;
  font-family: 'robotomedium';
}

span.auth-email {
  color: #8b8b8b;
  font-size: 14px;
}

/* authors */
.authors span.auth-name {
  font-size: 20px;
}

.authors {
  background-color: #f3f3f3;
  padding: 25px 0;
  margin-bottom: 20px;
}

.authors_heading {
  background-color: #f3f3f3;
  margin-bottom: 13px;
  padding: 10px 10px;
}

.author_detail {
  display: grid;
  gap: 25px;
  margin-bottom: 20px;
  grid-template-columns: 200px 1fr;
}


.author_info h3 {
  position: relative;
  font-size: 18px;
  font-family: 'robotobold';
}

.author_info h3:before {
  content: '';
  width: 71px;
  height: 2px;
  background-color: #e92b94;
  bottom: -2px;
  left: 0;
  position: absolute;
}


.author_info p.date {
  padding: 7px 0;
  font-size: 13px;
  margin-top: 4px;
  color: #3a3434;
  font-family: 'robotomedium';
}

.author_info h4 {
  color: #3a3434;
  font-family: 'robotomedium';
}

.authors span.mobile {
  display: block;
}

.authors span.email {
  display: block;
  margin: 4px 0;
}

.authors .auth-item {
  background-color: #f3f3f3;
  padding: 25px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.auth_articles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 30px;
}

.auth_featured p {
  padding: 10px 30px;
}

.authors_wrap .auth-item {
  justify-content: center;
  text-align: center;
  align-items: center;
  border-bottom: 1px solid #dadada;
}

p.auth-img {
  width: 50%;
  margin-bottom: 0;
}

.authors_wrap .auth-info>span.auth-name {
  font-size: 24px;
}

.authors_wrap .auth-info>span.designation {
  display: block;
  font-family: 'robotomedium';
  font-size: 18px;
}

.authors_wrap .auth-info>span.email {
  display: block;
}

.author-wrap h3 {
  color: #000;
}

.authors_wrap {
  background-color: #f3f3f3;
  padding: 25px 0 83px 0;
  margin-bottom: 20px;
}

/* end authors */


.view-content .nth-items.col:nth-child(4n+1) .pcat a {
  color: #5466c2;
}

.view-content .nth-items.col:nth-child(4n+2) .pcat a {
  color: #e92b94;
}

.view-content .nth-items.col:nth-child(4n+3) .pcat a {
  color: #f8b508;
}

.view-content .nth-items.col:nth-child(4n+4) .pcat a {
  color: #5466c2;
}

.fltropt {
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: -37px;
}

#news-filter {
  position: absolute;
  width: 300px;
  left: -272px;
  top: 40px;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
  z-index: 100;
  padding: 10px 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 4px;
}

#news-filter .form-control {
  font-size: 14px;
}

#news-filter .form--inline .form-actions {
  text-align: center;
}

#news-filter .form--inline .form-item {
  width: 100%;
}

.b-searchicon {
  cursor: pointer;
}

.b-searchicon.collapsed .search {
  display: inline-block;
}

.b-searchicon .search {
  display: none;
}

.b-searchicon.collapsed .cancel {
  display: none;
}

.b-searchicon .cancel {
  display: inline-block;
}

#b-filter-icon-day.hide,
#b-filter-icon-night.hide {
  display: none !important;
}

.gif-banner {
  margin-top: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.costom-article-detail {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.right-sidebar h4 {
  color: #2a2a2a;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  font-family: 'robotomedium';
  border-bottom: 1px solid #D7D7D7;
  border-top: 0px solid #D7D7D7;
  padding: 15px 0 15px 0;
  margin-bottom: 20px;
}

.right-sidebar .view-content>div {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.right-sidebar .view-content>div:last-child {
  border-bottom: 0px solid #EBEBEB;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

.right-sidebar h5 {
  font-size: 16px;
  line-height: 24px;
  font-family: 'robotoregular';
  margin-bottom: 10px;
}

.right-sidebar h5 a span {
  font-size: 16px;
  font-family: 'open_sansbold';
}


.right-sidebar h5 a {
  color: #010101;
}

.right-sidebar h5 a:hover {
  text-decoration: underline;
}

.right-sidebar p {
  color: #424b5a;
  font-size: 15px;
  line-height: 20px;
  font-family: 'robotoregular';
}

.right-sidebar p a {
  display: block;
  color: #424b5a;
}

.right-sidebar p a:hover {
  text-decoration: underline;
}


.mag-hover {
  position: relative;
}

.mag-hover:hover .overlay {
  bottom: 0;
  height: 100%;
  opacity: 1;
}

.mag-hover .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000bb;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.8s opacity ease;
}

.mag-image {
  display: block;
  width: 100%;
  height: auto;
}

.mag-hover .hov-text {
  color: white;
  font-size: 16px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.mag-hover a:hover {
  color: #ffffff;
}

.mag-hover a {
  color: #ffffffdd;
}

.mag-hover .file-extension {
  text-transform: uppercase;
}

/* alsoreadwrapper */
#alsoreadwrapper {
  background-color: #F0F0F0;
  padding: 50px 0;
}

#alsoreadwrapper h2 {
  font-size: 26px;
  color: #424b5a;
  font-family: 'robotobold';

}

.slick-btn-wrap .prev-btn,
.slick-btn-wrap .next-btn {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  cursor: pointer;
  outline: 0px;
  border-radius: 50%;
  border: 1px solid #292525;
  background-color: transparent;
  margin-left: 7px;
}


.next-btn::before,
.prev-btn::before {
  font-size: 20px;
  line-height: 14px;
  opacity: .75;
  color: #292525;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.prev-btn::before {
  content: '←';
}

.next-btn::before {
  content: '→';
}

#alsoread .slick-dots li {
  margin: 0 2px;
}

.alsoreadwrapper .prev-btn::before {
  content: '';
  position: absolute;
  background-image: url(../img/icons/arrow-left-circle.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;

}

.alsoreadwrapper .next-btn::before {
  content: '';
  position: absolute;
  background-image: url(../img/icons/arrow-right-circle.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;

}

.alsoreadwrapper .slick-btn-wrap .prev-btn,
.slick-btn-wrap .next-btn {
  border: 1px solid #292525;
}


.alsoreadwrapper .slick-btn-wrap .prev-btn,
.alsoreadwrapper .slick-btn-wrap .next-btn {
  border: 1px solid transparent;
  margin-right: 10px;
}

#alsoread .slick-dots {
  bottom: 10px;
}

#alsoread .slick-dots li.slick-active button::before {
  font-size: 12px;
  opacity: .35;
}

#alsoread .slick-dots li button:focus::before,
#alsoread .slick-dots li button:hover::before {
  opacity: .5;
}

#alsoread h3 {
  font-size: 16px;
  line-height: 25px;
  color: #010101;
  font-family: 'robotomedium';
  margin-bottom: 5px;
}

#alsoread a {
  color: #010101;
}

#alsoread a:hover {
  color: #00309e;
}

#alsoread p {
  font-size: 15px;
  color: #232222;
  font-family: 'robotoregular';
  margin-bottom: 8px;
}


.readmore a {
  color: #1e1b1b;
  font-family: 'robotomedium';
  margin-bottom: 0px;
  text-decoration: none;
  padding: 10px 0px;
  cursor: pointer;
  font-size: 15px;
}


.readmore.custom_readmore a:hover {
  color: #1557bc;
  background: transparent;
  border: 1px solid transparent;
}

.readmore.custom_readmore a.listing_share {
  border: none;
}

.al-content .bi-share {
  width: 35px;
  height: 35px;
  padding: 5px 5px;
  border: solid 1px #c87965;
  background-color: #c87965;
  border-radius: 50%;
  color: #fff;
}

.article-listing {
  background-color: #F3F3F3;
  margin-bottom: 25px;
}

.slick-dots li button:before {
  font-size: 10px;
}



.al-content {
  padding: 15px 15px 15px 15px;
}

.al-content h2 {
  font-family: 'robotobold';
  font-size: 34px;
  line-height: 1.38;
  color: #1a1818;
}

.al-content h2 span {
  font-family: 'robotoregular';
}

.al-content h3 {
  font-family: 'robotomedium';
  font-size: 22px;
  line-height: 30px;
  color: #676767;
}

.al-content p {
  font-family: 'robotoregular';
  font-size: 16px;
  line-height: 26px;
  color: #1a1818;
  margin-bottom: 20px;
}

.readmore.custom_readmore {
  justify-content: space-between;
}

.al-content .readmore {
  margin-bottom: 0px;
  border-top: 1px solid #D9D9D9;

}

.al-content .fborder::before {
  width: 115px;
}

.app-content h2 {
  font-family: 'robotomedium';
  font-size: 18px;
  line-height: 1.38;
  color: #232222;
}

.app-content h2 a {
  color: #232222;
}

.app-content.apps_jan h2 a {
  color: #232222;
  margin-bottom: 13px;
  display: block;
}

.app-content p {
  font-family: 'robotoregular';
  font-size: 12px;
  line-height: 2;
  color: #7D7C7C;
  margin-bottom: 13px;
}

/* .app-image {
  padding: 10px;
  border-radius: 12px;
  background-color: #ededed;
} */

.app-image:hover img {
  transition: all 0.4s;
  transform: scale(1.03);
}

.app-image img {
  transition: all 0.4s;
}

h3.egov_hdr {
  text-transform: inherit !important;
}

/* footerwrapper */
#footerwrapper {
  background-image: url(../img/bg/footerwrapper.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.86;
  padding: 60px 0;
}

.footerwrapper h4 {
  padding-bottom: 18px;
}

.footerwrapper a {
  color: #ffffff;
}

.footerwrapper a img {
  width: 70%;
}

.footerwrapper a:hover {
  text-decoration: underline;
}

.navbar-nav.fmenu li a.nav-link {
  font-family: "robotoregular";
  line-height: 1.71;
  font-size: 14px;
  padding: 0px;
  text-transform: inherit;
  color: #fff;
}

/* Progress - Back to Top
================================================== */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 30px;
  height: 41px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200mslinear;
  transition: all 200mslinear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "";
  background-image: url(../img/bttop.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  left: 25%;
  top: 25%;
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: "";
  background-image: url(../img/bttop.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  left: 25%;
  top: 25%;
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: #ffe4c9;
}

.progress-wrap svg.progress-circle path {
  stroke: #fd8601;
  stroke-width: 5;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  color: #1f2029;
}

.article_egov.infocus h3 {
  color: #ef4635;
}

.article_egov.infocus p em {
  color: #ef4635;
}

.article_egov.infocus ul li::marker {
  color: #ef4635;
  font-size: 18px;
}


/* Pagination css */
.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 2rem;
  height: 2rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-decoration: none;
  color: #55565b;
  border-radius: 0.125rem;
  background: #fff;
  line-height: 1;
}

.pager__item--first .page-link:before,
.pager__item--previous .page-link:before,
.pager__item--next .page-link:after,
.pager__item--last .page-link:after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.pager__item--last .page-link:after {
  background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 14V2M2 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
}

.pager__item--first .page-link:before {
  background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2v12M14 2L8 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
}

.pager__item--next .page-link:after {
  background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
}

.pager__item--previous .page-link:before {
  background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 2L5 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
}

.slider-magazine {
  background-image: url(../img/magazine/header.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  color: #fff;
  margin-bottom: 40px !important;
  padding: 120px 0;
}



.magazineitems h1 {
  font-size: 50px;
  font-family: 'robotobold';
  margin-bottom: 20px;
  margin-top: 25px;
}

.magazineitems p {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.83);

}

.readmagazine .btn-my {
  margin-top: 30px;
}

.readmagazine .btn-my {
  padding: 10px 25px;
  border-radius: 2.9px;
}

.slider-magazine .slick-dots,
.oct-slider-magazine .slick-dots {
  bottom: 10px;
}

.slider-magazine .slick-dots li button::before,
.oct-slider-magazine .slick-dots li button::before {
  opacity: .5;
  color: #fff;
}

.slider-magazine .slick-dots li.slick-active button::before,
.oct-slider-magazine .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}

.slider-magazine .slick-dots li.slick-active button::before,
.oct-slider-magazine .slick-dots li.slick-active button::before {
  font-size: 12px;
}

.icon-clock {
  width: 18px;
  margin-right: 7px;
}

.from-the-states {
  padding-bottom: 40px;
}

.from-the-states h1 {
  font-size: 45px;
  font-family: 'robotobold';
  margin-bottom: 20px;
  line-height: 1.33;
}

.mstates {
  margin-bottom: 30px;
  background-blend-mode: saturation;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 530px;
  color: #fff;
  padding: 30px 45px;
}

.mstates h2 {
  font-size: 40px;
  font-family: 'robotobold';
}

.mstates h2 span {
  font-family: 'robotoregular';
}

.msdate {
  font-size: 14px;
  line-height: 1.5;
}

.mscontent {
  font-size: 16px;
  line-height: 2;
}

.msreadtime {
  font-size: 18px;
  line-height: 2.14;
  margin-bottom: 15px;
}

.district-informatics {
  background: rgb(247, 247, 247);
  background: -moz-linear-gradient(90deg, rgba(247, 247, 247, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(239, 239, 239, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(247, 247, 247, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(239, 239, 239, 1) 100%);
  background: linear-gradient(90deg, rgba(247, 247, 247, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(239, 239, 239, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#efefef", GradientType=1);
  padding-top: 40px;
  padding-bottom: 40px;
}

.district-informatics h1 {
  font-size: 45px;
  font-family: 'robotobold';
  margin-bottom: 20px;
  line-height: 1.33;
}

.mdistricts {
  margin-bottom: 30px;
  background-blend-mode: saturation;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 530px;
  color: #fff;
  padding: 30px 45px;
}

.mdistricts h2 {
  font-size: 40px;
  font-family: 'robotobold';
}

.mdistricts h2 span {
  font-family: 'robotoregular';
}

.mddate {
  font-size: 14px;
  line-height: 1.5;
}

.mdcontent {
  font-size: 16px;
  line-height: 2;
}

.mdreadtime {
  font-size: 18px;
  line-height: 2.14;
  margin-bottom: 15px;
}

.slider-egov {
  min-height: 650px;
}

.slider-egov.slick-slider {
  margin-bottom: 0px;
}

.egov-ps {
  background-image: url(../img/magazine/egov.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.egov-ps h1 {
  font-size: 45px;
  font-family: 'robotobold';
  line-height: 1.33;
  color: #fff;
  padding: 50px 0 10px 0px;
}

.egov-ps h2 {
  font-size: 40px;
  font-family: 'robotobold';
}

.egov-ps h2 span {
  font-family: 'robotoregular';
}

.egov-ps .slick-dots {
  bottom: 10px;
}

.egov-ps .slick-dots li button::before {
  opacity: .5;
  color: #fff;
}

.egov-ps .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}

.egov-ps .slick-dots li.slick-active button::before {
  font-size: 12px;
}

.content-app {
  background-image: url(../img/bg/app_BG.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 35px;
  margin-top: 50px;
}

.slider-appscape.slick-slider {
  margin-bottom: 0px;
}

.cat-app {
  font-family: 'robotomedium';
  font-weight: 500;
  line-height: 1.43;
  color: #585858;
}

.slider-appscape h1 {
  font-family: 'robotomedium';
  font-size: 42px;
  color: #232222;
  margin-bottom: 15px;
}

.slider-appscape p {
  font-size: 16px;
  line-height: 28px;
  color: #282b2e;
}

.mera_vetan img {
  position: relative;
  transition: all 0.5s;
}

.mera_vetan img:hover {
  transition: all 0.5s;
  transform: scale(1.05);
}

.appscape_wrap h1 {
  margin-bottom: 20px;
  /*  text-transform: capitalize;*/
  font-size: 36px;
  font-family: 'robotobold';
}

.appscape_wrap p {
  font-size: 16px;
  line-height: 26px;
  font-family: 'robotoregular';
}

.slider-appscape .slick-dots {
  bottom: 10px;
}

.slider-appscape .slick-dots li.slick-active button::before {
  font-size: 12px;
}

.slider-appscape .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #949494;
  ;
}

.slider-appscape .slick-dots li button::before {
  opacity: 1;
  color: #d9d9d9;
}

.slider-appscape .slick-next::before,
.slider-appscape .slick-prev::before {
  font-size: 25px;
  color: #000;
}

.viewpissue .btn-my {
  margin-right: 7px;
  margin-top: 20px;
  background-color: #d5d5d5;
  color: #000;
  font-size: 16px;
  border: 1px solid #d5d5d5;
}

.viewpissue .btn-my:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.pissue-listing>div {
  margin-bottom: 30px;
}

.pi-content {
  padding: 30px 30px 30px 40px;
  background-color: #F2F5F7;
  position: relative;
}

.pi-content h2 {
  font-family: 'robotomedium';
  font-size: 16px;
  color: #262829;
  margin-bottom: 12px;
}

.pi-content h2 a {
  color: #262829;
}

.pi-content h2 a:hover {
  text-decoration: underline;
}

.pi-content p {
  font-size: 16px;
  font-family: 'robotoregular';
  line-height: 1.44;
  color: #262829;
}

.pi-img {
  text-align: center;
  padding: 20px 20px 20px 20px;
}

.pi-img img {
  max-height: 330px;
}

.pissue-listing>div:nth-child(4n+1) .pi-img {
  background-color: #F3E9EB;
}

.pissue-listing>div:nth-child(4n+2) .pi-img {
  background-color: #EAF2F4;
}

.pissue-listing>div:nth-child(4n+3) .pi-img {
  background-color: #FBF7EA;
}

.pissue-listing>div:nth-child(4n+4) .pi-img {
  background-color: #ECF0F6;
}

.video-listing {
  background-color: #F3F3F3;
  margin-bottom: 25px;
}

.vl-content {
  padding: 30px 30px 0px 40px;
}

.vl-content h2 {
  font-family: 'robotobold';
  font-size: 30px;
  line-height: 1.38;
  margin-bottom: 20px;
}

.vl-content h2 a {
  color: #1a1818;
}

.vl-content h2 a:hover {
  text-decoration: underline;
}

.vl-content p {
  font-family: 'robotoregular';
  font-size: 16px;
  line-height: 2;
  color: #1a1818;
  margin-bottom: 20px;
}

.auth-item {
  display: flex;
  flex-direction: column;
}

.fixed_position {
  background-color: #f8b508;
  padding: 4px 7px;
  margin-bottom: 20px;
  display: inline-block;
  font-family: 'robotobold';
  font-size: 20px;
  position: fixed;
  left: 0;
  top: 10%;
  z-index: 111;
}

.fixed_position select {
  background: transparent;
  border: transparent;
  color: #252121;
}

/* Testimonials */

/* new design */
.second-testimonial {
  background-color: #f8f8f8;
  padding: 20px;
  border: 1px solid #cdc5c5;
  border-radius: 15px;
}

.testimonial-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.second-testimonial .testimonial_designation h5 {
  color: #000;
}

.second-testimonial .testimonial_designation span {
  color: #565656;
}

.second-testimonial-info p {
  font-family: 'robotomedium';
  margin-top: 15px;
  font-size: 14px;
  line-height: 26px;
}

.second-testimonial.change-color {
  background-color: #fff;
  border-radius: 10px;
}

.second-testimonial.change-color.three {
  padding: 0;
}

.testimonial-wrapper.top-bg-color {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.second-testimonial-info.three p {
  padding: 15px 20px;
  margin: 0;
}

/* end new design */
.testimonial_content {
  display: flex;
  align-items: center;
  gap: 0px;
  justify-content: start;
  background-color: #3261ad;
  padding: 10px;
  gap: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
}

.testimonial_content.dist {
  background-color: #79975f;
}

.content_info.dist {
  border: 1px solid #79975f;
}

.content_info.egov {
  border: 1px solid #9b3d57;
}

.testimonial_content.egov {
  background-color: #9b3d57;
}

.testimonial_content.e-sampada {
  background-color: #439ab0;
}

.testimonial_pic {
  width: 11%;
}

.testimonial_pic img {
  border-radius: 50%;
  padding: 0px;
}

.staff {
  padding-bottom: 10px;
}


.content_info p {
  color: #424b5a;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 30px;
  font-family: 'robotomedium';
}

.testimonial_designation h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 0;
}

.article_state h5 {
  color: #fff;
  font-size: 16px;
  padding-bottom: 5px;
}

.testimonial_designation span {
  display: block;
  color: #fff;
  font-size: 14px;
}

.content_info {
  border: 1px solid #3261ad;
  padding: 30px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.content_info.e-sampada {
  border: 1px solid #439ab0;
}

.testimonial_content:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 80px;
  border-width: 0 0 45px 45px;
  border-style: solid;
  border-color: transparent;
  display: block;
  width: 0;
}

section#testimonials {
  margin-bottom: 50px;
}

/* **** Oct article css
**** */
.content-tag li span a {
  transition: all 0.3s;
  background-color: #79975f;
  color: #fff;
  padding: 8px 15px;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
}

.content-tag.egov li span a {
  background-color: #9b3d57;
}

.download_pdf_flip.state .content-tag li span a {
  background-color: #d77820;
}

.download_pdf_flip.state .content-tag li span a:hover {
  background-color: #000;
}

.content-tag li span a:hover {
  color: #fff;
  background-color: #000;
  transition: all 0.3s;
}

.content-tag li .item-line {
  width: 120px;
  height: 1px;
  background-color: #ccc;
  margin: 0 10px;
}

.sticky_sec {
  height: 100%;
  position: sticky;
  top: 45px;
}

/*.oct-slider-magazine {
  background-image: url("../img/articles/oct-header-banner.jpg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 40px !important;
  padding: 120px 0;
}

 .state-wrapper.infocus:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(242deg, rgba(15, 15, 15, 0), rgba(0, 0, 0, 0.38));
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
} 

.article_info_wrap .img_wrap {
  overflow: hidden;
}

.oct-from-the-state.technology.gpai .state-info {
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  display: flex;
  align-items: center;
}


.readmore-btn a:hover {
  background-color: #fff;
  color: #000;
}

.readmore-btn a svg {
  margin-left: 10px;
}

.awardswrapper.eform.accolades .readmore-btn a:hover {
  background-color: #f8b508;
  color: #000;
}


.article-listing img {
  width: 100%;
  height: 325px;
}

/*  */
.secretary-info {
  padding: 0 30px 30px 30px;
}

.secretary-info span {
  display: block;
  color: #fff;
  font-weight: normal;
  font-family: 'robotobold';
  font-size: 20px;
}

.readmore-btn {
  margin-top: 15px;
}

.readmore-btn a {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 12px;
  border-radius: 3px;
  font-size: 16px;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/articles/message/bg-secretary.jpg") fixed center center;
  background-size: cover;
  padding-top: 30px;
  margin-top: 50px;
  background-repeat: no-repeat;
}

.cta h3 {
  font-weight: normal;
  line-height: 30px;
  color: #ffffff;
  font-size: 36px;
  font-family: 'robotobold';
  margin-bottom: 20px;
}

.cta p {
  color: #fff;
  margin-bottom: 10px;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  background: #009961;
  color: #fff;
  border-radius: 50px;
}

.cta .cta-btn:hover {
  background: #00b371;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.readmore-btn.secretary a {
  background-color: rgba(255, 255, 255, 0.4);
}

.readmore-btn.secretary a:hover {
  background-color: rgba(255, 255, 255, 1);
}

section.oct-from-the-state.dist {
  margin-top: 50px;
}

.accolades_info .readmore-btn a {
  padding: 9px 15px;
}

.awardswrapper.eform {
  margin-top: 50px;
}

.awardswrapper.eform .heading h1 {
  margin-bottom: 20px;
  /*  text-transform: capitalize;*/
  font-size: 36px;
  font-family: 'robotobold';
}

.awardswrapper.eform .img_wrap {
  overflow: hidden;
}

.accolades_info {
  padding: 10px;
}

.accolades_info .readmore-btn {
  margin-top: 20px;
}

.newswrapper .col .article_info_wrap:hover,
.awardswrapper .col .article_info_wrap:hover,
.mostviewedwrapper .col .article_info_wrap:hover {
  background-color: #fff;
}

.awardswrapper.eform .article_info_wrap:hover {
  background-color: #fff;
}

.awardswrapper.eform {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #f5f5f5;
}

.awardswrapper.eform h3.ptitle {
  font-size: 24px;
  font-family: 'robotobold';
  line-height: 28px;
  margin: 0px 0 7px;
}

.awardswrapper.eform p.eform-para {
  font-size: 15px;
  font-family: 'robotoregular';
  line-height: 20px;
}

.oct-from-the-state.technology .heading h1 {
  margin-bottom: 20px;
  /*text-transform: capitalize;*/
  font-size: 36px;
  font-family: 'robotobold';
  color: #112028;
}

.oct-from-the-state.technology {
  padding: 50px 0;
}

.oct-from-the-state.accolades {
  padding: 50px 0;
  background-color: #f5f5f5;
}

span.single_line {
  display: inline-flex;
  gap: 10px;
}

section.oct-from-the-state.accolades .heading h3 {
  margin-bottom: 20px;
  /*  text-transform: capitalize;*/
  font-size: 44px;
  font-family: 'robotobold';
  color: #112028;
}

.staff span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'robotobold';
}

.staff strong {
  font-size: 14px;
  font-family: 'robotobold';
  font-weight: normal;
}

.email span {
  font-family: 'robotoregular';
  color: #4d4d4d;
}

.email span {
  background: transparent;
  padding: 0 0;

}

.email span {
  font-size: 14px;
}

.staff p {
  margin-bottom: 0;
}

.slider_pic img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.editted-by span {
  margin-bottom: 16px;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  color: #4d4d4d;
}

/* **** Oct article css end
**** */



/* **** article detail css
**** */
.share_icon a svg {
  display: none;
}

.page-title svg.bi.bi-share.custom-share.ms-auto {
  width: 50px;
}

.custom_ict h3 {
  color: #d77820;
  font-family: 'robotobold';
}

.custom_ict p.links {
  color: #d77820;
  font-family: 'robotobold';
}

.custom_ict h4 {
  margin-bottom: 7px;
}

.comman_part p.links {
  color: #d77820;
  font-family: 'robotobold';
}

.page-content.my_article a {
  color: #3261ad;
  font-family: 'robotomedium';
  padding-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  padding-left: 3px;
}

.page-content .article_district a {
  color: #79975f;
}





h4.color_style {
  color: #d77820;
  font-family: 'robotobold';
  font-size: 28px;
  margin-bottom: 13px;
}

.page-content h3.sub_heading {
  font-size: 16px;
}

.article-subimg span {
  display: block;
  padding-top: 10px;
  color: #4d4d4d;
  font-size: 14px;
}

/* svg icon style */

[class*="eicon-"] {
  display: inline-block;
}

[class*="eicon-"]:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
}

.eicon-security {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15.3 15.3" style="enable-background:new 0 0 15.3 15.3;" xml:space="preserve"><polygon class="st0" points="13.9,8.9 13.9,12.1 1.8,12.1 1.8,8.9 0.9,8.9 0.9,13 1.2,13 1.8,13 13.9,13 14.2,13 14.8,13 14.8,8.9 "/><polygon class="st0" points="10.4,7.2 8.2,9.4 8.2,1.8 7.3,1.8 7.3,9.4 5.1,7.2 4.4,7.8 7.1,10.5 7.7,11.1 8.4,10.5 11,7.8 "/></svg>');
}

.download_pdf_flip.state .content-tag li span a:hover .eicon-security {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15.3 15.3" style="enable-background:new 0 0 15.3 15.3;" xml:space="preserve"><style>.st0{fill:%23fff;}</style><polygon class="st0" points="13.9,8.9 13.9,12.1 1.8,12.1 1.8,8.9 0.9,8.9 0.9,13 1.2,13 1.8,13 13.9,13 14.2,13 14.8,13 14.8,8.9 "/><polygon class="st0" points="10.4,7.2 8.2,9.4 8.2,1.8 7.3,1.8 7.3,9.4 5.1,7.2 4.4,7.8 7.1,10.5 7.7,11.1 8.4,10.5 11,7.8 "/></svg>');
}

.eicon-book {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 23" style="enable-background:new 0 0 24 23;" xml:space="preserve"><g><path class="st0" d="M23.2,4L23.2,4h-1.5V3.5c0-0.2-0.1-0.4-0.3-0.4c-1-0.3-2.1-0.4-3.2-0.4c-1.8,0-4.2,0.4-6,2.2c-1.8-1.8-4.2-2.2-6-2.2C5.1,2.7,4,2.8,3,3.1c-0.2,0-0.4,0.2-0.4,0.4V4H1.1C0.9,4,0.7,4.2,0.7,4.4v14.2c0,0.2,0.2,0.4,0.4,0.4c0.1,0,0.2,0,0.2-0.1c0,0,4.5-2.5,10.7-0.9h0.1l0,0h0.1c6.2-1.6,10.7,0.9,10.7,0.9c0.1,0.1,0.3,0.1,0.4,0s0.2-0.2,0.2-0.4v-14C23.7,4.2,23.5,4,23.2,4z M1.6,18V4.9h1v11.2c0,0.2,0.2,0.4,0.4,0.5c0,0,0,0,0.1,0C4,16.5,5,16.4,5.9,16.4c1.3,0,2.6,0.2,3.8,0.6C7,16.6,4.2,16.9,1.6,18z M5.9,15.4c-0.8,0-1.6,0.1-2.4,0.2V3.9c0.9-0.2,1.8-0.3,2.6-0.3c1.7,0,4,0.4,5.6,2.2v11.1C10.8,16.2,9,15.4,5.9,15.4z M12.6,5.7c1.6-1.8,3.9-2.2,5.6-2.2c0.9,0,1.8,0.1,2.6,0.3v11.7c-0.8-0.1-1.6-0.2-2.4-0.2c-3,0-4.9,0.8-5.8,1.4L12.6,5.7L12.6,5.7z M22.8,18c-2.6-1.1-5.4-1.4-8.2-1.1c1.2-0.4,2.5-0.6,3.8-0.6c0.9,0,1.9,0.1,2.8,0.2c0.2,0,0.5-0.1,0.5-0.4c0,0,0,0,0-0.1V4.9h1.1V18z"/></g></svg>');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.download_pdf_flip.state .content-tag li span a:hover .eicon-book {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 23" style="enable-background:new 0 0 24 23;" xml:space="preserve"><style>.st0{fill:%23FFFFFF;}</style><g><path class="st0" d="M23.2,4L23.2,4h-1.5V3.5c0-0.2-0.1-0.4-0.3-0.4c-1-0.3-2.1-0.4-3.2-0.4c-1.8,0-4.2,0.4-6,2.2c-1.8-1.8-4.2-2.2-6-2.2C5.1,2.7,4,2.8,3,3.1c-0.2,0-0.4,0.2-0.4,0.4V4H1.1C0.9,4,0.7,4.2,0.7,4.4v14.2c0,0.2,0.2,0.4,0.4,0.4c0.1,0,0.2,0,0.2-0.1c0,0,4.5-2.5,10.7-0.9h0.1l0,0h0.1c6.2-1.6,10.7,0.9,10.7,0.9c0.1,0.1,0.3,0.1,0.4,0s0.2-0.2,0.2-0.4v-14C23.7,4.2,23.5,4,23.2,4z M1.6,18V4.9h1v11.2c0,0.2,0.2,0.4,0.4,0.5c0,0,0,0,0.1,0C4,16.5,5,16.4,5.9,16.4c1.3,0,2.6,0.2,3.8,0.6C7,16.6,4.2,16.9,1.6,18z M5.9,15.4c-0.8,0-1.6,0.1-2.4,0.2V3.9c0.9-0.2,1.8-0.3,2.6-0.3c1.7,0,4,0.4,5.6,2.2v11.1C10.8,16.2,9,15.4,5.9,15.4z M12.6,5.7c1.6-1.8,3.9-2.2,5.6-2.2c0.9,0,1.8,0.1,2.6,0.3v11.7c-0.8-0.1-1.6-0.2-2.4-0.2c-3,0-4.9,0.8-5.8,1.4L12.6,5.7L12.6,5.7z M22.8,18c-2.6-1.1-5.4-1.4-8.2-1.1c1.2-0.4,2.5-0.6,3.8-0.6c0.9,0,1.9,0.1,2.8,0.2c0.2,0,0.5-0.1,0.5-0.4c0,0,0,0,0-0.1V4.9h1.1V18z"/></g></svg>');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.eicon-book-top {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25 24" style="enable-background:new 0 0 25 24;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;filter:url(%23Adobe_OpacityMaskFilter);}.st1{mask:url(%23mask0_1509_1149_00000065762972923324917580000015686910530276623538_);}.st2{fill:%23FFFFFF;}</style><g><defs><filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="1.1" y="2.9"><feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/></filter></defs><mask maskUnits="userSpaceOnUse" x="1.1" y="2.9" id="mask0_1509_1149_00000065762972923324917580000015686910530276623538_"><path class="st0" d="M24.3-0.5H1.1v23.3h23.3V-0.5z"/></mask><g class="st1"><path class="st2" d="M23.8,4.2h-1.5V3.7c0-0.2-0.1-0.4-0.3-0.4c-1-0.3-2.1-0.4-3.2-0.4c-1.8,0-4.2,0.4-6.1,2.2c-1.8-1.8-4.2-2.2-6.1-2.2C5.5,2.9,4.4,3,3.4,3.3C3.2,3.3,3,3.5,3,3.7v0.5H1.5c-0.2,0-0.4,0.2-0.4,0.4v14.4c0,0.2,0.2,0.4,0.4,0.4c0.1,0,0.2,0,0.2-0.1c0,0,4.6-2.5,10.8-0.9h0.1h0.1c6.3-1.6,10.8,0.9,10.8,0.9c0.1,0.1,0.3,0.1,0.4,0c0.1-0.1,0.2-0.2,0.2-0.4V4.7C24.3,4.4,24.1,4.2,23.8,4.2z M2,18.3V5.1h1v11.3c0,0.2,0.2,0.4,0.4,0.5c0,0,0,0,0.1,0c0.9-0.1,1.9-0.2,2.8-0.2c1.3,0,2.6,0.2,3.8,0.6C7.4,16.9,4.6,17.2,2,18.3z M6.3,15.7c-0.8,0-1.6,0.1-2.4,0.2V4.1c0.9-0.2,1.8-0.3,2.6-0.3c1.7,0,4,0.4,5.7,2.2v11.2C11.3,16.5,9.4,15.7,6.3,15.7z M13.1,5.9c1.6-1.8,3.9-2.2,5.7-2.2c0.9,0,1.8,0.1,2.6,0.3v11.8c-0.8-0.1-1.6-0.2-2.4-0.2c-3,0-5,0.8-5.9,1.4V5.9z M23.4,18.3c-2.6-1.1-5.5-1.4-8.3-1.1c1.2-0.4,2.5-0.6,3.8-0.6c0.9,0,1.9,0.1,2.8,0.2c0.2,0,0.5-0.1,0.5-0.4c0,0,0,0,0-0.1V5.1h1.1V18.3z"/></g></g></svg>');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}



.eicon-pdf {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 18" style="enable-background:new 0 0 18 18;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><g><path class="st0" d="M16.1,15.6V5.4l-4.8-4.8H5.4c-0.6,0-1.1,0.2-1.5,0.6C3.4,1.6,3.2,2.1,3.2,2.7v12.9c0,0.6,0.2,1.1,0.6,1.5c0.4,0.4,0.9,0.6,1.5,0.6H14c0.6,0,1.1-0.2,1.5-0.6C15.9,16.7,16.1,16.2,16.1,15.6z M11.3,3.8c0,0.4,0.2,0.8,0.5,1.1c0.3,0.3,0.7,0.5,1.1,0.5H15v10.2c0,0.3-0.1,0.6-0.3,0.8c-0.2,0.2-0.5,0.3-0.8,0.3H5.4c-0.3,0-0.6-0.1-0.8-0.3c-0.2-0.2-0.3-0.5-0.3-0.8V2.7c0-0.3,0.1-0.6,0.3-0.8c0.2-0.2,0.5-0.3,0.8-0.3h5.9V3.8z"/><path class="st0" d="M6,15.7c-0.2-0.1-0.4-0.2-0.5-0.5c-0.2-0.4-0.1-0.8,0.1-1.2c0.2-0.3,0.6-0.6,1-0.8c0.5-0.3,1-0.5,1.6-0.7c0.4-0.8,0.8-1.6,1.1-2.4C9.1,9.7,9,9.2,8.9,8.7c-0.1-0.4-0.1-0.9,0-1.2c0.1-0.4,0.3-0.7,0.7-0.9c0.2-0.1,0.4-0.1,0.6-0.1c0.1,0,0.2,0.1,0.3,0.1c0.1,0.1,0.2,0.2,0.2,0.3c0.1,0.2,0.1,0.4,0.1,0.6c0,0.2,0,0.4-0.1,0.7c-0.1,0.5-0.3,1.2-0.6,1.9c0.3,0.6,0.6,1.2,1.1,1.8c0.5,0,1,0,1.4,0.1c0.4,0.1,0.8,0.2,1,0.5c0.1,0.2,0.2,0.3,0.2,0.6c0,0.2-0.1,0.4-0.1,0.6c-0.1,0.2-0.2,0.3-0.4,0.4c-0.2,0.1-0.4,0.2-0.5,0.1c-0.4,0-0.7-0.2-1-0.4c-0.4-0.3-0.7-0.6-1-1c-0.7,0.1-1.4,0.2-2.1,0.4c-0.3,0.6-0.7,1.1-1.1,1.6c-0.3,0.4-0.7,0.7-1,0.8C6.4,15.7,6.2,15.8,6,15.7z M7.5,13.6c-0.2,0.1-0.3,0.2-0.5,0.3c-0.4,0.2-0.6,0.4-0.7,0.6c-0.1,0.2-0.1,0.3,0,0.4c0,0,0,0,0,0c0,0,0,0,0,0c0.1-0.1,0.4-0.3,0.7-0.6C7.2,14.1,7.4,13.9,7.5,13.6z M9.3,12.2c0.4-0.1,0.7-0.2,1.1-0.2c-0.2-0.3-0.4-0.6-0.5-0.9C9.6,11.5,9.5,11.8,9.3,12.2L9.3,12.2z M11.9,12.7c0.2,0.2,0.3,0.3,0.5,0.4c0.3,0.2,0.4,0.3,0.5,0.3c0,0,0.1,0,0.1,0c0,0,0.1-0.1,0.1-0.1c0-0.1,0.1-0.1,0.1-0.2c0,0,0,0,0-0.1c-0.1-0.1-0.2-0.2-0.6-0.2C12.3,12.7,12.1,12.7,11.9,12.7L11.9,12.7z M9.8,8.9C9.8,8.6,9.9,8.3,10,8c0-0.2,0-0.4,0-0.5c0-0.1,0-0.1,0-0.2c-0.1,0-0.1,0-0.2,0c-0.1,0-0.2,0.1-0.2,0.3c0,0.2,0,0.5,0,0.9C9.7,8.7,9.7,8.8,9.8,8.9L9.8,8.9z"/></g></svg>');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.eicon-web {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 18" style="enable-background:new 0 0 18 18;" xml:space="preserve"><style>.st0{fill:%23FFFFFF;}</style><g><path class="st0" d="M9.1,17c4.6,0,8.3-3.7,8.3-8.3c0-4.6-3.7-8.3-8.3-8.3c-4.6,0-8.3,3.7-8.3,8.3C0.7,13.3,4.5,17,9.1,17z M2.6,12l3.4,0c0.4,1.4,1,2.7,1.9,3.9C5.6,15.4,3.7,14,2.6,12z M6.9,6.4h4.2c0.3,1.5,0.3,3,0,4.5l-4.2,0C6.6,9.4,6.6,7.9,6.9,6.4z M9,15.5c-0.8-1.1-1.5-2.3-1.8-3.5l3.7,0C10.4,13.2,9.8,14.4,9,15.5z M10.1,15.8c0.9-1.2,1.5-2.5,1.9-3.9l3.6,0C14.5,14,12.5,15.5,10.1,15.8z M16.3,8.7c0,0.8-0.1,1.5-0.3,2.1l-3.8,0c0.3-1.5,0.3-3,0-4.5H16C16.2,7.1,16.3,7.9,16.3,8.7z M15.5,5.3h-3.6c-0.4-1.3-1-2.6-1.9-3.8C12.4,1.8,14.4,3.3,15.5,5.3z M10.8,5.3H7.2c0.4-1.2,1-2.4,1.8-3.5C9.8,2.9,10.4,4.1,10.8,5.3z M7.9,1.5C7,2.7,6.4,4,6,5.3H2.7C3.7,3.3,5.6,1.9,7.9,1.5z M5.8,6.4c-0.3,1.5-0.3,3,0,4.5l-3.6,0c-0.2-0.7-0.4-1.5-0.4-2.2c0-0.8,0.1-1.6,0.4-2.3H5.8z"/></g></svg>');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.download_pdf_flip.state .content-tag li span a {
  background-color: #e9e9e9;
  color: #000;
  margin-right: 10px;
}

.download_pdf_flip.state .content-tag li span a:hover {
  color: #fff;

}

.right-sidebar h4 span {
  font-family: 'robotoregular';
}

.download_pdf_flip ul.content-tag li p span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'robotobold';
}

.download_pdf_flip .appscape_email {
  padding-top: 25px;
}

.download_pdf_flip .appscape_email a {
  color: #439ab0;
  display: inline-block;
}

.download_pdf_flip {
  position: relative;
  margin-bottom: 25px;
}

.download_pdf_flip ul.content-tag li p a {
  color: #79975f;
  margin-bottom: 15px;
  display: block;
  word-break: break-all;
}

.contact-info-wrap.apps .email a {
  color: #703e5c;
}

.download_pdf_flip ul.content-tag.apps li p a {
  color: #703e5c;
}

.content-tag.apps li span a {
  background-color: #703e5c;
  cursor: pointer;
}

.content-tag.apps li span a:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.download_pdf_flip ul.content-tag.egov li p a {
  color: #9b3d57;
}

.download_pdf_flip ul.content-tag li p a:hover {
  text-decoration: underline;
}

.download_pdf_flip.state ul.content-tag li p a {
  color: #d77820;
}

.download_pdf_flip ul.content-tag {
  display: inline-block;
  margin: 0;
  padding: 25px 0;
}

.download_pdf_flip ul.content-tag li p.download-pdf {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'robotobold';
}

.download_pdf_flip .content-tag li span a {
  display: inline-flex;
}

.download_pdf_flip ul.content-tag.e-sampada li p a {
  color: #439ab0;
}

.content-tag.e-sampada li span a {
  background-color: #439ab0;
}

.content-tag.e-sampada li span a:hover {
  background-color: #000;
}



.download_pdf_flip:before {
  width: 75%;
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  background-color: #ccc;
}

.download_pdf_flip:after {
  width: 75%;
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: #ccc;
}

/* end svg icon style */

/* **** article detail css end
**** */

/* **** news page css
**** */
.custom_select_style {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.select_style select {
  padding: 10px 0;
  background-color: rgb(224, 224, 224);
  border: none;
  box-shadow: none;
  width: 140px;
  border-radius: 3px;
}

.newswrapper.page {
  padding-bottom: 50px;
}

/* #navbar_top1 .navbar-nav .nav-item.inprint {
  background-color: #f8b508;
} */

/* **** end news page css
**** */

.page-title h1 span {
  font-family: 'robotoregular';
  color: #112028;
}

/* **** mobile humberg css
**** */

.hamburger .line {
  width: 26px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3sease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3sease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

/* **** end mobile humberg css
**** */




/* **** election css */
.content_election h1 {
  font-size: 34px;
  line-height: 42px;
}

.content_election h3 {
  margin-top: 15px;
  font-size: 20px;
}

.content_election h2 {
  font-size: 28px;
  margin: 10px 0;
}

#stateData .card {
  border: none;
}

#stateData .card-body {
  padding: 0;
}

.article_state.election h4 {
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 7px;
}

.article_state.election p {
  margin-bottom: 0;
}

.article_state.election h3 {
  margin-top: 13px;
  line-height: 32px;
}

.article_state.election h5 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 7px;
}

.article_state.election h1 span {
  font-size: 20px;
  font-family: robotobold;
}

.election h1 {
  margin-top: 13px;
  margin-bottom: 0;
}

.article_state.election ol {
  padding-left: 16px;
}

/* *** end election css */


/* popup image */

.modal-target {
  cursor: pointer;
  transition: .5s ease;
}

.modal-target:hover {
  opacity: 0.9;
}

.popup-image .modal {
  display: none;
  position: fixed;
  z-index: 20;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content (image) */
.popup-image .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  opacity: 1 !important;
  max-width: 1200px;
  border-radius: 0;
}

/* Caption of Modal Image */
.popup-image .modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1200px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 1em;
  margin-top: 0px;
  background-color: #fff;
}

/* Add Animation */
.popup-image .modal-content,
.modal-caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-atransform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.popup-image .modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.popup-image .modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* end popup image */

/* october issue popup */
.my-modal .hdr_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.national-emblem img {
  width: 15%;
}

.national-emblem {
  margin-bottom: 32px;
}

.my-modal .modal-body {
  padding: 40px;
}

.my-modal .modal-content {
  width: 100%;
  margin: 0 auto;
}

.hdr_flex img {
  border-radius: 50%;
  background-color: #fc0;
  padding: 0;
  width: 13%;
}

.hdr_flex h3 {
  font-size: 24px;
  font-family: 'robotobold';
}

.modal_hdr_wrap button {
  color: #000;
  opacity: 1;
}

.cross-custamize button {
  margin-bottom: 20px;
  right: 20px;
  position: absolute;
  top: 20px;
}

/* in the news */
.article_news h5 {
  margin-bottom: 13px;
}

.text_info_wrap .btn.my_btn {
  padding: 0;
  font-family: 'robotomedium';
  margin-top: 10px;
  border: transparent;
  font-size: 15px;
}

.text_info_wrap .btn.my_btn:hover {
  background-color: transparent;
  border: transparent;
  color: #000;
  padding: 0;
}

.app-image img {
  border: 1px solid #bdbdbd;
  border-radius: 16px;
}

.custom_style img {
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  width: 100%;
}

.custom_style {
  padding: 3px;
}

.modal-body-content-info {
  overflow-y: scroll;
  height: 600px;
}

p.article-img span {
  font-size: 12px;
  font-family: 'robotoregular';
  background-color: #4d4d4d;
  display: block;
  color: #fff;
  padding: 7px 7px;
}

.modal-body-content-info p {
  font-size: 14px;
  font-family: 'robotoregular';
  margin-bottom: 15px;
  line-height: 24px;
}

.modal-body-content-info ul li {
  font-size: 14px;
  font-family: 'robotoregular';
  margin-bottom: 15px;
  line-height: 24px;
  list-style: disc;
}

.modal-body-content-info ul {
  padding-left: 2rem;
}

.table-responsive.haryana tr td span {
  font-size: 28px;
  text-align: center;
  color: #3261ad;
  font-family: 'robotobold';
}


/* new testimonials */

.testimonial_wrapper-new {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 50px 0;
}

.content_info-new {
  width: 70%;
  border-left: 2px solid #f88211;
}

.content_info-new p {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 30px;
}

.testimonial_content-new {
  width: 30%;
  text-align: center;
}

.testimonial_pic img {
  border-radius: 50%;
  padding: 0px;
  background: #dcdddf;
  width: 130px;
  height: 130px;
}

.testimonial_content-new .testimonial_pic {
  width: 100%;
}

.testimonial_pic img {
  border-radius: 50%;
  padding: 0px;
}

.testimonial_designation.new h5 {
  color: #000;
  padding: 5px 0;
  margin: 0 0;
  font-family: 'open_sansbold';
  font-size: 16px;
}

.testimonial_designation.new span {
  color: #4d4d4d;
  line-height: 20px;
}

.web-link {
  display: flex;
  gap: 10px;
  align-items: center;
}

.web-link img {
  width: 80%;
}

.testimonial_designation.new h5 p.small {
  display: inline;
  color: #000;
  font-family: 'robotomedium';
  font-variant: small-caps;
}

/* SUNIL CSS */
.ps-timeline-sec {
  position: relative;
  background: #fff;
}

.ps-timeline-sec .container {
  position: relative;
  font-family: "Lato", sans-serif;
}

/* .ps-timeline-sec .container ol:before {
  background: #00b381;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 49.5%;
}
.ps-timeline-sec .container ol:after {
  background: #00b381;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: 49.5%;
} */
.ps-timeline-sec .container ol.ps-timeline {
  margin: 170px 0;
  padding: 0;
  border-top: 2px solid #00b381;
  list-style: none;
}

.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 33%;
  padding-top: 30px;
  position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li h5 {
  text-align: center;
  margin: -30px 0 -40px 50px;
  font-weight: 700px;
  color: maroon;
}

.ps-timeline-sec .container ol.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 40px;
  color: #f88211;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top {
  border-top: 4px solid #00b381;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #00b381;
  width: 2px;
  height: 50px;
  background: #00b381;
  position: absolute;
  top: -50px;
  left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #00b381;
  width: 8px;
  height: 8px;
  background: #00b381;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot {
  border-bottom: 4px solid #00b381;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #00b381;
  width: 2px;
  height: 50px;
  background: #00b381;
  position: absolute;
  bottom: -50px;
  left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #00b381;
  width: 8px;
  height: 8px;
  background: #00b381;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.ps-timeline-sec .container ol.ps-timeline li h4 {
  font-size: 16px;
  color: darkgreen;
  text-decoration: underline;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 105px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 50px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bottom {
  position: absolute;
  margin: 5px;
  text-align: center;
}

p.auth-img {
  width: 50%;
  margin-bottom: 0;
  margin: 0 auto;
}

.page-content .article-paschim h3 {
  color: #5a61ac;
}

.page-content .article-paschim a {
  color: #5a61ac;
}

.page-content .article-paschim p a {
  color: #5a61ac;
}

.page-content .article-paschim p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #5a61ac;
  margin-top: 6px;
  padding-right: 5px;
}

/*.article-hyderabad ul li::marker {
    color: #ed1255;
    font-size: 18px;
}
*/


.page-content .article-hanumangarh h3 {
  color: #5a61ac;
}

.page-content .article-hanumangarh a {
  color: #5a61ac;
}

.page-content .article-hanumangarh p a {
  color: #5a61ac;
}

.page-content .article-hanumangarh p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #5a61ac;
  margin-top: 6px;
  padding-right: 5px;
}


.page-content .article-hamchi h3 {
  color: #5b65e2;
}

.page-content .article-hamchi a {
  color: #5b65e2;
}

.page-content .article-hamchi p a {
  color: #5b65e2;
}

.page-content .article-hamchi p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #5b65e2;
  margin-top: 6px;
  padding-right: 5px;
}

.page-content .article-green h3 {
  color: #42b676;
}

.page-content .article-green a {
  color: #42b676;
}

.page-content .article-green p a {
  color: #42b676;
}

.page-content .article-green p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #42b676;
  margin-top: 6px;
  padding-right: 5px;
}

.page-content .article-green ul li::marker {
  color: #4fb252;
  font-size: 18px;
}

.page-content .article-blue h3 {
  color: #5966df;
}



.page-content .article-blue a {
  color: #5966df;
}

.page-content .article-blue p a {
  color: #5966df;
}

.page-content .article-blue p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #5966df;
  margin-top: 6px;
  padding-right: 5px;
}

.page-content .article-blue ul li::marker {
  color: #5966df;
  font-size: 18px;
}


.page-content .passkey h3 {
  color: #eb2a5c;
}

.page-content .passkey a {
  color: #eb2a5c;
}

.page-content .passkey p a {
  color: #eb2a5c;
}

.page-content .passkey p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #eb2a5c;
  margin-top: 6px;
  padding-right: 5px;
}


.page-content .human h3 {
  color: #c12c84;
}

.page-content .human a {
  color: #c12c84;
}

.page-content .human p a {
  color: #c12c84;
}

.page-content .human p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #c12c84;
  margin-top: 6px;
  padding-right: 5px;
}


.page-content .building h3 {
  color: #51b948;
}

.page-content .building a {
  color: #51b948;
}

.page-content .building p a {
  color: #51b948;
}

.page-content .building p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #51b948;
  margin-top: 6px;
  padding-right: 5px;
}

.page-content .orange h3 {
  color: #c73226;
}

.page-content .orange a {
  color: #c73226;
}

.page-content .orange p a {
  color: #c73226;
}

.page-content .orange p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #c73226;
  margin-top: 6px;
  padding-right: 5px;
  overflow: hidden;
}

.page-content .orange .page-title h1 {
  margin-bottom: 20px;
  font-size: 36px;
  font-family: 'robotobold';
  color: #c73226;
}

.page-content .orange ul li::marker {
  color: #c73226;
}

.page-content .international h3 {
  color: #a7558c;
}

.page-content .international a {
  color: #a7558c;
}

.page-content .international p a {
  color: #a7558c;
}

.page-content .international p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #a7558c;
  margin-top: 6px;
  padding-right: 5px;
}

.page-content .orange-dark h3 {
  color: #983a56;
}

.page-content .orange-dark a {
  color: #983a56;
}

.page-content .orange-dark p a {
  color: #983a56;
}

.page-content .orange-dark p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #983a56;
  margin-top: 6px;
  padding-right: 5px;
}

.page-content .orange-dark ul li::marker {
  color: #9a3956;
  /* Change the color of the circle */
  font-size: 18px;
  /* Adjust the size if needed */
}

.page-content .dark-green h3 {
  color: #2eab91;
}

.page-content .dark-green ul li::marker {
  color: #2eab91;
  /* Change the color of the circle */
  font-size: 18px;
  /* Adjust the size if needed */
}



.page-content .dark-green a {
  color: #2eab91;
}

.page-content .dark-green p a {
  color: #2eab91;
}

.page-content .dark-green p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #2eab91;
  margin-top: 6px;
  padding-right: 5px;
}

.page-content ul li span {
  padding-right: 5px;
  font-family: 'robotomedium';
  color: #333;
}

.table>thead {
  vertical-align: bottom;
  font-size: 14px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  font-size: 14px;
  line-height: 24px
}

.count {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
}

.count h4 {
  color: #000;
  font-size: 30px;
  line-height: 50px;
  font-weight: normal;
  margin: 0px;
}

.count h5 {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.count p {
  color: #333;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

.counter-wrapper {
  background: #fff;
  background: cover;
  background-position: center center;
  position: relative;
}

.counter-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

.counter-inner {
  position: relative;
  z-index: 2;
  background: #f6f6f6;
  margin: 10px 0px 10px 0px;
}

.testimonial_wrapper-new {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 30px 0;
}

.content-tag {
  padding: 0px 0;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: wrap;
}

.content-tag .mtag-item.tag-item {
  color: #212121;
  font-size: 15.6px;
  font-family: 'robotobold';
  letter-spacing: 0.5px;
  background-color: transparent;
  margin: 0 5px 0 0;
  padding: 2px 8px 0 0;
}

.content-tag .tag-item {
  background-color: #F5F5F5;
  margin: 0 5px;
  padding: 2px 8px;
}

.content-tag .tag-item a {
  color: #616161;
  font-size: 14px;
  font-family: 'robotomedium';
  letter-spacing: 0.5px;
  padding: 0px;
}

#author {
  border-top: 1px solid #e1e1e1;
  padding: 15px 0px;
  list-style: none;
  /*    border-bottom: 1px solid #e1e1e1;*/
}

.auther_dates span.date {
  color: #424b5a;
  font-size: 14px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
  padding: 0px 0px;
  background: #fff;
}

#headerwrapper {
  position: relative;
  display: inline-block;
}

.text_info_wrap p a {
  color: #000;
}

.article_info_wrap .img_wrap {
  overflow: hidden;
}


.article_info_wrap .img_wrap:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
  width: 100%;
}

.main_info p a {
  text-decoration: none;
  color: #fff;
}

.oct-from-the-state .heading h1 {
  color: #371e2f;
  font-size: 36px;
  font-family: 'robotobold';
  margin-bottom: 20px;
}

.mainwrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.testimonials-new {
  background: #f6f6f6;
  padding: 0px 15px;
  margin: 20px 0px;
}

/*.image {
    position: relative;
    width: 100%;
    max-width: 100%;
}

h4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: rgba(0, 170, 79, 0.6);
    padding: 0.5em;
    box-sizing: border-box;
    color: white;
    font: bold 24px / 45px Helvetica, Sans-Serif;
    letter-spacing: -1px;
  }*/

.ht-30 {
  margin-top: 30px;
}

/*--- State ---*/
.state-main {
  margin-top: 50px;
}

.state-main h1 {
  color: #371e2f;
  font-size: 36px;
  font-family: 'robotobold';
  margin-bottom: 20px;
}

.state-main .state-wrapper {
  position: relative;
}

.state-main .state-wrapper .state-img {
  overflow: hidden;
  position: relative;
}

.state-main .state-wrapper .state-img img {
  transition: all 0.4s;
  width: 100%;
  height: 300px;
  background-size: cover;
  overflow: hidden;
  object-fit: cover;
  max-width: 100%;
  position: relative;
}

.state-main .state-wrapper .state-img:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}

.state-wrapper:hover .readmore-btn span {
  background-color: #fff;
  color: #000;
}

.state-wrapper:hover .state-info .readmore-btn a {
  background-color: #ffffff;
  color: #000;
}

.state-wrapper:hover .district-info .readmore-btn a {
  background-color: #ffffff;
  color: #000;
}

.state-main .state-wrapper .state-img:hover img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #0000006b;
  z-index: 0;
  left: 0;
  right: 0;
}

.state-main .state-wrapper .state-info {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
  width: auto;
  padding: 30px;
  color: #fff;
}

.state-main .state-wrapper .state-info h3 a {
  color: #fff;
  display: block;
}

.state-main .state-wrapper .state-info h3 {
  font-size: 30px;
  font-family: 'robotoregular';
}

.state-main .state-wrapper .state-info h3 span {
  font-family: 'robotobold';
}

.state-main .state-wrapper .state-info p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'robotoregular';
  padding: 10px 0;
}

.state-main .state-wrapper .state-info:hover .readmore-btn span {
  background-color: #fff;
  color: #000;
}


/*--- District ---*/
.district-main {
  margin-top: 50px;
}

.district-main h1 {
  color: #371e2f;
  font-size: 36px;
  font-family: 'robotobold';
  margin-bottom: 20px;
}

.district-main .district-wrapper {
  position: relative;
}

.district-main .district-wrapper .district-img {
  overflow: hidden;
  position: relative;
}

.district-main .district-wrapper .district-img img {
  transition: all 0.4s;
  width: 100%;
  height: 270px;
  background-size: cover;
  overflow: hidden;
  object-fit: cover;
  max-width: 100%;
  position: relative;
}

.district-main .district-wrapper .district-img:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}

.district-main .district-wrapper .district-img:hover img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #0000006b;
  z-index: 0;
  left: 0;
  right: 0;
}

.district-main .district-wrapper .district-info {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
  width: auto;
  padding: 30px;
  color: #fff;
}

.district-main .district-wrapper .district-info h3 a {
  color: #fff;
  display: block;
}

.district-main .district-wrapper .district-info h3 {
  font-size: 30px;
  font-family: 'robotoregular';
}

.district-main .district-wrapper .district-info h3 span {
  font-family: 'robotobold';
}

.district-main .district-wrapper .district-info p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'robotoregular';
  padding: 10px 0;
}

.district-main .district-wrapper .district-info:hover .readmore-btn span {
  background-color: #fff;
  color: #000;
}

.district-wrapper:hover .district-info .readmore-btn span {
  background-color: #fff;
  color: #000;
}

/*----- e-Gov Products & Services -----*/

.egov-wrapper:hover .egov-info .readmore-btn span {
  background-color: #fff;
  color: #000;
}

.egov-main {
  margin-top: 50px;
}

.egov-main h1 {
  color: #371e2f;
  font-size: 36px;
  font-family: 'robotobold';
  margin-bottom: 20px;
}

.egov-main .egov-wrapper {
  position: relative;
}

.egov-main .egov-wrapper .egov-img {
  overflow: hidden;
}

.egov-main .egov-wrapper .egov-img img {
  transition: all 0.4s;
  width: 100%;
  height: 270px;
  background-size: cover;
  overflow: hidden;
  object-fit: cover;
  max-width: 100%;
}

.egov-main .egov-wrapper .egov-img:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}

.egov-main .egov-wrapper .egov-info {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  color: #fff;
  padding: 30px 30px;
}

.egov-main .egov-wrapper .egov-info h3 a {
  color: #fff;
  display: block;
}

.egov-main .egov-wrapper .egov-info h3 {
  font-size: 30px;
  font-family: 'robotoregular';
}

.egov-main .egov-wrapper .egov-info h3 span {
  font-family: 'robotobold';
}

.egov-main .egov-wrapper .egov-info p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'robotoregular';
  padding: 10px 0;
}

.egov-main .egov-wrapper .egov-info:hover .readmore-btn span {
  background-color: #fff;
  color: #000;
}

.technology-main {
  margin-top: 50px;
}

.technology-main h1 {
  color: #371e2f;
  font-size: 36px;
  font-family: 'robotobold';
  margin-bottom: 20px;
}

.technology-main .technology-wrapper {
  position: relative;
}

.technology-main .technology-wrapper .technology-img {
  overflow: hidden;
}

.technology-main .technology-wrapper .technology-img img {
  transition: all 0.4s;
  width: 100%;
  height: 270px;
  background-size: cover;
  overflow: hidden;
  object-fit: cover;
  max-width: 100%;
}

.technology-main .technology-wrapper .technology-img:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}

.technology-main .technology-wrapper .technology-info {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
  width: auto;
  padding: 30px;
  color: #fff
}

.technology-main .technology-wrapper .technology-info h3 a {
  color: #fff;
  display: block;
}

.technology-main .technology-wrapper .technology-info h3 {
  font-size: 30px;
  font-family: 'robotoregular';
}

.technology-main .technology-wrapper .technology-info h3 span {
  font-family: 'robotobold';
}

.technology-main .technology-wrapper .technology-info p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'robotoregular';
  padding: 10px 0;
}

.technology-main .technology-wrapper .technology-info:hover .readmore-btn span {
  background-color: #fff;
  color: #000;
}

.technology-wrapper:hover .technology-info .readmore-btn span {
  background-color: #fff;
  color: #000;
}




.international_egov {
  padding: 50px 0;
}

.international_egov .international_wrap {
  margin-bottom: 0px;
  margin-bottom: 20px;
}

.international_wrap .img_wrap {
  overflow: hidden;
}

.international_wrap .img_wrap img {
  transition: .5s ease;
  width: 100%;
}

.international_wrap .img_wrap:hover img {
  transition: .5s ease;
  opacity: 0.9;
}

.international_wrap .text_info {
  padding: 15px 15px 15px 15px;
}

.international_wrap .text_info .ptitle {
  color: #3a3434;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #3a3434;
}

.international_wrap .text_info h3 a {
  color: #3a3434;
}

.international_wrap .text_info h3 a:hover {
  text-decoration: underline;
}

.international_wrap .text_info .btn.my_btn {
  padding: 0;
  font-family: 'robotomedium';
  margin-top: 10px;
  border: transparent;
  font-size: 15px;
}

.international_wrap .text_info .btn.my_btn:hover {
  background-color: transparent;
  border: transparent;
  color: #000;
  padding: 0;
}

sup {
  top: 3px;
  position: absolute;
  left: 0px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.in-the-news {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 0px;
}

.mt20 {
  margin-top: 15px;
}

.mb-mob {
  margin-bottom: 0px;
}


.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.table2 thead tr th {
  background-color: #f7bca7;
}

.table2.otp thead tr th {
  background-color: #6854a4;
  color: #fff;
  font-family: robotobold;
  font-size: 16px;
}

.table2 tbody tr:nth-child(odd) td {
  background-color: #fff;
}

.table2 tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
}

.table2:not(caption)>* {
  border: 1px solid #f1f1f1;
}

.appscape-listing {
  margin-bottom: 50px;
}

.page-content .article-echallan h3 {
  color: #9a3956;
}

.page-content .article-echallan a {
  color: #9a3956;
}

.page-content .article-echallan p a {
  color: #9a3956;
}

.page-content .article-echallan p em {
  font-size: 75px;
  font-family: 'robotoregular';
  vertical-align: middle;
  float: left;
  line-height: 50px;
  height: 50px;
  font-style: normal;
  color: #9a3956;
  margin-top: 6px;
  padding-right: 5px;
}

.article-echallan ul li::marker {
  color: #9a3956;
  /* Change the color of the circle */
  font-size: 18px;
  /* Adjust the size if needed */
}

p.content-cat span {
  position: relative;
  margin-left: 13px;
}

p.content-cat span:before {
  width: 2px;
  height: 12px;
  position: absolute;
  left: -8px;
  top: 5px;
  content: '';
  background-color: #838383;
}

.kumbh_wrap {
  display: flex;
}

.paschim_app {
  display: flex;
}

.readmore-btn span {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 12px;
  border-radius: 3px;
  font-size: 16px;
}

.eanugya-table .span_style {
  text-align: center;
  display: block;
  font-size: 24px;
}

.eanugya-table .span1 {
  display: block;
  font-size: 36px;
}

.eanugya-table .span2 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 10px;
}


.eanugya-table .span3 {
  display: block;
  font-size: 16px;
  line-height: 0;
}

.eanugya-table td {
  padding: 24px;
}



/* ===========================light and dark css=============================== */

body.dark {
  background-color: #292c35;
}

/* #9b59b6 */

body.dark h1,
body.dark h2,
body.dark .page-content .orange h3,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark span,
body.dark .page-content li,
.page-content ul li strong,
body.dark ul li a body.dark .support a {
  color: #fff;
}

body.dark p,
body.dark {
  color: #fff;
}

body.dark a,
body.dark {
  color: #fff;
}

body.dark ul li a,
body.dark {
  color: #fff;
}

body.dark span.date,
body.dark {
  color: #fff;
}

body.dark .content_info-new p {
  color: #000;
}

body.dark .orange ul li::marker {
  color: #fff;
}

body.dark .page-content p em {
  color: #fff;
}

body.dark .auth-info>span.auth-name {
  color: #fff;
}

body.dark .content-tag .mtag-item.tag-item {
  color: #fff;
}

body.dark h3 {
  color: #fff;
}

body.dark ol .breadcrumb-item a {
  color: #000;
}

body.dark p img {
  background-color: #fff;
}


body.dark .page-content .orange a {
  color: #fff
}


body.dark .email a {
  color: #fff
}



body.dark .article-subimg img {
  background-color: #fff;
}

body.dark ul li::marker {
  color: #fff !important;
}

body.dark .contact-info-wrap.apps .email a {
  color: #fff !important;
}


/* body.dark a {
  color: #fff !important;
} */
.page-content.my_article li strong {
  color: #000;
}

body.dark .page-content.my_article li strong {
  color: #fff;
}


body.dark .testimonials-new {
  background: #2f323d;
}

body.dark .testimonial_wrapper-new .content_info-new p {
  color: #fff;
}

body.dark .testimonial_designation.new h5 {
  color: #fff;
}

body.dark .testimonial_designation.new span {
  color: #fff;
}


body.dark #alsoread p {
  color: #fff;
}

body.dark .also_read_wrap {
  background-color: #2a2c35;
}

body.dark #alsoread a {
  color: #fff;
}

body.dark section#alsoreadwrapper p.readmore a:hover {
  color: #fff;
}





.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #5e5e5e;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {
  color: #f1c40f;
}

.fa-sun {
  color: #f39c12;
}

.checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked+.checkbox-label .ball {
  transform: translateX(24px);
}


/*  Support me if you like it */
.support {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.support a {
  color: #292c35;
  font-size: 32px;
  backface-visibility: hidden;
  display: inline-block;
  transition: transform 0.2s ease;
}

.support a:hover {
  transform: scale(1.1);
}



/* hindi style */

.btn {
  padding: 10px 15px;
  margin: 5px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.btn:hover {
  background: #f0f0f0;
}



/* issue at a glance smooth scroll */

.viewglance {
  max-height: 350px;
  /* Set your container height */
  overflow-y: scroll;
  /* Enable vertical scroll bar */
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: #888 #f1f1f1;
  /* For Firefox */
}

/* Webkit browsers (Chrome, Edge, Safari) */
.viewglance::-webkit-scrollbar {
  width: 8px;
}

.viewglance::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.viewglance::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.viewglanceList {
  margin-bottom: 10px;
}

/*end issue at a glance smooth scroll */



body.dark #alsoreadwrapper {
  background-color: #2a2c35;
}

body.dark #alsoreadwrapper h2 {
  color: #fff;
}

body.dark .slick-initialized .slick-slide {
  background-color: #2a2c35;
}

body.dark .slick-initialized .slick-slide.slick-current.slick-active {
  background-color: #2a2c35;
}

p.readmore a {
  border: none;
}

body.dark p.readmore a {
  border: none;
}

body.dark .ar-items {
  background-color: #2a2c35;
}

body.dark .slick-dotted.slick-slider {
  background-color: #2a2c35;
}

body.dark .content-tag .tag-item {
  background-color: #2a2c35;
}

body.dark ul.content-tag.disk_style li a {
  color: #fff;
}

body.dark .download_pdf_flip.state .content-tag li span a {
  background-color: #373942;
  color: #fff;
}

body.dark .testimonial_designation.new h5 p.small {
  color: #fff;
}

body.dark .app-content.apps_jan h2 a {
  color: #fff;
}

body.dark .content-tag .tag-item a {
  color: #fff;
}

body.dark .table-responsive table tr td {
  background-color: #373942;
  color: #fff;
}

body.dark .bottom_header {
  background-color: #373942;
}

body.dark .newswrapper.page.comman_padding {
  background-color: #373942;
}


body.dark .newswrapper.page.comman_padding .page-title h1 {
  color: #fff;
}

body.dark p.viewmagazine a {
  background-color: #373942;
}

body.dark p.viewmagazine a:hover {
  background-color: #fff;
  color: #000;
}

body.dark .readmore-btn a {
  background-color: #373942;
}




body.dark p.readmagazine a {
  background-color: #373942;
}

body.dark p.readmagazine a:hover {
  background-color: #fff;
}

body.dark .readmore-btn span {
  background-color: #373942;
}

body.dark .international_egov .text_info_wrap a {
  color: #fff;
}

body.dark .international_egov .text_info_wrap a:hover {
  color: #fff;
}


body.dark #inthenews .text_info_wrap a:hover {
  color: #fff;
}


body.dark h4 a svg {
  color: #fff !important;
}

body.dark h3 {
  color: #fff;
}

body.dark .page-content .article-green h3 {
  color: #fff;
}

body.dark .page-content .article-blue h3 {
  color: #fff;
}




body.dark .page-content .article-green a {
  color: #fff;
}


body.dark #alsoread h3 {
  color: #fff;
}

body.dark .share_icon a {
  display: inline-block;
  font-size: 30px;
  width: 28px;
}

body.dark .share_icon img {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

body.dark .alsoreadwrapper .prev-btn::before {
  background-image: url(../img/icons/arrow-left-circle-dark.svg);
}

body.dark .alsoreadwrapper .next-btn::before {
  background-image: url(../img/icons/arrow-right-circle-dark.svg);
}

body.dark .download_pdf_flip.state .content-tag li span a .eicon-book {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 23" style="enable-background:new 0 0 24 23;" xml:space="preserve"><style>.st0{fill:%23FFFFFF;}</style><g><path class="st0" d="M23.2,4L23.2,4h-1.5V3.5c0-0.2-0.1-0.4-0.3-0.4c-1-0.3-2.1-0.4-3.2-0.4c-1.8,0-4.2,0.4-6,2.2c-1.8-1.8-4.2-2.2-6-2.2C5.1,2.7,4,2.8,3,3.1c-0.2,0-0.4,0.2-0.4,0.4V4H1.1C0.9,4,0.7,4.2,0.7,4.4v14.2c0,0.2,0.2,0.4,0.4,0.4c0.1,0,0.2,0,0.2-0.1c0,0,4.5-2.5,10.7-0.9h0.1l0,0h0.1c6.2-1.6,10.7,0.9,10.7,0.9c0.1,0.1,0.3,0.1,0.4,0s0.2-0.2,0.2-0.4v-14C23.7,4.2,23.5,4,23.2,4z M1.6,18V4.9h1v11.2c0,0.2,0.2,0.4,0.4,0.5c0,0,0,0,0.1,0C4,16.5,5,16.4,5.9,16.4c1.3,0,2.6,0.2,3.8,0.6C7,16.6,4.2,16.9,1.6,18z M5.9,15.4c-0.8,0-1.6,0.1-2.4,0.2V3.9c0.9-0.2,1.8-0.3,2.6-0.3c1.7,0,4,0.4,5.6,2.2v11.1C10.8,16.2,9,15.4,5.9,15.4z M12.6,5.7c1.6-1.8,3.9-2.2,5.6-2.2c0.9,0,1.8,0.1,2.6,0.3v11.7c-0.8-0.1-1.6-0.2-2.4-0.2c-3,0-4.9,0.8-5.8,1.4L12.6,5.7L12.6,5.7z M22.8,18c-2.6-1.1-5.4-1.4-8.2-1.1c1.2-0.4,2.5-0.6,3.8-0.6c0.9,0,1.9,0.1,2.8,0.2c0.2,0,0.5-0.1,0.5-0.4c0,0,0,0,0-0.1V4.9h1.1V18z"/></g></svg>');
}

body.dark .download_pdf_flip.state .content-tag li span a .eicon-security {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15.3 15.3" style="enable-background:new 0 0 15.3 15.3;" xml:space="preserve"><style>.st0{fill:%23fff;}</style><polygon class="st0" points="13.9,8.9 13.9,12.1 1.8,12.1 1.8,8.9 0.9,8.9 0.9,13 1.2,13 1.8,13 13.9,13 14.2,13 14.8,13 14.8,8.9 "/><polygon class="st0" points="10.4,7.2 8.2,9.4 8.2,1.8 7.3,1.8 7.3,9.4 5.1,7.2 4.4,7.8 7.1,10.5 7.7,11.1 8.4,10.5 11,7.8 "/></svg>');
}