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

@font-face {
    font-family: 'Avenir LT Pro 65';
    src: url('inc/assets/fonts/AvenirLTPro-Black.woff2') format('woff2'),    
        url('inc/assets/fonts/AvenirLTPro-Black.woff') format('woff'),
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
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: 'Avenir LT Pro';
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .dropdown-menu li a {
    padding: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*****************CUSTOM CSS****************/
/* @media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
} */

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}
@media (max-width: 1399px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1160px;
}
}


#content.site-content {
    padding: 0 !important;
}
.entry-content {
    margin: 0 !important;
}
html, body {
    overflow-x: hidden;
}
/****************HEADER CSS***************/
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    padding-right: 34px;
    font-weight: 400;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    font-weight: 400;
    color: #f14624;
    transition: all 0.5s ease-in-out;
    transform: translateY(-10px);
}
header.site-header {
    background: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 999;
    box-shadow: none !important;
    transition: 0.3s all linear !important;
}
.banner-head {
    font-family: Avenir LT Pro !important;
    font-weight: 300 !important;
}
.navbar-brand {
    margin-right: 0;
}
#main-nav ul#menu-header-menu {
    padding-right: 0px;
}
#main-nav-2 ul#menu-secondary-menu {
    padding-left: 0;
}
.navbar-brand {
    width: 25%;
}
/*************ADVENTURE SECTION CSS*******************/
.adventure-sec .theme-h2 {
    font-size: 50px;
    line-height: 56px;
    font-weight: 500 !important;
    color: #0B0449;
    margin: 0;
    padding: 0;
}
.adventure-sec {
    padding-top: 112px !important;
    padding-bottom: 20px;
}
/*.adventure-sec:before {
    content: '';
    background-image: url(images/before.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
}*/
/************SERVICES SECTION CSS*************/
.services-sec .theme-h2 {
    font-size: 50px;
    line-height: 66px;
    font-weight: 500 !important;
    color: #0B0449;
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
}
.services-sec .theme-p {
    font-size: 16px;
    line-height: 27px;
    color: #0B0449;
    padding-bottom: 45px;
}
.services-sec .theme-btn a {
    font-size: 18px;
    line-height: 28px;
    background: #87c432 !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 15px 20px 15px 20px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}

.services-sec .theme-btn a:hover {
    background: #fff !important;
    color: #F14624 !important;
    transition: all 0.5s ease-in-out;
    border-radius: 100px !important;
}
.services-sec {
    padding-top: 200px !important;
    padding-bottom: 100px !important;
    padding-right: 0 !important;
}
.services-con h2 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
.services-con p {
    font-size: 17px;
    line-height: 28px;
    color: #707070;
    margin-bottom: 20px;
    min-height: 100px;
}
.services-con a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    border-bottom-style: dotted;
    text-decoration: none;
}
.services-con a i {
    rotate: 45deg;
    font-size: 14px;
    margin-left: 20px;
}
/* #owl_custom11 .owl-nav {
    display: none !important;
} */
.services-con {
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    padding: 30px 30px 30px 30px;
    transition: all 0.5s ease-in-out;
}
.logo-sec {
    padding-top: 90px !important;
    padding-bottom: 80px !important;
}
.services-img img {
    min-height: 300px;
    border-radius: 20px;
    height: auto !important;
}

.row.sec-serv {
    padding-top: 100px;
    padding-bottom: 100px !important;
}
aside#secondary {
    display: none;
}
#owl_custom11 .owl-nav .owl-prev {
    outline: none !important;
    position: absolute;
    font-size: 50px !important;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    right: 10%;
    border: 1px solid #0B0449 !important;
    line-height: 20px !important;
}

#owl_custom11 .owl-next {
    outline: none !important;
    position: absolute;
    font-size: 50px !important;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    right: 3%;
    border: 1px solid #0B0449 !important;
    line-height: 20px !important;
}

#owl_custom11  button {
    top: -60px;
}
.owl-carousel .owl-item img {
    height: 200px !important;
}
body.post-type-archive-services .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/Group-9878.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/**************WHAT WE DO SECTION CSS***************/
.what-sec .theme-h2 {
    font-size: 50px;
    line-height: 45px;
    font-weight: 500 !important;
    color: #000000;
    margin: 0;
    padding: 0;
    padding-bottom: 51px;
	text-transform: capitalize;
}
.what-sec {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.what-img h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    font-weight: 500;
    color: #000;
    padding-left: 10px;
}
.what-img h2 {
    min-height: 130px;
}
.what-con p {
    font-size: 16px;
    line-height: 27px;
    color: #847E9F;
    width: 100%;
    padding-top: 10px;
	min-height: 120px;
}
.what-con a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #000000;
    border-bottom-style: dotted;
    text-decoration: none;
    text-transform: uppercase;
}
.what-con a i {
    rotate: 45deg;
    font-size: 14px;
    margin-left: 10px;
}
.what-img {
    display: flex;
}
.what-img img {
    height: 60px;
}
.what-con {
    padding-left: 70px;
}
.what-sec:before {
    content: '';
    background: url(images/what-before.png);
    background-repeat: no-repeat !important;
    background-position: left;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 62%;
}
.what-sec:after {
    content: '';
    background: url(images/after-2.png);
    background-repeat: no-repeat !important;
    background-position: right;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 62%;
	z-index: -1;
}
/*****************FEEL FREE SECTION CSS***************/
.feel-free-sec .theme-h3 {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding-bottom: 25px;
}
.feel-free-sec .theme-p {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
}
.feel-free-sec .ContactForm input {
    background: transparent;
    padding: 20px 15px;
}
.feel-free-sec .ContactForm input::placeholder {
    font-size: 16px;
    color: rgb(255 255 255 / 50%);
}
.feel-free-sec .ContactForm .btn-primary {
    background: #84c635;
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 13px 49px 13px 49px;
    transition: all 0.5s ease-in-out;
}
.feel-free-sec .ContactForm .btn-primary:hover {
     background: #fff !important;
     color: #F14624;
     transition: all 0.5s ease-in-out;
     border-radius: 100px;
}
.feel-free-sec {
    padding-top: 68px !important;
    padding-bottom: 40px !important;
}

