/*
Theme Name: custom wrapper
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
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Poppins', sans-serif !important;
}

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;
}
h1 {
  font-size: 90px;
  font-weight: 500; 
  font-family: 'Rubik';
  line-height:102px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  text-transform: uppercase;!important;
}
h2 {
    font-size: 64px;
    font-weight: 500;
    line-height: 70px !important;
    color: #000;
    font-family: 'Rubik';
    margin-top: 0px;
}
h3 {
  font-size: 58px !important;
  line-height: 68px !important;
  font-weight: 400 !important;
  font-family: 'Marcellus' !important;
  color: #000;

}
h4 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  font-family: 'Rubik';
  color: #000;
}
h5 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  font-family: 'Poppins';
  color: #fff;
}
h6{
  font-size: 18px;
  font-family: 'poppins';
  font-weight: 400;
  line-height: 28px;
}
p {
  margin-bottom: 0em;
}
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;
}
p{
  font-size: 16px;
  font-weight: 400;
  font-family: 'poppins';
  line-height: 34px;
  color: #4A4A4A !important;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    font-family: 'Poppins' !important;
    background: #fff !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
--------------------------------------------------------------*/
#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
--------------------------------------------------------------*/
.btn-close {
    display: none;
}
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand {
   
}
.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: 0rem;
  padding-top: 0rem;
}

.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: 0em 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: 1366px) {
  html {
    font-size: 95%;
  }
h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
h3 {
    font-size: 30px !important;
    line-height: 40px !important;
}
h4 {
	font-size: 45px;
	line-height: 55px !important;
	}
body.archive div#content {
    padding: 100px 0px !important;
}
body.page-template.page.page-id-25.logged-in.woocommerce-checkout div#content {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}
body.product-template-default.single.single-product div#content {
    padding: 100px 0px 60px !important;
}
}
@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px !important;
}
}
@media (max-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1160px !important;
}
}
@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%;
  }
.navbar-collapse.collapse.show {
    transform: unset;
}
.navbar-collapse {
    background: #000 !important;
    width: 700px;
    right: 0% !important;
    position: fixed !important;
    z-index: 999;
    top: 0 !important;
    transition: 0.5s;
    padding: 0px 0px;
    height: 100%;
    transform: translate(100%, 0);
}
#masthead .btn-close {
    background: transparent !important;
    border: none;
    color: #fff;
    font-weight: 700 !important;
    font-size: 30px;
    top: 10px;
    position: relative;
    display: block !important;
    outline: none !important;
    left: 14px;
}
#masthead .navbar-collapse #menu-header-menu li a {
    color: #fff;
    padding: 16px 0px !important;
    text-align: right;
    margin-right: 15px;
}
#masthead #menu-header-menu li {
    border-bottom: 1px solid #fff;
}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .navbar-collapse {
    width: 100%;
}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*----------------------------------------
             custom css
------------------------------------------*/
ul{
  padding-left: 0 !important;
  list-style: none;
}

a{
  text-decoration: none !important;
  padding: 0px !important;
  background: none !important;
}
input{
  box-shadow: none !important;
  outline: none !important;
}
/*----------------------------------------
        
------------------------------------------*/

/*----------------------------------------
         
------------------------------------------*/


/*----------------------------------------
          
------------------------------------------*/
 

/*----------------------------------------
          
------------------------------------------*/

/*----------------------------------------
          
------------------------------------------*/

/*----------------------------------------
         
------------------------------------------*/

/*----------------------------------------
           
------------------------------------------*/

/*----------------------------------------
            
------------------------------------------*/

/*----------------------------------------
           footer
------------------------------------------*/
#footer-widget {
    padding-top: 140px;
    padding-bottom: 70px !important;
    background: linear-gradient(300deg, #873991, #430851);
    background: url(inc/assets/images/bcc.jpg);
}
#colophon .left-men {
    text-align: end;
}
#colophon {
    background: #345469 !important;
}
#colophon .container {
    border-top: 1px solid #ffffff;
    padding: 19px 0px !important;
}
#colophon p {
    margin-bottom: 0px;
    color: #ABABAB !important;
    font-size: 16px !important;
}
.left-men .pvc-plc a {
    color: #fff !important;
    font-size: 16px;
    line-height: 34px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.pvc-plc {
    color: #fff;
}
#colophon p strong {
    color: #fff;
    text-transform: capitalize;
}
#colophon .row {
    justify-content: center;
    align-items: center;
} 
#footer-widget h3 {
    font-size: 34px !important;
    line-height: 34px !important;
    color: #fff !important;
    font-family: 'Rubik' !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 30px;
}
.ftr-2 ul li {
    list-style: disc !important;
    color: #8fa549;
    font-size: 17px;
    margin-bottom: 10px;
}
.ftr-3 ul li {
    margin-bottom: 20px;
}
.ftr-3 ul li i {
    color: #8fa549bf;
    font-size: 20px;
    padding-right: 13px;
}
#footer-widget p {
    color: #fff !important;
    font-size: 16px;
}
#footer-widget ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    transition: 0.5s;
}
#footer-widget ul li a:hover {
    color: #8fa549;
    margin-left: 10px;
}

