/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
.main_heading {
  line-height: 40px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Libre Baskerville";
  color: #1b1b1b;
}
.main_para {
  font-size: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville";
  color: #fc3657;
}

/* --------- SLIDER--------- */

#slider { 
  max-width:100%; 
  margin:auto; 
  position:relative;
  padding: 0;
}
#slider img {
  width: 100%;
}
.slide_next_image img {
  width: auto !important;
  height: 100%;
}
#slider .slider-box h1 {
  margin: 0;
  padding: 0;
  font-size: 50px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Libre Baskerville";
  text-align: center;
}
#slider .slider-box h4 {
  font-size: 35px;
  color: #fc3657;
  font-weight: 300;
  font-family: "Libre Baskerville";
  text-align: center;
}
#slider .slider-box p {
  font-size: 16px;
  line-height: 22px;
  color: #e7e2df;
  font-weight: 400;
  font-family: "Ubuntu";
  text-align: center;
}
#slider .slider-box {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  max-width: 50%;
  left: 10px;
  right: 0;
  text-align: center;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
#slider .slider-box a {
  font-size: 15px;
  padding: 11px 27px;
  border-radius: 6px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #373737;
  font-weight: 400;
  font-family: "Source Sans Pro";
  text-align: center;
  background: #c3c0be;
}
#slider .slider-box a:hover{
  background-color: #fc3657;
  color: #fff;
}
#slider .slide_btn {
  text-align: center;
  margin-top: 20px;
}

/* --------------- Service ------------- */

section#service {
  padding: 30px;
  position: relative;
  width: 100%;
}
#service .box1 {
  background: #ededed;
  padding: 16px 10px;
  border: 3px solid #fff;
}
#service .box2 {
  background: #ededed;
  padding: 16px 10px;
  border: 3px solid #fff;
}
#service .box3 {
  background: #ededed;
  padding: 16px 10px;
  border: 3px solid #fff;
}
#service .box4 {
  background: #ededed;
  padding: 16px 10px;
  border: 3px solid #fff;
}
#service h5.title {
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  color: #1a1a1a;
  font-weight: 300;
  font-family: "Libre Baskerville";
}
#service p.post {
  font-size: 14px;
  line-height: 22px;
  color: #838383;
  font-weight: 400;
  font-family: "Ubuntu";
  text-align: left;
}

/* --------------- About ------------- */

#about .abt_bg {
  background: #f1f1f1;
}
#about .box h5 {
  font-size: 20px;
  color: #353535;
  font-weight: 300;
  font-family: "Libre Baskerville";
}
#about .box p {
  font-size: 15px;
  line-height: 22px;
  color: #7c7c7c;
  font-weight: 300;
  font-family: "Ubuntu";
}
#about .box {
  padding: 10px 20px;
}
#about .about_icon {
  text-align: left;
}

/* --------------- Book Store ------------- */

#book_store .book_product_content h5 {
  font-size: 16px;
  line-height: 24px;
  color: #353535;
  font-weight: 400;
  font-family: "Libre Baskerville";
  text-align: center;
}
#book_store .book_product_content p {
  font-size: 13px;
  line-height: 24px;
  color: #353535;
  font-weight: 400;
  font-family: "Libre Baskerville";
  text-align: center;
}
#book_store .book_product_content {
  margin-top: 25px;
}
#book_store .book_btn a {
  font-size: 16px;
  line-height: 21px;
  color: #373737;
  font-weight: 400;
  font-family: "Ubuntu";
  text-align: center;
  border: 2px solid #fc617b;
  padding: 8px 20px;
  border-radius: 7px;
}
#book_store .book_btn a:hover{
  background: #fc3657;
  color: #fff;
}
#book_store .book_btn {
  text-align: center;
  margin-top: 25px;
}
#book_store .price del {
  display: none;
}
#book_store .price ins {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #fbb804;
  font-weight: 500;
  font-family: "Ubuntu";
  text-align: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 45px;
  background: #fff;
  left: 50%;
  padding-top: 15px;
  box-shadow: 0 0 10px #eee;
}
#book_tab{
  background-color: #373737 !important;
}

/* --------------- latest_book ------------- */