/******TESTIMONIALS SECTION CSS*****************/
.testi-sec {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.testi-sec:before {
    content: '';
    background: url(images/what-before.png);
    background-repeat: no-repeat !important;
    background-position: 0% -20%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 64%;
}
.testi-sec:after {
    content: '';
    background: url(images/after-2.png);
    background-repeat: no-repeat !important;
    background-position: 100% -20%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 64%;
}

.testimonials-img img {
    width: unset !important;
}
.sellhouse-box h2 {
    font-size: 40px;
    line-height: 70px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.sellhouse-box p {
    font-size: 18px;
    line-height: 34px;
    color: #0B0449;
    text-align: center;
}
.sellhouse-box h3 {
    margin: 0;
    color: #8DB7C7;
    font-size: 16px;
    line-height: 27px;
    text-transform: uppercase;
    font-family: poppins;
    font-weight: 500;
    letter-spacing: 5px;
    text-align: center;
    padding-bottom: 32px;
}
.testimonials-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi-sec .owl-nav .owl-prev {
    outline: none !important;
    font-size: 50px !important;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    border: 1px solid #0B0449 !important;
    line-height: 20px !important;
}

#owl_custom12 .owl-nav.disabled {
    display: flex !important;
    padding-top: 32px;
}
.testi-sec .owl-nav .owl-next {
    outline: none !important;
    font-size: 50px !important;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    border: 1px solid #0B0449 !important;
    line-height: 20px !important;
}

.testi-sec .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.testi-sec .owl-nav span {
    color: #0B0449  !important;
    font-weight: 200;
    font-size: 40px;
    line-height: 40px;
}

/****************FOOTER CSS***************/
.theme-footer {
    background: #000000;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.ft02 ul li a, .ft03 ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding-left: 0;
    transition: all 0.5s ease-in-out;
    list-style: none;
}
.ft02 ul li a:hover, .ft03 ul li a:hover {
    background: transparent !important;
    padding-left: 10px;
    transition: all 0.5s ease-in-out;
    color: #F14624;
}
.ft02 ul li a:focus {
    background: transparent !important;
}
.theme-footer h3 {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 0px;
}
.ft03 ul li {
    font-size: 18px;
    line-height: 46px;
    padding-left: 0;
    transition: all 0.5s ease-in-out;
    list-style: none;
    color: #fff;
}
.ft03 ul li:hover {
    background: transparent !important;
    padding-left: 10px;
    transition: all 0.5s ease-in-out;
    color: #F14624;
}
.ft03 ul {
    padding-left: 0;
}
.ft04 ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    padding-left: 0;
    transition: all 0.5s ease-in-out;
    list-style: none;
    text-decoration: none;
}
.ft04 ul {
    padding-left: 0;
}
.ft04 ul li {
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    padding-left: 0;
    transition: all 0.5s ease-in-out;
    list-style: none;
}
.ft04 ul li a:hover {
    background: transparent !important;
    padding-left: 10px;
    transition: all 0.5s ease-in-out;
    color: #F14624;
}
.ft04 ul li a:focus {
    background: transparent !important;
}
.ft04 ul li:hover {
    padding-left: 10px;
    color: #f14624;
    transition: all 0.5s ease-in-out;
}
footer#colophon {
    background: #000 !important;
}
.site-info p {
text-align: center;
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
.site-info p a {
    font-size: 16px;
    line-height: 46px;
    color: #51ADE5 !important;
    text-decoration: none;
}

.site-info {
    border-top: 1px solid rgb(255 255 255 / 50%);
    padding-top: 20px;
}

.ft02 {
    padding-left: 100px;
}
.ft03 {
    padding-left: 90px;
}
.ft04 {
    padding-left: 90px;
}
/****************ABOUT US PAGE CSS*************/
.breadcrumbs {
    padding-top: 370px;
    padding-bottom: 370px;
    background-repeat: no-repeat !important;
    background-position: top center;
    background-size: cover !important;
    position: relative;
    background-position: center !important;
}

.breadcrumbs h1 {
    color: #fff;
    font-size: 65px;
    line-height: 100px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    padding-right: 50px;
}
.abt-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.abt-sec .abt-h2 {
    font-size: 50px;
    line-height: 46px;
    margin: 0;
    font-weight: 500;
    color: #000;
    padding-bottom: 50px;
}
.abt-sec .abt-p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}
.value-sec .abt-h2 {
    color: #fff;
    font-size: 50px;
    line-height: 46px;
    font-weight: 500;
    padding-bottom: 50px;
}
.value-sec .value-list ul li {
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    font-weight: 400;
    list-style: none;
    padding-left: 10px;
}
.value-sec {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.value-sec .value-list ul li:before {
    content: '';
    background: url(images/icon.png);
    position: absolute;
    left: 20px;
    right: 0;
    /* top: 0; */
    /* bottom: 0; */
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 43px;
}
.mission-vision-sec {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.mission-vision-sec .abt-h2 {
    margin: 0;
    font-size: 50px;
    line-height: 46px;
    font-weight: 500;
    color: #000;
    padding-bottom: 50px;
}
.mission-vision-sec .abt-p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}
.mission-vision-sec .mission-vision-row-2 {
    padding-top: 72px;
}

.mission-vision-sec:before {
    /* content: ''; */
    background: url(images/after.png);
    background-repeat: no-repeat !important;
    background-position: 100% 53%;
    position: absolute;
    left: -29%;
    top: 0;
    right: 0;
    bottom: 0;
    rotate: 178deg;
}
.mission-vision-sec:after {
    /* content: ''; */
    background: url(images/before.png);
    background-repeat: no-repeat !important;
    background-position: 0% 50%;
    position: absolute;
    left: 0%;
    top: 0;
    right: -30%;
    bottom: 5%;
    rotate: 180deg;
}
.testi-abt-sec:before {
    content: '';
    background: url(images/after.png);
    background-repeat: no-repeat !important;
    background-position: 100% 70%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -30%;
    rotate: 3deg;
}
.testi-abt-sec:after {
    content: '';
    background: url(images/before.png);
    background-repeat: no-repeat !important;
    background-position: 0% 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -4%;
    rotate: 2deg;
}
/***********WHAT WE DO PAGE CSS****************/
.what-sec-inner .theme-h3 {
    margin: 0;
    font-size: 30px;
    line-height: 42px;
    text-align: left !important;
    font-weight: 500;
    padding-bottom: 30px;
}
.what-sec-inner .theme-p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    font-weight: 400;
}
.what-sec-inner .what-row-2 {
    background: rgb(0 0 0 / 5%);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 300px;
    padding-right: 300px;
}
.what-sec-inner .what-row-3 {
    padding-top: 80px;
    padding-bottom: 120px;
}
.what-sec-inner .what-row-1 {
    padding-bottom: 80px;
}
.what-sec-inner:after {
    content: '';
    background: url(images/after-2.png);
    background-repeat: no-repeat !important;
    background-position: 100% -20%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 84%;
    rotate: 1deg;
    background-size: 33%;
}
.what-sec-inner:before {
    content: '';
    background: url(images/what-before.png);
    background-repeat: no-repeat !important;
    background-position: 0% -20%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 64%;
}
.what-sec-inner {
    padding-bottom: 0 !important;
}
/************TESTIMONILAS PAGE CSS**********/
body.post-type-archive-testimonials .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/Group-9875.png) !important;
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.row.sec-testi {
    padding-top: 100px;
}
.row.sec-testi .testimonials-box {
    border: 2px solid #0000001f;
    border-radius: 20px;
    padding: 70px 0px 30px 0px;
    margin-bottom: 30px;
}
.row.sec-testi:after {
    /* content: ''; */
    background: url(images/after-2.png);
    background-repeat: no-repeat !important;
    background-position: 100% 2%;
    position: absolute;
    left: 0%;
    top: 0;
    right: -40%;
    bottom: 0;
    rotate: 351deg;
    background-size: 40%;
}
.row.sec-testi:before {
    /* content: ''; */
    background: url(images/what-before.png);
    background-repeat: no-repeat !important;
    background-position: 0% -20%;
    position: absolute;
    left: -30%;
    top: 0;
    right: 0;
    bottom: 64%;
}
.row.sec-testi .testimonial-rating {color: #FF7700;padding-left: 50px;}
.row.sec-testi .testimonials-img {justify-content: left;padding-left: 50px;}
.row.sec-testi .sellhouse-box h2 {
    padding-left: 130px;
    text-align: left;
    margin-top: -44px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.row.sec-testi .sellhouse-box p {
    text-align: left !important;
    padding-left: 50px;
}
.row.sec-testi .sellhouse-box h3 {
    text-align: left;
    padding-left: 50px;
}
.row.sec-testi .testimonials-img:before {
    content: '';
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/02/girl.png) !important;
    position: absolute;
    left: 10%;
    top: 11%;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: contain !important;
    width: 44px;
    height: 44px;
}
.row.sec-testi .testimonials-img img {
    display: none;
}
.row.sec-serv .services-box {
    display: flex;
    margin-bottom: 50px;
}
.row.sec-serv .col-lg-12.col-md-12.col-sm-12:nth-child(odd) .services-box {
    flex-direction: row-reverse;
}
.row.sec-serv .services-con {
    width: 50%;
}

.row.sec-serv .services-img {
    width: 50%;
}

.row.sec-serv .services-con p {
    width: 90%;
    font-size: 18px;
    line-height: 34px;
    color: #000;
}
.row.sec-serv .services-con h2 {
    font-size: 40px;
    line-height: 50px;
}
.page-id-467 .breadcrumbs h1 {
    display: none;
}
 .page-id-467 .breadcrumbs {
/*  background-position: bottom  !important; */
 padding-bottom: 450px !important;
} 
/****************CONTACT US PAGE CSS********************/
.contact-sec .contact-h2 {
    margin: 0;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
    padding-bottom: 50px;
}
.contact-sec .contact-p h5 {
    margin: 0;
    font-size: 30px;
    line-height: 44px;
    color: #000;
    font-family: 'Glory';
    font-weight: 600;
}
.contact-sec .contact-p {
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    color: #000;
    background: #fff;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 5px #000000;
    border-radius: 10px;
    padding: 40px 0px;
    transition: all 0.5s ease-in-out;
}
.contact-sec .contact-p a {
    color: #000;
    text-decoration: none;
}
.contact-sec {
    padding-top: 80px;
}
.form-sec {
    padding-top: 140px;
    padding-bottom: 120px;
}
.form-sec .sec-map {
    border: 7px solid #288BA7;
    border-radius: 8px;
    padding-bottom: 0;
}
.form-sec .ContactForm input {
    height: 50px;
    border: 0;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    padding-bottom: 40px;
    padding-top: 30px;
	font-size: 18px;
}
.form-sec .ContactForm textarea {
    border: 0;
    resize: none;
    height: 150px;
    border-radius: 0;
    border-bottom: 1px solid #707070;
	font-size: 18px;
}
.form-sec .ContactForm .btn-primary {
    background: #85c53a !important;
    border: #F14624;
    padding: 10px 50px;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
    font-size: 20px;
}

.form-sec .ContactForm .btn-primary:hover {
    background: #fff;
    color: #F14624;
    border: 1px solid #F14624;
    transition: all 0.5s ease-in-out;
}
.contact-sec .contact-p h5 i {
    font-size: 17px;
    background: #832818;
    color: #fff;
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 3px;
    position: absolute;
    left: 90px;
    top: 55px;
}
.contact-sec .contact-p h5 i:before {
    position: absolute;
    top: 8px;
    left: 11px;
}
.contact-sec .contact-p p {
    text-align: center !important;
    padding-top: 10px;
    margin-bottom: 0;
}
.contact-sec .contact-p:hover {
    box-shadow: 0px 0px 20px #288BA7;
    transition: all 0.5s ease-in-out;
}
.contact-sec .contact-p i {
    font-size: 25px;
}
.form-sec .contact-h2 {
    margin: 0;
    font-size: 50px;
    line-height: 46px;
    font-weight: 500;
    padding-bottom: 50px;
}
.form-sec h3 a {
    font-size: 40px;
    line-height: 50px;
    color: #393939;
    font-weight: 400;
    text-decoration: none;
}
.form-sec h3 {
    margin: 0;
    padding-bottom: 50px;
}
.form-sec h4 {
    font-size: 34px;
    line-height: 46px;
    font-weight: 400;
}
.form-sec p {
    font-size: 18px;
    line-height: 34px;
    color: #000000;
}
/* .form-sec:after {
    content: '';
    background: url(images/after-2.png);
    background-repeat: no-repeat !important;
    background-position: 100% 3%;
    position: absolute;
    left: 0%;
    top: 0;
    right: -40%;
    bottom: 0;
    rotate: 351deg;
    background-size: 40%;
}
.form-sec:before {
    content: '';
    background: url(images/what-before.png);
    background-repeat: no-repeat !important;
    background-position: 0% -20%;
    position: absolute;
    left: -30%;
    top: 0;
    right: 0;
    bottom: 64%;
} */

.row.sec-serv .feel-free-sec {
    background: #288BA7;
    margin-top: 70px;
}
.row.sec-serv .testi-sec {
    padding-bottom: 0 !important;
}
.row.sec-testi .feel-free-sec {
    background: #288BA7;
    margin-top: 80px;
}
.row.sec-testi .testi-sec {
    display: none !important;
}
/****SINGLE PAGE CSS*************/
body.single-services section#primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.single-services h1.entry-title {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 25px;
    line-height: 35px;
}
body.single-services .nav-next a {
    font-size: 18px;
    line-height: 28px;
    background: #0b0449 !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 15px 20px 15px 20px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}
body.single-services .nav-previous a {
    font-size: 18px;
    line-height: 28px;
    background: #0b0449 !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 15px 20px 15px 20px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}
body.single-services  footer.entry-footer {
    padding-top: 20px;
}

body.single-services .breadcrumbs {
    background: url(images/ser-bg.webp) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
body.what-template-default.single.single-what .breadcrumbs {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
	background-repeat: no-repeat !important;
}
body.postid-68.single.single-what .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/Group-9867.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
    background-position: top center !important;
}
body.postid-72.single.single-what .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/Group-9878-1.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
    background-position: top center !important;
}
body.postid-73.single.single-what .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/Group-9879.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
    background-position: top center !important;
}
body.what-template-default.single.single-what section#primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.what-template-default.single.single-what .nav-next a {
    font-size: 16px;
    line-height: 28px;
    background: #F14624 !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 15px 10px 15px 10px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}
