@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:600,700,800&display=swap");

@font-face {
  font-family: BlackChancery;
  src: url("../fonts/BLKCHCRY.TTF");
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  max-width: 1450px;
  margin: 0 auto;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #6a7695;
}

body, html {
  width: 100%;
  height: 100%;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: .5rem;
  color: #263b5e;
}

.h1,
h1 {
  font-size: 2.125rem;
  line-height: 40px;
}

.h2,
h2 {
  font-size: 34px;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #263b5e;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #cc302b;
}

/*--------------------
Common Styles
-----------------*/

.section {
  position: relative;
  /* padding: 4.5rem 0; */
}

.section-top {
  padding-top: 4.125rem;
}

.section-bottom {
  padding-bottom: 4.125rem;
}

.bg-grey {
  background: #F4F7FC;
}

.text-color {
  color: #cc302b;
}

/*-------------------
   MENU
----------------------*/
.navbar-toggler-icon{
  color: #fff !important;
}


.header-blue{
  background-color: #08192d;
}
.site-header{
  background-color: #08192d;
}
  
  .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    font-weight: 700;
    color: #fff !important;
    text-transform: capitalize;
  }
  
  .navbar-nav .nav-link.active {
    color: #cc302b !important;
  }
  
  .navbar {
    position: relative;
    padding: 1rem 1rem;
  }
  
  .fixed-top {
    position: fixed;
    /* z-index: 1030; */
    right: 0;
    left: 0;
  }
  
  .navbar-brand h1{
    color: #fff;
    font-family: BlackChancery !important;
    font-size: 52px;
    padding: 5px 5px;
  }
  .nav-link:hover{
      color: #cc302b !important;
      border-bottom:2px solid #cc302b !important;
      margin-bottom: -2px;
  }

  .text-color{
    /* color: #008000; */
    color: #cc302b;
  }
  
  .text-black{
    color:#000;
  }

  .text-navy{
    color: #08192d !important;
  }

  .text-darkgold{
    color: #b0912d;
  }



  /*----------------------
 BANNER STYLE
-----------------------*/

.banner-main {
  height: 100%;
  max-height: 700px;
  background: #0a183d;
  background: -webkit-linear-gradient(to bottom, #08192d, #0a183d); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #08192d, #0a183d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-top: 100px;

}

.py-7 {
  padding:4.5rem 0;
}

.lead {
  line-height: 40px;
  font-style: italic;

}

.banner-main {
  position: relative;
  overflow-y: hidden;
}

.banner-main h1 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
}



@media (max-width: 480px) {
h1 {
  font-size: 45px;
  line-height: 55px;
  }

}
@media (max-width: 991px) {
  .banner-main {
   
    max-height: 600px;
  
  
  }
  
}

.offwhite{
  background-color: #F7F9F9;
}

.valign{
align-items: center;
align-self: center;
}
.bg-pattern{
  position: absolute;
  top:-50px;
  left:-50px;
  max-width: 70%;
}
.lamp{
  position: absolute;
  top:0px;
  height: 250px;
  z-index: 2000;
}
.twirl{
  z-index: 10;
  width: auto;
  height: 100%;
}
.banner-img{
  height: 550px;

}

@media (max-width: 767px) {
  .lamp{   
    display: none;   
  }  
}
@media (min-width: 768px) {
  .lamp{   
    left:25px;   
  }  
}