.ftr-2 ul li:last-child {
  display: none;
}
.fle-ftr p {
    display: flex !important;
    background: #496579;
    border-radius: 5px;
    height: 42px;
    position: relative;
}
.sb-ftr {
    background: url(inc/assets/images/paper.png) no-repeat !important;
    background-color: #8fa549 !important;
    align-content: center !important;
    background-position: 45% 50% !important;
    line-height: 0px !important;
    padding: 0;
    font-size: 0px;
    width: 60px;
    border: 1px solid #8fa549;
}
.fle-ftr .form-control::placeholder {
    color: #ffffff73;
    font-size: 16px;
    line-height: 0px;
}
.fle-ftr input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email.form-control {
    height: 42px;
}
.fle-ftr span.wpcf7-spinner {
    POSITION: absolute;
}

.fle-ftr input.wpcf7-form-control.wpcf7-email {
    background: transparent !important;
    border: unset;
}
.ft-lins ul {
    display: flex;
}
.ft-lins ul li {
    background: #324857;
    width: 44px;
    height: 44px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    border-radius: 5px;
}
.ft-lins ul li i {
    font-size: 22px;
    color: #8FA549;
    line-height: 0px;
}
.ftr-4 p {
    margin-bottom: 25px;
}
/*----------------------------------------
           hover effects
------------------------------------------*/

#masthead ul li a:hover {
    color: #ffffff;
}

#masthead .navbar-nav > li.current_page_item > a::before {
    content: '';
    position: absolute;
    background: #fdfabd;
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}
#masthead ul.dropdown-menu.show li a {
    color: #34546a !important;
}
#masthead .dropdown-menu {
    min-width: 170px;
    box-shadow: 0px 0px 8px 0px #000000a1;
    border-radius: unset;
}
#masthead ul.dropdown-menu.show li {
    margin-right: 0px !important;
    margin-left: 15px;
    margin-bottom: 10px;
}
#masthead .navbar-nav > li.current_page_item > a::after {
    content: '';
    position: absolute;
    background: #fdfabd;
    width: 45%;
    height: 1px;
    bottom: -6px;
    left: 0;
    right: 0;
}
/*----------------------------------------
        Custom css Start
------------------------------------------*/

/*----------------------------------------
         Header CSS
------------------------------------------*/
#masthead {
    padding: 25px 70px 25px 70px;
    width: 100% !important;
    background: #34546a !important;
}
#masthead ul li a {
    color: #ffffffab;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    padding: 5px 0;
    transition: color 0.3s ease;
}
#masthead ul li {
    margin-right: 45px;
}
#masthead .row {
    align-items: center;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #FDFAD5 !important;
    font-weight: 700 !important;
}
.cnt-crop {
    display: flex;
    justify-content: end;
}
li.dp-menu:hover ul.dropdown-menu {
    display: block !important;
}

