@charset "UTF-8";
/* break points
   ========================================================================== */
body {
  font-family: "Montserrat", sans-serif;
}

.top-bar {
  background-color: #d7b203;
  display: block;
  height: 20px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.bottom-footer {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  left: 0;
  padding: 15px;
  position: fixed;
  width: 100%;
}

.bottom-social ul {
  margin: 15px 0 0;
}
.bottom-social ul li {
  display: inline-block;
  margin-left: 20px;
}
.bottom-social ul li a {
  color: #8b8b8b;
  font-size: 18px;
}
.bottom-social ul li a:hover {
    color: #e9655e;
    font-size: 18px;
}
#quick-links {
    margin: 9px 0 0;
}
#quick-links li {
    display: inline-block;
    margin: 0 10px;
}
#quick-links li a {
    color: #8b8b8b;
    font-size: 13px;
}
.bottom-brand img {
  width: 190px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1 {
  font-size: 72px;
  margin: 0;
}

h2 {
  font-size: 33px;
  margin: 0;
}

h3 {
  font-size: 19px;
  margin: 0;
}

p {
  font-size: 14px;
  line-height: 25px;
}

.main-wrapper {
  min-height: 100vh;
  position: relative;
  background-color: #f9f9f9;
}

.content-wrapper {
  padding: 21px 2px 55px;
  background-color: #f7f7f7;
}

.category-container {
  padding: 0 10px;
}

.category-half-1 {
  padding-left: 15px;
  padding-right: 10px;
}

.category-half-2 {
  padding-right: 15px;
  padding-left: 10px;
}

.category-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.category-wrapper::before {
  content: "";
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*#jyothi-sastra {
  
  min-height: 281px;
  max-height: 281px;
}

#ayurveda {
  background-image: url(../images/ayurvedic.png);
  min-height: 706px;
  max-height: 706px;
}

#yoga {
  
  min-height: 669px;
  max-height: 669px;
}

#veda-ganitha {
  background-image: url(../images/veda-ganitha.png);
  min-height: 317px;
  max-height: 317px;
}

#natya-sasthra {
  background-image: url(../images/natya-sastra.png);
  min-height: 472px;
  max-height: 472px;
}

#vastu {
  background-image: url(../images/vastu-sastra.png);
  min-height: 214px;
  max-height: 214px;
}

#temples {
  background-image: url(../images/temples.png);
  min-height: 214px;
  max-height: 214px;
}

#mantra {
  background-image: url(../images/mantra.png);
  min-height: 279px;
  max-height: 279px;
}*/

.category-description {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 15px;
}
.category-description h4 {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
.category-description p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
}
.category-description a {
  background: #e0bf06;
  border-radius: 6px;
  color: #000 !important;
  padding: 5px 10px;
  font-size: 12px;
}

.category_wrapper section {
  padding: 0 5px;
}
.category_wrapper section div {
  position: relative;
}
.category_wrapper section a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 170px;
  font-weight: 700;
  color: #fff;
}
.category_wrapper section .category.active a {
  background-color: rgba(0, 120, 255, 0.8);
}
.category_wrapper .row {
  margin-left: -5px;
  margin-right: -5px;
}
.category_wrapper article {
  width: 100%;
  margin: 0 0 10px;
}
.category_wrapper article img {
  width: 100%;
  border-radius: 4px;
}

header.category_header {
  padding: 15px 0;
  background-color: #f3f3f3;
  margin: 0 0 25px;
}
header.category_header h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 7px 0 0;
}
header.category_header a.btn_start {
  float: right;
  background-color: #0078ff;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 25px;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .category-container {
    padding: 0 15px !important;
  }
}
/*@media (max-width: 768px) {
  .category-wrapper {
    max-height: 300px !important;
    min-height: 300px !important;
  }
}*/
@media (max-width: 576px) {
  .bottom-brand {
    text-align: center !important;
  }
  .bottom-brand img {
    width: 170px;
  }

  .bottom-social ul {
    text-align: center;
  }

  .content-wrapper {
    padding: 50px 0 110px;
  }

  .category-half {
    padding: 0 15px !important;
  }
}