#latest_book .latest_book_content h5 {
  font-size: 16px;
  line-height: 24px;
  color: #353535;
  font-weight: 400;
  font-family: "Libre Baskerville";
  text-align: center;
}
#latest_book .latest_book_content p {
  font-size: 13px;
  line-height: 24px;
  color: #353535;
  font-weight: 400;
  font-family: "Libre Baskerville";
  text-align: center;
}
#latest_book .latest_book_content {
  margin-top: 15px;
  text-align: center;
}
#latest_book .price del {
  display: none;
}
#latest_book .price {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #fc3657;
  font-weight: 500;
  font-family: "Ubuntu";
  text-align: center;
}

/* --------------- latest Release ------------- */

#release .release_head p {
  color: #fc3657;
}
#release .release_content img {
  width: 140px!important;
  height: 140px;
  border: 1px solid transparent;
  border-radius: 50%;
}
#release .release_content h5 {
  font-size: 18px;
  line-height: 28px;
  color: #353535;
  font-weight: 400;
  font-family: "Libre Baskerville";
  text-align: center;
}
#release .release_content p {
  font-size: 13px;
  line-height: 28px;
  color: #353535;
  font-weight: 400;
  font-family: "Libre Baskerville";
  text-align: center;
}
#release button.owl-prev, #release button.owl-next {
  position: absolute;
  top: 45%;
  background: unset;
  border: none;
  outline: none;
}
#release button.owl-prev i, #release button.owl-next i {
  color: #ccc;
  font-size: 25px;
}
#release button.owl-prev {
  left: -40px;
}
#release button.owl-next {
  right: -40px;
}

/* ------------ Register ---------- */

#register h3 {
  color: #fff;
}
#register h4 {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  font-family: "Libre Baskerville";
}
#register p {
  font-size: 13px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 100;
  font-family: "Ubuntu";
  margin-bottom: 0;
}
#register .counter_box{
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 23px;
  border: 1px solid #fff;
  font-family: "Ubuntu";
  border-radius: 4px;
}
#register .bg_1 {
  background: #7d5d3b;
}
#register .bg_2 {
  background: #7d5d3b;
}
#register .bg_3 {
  background: #7d5d3b;
}
#register .bg_4 {
  background: #7d5d3b;
}
#register .number {
  font-size: 28px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 200;
  font-family: "Ubuntu";
  text-align: center;
}
#register .counter_box p:after {
  display: block;
  height: 1px;
  width: 65px;
  content: "";
  background-color: #eee;
  margin: 10px auto;
}
#register .title {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 200;
  font-family: "Ubuntu";
  text-align: center;
}
#register .counter_box {
  margin-top: 40px;
}

/* ------------ Testimonial ---------- */

#testimonial .testimonial-head p {
  color: #fc3657;
}
.testimonial {
  position: relative;
}
#testimonial .pic {
  position: relative;
  top: 49px;
  left: 118px;
  z-index: 999;
}
#testimonial .test_img {
  border-radius: 50%;
  width: 80px !important;
}
#testimonial p.desp {
  font-size: 18px;
  line-height: 24px;
  color: #7c7c7c;
  font-weight: 600;
  font-style: italic;
  font-family: "Ubuntu";
  margin-top: 22px;
}
#testimonial h4 {
  font-size: 22px;
  line-height: 30px;
  color: #1b1b1b;
  font-weight: 600;
  font-family: "Ubuntu";
  text-align: left;
}
#testimonial ul li {
  display: inline-block;
  text-decoration: none;
  color: #fb3657;
}
#testimonial ul {
  margin: 0;
  text-align: left;
}
#testimonial .right_image {
  border: 5px solid #8b8b8b;
}
#testimonial .img-1 , #testimonial .img-2 {
  border-bottom: none;
}
#testimonial .img-4 {
  border-left: none;
}
#testimonial .img-1 {
  border-right: none;
}
#testimonial button.owl-dot {
  background: #b0bccb;
  width: 40px;
  height: 5px;
  border: none;
  margin-right: 5px;
  outline: none;
}
#testimonial button.owl-dot.active {
  background: #e1a87b;
  outline: none;
}

/* ------------ Author ---------- */

