/*
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: "Lexend Deca", sans-serif;
}
body, html {
	overflow-x: hidden;
}

@font-face {
 font-family: CaboldComic;
 src: url('inc/assets/fonts/CaboldComic.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: CaboldComic;
}
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;
    overflow-x: hidden !important;
  /* Fallback for when there is no custom background color defined. */
}

html,body {
    overflow-x: hidden !important;
}
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%;
  }
}

#content.site-content {
    padding: 0 !important;
}

.entry-content {
    margin: 0 !important;
}

.container {
    max-width: 100% !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 500 !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    transition: all 0.5s ease-in-out;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.navbar-nav li {
    padding-right: 50px;
}
.navbar-nav {
    margin-left: 90px;
}
.navbar-nav li:last-child {
    padding-right: 0px !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    font-weight: 600 !important;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.main-btns {
    display: flex;
    align-items: center;
}

.search-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #3F7A3B;
    font-size: 20px;
    text-decoration: none;
}

.search-btn {
    margin-right: 10px;
}

.header-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3F7A3B;
    width: 185px;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

header#masthead {
    padding-left: 61px;
    padding-right: 41px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    background: transparent !important;
    box-shadow: unset !important;
    overflow: hidden;
    padding-top: 25px;
}

.banner-head {
    -webkit-text-stroke: 1px #fff;
    font-family: CaboldComic !important;
    color: #243e23 !important;
    -webkit-text-stroke-width: 1px;
    text-shadow: 5px 0px #fff !important;
    letter-spacing: 1px !important;
}
.banner-head-2 {
    -webkit-text-stroke: 1px #fff;
    font-family: CaboldComic !important;
    color: #101924 !important;
    -webkit-text-stroke-width: 1px;
    text-shadow: 5px 0px #fff !important;
    letter-spacing: 1px !important;
}
#masthead nav {
    border-bottom: 1px solid #ffffff21;
    padding-bottom: 13px !important;
}

header#masthead:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 9px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 9999999;
    animation: moveTheWave 35000ms linear infinite;
    max-width: 200% !important;
}

@keyframes moveTheWave {

  0% {
    transform: translate3d(0, 0, 0);
  }
 /* 25% {
    transform: translate3d(-45px, 0, 0);
  } */
  50% {
    transform: translate3d(-20%, 0, 0);
  }
      /* 75% {
    transform: translate3d(45px, 0, 0);
  }
     */
  100% {
    transform: translate3d(0px, 0, 0);
  }

}

.banner-sec {
    position: relative;
}

.banner-sec:before {
    content: '';
    position: absolute;
    left: 0;
    width: 300%;
    height: 9px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 9999999;
    animation: moveTheWavebottom 35000ms linear infinite;
    bottom: 0;
    transform:  transform: translate3d(0, 0, 0) scaleY(-1) !important;
}

@keyframes moveTheWavebottom {

  0% {
    transform: translate3d(0, 0, 0) scaleY(-1);
  }
 /* 25% {
    transform: translate3d(-45px, 0, 0);
  } */
  50% {
    transform: translate3d(-20%, 0, 0) scaleY(-1);
  }
      /* 75% {
    transform: translate3d(45px, 0, 0);
  }
     */
  100% {
    transform: translate3d(0px, 0, 0) scaleY(-1);
  }

}

section.vc_section.banner-sec {
    overflow: hidden;
}

.adventure-head {
    background: #3f7a3b21;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 313px;
    margin: 0 auto;
    border-radius: 50px;
    height: 40px;
    font-family: 'Lexend Deca';
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.review-form h2,
.adventure-head-2,
.books-sec h2 {
    -webkit-text-stroke: 1px #0E1925;
    font-family: CaboldComic !important;
    color: #ededed !important;
    -webkit-text-stroke-width: 0.3px;
    text-transform: uppercase;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    text-shadow: 5px 1px #0E1925 !important;
    letter-spacing: 1px !important;
}
.review-form h2 {
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 0px !important;
}
.adventure-sec {
    padding-top: 120px !important;
    padding-bottom: 90px;
    position: relative !important;
    overflow: hidden !important;
}

.adventure-sec:before {
    content: '';
    position: absolute;
    left: 0;
    width: 300%;
    height: 9px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 9999999;
    animation: moveTheWavebottom 35000ms linear infinite;
    bottom: 0;
}


.adventure-para p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 180px;
    width: 88%;
    color: #818181;
}

.main-btns-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-btn-1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3F7A3B;
    color: #fff;
    width: 184px;
    height: 60px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Lexend Deca';
    border-radius: 50px;
    text-decoration: none;
}

.ad-btn-1 {
    margin-right: 10px;
}

.ad-btn-2 a {
    font-size: 18px;
    line-height: 18px;
    color: #1E334A;
    text-decoration: none;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 217px;
    height: 60px;
    border-radius: 50px;
    font-family: 'Lexend Deca';
    text-transform: uppercase;
}

.adventure-row {
    padding-top: 30px;
}

.text-block h2 {
    font-size: 30px !important;
    line-height: 40px !important;
    -webkit-text-stroke: 1px #0E1925;
    font-family: CaboldComic !important;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    text-transform: uppercase;
}

.text-block span {
    font-size: 18px;
    line-height: 30px;
    color: #3F7A3B;
    text-transform: uppercase;
    font-weight: 400;
}

.text-block p {
    color: #818181;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.btn-1-pro a {
    background: #3F7A3B !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    width: 127px;
    height: 44px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Lexend Deca' !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-decoration: none;
}

.btn-2-pro a {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1E334A !important;
    background: #fff !important;
    border-color: #fff !important;
    width: 122px;
    height: 44px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
}

.book-grid .book-card:first-child {
    text-align: right;
    border-radius: 100px 0px 0px 100px !important;
    background: #EDEDED !important;
}

.book-grid .book-card:first-child div {
    justify-content: end;
}
.book-grid .book-card:last-child {
    border-radius: 0px 100px 100px 0px !important;
    background: #EDEDED !important;
}
.book-sec {
    padding-left: 40px !important;
    padding-right: 40px !important;
/*     padding-top: 120px !important; */
    padding-bottom: 100px;
}
.book-grid .book-card:first-child .image-block:before {
    content: '';
    position: absolute;
    left: 0px;
    border: 1px solid #CECECE;
    width: 1px;
    height: 100%;
    bottom: 1px;
}

.book-grid .book-card:last-child .image-block:before {
    content: '';
    position: absolute;
    right: 0px;
    border: 1px solid #CECECE;
    width: 1px;
    height: 100%;
    bottom: 0;
}

.image-block {
    position: relative;
}
.book-grid .book-card:first-child .image-block img {
    margin-left: 20px;
}


.kids-sec .main-btns-2 {
    padding-left: 0 !important;
}

.kids-sec .ad-btn-1 a {
    width: 280px !important;
}

.kids-sec .ad-btn-2 a {
    width: 280px !important;
}

.kids-head-2 {
    -webkit-text-stroke: 1px #fff;
    font-family: CaboldComic !important;
    color: #101924 !important;
    -webkit-text-stroke-width: 0.3px;
    text-transform: uppercase;
    text-shadow: 4px 0px #fff !important;
    letter-spacing: 1px !important;
}

.kids-head {
    background: #ffffff1c;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 191px;
    height: 40px;
    border-radius: 50px;
    font-family: 'Lexend Deca';
    text-transform: uppercase;
    padding-bottom: 0px !important;
    font-weight: 400;
}

.kids-para p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    width: 90%;
}

.kids-l-para h2, .books-sec h3 {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Lexend Deca';
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.books-sec li {
	list-style: none;
    font-size: 16px;
    line-height: 30px;
    color: #818181;
    font-family: 'Lexend Deca';
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}
.kids-l-para li {
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-family: 'Lexend Deca';
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.kids-l-para li:before,
.books-sec li:before {
    content: '';
    position: absolute;
    left: -40px;
    background-image: url(images/tick.png);
    width: 30px;
    height: 30px;
}

.kids-sec {
    position: relative !important;
    padding-left: 100px !important;
    padding-right: 40px !important;
    padding-top: 128px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 119px;
}
.books-sec {
	position: relative;
}
.books-sec:after {
	content: '';
	position: absolute;
	left: 0;
	width: 300%;
	height: 9px;
	background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 1;
	animation: moveTheWave 35000ms linear infinite;
	top: 0;
	background-color: #EDEDED;
}

.kids-sec:before {
    content: '';
    position: absolute;
    left: 0;
    width: 300%;
    height: 9px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 9999999;
    animation: moveTheWavebottom 35000ms linear infinite;
    bottom: 0;
    /* background-color: #fff; */
}


.kids-sec:after {
    content: '';
    position: absolute;
    left: 0;
    width: 300%;
    height: 9px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 99;
    animation: moveTheWave 35000ms linear infinite;
    top: 0;
    transform: transform: translate3d(0, 0, 0) scaleY(-1) !important;
}

.services-box {
    border: 1px solid #EDEDED;
    background: #EDEDED;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
    border-radius: 40px;
	height: 400px;
}

.services-con h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    -webkit-text-stroke: 1px #0E1925;
    font-family: CaboldComic !important;
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
    text-transform: uppercase;
}

.services-con p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #818181;
}

.services-con a {
    font-family: 'Lexend Deca';
    color: #3F7A3B;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.services-sec .adventure-head {
    width: 363px;
}

