html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    overflow: hidden;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

button:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

select::-ms-expand {
    display: none;
}


.wrapper {
    position: relative;
    width: 100%;
}

/*BANNER VIDEO*/
.headerbutton {
  border: 0.5px solid #ffffff;
  border-radius: 10px;
  color: white;
  padding: 15px 15px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
background: transparent;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .4s ease-out;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    margin-right: 40px;
}

.headerbutton:hover {
  background-position: left bottom;
border: 0.5px solid orange;
}

.parallaxbannerimage{
    z-index: 1;
    position: absolute;
    align-content: center;
    text-align: center;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform: translateX(-50%);
    top: 200px;
}
.parallaxbannerimage > img {
    height: auto;
    width: 900px;
}

.parallaxbannersection{
    max-height: 600px;
}

#parallaxbookbox {
  background-color: #13161A; /* For browsers that do not support gradients */
    height: 500px;
}

#parallaxbook {
  background-color: #333; /* For browsers that do not support gradients */
  background-image: linear-gradient(#13161A, #515C65); /* Standard syntax (must be last) */
    height: 300px;
}

.bookdesc{
text-align: center;
}
.bookdescription{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #FFEFDE;
    text-align: center;
    margin-bottom: 50px;
    line-height: 30px;
}

.bookbuylinktop{
text-align: center;
}

/*TESTIMONIAL SECTION*/

.testimonialsection{
    background-color: #C8C7C2;
    margin-top: 100px;
    margin-bottom: 100px;
}

.testimonialcarousel{
    text-align: left;
}

.testimonialsectioncontentside{
    margin-top: 210px;
    margin-bottom: 210px;
    margin-left: 50px;
}

.testimonialcarouselcontent{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 30px;
    max-width: 400px;
    margin-top: 30px;
    line-height: 1.2;
    
}

.testimonialcarouselname{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.2;
}

/*CONTENT SECTION*/

.contentsection{
    background-color: #9FE6E6;
    margin-top: 100px;
    margin-bottom: 200px;
}

.contentsectioncontent{
}

.contenttitle{
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
    font-size: 30px;
    color: #1DA2A2;
    text-align: left;
    margin-bottom: 50px;
}

.chaptercontent{
    padding-left: 3px;
    vertical-align: middle;

}
.imagecontent{
    display: inline-block;
    vertical-align: middle;
}
.textcontent{
display: inline-block;
vertical-align: middle;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 17px;
margin-left: 25px;
}

.contentsectionmarker {
    border: solid 0.5px #333;
    clear: both;
    background-color: #333;
    margin-top: 10px;
    margin-bottom: 40px;
    max-width: 500px;
}

/* Carousel Fading slide */
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*VIDEO SECTION*/

.videotitle{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #FFEFDE;
    text-align: left;
    margin-bottom: 50px;    
}

.videosection{
    background-color: #17161C;
    margin-top: 100px;
    margin-bottom: 200px;
}


/*BOOK BUY SECTION*/

.gbabook{
    margin-bottom: 50px;
}
.gbabookimage{
    display: inline-block;
    vertical-align: middle;
}
.orderbook{
    display: inline-block;
    vertical-align: middle;

}

#gradbook {
  background-color: #333; /* For browsers that do not support gradients */
  background-image: linear-gradient(#17161C, #33404B); /* Standard syntax (must be last) */
}

.orderbookcontent{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #FFEFDE;
    text-align: left;
    margin-bottom: 50px;
    max-width: 400px;
    line-height: 30px;
}


/*ABOUT THE AUTHOR SECTION*/

.authorsectioncontent {
    margin-top: 100px;
}

.authortitle{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #FFEFDE;
    text-align: left;
    margin-bottom: 30px;
}

.authordescription{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 18px;
    color: #FFEFDE;
    text-align: left;
    margin-bottom: 30px;
    max-width: 400px;
}

.button {
  border: 2px solid #EA4D46;
  border-radius: 19px;
  color: #EA4D46;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
background: linear-gradient(to right, #EA4D46 50%, #000000 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .4s ease-out;
}

.bookbuylink img{
    width: 40%;
}

.button:hover {
  background-position: left bottom;
}

a{
    text-decoration: none !important;
    color: white;
}

a:hover{
    color: orange;
}


a.websitelink{
    text-decoration: none !important;
    color: #EA4D46;
}

a.websitelink:hover{
    color: white;
}

/*FOOTER SECTION8*/

.bookfootersection {
    width: 100%;
}

.footercontent {
    text-align: center;
    padding-bottom: 30px;
}

.footerheadercontent {
    font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
    font-size: 32px;
    color: #FFEFDE;
    padding-top: 150px;
    line-height: 1.2;

}

.bookcopyrightcontent {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    padding-top: 100px;
}

.bookcontactsocial {
    padding-top: 40px;
}

#socialbook {
  background-color: #000000; /* For browsers that do not support gradients */
  background-image: linear-gradient(#1D232B, #686C71); /* Standard syntax (must be last) */
}

.parallax {
            background-image: url("../../img/imggbabook/mohan-krishnaraj-great-balancing-book-banner-image.png");
            min-height: 100vh;
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
.responsivetopsection{
    display: none;
}