/*
Theme Name: custom-theme
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Poppins", sans-serif;
}

@font-face{
  font-family: edwardianscriptitc;
  src: url(inc/assets/fonts/edwardianscriptitc.ttf);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
   font-family: "Mina", sans-serif;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }
	
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*****************CUSTOM CSS****************/
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
#content.site-content {
    padding: 0 !important;
}
.entry-content {
    margin: 0 !important;
}
html, body {
    overflow-x: hidden;
}
/*************HEADER CSS***************/
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 50px;
    transition: all 0.5s ease-in-out;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    font-weight: 400;
    color: #000;
    transition: all 0.5s ease-in-out;
}
header#masthead {
    background: #D01C1F !important;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 0;
    /* padding-bottom: 0; */
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 400;
}
.header-btn a.vc_general {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 13px 33px 13px 33px;
    font-size: 16px;
    line-height: 21px;
    transition: all 0.5s ease-in-out;
}
.header-btn a.vc_general:hover {
    transition: all 0.5s ease-in-out;
    background: #fff !important;
    color: #d01c1f !important;
}
div#main-nav {
    padding-left: 100px;
}
/************ABOUT THE BOOK SEC CSS*****************/
.abt-book-sec .theme-h4 {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 27px;
}
.abt-book-sec .theme-h3 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    padding-bottom: 25px;
}
.abt-book-sec .theme-p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 50px;
    padding-top: 5px;
}
.abt-book-sec .theme-btn a {
    font-size: 16px;
    line-height: 21px;
    color: #D01C1F !important;
    background: #fff !important;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 14px 38px 13px 38px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.abt-book-sec .vc_row.wpb_row.vc_inner {
    padding-top: 37px;
}
/* .abt-book-sec .theme-h3:before {
    content: '';
    background: url(images/wave.png);
    width: 100%;
    height: 8px;
    position: absolute;
    top: 27%;
    left: 3%;
    background-repeat: no-repeat !important;
    background-position: left !important;
} */
.abt-book-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background: #D01C1F !important;
}
.abt-book-sec .amazon-btn p {
    display: inline-block;
}
.abt-book-sec .amazon-btn p .alignnone-noble {
    margin-left: 8px;
}
.abt-book-sec .amazon-btn {
    padding-top: 37px;
}
.abt-book-sec .amazon-btn p .alignnone {
    margin: 0;
}
.abt-book-sec .theme-btn a:hover {
    transition: all 0.5s ease-in-out;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}