.services-sec {
    padding-top: 129px !important;
    padding-bottom: 100px;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.testimonials-sec .adventure-head {
    margin: unset !important;
    width: 190px !important;
}

.main-para {
    display: flex;
    align-items: center;
    justify-content: end;
}

.para-1 p {
    font-size: 16px;
    line-height: 30px;
    color: #818181;
    width: 70%;
    font-weight: 300;
}

.para-btn-1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3F7A3B;
    width: 277px;
    height: 60px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.testimonials-sec {
    padding-top: 120px !important;
    padding-bottom: 268px;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.testi-img img {
    width: unset !important;
}

.star-rating ul {
    display: flex;
    align-items: center;
    padding-left: 0px !important;
}

.star-rating li {
    list-style: none;
    margin-right: 13px;
    color: #FFD900;
}
.testimonials-content {
    padding-bottom: 30px;
}
.testimonials-box {
    border: 1px solid #fff;
    background: #fff;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
    border-radius: 40px;
}

.main-fl {
    display: flex;
    align-items: center;
}

.testimonials-content p {
    font-size: 20px;
    color: #818181;
    line-height: 36px;
    font-weight: 300;
    width: 99%;
    margin-bottom: 5px;
}

.testi-head-p h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-text-stroke: 1px #0E1925;
    font-family: CaboldComic !important;
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
    margin-top: 0px !important;
}

.testi-head-p h3 {
    margin-top: 0px !important;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Lexend Deca';
    color: #818181;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 0px !important;
}

.testi-img {
    margin-right: 30px;
}
.owl-nav {
    display: none;
}

.footer-sec {
    border: 1px solid #3F7A3B;
    background: #3F7A3B;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 40px;
    margin-top: -210px;
    margin-bottom: 90px;
}

.footer-head h2 {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 60px;
    line-height: 70px;
    -webkit-text-stroke: 1px #fff;
    font-family: CaboldComic !important;
    color: #437c40 !important;
    -webkit-text-stroke-width: 1px;
    text-transform: uppercase;
    width: 93%;
    text-shadow: 3px 0px #fff;
    letter-spacing: 1px;
}

.footer-para p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-family: 'Lexend Deca';
    font-weight: 300;
    width: 85%;
}

.ContactForm input.wpcf7-form-control {
    height: 60px;
    border-radius: 100px;
    background: #ffffff24;
    border: unset !important;
    width: 78%;
}

.ContactForm input.wpcf7-form-control::placeholder {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    padding-left: 20px;
}

.ContactForm {
    position: relative;
}

.footer-btn .btn.btn-primary {
    position: absolute;
    right: 0;
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 169px;
    height: 60px;
    background: #fff;
    color: #1E334A;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
span.wpcf7-spinner {
    display: none;
}

.ContactForm p {
    width: 100% !important;
}

div#footer-widget {
    background: #0E1925 !important;
    padding-top: 130px;
    padding-bottom: 28px;
    padding-left: 40px;
    padding-right: 40px;
}

div#footer-widget h3.widget-title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px !important;
    -webkit-text-stroke: 1px #fff;
    font-family: CaboldComic !important;
    color: transparent !important;
    -webkit-text-stroke-width: 0.1px;
    text-transform: uppercase;
}

.ft-2 p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    width: 70%;
    font-weight: 300;
}

.ft-3 a {
    font-size: 15px;
    line-height: 40px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

.ft-4 a {
    font-size: 15px;
    line-height: 40px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

.ft-5 a {
    font-size: 18px;
    line-height: 25px;
    color: #3F7A3B;
    text-decoration: none;
    font-weight: 600;
}

.ft-5 p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    width: 80%;
    font-weight: 300;
}

.ft-5 {
    padding-left: 280px;
}

.ft-4 {
    padding-left: 170px;
}

.main-site-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff1f;
}

body:not(.theme-preset-active) footer#colophon {
    background: #0E1925 !important;
    padding-left: 60px;
    padding-right: 60px;
}

.site-info p {
    margin-bottom: 0px !important;
    font-size: 16px;
    line-height: 33px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
}

.site-info-links a {
    margin-bottom: 0px !important;
    font-size: 16px;
    line-height: 33px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
}

.site-info-links a:last-child {
    margin-right: 0px !important;
}

.site-info {
    margin-top: 30px;
}

.site-info-links {
    margin-top: 30px;
}
/*Animation Css*/

.spider-banner {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: rotate(-50deg);
   /*filter: opacity(0); */
   opacity: 0;

  /*animation: spiderbanner 6s cubic-bezier(0.22, 1, 0.36, 1) infinite;*/
    animation: spiderbanner 1.5s linear 1 forwards;
     animation-delay: 4s;
     animation-iteration-count: 1;
}

@keyframes spiderbanner {
  0% {
    top: 100%;
    left: 50%;
opacity: 0.7;
  }

  100% {
    top: -60%;
    left: -25%;
    opacity: 1;
  }
}
.btrfly_left {
    transform: scaleX(-1);
    left: unset !important;
    right: 25%;
    bottom: -20%;
    top: unset !important;
    animation: butterflyleft 10s cubic-bezier(0.22, 1, 0.36, 1) infinite;
     animation-delay: 4s;
     animation-iteration-count: 1;
     opacity: 0;
}

@keyframes butterflyleft {
  0% {
     left: unset !important;
    right: 25%;
    bottom: -20%;
opacity: 0.7;
  }

  100% {
     left: unset !important;
    right: -20%;
    bottom: 35%;
    opacity: 1;
  }
}
.btrfly_right {
    left: unset !important;
    right: 20% ;
    top: 20% ;
    animation: butterflyright 10s cubic-bezier(0.22, 1, 0.36, 1) infinite;
     animation-delay: 4s;
     animation-iteration-count: 1;
       opacity: 0;
}

@keyframes butterflyright {
  0% {
     left: unset !important;
  right: 20% ;
    top: 20% ;
opacity: 0.7;
  }

  100% {
     left: unset !important;
  right: 80% ;
    top: -30%;
    opacity: 1;
  }
}
.spider_anim_sec {
    position: relative;
    overflow: hidden !important;
}

.spider_anim_sec::before {
    content: '';
    position: absolute;
    /* right: 30%;
    top: 110%; */
    width: 40%;
    height: 60%;
    background: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/spider.gif);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(225%, 160%) rotate(145deg);
    background-position: center;
    animation: spidersec 20s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    animation-delay: 3s;
    /* animation-iteration-count: 1; */
    filter: invert(100%) brightness(80%) contrast(10%);
    opacity: 0.15;
}

@keyframes spidersec {
  0% {
    transform: translate(266%, 40%) rotate(-45deg);
  }
  40% {
    transform:translate(81%, -130%) rotate(-45deg);
  }
   50% {
         transform: translate(-79%, -130%) rotate(145deg);
  }
  80% {
        transform: translate(55%, 160%) rotate(145deg);
  }  
  100% {
transform: translate(225%, 160%) rotate(145deg);
  } 
}

/*Butterfly Section Animation Css*/
.kids-sec .btfly_sec_anim img.vc_single_image-img {
    width: 185px;
    height: 185px;
    position: absolute;
    top: 148%;
    left: 35%;
    transform: scaleX(-1);
    animation: moveleft 15000ms linear infinite;
}

/*Animation Css*/
@keyframes moveleft {

 0% {
   transform: scaleX(-1);
        top: -42%;
    left: 15%;
  }
11% {
  transform: scaleX(-1);
    top: -12%;
    left: 78%;
  }
22% {
    transform: scaleX(-1);
    top: -12%;
    left: 78%;
  }
33% {
  transform: scaleX(-1);
    top: 48%;
    left: 218%;
  
  }
44% {
    transform: scaleX(-1);
    top: 48%;
    left: 218%;
    
  }
55% {
    top: 48%;
    left: 218%;
       transform: scaleX(1);  
    
  }
66% {
  transform: scaleX(1);  
    top: -63%;
    left: 218%;

  }
 77% {
    transform: scaleX(1);  
        top: 58%;
    left: 75%;

  }
   88% {
      transform: scaleX(1);  
        top: 58%;
    left: 75%;

  }
100% {
  transform: scaleX(1);  
    top: 148%;
    left: 25%;
  }
}
div.review-form {
	position: relative;
	background-color: #fff;
	padding-top: 50px;
}
div.review-form:before {
	content: '';
	position: absolute;
	right: 0;
	width: 300%;
	height: 9px;
	background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 2 !important;
	animation: moveTheWave 35000ms linear infinite;
	top: 0px;
	transform: transform: translate3d(0, 0, 0) scaleY(-1) !important;
	background-color: #EDEDED;
	rotate: 180deg;
}
.review-form {
    overflow: hidden;
}
.review-form {
    overflow: visible;
}
section.vc_section.testimonials-sec:after {
    content: '';
    position: absolute;
    left: 0;
    width: 300%;
    height: 9px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 9999999;
    animation: moveTheWave 35000ms linear infinite;
    top: 0;
    transform: transform: translate3d(0, 0, 0) scaleY(-1) !important;
}

div#footer-widget:after {
    content: '';
    position: absolute;
    left: 0;
    width: 300%;
    height: 9px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 9999999;
    animation: moveTheWave 35000ms linear infinite;
    top: 0;
    transform: transform: translate3d(0, 0, 0) scaleY(-1) !important;
    /* background-color: red; */
    z-index: 0;
}

div#footer-widget {
    position: relative;
}

.footer-sec {
    position: relative;
    z-index: 1;
}
/*Testimonials Sec Animation CSs*/
.testimonials-sec:before {
   content: '';
   position: absolute;
   width: 185px;
   height: 185px;
   background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/butterfly.gif);
   z-index: 9999999;
   /* animation: moveTheWavebottom 35000ms linear infinite; */
   left: 92%;
   top: 42%;
   /* left: 142%;
   top: 52%; */
   transform: scaleX(1);
   opacity: 0;
   background-size: contain;
   animation: testibtrfly 15000ms linear infinite;
   background-repeat: no-repeat;
   z-index: 0;
}

/*Animation Css*/
@keyframes testibtrfly {

 0% {
   transform: scaleX(1);
left: 60%;
    top: 42%;
  }
20% {
 transform: scaleX(1);
       left: 38%;
    top: 5%;
  opacity: 1;
  }
30% {
   transform: scaleX(1);
        left: 38%;
    top: 5%;
  }
40% {
   transform: scaleX(1);
        left: 10%;
    top: -15%;
  
  }
50% {
    /* transform: scaleX(-1); */
       left: 40%;
    top: -15%;
    transform: scaleX(-1);
    
  }
60% {
        left: 50%;
    top: -25%;
    transform: scaleX(-1);
    
  }
70% {
left: 72%;
    top: 2%;
     transform: scaleX(-1);
  }
  80% {
   left: 72%;
    top: 2%;
     transform: scaleX(-1);

  }
    90% {
left: 142%;
    top: 62%;
       transform: scaleX(-1);

  }
100% {
     left: 142%;
    top: 32%;
       transform: scaleX(-1);
  }
}
.footer-sec:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/spider.gif);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(225%, 160%) rotate(145deg);
    background-position: center;
    animation: spiderfooter 20s 