#author .head {
  color: #5a5a5a;
  text-align: left;
}
#author .text {
  color: #fc3657;
  text-align: left;
}
#author h5 {
  font-size: 18px;
  line-height: 28px;
  color: #fc3657;
  font-weight: 400;
  font-family: "Libre Baskerville";
}
#author .contact_content {
  background: #fff;
  padding: 7px 45px;
}
#author .home_contact_form {
  max-width: 500px;
  border: 1px solid #ccc;
  padding: 5px;
}
#author input[type="submit"] {
  background-color: #373737;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Ubuntu";
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
}
#author textarea {
  border: 2px solid #eee;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 12px 0;
}
#author input[type="text"] ,#author input[type="number"] ,#author input[type="email"] {
  border: 2px solid #eee !important;
  width: 47% !important;
  font-size: 16px !important;
  padding: 10px 10px !important;
  margin: 0 23px 12px 0 !important;
  height: auto;
  float: left;
}
#author input[type="number"] ,#author input[type="email"] {
  border: 2px solid #eee !important;
  width: 47% !important;
  font-size: 16px !important;
  padding: 10px 10px !important;
  margin: 0 0px 12px 0 !important;
  height: auto;
  float: left;
}
#author input[type="text"]::placeholder ,#author input[type="number"]::placeholder ,#author input[type="email"]::placeholder , #author textarea::placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #ccc;
  font-weight: 400;
  font-family: "Ubuntu";
  font-weight: 500;
}

/* ------------ Latest News ---------- */

#latest_news .latest-news-head h3 {
  color: #fff;
  text-align: left;
}
#latest_news h5 {
  font-size: 14px;
  line-height: 30px;
  color: #fcf7f3;
  font-weight: 400;
  font-family: "Libre Baskerville";
}
#latest_news .border {
  border: 4px solid #8b8b8b;
  height: 75%;
  position: relative;
  left: -20%;
  top: 14%;
}
#latest_news h5 a {
  color: #fc3657;
}
#latest_news .latest_content {
  position: absolute;
  top: 25%;
}
#latest_news .date {
  font-size: 14px;
  color: #fcf7f3;
  font-weight: 400;
  font-family: "Libre Baskerville";
}
#latest_news .news_text {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 100;
  font-family: "Ubuntu";
  text-align: left;
  max-width: 250px;
}

/* ----------- Book Tab --------------- */

#book_tab .tab_heading h3 {
  color: #fff;
}
#book_tab ul a.active {
  color: #fc3657;
  background: transparent;
}
#book_tab ul a {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  font-family: "Libre Baskerville";
  text-align: center;
  border: none;
}
#book_tab .nav-tabs {
  border: none;
  width: 70%;
  margin: 0 auto;
}
#book_tab .nav-link {
  padding: 0;
}
#book_tab .nav-tabs .nav-item {
  margin-bottom: 0;
  width: 200px;
}
#book_tab .right_content {
  border: none;
}
#book_tab .backgrnd {
  background: #e1e1e1;
  padding-right: 0;
}
#book_tab .tab-content.tabs {
  padding: 0 20px;
}
#book_tab .bg {
  background: #fff;
}
#book_tab .tab-content h5 a{
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #fc3657;
  font-weight: 400;
  font-family: "Libre Baskerville";
}
#book_tab .tab-content p {
  font-size: 14px;
  line-height: 24px;
  color: #7e7e7f;
  font-weight: 400;
  font-family: "Lato";
}
#book_tab .price del {
  display: none;
}
#book_tab .price {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  font-family: "Ubuntu";
  text-align: center;
}
#book_tab .tab-content>.tab-pane { 
  display: block; 
  height: 0px; 
  overflow: hidden; 
}
#book_tab .tab-content>.active { 
  height: auto;
}
#book_tab button.slick-prev , #book_tab button.slick-next {
  position: absolute;
  right: 0px;
  padding: 4px 10px;
  background-color: #fff;
  color: #968f8f;
  border: 2px solid #ccc;
  cursor: pointer;
  outline: none;
  z-index: 9999;
}
#book_tab button.slick-prev {
  top: 40%;
}
#book_tab button.slick-next {
  top: 49%;
}

/* ----------- Newsletter --------------- */

#newsletter {
  background-color: #d9384f;
  position: relative;
}
#newsletter p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Libre Baskerville";
  margin-bottom: 0;
}
#newsletter .newsletter-content input[type="email"] {
  max-width: 75%;
  border:1px solid #fff;
  display: block;
  margin: 15px auto;
  margin-bottom: 0;
}
#newsletter .newsletter-content input[type="email"]::placeholder
{
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Lato";
}
#newsletter .newsletter-content input[type="submit"] {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Ubuntu";
  font-weight: 400;
  background: #000;
  margin: 0 auto;
  display: block;
  padding: 5px 25px;
  border-radius: 4px;
}
#newsletter .newsletter-content {
  max-width: 750px;
  display: block;
  margin: 0 auto;
}
#newsletter div.wpcf7 .ajax-loader {
  display: none;
}