/****************ABOUT THE AUTHOR SEC CSS************/
.girl-sec {
    background: #F8F8F8 !important;
    padding-top: 101px !important;
    padding-bottom: 101px !important;
}
.girl-sec .author-txt h4 {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color: #D01C1F;
    padding-bottom: 10px;
}
.girl-sec .author-txt h3 {
    color: #000000;
    margin: 0;
    font-size: 51px;
    line-height: 33px;
    font-weight: 500;
    font-family: Edwardian Script ITC;
    padding-bottom: 10px;
}
.girl-sec .author-txt p {
    font-size: 16px;
    line-height: 33px;
    color: #000000;
}
.girl-sec .author-txt a {
    font-size: 16px;
    line-height: 21px;
    color: #fff !important;
    background: #D01C1F !important;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 14px 38px 13px 38px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    margin-top: 30px;
    text-decoration: none;
}
.girl-sec .icon-list-row {
    /* padding-top: 20px; */
}
.girl-sec .author-txt {
    padding-left: 22px;
    margin-bottom: 0;
    padding-bottom: 25px;
}
.girl-sec .icon-list-row .social-icon .icon-list ul li i:hover {
    color: #d01c1f !important;
    transition: all 0.5s ease-in-out;
}
.girl-sec .author-txt a:hover {
    background: #000 !important;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}
/***********ABOUT AUTHOR SEC CSS************/

.about-author-sec {
    background: #D01C1F !important;
    padding-top: 70px !important;
    padding-bottom: 122px !important;
}
.about-author-sec .theme-h3 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 80px;
}
.about-author-sec .theme-h3:before {
    content: '';
    background: url(images/wave.png);
    width: 100%;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0%;
    background-repeat: no-repeat !important;
    background-position: center !important;
} 
.girl-sec .icon-list-row .social-icon .icon-list ul li {
    list-style: none;
}
.girl-sec .icon-list-row .social-icon .icon-list ul li i.fab.fa-facebook-f {
    color: #3B5998;
}
.girl-sec .icon-list-row .social-icon .icon-list ul li  i.fab.fa-instagram {
    color: #1DA1F2;
}
.girl-sec .icon-list-row .social-icon .icon-list ul li i.fab.fa-linkedin-in {
    color: #0077B5;
}
.girl-sec .icon-list-row .social-icon .icon-list ul li i {
    padding-bottom: 20px;
}
.girl-sec .icon-list-row .social-icon .icon-list {
    border: 1px solid #F35714;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 53px;
    /* height: 153px; */
    padding: 20px 0px 0px 0;
    background: #fff !important;
}
.girl-sec .icon-list-row .social-icon .icon-list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.girl-sec .icon-list-row .social-icon .icon-list ul li i {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}
.girl-sec .sign-img {
    padding-left: 70px;
}
.girl-sec .icon-list-row .social-icon .icon-list ul li i:hover {
    color: #d01c1f !important;
    transition: all 0.5s ease-in-out;
}
.about-author-sec .amazon-btn {
    padding-top: 50px;
}
.about-author-sec .amazon-btn p {
    display: inline-block;
}
.abt-book-sec .amazon-btn p .alignnone {
    margin: 0;
}
.about-author-sec .amazon-btn img {
    margin: 0;
}
.about-author-sec .amazon-btn p .alignnone-noble {
    margin-left: 8px;
}
.about-author-sec .amazon-btn {
    position: relative;
    text-align: center !important;
}
/************FOOTER CSS*************/
.theme-footer {
    background: #D01C1F !important;
    border-top: 1px dashed #fff;
    padding-top: 25px;
    padding-bottom: 73px;
}
.theme-footer h3 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins' !important;
    padding-bottom: 21px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 0;
}
.ft1 p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.ft2 ul {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
}
.ft2 ul li {
    list-style: none;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.ft2 ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.ft3 ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.ft3 ul li {
    color: #fff;
    list-style: none;
    font-size: 16px;
    line-height: 40px;
    transition: all 0.5s ease-in-out;
}
.ft3 ul {
    display: inline-block;
    padding-left: 0;
    padding-=l: ;
    margin-bottom: 0;
}
.ft4 span {
    color: #fff !important;
    font-size: 23px !important;
    transition: all 0.5s ease-in-out !important;
}
.ft4 {
    padding-left: 90px;
}
.ft3 {
    padding-left: 40px;
}
.ft2 {
    padding-left: 50px;
}
footer#colophon {
    background: #d01c1f !important;
}
.site-info {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-top: 1px solid #fff;
    padding-top: 20px;
}
.ft4 span:hover {
    transition: all 0.5s ease-in-out !important;
    color: #000 !important;
}
.ft2 ul li a:hover {
    transition: all 0.5s ease-in-out;
    color: #000 !important;
    padding-left: 10px;
}
.ft3 ul li:hover {
    transition: all 0.5s ease-in-out;
    color: #000 !important;
    padding-left: 10px;
}
.ft3 ul li a:hover {
    transition: all 0.5s ease-in-out;
    color: #000 !important;
    padding-left: 10px;
}
.site-info a {
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}
.site-info a:hover {
    transition: all 0.5s ease-in-out;
    color: #000 !important;
}