li.dp-menu ul.dropdown-menu li a {
    color: #34546a !important;
    margin-left: 20px;
}
.cnt-crop a {
    width: 238px;
    height: 60px;
    border: 1px solid #c7c7c4 !important;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400 !important;
    color: #ffffff !important;
    border-radius: 5px;
    transition: 0.5s;
}
.cnt-crop a:hover {
    background: #fff !important;
    transition: 0.5s;
    color: #34546a !important;
}
/*----------------------------------------
           BREADCRUMBS CSS
------------------------------------------*/
.breadcrumb-wrapper {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumb-wrapper .breadcrumb-content a, .breadcrumb-wrapper .breadcrumb-content span {
    color: #fff !important;
    font-size: 64px;
    line-height: 70px;
    font-weight: 500;
    font-family: 'Rubik';
}
body.service-template-default.single.single-service .breadcrumb-wrapper .breadcrumb-content a, .breadcrumb-wrapper .breadcrumb-content span {
    display: none;
}
/*----------------------------------------
        Banner Css
------------------------------------------*/
p.rs-layer.banner1para {
    color: #fff !important;
}
h1.rs-layer.banner-head {
    color: #fff !important;
    text-transform: uppercase;
}
.vc_section.banner_sec p {
    color: #fff !important;
    margin-top: 15px;
    margin-bottom: 50px !important;
}
/*----------------------------------------
        About Us section
------------------------------------------*/
.site_btn .vc_general {
    width: 177px;
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #34546a !important;
    font-size: 18px !important;
    color: #ffffff !important;
    transition: all 0.4s ease; 
    border: 1px solid #34546a !important;
    font-weight: 400;
    border-radius: 5px !important; 
    position: relative; 
}

.site_btn a:hover {
    background: transparent !important;
    color: #34546a !important;
    border-color: #34546a !important;
    box-shadow: 0 0 10px #34546a; 
}
.site_btn a:hover:before, 
.site_btn a:hover:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #34546a;
    border-radius: 50%; 
    transition: all 0.4s ease;
}
.image-john img {
    height: 560px;
    width: 500px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 50px;
}
.john-image-1 img {
    height: 680px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.site_btn a:hover:before {
    top: -5px;
    left: -5px;
}

.site_btn a:hover:after {
    bottom: -5px;
    right: -5px;
}
.vc_section.about-us p {
    margin-top: 20px;
    margin-bottom: 10px !important;
    line-height: 30px;
}
.vc_section.about-us .counter-sec2 .wpb_wrapper {
    /* column-count: 2; */
}

.vc_section.about-us .counter-sec2 .stats-desc {
    text-align: left;
}

.vc_section.about-us .counter-sec2 .stats-desc .counter_suffix {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #000;
    font-family: 'Rubik';
    line-height: 60px;
}
.vc_section.about-us .counter-sec2 .stats-desc .stats-number {
    font-size: 40px !important;
    font-weight: 700;
    color: #000;
    line-height: 60px;
    font-family: 'Rubik';
}
.vc_section.about-us .counter-sec2 .stats-text {
    color: #000000ad;
    font-size: 16px !important;
    line-height: 34px;
}
.stats-block.stats-top {
    margin-bottom: 10px !important;
}
.counter-sec2 {
    border-top: 1px solid #57575761;
    padding-top: 30px;
}
.bd-top1 .vc_column-inner {
    position: relative;
}
.bd-top1 .vc_column-inner:before {
    content: '';
    position: absolute;
    /* border: 1px solid #bfbfbf; */
    width: 1px;
    height: 170px;
    left: 42%;
    top: 15px;
}
.vc_section.about-us .site_btn a {
    margin-top: 20px;
}
/*----------------------------------------
       Services Sec
------------------------------------------*/
.services_sec h2 {
    color: #fff !important;
}
.services_wrapper .icon-serv {
    width: 51px;
    height: 51px;
}
.services_wrapper .main-ico {
    background: #152B3E;
    width: 111px;
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #fff;
    border-radius: 15px;
    position: absolute;
    top: 170px;
    left: 30px;
}
.services_wrapper .kortex-wrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 102px;
}
.services_wrapper {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    position: relative;
    padding-bottom: 15px;
    MARGIN: 10PX;
}
.services_wrapper h3 {
    font-size: 30px !important;
    font-family: 'Rubik' !important;
    font-weight: 500 !important;
    line-height: 40px !important;
    margin-top: 70px;
}
.services_wrapper .service-wrap-rex {
    padding-left: 15px;
    padding-right: 15px;
}
.services_wrapper .perma a {
    color: #000;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    text-decoration: underline !important;!i;!;
}
.services_wrapper .perma a i {
    color: #fff;
    background: #8fa549;
    padding: 4px;
    font-size: 12px;
    border-radius: 10px;
    transform: rotate(312deg);
    margin-left: 10px;
}
.arrow-col .wpb_wrapper {
    display: flex !important;
    justify-content: end;
}
.arrow-col .slick-prev {
    background: #6b7647cf;
    width: 70px;
    height: 55px;
    color: #879d52;
    font-size: 20px;
    border-radius: 5px;
    OUTLINE: UNSET ! IMPORTANT;
    border: unset !important;
	position: relative;
}
.arrow-col .slick-next {
    background: #7E8B55;
    border: unset;
    width: 70px;
    height: 55px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
	OUTLINE: UNSET ! IMPORTANT;
	position: relative;
}
.inner {
    margin-top: 50px;
    margin-bottom: 50px;
}
body.service-template-default.single footer.entry-footer {
    display: none;
}
.inner a {
    background: #34546a !important;
    font-size: 18px !important;
    color: #ffffff !important;
    transition: all 0.4s ease;
    border: 1px solid #34546a !important;
    font-weight: 400;
    border-radius: 5px !important;
    position: relative;
    padding: 15px 15px 15px 15px !important;
}
.services_sec .inner {
    display: none;
}
.arrow-col .slick-arrow {
    margin: 10px;
    font-size: 0px;
}
.arrow-col .owl-nav button {
    outline: unset !important;
    border: unset !important;
}
.slick-next:after {
    content: '\f061';
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    top: 14px;
    left: 0;
    right: 0;
}
.slick-prev:after {
    content: '\f060';
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    top: 14px;
    left: 0;
    right: 0;
}
/*----------------------------------------
    Mentalhealth section
------------------------------------------*/
.healthy {
    position: relative;
    MARGIN: 10PX;
}
.healthy .sub-title {
    position: absolute;
    top: 30px;
    left: 20px;
    border: 1px solid #fff;
    width: 201px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.healthy .sub-title h6 {
    color: #fff;
    margin: 0px;
    font-size: 12px;
    line-height: 34px;
}
.healthy .main-per {
    position: absolute;
    width: 100%;
    bottom: 30px;
    DISPLAY: flex;
    justify-content: space-between;
    padding-left: 30PX;
    padding-right: 30PX;
    align-items: center;
}
.healthy .main-per .title-wraper {
    font-size: 30px;
    color: #fff;
    font-family: 'Rubik';
    font-weight: 500;
}
.healthy .per-arrow a {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    transition: 0.5s;
}
.healthy .per-arrow a:hover {
    transform: rotate(44deg);
    backdrop-filter: blur(31px);
}
.healthy .per-arrow a:before {
    content: '';
    position: absolute;
    background: url(inc/assets/images/ar.png) no-repeat;
    width: 60px;
    height: 60px;
}

.healthy .health-thum {
  position: relative;
  height: 387px;
}
.healthy .health-thum:after {
    content: '';
    position: absolute;
    background: url(inc/assets/images/ii.png) no-repeat;
    height: 387px;
    width: 70px;
    top: 0;
    right: 140px;
}

.health-slider {
    position: relative;
}
.health-slider .slick-prev {
    position: absolute;
    top: 40%;
    left: -17px;
    background: #7E8B55 !important;
    width: 60px;
    height: 60px;
    border-radius: 50px !important;
    color: #fff !important;
    border: 5px solid #fff !important;
    font-size: 0px;
    z-index: 99;
	outline: unset !important;
}

.health-slider .slick-next {
    position: absolute;
    top: 0;
    right: -17px;
    background: #7E8B55 !important;
    width: 60px;
    height: 60px;
    border-radius: 50px !important;
    color: #fff !important;
    top: 40%;
    border: 5px solid #fff !important;
	font-size: 0px;
	outline: unset !important;
}
.health-slider .owl-nav button {
    outline: unset !important;
    border: unset !important;
}
.vc_section.therapy-work-sec .vc_single_image-wrapper img {
    border: 1px solid #0000004a;
    width: 100%;
    height: 170px;
    object-fit: contain;
    padding: 10px;
    border-radius: 10px;
}
/*----------------------------------------
     Testimonials section
------------------------------------------*/
.vc_section.testimonials_sec h2 {
    color: #fff;
}
.vc_section.testimonials_sec p {
    color: #fff !important;
    margin-top: 30px;
    margin-bottom: 40px !important;
}
.vc_section.testimonials_sec {
    background-attachment: fixed;
    background-size: 100% 100% !important;
}
.testimonials_sec .site_btn a:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
}
/* .thumb {
    display: none !important;
} */
.tstBox .ctn h3 {
    display: none;
}
.testimonials_sec .site_btn a:hover:before, 
.testimonials_sec .site_btn a:hover:after {
    background: #fff !important;
}
.tstBox {
  background: #fff;
  position: relative;
  padding: 13px 30px;
  padding-left: 157px;
  border-radius: 10px;
  overflow: hidden;
}
.tstBox .thumb {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  left: 39px;
  top: 25px;
}
.tstBox .thumb img {
  width: 100%;
  height: 100%;
  object-fit: none;
}
.tstBox:before {
    content: '';
    width: 17px;
    height: 100%;
    background: #152B3E !important;
    position: absolute;
    left: 0;
    top: 0;
}
.tstBox .ctn h3 {
    font-size: 24px !important;
    line-height: 28px !important;
    color: #000;
    margin-top: 0;
    font-family: 'Rubik' !important;
    font-weight: 500 !important;
    margin-bottom: 10px;
	position: relative;
}
.tstBox .ctn h3:after {
    content: '';
    background: url(https://dev.internalstaging.com/web/lewes-mental-health-llc-v2/wp-content/uploads/2024/12/Group-10494-1.png)no-repeat;
    position: absolute;
    color: #152b3e !important;
    right: 0;
    bottom: -5px;
    width: 30px;
    height: 30px;
}
.tstBox .ctn p {
    line-height: 28px;
    color: #000 !important;
    font-size: 16px !important;
    margin-top: 10px;
    margin-bottom: 0px !important;
    overflow-y: scroll;
    height: 110px;
}
.tstBox .ctn p::-webkit-scrollbar {
  width: 5px;
  background-color: #0000003b; /* or add it to the track */
}
.tstBox .ctn p::-webkit-scrollbar-thumb {
  background: #34546a;
}
#slider_testimonial .slick-slide.slick-center {
  opacity: 1;
  padding-right: 80px;
  padding-left: 0;
}
#slider_testimonial .slick-slide {
  margin-bottom: 50px;
  padding-left: 80px;
  transition: all 0.4s ease-in-out !important;
}
#slider_testimonial .slick-list.draggable {
  height: 590px !important;
  overflow: hidden;
  padding: 0 !important;
}
/*----------------------------------------
       Contact us section
------------------------------------------*/
.contact-us-sec h2 {
    margin-bottom: 40px !important;
}
.contact-frm .form-control {
    border: 2px solid #9f9f9f47;
    border-radius: 5px;
    margin-bottom: 20px !important;
    height: 60px;
    padding: 15px;
    background: #F8F8F8;
}
.contact-frm .form-control::placeholder {
    color: #686868b0;
}
.contact-frm .trt-text.form-control {
    height: 163px;
}
.vc_section.contact-us-sec h3 {
    margin-bottom: 35px !important;
    margin-top: 5px;
}
.sub-btn1 {
    width: 187px;
    height: 60px;
    background: #34546a;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #b9b9b5;
    border-radius: 5px;
}
.sub-btn1:hover {
    background: transparent !important;
    color: #345469;
    border: 1px solid #345469;
	outline: unset !important;
}
.Apply_Now label {
    color: #000;
    font-size: 20px;
    line-height: 38px;
}
.Apply_Now h2 {
    margin-bottom: 40px !important;
}
.Apply_Now .form-control {
    border: 2px solid #9f9f9f47;
    border-radius: 5px;
    margin-bottom: 20px !important;
    height: 60px;
    padding: 15px;
    background: #F8F8F8;
}
.Apply_Now .form-control::placeholder {
    color: #686868b0;
}
.Apply_Now .trt-text.form-control {
    height: 163px;
}
.vc_section.Apply_Now h3 {
    margin-bottom: 35px !important;
    margin-top: 5px;
}
.Apply_Now .sub-btn1 {
    width: 187px;
    height: 60px;
    background: #34546a;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #b9b9b5;
    border-radius: 5px;
}
.Apply_Now .sub-btn1:hover {
    background: transparent !important;
    color: #345469;
    border: 1px solid #345469;
	outline: unset !important;
}
/*----------------------------------------
       FAQ'S Section
------------------------------------------*/
.vc_section.faq-sec {
    background-size: 100% 56% !important;
    background-position: bottom !important;
}
.faq-main-wrap .vc_tta-panel {
    margin-bottom: 30px;
    transition: 0.6s;
}
.faq-main-wrap .vc_tta-panel-heading {
    padding: 20px 40px;
    border: unset !important;
    border-radius: 10px !important;
    background: #d8dccb !important;
}
.faq-main-wrap .vc_tta-panel-heading span {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 34px;
}