body.what-template-default.single.single-what .nav-previous a {
    font-size: 16px;
    line-height: 28px;
    background: #F14624 !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 15px 10px 15px 10px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}
body.what-template-default.single.single-what h1.entry-title {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 25px;
    line-height: 35px;
    border: none;
}
body.single-services section#primary {
/*     box-shadow: 0 0 10px 0 #00000036; */
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 30px 30px 30px 30px!IMPORTANT;
    border-radius: 20px;
}
body.what-template-default.single.single-what a.Single-btn {
    font-size: 16px;
    line-height: 28px;
    background: #F14624 !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 15px 30px 15px 30px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}
body.what-template-default.single.single-what p {
    margin: 0;
    padding-bottom: 40px;
	font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

body.what-template-default.single.single-what ol, body.what-template-default.single.single-what ul {
    padding-left: 15px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}

body.what-template-default.single.single-what li{
	 margin-bottom:10px;
}


body.single-services a.Single-btn {
    font-size: 16px;
    line-height: 28px;
    background: #0b0449 !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 15px 30px 15px 30px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    display: inline-block;
}
body.single-services p {
	font-size: 18px;
    line-height: 32px;
    margin: 0;
    padding-bottom: 10px;
}

body.single-services li {
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    padding-bottom: 8px;
}

.gallery-h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500 !important;
    color: #0B0449;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.gallery-p {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 30px;
}
.testi-sec .owl-carousel .owl-item img {
    height: unset !important;
}
.testi--img img {
    border-radius: 20px;
}
.innersec figure, .innersec figure div, .innersec figure img {
    width: 100%;
}
.post-type-archive-services .breadcrumbs h1.mainHead:before {
    content: 'Products';
    font-size: 75px !important;
}
.post-type-archive-services .row.sec-serv {
    flex-direction: column-reverse;
}
.post-type-archive-services .feel-free-sec {
    background: #288BA7;
    margin-top: 70px;
}
.post-type-archive-services .services-img img {
    width: 500px !important;
    height: 500px !important;
    object-fit: cover;
}
.post-type-archive-services 
 .row.sec-serv .services-box {
    justify-content: space-between;
    align-items: center;
}
.post-type-archive-services 
 .breadcrumbs h1.mainHead {
    font-size: 0 !important;
}
.single-services .wp-post-image {
    width: 400px;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}
.value-list p {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}
.theme-btn97 a.vc_general {
    background: #85c53a !important;
    font-size: 15px !important;
    line-height: 21px !important;
    text-transform: uppercase !important;
    padding: 13px 49px 13px 49px !important;
    transition: all 0.5s ease-in-out !important;
    color: #fff !important;
}
.theme-btn97 a.vc_general:hover {
    background: #fff !important;
    color: #F14624 !important;
    transition: all 0.5s ease-in-out !important;
    border-radius: 100px  !important;
    border-color: #F14624 !important;
}
.other-post-links {
    display: none;
}
.single-services .other-post-links {
    display: block !important;
}
.other-post-links p strong {
    display: block !important;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
}
.other-post-links p a {
    font-size: 18px;
    line-height: 4;
    background: #0b0449 !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 15px 20px 15px 20px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    display: ruby;
    text-decoration:none;
    width: max-content;
}
.post-type-archive-testimonials div#content {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
/**************** Additional Css ******************/
.single-services .post-thumbnail {
    display: none;
}
.single-services .entry-header {
    display: none;
}

body.single-services ul, body.single-services ol { padding-left: 10px; }

.single-services h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0;
    font-size: 25px;
    line-height: 40px;
}
.single-services p {
    line-height: 28px;
    padding-bottom: 38px;
}
.single-services .vc_col-sm-9 {
    width: 72%;
}
.single-services .vc_col-sm-3 {
    width: 28%;
}
.single-services h2 {
    color: #fff;
}
.Sec_1 {
    background: #288ba7;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 25px;
    border-radius: 20px;
    margin-bottom: 70px;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.Sec_2 {
    background: #0c7040;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 20px;
    margin-bottom: 70px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.Sec_3 {
    background: #288ba7;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 20px;
    margin-bottom: 70px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.Sec_4 {
    background: #0c7040;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 20px;
    margin-bottom: 70px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.Sec_5 {
    background: #288ba7;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 10px;
    border-radius: 20px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-bottom: 70px;
}
.single-services img {
    border-radius: 10px;
}
.single-what .post-thumbnail {
    display: none;
}
.single-what section#primary article.what {
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #00000075;
    margin-bottom: 20px;
}
.single-what section#primary article.what section.vc_section.innersec .vc_col-sm-4 .wpb_single_image {
    border: 5px solid #288ba7;
    border-radius: 0px 25px;
    margin-bottom: 20px;
    padding:10px;
}
.single-what section#primary article.what section.vc_section.innersec .vc_col-sm-4 .wpb_single_image img.vc_single_image-img {
    height: 250px;
    object-fit: scale-down;
}
.single-what section#primary article.what section.vc_section.innersec .vc_col-sm-4:nth-child(2) .wpb_single_image {
    border-color: #F14624;
    border-radius: 25px 0px;
}
.Gallery_Sec {
	padding-top: 100px;
	padding-bottom: 100px;
}
body.single-services a.Single-btn.blue-btn {
    background-color: #288ba7 !important;
}
header.sticky {
    background-color: #0B0449 !important;
    position: fixed !important;
    top: 0px !important;
    transition: 0.3s all linear !important;
	z-index:999 !important;
    padding:0px !important;
}
header.sticky .navbar-brand {
    width: 15% !important;
    transition: 0.3s all linear !important;
}
/* Privacy Policy Page CSS */
section.vc_section.pp-sec {
    padding-top: 70px;
    padding-bottom: 70px;
}