cubic-bezier(0.22, 1, 0.36, 1) infinite;
    animation-delay: 3s;
    /* animation-iteration-count: 1; */
    filter: invert(100%) brightness(80%) contrast(10%);
    opacity: 0.5;
    transform: translate(227%, 160%) rotate(-45deg);
    /* transform: translate(215%, -240%) rotate(145deg); */
}

.footer-sec {
    position: relative;
    overflow: hidden;
}
@keyframes spiderfooter {
  0% {
    transform: translate(227%, 160%) rotate(-45deg);
  }
  25% {
    transform:translate(10%, -170%) rotate(-45deg);
  }
   50% {
      transform: translate(215%, -240%) rotate(145deg);
  }
  75% {
         transform: translate(770%, 160%) rotate(145deg);
  }  
  100% {
    transform: translate(227%, 160%) rotate(-45deg);
  } 
}

.footer-sec:after {
   content: '';
   position: absolute;
   width: 145px;
   height: 145px;
   background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/butterfly.gif);
   z-index: 9999999;
   left: 42%;
   top: 90%;
   /* left: 142%;
   top: 52%; */
   background-size: contain;
   animation: ftbtrfly 15000ms linear infinite;
   background-repeat: no-repeat;
   z-index: 0;
}

/*Animation Css*/
@keyframes ftbtrfly {

 0% {
     opacity:1;
   transform: scaleX(1);
    left: 50%;
    top: 182%;
  }
20% {
       opacity:1;
    left: 42%;
    top: 10%;
  }
40% {
       opacity:1;
    left: 42%;
    top: 10%;
  }
60% {
       opacity:1;
    left: 22%;
    top: -70%;
  
  }
80% {
       opacity:0;
left: 112%;
    top: -50%;
    
  }
100% {
  opacity:0;
    left: 50%;
    
  }

}
.butterfly_anim img {
    position: absolute;
    width: 150px;
    transform: scaleX(-1); /* flips image horizontally */
    /* top: 100px;
    left: 110%; */
    animation: moveleft 15000ms linear infinite;
}
/*Butterfly Section Animation Css*/
.kids-sec .btfly_sec_anim img.vc_single_image-img {
    /* width: 185px; */
    height: 185px;
    position: absolute;
    top: 148%;
    left: 35%;
    transform: scaleX(-1);
    animation: movebtrsec 25000ms linear infinite;
    /* background: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/butterfly.gif); */
    opacity: 0;
}

.kids-sec .btfly_sec_anim {
    background: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/butterfly.gif);
    background-size: contain;
    background-repeat: no-repeat;
    width: 185px;
    height: 185px;
    background-position: center;
    position: absolute;
    top: 148%;
    left: 35%;
    transform: scaleX(-1);
    animation: moveleft 15000ms linear infinite;
    z-index: 0;
}
.adventure-sec .butterfly_anim {
    background: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/butterfly.gif);
    width: 150px;
    height: 150px;
    transform: scaleX(-1);
    animation: 15000ms linear 0s infinite normal none running moveleft;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    background-size: contain;
}

.butterfly_anim img {
    opacity: 0;
}

/*Animation Css*/
@keyframes movebtrsec {

 0% {
   transform: scaleX(-1);
        top: -42%;
    left: 15%;
  }
11% {
  transform: scaleX(-1);
    top: -12%;
    left: 78%;
  }
22% {
    transform: scaleX(-1);
    top: -12%;
    left: 78%;
  }
33% {
  transform: scaleX(-1);
    top: 48%;
    left: 218%;
  
  }
44% {
    transform: scaleX(-1);
    top: 48%;
    left: 218%;
    
  }
55% {
    top: 48%;
    left: 218%;
       transform: scaleX(1);  
    
  }
66% {
  transform: scaleX(1);  
    top: -63%;
    left: 218%;

  }
 77% {
    transform: scaleX(1);  
        top: 58%;
    left: 75%;

  }
   88% {
      transform: scaleX(1);  
        top: 58%;
    left: 75%;

  }
100% {
  transform: scaleX(1);  
    top: 148%;
    left: 25%;
  }
}
/*Animation Css*/
@keyframes moveleft {

 0% {
   transform: scaleX(-1);
        top: -42%;
    left: 15%;
  }
11% {
  transform: scaleX(-1);
    top: -12%;
    left: 78%;
  }
22% {
    transform: scaleX(-1);
    top: -12%;
    left: 78%;
  }
33% {
  transform: scaleX(-1);
    top: 48%;
    left: 218%;
  
  }
44% {
    transform: scaleX(-1);
    top: 48%;
    left: 218%;
    
  }
55% {
    top: 48%;
    left: 218%;
       transform: scaleX(1);  
    
  }
66% {
  transform: scaleX(1);  
    top: -63%;
    left: 218%;

  }
 77% {
    transform: scaleX(1);  
        top: 58%;
    left: 75%;

  }
   88% {
      transform: scaleX(1);  
        top: 58%;
    left: 75%;

  }
100% {
  transform: scaleX(1);  
    top: 148%;
    left: 25%;
  }
}
/*Animation Css*/
@keyframes moveleft {

  0% {
    top: 250px;
    left: -250px;
  }
 25% {
    left: 0px;
    top:0;
  }
     40% {
    left: 0px;
    top:0;
  }
    50% {
      top: -350px;
      left: 50%;
  }
    75% {
  top: 0px;
    left: 80%;
  }
    90% {
  top: 0px;
    left: 80%;
  }
  100% {
    top: 100px;
    left: 110%;
  }

}


@media only screen and (max-width: 1680px) {

 .services-con h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

section.testimonials-sec {
    padding-bottom: 200px !important;
}

/*.footer-sec {*/
/*    margin-top: -300px !important;*/
/*}*/

.footer-head h2 {
    font-size: 50px !important;
}

.ContactForm input.wpcf7-form-control {
    width: 73% !important;
}

.footer-btn .btn.btn-primary {
    width: 169px !important;
}
.shop-head {
    font-size: 60px !important;
    line-height: 70px !important;
}
}

@media only screen and (max-width: 1600px) {

 .adventure-head-2,
.review-form h2 {
    font-size: 50px !important;
    line-height: 60px !important;
}

.kids-head-2 {
    font-size: 50px !important;
    line-height: 60px !important;
}

.testimonials-content p {
    font-size: 18px !important;
    line-height: 34px !important;
}
.ft-5 {
    padding-left: 220px !important;
}
.book-grid .book-card:first-child .image-block img {
    margin-left: 0px !important;
}
.footer-head h2 {
    font-size: 46px !important;
}
}