.faq-main-wrap .vc_tta-panel.vc_active {
    margin-top: 30px;
    margin-left: 50px;
}
.faq-main-wrap .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #f8f8f8 !important;
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
}
.faq-main-wrap .vc_tta-panel.vc_active .vc_tta-panel-heading span {
    color: #000;
}
.faq-main-wrap .vc_tta-panel.vc_active .vc_tta-panel-body {
    background: #f8f8f8 !important;
    padding: 20px 40px;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.faq-main-wrap .vc_tta-panel-body {
    border-width: 0px !important;
}
i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
 display: none;
}
.faq-main-wrap .vc_tta-panels-container .vc_tta-panels a:after {
 content: "\f062";
 position: absolute;
 right: 0;
 font-weight: 600;
 font-family: "Font Awesome 5 Free";
 transition: 0.5s;
 color: #34546a;
 border: 2px solid #34546a;
 padding: 9px;
 border-radius: 40px;
 font-size: 12px;
 line-height: 10px;
}

.faq-main-wrap .vc_tta-panels-container .vc_tta-panels a {
 position: relative;
}
.faq-main-wrap .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active a:after {
 transform: rotate(180deg);
 transition: 0.5s;
}
/*----------------------------------------
          Inner pages Css
------------------------------------------*/
#secondary {
    display: none;
}
section.vc_section.inner-pg {
    background-size: 100% 100% !important;
}
.service-template-default .post-navigation .nav-previous a, .service-template-default .post-navigation .nav-next a {
    color: #fff;
    background: #34546a !important;
    padding: 10px 30px !important;
    border-radius: 5px;
    border: 1px solid #34546a !important;
    border-radius: 50px;
}
.service-template-default #primary {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    margin-top: 50px;
    margin-bottom: 50px;