section.vc_section.pp-sec ul {
    list-style: none;
    padding-left: 0;
    position: relative;
}
section.vc_section.pp-sec ul li:before {
    content: '';
    background: url(images/icon.png);
    position: absolute;
    left: 0px;
    right: 0;
    /* top: 0; */
    /* bottom: 0; */
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 40px;
    filter: invert(1);
}
section.vc_section.pp-sec ul li {
    padding-left: 30px;
    line-height: 2.5;
}
.fullStrech img {
    max-width: 100% !important;
    width: 1200px !important;
}
.Sec_1 a {
    color: #fff;
    text-decoration: underline;
}
body.what-template-default.single.single-what h1.entry-title {
    display: none;
}
.spu-container input, .spu-container textarea {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
}
.spu-container .wpcf7-submit {
    background: #85c53a !important;
    border: #F14624;
    width: 20%;
    padding: 8px 0px;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}
.site-info img {
    width: 3%;
}
footer#colophon p img {
   width: 3%;
}
.single-services ul {
    padding-left: 20px;
}
.breadcrumbs:before {
    content: '';
    position: absolute;
    width: 570px;
    height: 100%;
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/06/rshape.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
}
.post-type-archive-services h1.bigHead:before {
    content: 'Products';
    font-size: 280px;
}
div#main-nav-2 {
    justify-content: end !important;
}
/* PROUCTS BANNER */
body.postid-37.single-services .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/PLAYGROUND.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
body.postid-39.single-services .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/CUSTOM-PLAYGROUND.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
body.postid-41.single-services .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/SITE-FURNISHINGS.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
body.postid-146.single-services .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/OUTDOOR-MUSICAL.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
body.postid-202.single-services .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/QUICK-SHIP.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
body.postid-203.single-services .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/SHELTERS-AND-SHADE.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
body.postid-204.single-services .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/OUTDOOR-fitness.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
body.postid-205.single-services .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/SURFACING.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
body.postid-215.single-services .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/DOG-PARKS.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
body.postid-323.single-services .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/INCLUSIVE.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
body.postid-444.single-services .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/FREESTANDING.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
body.postid-517.single-services .breadcrumbs {
    background: url(https://adventureplaygroundplus.com/wp-content/uploads/2024/07/ATHLETIC.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

a#clos__menu {
    display: none;
}

div#sec-testi {
    display: flex;
}