@media only screen and (max-width: 1440px) {
	.gallery-slider img {
/*     height: 250px !important; */
}

 .adventure-head {
    font-size: 16px !important;
}

.adventure-para p {
    padding-left: 90px !important;
}

.main-btns-2 {
    padding-left: 100px !important;
}

section.adventure-sec {
    padding-top: 70px !important;
}

.book-sec {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.book-card {
    padding: 20px !important;
}

.inner {
    gap: 20px !important;
}

.adventure-head-2 {
    font-size: 45px !important;
    line-height: 55px !important;
}

.kids-head-2 {
    font-size: 45px !important;
    line-height: 55px !important;
}

.services-box {
    padding-left: 40px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-right:  40px !important;
}

.para-1 p {
    width: 86% !important;
}

section.testimonials-sec {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.testimonials-content p {
    font-size: 16px !important;
    line-height: 32px !important;
}

.testi-head-p h2 {
    font-size: 28px !important;
    line-height: 38px !important;
}

.footer-head h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.ContactForm input.wpcf7-form-control {
    width: 69% !important;
}
.footer-sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.ft-4 {
    padding-left: 100px !important;
}

.ft-5 {
    padding-left: 150px !important;
}
.ft-2 p {
    width: 74% !important;
}
.text-block h2 {
    font-size: 25px !important;
    line-height: 30px !important;
}
.image-block {
    width: 40%;
}

.book-grid .book-card:first-child .image-block:before {
    height: 242px !important;
}

.book-grid .book-card:last-child .image-block:before {
    height: 242px !important;
}
section.kids-sec {
    padding-right: 40px !important;
    padding-left: 40px !important;
}
.kids-sec .cert-content img {
    height: 650px !important;
}
.gallery-row .gallery-slider img.attachment-full {
    height: 260px !important;
}
  section.vc_section.author-sec{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.custom-breadcrumb h2 {
    font-size: 50px !important;
    line-height: 60px !important;
}

.custom-breadcrumb {
    height: 450px !important;
}
.shop_inner_btn {
    gap: 4px !important;
}
.btn-1-pro a {
    font-size: 14px !important;
    width: 117px !important;
    height: 40px !important;
}

.shop_inner_btn .btn-2-pro a {
    padding: 0px 25px !important;
}

.shop_inner_btn .btn-2-pro a img {
    width: 45px !important;
    height: 35px !important;
}
}

@media only screen and (max-width: 1366px) {
  .testimonials-sec:before {
   content: '';
   position: absolute;
   width: 145px;
   height: 145px;
   left: 72%;
    top: 2%;
   transform: scaleX(-1);
   opacity: 1;
   animation: testibtrfly 15000ms linear infinite;
}
.ft-2 p {
        width: 91% !important;
    }

/*Animation Css*/
@keyframes testibtrfly {

 0% {
   transform: scaleX(1);
left: 60%;
    top: 42%;
  }
20% {
 transform: scaleX(1);
          left: 31%;
    top: 5%;
  opacity: 1;
  }
30% {
   transform: scaleX(1);
            left: 31%;
    top: 5%;
  }
40% {
   transform: scaleX(1);
        left: 10%;
    top: -15%;
  
  }
50% {
    /* transform: scaleX(-1); */
       left: 40%;
    top: -15%;
    transform: scaleX(-1);
    
  }
60% {
        left: 50%;
    top: -25%;
    transform: scaleX(-1);
    
  }
70% {
left: 72%;
    top: 2%;
     transform: scaleX(-1);
  }
  80% {
   left: 72%;
    top: 2%;
     transform: scaleX(-1);

  }
    90% {
left: 142%;
    top: 62%;
       transform: scaleX(-1);

  }
100% {
     left: 142%;
    top: 32%;
       transform: scaleX(-1);
  }
}

section.vc_section.testimonials-sec .vc_row {
    zoom: 0.9;
}
  .kids-sec .btfly_sec_anim img.vc_single_image-img {
      width: 145px;
      height: 145px;
      transform: scaleX(-1);
      top: 63%;
      left: 85%;
      animation: movebtrsec 25000ms linear infinite;
}
/*Animation Css*/
@keyframes movebtrsec {

 0% {
   transform: scaleX(-1);
        top: -42%;
    left: 15%;
  }
11% {
  transform: scaleX(-1);
     top: -15%;
    left: 77%;
  }
22% {
    transform: scaleX(-1);
       top: -15%;
    left: 77%;
  }
33% {
  transform: scaleX(-1);
    top: 48%;
    left: 218%;
  
  }
44% {
    transform: scaleX(-1);
    top: 48%;
    left: 218%;
    
  }
55% {
    top: 48%;
    left: 218%;
       transform: scaleX(1);  
    
  }
66% {
  transform: scaleX(1);  
    top: -63%;
    left: 218%;

  }
 77% {
    transform: scaleX(1);  
        top: 63%;
    left: 85%;

  }
   88% {
      transform: scaleX(1);  
       top: 63%;
    left: 85%;

  }
100% {
  transform: scaleX(1);  
    top: 148%;
    left: 25%;
  }
}
  .footer-sec {
    padding-bottom: 50px;
    padding-top: 50px;
}

.ContactForm input.wpcf7-form-control {
    height: 50px;
}

.footer-btn .btn.btn-primary {
    height: 50px;
}
 .adventure-head-2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

section.kids-sec {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.services-img img {
    width: 30% !important;
}

.services-con h2 {
    font-size: 20px !important;
}
.text-block p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-1-pro a {
    width: 107px !important;
    height: 35px !important;
}
  .btn-2-pro a{
    font-size:14px;
        width: 107px !important;
    height: 35px !important;
  }

.book-card .shop_inner_btn .btn-2-pro a {
    padding: 0px 20px !important;
}
.services-box {
    height: 340px;
}	
}

@media only screen and (max-width: 1280px) {

 .testimonials-content p {
/*     display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.footer-para p {
    width: 94% !important;
}

.footer-sec {
    padding-bottom: 30px !important;
}

.para-btn-1 a {
    font-size: 16px !important;
    width: 247px !important;
}

.para-1 p {
    font-size: 15px !important;
}

.adventure-para p {
    padding-left: 40px !important;
}

.main-btns-2 {
    padding-left: 40px !important;
}

.ad-btn-1 a {
    font-size: 16px !important;
}

.ad-btn-2 a {
    font-size: 16px !important;
}

.book-grid .book-card:first-child .image-block:before {
    height: 200px !important;
}

.book-grid .book-card:last-child .image-block:before {
    height: 210px !important;
}

.btn-1-pro a {
    font-size: 13px !important;
}

.btn-2-pro a {
    font-size: 14px !important;
    width: 107px !important;
    height: 35px !important;
}

.text-block p {
    font-size: 14px !important;
    line-height: 28px !important;
}
.book-grid .book-card:last-child{
  border-radius: 0px 60px 60px 0px !important;
}
  .book-grid .book-card:first-child{
  border-radius: 60px 00px 0px 60px !important;
}
.text-block h2 {
    font-size: 22px !important;
}

.text-block span {
    font-size: 16px !important;
}

.kids-head-2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.services-box {
    padding-left: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 20px !important;
}
.services-con p {
    font-size: 15px !important;
}
header#masthead {
    padding-left: 31px !important;
    padding-right: 21px !important;
}
.footer-head h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}
.gallery-row .gallery-slider img.attachment-full {
        height: 280px !important;
}
.image_slider_pdf .slider-box {
    height: 570px !important;
}
.sec-reviews {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.sec-reviews .testimonials-box {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}
    .custom-breadcrumb h2 {
        font-size: 45px !important;
        line-height: 55px !important;
}
.custom-breadcrumb {
        height: 400px !important;
    }
}
.custom-breadcrumb {
    padding-top: 200px;
    text-align: center;
url(
    'https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/Group-1000004770.png');
    background: url('https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/Group-1000004770.png') !important;
    position: relative;
}

.custom-breadcrumb h2 {
    font-size: 60px;
    line-height: 70px;
    -webkit-text-stroke: 1px #fff;
    font-family: CaboldComic !important;
    color: #243e23 !important;
    -webkit-text-stroke-width: 0.1px;
    text-transform: uppercase;
    text-shadow: 3px 0px #fff;
    letter-spacing: 1px;
    margin-bottom: 0px !important;
}
p.breadcrumb-trail {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.custom-breadcrumb a {
    color: #fff;
}
.adventure-para-page p {
    text-align: center;
    padding-left: 0 !important;
    margin: 0 auto;
    width: 85%;
    margin-bottom: 20px;
}
.book-sec .adventure-head-2 {
    color: #fff !important;
}

.services-sec .adventure-head-2 {
    color: #fff !important;
}
.key-sec {
    padding-top: 120px !important;
    padding-bottom: 40px;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.key-sec .adventure-head {
    margin: unset !important;
    margin-bottom: 40px !important;
}

.key-para p {
    font-size: 16px;
    line-height: 32px;
    color: #818181;
    font-weight: 400;
    margin-bottom: 50px;
    border-bottom: 1px solid #00000030;
    padding-bottom: 50px;
    width: 83%;
    text-transform: capitalize;
}

.key-para p:last-child {
    border-bottom: unset !important;
}
.kids-sec-65::after {
    display: none;
}
.kids-sec-65 .kids-head-2 {
    color: #243e23 !important;
}

.kids-sec-65 .wpb_single_image.vc_align_right {
    text-align: left !important;
}
.kids-sec-img img {
}

.reviews-para p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #818181;
    width: 95%;
    margin: 0 0 0 auto;
}

.sec-reviews {
    background: #EDEDED;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 120px;
    padding-bottom: 190px;
}
.sec-reviews .adventure-head {
    margin: unset;
}
.review-form {
	padding-bottom: 100px;
}
.review-form input.wpcf7-form-control,
.ContactForm-2 input.wpcf7-form-control {
    background: unset !important;
    border-top: unset !important;
    border-radius: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-color: #C5C5C5;
    height: 60px;
}
.review-form select.wpcf7-form-control.wpcf7-select.form-control,
.ContactForm-2 select.wpcf7-form-control.wpcf7-select.form-control {
    background: unset !important;
    border-top: unset !important;
    border-radius: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-color: #C5C5C5;
    height: 60px;
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    background: unset !important;
    border-top: unset !important;
    border-radius: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-color: #C5C5C5;
    height: 140px;
}

/* .ContactForm-2 {
    padding-right: 170px;
} */

.review-form .btn.btn-primary,
.ContactForm-2 .btn.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 206px;
    height: 60px !important;
    background: #3F7A3B !important;
    border-radius: 40px !important;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.review-form input.wpcf7-form-control::placeholder,
.ContactForm-2 input.wpcf7-form-control::placeholder {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
}

textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
}
.contact-page-1 {
    padding-bottom: 150px !important;
}
.free-sec {
    padding-bottom: 150px !important;
}
.about-page {
    padding-bottom: 150px;
}
section.vc_section.shop-new .adventure-head, section.vc_section.shop-new-2 .adventure-head {
    margin-left: 0 !important;
    width: fit-content;
    padding: 10px 24px !important;
}
section.vc_section.shop-new, section.vc_section.shop-new-2, section.vc_section.books-sec {
    padding-top: 100px !important;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 100px;
    position: relative;
}
section.vc_section.books-sec h3 {
	color: #000;
	font-weight: 600;
	font-size: 19px;
}
section.vc_section.shop-new p, section.vc_section.shop-new-2 p, section.vc_section.books-sec p {
    color: #818181;
    width: 83%;
    line-height: 32px;
}
section.vc_section.shop-new .ad-btn-1 a, section.vc_section.shop-new-2 .ad-btn-1 a {
    width: fit-content;
    padding: 10px 33px;
}
section.vc_section.shop-new .ad-btn-1, section.vc_section.shop-new-2 .ad-btn-1 {
    margin-top: 30px;
}
section.vc_section.shop-new-2 {
    overflow: hidden;
    position: relative;
    padding-bottom: 160px;
}
.shop-new-2:before {
    content: '';
    position: absolute;
    width: 185px;
    height: 185px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/butterfly.gif);
    z-index: 9999999;
    /* animation: moveTheWavebottom 35000ms linear infinite; */
    left: 1%;
    top: 1%;
    /* left: 142%;
   top: 52%; */
    transform: scaleX(1);
    opacity: 0;
    background-size: contain;
    animation: testibtrfly 15000ms linear infinite;
    background-repeat: no-repeat;
    z-index: 0;
}
.books-sec:before {
	content: '';
    position: absolute;
    width: 185px;
    height: 185px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/butterfly.gif);
    z-index: 9999999;
    left: 1%;
    top: 1%;
    /* left: 142%;
   top: 52%; */
    transform: scaleX(1);
    opacity: 0;
    background-size: contain;
    animation: testibtrfly 15000ms linear infinite;
    background-repeat: no-repeat;
    z-index: 3;
}
#owl_custom12:after {
	content: '';
    position: absolute;
    width: 185px;
    height: 185px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/butterfly.gif);
    z-index: 9999999;
    left: 1%;
    top: 1%;
    transform: scaleX(1);
    opacity: 0;
    background-size: contain;
    animation: testibtrfly 15000ms linear infinite;
    background-repeat: no-repeat;
    z-index: 1;
}
.sec-reviews {
	position: relative;
}
.post-type-archive-testimonials .custom-breadcrumb {
    z-index: 998;
}
.post-type-archive-testimonials header#masthead {
	z-index: 999;
}
.sec-reviews:before {
	content: '';
    position: absolute;
    width: 185px;
    height: 185px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/butterfly.gif);
    z-index: 9999999;
    /* animation: moveTheWavebottom 35000ms linear infinite; */
    left: 1%;
    top: 1%;
    /* left: 142%;
   top: 52%; */
    transform: scaleX(1);
    opacity: 0;
    background-size: contain;
    animation: testibtrfly 15000ms linear infinite;
    background-repeat: no-repeat;
    z-index: 0;
}
.review-form:after {
    content: '';
}