/*-------------------
  BUTTONS STYLE
----------------=----*/
.btn {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 35px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out !important;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-main {
  border-color: #385777;
  color: #fff;
  background: #385777;
}

.btn-main:hover {
  background: #cc302b;
  color: #fff;
  border-color: #cc302b;
}

.btn-main-2 {
  background: #cc302b;
  color: #fff;
  border-color: #cc302b;
}

.btn-main-2:hover {
  background: #385777;
  color: #fff;
  border-color: #385777;
}

.btn-white {
  background: #fff !important;
  color: #cc302b;
  border-color: #fff;
}

.btn-border-tp {
  border-color: #385777;
  background: transparent;
  color: #385777;
}

.btn-border-tp:hover {
  background: #385777;
  color: #fff !important;
}

.btn-small {
  padding: 12px 22px;
  font-size: 13px;
}

/**************************
Book Synopsis
***************************/
.img_book_cover{
  width: 300px;
  margin: 0 auto;
}

/*--------------
About Author
---------------*/
.about-img{
  padding-left: 10px;
  padding-right: 10px;
}
.about .about-img img {
  box-shadow: 0px 20px 40px 0px rgba(38, 59, 94, 0.1);
  border: 10px solid #fff;
  border-radius: 5px;
  
}

.about{
  background-color: #fbb03b;
  padding: 4.5rem 0;
}

.book-item {
  position: relative;
}

.book-item:hover .hover-item {
  opacity: 1;
  visibility: visible;
}

.book-item .hover-item {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease;
}

.book-item .hover-item i {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #222;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  padding-top: 20px;
  transition: all .35s ease;
}

.book-item .hover-item img:hover {
  background: #cc302b;
  color: #fff;
}

/*----------------------
 Testimonial
-----------------------*/
.testimonial{
  background-image: url(../images/adobe/bg_testi.svg);
  background-size: cover;
}

.testimonial_wrapper h1{
  color: #fff;
}
.blockquote, .blockquote-footer, .prev, .next{
  color: #fff;
}
.prev, .next{
  color: #fff;
  cursor: pointer;
}
.blockquote p{
  font-size: 18px;
  line-height: 1.5rem;
}
/*------------------
CONTACT
------------------*/

.overlay{
  /* background-color: rgba(52, 73, 94, 0.05); */
  padding: 4.5rem 0;
}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  /* box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1); */
  background: rgba(254, 249, 231,0.5);
  height: 60px;
  padding-left: 15px;
}

.form-control:focus, .form-control:hover {
  border-color: #cc302b;
  box-shadow: none;
}

.contact-info-block a, .contact-info-block p{
  font-size: 20px;
}

.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

/*----------------------
 FOOTER
-----------------------*/
.footer {
  padding: 20px 0px;
  background-color: #08192d;
}

.footer-copy {
  font-size: 16px;
}

.text-red {
  color: #cc302b !important;
}

.text-black {
  color: #222;
}

/*----------------------
 Other Pages Header
-----------------------*/
.pagesheader{
  background-image: url(../images/adobe/bg_testi.svg);
  background-size: cover;
  margin: 90px -2px 0 0px;
  padding: 0px;
  height: 200px;
  
  background-position: bottom;
}
.header_heading{
  padding-top: 60px;
}

.author_about_img{
  float: right;
  width: 500px;
  height: auto;
  padding: 40px;

}

.author_about_img img{
  border: 10px solid #fbb03b;
  box-shadow: 1px 1px 5px #283747;
}

.petal_img{
  float: left;
  width: 130px;
  height: auto;
  padding-right: 20px;
}

.author_last_para{
  margin-bottom: 40px;
}

/*******************
Books Page
*********************/
.book_thumbnail{
  max-height: 350px;
}
.row_book{
  background-color: rgba(234, 236, 238, 0.5);
  padding: 20px 0;
  border-radius: 10px;
}
.row_book:hover{
  border-radius: 10px;
  box-shadow: 1px 1px 10px #ccc;
  cursor: pointer;
}


/*********************** PAGE GALLERY STARTS ***********************************/

.galleryrow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 40px 30px;
  
}

/* Create four equal columns that sits next to each other */
.gallerycolumn {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.gallerycolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .gallerycolumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gallerycolumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/*********************** PAGE GALLERY ENDS ***********************************/


/*************************** Individual Books ********************************/

.book_image_slide{
  float: right;
  width: 500px;
  height: auto;
  padding: 40px;

}

* {box-sizing: border-box}

.mySlides {
  display: none;
}
.mySlides.img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prevslide, .nextslide {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.nextslide {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevslide:hover, .nextslide:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activeslide, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prevslide, .nextslide {font-size: 11px}
}

/*************************** Individual Books END********************************/