@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


body{
font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6{
font-family: 'Poppins', sans-serif;
}


a,a:active,a:focus,a:hover {
outline: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer !important;
text-decoration: none;
}


a:hover {
text-decoration: none;
}


img.img-fluid.img-logo {
    width: 200px;
}
/* section#slider-box { */
    /* background: url(../img/banner-1.png) no-repeat; */
    /* min-height: 550px; */
    /* background-position: center; */
    /* background-size: cover; */
/* } */
section#abt-section {
    padding-top: 80px;
    background-color: #FBF9F9;
    min-height: 700px;
}
.abt-book img {
    width: 480px;
}
.app-phn-screen {
    position: relative;
    top: 90px;
    float: right;
}
.abt-book-content {
    margin-top: 80px;
}
.main-content {
    margin-top: 175px;
}
.main-content h1 {
    font-weight: 800;
    color: #fff;
    line-height: 45px;
}
.main-content span {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
.main-content p {
    color: #fff;
    font-size: 18px;
}

.main-content ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.main-content ul li {
    list-style: none;
    display: inline-block;
    width: 26%;
}
.abt-book-content h4 {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}
.abt-book-content h2 {
    font-weight: 800;
}
.abt-book-content p {
    font-weight: 300;
    line-height: 26px;
    margin-top: 15px;
    text-align: justify;
}
.abt-book-content span {
    font-size: 20px;
}

.read-btn-box {
    margin-top: 30px;
}

.read-btn-box a {
    background-color: #F78C1E;
    border-color: #F78C1E;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
}
.read-btn-box a:hover{
background-color: #000;
}
section#ebook-section {
    margin-top: 50px;
}
.section-title span {
    margin-bottom: 2px;
    font-size: 20px;
}
.section-title h2 {
    font-weight: 700;
}
.section-title {
    margin: auto;
    text-align: center;
}
section#app-screenshots {
    margin-top: 50px;
    background: #FBF9F9;
    padding-top: 50px;
    padding-bottom: 10px;
}
section#download-app {
    margin-top: 50px;
}
.download-screen-txt {
    margin-top: 150px;
    width: 90%;
}
.download-screen-txt span{
  font-size:18px;  
}
.download-screen-txt h2 {
    font-weight: 800;
    font-size: 36px;
}
.download-screen-txt ul li {
    list-style: none;
    display: inline-block;
    width: 25%;
}

.download-screen-txt ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.download-screen {
    float: right;
}
.download-screen-txt p {
    margin-bottom: 20px;
}
footer {
    background-color:#f2f2f2;
    min-height: 230px;
    margin-top: 70px;
}
.footer-logo {
    margin-top: 60px;
}
.footer-title {
    margin-top: 60px;
}
.footer-title h3 {
    font-weight: 700;
    font-size: 24px;
}
.footer-title ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.footer-title ul li {
list-style: none;
display: block;
padding:4px 0;
}
.footer-title ul li a{
color:#000;
}
.footer-title ul li a:hover{
color:#F78C1E;
}
.footer-title ul li img {
    width: 150px;
    margin-top: 3px;
}
div#copyright-boxx {
    margin-top: 40px;
    border-top: 1px solid #CFC9C9;
}
.copyright-line p {
    margin-bottom: 0;
    font-size: 15px;
}

.copyright-line {
    padding: 7px 0;
    text-align: center;
}


.testimonial{
    margin: 0 20px;
}
.testimonial .description{
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #2660a4;
    border-left: 1px solid #2660a4;
    font-size: 15px;
    color: #887e7f;
    line-height: 30px;
    text-align: left;
    position: relative;
}
.testimonial .description:before{
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #ff5a5f;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}
.testimonial .description:after{
    content: "";
    width: 50%;
    height: 1px;
    background: #2660a4;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial .testimonial-content{ position: relative; }
.testimonial .testimonial-content:before{
    content: "";
    width: 1px;
    height: 20px;
    background: #2660a4;
    position: absolute;
    top: -50px;
    left: 50%;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 2px;
    height: 40px;
    background: #2660a4;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #2660a4;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ff5a5f;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    background: #F78C1E;
}
div#testimonial-slider {
    margin-top: 40px;
}
.book-cover-box img {
    border-radius: 10px;
}

.book-cover-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    min-height:500px;
}