/*# sourceMappingURL=main.css.map */
/***============create rest api page==============***/
.rest-api-article {
    margin: 0 auto;
    max-width: 728px;
}
.article-header h2 {
    font-weight: 400;
    margin: 0 0 20px;
}
.author-pic {
    border-radius: 50%;
    height: 50px;
    margin: 0 10px 0 0;
    overflow: hidden;
    width: 50px;
}
.author-pic img{
    width: 100%;
}
.author {
    display: flex;
}
.author-details p a {
    border: 1px solid #222;
    border-radius: 4px;
    color: #222;
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
}
.author-details > section {
    color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
}
.author-details > section a{
    color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
}
.author-details p {
    margin: 0 0 2px;
}
.article-header {
    margin: 0 0 20px;
}
.content {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
	margin-top:15px;
}
.content > a {
    color: #212529;
    text-decoration: underline;
}
.content-tile{
	margin:30px 0 0;
}
.code-wrapper {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    line-height: 15px;
    margin: 40px 0 0;
    padding: 15px;
}
.code-wrapper span {
    display: block;
    margin: 0 0 30px;
}
.code-wrapper span mark {
    background-color: rgb(233, 253, 240);
}
.code-wrapper > span:last-child {
    margin: 0;
}
.tags-area > a {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    border-radius: 4px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px 0 0;
    padding: 5px 15px;
}
.develpers-details-area {
    margin: 40px 0 0;
}
.like-follow {
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    padding-bottom: 20px;
}
.like-area span {
    background: rgba(0, 0, 0, 0) url("../images/clap-2.png") no-repeat scroll center center / 30px auto;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    width: 60px;
}
.like-area a:hover span{
	border-color:rgba(28, 153, 99, 1);
}
.like-area > a {
    display: flex;
    position: relative;
}
.like-area > a {
    position: relative;
}
.like-area > a small {
    color: #222;
    font-size: 13px;
    margin: 19px 0 0 10px;
}
.folow li{
	display:inline-block;
}
.folow li a {
    background-size: 100% auto;
    display: block;
    height: 22px;
    margin: 0 0 0 7px;
    width: 22px;
}
.f-twitter{
	background: rgba(0, 0, 0, 0) url("../images/twitter.png") no-repeat scroll center center / 30px auto;
}
.f-facebook{
	background: rgba(0, 0, 0, 0) url("../images/facebook-square.png") no-repeat scroll center center / 30px auto;
}
.f-bookmark{
	background: rgba(0, 0, 0, 0) url("../images/bookmark.png") no-repeat scroll center center / 30px auto;
}
.f-more{
	background: rgba(0, 0, 0, 0) url("../images/more.png") no-repeat scroll center center / 30px auto;
}
.like-area {
    float: left;
}
.folow {
    float: right;
    margin: 15px 0 0;
}
.author-pic-2 {
    border-radius: 50%;
    height: 90px;
    margin: 0 10px 0 0;
    overflow: hidden;
    width: 90px;
}
.author-pic-2 img {
    width: 100%;
}
.author-2 {
    display: flex;
}
.author-details-2 h4 {
    font-size: 22px;
}
.author-details-2 > small {
    color: #777;
}
.author-details-2 > p {
    color: #777;
}
.authors-area section {
    margin: 0 0 30px;
    padding: 0 90px 0 0;
    position: relative;
}
.follow-btn {
    border: 1px solid rgba(28, 153, 99, 1);
    border-radius: 3px;
    color: rgba(28, 153, 99, 1);
    display: inline-block;
    font-size: 13px;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 10px;
}
.author-details-2 {
    margin: 5px 0 0;
}
.authors-area .btn-block {
    border: 1px solid rgba(28, 153, 99, 1);
    border-radius: 4px;
    color: rgba(28, 153, 99, 1);
    display: inline-block;
    font-size: 13px;
    padding: 15px 0;
}
.more-from-medium {
    background-color: #f5f5f5;
    margin: 40px 0 0;
    padding: 30px 0 0;
}
.more-from-medium h3 {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    padding: 0 0 15px;
}
.related-article h6 {
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
}
.related-article p {
    font-size: 19px;
    font-weight: 400;
}
.author-pic-3 {
    border-radius: 50%;
    height: 40px;
    margin: 0 10px 0 0;
    overflow: hidden;
    width: 40px;
}
.author-pic-3 img {
    width: 100%;
}
.author-3 {
    display: flex;
    float: left;
}
.author-details-3 h5 {
    font-size: 12px;
}
.author-details-3 h5 a {
    color: #222;
}
.author-details-3 a:hover {
	text-decoration:underline;
}
.author-details-3 > small, .author-details-3 > small a {
    color: #777;
}
.author-links li {
    display: inline-block;
}
.author-links li a {
    background-size: 100% auto;
    display: block;
    height: 20px;
    margin: 0 0 0 0;
    width: 20px;
}
.author-links {
    float: right;
	margin:5px 0 0;
}
.author-links li:first-child a{
	background: rgba(0, 0, 0, 0) url("../images/clap.png") no-repeat scroll center center / 100% auto;
}
.author-links li:last-child a{
	background: rgba(0, 0, 0, 0) url("../images/bookmark.png") no-repeat scroll center center / 100% auto;
}
.author-links li:first-child {
    border-right: 1px solid #ddd;
    margin: 0 5px 0 0;
    padding-right: 8px;
}
/***====topics=======***/
.explore-topic-area h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 45px;
}
.topic-title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    padding: 0 0 23px;
    position: relative;
}
.topic-title span{
    position: relative;
	display:inline-block;
}
.topic-title span::before {
    background-color: #333;
    bottom: -24px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.category-box article section {
    align-items: center !important;
    border: 1px solid #ddd;
    display: flex;
    flex: 1 1 auto;
    margin: 0 0 -1px;
    min-height: 80px;
    padding: 10px 15px;
}
.category-box article section h4 a{
	color:#222;
}
.category-box article section h4 {
    /*float: left;*/
    font-size: 16px;
    margin: 3px 0 0;
	-webkit-box-flex: 1;
    flex: 1 1 auto;
}
.add-btn {
	background: rgba(0, 0, 0, 0) url("../images/categories/add.png") no-repeat scroll center center / 15px auto;
    border: 1px solid #777;
    border-radius: 50%;
    display:inline-block;
    /*float: right;*/
    height: 30px;
    width: 30px;
}
.bottom-social li a, .bottom-social li, .bottom-social li a i {
  font-size: 14px!important;
  font-style: normal!important;
}
body {
  overflow-x: hidden;
}

h2 a, h2 a:hover {
  color: #000;
  text-decoration: none;
}
p a, p a:hover {
  color: #000;
  text-decoration: none;
}
related-article figure {
  height: 200px;
  overflow: hidden;
}
.bottom-brand img {
  width: 100px!important;
}


/**Header Swiper**/

/* CSS Document */
body{
    font-family: 'Montserrat', sans-serif;
	padding:0!important;
	margin:0;
	
}
/***========swiper========***/
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
     /* display: flex;*/
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
.swiper-slide img{
	width:100%;
}
.category-swiper {
    padding: 0 0 0;
}
.swiper-slide a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 10px;
    display: block;
    margin: 30px 0 0px;
    padding: 20px;
    transition: all 0.5s ease 0s;
}
.swiper-slide a:hover{
	transform:scale(0.9,0.9);
	text-decoration:none;
}
.swiper-slide a p {
    background-position: left center;
    background-repeat: no-repeat;
    color: #363430;
    font-weight: 300;
    height: 87px;
    margin: 0;
    padding: 30px 0 0 105px;
    text-align: left;
}
#category-1 p{
	background-image:url(../images/horoscope.png);
}
#category-2 p{
	background-image:url(../images/match-making.png);
}
#category-3 p{
	background-image:url(../images/panchanga.png);
}
#category-4 p{
	background-image:url(../images/astro-calendar.png);
}
.fixed-swiper{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	padding: 15px 0;
	transition: all 0.3s ease 0s;
	z-index: 99;
}
.fixed-swiper section{
	height:50px;
}
.fixed-swiper section a {
    font-size: 12px;
    padding: 12px 12px 0;
}
/***===========responsive=============***/
@media (min-width:250px) and (max-width:1270px){
.swiper-slide a p {
	background-size: 70px auto;
	padding: 30px 0 0 80px;
}
.swiper-slide a p {
    font-size: 15px;
}
}
@media (min-width:250px) and (max-width:767px){
	
}

