/*
    DEMO STYLE
*/

body {
    font-family: 'Poppins', sans-serif;
    background: #1b1d1f;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 400px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #01010E;
    background: url(../images/side-menu-bg.png) #01010E;
    background-size: cover;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -400px;
}

#sidebar .sidebar-header {
    padding: 20px;

}

#sidebar ul.components {
    padding: 20px 0;
    padding: 20px 40px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 16px 0px;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #494949;
}

#sidebar ul li a:hover {
    color: #D58941;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #D58941;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}



ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 400px);
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -400px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 400px);
    }
    #sidebarCollapse span {
        display: none;
    }
    #sidebarCollapse
{
    display: block !important;
}
}

/* amani style */
#amani{
    color: rgb(221, 245, 11) !important;
}

#amani_email{
    color: rgb(97, 248, 105) !important;
}

.sidebar-header h3
{
font-family: 'saturday_be_like_madnessRg', sans-serif;
font-size: 72px;
color: #D58941;
margin-top: 40px;
}

.sidebar-social-media
{
    
    list-style: none;
    border-bottom: 1px solid #494949;
}
.sidebar-social-media ul
{
    list-style: none;
    text-align: center;
    padding: 0;
}
.sidebar-social-media ul li a
{
    border-bottom: none !important;
    padding: 0px 15px !important;
}

.sidebar-copyright
{
    padding: 25px 40px 0;
    text-align: center;
}
.sidebar-copyright p
{
    font-size: 13px;
    font-weight: normal;
    color: #fff;

}
.sidebar-copyright p span
{
    color: #D58941;
    font-weight: bold;
}