/*     box-shadow: 0px 0px 5px 0px #00000078; */
    padding: 20px;
    text-align: center !important;
}
.service-template-default #primary .nav-previous {
    text-align: left;
}
.triangle-bg {
    background: #7e8b55;
    color: white;
    border-radius: 5px;
    clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%);
    font-size: 28px;
    line-height: 38px;
    padding: 16px;
    padding-left: 19px;
    margin: 0px;
    position: relative;
}
.vc_section.ab-know h4 {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
}
.other-srv p {
    padding-left: 150px;
    margin-top: 10px;
    line-height: 28px;
}
.vc_section.ab-know .vc_column-inner {
    padding: 0px !important;
}
.vc_section.ab-know .vc_row-o-equal-height {
    border-radius: 30px;
}
.vc_section.troll-services .hp, .vc_section.troll-services .pz, .vc_section.troll-services .lc {
    position: relative;
}
.vc_section.ab-know .afte-par p {
    font-size: 26px !important;
    line-height: 38px;
    font-style: italic;
    padding: 40px;
    position: relative;
    margin-top: 50px;
}
.other-srv {
    position: relative;
}
.other-srv:before {
    content: '';
    background: url(https://dev.internalstaging.com/web/lewes-mental-health-llc-v2/wp-content/uploads/2025/01/Group-10516.png) no-repeat;
    position: absolute;
    width: 100px;
    height: 230px;
    top: -33px;
    left: 9px;
}
.vc_section.troll-services .hp:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(https://dev.internalstaging.com/web/lewes-mental-health-llc-v2/wp-content/uploads/2025/01/Group-10516-1.png) no-repeat;
    left: 90px;
    top: 29px;
}
.vc_section.troll-services .pz:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(https://dev.internalstaging.com/web/lewes-mental-health-llc-v2/wp-content/uploads/2025/01/Group-10518.png) no-repeat;
    left: 90px;
    top: 29px;
}
.vc_section.troll-services .lc:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(https://dev.internalstaging.com/web/lewes-mental-health-llc-v2/wp-content/uploads/2025/01/Group-10519.png) no-repeat;
    left: 90px;
    top: 29px;
}
.vc_section.ab-know .afte-par p:before {
    content: '';
    position: absolute;
    font-size: 60px;
    background: url(https://dev.internalstaging.com/web/lewes-mental-health-llc-v2/wp-content/uploads/2025/01/Group-10513.png)no-repeat;
    width: 60px;
    height: 60px;
    left: 44%;
    top: -18px;
}
.vc_section.troll-services  .btm-border {
    border-bottom: 2px solid #68686840;
}
.vc_section.troll-services .services-tapara p {
    font-size: 31px;
    color: #000000fa !important;
    line-height: 50px;
    font-weight: 500;
    font-style: italic;
}
.vc_section.troll-services .services-secondp p {
    color: #000 !important;
    font-size: 17px;
}
.service-template-default #primary .post-thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    background: #d8d8d6;
}
.service-template-default #primary .entry-title {
    color: #000 !important;
    font-size: 40px;
    line-height: 60px;
    border-bottom: 1px solid #34546a;
    margin-top: 20px !important;
}
.service-template-default #primary .ser-thumbs {
    width: 100%;
}
.post-thumbnail {
    display: none;
}
.ser-thumbs IMG {
    height: 220px;
    border-radius: 10px !important;
}
.service-template-default #primary .entry-content {
    margin-top: 20px;
}
.mental_health_member-template-default #primary{
	width: 100%;
    max-width: 100%;
    flex: 0 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 5px 0px #00000078;
    padding: 20px;
}
.mental_health_member-template-default .post-navigation .nav-previous a, .mental_health_member-template-default .post-navigation .nav-next a {
    color: #fff;
    background: #34546a !important;
    padding: 10px 30px !important;
    border-radius: 5px;
    border: 1px solid #34546a !important;
}
.mental_health_member-template-default #primary .entry-content {
    margin-top: 20px;
}
.mental_health_member-template-default #primary .entry-title {
    color: #000 !important;
    font-size: 40px;
    line-height: 60px;
    border-bottom: 1px solid #34546a;
    margin-top: 20px !important;
}
.mental_health_member-template-default #primary .post-thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    background: #d8d8d6;
}
.mental_health_member-template-default #primary .nav-previous {
    text-align: left;
}
.post-type-archive-testimonials .entry-title {
  border-bottom: unset !important;
  background: #34546a;
  color: #ffff;
  font-size: 35px;
  line-height: 70px !important;
  position: relative;
  z-index: -1;
}
.post-type-archive-testimonials .entry-title:after {
    content: ',,';
    font-size: 70px;
    FONT-FAMILY: fantasy;
    position: absolute;
    right: 40px;
    bottom: 21px;
}
.post-type-archive-testimonials article {
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    /* border-radius: 10px; */
    position: relative;
    box-shadow: 0px 0px 6px -2px #000;
    border-top-left-radius: 40px;
}
.post-type-archive-testimonials .post-thumbnail {
    position: absolute;
    border: 6px solid #34546a;
    border-radius: 70px;
    left: -10px;
    top: 0px;
    background: #34546a;
}

