.clearfix:after {
  clear: both;
  content: '';
  display: table;
}

body {
  padding-top: 5rem;
  /* font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif */
}

.container {
  margin-left: 0px;
}

/* 
.mainheading {
	padding:1rem 0rem;
} */

.sideLogo {
  margin-bottom: 10px;
  width: 150px;
}

/* all_stories starts */

.card-grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 100%;
}

.card-grid .image-card {
  overflow: hidden;
  grid-row-end: span 1;
}

.view-more-block {
  margin-top: 20px;
  text-align: center;
}

.view-more-button {
  background-color: white;
  border: 1px solid #00ab6b;
  border-radius: 10px;
  padding: 10px;
  color: #00ab6b;
  cursor: pointer;
}

.view-more-button:hover {
  background-color: #00ab6b;
  color: white;
}

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
  color: #777;
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #00ab6b; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/* all_stories ends */

a {
  color: #00ab6b;
}
a,
a:hover {
  transition: all 0.2s;
}

.mediumnavigation {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .container {
    margin-left: auto;
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
}

/* section styles */

section {
  margin-bottom: 70px;
}

.relatedTitle {
  font-size: 1.8rem;
}

.section-title h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 27px;
}
.section-title span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.44);
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: -1px;
}

/* end section style */

.card-columns .card {
  margin-bottom: 20px;
}

/* featured styles start */

.listrecent .card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding-left: 0;
  margin-bottom: 15px;
}

.listrecent .wrapthumbnail {
  height: 250px;
  flex: 0 0 auto;
}

.listrecent .thumbnail {
  background-size: cover;
  height: 100%;
  display: block;
  background-position: 38% 22% !important;
  background-origin: border-box !important;
  border-top-left-radius: 2px;
}

.listrecent .card-content {
  max-height: 190px;
  overflow: hidden;
}

.metafooter {
  padding: 10px 0px;
}

.listfeaturedtag h2.card-title,
.listrecent h2.card-title {
  font-size: 1rem;
  font-weight: 700;
  min-height: 40px;
  max-height: 175px;
  line-height: 1.25;
  overflow: hidden;
}

.listrecent h2.card-title {
  max-height: 149px;
}

.listfeaturedtag h2.card-title a,
.listrecent h2.card-title a {
  color: rgba(0, 0, 0, 0.8);
}

.image-card h2.card-title a,
.image-card h2.card-title a {
  color: white;
}