.book-details h3 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}
.book-details {
    padding: 5px 5px;
}
.more-info-btn {
    margin-bottom: 10px;
}

.more-info-btn a {
    background-color: #F78C1E;
    border-color: #F78C1E;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
}
.more-info-btn a:hover{
background-color:#000;
}

div#testimonial-slider1 {
    margin-top: 50px;
}

.owl-theme .owl-controls {
    margin-top: 20px !important;
    text-align: center;
}
.no-event{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  background-color: grey !important;
  
}
.badge-box span {
    padding: 11px 15px;
    background-color: #F78C1E!important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px 0px 10px 0px;
}

.badge-box {
    position: absolute;
    top: 11px;
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #F78C1E;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #000;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}
ul.navbar-nav.mx-auto.mb-2.mb-lg-0 a {
    padding: 0 11px;
    font-size: 15px;
    color: #000;
}
ul.navbar-nav.mx-auto.mb-2.mb-lg-0 a:hover{
color:#F78C1E;
}
.topbar-right a {
    background-color: #e52626;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    margin-right: 4px;
    border-color: #e52626;
}
.topbar-right a:hover{
    background-color: #000;
}

.navbar-light .navbar-toggler {
    position: relative;
    left: 20px;
}
.topbar-right {
    display: flex;
    width: 25%;
}
a.hard-copy {
    background-color: #e52626;
    color: #fff;
    border: 1px solid #e52626;
}


/* Inner Page Css */

#inner-page-title{
 background: url(../img/banner-1.png) no-repeat;
    min-height: 100px;
    background-position: center;
    background-size: cover;
}
.page-title {
    margin-top: 25px;
}
.page-title h4 {
    color: #fff;
    margin-bottom: 3px;
    font-weight: 700;
}
.page-title a {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !Important;
}
.breadcrumb-item.active {
    color: #fff !important;
}
section#content-abt {
    margin-top: 60px;
}
.content-abt-box h3{
font-weight: 700;
}
.main-table {
    width: 40%;
}
.main-table .table td{
border-bottom:none;
}

.book-cover img {
    width: 400px;
}
.book-cover-content {
    margin-top: 10px;
}
.book-cover-content h1 {
    font-weight: 700;
    font-size: 26px;
}
.pending-content h2{
    font-weight: 500;
    font-size: 25px;
}
.book-continue a {
    background-color: #F78C1E;
    border-color: #F78C1E;
    padding: 8px 15px;
    font-size: 16px;
}
.book-continue a:hover{
 background-color: #000;
border-color:#000;   
}
.book-continue button {
    background-color: #F78C1E;
    border-color: #F78C1E;
    padding: 8px 15px;
    font-size: 16px;
}
.book-continue button:hover{
 background-color: #000;
border-color:#000;   
}
.book-continue button .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle{
 background-color: #000;
border-color:#000;     
}
.book-continue button .btn-check:focus+.btn-primary, .btn-primary:focus{
background-color: #000;
border-color:#000; 
box-shadow: none !important;    
}
.modal_content p {
    margin-bottom: 2px;
}
.modal_content h5 {
    font-weight: 600;
}
div#nav-footer {
    position: relative;
    left: 50px;
}

.e-book-box h3 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.e-book-box {
    margin-top: 10px;
}
.book-cover-content p {
    text-align: justify;
    line-height: 25px;
}
.pending-content p {
    text-align: justify;
    line-height: 26px;
}
.e-book-book-item ul {
    margin: 0;
    padding: 0;
}
.e-book-book-item ul li {
    list-style: none;
    display: inline-block;
    width: 36%;
    vertical-align: top;
}
.e-book-book-item ul li:last-child {
    width: 62%;
}
.e-book-item a {
    font-size: 15px;
    font-weight: 600;
    color: #f78c1e;
    line-height: 0px;
}
.e-book-book-item img {
    width: 140px;
    border-radius: 5px;
}
.e-book-item p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.e-book-book-item {
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 10px 8px;
    border-radius: 10px;
}
.read-more-link a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.author-info ul li p {
    width: 150px;
    font-weight: 600;
    margin-bottom: 10px;
}
.author-info ul li {
    list-style: none;
    display: flex;
}
.author-info ul {
    margin: 0;
    padding: 0;
}
.book-continue {
    margin-top: 15px;
}
.scan-code-box {
    position: relative;
}
.bar-code {
    position: absolute;
    right: 0;
    margin-top: -180px;
}
.bar-code img {
    width: 220px;
}
.book-details p {
    margin-top: 5px;
}
.book-details span {
    font-weight: 600;
    position: relative;
    top: 7px;
}
.publish-center ul {
    margin: 0;
    padding: 0;
}
.publish-center ul li {
    list-style: none;
    display:block;
    padding: 2px 0;
    font-size: 16px;
}
.publish-center ul li h4 {
    margin-bottom: 0;
    font-weight: 800;
}