.post-type-archive-testimonials .page-title {
    display: none;
}
.post-type-archive-testimonials #primary {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.vc_section.appointment-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ContactForm label {
    font-size: 16px;
    line-height: 34px;
    color: #000;
}
.ContactForm .form-control {
    border: 1px solid #34546a;
    height: 60px;
    margin-bottom: 20px;
}
.ContactForm textarea.wpcf7-form-control {
    height: 200px;
}
.ContactForm .btn-primary {
    width: 350px;
    height: 60px;
    background: #34546a;
    border: 1px solid #34546a;
    text-align: center;
    margin: 0 auto !important;
    display: flex;
}
.text-policy h3 {
    font-size: 28px !important;
    line-height: 44px !important;
    color: #000;
}
.text-policy p {
    font-size: 18px;
    line-height: 40px;
    color: #000 !important;
}

.text-policy p ol {
    font-size: 18px !important;
    line-height: 40px !important;
}

.text-policy ol li {
    font-size: 18px !important;
    line-height: 38px;
}
.text-policy ul {
    font-size: 18px;
    line-height: 38px;
}
/*----------------------------------------
          BREADCRUMBS NONE CSS
------------------------------------------*/
.page-id-12 .breadcrumb-wrapper {
    DISPLAY: NONE;
}
.page-id-3 .breadcrumb-wrapper {
    display: none;
}
.page-id-14 .breadcrumb-wrapper {
    DISPLAY: NONE;
}
.page-id-16 .breadcrumb-wrapper {
    DISPLAY: NONE;
}
.page-id-18 .breadcrumb-wrapper {
    DISPLAY: NONE;
}
.page-id-139 .breadcrumb-wrapper {
    DISPLAY: NONE;
}
.page-id-350 .breadcrumb-wrapper {
    display: none;
}
.page-id-430 .breadcrumb-wrapper {
    display: none;
}
/* .single-service.postid-127 .breadcrumb-wrapper {  
    background: url(https://dev.internalstaging.com/web/lewes-mental-health-llc-v2/wp-content/uploads/2025/01/close-up-family-talking-therapist-scaled.jpg) no-repeat !important;
    height: 100vh;
    background-size: 100% 100% !important;
}
.single-service.postid-128  .breadcrumb-wrapper {
    background: url(https://dev.internalstaging.com/web/lewes-mental-health-llc-v2/wp-content/uploads/2025/01/woman-counselor-talking-staying-close-scaled.jpg) no-repeat !important;
    height: 100vh;
    background-size: 100% 100% !important;
}
.single-service.postid-126 .breadcrumb-wrapper {
    background: url(https://dev.internalstaging.com/web/lewes-mental-health-llc-v2/wp-content/uploads/2025/01/family-therapy-psychologist-office-scaled.jpg) no-repeat !important;
    height: 100vh;
    background-size: 100% 100% !important;
} */
/*----------------------------------------
          WEB RESPONSIVE
------------------------------------------*/
@media only screen and (max-width: 1660px){
#masthead {
    padding: 25px 40px 25px 40px;
}
#masthead ul li a {
    font-size: 16px;
}
.cnt-crop a {
    width: 230px;
    font-size: 16px;
}
.vc_section.contact-us-sec {
    padding-left: 120px !important;
    padding-right: 120px !important;
}	
}
@media only screen and (max-width: 1366px){
#masthead {
	padding: 25px 30px 25px 30px;
}
#masthead ul li a {
	font-size: 15px;
}
.triangle-bg {
    font-size: 24px;
    padding: 9px;
   
}
.vc_section.troll-services .services-tapara p {
    font-size: 22px;
    line-height: 40px;
}
h1 {
    font-size: 70px;
    line-height: 82px;
}
	.vc_section.banner_sec {
		padding-left: 100px !important;
		padding-right: 100px !important;
		padding-top: 180px !important;
		padding-bottom: 80px !important;
	}