/*******PROGRESS BAR CSS***********/
.girl-sec .vc_progress_bar .vc_single_bar .vc_bar {
    background: transparent !important;
    border: none !important;
    border-bottom: 3px solid #000 !important;
    border-radius: 3px;
}
.girl-sec  .vc_progress_bar .vc_single_bar {
    background: transparent !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
.girl-sec .vc_progress_bar .vc_single_bar .vc_label {
    font-size: 16px;
    line-height: 33px;
    padding-left: 0;
    font-weight: 700;
    padding-bottom: 14px;
}
.girl-sec .vc_progress_bar .vc_single_bar small.vc_label {display: contents;}
/******BREADCRUMBS CSS*************/
.breadcrumbs {
    background: #F8F8F8 !important;
    padding-top: 100px;
    padding-bottom: 100px;
}
.breadcrumbs h1 {
    margin: 0;
    padding: 0;
    font-size: 80px;
    line-height: 90px;
    color: #d01c1f;
    text-align: center;
    font-family: Edwardian Script ITC !important;
    font-weight: 600;
}

/************CONTACT PAGE CSS*************/
.Consult_Sec .Box_Cons .Box_Cons_innerRow .vc_column-inner {
    border: none;
}
.Consult_Sec .Box_Cons .vc_column-inner {
    padding: 0px 20px 10px;
    border: 2px solid #0090FF;
    transition: 0.5s all ease-in-out;
}
.Consult_Sec .Box_Cons .vc_column-inner:hover {
    background-color: #fff;
    transition: 0.5s all ease-in-out;
}
.Cntct_page .cnct-frm input, .Cntct_page .cnct-frm select {
    border: none;
    background: transparent;
    border-bottom: 1px solid #091720;
    border-radius: 0px;
    color: #091720;
    padding: 20px 10px;
    height: auto;
}
.cnct-frm.col-md-6 {
    padding: 0 30px;
}
.Cntct_page .cnct-frm textarea {
    border: none;
    background: transparent;
    border-bottom: 1px solid #091720;
    border-radius: 0px;
    color: #091720;
    padding: 0 20px;
}
.Cntct_page .cnct-frm.s-btn input.btn {
    color: #fff !important;
    border-radius: 5px !important;
}
.Cntct_page .cnct-frm input, .Cntct_page .cnct-frm .wpcf7-form-control::placeholder {
    color: #091720 !important;
}
.contactformtextClass .text {
    font-size: 18px;
    padding: 20px 8px 10px 40px;
    font-weight: 500;
    position: relative;
    color: #fff;
}
.contactformtextClass {
    margin-top: 20px !important;
    margin-bottom: 50px !important;
}
.contactformtextClass .icon1::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: 900;
    position: absolute;
    left: 2%;
}
.contactformtextClass .icon2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    padding-right: 3px;
    font-weight: 900;
    position: absolute;
    left: 2%;
}
.contactformtextClass .icon3::before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    padding-right: 3px;
    font-weight: 900;
    position: absolute;
    left: 2%;
}
.my_cont_form_class {
    padding: 50px 0;
    padding-left: 60px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 14px 2px #0000001f;
  padding-right: 60px;
}

.Cntct_page .contactformtextClass {
    position: absolute;
    background: #000;
    padding: 49px 10px;
    z-index: 1;
    border-radius: 10px;
    top: 165px;
    width: 100%;
    left: -50px;
    margin: 0 !important;
}
.navbar-brand img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.navbar-brand {
    width: 15%;
}
.ft1 img {
    margin-top: 30px;
    margin-left: -50px;
}
.ContactForm textarea {
    border: none;
    background: transparent;
    border-bottom: 1px solid #091720;
    border-radius: 0px;
    color: #091720;
    padding: 0 20px;
    resize: none;
}
.ContactForm input {
    border: none;
    background: transparent;
    border-bottom: 1px solid #091720;
    border-radius: 0px;
    color: #091720;
    padding: 20px 10px;
    height: auto;
    padding-left: 20px;
}
.Cntct_page .ContactForm {
    padding: 50px 0;
    padding-left: 60px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 14px 2px #0000001f;
    padding-right: 60px;
}
.ContactForm .btn-primary {
    background-color: #d01c1f !important;
    border: 1px solid #d01c1f !important;
    padding: 10px 60px;
    margin-left: 30px;
    font-size: 18px;
    color: #fff !important;
    border-radius: 5px;
    text-transform: uppercase;
}
.contactformtextClass .text a {
    color: #fff;
    text-decoration: none;
}
.contactForm_map_sec .cont-map iframe {
    filter: grayscale(1);
}
.contactForm_map_sec {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}
.ContactForm input:focus {
    box-shadow: none;
}
.ContactForm textarea:focus {
    box-shadow: none;
}
.ContactForm input::placeholder {
    text-transform: uppercase;
}
.ContactForm textarea::placeholder {
    text-transform: uppercase;
}