/* banner */
.swiper-container {
    width: 100%;
    height: 100vh;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

 

  .mainbanner.mainbannerimg1
  {
      background:url(../images/bannerbackbg1.jpg);
      background-size: cover;
  }

  .mainbanner
  {
      padding:180px 80px !important;
      background-color: #1b1d1f;
  }

.banner-left p
{
    font-size: 22px;
    color: #fff;
}
.banner-left h1
{
    font-size: 130px;
    color: #fff;
    font-family: 'fjalla_oneregular';
    line-height: 130px;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.banner-left h1 span
{
    color: #D58941;
   
}
.design2 .banner-left h1
{
    font-size: 103px;
    color: #fff;
    font-family: 'fjalla_oneregular';
    line-height: 130px;
    margin-bottom: 50px;
}
.banner-left ul
{
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 60px;
    list-style: none;
    padding-left: 0;
}
.banner-left ul li
{
    margin-bottom: 24px;
}

.banner-left ul li:before {
    content: ""; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0px;
    margin-right: 15px;
   width: 15px;
   height: 11px;
    background: url(../images/tick-mark-check.svg) no-repeat;
}

.mainbutton-clr1
{
    background: #D58941;
    color: #fff;
    border: 1px solid #D58941;
    width: 258px;
    text-align: center;
    font-size: 19px;
    padding: 18px 0;       
}
.mainbutton-clr2
{
    background: transparent;
    color: #fff;
    border: none;    
    text-align: center;
    font-size: 19px;
    padding: 13px 0 13px 20px;            
}
.mainbutton-clr2 img
{
    width: auto;
    height: auto;
    margin-left: 20px;

}
.bg-text
{
    position: absolute;
    font-size: 304px;
    line-height: 316px;
    font-family: 'fjalla_oneregular';    
    color: transparent;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #313131;
  text-transform: capitalize;
}


.design2 .bg-text
{
   
    font-size: 256px;
    line-height: 350px;
   
}

.author-img
{
     position: relative;
}

.author-img-shape
{
    background: url(../images/shape.svg);
    position: absolute;
    content: "";
    width: 395px;
    height: 346px;
    top: 1px;
    left: 0;
    z-index: 8;
   
}
.author-img img
{
    z-index: 999;
    position: relative;
}

#sidebarCollapse
{
    display: none;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999;
}

.banner-right img
{
    width: 100%;
    margin: auto;
}
  /* banner */


  .heading-signature-bg
  {
      background:#fff;
      position: relative;

  }

  .heading-signature
  {
    padding: 80px 0 50px;
  }

  .heading-signature h2
  {
    font-family: 'fjalla_oneregular';
    font-size: 70px;
    color: #202020;
  }
  .heading-signature p
  {
    margin-bottom: 30px;
  }

  .heading-signature-line
  {
    width: 123px;
  height: 4px;
  border-bottom: 4px solid #D58941;
  margin: auto;
  text-align: center;
  }

.signature-text
{
    font-size: 290px;
    font-family: 'saturday_be_like_madnessRg';
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    color: #F8F8F8;
    line-height: 290px;
    top: 20px;
}

.my-books-bg
{
    background:#fff;
    padding: 0 20px;
}

.my-books-details
{
    margin-bottom: 60px;
}
.my-books-details img
{

margin-bottom: 30px;
}

 .my-books-details h2
 {
font-size: 21px;
font-weight: 500;
margin-bottom: 10px;
height:73px;
overflow:hidden;
 }
 .my-books-details p
 {
font-size: 15px;
font-weight: 400;
margin-bottom: 30px;
height:102px;
overflow:hidden;

 }

 a.my-books-button
 {

    background: #D58941;
    color: #fff;
    border: 1px solid #D58941;
    width: 120px;
    text-align: center;
    font-size: 12px;
    padding: 13px 0;
    font-weight: 600;
    margin: auto;
    margin-bottom: 20px;
    

 }

 a.my-books-button2
 {

    background: transparent;
    color: #000;
    border: none;
    text-align: center;
    font-size: 13px;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 16px;

 }

 a.my-books-button2 img
 {
     margin-left: 16px;
     margin-bottom: 0;
     width: 83px;
height: 25px;
 }






 .my-books-home-bg
 {
     background:#fff;
     padding: 0 133px;
 }
 
 .my-books-home-details
 {
     margin-bottom: 60px;
 }
 .my-books-home-details img
 {
 
 margin-bottom: 30px;
 }
 
  .my-books-home-details h2
  {
 font-size: 21px;
 font-weight: 500;
 margin-bottom: 10px;
 height:76px;
 overflow:hidden;
  }
    .my-books-home-details p {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 30px;
        height: 102px;
        overflow: hidden;
    }
 
  a.my-books-home-button
  {
 
     background: #D58941;
     color: #fff;
     border: 1px solid #D58941;
     width: 120px;
     text-align: center;
     font-size: 12px;
     padding: 13px 0;
     font-weight: 600;
     margin: auto;
     margin-bottom: 20px;
     
 
  }
 
  a.my-books-home-button2
  {
 
     background: transparent;
     color: #000;
     border: none;
     text-align: center;
     font-size: 13px;
     padding: 0;
     display: flex;
    justify-content: center;
    margin-top: 16px;
 
  }
 
  a.my-books-home-button2 img
  {
      margin-left: 16px;
      margin-bottom: 0;
      width: 83px;
height: 25px;
  }

  
 


 
 .heading-signature2-bg
 {
     background:#D58941;
     position: relative;

 }

 .heading-signature2
 {
   padding: 80px 0 50px;
 }

 .heading-signature2 h2
 {
   font-family: 'fjalla_oneregular';
   font-size: 70px;
   color: #fff;
 }
 .heading-signature2 p
 {
   margin-bottom: 30px;
   color: #fff;
 }

 .heading-signature-line2
 {
   width: 123px;
 height: 4px;
 border-bottom: 4px solid #1C1C1C;
 margin: auto;
 text-align: center;
 }

.signature-text2
{
   font-size: 290px;
   font-family: 'saturday_be_like_madnessRg';
   text-align: center;
   position: absolute;
   left: 0;
   right: 0;
   color: #CF8640;
   line-height: 290px;
   top: 20px;
  
}

.book-videos
{
    padding: 0 81px;
}

.book-videos-details-img
{
    position: relative;
    margin-bottom: 20px;
    height:240px;
    overflow:hidden;
}
.book-videos-details-img1
{
    width: 100%;
    height:100%;
    object-fit:cover;
}

.book-videos-details-img2
{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 100px;
    width: auto !important;
}

.book-videos-details p
{
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.book-videos-details h3 {
    text-align: left;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    height:72px;
    overflow:hidden;
}
.book-videos-details-viewmore
{
    margin-bottom: 100px;
}

.book-videos-details-viewmore a
{
    background: #000;
    color: #fff;
    border: 1px solid #D58941;
    width: 120px;
    text-align: center;
    font-size: 12px;
    padding: 13px 0;
    font-weight: 600;
    margin: auto;
}

.about-auther-bg
{
    background:#FCFAFA;
    padding: 40px 80px;
    position: relative;
}

.author-special-bg
{
    border: 2px solid #D58941;
    padding: 12px;
    display: inline-flex;
    border-radius: 6px;
    margin-top: 20px;
}

.about-auther-left h4
{
 color: #202020;
 font-size: 20px;
 margin-bottom: 20px;
}

.about-auther-left h4 span
{
 font-weight: bold;
}

.about-auther-left p
{
 color: #838383;
 font-size: 16px;
 line-height: 24px;
 margin-top: 33px;

}

.about-auther-left h2
{
 color: #000;
 font-family: 'fjalla_oneregular';
 font-size: 132px;
 line-height: 156px;
}

.about-auther-left h2 span
{
 color: #D58941;
}

.about-auther-left ul
{
 
    list-style: none;
    padding-left: 0;
    color: #000;
    margin-bottom: 0;
}
.about-auther-left ul li
{
    border-right: 2px solid #000;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 600;
}
.about-auther-left ul li:last-child
{
    border-right: none;
}

.about-auther-right img
{
    width: 100%;
}

.author-profile-button
{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    width: 120px;
    text-align: center;
    font-size: 12px;
    padding: 13px 0;
    font-weight: 600;
    margin: auto;
}

.about-auther-left
{
    margin-top: 90px;
}

.auther-signature-text1 {
    font-size: 290px;
    font-family: 'saturday_be_like_madnessRg';
    text-align: left;
    position: absolute;
    left: 36px;
    right: 0;
    color: #F5F3F3;
    line-height: 290px;
    top: 78px;
}

.auther-signature-text2 {
    position: absolute;
    font-size: 312px;
    line-height: 268px;
    font-family: 'fjalla_oneregular';
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #EDECEC;
    text-transform: capitalize;
    text-align: left;
    right: 80px;
    top: 60px;
}

.auther-signature-text3 {
    position: absolute;
    text-align: right;
    left: -8px;
    top: 16px;
}




 
.heading-blog-bg
{
    background:#161B1F;
    position: relative;

}

.heading-blog
{
  padding: 80px 0 50px;
}

.heading-blog h2
{
  font-family: 'fjalla_oneregular';
  font-size: 70px;
  color: #fff;
}
.heading-blog p
{
  margin-bottom: 30px;
  color: #fff;
}

.heading-blog-line2
{
  width: 123px;
height: 4px;
border-bottom: 4px solid #D58941;
margin: auto;
text-align: center;
}

.blog-text2
{
  font-size: 290px;
  font-family: 'saturday_be_like_madnessRg';
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  color: #1D2226;
  line-height: 290px;
  top: 20px;
}


.book-blog
{
    padding: 0 81px 80px;
}

.book-blog-details-img
{
    position: relative;
    margin-bottom: 20px;
   /* height:240px;
    overflow:hidden;*/
}
.book-blog-details-img1
{
    width: 100%;
   /* height:100%;
    object-fit:cover;*/
}

.book-blog-details-img2
{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 100px;
}

.book-blog-details p
{
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.book-blog-details h3 {
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    height:72px;
    overflow:hidden;
}
.book-blog-details-viewmore
{
    margin-bottom: 100px;
}

.book-blog-details-viewmore a
{
    background: #D58941;
    color: #fff;
    border: 1px solid #D58941;
    width: 120px;
    text-align: center;
    font-size: 12px;
    padding: 13px 0;
    font-weight: 600;
    margin: auto;
}
.book-blog-line2 {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #32373A;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
.blog-date h4
{
    font-size: 12px;
    color: #8B8B8B;
    margin-bottom: auto;
    padding-left: 10px;
}
.blog-preview
{
    margin-bottom: 70px;
}

.footerbg
{
    background:#F7F7F7;
}

.footer
{
    padding: 0 80px;
}

.footer-left p
{
    font-size: 12px;
    font-weight: normal;
    color: #6F6F6F;
    padding-top: 86px;
    display: inline-block;
}

.footer-left p span
{
    color: #D58941;
    font-weight: bold;

}
.footer-left p a
{
    color: #D58941;
    font-weight: bold;

}

.footer-center
{
    background:#D58941;
    padding: 60px 0;
}
.footer-center h3
{
    font-family: 'saturday_be_like_madnessRg';
    font-size: 63px;
    color: #fff;
    margin-bottom: 0;
    line-height: 59px;
}

.footer-center h3 span
{        
    color: #000;
}

.footer-right ul
{
    padding-left: 0;
    list-style: none;
}


.footer-right ul li
{
    padding-right: 14px;
    font-size: 12px;
    
}

.footer-right ul
{
    padding-top: 86px;
}




 /* start book pages */


.heading-inner-bg
{
    background:#fff;
    position: relative;

}

.heading-inner
{
  padding: 80px 0 50px;
}

.heading-inner h1
{
  font-family: 'fjalla_oneregular';
  font-size: 70px;
  color: #202020;
}
.heading-inner p
{
  margin-bottom: 30px;
}

.heading-inner-line
{
  width: 123px;
height: 4px;
border-bottom: 4px solid #D58941;
margin: auto;
text-align: center;
}

.inner-text
{
  font-size: 290px;
  font-family: 'saturday_be_like_madnessRg';
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  color: #F8F8F8;
  line-height: 290px;
  top: 20px;
}

.breadcrumbsbg
{
    background:#1F252A;
    
}

.page-title h3
{
    font-family: 'fjalla_oneregular';
    font-size: 55px;
    color: #D58941;
    margin-bottom: auto;    
}
.page-breadcrumbs
{
    align-self: center;
}

.page-breadcrumbs a
{
    color: #D58941;
    font-weight: 600;
}

.page-breadcrumbs ul
{
color: #fff;
font-size: 19px;
list-style: none;
margin-bottom: auto;
}

.page-breadcrumbs ul li
{
padding-right: 12px;
}

.page-breadcrumbs ul li:last-child
{
padding-right: 0;
}

.breadcrumbs
{
    padding: 50px 80px;
}

.breadcrumbs-inner
{
    justify-content: space-between;
}


.page-breadcrumbs ul li::after {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 12px;
    margin-right: 0;
    width: 15px;
    height: 18px;
    background: url(../images/arrow-right2.svg) no-repeat;
}
  .page-breadcrumbs ul li:last-child:after
  {
    content: none;
  }

  .pagination-bg
  {
      background:#fff;
  }

  .pagination
  {
      padding: 20px 0 50px;
  }


  .pagination .page-link
  {
    border: none;
    padding: 18px 27px;
    border-radius: 50px;
    font-size: 20px;
    color: #000;
  }

  .pagination .page-item.active .page-link
{
    background-color: #D58941;
    border-color: #D58941;
}

.pagination .page-item:last-child .page-link
{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}



/* end book pages */


 /* Start blog pages */

.heading-blog-inner-bg
{
    background:#fff;
    position: relative;

}

.heading-blog-inner
{
  padding: 80px 0 50px;
}

.book-blog-inner
{
    padding: 0 81px;
}

.book-blog-inner-details-img
{
    position: relative;
    margin-bottom: 20px;
    height:210px;
    overflow:hidden;

}
.book-blog-inner-details-img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book-blog-inner-details-img2
{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 100px;
}
.book-blog-inner-details h3 {
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    height:102px;
    overflow:hidden;
}
.book-blog-inner-details p
{
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.book-blog-inner-details-viewmore
{
    margin-bottom: 100px;
}

.book-blog-inner-details-viewmore a
{
    background: #D58941;
    color: #fff;
    border: 1px solid #D58941;
    width: 120px;
    text-align: center;
    font-size: 12px;
    padding: 13px 0;
    font-weight: 600;
    margin: auto;
}
.book-blog-inner-line2 {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #DCDCDC;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
.blog-inner-date h4
{
    font-size: 12px;
    color: #000;
    margin-bottom: auto;
    padding-left: 10px;
}
.book-blog-inner-details
{
    padding-bottom: 70px;
}


 /* end blog pages */



 /* start Videos pages */
 
 
 .heading-videos-inner-bg
 {
     background:#fff;
     position: relative;

 }


.book-videos-inner
{
    padding: 0 81px;
}
.book-videos-inner-details
{
    margin-bottom: 40px;
}
.book-videos-inner-details-img
{
    position: relative;
    margin-bottom: 20px;
    height:240px;
    overflow:hidden;

}
.book-videos-inner-details-img1
{
    width: 100%;
    height:100%;
    object-fit:cover;
}

.book-videos-inner-details-img2
{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 100px;
    width: auto !important;
}

.book-videos-inner-details h3 {
    text-align: left;
    color: #000;
    font-size: 21px;
    font-weight: 600;
}
.book-videos-inner-details p
{
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}



/* end Videos pages */


/* start Upcoming book pages */

.upcoming-books-bg
{
    background:#fff;
    padding-bottom: 100px;
}

.upcoming-books
{
    padding: 0 80px;        
}

.upcoming-books-right h2
{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 26px;
}
.upcoming-books-right h2 span
{
 
    font-weight: 500;
    font-size: 35px;
}
.upcoming-books-right p
{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 26px;
    color: #202020;
}

.expected-book h3
{
margin-bottom: 0;
font-size: 25px;
font-weight: 400;
}
.expected-book h3 span
{

font-weight: 500;
}
.expected-book img
{
padding-right: 16px;
}

.upcoming-books-left img
{
    width: 100%;
}

.upcoming-books-border
{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #CECECE;
    margin: auto;
    text-align: center;
    padding:40px 0;
    margin-bottom: 70px;
}



/* end Upcoming book pages */


/* Start Bio pages */

.author-bio-bg
{
    background: #fff;
}


.author-bio
{
    padding: 0 80px;
}

.author-bio-special-bg
{
    border: 2px solid #D58941;
    padding: 10px 12px;
    display: inline-flex;
    border-radius: 6px;
    margin-top: 14px;
    margin-bottom: 40px;
}

.about-author-bio-left ul
{
 
    list-style: none;
    padding-left: 0;
    color: #000;
    margin-bottom: 0;
}
.about-author-bio-left ul li
{
    border-right: 2px solid #000;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 600;
}
.about-author-bio-left ul li:last-child
{
    border-right: none;
}

.author-bio-right h3
{
font-size: 38px;
}

.author-bio-right h3 span
{
font-size: 38px;
font-weight: 700;
color: #D58941;

}

.author-bio-left img
{
    width: 100%;
}

.author-bio-right p
{
font-size: 16px;
color: #202020;
}

.author-bio-button {
    background:transparent;
    color: #D58941;
    border: 1px solid #D58941;
    width: 120px;
    text-align: center;
    font-size: 12px;
    padding: 13px 0;
    font-weight: 600;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 50px;
}


.social-media-bg
{
    background: #fff;

}
.social-media ul
{
    list-style: none;
    margin-bottom: 0;
}

.social-icon-link
{
    background: #000;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    padding-top: 28px;
    margin: auto;
    margin-bottom: 24px;

}
.social-media h4
{
    font-size: 18px;
}
.social-icon-link.icon-link2
{
background: #D58941;
padding-top: 33px;
}

.social-icon-link.icon-link3
{
padding-top: 37px;
}


.social-icon-link.icon-link4
{
    background: #D58941;
padding-top: 34px;
}

.social-icon-link.icon-link5
{    
padding-top: 31px;
}
.social-media
{
    padding-top: 50px;
    padding-bottom: 100px;
}

.social-media ul li
{
    position: relative;
}
.social-media ul li::after
{
    border-right: 1px solid #D9D9D9;
    content: "";
    position: absolute;
    right: 0;
    height: 119px;
    width: 4px;
    top: 20px;
}

.social-media ul li:last-child:after
{
  content: none;
}

/* end Bio pages */




.contact-form-bg
{
    background: #fff;
}

.contact-form
{
    padding: 50px 50px 200px;
}

.contact-form .contact-form-icon
{
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 9px;
}

.contact-form .form-control
{
    padding: 22px 0 22px;    
    font-size: 12px;
}
.contact-form .form-control.form-control-message
{
    padding: 13px 0;  
    border: none;      
}

.contact-us-button
{
    background: #D58941;
    color: #fff;
    border: 1px solid #D58941;
    width: 140px;
    text-align: center;
    font-size: 12px;
    padding: 14px 0;
}



.book-details1-bg
{
    background: #fff;
}

.book-details1
{
 padding: 50px 80px;
}

.book-details1-center h2
{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 26px;
}

.book-details1-center p
{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 26px;
    color: #202020;
}

.book-details1-center h2 span
{
    font-weight: 500;
    font-size: 35px;
}

.book-details1-left img
{
    width: 100%;
}




.social2-media-bg
{
    background: #fff;

}
.social2-media ul
{
    list-style: none;
    margin-bottom: 0;
}

.social2-icon-link
{
   margin-bottom: 5px;

}
.social2-media h4
{
    font-size: 14px;
    font-weight: 600;
}
.social2-media h5
{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.social2-icon-link.icon-link2
{
background: #D58941;
padding-top: 33px;
}

.social2-icon-link.icon-link3
{
padding-top: 37px;
}


.social2-icon-link.icon-link4
{
    background: #D58941;
padding-top: 34px;
}

.social2-icon-link.icon-link5
{    
padding-top: 31px;
}
.social2-media
{
    padding-top: 0;
    padding-bottom: 20px;
}

.social2-media ul li
{
    position: relative;
}
.social2-media ul li::after
{
    border-right: 1px solid #D9D9D9;
    content: "";
    position: absolute;
    right: 0;
    height: 40px;
    width: 4px;
    top: 13px;
}

.social2-media ul li:last-child:after
{
  content: none;
}

.social2-media-border
{
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    padding: 20px 0;
}

.buy-from-amazon h4
{
    font-size: 15px;
    font-weight: 500;
}
.buy-from-amazon
{
    border: 2px solid #D58941;
    padding: 20px;    
    border-radius: 6px;
    margin-bottom: 20px;
    display: inline-block;
}

.book-details1-bottom-line1
{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #CECECE;
    margin: auto;
    text-align: center;
    margin-top: 50px;    
}



.blog-details-pagebg
{
    background: #fff;
}

.blog-details-page
{
    padding: 100px 80px 50px;
}

.blog-details-page2
{
    justify-content: space-between;
}

.blog-details-page2-date h4
{
    font-size: 12px;
    color: #8B8B8B;
    margin-bottom: auto;
    padding-left: 10px;
}

.blog-details-page2-date img
{
    width: 14px;
    height: 13px;  
}




.blog-details-page2-post ul
{
    padding-left: 0;
    list-style: none;
}


.blog-details-page2-post ul li
{
    padding-right: 14px;
    font-size: 12px;
    
}

.blog-details-page2-post ul
{
    padding-top: 0;
}

.blog-details-page h2
{
    font-family: 'fjalla_oneregular';
    font-size: 54px;
    line-height: 70px;
    color: #D58941;
    margin-bottom: 20px;
}
.blog-inside-border1
{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #DCDCDC;
    margin: auto;
    text-align: center;
    margin-bottom: 24px;
}

.blog-details-page p
{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 26px;
    color: #202020;
}
.blog-details-page-img
{
    margin-bottom: 30px;
    width: 100%;
}



/* back to top */

.bck {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	background: rgba(0,0,0,.8);
	color: #fff;
	visibility: hidden;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align:center;
	transition-property: all;
    border-radius: 100px;
}

.bck.bck-on {visibility: visible;}

.fade{opacity: 0;}

.bck-on.fade{opacity: 1;}

.rightToLeft {right : -50px;}

.bck-on.rightToLeft{right: 1rem;}

.bottomToTop {bottom: -50px;}

.bck-on.bottomToTop {bottom:1rem;}

.bck-leftToRight {left: -50px;}

.bck-on.leftToRight {left:1rem;}

.topToBottom {top: -50px;}

.bck-on.topToBottom {top:1rem;}



/* back to top */



/* Video popup */

.videopopupjs{
    background-color:#000;
    background-color:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    text-align: start!important;
}
.videopopupjs--hide{
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJsHide;
    animation-name: videoPopupJsHide;
}
.videopopupjs__close{
    width:30px;
    height:30px;
    cursor:pointer;
    display:block;
    margin-bottom:10px;
    color:rgba(255, 255, 255, 0.59);
}
.videopopupjs__close:after{
    width:30px;
    height:30px;
    display:block;
    text-align:center;
    content:'X';
    font-family:'Verdana';
    border-radius:50%;
    background:#333;
    line-height:2.2;
    font-size:13px;
}
.videopopupjs__close:hover{
    opacity:0.5;
}
.videopopupjs--animation{
    opacity: 0;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJs;
    animation-name: videoPopupJs;
}
.videopopupjs__content{
    margin:0 auto;
    height:100%;
    height:500px;
    width:100%;
    margin-top:5%;
}
.videopopupjs__content iframe{
    width:100%;
    height:100%;
}
.videopopupjs__block--notfound{
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width:100%;
    height:500px;
    background-color:#fff;
    text-align:center;
    vertical-align: middle;
    line-height: 500px;
    font-family:'Arial';
    font-size:20px;
}
@media(max-width: 768px){
    .videopopupjs__content{
        max-width:90%!important;
        margin: auto;
padding-left: 0;
padding-right: 16px;
    }
}
@-webkit-keyframes videoPopupJs{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@keyframes videoPopupJs{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@-webkit-keyframes videoPopupJsHide{
    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}

@keyframes videoPopupJsHide{
    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}


/* Video popup */


.magic-display {
    opacity: 0;
  }



  
/* btn-style 1  */
.btn-style1{
    top: 0px;   
    font-weight: 500;
    font-size: 19px;      
    letter-spacing: 2px;
    color: #fff;
    cursor: hand;
    text-align: center;
    border: 1px solid #fff;
    border-radius:6px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent!important;
    z-index:10;
    
}


.btn-style1:hover{
    border: 1px solid #D58941;
      color: #fff !important;
      text-decoration: none;
}
.btn-style1::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #D58941;
    position: absolute;
      -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
       box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.btn-style1::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn-style1:hover::before, .btn-style1:hover::before{
    opacity:1;
    width: 116%;
}
.btn-style1:hover::after, .btn-style1:hover::after{
    opacity:1;
    width: 120%;
}


.btn-style1-transition{
    position: absolute;
    top: -10%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: #000;
    z-index:-1;
/*     -ms-transform: skewX(-50deg); 
    -webkit-transform: skewX(-50deg); 
    transform: skewX(-50deg); */
}
.btn-style1{
  padding: 18px 0;    
  color: #000;    
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  border: 1px solid #000;
  width: 258px;
  
}




/* btn-style 2  */
.btn-style2{
    top: 0px;
    font-weight: 500;
    font-size: 19px;      
    letter-spacing: 2px;
    color: #fff;
    cursor: hand;
    text-align: center;
    border: 1px solid #fff;
    border-radius:6px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background:  #D58941;
    z-index:10;
    
}


.btn-style2:hover{
    border: 1px solid #D58941;
      color: #fff !important;
      text-decoration: none;
}
.btn-style2::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #D58941;
    position: absolute;
      -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
       box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.btn-style2::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn-style2:hover::before, .btn-style2:hover::before{
    opacity:1;
    width: 116%;
}
.btn-style2:hover::after, .btn-style2:hover::after{
    opacity:1;
    width: 120%;
}


.btn-style2-transition{
    position: absolute;
    top: -10%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: #000;
    z-index:-1;
/*     -ms-transform: skewX(-50deg); 
    -webkit-transform: skewX(-50deg); 
    transform: skewX(-50deg); */
}
.btn-style2{
  padding: 18px 0;    
  color: #fff;    
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  border: 1px solid #D58941;
  width: 258px;
}





/* btn-style 2  */
.btn-style3{
    top: 0px;    
    font-weight: 600;
    font-size: 12px;      
    letter-spacing: 2px;
    color: #fff;
    cursor: hand;
    text-align: center;
    border: 1px solid #fff;
    border-radius:6px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background:  #202020;
    z-index:10;
    
}


.btn-style3:hover{
    border: 1px solid #202020;
      color: #fff !important;
      text-decoration: none;
}
.btn-style3::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #202020;
    position: absolute;
      -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
       box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.btn-style3::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #D58941;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn-style3:hover::before, .btn-style3:hover::before{
    opacity:1;
    width: 116%;
}
.btn-style3:hover::after, .btn-style3:hover::after{
    opacity:1;
    width: 120%;
}


.btn-style3-transition{
    position: absolute;
    top: -10%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: #000;
    z-index:-1;
/*     -ms-transform: skewX(-50deg); 
    -webkit-transform: skewX(-50deg); 
    transform: skewX(-50deg); */
}
.btn-style3{
  padding: 16px 30px;    
  color: #fff;    
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  border: 1px solid #202020;
  
}








/* btn-style 4  */
.btn-style4{
    top: 0px;    
    font-weight: 600;
    font-size: 12px;      
    letter-spacing: 2px;
    color: #000;
    cursor: hand;
    text-align: center;
    border: 1px solid #fff;
    border-radius:6px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background:  #fff;
    z-index:10;
    
}


.btn-style4:hover{
    border: 1px solid #D58941;
      color: #fff !important;
      text-decoration: none;
}
.btn-style4::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #D58941;
    position: absolute;
      -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
       box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.btn-style4::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #202020;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn-style4:hover::before, .btn-style4:hover::before{
    opacity:1;
    width: 116%;
}
.btn-style4:hover::after, .btn-style4:hover::after{
    opacity:1;
    width: 120%;
}


.btn-style4-transition{
    position: absolute;
    top: -10%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: #000;
    z-index:-1;
/*     -ms-transform: skewX(-50deg); 
    -webkit-transform: skewX(-50deg); 
    transform: skewX(-50deg); */
}
.btn-style4{
  padding: 16px 30px;    
  color: #000;    
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  border: 1px solid #202020;
  
}


/* btn-style 5  */
.btn-style5{
    top: 0px;
    font-weight: 600;
    font-size: 12px;      
    letter-spacing: 2px;
    color: #000;
    cursor: hand;
    text-align: center;
    border: 1px solid #fff;
    border-radius:6px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background:  #D58941;
    z-index:10;
    
}


.btn-style5:hover{
    border: 1px solid #D58941;
      color: #fff !important;
      text-decoration: none;
}
.btn-style5::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #D58941;
    position: absolute;
      -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
       box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.btn-style5::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #202020;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn-style5:hover::before, .btn-style5:hover::before{
    opacity:1;
    width: 116%;
}
.btn-style5:hover::after, .btn-style5:hover::after{
    opacity:1;
    width: 120%;
}


.btn-style5-transition{
    position: absolute;
    top: -10%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: #000;
    z-index:-1;
/*     -ms-transform: skewX(-50deg); 
    -webkit-transform: skewX(-50deg); 
    transform: skewX(-50deg); */
}
.btn-style5{
  padding: 16px 30px;    
  color: #fff;    
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  border: 1px solid #D58941;
  
}

.mobile-menu
{
    background: #D58941;
    border: 1px solid #D58941;
}
.mobile-menu:hover
{
    background: #D58941;
    border: 1px solid #D58941;
}

.mobile-menu:not(:disabled):not(.disabled):active
{
    background: #D58941;
    border: 1px solid #D58941;
}

.mobile-menu:focus
{
    background: #D58941;
    border: 1px solid #D58941;
    box-shadow: none;
}

.buy-from-amazon img
{
    width: 100%;
}

    .main-button-style-1
    {
        background: #D58941;
border: 1px solid #D58941;
padding: 20px 29px;
color: #fff;
border-radius: 6px;
    }
    .main-button-style-1:hover
    {
        background: #000;
border: 1px solid #D58941;
color: #fff;

    }


    .main-button-style-2
    {
        background: #D58941;
        border: 1px solid #D58941;
        padding: 11px 20px;
        color: #fff;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 8px;
        display: inline-block;
    }
    .main-button-style-2:hover
    {
        background: #000;
border: 1px solid #000;
color: #fff;
    }


    .main-button-style-3
    {
        background: #000;
        border: 1px solid #000;
        padding: 11px 20px;
        color: #fff;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 8px;
        display: inline-block;
    }
    .main-button-style-3:hover
    {
        background: #fff;
border: 1px solid #000;
color: #000;
    }

    
    .main-button-style-4
    {
        background: #000;
        border: 1px solid #000;
        padding: 14px 30px;
        color: #fff;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 8px;
        display: inline-block;
    }
    .main-button-style-4:hover
    {
        background: #D58941;
border: 1px solid #D58941;
color: #fff;
    }

    
    .main-button-style-5
    {
        background: #D58941;
        border: 1px solid #D58941;
        padding: 14px 30px;
        color: #fff;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 8px;
        display: inline-block;
    }
    .main-button-style-5:hover
    {
        background: #000;
border: 1px solid #fff;
color: #fff;
    }



    .main-button-style-6
    {
        background: #fff;
        border: 1px solid #000;
        padding: 16px 38px;
        color: #000;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 8px;
        display: inline-block;
    }
    .main-button-style-6:hover
    {
        background: #D58941;
border: 1px solid #D58941;
color: #fff;
    }   
    
    .item:hover .my-books-home-details>img
    {
        box-shadow: 0px 1px 24px #00000069;
    }
    .item:hover .my-books-home-details h2
    {
        color: #D58941;
    }

    .item:hover .my-books-home-details p
    {
        color: #000;
    }



    .book-videos-details a:hover .book-videos-details-img>img
    {
        box-shadow: 0px 1px 24px #00000029;
    }
    .book-videos-details a:hover h3
    {        
        color: #000;
    }


    .my-books-details a:hover > img
    {
        box-shadow: 0px 1px 24px #00000069;
        transition: all .3s;
    }
    .my-books-details a:hover h2
    {
        color: #D58941;
        transition: all .3s;
    }

    .my-books-details a:hover h2
    {
        color: #000;
        transition: all .3s;
    }


    .buy-from-amazon:hover
    {
        box-shadow: 0px 2px 15px #0000003b;
        transition: all .3s;
    }



    .book-blog-details-img {
        overflow: hidden;
       
    }
    
    .book-blog-details-img>img {
        width: 100%;
    }
    
    .book-blog-details:hover .book-blog-details-img>img {
        transform: scale(1.2);
        transition: all .3s;
        cursor: pointer;
    }
    .book-blog-details:hover h3
    {
        color: #D58941;
        transition: all .3s;
    }


   .book-blog-details-img
    {   
       
        width: 100%;
        background-position: center;
        background-size: cover;
      
    }




    .book-blog-inner-details-img {
        overflow: hidden;
       
    }
    
    .book-blog-inner-details-img>img {
        width: 100%;
    }
    
    .book-blog-inner-details:hover .book-blog-inner-details-img>img {
        transform: scale(1.2);
        transition: all .3s;
        cursor: pointer;
    }
    .book-blog-inner-details:hover h3
    {
        color: #D58941;
        transition: all .3s;
    }


   .book-blog-inner-details-img
    {   
       
        width: 100%;
        background-position: center;
        background-size: cover;
       
    }



    
    .book-videos-details-img {
        overflow: hidden;
       
    }
    
    .book-videos-details-img>img {
        width: 100%;
    }
    
    .book-videos-details:hover .book-videos-details-img>img {
        transform: scale(1.2);
        transition: all .3s;
        cursor: pointer;
    }
    
    .book-videos-details:hover p
    {
        color: #D58941;
        transition: all .3s;
    }


   .book-videos-details-img
    {           
        width: 100%;
        background-position: center;
        background-size: cover;       
    }




    
    .book-videos-inner-details-img {
        overflow: hidden;
       
    }
    
    .book-videos-inner-details-img>img {
        width: 100%;
    }
    
    .book-videos-inner-details:hover .book-videos-inner-details-img>img {
        transform: scale(1.2);
        transition: all .3s;
        cursor: pointer;
    }
    
    .book-videos-inner-details-img:hover h3
    {
        color: #D58941;
        transition: all .3s;
    }


   .book-videos-inner-details-img
    {           
        width: 100%;
        background-position: center;
        background-size: cover;       
    }


      

/* copy from here */
.scrolldown {
    --color: white;
    --sizeX: 30px;
    --sizeY: 50px;
    position: relative;
    width: var(--sizeX);
    height: var(--sizeY);
    margin-left: var(sizeX / 2);
    border: calc(var(--sizeX) / 10) solid var(--color);
    border-radius: 50px;
    box-sizing: border-box;
    margin-bottom: 16px;
    position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
  }
  
  .scrolldown::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: var(--color);
    border-radius: 100%;
    animation: scrolldown-anim 2s infinite;
    box-sizing: border-box;
    box-shadow: 0px -5px 3px 1px #ffffff66;
  }
  
  @keyframes scrolldown-anim {
    0% {
      opacity: 0;
      height: 6px;
    }
    40% {
      opacity: 1;
      height: 10px;
    }
    80% {
      transform: translate(0, 20px);
      height: 10px;
      opacity: 0;
    }
    100% {
      height: 3px;
      opacity: 0;
    }
  }
  .chevrons {
    padding: 6px 0 0 0;
    margin-left: -3px;
    margin-top: 48px;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chevrondown {
    margin-top: -6px;
    position: relative;
    border: solid var(--color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }
  .chevrondown:nth-child(odd) {
    animation: pulse 500ms ease infinite alternate;
  }
  .chevrondown:nth-child(even) {
    animation: pulse 500ms ease infinite alternate 250ms;
  }
  @keyframes pulse {
    from {
      opacity: 0;
    }
    to {
      opacity: 0.5;
    }
  }
  /*copy until here */