.testimonials-box {
	margin-bottom: 30px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: rgb(0 0 0 / 0%) !important;
}

.grants-sec p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.grants-sec li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.grants-sec ol, .grants-sec ul {
    padding-left: 15px;
}

p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

/**********LAPTOP RESPONSIVE CSS***************/



@media only screen and (max-width: 1400px) {
.other-post-links p a { font-size: 18px; line-height: 25px; display: inline-block; margin-bottom: 10px; }	
body.postid-72.single.single-what .breadcrumbs h1.mainHead { font-size: 40px; line-height: 50px; }
.breadcrumbs h1 {  font-size: 60px; line-height: 90px;}	
}

@media only screen and (max-width: 1366px) {
	
.navbar-brand { width: 20%; } 
.adventure-sec { padding-top: 70px !important; } 
.adventure-sec .theme-h2 { font-size: 44px; } 
.services-con h2 { font-size: 20px; } 
.services-sec .theme-h2 { font-size: 47px; } 
.testi-sec .owl-nav .owl-next { left: 52%; } 
.post-type-archive-services h1.bigHead:before { font-size: 180px; } 
.breadcrumbs:before { width: 350px; } 
.breadcrumbs { padding-top: 250px; padding-bottom: 250px; } 
h1.bigHead { top: 370px !important; } 
h1.bigHead{ font-size: 180px !important; } 
.single-services h1.bigHead{ top: 470px !important; font-size: 100px !important; } 
.single-services .breadcrumbs h1.mainHead { font-size: 45px; line-height: 55px; }
.single-what .breadcrumbs .mainHead { font-size: 45px; } 
.single-what h1.bigHead { font-size: 0 !important; } 
body.single-services h1.bigHead:before { font-size: 100px !important; top: 20px; } 
	
}