.Cntct_page {
    background: #d01c1f;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.Cntct_page h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    color: #fff;
    padding-bottom: 30px;
}
.Cntct_page .cnt-row {
    padding-left: 300px;
    padding-right: 300px;
}
/***********SHOP PAGE CSS**********/
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop section#primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop h1.page-title {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop select {
    height: 50px;
    background: #d01c1f;
    color: #fff;
    border: #d01c1f !important;
    border-radius: 10px;
    padding-left: 20px;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop p.woocommerce-result-count {
    color: #d01c1f;
    font-size: 18px;
    line-height: 33px;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop h2.woocommerce-loop-product__title {
    font-size: 25px;
    line-height: 35px;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop span.price span.woocommerce-Price-amount.amount {
    color: #d01c1f;
    font-size: 20px;
    line-height: 30px;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop a.button {
    background-color: #d01c1f !important;
    border: 1px solid #d01c1f !important;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 400;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop img {
    /* height: 238px; */
}
/*********SINGLE PAGE CSS************/
body.product-template-default.single.single-product section#primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.product-template-default.single.single-product h1.entry-title {
    font-size: 30px;
    line-height: 40px;
}
body.product-template-default.single.single-product span.woocommerce-Price-amount.amount {
    color: #d01c1f;
    font-size: 25px;
    line-height: 30px;
}
body.product-template-default.single.single-product .woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 34px;
}
.single .product form.cart button {
    background-color: #d01c1f !important;
    border: 1px solid #d01c1f !important;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 400;
}
/*************CART **************/
body.page-template-default.page.woocommerce-cart.woocommerce-page section#primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.page-template-default.page.woocommerce-cart.woocommerce-page h1.entry-title {
    font-size: 30px;
    line-height: 40px;
}
body.page-template-default.page.woocommerce-cart.woocommerce-page tr th {
    font-size: 20px;
    line-height: 30px;
}
body.page-template-default.page.woocommerce-cart.woocommerce-page a.components-button {
    background-color: #d01c1f !important;
    border: 1px solid #d01c1f !important;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}
body.page-template-default.page.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap a {
    font-size: 20px;
    color: #000;
}
/**********CHECKOUT PAGE CSS***********/
body.page-template-default.page.woocommerce-checkout.woocommerce-page section#primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.page-template-default.page.woocommerce-checkout.woocommerce-page h1.entry-title {
    font-size: 30px;
    line-height: 40px;
}
body.page-template-default.page.woocommerce-checkout.woocommerce-page button.components-button {
    background-color: #d01c1f !important;
    border: 1px solid #d01c1f !important;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}

.book-img img{
 -webkit-animation: mover 1s infinite alternate;
 animation: mover 1.4s infinite alternate;
 margin-top: 20px
}

 @-webkit-keyframes mover {
 0% { transform: translateY(0); }
 100% { transform: translateY(-20px); }
}
@keyframes mover {
 0% { transform: translateY(20); }
 100% { transform: translateY(-20px); }
}

.icon-list {
 -webkit-animation: mover 1s infinite alternate;
 animation: mover 1.5s infinite alternate;
 margin-top: 20px
}

 @-webkit-keyframes mover {
 0% { transform: translateY(0); }
 100% { transform: translateY(-20px); }
}
@keyframes mover {
 0% { transform: translateY(20); }
 100% { transform: translateY(-20px); }
}
section.vc_section.girl-sec .vc_row .vc_col-sm-6:first-child {
    position: sticky;
    height: 100%;
    top: 20px;
}
section.vc_section.girl-sec {
    overflow: visible !important;
}
body.page-id-63 {
    overflow: visible;
}
a#clos__menu {
    display: none;
}
/************LAPTOP RESPONSIVE************/
@media only screen and (max-width: 1720px) {
  .Cntct_page .cnt-row {
    padding-left: 100px;
    padding-right: 100px;
}
}