.review-form:after {
	content: '';
    position: absolute;
    width: 185px;
    height: 185px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/butterfly.gif);
    z-index: 9999999;
    /* animation: moveTheWavebottom 35000ms linear infinite; */
    left: 1%;
    top: 1%;
    /* left: 142%;
   top: 52%; */
    transform: scaleX(1);
    opacity: 0;
    background-size: contain;
    animation: testibtrfly 15000ms linear infinite;
    background-repeat: no-repeat;
    z-index: 11111 !important;
}
.page-id-9 .spider_anim_sec::before {
    /* filter: invert(1); */
}
section.vc_section.shop-new:after {
    content: '';
    position: absolute;
    left: 0;
    width: 300%;
    height: 9px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 9999999;
    animation: moveTheWavebottom 35000ms linear infinite;
    bottom: 0;
    transform: transform: translate3d(0, 0, 0) scaleY(-1) !important;
}
.custom-breadcrumb:after {
    content: '';
    position: absolute;
    left: 0;
    width: 300%;
    height: 9px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 0;
    animation: moveTheWavebottom 35000ms linear infinite;
    bottom: 0;
    transform: transform: translate3d(0, 0, 0) scaleY(-1) !important;
}

.footer-sec .row {
    align-items: center;
}

.reviews-para {
    margin-bottom: 0 !important;
}

.author-sec .adventure-head {
    text-align: left !important;
    margin: unset !important;
}

.author-sec .adventure-head-2 {
    margin: unset !important;
    text-align: left !important;
    color: #fff !important;
    margin-top: 20px !important;
}

.author-para p {
    font-size: 16px;
    line-height: 30px;
    color: #818181;
    font-weight: 400;
    font-family: 'Lexend Deca';
}