.vc_section.ab-know .afte-par p {
    font-size: 22px !important;
}
.other-srv p {
    font-size: 15px;
}
.image-john img {
    height: 560px;
    width: 500px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 50px;
}
.vc_section.about-us.inner-pg {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.john-image-1 img {
    height: 650px;
    width: 550px;
    object-fit: cover;
    border-radius: 20px;
}
#masthead ul li {
    margin-right: 25px;
}
 .cnt-crop a {
	 width: 290px;
	 font-size: 14px;
	 height: 50px;
}
.services_wrapper h3 {
    font-size: 28px !important;
}
.vc_section.contact-us-sec {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.vc_section.faq-sec {
    background-size: 100% 44% !important;
}	
}
    

  /***********BENEFIT TO THERPAY SEC*********/ 
.benefit-to-therpy-sec {
    padding-top: 0 !important;!i;!;
    padding-bottom: 100px;
}
.benefit-to-therpy-sec .theme-h2 {
    font-size: 50px !important;!i;!;
    padding-bottom: 30px;
}
.benefit-to-therpy-sec .theme-p p {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 30px;
}
body.page-id-200 .breadcrumb-wrapper {
    display: none;
}
.benefit-to-therpy-sec-inner {
    padding-top: 100px !important;!i;!;
}
.rq-row1 .site_btn {
    display: flex !important;
    justify-content: center !important;
}
a.rs-layer.banner-bt {
    background: #34546a !important;
}
.rq-row1 .site_btn a {
    width: 30% !important;
}