@media only screen and (max-width: 1600px) {
.abt-book-sec .theme-h3:before {
    top: 28%;
}
.abt-book-sec .theme-h4 {
    padding-bottom: 15px;
}
}
@media only screen and (max-width: 1366px) {
  header#masthead {
    padding-left: 50px;
    padding-right: 50px;
}
.Cntct_page .cnt-row {
    padding-left: 50px;
    padding-right: 50px;
}
}
@media only screen and (max-width: 1280px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 17px;
    padding-right: 30px;
}
header#masthead {
    padding-left: 20px;
    padding-right: 20px;
}
.Cntct_page .cnt-row {
    padding-left: 0px;
    padding-right: 0px;
}
.contactformtextClass .text {
    font-size: 17px;
}
.girl-sec .author-txt {
    padding-left: 10px;
}
.Cntct_page .contactformtextClass {
    left: 30px;
}
.girl-sec .vc_progress_bar .vc_single_bar .vc_bar {
    width: 100% !important;
}
	div#main-nav {
    padding-left: 60px;
}
}
@media only screen and (max-width: 1199px) {
	a#clos__menu {
    display: block;
    position: absolute;
    top: 0%;
    right: 0%;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    padding: 0 15px 4px 15px;
    background: #d01c1f;
    border-radius: 0 10px 0 10px;
}
div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #000;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
}
div#main-nav.show {
    transform: none;
}
div#main-nav.collapse:not(.show) {
    display: block !important;
}
div#main-nav .navbar-brand {
    width: 100%;
    margin: 0;
    padding-bottom: 50px;
    text-align: center;
}
body .navbar-light .navbar-toggler {
    outline: none;
    border: none;
    background: #000;
}
body .navbar-light .navbar-toggler-icon {
    filter: invert(1);
}