.category-wrapper img {
  width: 100%;
}


.category-list-wrapper {
    background-color: #fff;
}
header.category_header {
    margin: 0;
}
.bottom-footer .bottom-brand img {
    width: 80px!important;
}
.category-main h2 {
    font-size: 24px;
}
.category-main p {
    text-transform: lowercase;
    text-align: justify;
}






.content-wrapper {
    padding: 20px 0px 35px;
}
.category_titlecard {
    background-color: #f6801a;
    padding: 15px 25px;
    margin: 0 0 25px;
}
.category_titlecard h2 {
    color: #fff;
    margin: 0 0 5px;
}
.category_titlecard p {
    margin: 0;
    color: #fff;
}
.category_content {
    padding: 0 50px;
    margin: 0 0 25px;
}
.category_content img {
    width: 85%!important;
    display: block;
    margin: 0 auto;
}
.category-sub article {
    background-color: #fff;
    padding: 26px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.category-sub article img.img-fluid {
    width: 100%!important;
    height: auto!important;
}
.category-sub {
    padding: 0 30px 30px;
}
.category-sub article h2 {
    font-size: 20px;
}
.category_content h3 a {
    color: #000;
}
/*.rest-api-article {
    max-width: 100%;
}
.rest-api-article figure {
    float: left;
    width: 500px;
    margin: 0 30px 20px 0;
}*/
.rest-api-article figure img {
	width:100%!important;
}
.related-article article {
    padding: 20px;
    background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.related-article article figure a {
    display: block;
}
.related-article article figure img.img-fluid {
    width: 100%!important;
    height: auto!important;
}
.related-article article h2 {
    font-size: 22px;
    margin: 0 0 10px;
}
.related-article article p {
    margin: 0;
    font-size: 14px;
}
.rest-api-article * {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif!important;
}
.article-header h2 {
    font-size: 36px!important;
}
.article-header p {
    font-size: 21px!important;
	line-height: 35px;
    text-align: justify;
}
.article-header p:first-child:first-letter {
  color: #903!important;
  float: left;
  font-family: Georgia!important;
  font-size: 75px!important;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
/***===11-1-2019===***/
.category-list-wrapper {
    background-color: transparent !important;
}
.category_content {
    background-color: #fff;
    padding: 26px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.category-sub {
    padding: 0 0 30px!important;
}
.category_content img {
    width: 100%!important;
}
.category-sub article p a {
    max-height: 125px;
    overflow: hidden;
    display: block;
}
.category-sub article {
    margin-bottom:20px;
}
.category_titlecard h2 {
    color: #f6801a;
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 30px;
}
.category_titlecard {
    background-color: transparent;
    padding: 0 0 10px;
    margin: 0 0 25px;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px;
}
.category_titlecard p {
    color: #000;
    margin: 15px 0 0;
    font-size: 12px;
    font-weight: 600;
}
.category-sub article h2 {
    font-size: 18px;
    font-weight: 600;
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
}
.related-article article h2 {
    font-size: 17px;
    max-height: 42px;
    margin: 0 0 15px;
    overflow: hidden;
    font-weight: 600;
    min-height: 42px;
}
.related-article p a{
	max-height: 100px;
    overflow: hidden;
    display: block;
}
.more-from-medium h3 {
    font-size: 22px;
    font-weight: 600;
}
.related-article article {
    border-radius: 6px;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
}

.category-sub article {
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}




.card {
    background-color: #fff;
    max-width: 410px;
    margin: 5px auto 0;
    padding: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.card .card-header {
    margin: 0;
    background-color: transparent;
    border: none;
}
.card .card-header strong {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    display: block;
}
.card form .form-group label {
    display: block;
    font-size: 14px;
    margin: 0 0 5px;
}
.card form .form-group input.form-control {
    width: 100%;
    height: 40px;
    background-color: #fff!important;
    border: solid 2px #ddd;
    margin: 0 0 20px;
    padding: 0 15px;
    box-sizing: border-box;
	border-radius: 5px;
}
.card form {
    position: relative;
}
.card button.btn {
    background-color: #10d150;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 3px;
    font-size: 15px;
}
.card .form-group.text-right a {
    font-size: 14px;
    color: #000;
    text-align: left;
    display: block;
}