.author-sec {
    padding-top: 119px;
    padding-bottom: 80px;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.author-btn a.vc_general {
    background: #3F7A3B !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Lexend Deca';
    width: 196px;
    height: 60px;
    border-radius: 50px;
}
.ad-btn-1 button.download-single {
    background: #3F7A3B;
    border: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 295px;
    height: 60px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.cert-content img {
    height: 800px !important;
    border-radius: 50px;
}

.author-img img {
    /* height: 500px !important; */
    width: 580px !important;
    margin: 0 auto;
    display: block;
    text-align: left !important;
}

.author-img {
    text-align: center !important;
}

.gallery-slider img.attachment-full {
    height: 350px !important;
    width: 500px !important;
}

.gallery-row {
    padding-top: 80px;
}




.shop_inner_btn .btn-2-pro a img {
    width: 50px;
    height: 40px;
    object-fit: scale-down;
}


.shop_inner_btn .btn-2-pro a {
    width: unset;
    padding: 0px 30px !important;
    font-size: 0;
    height: unset;
}




.image_slider_pdf {
    margin-top: 40px;
    margin-bottom: 30px;
}

.image_slider_pdf img {
    width: 100% !important;
    height: 100% !important;
    margin: auto auto;
    object-fit: scale-down;
}

.image_slider_pdf .slider-box {
    box-shadow: 0 0 4px 3px #00000024;
    padding: 10px;
    height: 700px;
    border-radius:10px;
}

.image_slider_pdf .download-single {
    margin: auto auto;
    display: block;
    background: #3F7A3B;
    border: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 30px;
    /* margin-top: 10px; */
}

.image_slider_pdf  .slider-img {
    height: 85%;
    width: 100%;
    margin-bottom: 20px;
}


/*===============================
    Woocommerce Cart Page
===============================*/
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center {
    display: none;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns {
    display: none;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    display: block;
}
.woocommerce-cart section#primary {
    padding: 80px 0%;
}
.woocommerce-cart h1.entry-title {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items thead tr > th {
    font-size: 18px;
    line-height: 34px;
    border: 1px solid #000;
    padding: 20px;
    color: #000000;
    visibility: visible !important;
    opacity: 1 !important;
    background: #fff !important;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tr {
    border: 1px solid #000 !important;
    --wp--preset--gradient--cool-to-warm-spectrum: #fff;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td {
    padding: 20px;
    border: 1px solid #000;
    vertical-align: middle;
    color: #000;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-cart-item__wrap a {
    font-size: 22px;
    line-height: 45px;
    color: #000;
    margin-bottom: 10px;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-cart-item__wrap span.wc-block-formatted-money-amount {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-components-product-metadata {
    font-size: 16px;
    line-height: 30px;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td  .wc-block-components-quantity-selector {
/*     border: 1px solid #ffffff; */
    margin: 0 !important;
    margin-right: 20px !important;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-components-quantity-selector button {
/*     color: #ffffff !important; */
    font-size: 20px;
    opacity: 1;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td.wc-block-cart-item__product {
    padding-right: 10%;
    position: relative;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td.wc-block-cart-item__product .wc-block-cart-item__quantity {
/*     position: absolute;
    top: 30px;
    right: 20px; */
    display: flex;
    align-items: baseline;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td button.wc-block-cart-item__remove-link {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
    background: #fff !important;
    border-radius: 5px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
}
.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-sidebar {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #000;
}
.woocommerce-cart .wc-block-components-sidebar span.wc-block-cart__totals-title,
.woocommerce-checkout .wc-block-components-sidebar span.wc-block-cart__totals-title {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
    font-family: 'Aurora';
    text-align: left;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    border-color: #403a3a;
    padding: 20px 0;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    display: block;
    font-weight: 500;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper a,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper a {
    color: #fff;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon {
    padding: 0;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon input#wc-block-components-totals-coupon__input-0,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon input#wc-block-components-totals-coupon__input-0  {
    background: transparent;
    border-color: #fff;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon button.components-button,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon button.components-button {
    padding: 18px 23px;
    font-size: 16px;
    line-height: 26px;
    background: #ffffff;
    border-radius: 5px;
    color: #FF1940 ;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon  label,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon  label {
    color: #fff !important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-container a,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__submit-container a {
    padding: 18px 23px;
    font-size: 16px;
    line-height: 26px;
    background: #ffffff;
    border-radius: 5px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #000000;
    margin-top: 20px;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit {
    margin: 0;
}
.is-large.wc-block-cart {
    margin-bottom: 0;
}

.woocommerce-cart .wc-block-components-main table.wc-block-cart-items {
    color: #fff;
}

.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td span {
    color: #000 !important;
}

.woocommerce-cart .wc-block-components-sidebar span {
    color: #000;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel__button {
    color: #000;
}

.is-large.wc-block-cart .wc-block-components-sidebar input#wc-block-components-totals-coupon__input-coupon {
    padding-top: 10px;
    height: unset;
}

.is-large.wc-block-cart .wc-block-components-sidebar button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    height: unset !important;
    padding: 10px !important;
    line-height: 1;
    min-height: unset;
}
tbody {
    border: 1px solid #000;
}

.woocommerce-cart section#primary {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 150px !important;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: #000 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    color: #000 !important;
}

.wc-block-components-product-metadata__description p {
    color: #000 !important;
}

span.wc-block-components-totals-item__label {
    color: #000;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper, .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    color: #000 !important;
}

.woocommerce-checkout section#primary {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 150px;
    padding-top: 80px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: #437c40;
    color: #fff;
    text-transform: uppercase;
    border: unset !important;
}
.play-row .wpb_single_image.wpb_content_element {
    width: 100%;
}
.play-row  figure {
    width: 100%;
}
.play-row  .vc_single_image-wrapper {
    width: 100%;
}
.play-row  img {
    width: 100%;
}
section.vc_section.play-sec {
    padding-left: 40px !important;
	margin-bottom: 0px;
}
.play-head {
    margin: 0 auto;
    width: fit-content;
    padding: 0 30px;
    margin-bottom: 20px;
}
section.vc_section.play-sec p {
    color: #fff;
    font-size: 18px;
}
.woocommerce .products ul, .woocommerce ul.products {
    display: none;
}
/* .woocommerce-notices-wrapper {
    display: none;
} */
.page-description {
    display: none;
}
.woocommerce-shop h1.page-title {
    display: none;
}
.woocommerce .woocommerce-result-count {
    display: none;
}
.woocommerce .woocommerce-ordering {
    display: none;
}

/*********SINGLE PRODUCTS PAGE CSS**********/
.single-product {
  background: #00000005;
}
.single-product div.product .product_title {
  font-size: 30px;
  line-height: 40px;
  border: 0;
  color: #000000;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 85%;
}
.single-product p.price {
  font-size: 25px !important;
  color: #3f7a3b !important;
  margin: 30px 0;
}
.single-product .quantity input {
  background: #d3d1d1 !important;
  border: 0;
  height: 60px;
  width: 60px !important;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-right: 20px;
  outline: none !important;
}
.single-product .product_meta {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
}
.single-product .product_meta span.posted_in {
  width: 100%;
  display: inline-block;
}
.single-product .product_meta a {
  color: #3f7a3b;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}
.single-product .woocommerce-product-gallery__image img {
  margin-left: auto;
  border: 2px solid #3f7a3b;
  background: #ececec;
  height: 600px !important;
  object-fit: contain;
  padding: 20px;
  border-radius: 20px;
}
.single-product ol.flex-control-nav {
  margin-top: 10px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-product ol.flex-control-nav li {
  border-radius: 10px !important;
  overflow: hidden;
  margin-right: 0px !important;
  border: 2px solid #3a0030;
  width: 132px !important;
  height: 132px !important;
}
.woocommerce-tabs ul.tabs.wc-tabs {
  border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li {
  border: 0 !important;
  padding: 0 !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li::before,
.woocommerce-tabs ul.tabs.wc-tabs li::after {
  display: none !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li.active a {
  color: #ffffff !important;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500 !important;
  padding: 24px 62px !important;
  background: #3f7a3b !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li {
  background: transparent !important;
  border-radius: 0 !important;
  margin-right: 20px !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li a {
  color: #000 !important;
  padding: 24px 62px !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 5%;
}
.woocommerce-Tabs-panel h2 {
  display: none;
}
.woocommerce-Tabs-panel p {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.related.products {
  padding-top: 100px;
}
span#reply-title {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  color: #000;
  margin-bottom: 5px;
}
.comment-form-rating {
  font-size: 18px;
  font-weight: 400;
  margin-top: 12px;
}
p.stars a {
  color: #f97f00 !important;
}
.woocommerce #review_form #respond textarea {
  width: 100%;
  height: 120px;
  resize: none;
  border: none;
  background: #fff;
  box-shadow: 0 3px 15px 0 #0000001a;
  outline: none;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
}
#review_form_wrapper label {
  display: inline-block;
  width: 100%;
}
.single-product.single div.product form.cart .button {
  background: #3f7a3b;
  color: #fff;
  text-align: center;
  padding: 20px 55px;
  border-radius: 30px;
  margin: 0 !important;
  border: 1px solid #3f7a3b;
  transition: 0.5s ease-in-out;
  font-weight: 400;
}
.single div.product form.cart .button:hover {
  background: transparent;
  color: #3f7a3b !important;
  transition: all 0.5s ease-in-out;
}
.single-product .woocommerce-product-details__short-description p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.woocommerce-Tabs-panel h4 {
  font-size: 28px;
  font-weight: 500;
}
.woocommerce-Tabs-panel ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.woocommerce-Tabs-panel ul li {
  line-height: 36px;
  padding-left: 20px;
  position: relative;
  color: #000000;
  font-size: 18px;
}
.woocommerce-Tabs-panel p strong {
  margin-bottom: 10px;
  display: inline-block;
}
p.comment-form-author {
  width: 100%;
}
#review_form input {
  border: none;
  background: #fff;
  box-shadow: 0 3px 15px 0 #0000001a;
  outline: none;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}
.single-product section#primary {
  max-width: 100%;
  flex: 100%;
}
h1.page-title {
  font-size: 44px;
  font-weight: 600;
  color: #000000;
  line-height: 50px;
}
.single-product .woocommerce ul.products li.product a img {
  width: 150px;
  object-fit: scale-down;
  height: 180px;
}
.single-product aside#secondary {
  display: none;
}
.single-product table.variations tr td.value select {
  height: 50px;
  border: 1px solid #000;
  outline: none !important;
  box-shadow: none !important;
  color: #000;
}
.single-product div.product form.cart .variations {
  /* margin-bottom: 0; */
  border: 1px solid #fff !important;
}
.woocommerce div.product form.cart {
  margin: 0px;
}
.single-product .summary.entry-summary {
  margin: 0;
}
.related.products ul.products li.product {
  margin-bottom: 0;
}
.single-product p.price del {
  color: #b2b2b2;
  margin-right: 20px;
}
.single-product .product_meta span.sku_wrapper {
  display: none;
}
.single-product .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.single-product p.price ins {
  text-decoration: none;
}


.single-product ul.tabs.wc-tabs {
  padding-left: 0 !important;
  overflow: visible !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li {
  border: 1px solid #3a0030 !important;
  border-radius: 5px !important;
  background: #3a003000 !important;
}
#review_form p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  margin: 25px 0 !important;
}
#review_form input#wp-comment-cookies-consent {
  width: unset;
  margin-right: 15px;
}
#review_form p.comment-form-cookies-consent label {
  margin: 0;
}
#review_form p.form-submit {
  margin-bottom: 0 !important;
}
#review_form p.form-submit input#submit {
  background: #3f7a3b !important;
  color: #fff !important;
  text-align: center;
  padding: 25px 55px;
  border-radius: 5px;
  margin: 0 !important;
  border: 1px solid #000;
  transition: 0.5s ease-in-out;
  font-weight: 400;
}
.single-product span.onsale {
  display: none;
}
.single-product .summary.entry-summary {
  margin-bottom: 0 !important;
  box-shadow: 13px 14px 20px 0px #00000012;
  padding: 40px;
  border-radius: 40px;
}
.single-product table.variations a.reset_variations {
  color: red;
  font-size: 18px !important;
  line-height: 34px !important;
  font-weight: 500 !important;
  margin-top: 10px !important;
  display: block;
}
.woocommerce-message {
  background: #fff;
  border: 2px solid #000;
  border-radius: 60px;
  font-size: 18px;
  line-height: 44px;
  color: #000;
}
.woocommerce-message::before {
  color: #3f7a3b;
}
.woocommerce-message a.button.wc-forward {
  background: #3f7a3b;
  border: 1px solid #3f7a3b;
  padding: 12px 45px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s ease-in-out !important;
  display: block;
  line-height: 21px;
}
body.woocommerce-page section#primary {
    padding-top: 100px;
    padding-bottom: 80px;
}
.single-product .book-sec {
	display: none;
}
.single-product tbody {
    border: none !important;
}
.woocommerce-variation-price span {
    color: #3f7a3b !important;
}
.woocommerce-variation-price {
    margin-bottom: 20px;
}
.star-rating .fa-star {
    color: #ccc;
    font-size: 18px;
    font-weight: 400;
	
    font-size: 34px;
}
.star-rating .fa-star.active {
    color: #FFD900;
    font-weight: 600;
	
    font-size: 34px;
}
.star-rating {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.book-grid .book-card .inner {
    width: 100%;
}

.book-grid .book-card .text-block {
    width: 50%;
    flex: 0 0 50%;
}

.book-grid .book-card .image-block {
    width: 45%;
    height: 350px;
}
.book-grid .book-card .image-block img{
  height:100%;
  object-fit:scale-down;
}
.testimonials-content {
/*     height: 300px;
    overflow-y: scroll; */
}
.page-id-7  .footer-sec {
    display: none;
}


.gallery-slider img {
height: 230px;
    object-fit: scale-down;
    border-radius: 10px;
    object-position: center;
    box-shadow: 0 0 3px 1px #00000024;
    padding: 5px;
}
.about-slider-img {
    padding: 10px;
}

.navbar-brand img {
    filter: brightness(2.5);
}




.sec-reviews .site-main .row-testimonial {
  columns: 2;
  break-inside: avoid;
}

.sec-reviews .site-main .row-testimonial .item {
    width: unset;
    max-width: unset;
     break-inside: avoid;
}

.testimonials-sec .testimonials-content p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kids-sec:before {
    display: none;
}

div#footer-widget:after {
    top: 0px;
}
.reviews_tab {
    display: none !important;
}

div#tab-reviews {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}

section.related.products {
    display: none;
}
.btn-2-pro {
    display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

p.stock.in-stock {
    display: none;
}

.bulk-order-text {
    margin-top: 80px;
    margin-bottom: 0px !important;
    font-size: 18px;
    font-weight: 500;
}
.services-sec:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 300%;
    height: 9px;
    background-image: url('https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png');
    background-repeat: repeat-x;
    z-index: 9999999 !important;
    top: 0;
    background-position: center bottom;
    animation: moveTheWave 35000ms linear infinite;
    background-color: #141f2b;
    rotate: 180deg !important;
}
#post-11 .kids-sec:after {
    content: '';
    position: absolute;
    left: 0;
    width: 300%;
    height: 9px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 9999999;
    animation: moveTheWavebottom 35000ms linear infinite;
    bottom: 0px;
    top: unset;
}
div#owl_custom12:before {
    content: '';
    position: absolute;
    left: 0;
    width: 300%;
    height: 9px;
    background-image: url(https://dev.internalstaging.com/web/Chrystie-Keller/wp-content/uploads/2025/11/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 0;
    animation: moveTheWavebottom 35000ms linear infinite;
    top: unset;
    background-color: #233d21;
}
#post-9 section.vc_section.shop-new:after {
    bottom: unset;
    top: 0;
    background-color: #ededed;
}
.review-form p.review-text {
    font-size: 20px;
    color: #818181;
    line-height: 36px;
    font-weight: 300;
    width: 99%;
    margin-bottom: 5px;
}
.post-type-archive-testimonials .footer-sec {
    display: none;
}
.navbar-brand {
    width: 5%;
}
.navbar-brand img {
    width: 60% !important;
}
.ft-2 img {
    width: 18%;
}
.shipping-charges {
	margin-bottom: 30px;
	text-align: end;
	padding-right: 140px;
}
.shipping-charges strong {
    background-color: #3f7a3b;
    padding: 20px;
    color: #fff;
}
.books-sec {
    background: #EDEDED;
}
.free-shipping-text {
    background: #233d21;
    font-size: 22px;
    color: #fff;
    padding: 10px;
    width: fit-content;
}
.wc-block-components-product-badge {
    display: none;
}
.spider_anim_sec {
    overflow: visible !important;
}
.custom-breadcrumb {
    position: relative;
    z-index: 10;
}

@media only screen and (max-width:1200px) {



}
@media only screen and (max-width:1199px) {
div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #000;
    z-index: 3 !important;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
}
.banner-sec:before {
    z-index: 2 !important;
}
div#main-nav.show {
    transform: none;
}
div#main-nav.collapse:not(.show) {
    display: block !important;
}
div#main-nav .navbar-brand {
    width: 85% !important;
    margin: 0;
    padding-bottom: 50px;
    margin: 0 auto;
    text-align: center;
}
.main-btns {
    display: none;
}
.navbar-light .navbar-toggler {
    background: #fff;
    font-size: 18px;
}
.navbar-brand {
    width: 8% !important;
}
  .navbar-nav li {
    padding-right: 0 !important;
    text-align: center !important;
}

.navbar-nav {
    margin-left: 0 !important;
}

.header-btn {
    display: flex;
    justify-content: center;
}
.ft-4 {
    padding-left: 50px !important;
}

.ft-5 {
    padding-left: 50px !important;
}
.kids-sec .ad-btn-1 a, .kids-sec .ad-btn-2 a {
    width: 240px !important;
}