.header-btn {
    padding-top: 40px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.abt-book-sec .theme-h3 {
    font-size: 26px;
    line-height: 36px;
}
section.vc_section.abt-book-sec .theme-h3:before {
    top: 21%;
}
section.vc_section.about-author-sec {
    padding-bottom: 70px !important;
}
.about-author-sec .amazon-btn {
    margin-bottom: 0;
}
.theme-footer h3 {
    font-size: 20px;
}
.ft4 {
    padding-left: 60px;
}
.ft2 {
    padding-left: 20px;
}
.ft3 {
    padding-left: 10px;
}
.theme-footer {
    padding-bottom: 40px;
}
section.vc_section.abt-inner .theme-p {
    font-size: 15px;
    padding-bottom: 0;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop img {
    height: auto;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop section#primary {
    padding-top: 60px;
    padding-bottom: 60px;
}
.Cntct_page .contactformtextClass {
    width: auto !important;
}
section.vc_section.abt-inner .theme-h3:before {
    top: 8.5%;
}
}
@media only screen and (max-width: 1024px) {
	div#main-nav {
    width: 40%;
}
.girl-sec .sign-img {
    padding-left: 20px;
}	
section.vc_section.abt-inner .vc_row {
    align-items: start;
}
}
@media only screen and (max-width: 991px) {
	.container {
    max-width: 100%;
}
section.vc_section.abt-book-sec .theme-h3:before {
    top: 24%;
}
section.vc_section.abt-inner .theme-h3:before {
    top: 8.5% !important;
}
}
@media only screen and (max-width: 960px) {
	section.vc_section.abt-book-sec .theme-h3:before {
    top: 21%;
}
}
@media only screen and (max-width: 768px) {
	div#main-nav {
    width: 50%;
}
.book-img img {
    margin-top: 0;
    width: 60%;
}
.abt-book-sec .theme-h3 {
    font-size: 24px;
    line-height: 34px;
    text-align: center !important;
}
section.vc_section.abt-book-sec .theme-h3:before {
    top: 19%;
}
.abt-book-sec .theme-p {
    font-size: 15px;
    padding-bottom: 30px;
}
.girl-sec .author-txt p {
    line-height: 30px;
}
.girl-sec .author-txt {
    padding-left: 0;
}
.girl-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
section.vc_section.about-author-sec {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
.about-author-sec .theme-h3 {
    padding-bottom: 50px;
}
.about-author-sec .theme-h3:before {
    top: 65%;
}
.theme-footer h3 {
    font-size: 16px;
}
.ft3 ul li {
    font-size: 15px;
}
.ft1 img {
    width: 90%;
}
.ft2 {
    padding-left: 10px;
}
.theme-footer {
    padding-bottom: 20px;
}
.breadcrumbs h1 {
    font-size: 65px;
}
.breadcrumbs {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.vc_section.girl-sec .vc_row .vc_col-sm-6 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 70px !important;
    text-align: center;
}
section.vc_section.girl-sec .vc_row .vc_col-sm-6:first-child {
    position: relative;
}
section.vc_section.girl-sec .girl-img {
    text-align: center !important;
}
.girl-sec .sign-img {
    text-align: center !important;
}
.girl-sec {
    padding-bottom: 0 !important;
}
section.vc_section.abt-book-sec .vc_col-sm-6 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px !important;
    text-align: center;
}
section.vc_section.abt-book-sec .book-img {
    text-align: center !important;
}
section.vc_section.abt-book-sec {
    text-align: center !important;
    padding-bottom: 20px !important;
}
section.vc_section.abt-book-sec .theme-h4 {
    text-align: center !important;
}
section.vc_section.abt-book-sec.theme-h3 {
    text-align: center !important;
}
section.vc_section.abt-book-sec .theme-h3:before {
    left: 40%;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 55%;
    margin: 0 auto;
    float: none;
    text-align: center;
    margin-bottom: 40px !important;
}
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: none;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop section#primary {
    padding-bottom: 20px;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop img {
    object-fit: scale-down;
}
.Cntct_page .vc_col-sm-3 {
    width: 70%;
    float: none;
    margin: 0 auto;
}
.Cntct_page .vc_col-sm-9 {
    width: 90%;
    float: none;
    margin: 0 auto;
}
.Cntct_page .contactformtextClass {
    position: static;
}
.Cntct_page {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
}
@media only screen and (max-width: 767px) {
	.theme-footer {
    text-align: center !important;
}
.ft3 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.ft4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ft1 img {
    width: 30%;
}
.theme-footer h3 {
    font-size: 20px;
}
.ft3 ul li {
    font-size: 16px;
}
	.girl-sec .sign-img {
    padding-left: 0;
    padding-top: 10px;
}
section.vc_section.girl-sec .vc_row .vc_col-sm-6:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 50px;
}
.girl-sec {
    padding-top: 40px !important;
}
}
@media only screen and (max-width: 667px) {
	div#main-nav {
    width: 60%;
}
section.vc_section.abt-book-sec .theme-h3:before {
    left: 35%;
}
.Cntct_page .vc_col-sm-9 {
    width: 95%;
}
.Cntct_page .ContactForm {
    padding-left: 30px;
    padding-right: 30px;
}
.Cntct_page .vc_col-sm-3 {
    width: 85%;
}
}
@media only screen and (max-width: 568px) {
	div#main-nav {
    width: 70%;
}
body.product-template-default.single.single-product section#primary {
    text-align: center !important;
}
.woocommerce div.product form.cart .button {
    float: none;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin-bottom: 20px;
}
.girl-sec {
    padding-top: 30px !important;
}
}
@media only screen and (max-width: 525px) {
	section.vc_section.abt-book-sec .theme-h3:before {
    top: 17%;
    left: 33%;
}
.breadcrumbs h1 {
    font-size: 53px;
}
.breadcrumbs {
    padding-top: 30px;
    padding-bottom: 30px;
}
.Cntct_page .vc_col-sm-3 {
    width: 100%;
}
.Cntct_page .vc_col-sm-9 {
    width: 100%;
}
.ContactForm .btn-primary {
    width: 100%;
    margin-left: 0;
}
.Cntct_page .ContactForm {
	padding: 20px 30px 0px 30px;
}
}
@media only screen and (max-width: 480px) {
	body.archive.post-type-archive.post-type-archive-product.woocommerce-shop section#primary {
    padding-top: 40px;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop h1.page-title {
    text-align: center !important;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop p.woocommerce-result-count {
    width: 100%;
    text-align: center !important;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop select {
    width: 100%;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
    text-align: center;
    margin-bottom: 40px;
}
body.page-template-default.page.woocommerce-cart.woocommerce-page section#primary {
    padding-top: 20px;
    padding-bottom: 30px;
}
.wc-block-components-product-metadata__description p {
    font-size: 14px;
}
body.page-template-default.page.woocommerce-checkout.woocommerce-page section#primary {
    padding-top: 20px;
    padding-bottom: 30px;
}
}
@media only screen and (max-width: 425px) {
	div#main-nav {
    width: 100%;
}
header#masthead {
    padding-left: 0;
    padding-right: 0;
}
.navbar-brand {
    width: 30%;
}
.abt-book-sec .theme-h3 {
    font-size: 23px;
    line-height: 27px;
}
section.vc_section.abt-book-sec .theme-h3:before {
    left: 27%;
    top: 19%;
}
.ft1 img {
    width: 45%;
}
section.vc_section.abt-inner .theme-h3:before {
    top: 6.8% !important;
}
.book-img img {
    width: 90%;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop h1.page-title {
    font-size: 35px;
}
body.archive.post-type-archive.post-type-archive-product.woocommerce-shop a.button {
    width: 100%;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 90%;
}
section.vc_section.girl-sec .vc_row .vc_col-sm-6:last-child {
    padding-bottom: 30px;
}
.girl-sec {
    padding-top: 20px !important;
}
}
@media only screen and (max-width: 375px) {
	section.vc_section.abt-book-sec .theme-h3:before {
    left: 24%;
    top: 18%;
}
.theme-footer {
    padding-bottom: 10px;
}
.Cntct_page .ContactForm {
    padding: 20px 20px 0px 10px;
}
.ContactForm input {
    padding: 20px 0;
}
.ContactForm textarea {
    padding: 20px 0;
}
.Cntct_page .contactformtextClass {
    padding: 19px 10px;
}
}
@media only screen and (max-width: 320px) {
	.book-img img {
    width: 100%;
}
section.vc_section.abt-book-sec .theme-h3:before {
    top: 15%;
    left: 18%;
}
.breadcrumbs h1 {
    font-size: 44px;
    line-height: 55px;
}
section.vc_section.abt-inner .theme-h3:before {top: 5% !important;}
}