.publish-center {
     background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    min-height: 150px;
    padding-bottom: 20px;
    border: 1px solid #ddd;
}

.stockist-center {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    min-height: 150px;
    padding-bottom: 20px;
    border: 1px solid #ddd;
}

.stockist-center ul {
    margin: 0;
    padding: 0;
}
.stockist-center ul li {
    list-style: none;
    display: block;
    padding: 2px 0;
    font-size: 16px;
}
.stockist-center ul li h4 {
    margin-bottom: 0;
    font-weight: 800;
}
.eternal-box {
    margin-top: 10px;
    margin-bottom: 10px;
}
.eternal-box h4 {
    margin-bottom: 6px;
    font-weight: 700;
}
.eternal-box p {
    margin-bottom: 3px;
}
.stock-list {
    margin-bottom: 5px;
}

.stock-list span {
    font-size: 16px;
    font-weight: 400;
}
.ebook-web {
    margin-top: 5px;
    margin-bottom: 11px;
}
.ebook-web p {
    margin-bottom: 0px;
}
.ebook-web h4 {
    font-size: 18px;
    font-weight: 600;
}
.success-msg span {
    font-size: 16px;
    font-weight: 500;
    padding: 11px 15px;
}
.bar-code-new {
    position: relative;
}
.bar-new {
    position: absolute;
    right: 0;
    top: -80px;
}
.bar-new img {
    width: 150px;
    margin-left: 10%;
}
span.mob {
    font-size: 18px;
    font-weight: 400;
}
.success-msg {
    margin-top: 15px;
}
img.img-fluid.img-dwnload {
    width: 150px;
    margin-top: 5px;
}
span.download-img {
    font-size: 18px;
    font-weight: 600;
    color: #F78C1E;
}
ul.privacy-box {
    margin-bottom: 20px;
    margin-top: 20px;
}
ul.privacy-box li {
    padding: 3px 0;
}
ul.privacy-box li strong {
    margin-right: 6px;
}

.header-social_media ul {
    padding: 0;
    display: flex;
    gap: 10px;
}
.header-social_media ul li img {
   height:35px;
   width:35px;
   margin-top:10px;
}

.social_media ul li {
    list-style: none;
    display: inline-block;
}

.social_media ul {
    margin-left: 40px;
}
.social_media {
    margin-top: 15px;
}
.social_media ul li i {
    border: 1px solid #000;
    color: #000;
    width: 45px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 36px;
    margin-right: 5px;
    border-radius: 5px;
}
.social_media ul li i:hover{
background-color:#F78C1E;
border-color:#F78C1E;
color:#fff;
}


@keyframes blink {
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}

blink{animation: blink 1s infinite;}


.whatsapp-box {
    margin-top: 17px;
}

.whatsapp-box p {
    margin-bottom: 5px;
}

.whatsapp-box img{
width: 40px;
    margin-right: 10px;	
}
.whatsapp-box a {
    font-size: 18px;
    white-space: nowrap;
	color:#000;
}






#slider-box .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 6rem;
    left: 12%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    width: 45%;
}


section#slider-box h2 {
    font-weight: 800;
    color: #fff;
    line-height: 45px;
    font-size: 2.5rem;
    text-transform: uppercase;
}
ul.playstore-list {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

ul.playstore-list li {
    list-style: none;
    display: inline-block;
    width: 22%;
}
.brown-clr{
color:#482a22 !important;
}

.brown-clr-bg{
    background-color: #482a22;
    width: 33%;
    color: #fff !important;
    padding: 11px 15px;
    border-radius: 5px;	
}
.light-clr-bg{
    background-color: #bea98c;
    width: 45%;
    color: #fff !important;
    padding: 11px 15px;
    border-radius: 5px;	
}
.light-clr-bg-blu2{
    background-color: #4ea4db;
    width: 37%;
    color: #fff !important;
    padding: 11px 15px;
    border-radius: 5px;	
}
.light-clr{
color:#775c38 !important;
}
.light-blck2{
color:#141414 !important;
}
.green-clr-bg{
    background-color: #b5bf7b;
    width: 50%;
    color: #fff !important;
    padding: 11px 15px;
    border-radius: 5px;	
}
section#slider-box .book_orange .carousel-caption h5 {
    color: #000;
}
.green-clr{
color:#415a4c !important;
}