.listfeaturedtag h2.card-title a:hover,
.listrecent h2.card-title a:hover {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.image-card .image-card-content .card-content .card-title a:hover {
  color: #00ab6b;
}

.listfeaturedtag h4.card-text,
.listrecent h4.card-text {
  color: rgba(0, 0, 0, 0.44);
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 400;
}

.listfeaturedtag h4.card-text {
  max-height: 40px;
  overflow: hidden;
}

.admana_card .card-block {
  padding: 0px;
  text-align: center;
}

.listrecent .image-card {
  height: 250px;
}

.listrecent .image-card a {
  width: 100%;
}

.listrecent .image-card .content-wrapper {
  position: relative;
}

.listrecent .image-card .image-block {
  width: 100%;
}

/* .listrecent .image-card .image-card-content{
	position: absolute;
	padding: 0px 5px;
	bottom:0px;
	max-height: 80px;
	min-height: 50px;
	overflow: hidden;
	text-align: center;
	width:100%;
} */

.listrecent .image-card .image-card-content {
  position: absolute;
  /* padding: 0px 5px; */
  top: 0px;
  /* max-height: 80px; */
  /* min-height: 50px; */
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.h-100 {
  height: 100%;
}

.listrecent .image-card .image-card-content .card-block {
  background-color: rgba(0, 0, 0, 0.55);
  padding-left: 10px;
  color: white;
}

.listrecent .image-card .image-card-content .card-block .card-title {
  text-align: left;
  margin-top: 30px;
}

.listrecent .image-card .image-card-content p {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 1.3rem;
  color: white;
}

.listrecent .image-card:hover .image-card-content p {
  color: #00ab6b;
}

.listrecent .image-card .thumbnail {
  background-size: contain;
  min-height: 250px;
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-origin: border-box !important;
  border-top-left-radius: 2px;
}

.listrecent .wrapfooter {
  bottom: 10px;
}

@media (min-width: 325px) {
  .listrecent h2.card-title {
    font-size: 1.3rem;
  }
}

.listrecent .wrapfooter {
  position: absolute;
  padding-right: 1.25rem;
  font-size: 12px;
  display: block;
  width: 85%;
}

@media (min-width: 576px) {
  .card-grid .card {
    grid-row-end: span 2;
  }

  .card-grid .image-card {
    grid-row-end: span 1;
  }

  .listrecent .card-block {
    padding-left: 0;
  }

  .card-grid {
    grid-template-columns: 50% 50%;
  }

  .card-columns.listfeaturedtag {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .card-columns.listrecent {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .card-grid .card {
    grid-row-end: span 1;
  }

  .card-columns.listfeaturedtag {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

/* feature styles end */

.post-top-meta {
  margin-bottom: 2rem;
}
.post-top-meta .author-thumb {
  max-width: 90px;
  height: 50px;
  border-radius: 30px;
}
.post-top-meta.authorpage .author-thumb {
  margin-top: 40px;
}
.post-top-meta span {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.44);
  display: inline-block;
}
.post-top-meta .author-description {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 0.95rem;
}
.author-meta {
  width: 100%;
  flex: 1 1 auto;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}
span.post-name,
span.post-date,
span.author-meta {
  display: inline-block;
}
/* span.post-date,span.post-read {
	color:rgba(0,0,0,.44);
} */
span.post-read-more {
  align-items: center;
  display: inline-block;
  /* float:right; */
  margin-top: 8px;
}
span.post-read-more a {
  color: rgba(0, 0, 0, 0.44);
}
span.post-name a,
span.post-read-more a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.image-card .post-name a {
  color: white;
}

.dot:after {
  content: '·';
  margin-left: 3px;
  margin-right: 3px;
}

.open-search-block {
  display: inline-block;
  margin-right: 10px;
}

.open-search-icon {
  margin-top: 4px;
}

.navigation-menu {
  line-height: 35px;
  display: block;
}

.search-icon {
  vertical-align: middle;
}

@media (min-width: 991px) {
  .navigation-menu {
    display: none;
  }
}

.search-form {
  display: none;
}

.nav-container {
  width: 100%;
}

@media (min-width: 425px) {
  .nav-container {
    max-width: 1140px;
  }

  .search-form {
    display: flex;
  }

  .open-search-block {
    display: none;
  }
}

.mediumnavigation .form-control {
  font-size: 0.8rem;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.mediumnavigation .form-inline {
  margin-left: 15px;
}
.mediumnavigation .form-inline .btn {
  margin-left: -50px;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}
.mediumnavigation .form-inline .btn:hover,
.mediumnavigation .form-inline .btn:active {
  background: transparent;
  color: green;
}
.mediumnavigation .navbar-brand {
  font-weight: 500;
}
.mediumnavigation .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0.5rem 0 0;
}
.mediumnavigation .nav-item,
.dropdown-menu {
  font-size: 0.9rem;
}
.mediumnavigation .search-icon {
  margin-left: -40px;
  display: inline-block;
  /* margin-top:3px; */
  cursor: pointer;
}
.mediumnavigation .navbar-brand img {
  max-height: 30px;
  margin-right: 5px;
}
.mainheading h1.sitetitle {
  font-family: Righteous;
}
.mainheading h1.posttitle {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.postImageTitle {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}

.link-dark {
  color: rgba(0, 0, 0, 0.8);
}
.article-post {
  position: relative;
  max-height: 400px;
  overflow: hidden;
  font-family: Merriweather;
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
}
blockquote {
  border-left: 4px solid #00ab6b;
  padding: 0 20px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}
.article-post p,
.article-post blockquote {
  margin: 0 0 1.5rem 0;
}
.featured-image {
  display: block;
  margin: 0px auto;
  margin-bottom: 1.5rem;
}
.share {
  text-align: center;
  margin-top: 20px;
}
.share p {
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.share {
  display: none;
}
.share ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.share ul {
  padding-left: 0;
  margin-left: 0;
}
.svgIcon {
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .container {
    padding: 0px 50px !important;
  }

  .share {
    position: fixed;
    display: block;
  }
  .share ul li {
    display: block;
  }

  .mainheading h1.posttitle {
    font-size: 2.5rem;
  }
}
@media (max-width: 999px) {
  .listfeaturedtag .wrapthumbnail,
  .listfeaturedtag .col-md-7 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .listfeaturedtag .wrapthumbnail {
    height: 250px;
  }
  .listfeaturedtag .card {
    height: auto;
  }
  .listfeaturedtag .wrapfooter {
    position: relative;
    bottom: 0px;
    margin-top: 15px;
  }
  .listfeaturedtag .card-block {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .post-top-meta .col-md-10 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .post-top-meta.authorpage {
    text-align: center;
  }
}
.share,
.share a {
  color: rgba(0, 0, 0, 0.44);
  fill: rgba(0, 0, 0, 0.44);
}
.graybg {
  background-color: #fafafa;
  padding: 40px 0 46px;
  position: relative;
}
.listrelated .card {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
  border: 0;
}
.card {
  border-radius: 4px;
}
.card .img-thumb {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
ul.tags {
  list-style: none;
  padding-left: 0;
  margin: 0 0 3rem 0;
}
ul.tags li {
  display: inline-block;
  font-size: 0.9rem;
}
ul.tags li a {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  padding: 5px 10px;
}
ul.tags li a:hover {
  background: rgba(0, 0, 0, 0.07);
  text-decoration: none;
}
.margtop3rem {
  margin-top: 3rem;
}
.sep {
  height: 1px;
  width: 20px;
  background: #999;
  margin: 0px auto;
  margin-bottom: 1.2rem;
}
.btn.follow {
  border-color: #02b875;
  color: #1c9963;
  padding: 3px 10px;
  text-align: center;
  border-radius: 999em;
  font-size: 0.85rem;
  display: inline-block;
}
.btn.subscribe {
  background-color: #1c9963;
  border-color: #1c9963;
  color: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);
  border-radius: 30px;
  font-size: 0.85rem;
  margin-left: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-top-meta .btn.follow {
  margin-left: 5px;
  margin-top: -4px;
}
.alertbar {
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.0785);
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding: 14px 0;
  z-index: 1;
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.authorpage h1 {
  font-weight: 700;
  font-size: 30px;
}
.post-top-meta.authorpage .author-thumb {
  float: none;
}
.authorpage .author-description {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
}
.post-top-meta.authorpage .btn.follow {
  padding: 7px 20px;
  margin-top: 10px;
  margin-left: 0;
  font-size: 0.9rem;
}
.graybg.authorpage {
  border-top: 1px solid #f0f0f0;
}
.authorpostbox {
  width: 760px;
  margin: 0px auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.authorpostbox .img-thumb {
  width: 100%;
}
.sociallinks {
  margin: 1rem 0;
}
.sociallinks a {
  background: #666;
  color: #fff;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  font-size: 12px;
}

/* footer style */

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  padding-top: 15px;
  padding-bottom: 12px;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.44);
  margin-top: 50px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* footer ends */

/*********** Download-styles ********************/

#banner {
  background-size: cover;
  position: relative;
}
#banner .app-img {
  padding-top: 10px;
  display: inline-block;
}
#banner .block > p {
  margin-bottom: 65px;
}
#banner .block {
  padding-top: 10px;
  text-align: center;
}
#banner .block h1 {
  margin-bottom: 18px;
  line-height: 55px;
  color: #262b31;
  font-weight: 300;
}
#banner .block p {
  font-size: 20px;
  color: #999;
  font-weight: 300;
}
#banner .block .download-btn li {
  display: inline-block;
}
#banner .block .download-btn li a {
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 28px 13px;
  font-size: 18px;
}
#banner .block .download-btn li a i {
  margin-right: 10px;
  font-size: 20px;
}
#banner .block .download-btn li .btn-apple {
  background: #8883bc;
  border: 1px solid transparent;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