section.vc_section.video-sec {
    padding-top: 80px;
    padding-bottom: 50px;
    background: #d01c1f26;
}
section.vc_section.video-sec video {
    border-radius: 20px;
}
.about-author-sec .wp-image-23 {
    height: 45px;
    border-radius: 5px;
    width: 155px;
}
.wp-image-23 {
    height: 45px;
    border-radius: 5px;
    width: 155px;
}
.video_slider .vc_col-sm-12 .vc_column-inner > .wpb_wrapper p {
    text-align: center;
}
.video_slider video {
    border: 5px solid #00334f;
    border-radius: 10px;
    width: 100%;
}
.video_slider .owl-dots {
    text-align: center;
}
.video_slider .owl-dots button.owl-dot {
    background: #000;
    width: 25px;
    height: 5px;
    border-radius: 20px;
    margin-right: 10px;
    transition: 0.5s ease-in-out !important;
    outline: none !important;
    box-shadow: none !important;
}
.video_slider .owl-dots button.owl-dot.active {
    width: 45px;
    transition: 0.5s ease-in-out !important;
    background: #c90027;
}
section.vc_section.video-sec .wpb_text_column {
    margin-bottom: 10px;
}
section.vc_section.video-sec h2.vc_custom_heading {
    font-size: 24px !important;
}

.video video {
/*     border: 5px solid #00334f; */
    border-radius: 20px;
}
section.vc_section.video-raw {
    padding-bottom: 50px;
    background: #d01c1f26;
}

.vc_row.video {
    padding-top: 50px;
}