.services-sec {
    padding-bottom: 50px;
}

.footer-sec {
    padding-top: 30px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.footer-btn .btn.btn-primary {
    width: 150px !important;
}

.ContactForm input.wpcf7-form-control {
    width: 100% !important;
}
}
@media only screen and (max-width:1024px) {
}
@media only screen and (max-width:768px) {
div#main-nav {
    width: 44% !important;
}
.adventure-head-2 {
    font-size: 35px !important;
    line-height: 45px !important;
}

.book-grid {
    display: block !important;
}

.book-card {
    margin-bottom: 40px;
    border-radius: 40px !important;
}

.book-grid .book-card:first-child {
    border-radius: 40px !important;
}

.book-grid .book-card:last-child {
    border-radius: 40px !important;
}

.kids-sec .vc_col-sm-6 {
    width: 100% !important;
}

.kids-head-2 {
    font-size: 35px !important;
    line-height: 45px !important;
}

.services-sec .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 40px;
}

.services-img img {
    width: 20% !important;
}

section.services-sec {
    padding-bottom: 50px !important;
    padding-top: 90px !important;
}

.footer-head h2 {
    font-size: 20px !important;
    line-height: 30px !important;
}

.ContactForm input.wpcf7-form-control {
    width: 100% !important;
}

.footer-btn .btn.btn-primary {
    width: 86px !important;
    font-size: 14px !important;
    height: 40px !important;
    right: 25px;
    top: 4px;
}

.footer-sec {
    padding-left: 30px !important;
    padding-right: 0px !important;
    padding-top: 30px !important;
}
.book-grid .book-card:last-child .image-block:before {
    bottom: 60px !important;
}

.book-grid .book-card:first-child .image-block:before {
    bottom: 60px !important;
}	
}
@media only screen and (max-width:767px) {
div#footer-widget {
    text-align: center;
}
.ft-4 {
    padding-left: 10px !important;
}
.ft-5 {
    padding-left: 20px !important;
}
.ft-5 p {
    width: 100%;
}
.site-info p {
    font-size: 22px;
    text-align: center !important;
}
.services-box {
    margin-bottom: 30px;
    text-align: center !important;
}

.services-img img {
    width: 25% !important;
}

.book-grid .book-card:first-child .image-block:before {
    bottom: 70px !important;
    left: -10px;
}
.ft-2 p {
    width: 100% !important;
    font-size: 18px;
    line-height: 34px;
}
.book-grid .book-card:last-child .image-block:before {
    right: -10px;
    bottom: 70px !important;
}
.kids-head {
    margin: 0 auto;
    margin-bottom: 20px;
}
.kids-head-2 {
    text-align: center !important;
}
.kids-para p {
    text-align: center !important;
	width: 100% !important;
}
.kids-l-para h2, .books-sec h3 {
    text-align: center !important;
}
.kids-sec .main-btns-2 {
    display: block;
}
.main-btns-2 {
    display: block !important;
}
.ad-btn-1 a {
    margin-bottom: 10px !important;
}
.ad-btn-1 button.download-single {
    margin: 0 auto;
    margin-bottom: 20px !important;
}
.ad-btn-2 a {
    margin: 10px auto;
}
.kids-sec {
    padding-bottom: 50px !important;
    padding-top: 80px !important;
}
body.woocommerce-page section#primary {
    padding-top: 0px;
    margin-bottom: 50px;

}
.review-form .btn.btn-primary, .ContactForm-2 .btn.btn-primary {
    margin: 0 auto;
}
section.testimonials-sec {
    padding-top: 50px !important;
    text-align: center !important;
}
.adventure-head-2 {
    text-align: center !important;
}

.sec-reviews .adventure-head {
    display: flex;
    justify-content: center !important;
    margin: 0 auto !important;
    width: 70% !important;
}

.reviews-para p {
	width: 100%;
    margin-left: 0;
}
.sec-reviews {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.sec-reviews .site-main .row-testimonial {
    columns: 1;
}
.shop-new-2 p {
    width: unset !important;
}

.shop-new .adventure-head {
    margin-top: 20px;
}

.spider_anim_sec::before {
    width: 40%;
    height: 40%;
    opacity: 1;
}
.books-sec h2 {
    font-size: 40px !important;
    line-height: 1.3 !important;
}

.kids-sec .btfly_sec_anim, .adventure-sec .butterfly_anim {
    width: 130px !important;
    height: 130px !important;
}
.ad-btn-1 {
    display: flex;
    justify-content: center;
	margin-right: 0 !important;
}
	.ad-btn-2 {
    display: flex;
    justify-content: center;
}
.books-sec:before, .shop-new-2:before, .footer-sec:after {
    width: 130px !important;
    height: 130px !important;
}
}
@media only screen and (max-width:520px) {
.adventure-head-2 {
    font-size: 30px !important;
}
.adventure-para p {
    padding-left: 60px !important;
}
.book-grid {
    display: block !important;
}
.book-grid .book-card:first-child {
    margin-bottom: 30px;
}
.book-sec.spider_anim_sec {
    padding-bottom: 50px;
    padding-top: 80px !important;
}
.kids-sec .cert-content img {
    height: 500px !important;
}
.services-sec.spider_anim_sec {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}
body.woocommerce-page section#primary {
    padding-top: 0px;
    margin-bottom: 50px;
}

.kids-head-2 {
    font-size: 28px !important;
}
.main-btns-2 {
    display: block !important;
}
.ad-btn-1 a {
    margin-bottom: 10px !important;
}
.footer-sec {
    margin-bottom: 50px !important;
}
.footer-btn .btn.btn-primary {
    width: 100px !important;
    font-size: 16px;
    height: 50px !important;
}
.footer-head h2 {
    font-size: 22px !important;
}
.site-info p {
    font-size: 16px !important;
}
body:not(.theme-preset-active) footer#colophon {
    padding-left: 20px;
    padding-right: 20px;
}
div#footer-widget {
    padding-bottom: 0px !important;
}
.adventure-sec {
    padding-bottom: 20px;
}
div#main-nav {
    width: 74% !important;
}
.custom-breadcrumb {
    padding-top: 120px;
    height: 300px !important;
}
section.vc_section.shop-new-2 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
section.vc_section.shop-new p, section.vc_section.shop-new-2 p, section.vc_section.books-sec p {
    width: 100%;
    font-size: 16px !important;
    text-align: center !important;
}
section.vc_section.shop-new .adventure-head, section.vc_section.shop-new-2 .adventure-head {
    margin: 0 auto !important;
    margin-top: 30px !important;
}
.ad-btn-1 a {
    margin: 0 auto !important;
    font-size: 14px !important;
    width: 210px !important;
    padding: 0 !important;
}

section.vc_section.shop-new, section.vc_section.shop-new-2, section.vc_section.books-sec {
    padding-bottom: 30px !important;
    padding-top: 50px !important;
}

.review-form h2, .adventure-head-2, .books-sec h2 {
    font-size: 28px !important;
    line-height: 50px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}
.books-sec img {
    margin-bottom: 120px;
}
.review-form .btn.btn-primary, .ContactForm-2 .btn.btn-primary {
    margin: 0 auto;
}
section.testimonials-sec {
    padding-top: 50px !important;
    text-align: center !important;
}
.author-sec {
    padding-top: 50px;
}

.author-sec .adventure-head {
    margin: 0 auto !important;
}

.author-sec .adventure-head-2 {
    text-align: center !important;
}

.author-btn {
    margin: 10px auto !important;
    justify-content: center !important;
    display: flex !important;
}
.col-12.col-md-12.ft-1 {
    margin-top: 20px;
}

