@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=5.9.55");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=5.9.55") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=5.9.55") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=5.9.55") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=5.9.55") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Siddhanta";
  src: url("../fonts/siddhanta.eot");
  src: url("../fonts/siddhanta?#iefix") format("embedded-opentype"), url("../fonts/siddhanta.woff2") format("woff2"), url("../fonts/siddhanta.woff") format("woff"), url("../fonts/siddhanta.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.navbar { padding-top: 0px; padding-bottom: 0px; background: #FAE3A5; }
.navbar>.container-fluid { padding-left: 0; padding-right: 0;}

body{ background: url(../images/bg-pattern01.jpg); background-attachment: fixed; }

h2.dv-books { padding: 15px; font-size: 20px; font-weight: 600; color: #C25151; }
h2.dv-books>span{ position: relative; top: -44px; display: inline-block; margin: 0 auto; padding: 0 5px;} 
/* h2.dv-books>span::after { content: ""; background: #F44336; height: 3px; width: 90%; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); border-radius: 2px; } */


ul.tags { border-bottom: 1px solid #000;}

.loader { position: fixed; width: 100vw; height: 100vh; z-index: 1001; display: none; visibility: hidden; opacity: 0; transition: all 0.3s linear; background: none; }
.loader.show { display: block; visibility: visible; opacity: 1;}
.loader-block { height: 20px; width: 150px; position: absolute; background: #C25151; border-radius: 15px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; box-shadow: 0 0 2px 0 #000;}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: #000;
  position: absolute;
  z-index: 1;
}
.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}
.loader--text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 130px;
  border-radius: 0 0 12px 12px;
  background: #C25151;
  color: #fff;
  margin: auto;
  box-shadow: 0 0 2px 0 #000;
  z-index: -1;
}
.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  padding-left: 32px;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(130px);
  }
  65% {
    transform: translateX(130px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}


.breadcrumb-container { position: fixed; width: 100%; top: -3px; background: #fff; display: flex; align-items: center; height: 70px; z-index: 9; }
.breadcrumb { padding-left: 15px; padding-right: 15px; margin-bottom: 0;}
.breadcrumb-item.active { color: #C25151; }

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb a { color: #c25252;}

.navbar-light .navbar-brand { padding: 0; }
.navbar-brand img { display: inline-block;  max-width: 124px;}
.navbar-brand span { display: inline-block; color: #000; padding: 0 10px; }

h1 { color: #CEA539; text-shadow: 5px 5px 15px #f5f5f5; }

.hero-heading{ position: relative; font-size: 2rem;}
.hero-heading::before,
.hero-heading::after { display: inline-block; margin: 10px; width: 50px; height: 50px; vertical-align: top; content: ""; background: url(../images/hero-heading-left.png) top center no-repeat; background-size: contain;}
.hero-heading::after { background: url(../images/hero-heading-right.png) top center no-repeat; background-size: contain;}

.hero-banner { 
  background-image: url(../images/hero-banner-bg.jpg); 
  background-repeat: no-repeat; 
  background-position: center center; 
  background-size: contain; 
  background-color: #000;
  height: 40vw;
}
.hero-banner h1 { text-shadow: none; padding-top: 30px; }
.color-gold {color: #FAE3A5 !important; }

.section-style01 {}

.shloka-box {
  position: relative;
  box-shadow: none !important;
}


section.gen-template {  padding-top: 30px; }
.container.about-block,
.container.contact-block { background: #fff;  border-radius: 9px; min-height: 80vh; margin-bottom: 30px; }

section.actual-content {
  padding-top: 115px;
}

.article h1 { color: #130F33; padding-top: 15px; text-shadow: 2px 2px 5px #fff; }
.article h5 { color: #C25151; }


ul#pills-home-tab { background: #fff; padding: 0 15px; }
ul#pills-home-tab.nav-pills .nav-link { color: #868595; position: relative; padding-left: 0; padding-right: 0; margin-right: 5px; margin-left: 5px;}
ul#pills-home-tab.nav-pills .nav-link.active, 
ul#pills-home-tab.nav-pills .show>.nav-link { color: #130f33; font-weight: 800; background-color: transparent; }
ul#pills-home-tab.nav-pills .nav-link.active::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; border-radius: 2px; background: #C25151;}

.card h5.card-title { background: #fdf6e2; color: #c25252; padding: 8px; margin-bottom: 0; font-weight: bold; text-align: center; }
.card ul.card-text { list-style-type: none; padding-left: 0; }
.card ul.card-text li{ position: relative; }
ul.card-text li::before { content: '\2022'; color: #c25252; font-size: large; }
.card-body { padding: .8rem 1.25rem;}

.card-body a { color: #130f33;}
.card-body a:hover { color: #BB0000;}

.card.search-results-box { background: #fdf6e2; padding: 10px 10px 20px; border-radius: 15px; margin-bottom: 10px;}
.card.search-results-box .card-body { padding: 0 8px;  }
.card.search-results-box .card-body p{ color: #868595;}
.card.search-results-box .card-body p>span{ background: #CEA539; color: #130f33;}


.card.search-results-box .card-title.breadcrumb { display: block; padding: 5px 10px; border-radius: 9px; }
.breadcrumb li { display: inline-block; padding-left: 5px; padding-right: 5px; }



.card.search-box{ max-width: 992px; margin-left: auto; margin-right: auto;}
.btn-primary {
  color: #130f33;
  background-color: #FAE3A5;
  border-color: #FAE3A5;
  padding: 4px 12px;
  border-radius: 15px;
  margin: 5px;
}

.breadcrumb-container .btn-primary { padding: 3px 10px; border-radius: 5px;}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  color: #fff !important;
  background-color: #C25151;
  border-color: #C25151;
  box-shadow: none;
}

.card-footer {
  padding: 0;
  background-color: #f1f5f7;
  border-top: 0 solid #f1f5f7;
}

.card.shloka-box .card-title { color: #130F33; margin-bottom: 0; padding: 20px 20px 0; font-weight: 600; }
.card.shloka-box .card-body{ background-color: #fdf6e2; }
.card-body.append-tags { padding: 0; }
.card.shloka-box .card-body p { font-size: 18px; font-weight: 500; line-height: 1.9; color: #000; text-align: justify;}
.card.shloka-box .card-body p.details { font-weight: 400; font-size: 12px; color: #130F33;}
.card.shloka-box .card-footer{ text-align: right; padding: 0 20px 20px; background-color: #fdf6e2; border-color: #fdf6e2; }
.card.shloka-box .card-footer .btn-primary { padding: 4px 10px; }

.shloka-list-page h1, 
.shloka-list-page h2, 
.shloka-list-page h3, 
.shloka-list-page h4, 
.shloka-list-page h5, 
.shloka-list-page h6 { font-family: 'Siddhanta', sans-serif; font-weight: 600; }

.shloka-list-page p { font-family: 'Siddhanta', sans-serif; font-weight: 400; }

.shloka-list-page h1 { font-size: 26px; color: #F44336; position: relative; z-index: 1; margin-bottom: 15px; }
.shloka-list-page h1::after { background: #FFF4F3; position: absolute; left: -18px; top: -6px; bottom: -6px; right: 0; content: ""; z-index: -1; border-left: 3px solid #F44336; }

.shloka-list-page h2 { font-size: 24px; color: #C25151; background-color: #fdf6e2; position: relative; z-index: 1; margin-bottom: 10px; }
.shloka-list-page h2::after { background: #fdf6e2; position: absolute; left: -18px; top: -4px; bottom: -4px; right: 0; content: ""; z-index: -1; border-left: 3px solid #C25151; }

.shloka-list-page h3 { font-size: 22px;  color: #004a4a; position: relative; z-index: 1; margin-bottom: 8px;}
.shloka-list-page h3::after { background: #abffc6; position: absolute; left: -18px; top: -3px; bottom: -3px; right: 0; content: ""; z-index: -1;border-left: 3px solid #004a4a; }

.shloka-list-page h4 { font-size: 20px;  color: #7c0096; position: relative; z-index: 1; margin-bottom: 6px; }
.shloka-list-page h4::after,
.shloka-list-page h5::after,
.shloka-list-page h6::after { background: #ffbaff; position: absolute; left: -18px; top: -2px; bottom: -2px; right: 0; content: ""; z-index: -1;border-left: 3px solid #7c0096; }

.shloka-list-page h5 { font-size: 18px;  color: #660044; position: relative; z-index: 1; }
.shloka-list-page h5::after { background: #cea3ff; border-color: #660044; }

.shloka-list-page h6 { font-size: 16px;  color: #00007a; position: relative; z-index: 1; }
.shloka-list-page h6::after { background: #b3b9ff;border-color: #00007a; }




.shloka-nav { justify-content: space-between; }
.shloka-nav a { display: flex;}

.shloka-list-page {
  background: #fff;
  padding: 15px 15px;
  border-radius: 9px;
}

.shloka-list-page .card.shloka-box .card-body,
.shloka-list-page .card.explanation-box { background-color: #fff; }

.btn.btn-danger.btn-sm { color: #fff; background-color: #C25151 !important; border-radius: 15px !important; border-color: #C25151 !important; padding: 4px 16px !important; }


label{ font-weight: 400; color: #130F33;}

.login-box{ max-width: 768px; margin-left: auto; margin-right: auto; background: url(../images/login-box-bg.png) no-repeat center top; background-size: cover; }

.login-box .hero-heading { color: #130F33; font-size: 22px; }
.login-box h4 { font-size: 18px; margin-top: -15px;}

.login-box img { max-width: 30px; padding-top: 80px;}
.login-box .hero-heading::before,
.login-box .hero-heading::after{ margin: 0; width: 60px; height: 60px; filter: brightness(60%); }
.login-box form { max-width: 320px; margin: auto;}
.login-box form .btn-primary {
  color: #130f33;
  background-color: #AFDDF3;
  border-color: #AFDDF3;
  width: 100%;
}
.login-box form .btn-primary:hover {
  color: #fff;
  background-color: #C25151;
  border-color: #C25151;
}


/* Tiny MCE */



textarea#mentions {
  height: 350px;
}

.tox div.card {
  width: 240px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, .1);
  padding: 8px;
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.tox div.card::after {
  content: "";
  clear: both;
  display: table;
}

.tox div.card h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0;
  line-height: normal;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.tox div.card p {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.tox div.card img.avatar {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  float: left;
}

/* li.ui-sortable-helper { z-index: 3;}*/
li.ui-sortable-helper::after { content: ""; position: absolute; top:2px; right: 2px; bottom: 2px; left: 2px; border: 2px dashed; z-index: 2;} 


/*d3.js styles*/

.node {
    cursor: pointer;
    padding: 5px 0;
  }
  
  .node circle {
    fill: #fff;
    stroke: #BB0000;
    stroke-width: 1.5px;
  }
  
  .node text {
    font-size: 16px;
    color: red;
    padding: 5px 0;
  }
  
  .link {
    fill: none;
    stroke: #ddd;
    stroke-width: 1.5px;
    /*stroke-dasharray: 5,5;*/
  }
  .paragraph{
      margin-top: 1em;
  }
  div#visualization{
      top: 100px;
      left: 400px;
      position: absolute;
  }

@media only screen and (max-width: 1200px) {

  .hero-heading{ font-size: 1.6rem;}
  .hero-heading::before,
  .hero-heading::after { display: inline-block; margin: 5px 10px; width: 35px; height: 35px; }



}
@media only screen and (max-width: 992px) {

  .hero-banner { 
    background-image: url(../images/hero-banner-bg-tab.jpg); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: contain; 
    background-color: #000;
    height: 50vw;
  }

  h2.dv-books>span{ top: 0px; } 
  h2.dv-books { margin-bottom: 0; padding-bottom: 0;}

}

@media only screen and (max-width: 768px) {

  .login-box .hero-heading { font-size: 16px; }
  .login-box img { max-width: 20px; padding-top: 50px;}
  .hero-heading::before,
  .hero-heading::after{ margin: 0; width: 40px; height: 40px; }
  .login-box form { max-width: 280px; }
  .hero-banner { height: 80vw; }

}

@media only screen and (max-width: 580px) {

  .login-box .hero-heading { font-size: 14px; }
  .hero-heading::before,
  .hero-heading::after{ margin: 0; width: 20px; height: 20px; }

}

  