@media only screen and (max-width: 1200px) {
	
.navbar-light .navbar-toggler { background-color: #fff !important; }
.services-sec .theme-h2 { font-size: 40px; line-height: 50px; } 
.what-sec .theme-h2 { font-size: 45px; } 
.feel-free-sec .theme-h3 { font-size: 33px; line-height: 43px; } 
.contact-sec .contact-h2 { font-size: 40px; } 
.contact-sec { padding-left: 50px !important; padding-right: 50px !important; } 
.form-sec { padding-left: 50px !important; padding-right: 50px !important; padding-bottom: 50px !important; padding-top: 50px !important; } 
.testi-sec:after { display: none; } 
.testi-sec:before { display: none; } 
body.page-template.page-id-128 .breadcrumbs:before { font-size: 170px !important; } 
.form-sec .contact-h2 { font-size: 40px; } 
.form-sec h3 a { font-size: 40px; } 
.what-sec:after { display: none; } 
.what-sec:before { display: none; } 
.what-sec-inner .what-row-2 { padding-left: 20px !important; padding-right: 20px !important; } 
.what-sec-inner .theme-h3 { padding-left: 40px; } 
.what-sec-inner .theme-p { padding-left: 40px; } 
body.post-type-archive-testimonials .breadcrumbs:before { font-size: 150px !important; } 
.row.sec-testi { padding-left: 50px; padding-right: 50px; } 
.row.sec-testi .sellhouse-box h2 { padding-left: 100px; font-size: 35px; } 
body.single-services section#primary { max-width: 100%; margin: 0 auto; margin-top: 50px !important; margin-bottom: 50px; }
div#main-nav { position: fixed; right: 0px; top: 0; height: 100%; background: #1d353a; z-index: 9999; transform: translateX(100%); transition: 0.5s all ease-in-out; width: 30%; display: block !important; overflow-y: scroll; padding: 50px 20px 20px 20px; } 
div#main-nav.show { transform: none; } div#main-nav.collapse:not(.show) { display: block !important; } 
div#main-nav .navbar-brand { width: 100% !important; margin-bottom: 30px; } 
div#main-nav .navbar-brand img { width: 75% !important; } 
a#clos__menu { position: absolute; top: 50px; right: 10px; background: #5c8b4b; color: #fff; text-decoration: none; font-size: 25px; line-height: 0; height: 35px; width: 35px; display: flex; align-items: center; justify-content: center; border-radius: 5px; }
section.what-sec { padding-left: 0px !important; padding-right: 0px !important; }
.services-sec { padding-left: 0px !important; }
section.testi-sec { padding-left: 0px !important; }	
.what-img h2 { font-size: 25px; line-height: 35px; }
	
#owl_custom11 .owl-nav .owl-prev { right: 12%; }	
.ft02 { padding-left: 60px; }
.ft03 { padding-left: 50px; }	
.ft04 { padding-left: 40px; }	
.sellhouse-box h3 { letter-spacing: 1px; }
section.feel-free-sec { padding: 80px 0px !important; }	
	
.value-sec .value-list ul li { font-size: 16px; line-height: 38px;}	
.breadcrumbs { padding-top: 200px; padding-bottom: 200px; }
.breadcrumbs:before { width: 300px; }
	
.abt-sec .abt-h2 { font-size: 50px; line-height: 60px; padding-bottom: 20px; }	
.mission-vision-sec .abt-h2 { font-size: 50px; line-height: 60px; padding-bottom: 20px; }	
	
.single-what .breadcrumbs .mainHead { font-size: 40px; line-height: 50px; }	
body.postid-72.single.single-what .breadcrumbs { padding-bottom: 260px !important; }	
.breadcrumbs h1 { font-size: 40px; line-height: 50px;}	
}


@media only screen and (max-width: 1024px){
.theme-footer h3 { color: #fff; font-size: 20px; line-height: 32px;}
.ft02 ul li a, .ft03 ul li a { font-size: 16px; }	
.adventure-sec .theme-h2 { font-size: 35px; line-height: 45px; }	
.feel-free-sec .theme-p { font-size: 16px; line-height: 30px; }	
.what-img h2 { font-size: 22px; line-height: 32px; min-height: 100px; }	
section.abt-sec { padding-top: 70px !important; }	
body.postid-72.single.single-what .breadcrumbs { padding-bottom: 200px !important; }	
}

@media only screen and (max-width: 960px){
div#main-nav { width: 40%; }	
.what-con { padding-left: 10px; }	
.ft02 { padding-left: 30px; }	
.ft03 { padding-left: 10px; }	
.ft04 { padding-left: 10px; }
.navbar-brand { width: 25%; }
.sellhouse-box p { font-size: 16px; line-height: 30px;}	
.breadcrumbs:before { width: 250px; }	
.breadcrumbs { padding-top: 170px; padding-bottom: 150px; }
.row.sec-serv .services-con h2 { font-size: 28px; line-height: 40px; }	
.post-type-archive-services .services-img img { width: 400px !important; height: 400px !important;}	
.form-sec .contact-h2 { font-size: 25px; }
.form-sec h3 a { font-size: 30px; }	
}

@media only screen and (max-width: 767px){
	
header.sticky .navbar-brand { width: 25% !important; padding: 10px 0px; }		
.services-sec .theme-h2 br { display: none !important; } 
.services-sec .theme-h2 { padding-bottom: 20px; }	
div#owl_custom11 { padding-top: 40px; }	
.what-img h2 { min-height: auto !important; }
.what-box { margin-bottom: 50px; }	
.what-img { display: flex; align-items: center; }	
.what-img img { height: 80px; }	
section.what-sec { padding-top:50px !important; }	
.feel-free-sec .theme-p { padding-bottom: 30px; }
div#owl_custom12 { padding-bottom: 80px !important; }	

.testi-img-col .vc_column-inner { padding-right: 15px !important; }	
.ft01 img { width: 40% !important; }	
ul.zoom-social-icons-list { display: flex; }
.ft02 { padding-left: 20px; } 
.ft03 { padding-left: 20px; } 
.ft04 { padding-left: 20px; }
.navbar-brand { width: 30%; }
div#main-nav { width: 45%; }	
.services-con p { margin-bottom: 40px; min-height: unset; }	
.site-info p { font-size: 15px; line-height: 25px; } 
.site-info p a { font-size: 15px; line-height: 32px; } 
.site-info { padding-bottom: 20px; }	
.services-con { padding: 20px 10px !important; }
#owl_custom11 .owl-nav .owl-prev ,#owl_custom11  .owl-nav  .owl-next { position: unset !important; }
#owl_custom11 .owl-nav { display: flex; align-items: center; gap: 20px; justify-content: center; }
section.what-sec { padding-bottom: 50px !important; }	
.breadcrumbs { padding-top: 150px; padding-bottom: 100px; }	
.breadcrumbs:before { width: 200px; }	
.breadcrumbs h1 { font-size: 65px; line-height: 90px; padding: 0px 0px !important;}
.abt-sec .abt-h2 { margin-top: 30px; }	
.mission-vision-sec .abt-h2 { margin-top: 20px; }
section.testi-sec { padding-bottom: 30px !important; }
.row.sec-serv .services-box { display: block !important; }
.row.sec-serv .services-img { width: 100%; } 
.row.sec-serv .services-con { width: 100%; }
.post-type-archive-services .services-img img { width: 100% !important; height: 350px !important; }	
.post-type-archive-services .breadcrumbs h1.mainHead:before { font-size: 45px !important; }
.row.sec-serv .services-con p { width: 100%;}	
.manufac-logos img { width: 60%; } 
.manufac-logos { text-align: center !important; }
section.vc_section.Sec_2 .vc_row.vc_row-flex { display: block !important; } 
section.vc_section.Sec_2 .wpb_column.vc_col-sm-3 ,section.vc_section.Sec_2 .wpb_column.vc_col-sm-9 { width: 100% !important; }
.other-post-links p a { font-size: 14px; line-height: 24px;}	
.single-services h2 { margin-top: 20px; }	
	.Sec_3 .vc_row.vc_row-flex { flex-wrap: nowrap !important ;display: block !important; } .Sec_3 .vc_col-sm-9, .Sec_3 .vc_col-sm-3 { width: 100% !important; } .Sec_4 .vc_row.vc_row-flex { display: block !important; } .Sec_4 .vc_col-sm-3 ,.Sec_4 .vc_col-sm-9 { width: 100% !important; } .Sec_5 .vc_row-flex { display: block !important; } .Sec_5 .vc_col-sm-9, .Sec_5 .vc_col-sm-3 { width: 100% !important; }	
.single-what .breadcrumbs .mainHead { font-size: 30px !important; line-height: 40px !important; }
body.postid-72.single.single-what .breadcrumbs { padding-bottom: 150px !important; }	
.wpb_single_image.vc_custom_1708717826348 { margin-top: 30px !important; }	
div#sec-testi { display: block; }	
.breadcrumbs h1 { font-size: 50px; line-height: 70px; padding: 0px 0px !important; }
.form-sec { padding: 50px 15px !important; }	
	
}

@media only screen and (max-width: 650px){
.breadcrumbs { padding-top: 120px; padding-bottom: 80px; }
.breadcrumbs h1 { font-size: 50px; line-height: 80px; }		
body.postid-72.single.single-what .breadcrumbs { padding-bottom: 80px !important; }	
}

@media only screen and (max-width: 600px){
div#main-nav { width: 55%; }
.breadcrumbs:before { width: 150px; }	
.breadcrumbs { padding-top: 110px; padding-bottom: 90px; }
.breadcrumbs h1 { font-size: 40px !important; line-height: 50px !important; }
body.postid-68.single.single-what .breadcrumbs { padding-bottom: 100px !important; }
.what-sec-inner .theme-p { padding-left: 0px; }	
.what-sec-inner .theme-h3 { padding-left: 0px; }		
}

@media only screen and (max-width: 479px){
	
.navbar-brand { width: 40%; }	
div#main-nav { width: 100%; }
div#main-nav .navbar-brand img { width: 65% !important; } 	
.ft01 img { width: 53% !important; }	
.services-sec {  padding-top: 50px !important; }
footer#colophon p img { width: 5%; }	
.breadcrumbs { padding-top: 120px; padding-bottom: 45px; background-size: cover !important; background-position: center !important; }
section.feel-free-sec { padding: 60px 0px !important; }	
.breadcrumbs h1 { font-size: 28px !important; line-height: 40px !important; }
.Sec_2 { padding: 15px 15px !important; } .Sec_1 { padding: 15px 15px !important; } .Sec_5 { padding: 15px 15px !important; } .Sec_4 { padding: 15px 15px !important; }	
body.single-services .nav-previous a { font-size: 15px; line-height: 25px;}	
body.single-services .nav-previous a { display: block !important; margin-bottom: 10px !important; }	
.post-navigation .nav-links div { width: 100% !important; text-align: center; }
.single-what .breadcrumbs .mainHead { font-size: 22px !important; line-height: 30px !important; }	

}

@media only screen and (max-width: 420px){
.post-type-archive-services .services-img img { width: 100% !important; height: 250px !important; }	
header.sticky .navbar-brand { width: 35% !important;}
.navbar-brand { width: 48%; }	
}
/**********LAPTOP RESPONSIVE CSS***************/