.folder-icon {
    text-align: center;
    border-radius: 15px;
    background-color: #f2f2f2;
    margin: 2px;
    margin-bottom: 0;
    margin-top: 10px;
}

.folder-icon img {
    border-radius: 10px;
    width: 270px;
}

.folder-icon a {
    color: #000;
}

.tab-img {
    width: 24%;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0;
    vertical-align: top;
    padding: 10px;
}
.tab-img-1 {
    width: 24%;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0;
    vertical-align: top;
    padding: 5px;
}
div#page-sec {
    margin-top: 20px;
}
div#fold {
    padding: 0;
    margin-bottom: 10px;
}

.card-body {
    padding: 0;
    margin-top: 20px;
}
.audio-box {
    margin-top: 15px;
}
.video-box {
    border-radius: 10px;
    padding: 15px 0;
    background-color: #fff;
    margin-top: 15px;
    vertical-align: top;
    height: 240px;
}
.video-box video {
    height: 100%;
}
.info-section-box i {
    margin-right: 10px;
    font-size: 20px;
}
.nav-link{
color:#000;	
}
.nav-tabs .nav-link {
    padding: 12px 15px;
    margin-right: 10px;
    border-color: #e9ecef #e9ecef #dee2e6 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #F78C1E;
    border-color: #F78C1E !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.nav-link:focus, .nav-link:hover {
    color: #F78C1E;
}


.img-tab {
    overflow: hidden;
    height: 270px;
}
.img-tab img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
    border-radius: 15px;
}
.tab-img:hover .img-tab img{
    transform: scale(1.08);
	border-radius: 15px;
}
.bg-audio {
    background: url(../img/audio-bg.png) no-repeat;
    min-height: 220px;
    background-position: center;
    background-size: cover;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 20px;
    padding-bottom: 3px;
}
.audio-box.bg-audio audio {
    margin-top: 150px;
}
h5.text-center {
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.folder-link {
    position: relative;
}
.folder-link h5 {
    position: absolute;
    top: -55px;
    right: 0;
    left: 0;
	color:#000;
}
video {
    height: 300px;
    vertical-align: top;
    background: #000;
    /* background-image: url(../img/light-bg.png); */
    border-radius: 10px; 
    padding-top: 7px
}

section#user-reviews {
    margin-top: 90px;
}


.owl-theme .owl-controls .owl-page span{
height:5px !important;
margin:5px 5px !important;	
}

.review-txt {
    margin: auto;
    margin-bottom: 20px;
}

.review-txt h3{
font-weight:600;
}

.screenshots {
    height: 230px;
    margin: auto;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
    border-radius: 20px;
}
.screenshots img {
    height: 100%;
}
div#testimonial-slider2 {
    margin-top: 40px;
}
.section-title h2::after {
    content: "";
    border: 2px solid #f78c1e;
    width: 4%;
    position: absolute;
    display: block;
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
    margin-top: 10px;
}
.send_request_btn{
    background-color: #F78C1E;
    border-color: #F78C1E;
}
/* Reviews page */
.review_screenshots {
    min-height: 300px;
    box-shadow: 0px 0px 14px #0000002f;
    background: url(../img/light-bg.png);
    background-repeat: no-repeat;
    border: 7px solid white;
    margin-top: 25px;
}

.review_screenshots .video-box {
    background-color: transparent;
    margin-top: 0;
    height: 270px;
    padding: 0;

}

.review_screenshots .video-box video {
    background: none;
}

.review_screenshots audio {
    background: url(../img/audio.png) no-repeat;
    min-height: 260px;
    background-position: center 85px;
    background-size: contain;
    border: 0;
}
.review_screenshots audio {
    margin-top: 0 !important;
}
.video-box video{
    display:block !important;
}
.audio-box audio{
    display:block !important;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row !important;
    gap: 20px !important;
} 
.carousel-indicators [data-bs-target] {
    background-color: #000000 !important;   
}