.page-id-21 .breadcrumb-wrapper {
    display: none;
}
.vc_section.tst-inner-sec .tstBox {
    margin-bottom: 40px;
    border: 1px solid #152b3e;
}

a.rs-layer {
    background: #34546a !important;
}

  /***********employment-opportunity SEC*********/ 
.vc_section.employ-ep h4 {
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.vc_section.employ-ep p {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
.vc_section.employ-ep ul li {
    font-size: 16px;
    font-weight: 400;
    font-family: 'poppins';
    line-height: 34px;
    color: #4A4A4A !important;
    list-style: disc;
    margin-bottom: 20px;}
.vc_section.employ-ep ul {
    padding-left: 20px !important;
}
.vc_section.employ-ep .vc_row {
    box-shadow: 0px 0px 10px 1px #00000024;
    padding: 20px;
}

.vc_section.about-us {
    background-size: 100% 100% !important;
}
.vc_section.benefit-to-therpy-sec {
    background-size: 100% 100% !important;
}
.vc_section.therapy-work-sec {
    background-size: 100% 100% !important;
}
.vc_section.employ-ep ul li::marker {
    color: #8fa549;
}



.apply_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 93%);
    z-index: 999;
    display: none;
}
.apply_popup .ctn {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply_popup .pp_area {
    max-width: 850px;
    position: relative;
    background: #fff;
    padding: 40px;
}
.apply_popup .pp_area h2 {
    color: #000000;
}
.apply_popup .pp_area label {
    color: #000000;
}
.apply_popup .pp_area .col-md-12 {
    margin-top: 40px;
}
.pp_area .close_popup {
    font-size: 44px;
    color: #ffffff !important;
    text-decoration: none !important;
    position: absolute;
    right: -30px;
    top: -40px;
    background: #34546a !important;
    border-radius: 100%;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.stop_scroll {
	overflow: hidden;
}
#footer-widget ul.menu {
    padding-left: 24px !important;
}



@media screen and (max-width: 1500px) {
	.pp_area {
		zoom: 0.85;
	}
}