div#footer-widget {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.footer-btn .btn.btn-primary {
    top: 0px !important;
	right: 20px !important;
}
section.kids-sec {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.services-sec {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.services-sec .col-md-4 {
    margin-bottom: 15px;
}
section.vc_section.play-sec {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.adventure-para p {
    padding-left: 0 !important;
    width: 100% !important;
}
.ft-2 p {
    font-size: 16px !important;
}
section.vc_section.shop-new, section.vc_section.shop-new-2, section.vc_section.books-sec {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width:420px) {
.adventure-head-2 {
    font-size: 32px !important;
}
.ad-btn-2 a {
    width: 160px !important;
    font-size: 15px !important;
}
.ad-btn-1 a {
    width: 160px !important;
    font-size: 15px !important;
}
section.adventure-sec {
    padding-bottom: 30px !important;
    padding-top: 50px !important;
}
.book-grid {
    display: block !important;
}
.book-grid .book-card:first-child {
    margin-bottom: 30px;
}
.text-block h2 {
    font-size: 18px !important;
}
.book-grid .book-card:first-child .image-block img {
    margin-left: 10px !important;
}
.book-grid .book-card:last-child .image-block:before {
    right: -10px !important;
    bottom: 50px !important;
}
.book-grid .book-card:last-child .image-block:before {
    height: 210px !important;
    bottom: 50px !important;
}
div#main-nav {
    width: 74% !important;
}
.navbar-brand {
    width: 18% !important;
}
.custom-breadcrumb {
    padding-top: 120px;
    height: 300px !important;
}
.book-sec.spider_anim_sec {
    padding-bottom: 30px !important;
}
.book-sec.spider_anim_sec {
    padding-bottom: 30px !important;
}
.services-box {
    margin-bottom: 20px !important;
}
.services-sec .adventure-head-2 {
    font-size: 28px !important;
}
.services-sec.spider_anim_sec {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}
.kids-head-2 {
    font-size: 28px !important;
}
.kids-l-para li {
    font-size: 15px !important;
}
.adventure-head-2 {
    font-size: 26px !important;
}
.adventure-para p {
    width: 95%;
    padding-left: 20px !important;
    font-size: 15px !important;
}
.main-btns-2 {
    padding-left: 10px !important;
}
.book-sec .adventure-head-2 {
    font-size: 32px !important;
}
section.kids-sec {
    padding-top: 80px !important;
    padding-bottom: 70px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.kids-sec .cert-content img {
    width: 100% !important;
    height: 450px !important;
}

.kids-head {
    width: 100%;
}

.kids-head-2 {
    text-align: center !important;
}

.kids-para p {
    text-align: center !important;
}

.kids-l-para h2, .books-sec h3 {
    text-align: center !important;
}

.ad-btn-1 button.download-single {
    width: 190px;
    font-size: 14px;
}

.kids-sec .ad-btn-2 a {
    width: 200px !important;
    font-size: 14px !important;
}
.play-sec {
    padding-top: 80px !important;
    padding-bottom: 50px;
}

.play-head {
    padding: 0 30px !important;
    font-size: 16px !important;
    margin-bottom: 20px;
}
div#footer-widget {
    text-align: center !important;
    padding-bottom: 0 !important;
}
.footer-head h2 {
    font-size: 26px !important;
    line-height: 38px !important;
    margin-bottom: 20px !important;
}
.footer-sec {
	padding: 20px 30px 10px 30px !important;
}
.footer-sec .row {
    display: block;
}
.footer-btn .btn.btn-primary {
    bottom: -60px;
    left: 20px;
    width: 150px !important;
    top: 60px !important;
}
.ContactForm input.wpcf7-form-control {
    width: 200px !important;
}
section.vc_section.play-sec p {
    font-size: 16px;
}
.ft-4 {
    padding-left: 0px !important;
}
.ft-5 {
    padding-left: 0px !important;
}
.ft-5 a {
    text-align: center !important;
}
body:not(.theme-preset-active) footer#colophon {
    padding-left: 0px;
    padding-right: 0px;
}
.site-info p {
    font-size: 14px !important;
}
.ft-5 p {
    width: 100%;
}

.ft-2 p {
    font-size: 15px;
    width: 100% !important;
}
.custom-breadcrumb {
    padding-top: 120px;
    height: 300px !important;
}
section.vc_section.author-sec {
    padding-top: 50px;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 0px !important;
}
.adventure-head-2 {
    text-align: center !important;
}
.adventure-head-2 {
    text-align: center !important;
}
.author-sec .adventure-head-2 {
    text-align: center !important;
}
.author-sec .adventure-head {
    margin: 0 auto !important;
}
.gallery-row {
    padding-top: 20px !important;
}
div#footer-widget {
    padding-top: 50px !important;
}
.custom-breadcrumb h2 {
    font-size: 34px !important;
}
section.vc_section.shop-new-2 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
section.vc_section.shop-new p, section.vc_section.shop-new-2 p, section.vc_section.books-sec p {
    width: 100%;
    font-size: 16px !important;
    text-align: center !important;
}
section.vc_section.shop-new .adventure-head, section.vc_section.shop-new-2 .adventure-head {
    margin: 0 auto !important;
    margin-top: 30px !important;
}
.ad-btn-1 a {
    margin: 0 auto !important;
    font-size: 14px !important;
    width: 210px !important;
    padding: 0 !important;
}

section.vc_section.shop-new, section.vc_section.shop-new-2, section.vc_section.books-sec {
    padding-bottom: 30px !important;
    padding-top: 50px !important;
}

.review-form h2, .adventure-head-2, .books-sec h2 {
    font-size: 28px !important;
    line-height: 50px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}
.books-sec img {
    margin-bottom: 120px;
}
.main-btns-2 {
    display: block !important;
}
.ad-btn-1 a {
    margin-bottom: 10px !important;
}
section.testimonials-sec {
    padding-top: 50px !important;
    text-align: center !important;
}
.review-form .btn.btn-primary, .ContactForm-2 .btn.btn-primary {
    margin: 0 auto;
}
.services-sec .col-md-4 {
    margin-bottom: 0px;
}

.ad-btn-1 a {
    margin-bottom: 10px !important;
}

.ad-btn-2 a, .ad-btn-1 a {
    width: 200px !important;
}
.ContactForm input.wpcf7-form-control {
    width: 300px !important;
    font-size: 16px !important;
}

.ContactForm .col-md-12 {
    padding-left: 0 !important;
}

.footer-btn .btn.btn-primary {
    left: unset !important;
    right: -20px !important;
    bottom: unset !important;
    top: 0px !important;
    width: 110px !important;
}

.footer-head h2 {
    font-size: 20px !important;
    line-height: 1.5 !important;
    width: 100% !important;
}
}
@media only screen and (max-width:375px) {
.text-block h2 {
    font-size: 15px !important;
}
.book-grid .book-card:first-child .image-block:before {
    bottom: 50px !important;
}
.review-form .btn.btn-primary, .ContactForm-2 .btn.btn-primary {
    margin: 0 auto;
}
section.vc_section.shop-new-2 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
section.vc_section.shop-new p, section.vc_section.shop-new-2 p, section.vc_section.books-sec p {
    width: 100%;
    font-size: 16px !important;
    text-align: center !important;
}
section.vc_section.shop-new .adventure-head, section.vc_section.shop-new-2 .adventure-head {
    margin: 0 auto !important;
    margin-top: 30px !important;
}
.ad-btn-1 a {
    margin: 0 auto !important;
    font-size: 14px !important;
    width: 210px !important;
    padding: 0 !important;
}

section.vc_section.shop-new, section.vc_section.shop-new-2, section.vc_section.books-sec {
    padding-bottom: 30px !important;
    padding-top: 50px !important;
}

.review-form h2, .adventure-head-2, .books-sec h2 {
    font-size: 28px !important;
    line-height: 50px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}
.books-sec img {
    margin-bottom: 120px;
}
.custom-breadcrumb h2 {
    font-size: 34px !important;
}
.custom-breadcrumb {
    padding-top: 120px;
    height: 300px !important;
}
.ad-btn-1 button.download-single {
    width: 150px !important;
    font-size: 10px !important;
}

.kids-sec .ad-btn-2 a {
    width: 170px !important;
    font-size: 12px !important;
}

.services-sec .adventure-head-2 {
    font-size: 23px !important;
}

.services-box {
    height: 360px !important;
}

.play-head {
    font-size: 14px !important;
}

.footer-head h2 {
    font-size: 20px !important;
}

.services-sec .adventure-head {
    width: 288px !important;
}
.footer-para p {
    margin-left: -10px;
}
.footer-btn .btn.btn-primary {
    left: 10px;
}
.site-info p {
    font-size: 12px !important;
}
body:not(.theme-preset-active) footer#colophon {
    padding-left: 10px;
}
.ft-2 p {
    font-size: 14px !important;
}
.kids-l-para li {
    font-size: 14px !important;
}
.services-sec.spider_anim_sec {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.kids-sec .cert-content img {
    height: 350px !important;
}
.adventure-head-2 {
    font-size: 24px !important;
    line-height: 38px !important;
}
div#footer-widget {
    padding-left: 10px;
    padding-right: 10px;
}
.ContactForm input.wpcf7-form-control {
    width: 250px !important;
}
.footer-btn .btn.btn-primary {
    left: 30px !important;
}
.custom-breadcrumb {
    padding-top: 120px;
    height: 300px !important;
}
section.vc_section.author-sec {
    padding-top: 50px;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 0px !important;
}
.adventure-head-2 {
    text-align: center !important;
}
.adventure-head-2 {
    text-align: center !important;
}
.author-sec .adventure-head-2 {
    text-align: center !important;
}
.author-sec .adventure-head {
    margin: 0 auto !important;
}
.gallery-row {
    padding-top: 20px !important;
}
div#footer-widget {
    padding-top: 50px !important;
}
.main-btns-2 {
    display: block !important;
}
.ad-btn-1 a {
    margin-bottom: 10px !important;
}
section.testimonials-sec {
    padding-top: 50px !important;
    text-align: center !important;
}

}
@media only screen and (max-width:320px) {
.adventure-head-2 {
    font-size: 20px !important;
}
.adventure-head {
    width: 250px !important;
}
.custom-breadcrumb {
    padding-top: 120px;
    height: 300px !important;
}
.adventure-row {
    padding-top: 0px !important;
}
.adventure-para p {
    font-size: 13px !important;
}
.main-btns-2 {
    display: block;
}
.ad-btn-1 {
    display: flex;
    justify-content: center;
    margin: 0;
}
.ad-btn-1 a {
    margin-bottom: 20px !important;
}
.book-sec .adventure-head-2 {
    font-size: 28px !important;
}
.text-block h2 {
    font-size: 15px !important;
    line-height: 24px !important;
}
.text-block p {
    line-height: 22px !important;
    font-size: 12px !important;
}
.book-card {
    height: 350px !important;
}
.book-grid .book-card .image-block img {
    height: 350px !important;
}
.book-grid .book-card:last-child {
    padding-top: 0px !important;
}
.book-grid .book-card:first-child {
    padding-top: 0px !important;
}
.book-grid .book-card:first-child .image-block:before {
    height: 180px !important;
    bottom: 60px !important;
}
.kids-head-2 {
    font-size: 22px !important;
    line-height: 34px !important;
}
.play-head {
    font-size: 13px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
section.vc_section.play-sec p {
    font-size: 15px !important;
    line-height: 26px;
}
div#footer-widget {
    padding-left: 0px;
    padding-right: 0px;
}
.footer-head h2 {
    font-size: 20px !important;
    line-height: 30px !important;
}
.ft-4 {
    padding-right: 0 !important;
}
.site-info {
    margin-top: 10px;
}
.site-info p {
    font-size: 10px !important;
}
}



#owl_custom13, #owl_custom12 {
  position: relative;
}

/* Nav container full width */
#owl_custom13 .owl-nav,
#owl_custom12 .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
   display: block !important;
}

/* Remove default button style */
#owl_custom13 .owl-nav button,
#owl_custom12 .owl-nav button {
  position: absolute;
  background: #3f7a3b !important;
  color: #fff !important;
  border: none !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

/* LEFT arrow */
#owl_custom13 .owl-nav .owl-prev {
  left: -20px;
}
#owl_custom12 .owl-nav .owl-prev {
	left: -10px;
}

/* RIGHT arrow */
#owl_custom13 .owl-nav .owl-next {
  right: -20px;
}
#owl_custom12 .owl-nav .owl-next {
	right: -10px;
}

/* Hover effect */
#owl_custom13 .owl-nav button:hover,
#owl_custom12 .owl-nav button:hover {
  background: #0e1925 !important;
  transform: scale(1.1);
}