#banner .block .download-btn li .btn-apple:hover {
  color: #8883bc;
  background: #fff;
  border: 1px solid #8883bc;
}
#banner .block .download-btn li .btn-andriod {
  background: #6fbf39;
  border: 1px solid transparent;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
#banner .block .download-btn li .btn-andriod:hover {
  color: #6fbf39;
  background: #fff;
  border: 1px solid #e1f7d2;
}
#banner .block .download-btn li .btn-windows {
  background: #00afec;
  border: 1px solid transparent;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
#banner .block .download-btn li .btn-windows:hover {
  color: #00afec;
  background: #fff;
  border: 1px solid #00afec;
}

/************* article page ******************/
/* 
  .newscontainer img{
	max-height: 40vh;
	max-width: 60%;
	margin:10px;
} */

.newsCardHeader {
  font-size: 1.5rem;
  font-weight: 550;
}

.xotcolor {
  color: #87b044;
}

.newsCard {
  min-height: 130px;
  max-height: 400px;
  overflow: hidden;
  font-size: 1.1rem;
}

.newsCard img {
  display: none;
}

.newsCard h1 {
  display: none;
}

.newsCard h2 {
  display: none;
}

.w100 {
  width: 100%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.xotkariColor {
  background-color: #8fb650;
}

.choiceModalButton {
  border-radius: 15px;
}

.choiceText {
  padding-left: 15px;
}

.choiceImage {
  height: 50px;
  padding: 6px;
  border: 1px solid lightgray;
  border-radius: 10px;
}

.whiteText {
  color: white;
}

.download_app_button {
  background-color: #8fb650;
  color: white;
  font-size: 15px;
  border-radius: 5px;
  padding: 3px 15px;
  margin-right: 5px;
}

.download_app_button:hover {
  background-color: white;
  border: 1px solid #8fb650;
  color: #8fb650;
}

.buttonOverlay {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.8),
    #ffffff
  );
  width: 100%;
  height: 80px;
  text-align: center;
}

.buttonOverlay a {
  color: white;
  padding: 10 30px;
}

.targetbtn {
  border-radius: 10px;
  min-width: 20vw;
  font-weight: bold;
  font-size: 1rem;
  background-color: #8fb650 !important;
  border-color: #8fb650 !important;
  text-decoration: none !important;
}

.centerText {
  text-align: center;
}

.justifiedText {
  text-align: justify;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

/********* fixed button **************/

.fixed_block {
  position: fixed;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.customContent img {
  width: 100%;
}

.xotkariIframePluginFrame iframe {
  width: 100%;
  min-height: 300px;
  max-height: 500px;
}

.image-article {
  max-width: 500px;
  max-height: 480px;
}
