.article-description-section, .article-description-section p, .article-description-section span {
  font-family: 'Noto Sans', sans-serif !important;
}
.article-description-section ul li {
  list-style: disc;
}
.article-description-section ol li {
  list-style: decimal;
}
.article-description-section ol ol, .article-description-section ol ul, .article-description-section ul ol, .article-description-section ul ul {
  margin-left: 20px;
}
/***********************************/
/* Start Spinner */

.spinner-section {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 20%;
  vertical-align: middle;
}
.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #ff8102;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  vertical-align: middle;
  display: inline-block;
}
.flash-message-section {
  position: absolute;
  right: 0;
  min-width: 300px;
}

.row-footer {
  display: flex;
  margin: 0;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* End Spinner */
/***********************************/

.card-container.card {
  max-width: 350px;
  padding: 40px 40px;
}

.btn {
  font-weight: 700;
  height: 36px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

/*
 * Card component
 */
.card {
  background-color: #F7F7F7;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin input[type=email],
.form-signin input[type=password] {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px !important;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  border-color: rgb(104, 145, 162);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
  /*background-color: #4d90fe; */
  background-color: rgb(104, 145, 162);
  /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
  background-color: rgb(12, 97, 33);
}

.forgot-password {
  color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
  color: rgb(12, 97, 33);
}

.social-icons-section {
  width: 100%;
  float: left;
  text-align: center;
}
.social-icons-section li {
  display: inline-block;
  margin: 0 5px;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

.extra-info-heading-section .info {
  color: gray;
  font-style: italic;
  font-weight: normal;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid gray;
}

.extra-info-heading-section .info:last-child {
  border-right: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
.logo-text {
  font-size: 30px;
  padding: 15px;
  color: #FFF;
  display: inline;
  vertical-align: middle;
}
.dropdown-menu {
  background-color: #011031 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #011031 !important;
}

.article-banner-image {
  width: 350px;
  height: 262px;
  text-align: center;
  line-height: 258px;
  border: 1px solid #d0d5d8;
  background-color: #000000;
}
.article-banner-image a, .article-banner-image-small a, .article-image-section a, .article-banner-image-featured a {
  display: inline-block !important;
  height: 100%;
}
.article-banner-image img, .article-banner-image-small img, .article-image-section img, .article-banner-image-featured img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.5;
}

.article-banner-image-small {
  width: 90px;
  height: 82px;
  text-align: center;
  line-height: 78px;
  border: 1px solid #d0d5d8;
  background-color: #000000;
}
.article-banner-image-featured {
  width: 248px;
  height: 186px;
  text-align: center;
  line-height: 182px;
  border: 1px solid #d0d5d8;
  background-color: #000000;
}
.article-image-section {
  width: 100%;
  height: 360px;
  text-align: center;
  line-height: 340px;
  margin-bottom: 30px;
}
.article-title-link, .article-category {
  color: #000000;
  font-size: 16px;
}
.btn-round {
  border-radius: 20px;
  height: auto;
}
.btn-custom-outline-js-orange {
  color: #ff8102;
  background-color: transparent;
  background-image: none;
  border-color: #ff8102;
}
.btn-custom-outline-js-orange:hover {
  color: #FFF;
  background-color: #011031;
  border-color: #011031;
  background-image: none;
  font-weight: 700;
}
.category-nav-link {
  font-size: 20px;
  color: #ffffff !important;
  padding: 5px 20px !important;
}
.category-nav-link:hover, .nav-item:hover {
  font-size: 20px;
  color: #FFFFFF !important;
  background-color: #4c1006;
}
.sidebar-section .category-nav-link:hover, .nav-item:hover {
  background-color: #ff8102;
}
.error-message-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bg-jainsaar {
  background-color: #ff8102 !important;
  color: #FFF !important;
}
.nav-item {
  padding: .5rem 0;
}
.navbar {
  padding: 0 !important;
}
.search-icon {
  display: none;
}
.search-form-section .collapse {
  display: inline-block;
}
.header-area .top-header-area .top-header-content .logo img {
  width: 70px;
}
.login-link {
  color: #ffffff;
}
.login-link:hover {
  color: #ff8102;
}
.section-sub-heading {
  border-bottom: 2px solid #ff8102;
  text-align: center;
  width: 100%;
  margin: 20px 0;
  border-radius: 16px 16px 0 0;
}
.section-sub-heading h6, .section-sub-heading h3, .section-sub-heading h5 {
  background-color: #ff8102;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 4px 14px 5px;
  border-radius: 4px 4px 0 0;
}
.section-sub-heading h6 {
  font-size: 16px;
}
.section-sub-heading h3 {
  font-size: 1.75rem; 
}
.related_articles {
  padding: 0 20px;
  width: 100%;
}
.related_articles li {
  margin: 20px 10px;
  list-style: devanagari;
  font-size: 18px;
}
.related-article-link {
  font-size: 18px;
  text-decoration: underline;
}
.related-article-link:hover {
  font-size: 18px;
  color: #ff8102;
}
.breadcrumb-section {
  margin: 20px 0;
  background-color: #011031;
}
.breadcrumb {
  background-color: #011031;
  color: #FFF;
}
.breadcrumb-section a {
  color: #ff8102;
  font-size: 14px;
}
.breadcrumb-section a:hover {
  color: #ffffff;
}
.share-section span {
  margin: 0 5px;
}

.search-form-internal-section {
  margin-bottom: 20px;
}
.search-form-internal-section form {
  width: 250px;
  height: 40px;
  position: relative;
  z-index: 2;
  margin-left: 50px; 
}
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .search-form-internal-section form {
            width: 400px; } }
        @media only screen and (max-width: 767px) {
          .search-form-internal-section form {
            margin-left: 0;
            width: 160px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .search-form-internal-section form {
            margin-left: 0;
            width: 300px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .search-form-internal-section form {
            width: 320px; } }
        .search-form-internal-section form input {
          width: 100%;
          height: 100%;
          border: 1px solid #011031;
          border-radius: 5px;
          background-color: transparent;
          padding: 0 15px;
          font-size: 14px;
          color: #011031; }
          .search-form-internal-section form input.form-control {
            box-shadow: none; }
        .search-form-internal-section form button {
          width: 50px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 10;
          border: none;
          background-color: transparent;
          color: #011031;
          cursor: pointer;
          outline: none; }
        .search-form-internal-section form .form-control::-webkit-input-placeholder {
          color: #011031;
          opacity: 1; }
        .search-form-internal-section form .form-control::-moz-placeholder {
          color: #011031;
          opacity: 1; }
        .search-form-internal-section form .form-control:-ms-input-placeholder {
          color: #011031;
          opacity: 1; }
        .search-form-internal-section form .form-control::-ms-input-placeholder {
          color: #011031;
          opacity: 1; }
        .search-form-internal-section form .form-control::placeholder {
          color: #011031;
          opacity: 1; }

.public-info p {
  font-size: 24px;
  font-family: 'Noto Sans', sans-serif !important;
  text-align: justify;
  padding: 20px 0;
}
.public-info span {
  font-size: 16px;
}
.public-info span a {
  font-size: 16px;
  text-decoration: underline;
  font-style: italic;
}



/* Bootstrap override */
.btn-outline-facebook {
  color: #353786;
  background-color: transparent;
  background-image: none;
  border-color: #353786;
}

.btn-outline-facebook a {
  color: #353786;
  text-decoration: none;
  font-weight: bold;
}

.btn-outline-facebook:hover {
  color: #fff;
  background-color: #353786;
  border-color: #353786;
}

.btn-outline-facebook:hover a {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}

.btn-outline-js {
  color: #ff8102;
  background-color: transparent;
  background-image: none;
  border-color: #ff8102;
}

.btn-outline-js a {
  color: #ff8102;
  text-decoration: none;
  font-weight: bold;
}

.btn-outline-js:hover {
  color: #fff;
  background-color: #ff8102;
  border-color: #ff8102;
}

.btn-outline-js:hover a {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}

.btn-outline-js-b {
  color: #011031;
  background-color: transparent;
  background-image: none;
  border-color: #011031;
}

.btn-outline-js-b a {
  color: #011031;
  text-decoration: none;
  font-weight: bold;
}

.btn-outline-js-b:hover {
  color: #fff;
  background-color: #011031;
  border-color: #011031;
}

.btn-outline-js-b:hover a {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}

.social-link-section {
  margin: 20px 0;
}

.social-link-section .share-header {
  margin: 0 20px;
}

.views {
  margin: 0 5px;
}

:root {
  --jainsaar-navy: #011031;
  --jainsaar-orange: #ff8102;
  --jainsaar-border: #d0d5d8;
  --jainsaar-soft: #fff8f0;
}

.turbo-article-frame {
  display: block;
}

.turbo-frame-placeholder {
  align-items: center;
  background: var(--jainsaar-soft);
  border: 1px solid rgba(1, 16, 49, 0.08);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 180px;
  width: 100%;
}

.turbo-frame-placeholder .spinner-section {
  padding: 32px;
}

turbo-frame[busy] {
  opacity: 0.72;
}

.featured-post-area .single-blog-post.style-3,
.category-articles .single-blog-post.small-featured-post,
.other-articles-section .single-blog-post.small-featured-post {
  background-color: #ffffff;
  border: 1px solid rgba(1, 16, 49, 0.08);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(1, 16, 49, 0.06);
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.featured-post-area .single-blog-post.style-3 {
  padding: 10px;
}

.category-articles .single-blog-post.small-featured-post,
.other-articles-section .single-blog-post.small-featured-post {
  margin-bottom: 14px;
  padding: 14px;
}

.category-articles .single-blog-post.small-featured-post:last-child,
.other-articles-section .single-blog-post.small-featured-post:last-child {
  margin-bottom: 0;
}

.featured-post-area .single-blog-post.style-3:hover,
.category-articles .single-blog-post.small-featured-post:hover,
.other-articles-section .single-blog-post.small-featured-post:hover {
  box-shadow: 0 14px 30px rgba(1, 16, 49, 0.12);
  transform: translateY(-2px);
}

.article-banner-image,
.article-banner-image-small,
.article-banner-image-featured {
  background-color: var(--jainsaar-navy);
  border-color: rgba(1, 16, 49, 0.12);
  border-radius: 8px;
  overflow: hidden;
}

.article-banner-image img,
.article-banner-image-small img,
.article-banner-image-featured img {
  transition: transform 180ms ease;
}

.single-blog-post:hover .post-thumb img {
  transform: scale(1.02);
}

.single-blog-post .post-data .post-catagory {
  letter-spacing: 0;
}

.single-blog-post .post-data .post-title h6 {
  color: var(--jainsaar-navy);
}

.btn-custom-outline-js-orange,
.pagination .page-link {
  cursor: pointer;
}

.btn-custom-outline-js-orange {
  border-radius: 999px;
  padding-left: 14px;
  padding-right: 14px;
}

.pagination .page-link {
  border-color: rgba(1, 16, 49, 0.12);
  color: var(--jainsaar-navy);
  margin: 0 3px;
}

.pagination .active .page-link,
.pagination .page-item.active .page-link {
  background-color: var(--jainsaar-orange);
  border-color: var(--jainsaar-orange);
  color: #ffffff;
}

.article-empty-state {
  background: var(--jainsaar-soft);
  border: 1px solid rgba(1, 16, 49, 0.08);
  border-radius: 8px;
  color: var(--jainsaar-navy);
  padding: 32px;
  text-align: center;
}
