@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
Theme Name: Vermont Foundation Recovery
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
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Poppins", sans-serif;
}

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: #000;
  font-weight: 600;
  padding-bottom: 0;
}
h1 {
  font-size: 32px;
  line-height: 25px;
}
h2 {
  font-size: 24px;
  line-height: 25px;
}
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;
  font-size: 18px;
  line-height: 34px;
}
h1.entry-title {
  font-size: 1.31rem;
}
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. */
  overflow-x: hidden;
}

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 {
  padding: 36px 100px 0;
  width: 100%;
  background: #592375;
}

.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 {font-size: 18px;line-height: 30px;font-weight: 600;color: #fff;padding: 0;text-transform: uppercase;}

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;
}

.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 Start Here
--------------------------------------------------------------*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

header#masthead .topbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.topbar .cusBtn .vc_general {
    padding: 11px 25px !important;
    background: #fff !important;
    border-radius: 40px !important;
    font-size: 15px !important;
    line-height: 30px !important;
    color: #000 !important;
    border: none !important;
}
header#masthead .topbar .topbar_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
header#masthead .container-fluid {
    display: flex;
    flex-direction: column-reverse;
}
header#masthead nav.navbar {
    margin-top: -14px;
    justify-content: space-between;
}
.navbar-brand {
    position: relative;
    top: -47px;
	width: 12.9%;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:not(:last-child) {
    margin-right: 27px;
}
header#masthead .topbar .scrhForm form.search-form {
    background: #fff;
    width: 180px;
    padding: 8px;
    border-radius: 50px;
    padding-left: 43px;
    position: relative;
}
header#masthead .topbar .scrhForm form.search-form > label {
    margin: 0;
}
header#masthead .topbar .scrhForm form.search-form .form-control {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0;
    height: 20px;
}
header#masthead .topbar .scrhForm form.search-form input.search-submit {
    background: url(inc/assets/images/srchBtn.png) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    width: 25px;
    height: 25px;
    font-size: 0;
    padding: 0;
    position: absolute;
    left: 6px;
}
header#masthead .topbar .scrhForm form.search-form .form-control::placeholder {
    color: #000;
}
header#masthead .topbar .top_icons section#zoom-social-icons-widget-2 {
    margin: 0;
}
header#masthead .topbar .top_icons section#zoom-social-icons-widget-2 li.zoom-social_icons-list__item {
    margin: 0;
}
header#masthead .topbar .top_icons section#zoom-social-icons-widget-2 span.zoom-social_icons-list-span {
    padding: 0 !important;
    background: transparent !important;
    font-size: 22px !important;
}
header#masthead .topbar .top_icons section#zoom-social-icons-widget-2 ul.zoom-social-icons-list {
    margin-right: 17px;
}
header#masthead .topbar .top_icons section#zoom-social-icons-widget-2 ul.zoom-social-icons-list li.zoom-social_icons-list__item:not(:last-child) {
    margin-right: 29px;
}
header#masthead .topbar .cusBtn .vc_general {
    z-index: 999;
    position: relative;
}
header#masthead nav.navbar ul#mega-menu-primary {
    background: transparent !important;
}
header#masthead nav.navbar ul#mega-menu-primary a.mega-menu-link {
    background: transparent !important;
    font-size: 18px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
header#masthead nav.navbar ul#mega-menu-primary li#mega-menu-item-13 {
    background: transparent !important;
}
header#masthead nav.navbar ul.mega-sub-menu {
    background: #000;
}
header#masthead nav.navbar ul.mega-sub-menu {
    background: #592375 !important;
    border-radius: 10px !important;
    border: 2px solid #fff !important;
    padding: 10px !important;
}
header#masthead nav.navbar ul.mega-sub-menu li > a {
    font-size: 16px !important;
    line-height: 40px !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}
div#mega-menu-wrap-primary {
    background: transparent;
}
.vc_custom_heading.Abt_head {
    margin-left: -310px;
    margin-top: 80px !important;
}
.cusBtn .vc_general {
    padding: 20px 61px !important;
    background: #EDE8D0 !important;
    font-size: 18px !important;
    line-height: 20px !important;
    border: 3px solid #D8D3BD !important;
    border-radius: 50px !important;
    color: #000 !important;
    font-weight: 600;
}
.secMember .vc_row .vc_col-sm-4 .vc_column-inner .wpb_text_column {
    height: 140px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 20px;
}
.secMember .vc_row .vc_col-sm-4 .vc_column-inner h4.vc_custom_heading {
    height: 60px;
    display: flex;
    align-items: center;
}
.secMember .vc_row .vc_col-sm-4 .vc_column-inner .wpb_text_column::-webkit-scrollbar {
      width: 5px;
}
.secMember .vc_row .vc_col-sm-4 .vc_column-inner .wpb_text_column::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.secMember .vc_row .vc_col-sm-4 .vc_column-inner .wpb_text_column::-webkit-scrollbar-thumb {
  background: #592375; 
}
.secMember .vc_row .vc_col-sm-4 .vc_column-inner .wpb_text_column::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.main-div {
    height: 480px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.main-div {
    display: flex;
    align-items: end;
}
.main-div .content-box {
    background: rgb(255 255 255 / 90%);
    padding: 34px 40px;
    border: 1px solid #0000000a;
}
.main-div .content-box p {
    margin: 0;
    color: #000;
    text-overflow: ellipsis;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main-div a {
    color: #000;
}
.main-div .content-box h2 {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 10px;
}
.secHouses .vc_column-inner, 
.secBlogs .vc_column-inner {
    padding: 0 !important;
}
.housesBox .vc_column-inner > .wpb_wrapper {
    background: #2E0E3F;
    height: 480px;
    display: flex;
    align-items: flex-end;
    padding: 60px;
}
.housesBox .vc_column-inner > .wpb_wrapper h6 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 400;
    margin-bottom: 0;
}
.sec_house-carousel .owl-nav {
    display: flex;
    gap: 10px;
    bottom: 150px;
    left: -130px;
    position: absolute;
}
.sec_house-carousel .owl-nav button {
    background: #fff !important;
    height: 40px;
    width: 40px;
    border-radius: 50px;
}
.sec_house-carousel .owl-nav button:focus {
    outline: none;
}
.housesBox .vc_column-inner > .wpb_wrapper h4 {
    font-size: 40px;
    line-height: 88px;
    color: #fff;
}
h4.ctn_head {
    background: #EDE8D0;
    padding: 76px 185px;
    font-size: 40px;
    line-height: 61px;
    color: rgb(0 0 0 / 60%) !important;
    margin: 0;
    border: 3px solid #D8D3BD !important;
}
.secModal {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 0 !important;
}
.secModal .vc_row {
    padding: 60px;
}
.secModal  iframe {
    height: 900px;
}
.secBlogs .housesBox .vc_column-inner > .wpb_wrapper {
    background: #EDE8D0;
    height: 344px;
}
.secBlogs .housesBox .vc_column-inner > .wpb_wrapper h6 {
    color: #000;
    letter-spacing: 0;
}
.secBlogs .housesBox .vc_column-inner > .wpb_wrapper h4 {
    color: #000;
    text-transform: uppercase;
    line-height: 60px;
}
.sec_post-carousel .main-div {
    height: 344px;
    position: relative;
    z-index: 1;
}
.sec_post-carousel .main-div:before {
    content: "";
    background: linear-gradient(2deg, #000000cc, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.sec_post-carousel .main-div .content-box {
    background: transparent;
}
.sec_post-carousel .main-div .content-box h2 {
    color: #fff;
}
.sec_post-carousel .main-div .content-box p {
    color: #fff;
}
.newsletter {
    margin: 0 auto;
    text-align: center;
}
.newsletter .form-control {
    background: #fff !important;
    border-radius: 50px !important;
    height: 80px !important;
    padding: 0 42px;
    font-size: 20px;
    line-height: 30px;
    box-shadow: 0 0 20px 0px #00000036;
    color: #000000;
    margin-bottom: 60px;
    font-weight: 600;
    outline: none !important;
    border: 1px solid rgb(0 0 0 / 50%);
}
.newsletter .form-control::placeholder {
    color: rgb(0 0 0 / 50%);
}
.newsletter .wpcf7-submit {
    padding: 18px 71px !important;
    background: #EDE8D0 !important;
    border-radius: 50px !important;
    border: 3px solid #D8D3BD !important;
    color: #000000 !important;
    font-size: 18px !important;
    line-height: 25px !important;
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out !important;
}
.newsletter  p {
    margin: 0;
}
.newsletter span.wpcf7-spinner {
    position: absolute;
    bottom: 0;
}
.newsletter br {
    display: none;
}
.newsletter .wpcf7-submit:hover {
    background: transparent !important;
    color: #00483c !important;
    transition: 0.5s ease-in-out !important;
}
.testimonial-item {
    text-align: center;
}
.testimonial-item img {
    width: 116px !important;
    height: 116px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 53px;
}
.testimonial-item .testimonial-content p {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 32px;
}
.testimonial-item .testimonial-content h4 {
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 10px;
}
.testimonial-item .quote_img img {
    width: unset !important;
    border-radius: inherit;
    margin-bottom: 24px;
    height: unset;
}
.secTestimonials .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    margin: 0 5px;
}
.secTestimonials .owl-dots {
    text-align: center;
    margin-top: 108px;
}
.secTestimonials .owl-dots button.owl-dot.active {
    background: #592375;
}
footer#colophon {
    background: #592375 !important;
    padding: 44px;
    border-top: 1px solid #fff;
}
footer#colophon ul#menu-footer-menu {
    flex-direction: row !important;
}
footer#colophon  .site-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
}
footer#colophon section#nav_menu-2 {
    margin: 0;
}
footer#colophon ul#menu-footer-menu li a {
    padding: 0;
    font-size: 18px;
    text-transform: capitalize;
    background: transparent !important;
}
footer#colophon ul#menu-footer-menu li:not(:last-child) {
    margin-right: 20px;
}
body:not(.home) header#masthead {
    position: unset;
    background: #592375;
}
.breadcrumbs {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.breadcrumbs h1 {
    font-size: 60px;
    line-height: 80px;
    margin: 0;
    text-shadow: 3px 3px 0px #000000;
    text-transform: capitalize;
    color: #fff;
}
.secHousesInner {
    padding: 50px 0 100px;
}
.secHousesInner h1 {
    font-size: 45px;
    color: #592375;
    line-height: 71px;
    margin-bottom: 20px;
    text-align: center;
}
.secHousesInner p {
    text-align: center;
}
.houseGallery {
    position: relative;
}
.secHousesInner .houseGallery .owl-stage {
    display: flex;
}
.secHousesInner .houseGallery .owl-stage .thumb {
    height: 500px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.secHousesInner .houseGallery .owl-stage .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.secHousesInner .houseGallery .owl-stage-outer {
    overflow: hidden;
    border-radius: 10px;
    padding: 30px 0;
}
.secHousesInner .houseGallery .owl-nav {
    position: absolute;
    top: 42%;
    width: 100%;
}
.secHousesInner .houseGallery .owl-nav button {
    width: 63px;
    height: 63px;
    background: #6A6A6A !important;
    color: #fff !important;
    font-size: 25px !important;
    outline: none !important;
    box-shadow: none !important;
    position: absolute;
    border-radius: 100% !important;
    border: 5px solid #fff !important;
}
.secHousesInner .houseGallery .owl-nav button.owl-prev {
    left: -20px;
}
.secHousesInner .houseGallery .owl-nav button.owl-next {
    right: -20px;
}
.imgStyle .vc_single_image-wrapper {
    height: 450px;
    overflow: hidden;
    box-shadow: 0 0 20px 0px #00000045;
    border-radius: 10px;
    border: 5px solid #fff;
}
.imgStyle .vc_single_image-wrapper img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s ease-in-out !important;
}
.imgStyle .vc_single_image-wrapper img:hover {
    transition: 0.5s ease-in-out !important;
    transform: scale(1.1);
}
.team_grid .inner_row {
    align-items: center;
    margin-bottom: 100px;
}
.team_grid .inner_row .thumb {
    height: 450px;
    overflow: hidden;
    box-shadow: 0 0 20px 0px #00000045;
    border-radius: 10px;
    border: 5px solid #fff;
}
.team_grid .inner_row .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s ease-in-out !important;
}
.team_grid .inner_row .thumb img:hover {
    transition: 0.5s ease-in-out !important;
    transform: scale(1.1);
}
.team_grid .col-sm-12.col-md-12:nth-child(even) .inner_row {
    flex-direction: row-reverse;
}
.team_grid .inner_row .teamInfo h3 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}
.team_grid .inner_row .teamInfo p {
    margin: 0;
    height: 200px;
    overflow-y: scroll;
    padding-right: 20px;
}
.team_grid .inner_row .teamInfo p::-webkit-scrollbar {
      width: 5px;
}
.team_grid .inner_row .teamInfo p::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.team_grid .inner_row .teamInfo p::-webkit-scrollbar-thumb {
  background: #888; 
}
.team_grid .inner_row .teamInfo p::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.team_grid .inner_row .teamInfo {
    transform: translateX(170%);
    transition: 0.9s ease-in-out !important;
}
.team_grid .inner_row .thumb {
    transform: translateX(-190%);
    transition: 0.9s ease-in-out !important;
}
.team_grid .inner_row .thumb.show,
.team_grid .inner_row .teamInfo.show {
    transform: none;
    transition: 0.9s ease-in-out !important;
}
.team_grid .col-sm-12.col-md-12:nth-child(even) .inner_row .teamInfo {
    transform: translateX(-170%);
}
.team_grid .col-sm-12.col-md-12:nth-child(even) .inner_row .thumb {
    transform: translateX(190%);
}
.team_grid .col-sm-12.col-md-12:nth-child(even) .inner_row .thumb.show,
.team_grid .col-sm-12.col-md-12:nth-child(even) .inner_row .teamInfo.show {
    transition: 0.9s ease-in-out !important;
    transform: none;
}
.secRecovery .sec-houses  .main-div {
    margin-bottom: 50px;
    height: 400px;
}
.secRecovery .sec-houses .main-div .content-box {
    padding: 30px 20px;
}
.secRecovery .sec-houses .main-div .content-box h2 {
    font-size: 25px;
    line-height: 30px;
}
.secFaqs .vc_toggle {
  margin: 0 !important;
}
.secFaqs .vc_toggle .vc_toggle_title h2 {
  font-size: 22px;
  line-height: 42px;
  color: #000;
  font-weight: 500 !important;
  font-family: 'Poppins' !important;
  margin: 0;
}
.secFaqs .vc_toggle .vc_toggle_title {
  padding: 23px 40px !important;
  background: #E5E5E5;
  margin-bottom: 20px;
  border-radius: 10px;
}
.secFaqs .ult_tabitemname .vc_toggle:last-child .vc_toggle_title {
  border-bottom: 1px solid #B2B2B2;
}
.secFaqs .vc_toggle i.vc_toggle_icon {
  display: none;
}
.cusList-1 li {
    font-size: 18px;
    line-height: 38px;
    font-weight: 400;
}
.cusList strong {
    font-size: 22px;
    line-height: 40px;
}
.cusList-1 ol strong {
    font-size: 22px;
    line-height: 40px;
}
.cusList ul {
    padding-left: 0;
    margin: 0;
}
.cusList ul li {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    padding-left: 50px;
    color: #000;
}
.cusList ul li:before {
    content: "\f00c";
    border-radius: 100%;
    position: absolute;
    left: 18px;
    top: 2px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'FontAwesome';
    color: #592375;
}
.cusList h4 {
    display: inline-block;
    margin: 40px 0 !important;
    font-size: 50px;
    line-height: 60px;
    color: #000;
}
.cusList p {
    margin: 0;
}
.ctnForm .form-control {
    margin-bottom: 20px;
    background: #fff !important;
    border-radius: 5px !important;
    height: 60px;
    padding: 0 22px;
    font-size: 18px;
    line-height: 30px;
    box-shadow: none;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    outline: none !important;
    border: 1px solid #000;
    box-shadow: 2px 2px 4px 0px #00000087;
}
.ctnForm .form-control::placeholder {
    color: #000;
}
.ctnForm textarea.form-control {
    height: 250px !important;
    resize: none;
    padding: 20px 20px;
}
.ctnForm input.submitBtn {
    padding: 18px 71px !important;
    background: #EDE8D0 !important;
    border-radius: 50px !important;
    border: 3px solid #D8D3BD !important;
    color: #000000 !important;
    font-size: 18px !important;
    line-height: 25px !important;
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out !important;
    float: right;
}

.teamBox .thumb {
    width: 50%;
    height: 600px;
    overflow: hidden;
    box-shadow: 0 0 20px 0px #00000045;
    border-radius: 10px;
    border: 5px solid #fff;
}
.teamBox .thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s ease-in-out !important;
}
.teamBox .thumb:hover img {
    transition: 0.5s ease-in-out !important;
    transform: scale(1.1);
}
.teamBox .teamInfo {
    box-shadow: 0 0 20px 0px #00000045;
    padding: 30px;
    background: #fff;
    height: 600px;
    width: 50%;
    border-radius: 0 20px 20px 0;
    z-index: -1;
    transition: 0.5s ease-in-out !important;
    transform: translateX(-90%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.teamBox {
    position: relative;
    transition: 0.5s ease-in-out !important;
    z-index: 1;
    display: flex;
    margin-bottom: 80px !important;
}
.teamBox:hover .teamInfo {
    transform: translateX(-1%);
    transition: 0.5s ease-in-out !important;
}
.teamInfo p {
    height: 300px;
    overflow-y: scroll;
    padding-right: 20px;
}
.teamInfo p::-webkit-scrollbar {
      width: 5px;
}
.teamInfo p::-webkit-scrollbar-track {
  background: #ffffff; 
}
.teamInfo p::-webkit-scrollbar-thumb {
  background: #592375; 
}
.teamInfo p::-webkit-scrollbar-thumb:hover {
  background: #592375; 
}
.team_grid .col-sm-12.col-md-12:nth-child(even) .teamBox {
    flex-direction: row-reverse;
}
.team_grid .col-sm-12.col-md-12:nth-child(even) .teamBox .teamInfo {
    transform: translateX(95%);
    border-radius: 20px 0 0 20px;
}
.team_grid .col-sm-12.col-md-12:nth-child(even) .teamBox:hover .teamInfo {
    transform: none;
}
.teamInfo h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
}
.teamInfo h3 span {
    font-size: 16px;
    line-height: 30px;
    color: #592375;
    display: block;
    margin-top: 10px;
}
.secHousesInner .houseGallery .owl-stage .owl-item.center {
    transform: scale(1.05);
    transition: 0.5s ease-in-out !important;
    opacity: 1;
}
.secHousesInner .houseGallery .owl-stage .owl-item {
    transform: scale(0.9);
    opacity: 0.5;
    transition: 0.5s ease-in-out !important;
}
.virtualModel iframe {
    width: 100%;
    height: 800px;
}
div#footer-widget {
    background: #592375;
    padding: 80px 0 60px;
}
div#footer-widget ul li {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    list-style: none;
    margin-bottom: 15px;
}
div#footer-widget ul li a {
    padding: 0;
    background: transparent !important;
    color: #fff;
}
div#footer-widget ul li:last-child {
    margin-bottom: 0;
}
div#footer-widget ul {
    padding: 0;
    margin: 0;
}
div#footer-widget h3.widget-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 500;
}
.packageBox .vc_column-inner > .wpb_wrapper {
    border: 3px solid #592375;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 #0000007a;
    padding: 30px;
    margin-bottom: 50px;
}
.packageBox .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper {
    width: 30%;
}
.packageBox .vc_column-inner > .wpb_wrapper h5 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px !important;
}
.packageBox .vc_column-inner > .wpb_wrapper  p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.packageBox .vc_column-inner > .wpb_wrapper .cusList ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 25px;
}
.packageBox .vc_column-inner > .wpb_wrapper .cusList ul li:before {
    font-size: 15px;
    left: 1px;
}
.packageBox .vc_column-inner > .wpb_wrapper .cusList ul {
    margin-top: 20px;
}
.packageBox .vc_column-inner > .wpb_wrapper .cusList {
    height: 230px;
    overflow-y: scroll;
    padding-right: 12px;
}
.packageBox .vc_column-inner > .wpb_wrapper .cusList::-webkit-scrollbar {
      width: 5px;
}
.packageBox .vc_column-inner > .wpb_wrapper .cusList::-webkit-scrollbar-track {
  background: #ffffff; 
}
.packageBox .vc_column-inner > .wpb_wrapper .cusList::-webkit-scrollbar-thumb {
  background: #592375; 
}
.packageBox .vc_column-inner > .wpb_wrapper .cusList::-webkit-scrollbar-thumb:hover {
  background: #592375; 
}
.secContent a {
    color: #592375;
    font-weight: 600;
}
.job_box {
    background: #592375;
    padding: 25px;
    border-radius: 10px;
}
.job_box .jobs-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.job_box .jobs-head h3 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}
.job_box .jobs-table {
    margin-bottom: 20px;
}
.job_box .jobs-table h3, .job_box .jobs-table a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    width: 100%;
    font-weight: 500;
}
.job_box .jobs-table .jobs-ctn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 5px;
}
.sec_Contact ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px !important;
}
.sec_Contact ul li {
    font-size: 18px;
    line-height: 34px;
    color: #592375;
    font-family: 'Poppins';
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}
.sec_Contact ul li a {
    text-decoration: none;
    color: #592375;
    position: relative;
    font-weight: 600;
}
.sec_Contact ul li a:before {
    content: "";
    background: #FFC72B;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    transition: 0.5s ease-in-out !important;
}
.sec_Contact ul li a:hover:before {
    transition: 0.5s ease-in-out !important;
    width: 100%;
    right: unset;
    left: 0;
}
.sec_Contact ul li strong {
    font-weight: 500;
}
.sec_Contact ul li:before {
    content: "\f095";
    font-size: 20px;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #592375;
}
.sec_Contact ul li:nth-child(2):before {
    content: "\f0e0";
}
.sec_Contact ul li:last-child:before {
    content: "\f3c5";
}
.sec_Contact h4 {
    margin: 0;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
    color: #fff;
}
.secTestimonials {
    position: relative !important;
}
.secTestimonials:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
}
.brd_img .vc_single_image-wrapper.vc_box_border_grey {
    height: 400px;
    overflow: hidden;
    border: 5px solid #581f72;
    border-radius: 10px;
}
.brd_img .vc_single_image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.infoBox > .wpb_wrapper {
    border: 2px solid #581f72;
    padding: 40px;
    padding-right: 93px;
    border-radius: 10px;
}
.infoBox > .wpb_wrapper p {
    font-size: 19px;
    line-height: 32px;
    color: rgb(0 0 0 / 83%);
    font-style: italic;
}
.infoBox > .wpb_wrapper p:nth-child(3) {
    margin-bottom: 40px;
}
.infoBox > .wpb_wrapper p > strong {
    color: rgb(0 0 0 / 83%);
}
.secDonate .vc_column-inner,
.secDonate_inner .vc_column-inner {
    padding-top: 0 !important;
}
.donateBox {
    background: #fff;
    box-shadow: 0 0 8px 0 rgb(89 35 117 / 32%);
    padding: 27px;
    padding-right: 15px;
}
.donateBox .imgBox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.donateBox .imgBox .img {
    width: 66px;
    height: 66px;
    background: rgb(135 42 183 / 20%);
    padding: 13px;
    border-radius: 5px;
	flex-shrink: 0;
}
.donateBox .imgBox p {
    margin: 0;
}
.donateBox .imgBox h4 {
    margin: 0;
    font-size: 17px;
    line-height: 26px;
}
.donateBox .imgBox .img img {
    width: 39px;
    height: 39px;
}
.donateBox .scrollBox {
    color: #000;
    font-size: 15px;
    line-height: 30px;
    height: 246px;
    overflow-y: scroll;
}
.donateBox .ctnBox {
    margin-bottom: 20px;
}
.donateBox .pointBox {
    padding-right: 5px;
}
.donateBox .scrollBox::-webkit-scrollbar {
  width: 8px;
}
.donateBox .scrollBox::-webkit-scrollbar-track {
  background-color: rgb(135 42 183 / 20%); 
  border-radius: 5px;
}
.donateBox .scrollBox::-webkit-scrollbar-thumb {
  background-color: #905FAA; 
  border-radius: 5px;
}
.secAbout_inner .vc_figure {
    width: 100%;
}
.secAbout_inner .vc_single_image-wrapper {
    width: 100%;
}
.secEmploy h2 {
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.secEmploy .cusList ul li a {
    color: #000 !important;
}
.secEmploy .cusList p {
    font-size: 24px;
    margin-top: 30px;
    line-height: 1.2;
}
.secEmploy .cusList a {
    color: #592375;
}
.policy-list strong {
    font-size: 25px;
    line-height: 40px;
    font-weight: 500;
}
.policy-list ul {
    padding-top: 30px;
    padding-bottom: 30px;
}
.box_row .vc_wp_text,
.box_row .widget.widget_text {
    margin: 0 !important;
}
.box_row .vc_wp_text p {
    margin: 0;
}
.secDonateForm h1 {
    font-size: 60px;
    color: #fff;
    text-align: left !important;
    margin-bottom: 30px;
}
.secDonateForm p {
    color: #fff;
}
.page-id-533 .breadcrumbs, .page-id-548 .breadcrumbs {
    display: none;
}
.secDonateForm:after {
    content: '';
    background: #00000075;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.page-id-464 .breadcrumbs:after {
    content: 'Join Our Team & Make a Difference';
    font-size: 60px;
    line-height: 80px;
    text-shadow: 3px 3px 0px #000000;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    position: absolute;
    width: 100%;
}
.page-id-464 .breadcrumbs h1 {
    font-size: 0;
    display: none;
}
.cusList-p ol {
    padding-left: 10px;
}
.single-post #content {
    margin-top: 50px;
    margin-bottom: 50px;
}
.single-post .entry-title {
    margin-top: 30px;
}
.mc-field-group input {
    background: #fff !important;
    border-radius: 5px !important;
    height: 60px;
    padding: 0 22px;
    font-size: 18px;
    line-height: 30px;
    box-shadow: none;
    width: 100%;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    outline: none !important;
    border: 1px solid #000;
    box-shadow: 2px 2px 4px 0px #00000087;
}
.mc-field-group label {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
.clear img {
    width: 100% !important;
    height: 80px !important;
}
.page-id-528 .cusBtn {
    display: none !important;
}
.ft-3 ul li {
    display: flex;
    gap: 10px;
	align-items: center;
}
.ft-1 img {
    width: 216px;
}
/*--------------------------------------------------------------
              ## Custom Css End Here
--------------------------------------------------------------*/
.ft-14 p {
    font-size: 14px;
    line-height: 23px;
    color: #000;
} 

.ft-18 {
  font-size: 18px;
  line-height: 30px;
}

.ft-22 p {
  font-size: 22px;
  line-height: 38px;
  color: rgb(0 0 0 / 83%);
}

.clr-white, .clr-white p {
  color: #fff;
}

.fw-reg {
  font-weight: 400;
}

.fw-med {
  font-weight: 500;
}

.fw-semiBold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}
div#page {
    overflow-x: hidden;
}
div#content {
    padding: 0 !important;
}
.entry-content {
    margin: 0;
}
a {
  text-decoration: none !important;
}
div#comments {
    display: none;
}

/*======================
    Responsive
======================*/

@media screen and (max-width: 1500px) {
  .navbar-brand {
    width: 216px;
  }
  header#masthead {
    padding: 30px 20px;
    padding-bottom: 0;
  }
  .breadcrumbs h1 {
    font-size: 60px;
    line-height: 80px;
  }
  .vc_custom_heading.Abt_head {
    font-size: 130px !important;
    line-height: 180px !important;
  }
}

@media screen and (max-width: 1400px) {
	header#masthead nav.navbar ul#mega-menu-primary a.mega-menu-link {
		font-size: 16px;
		line-height: 30px;
	}
	.housesBox .vc_column-inner > .wpb_wrapper {
		padding: 40px;
		height: 420px;
	}
	.main-div {
		height: 420px;
	}
	.housesBox .vc_column-inner > .wpb_wrapper h4 {
		font-size: 35px;
		line-height: 65px;
	}
	.cusList strong {
		font-size: 20px;
		line-height: 40px;
	}
	.cusList-1 li {
		font-size: 16px;
		line-height: 38px;
		font-weight: 400;
	}
	.cusList-1 ol strong {
		font-size: 20px;
		line-height: 38px;
	}
	h4.ctn_head {
		padding: 76px 80px;
	}
	.main-div .content-box h2 {
		font-size: 25px;
	}
	.secModal iframe {
		height: 600px;
	}
	.vc_custom_heading.Abt_head {
		font-size: 100px !important;
		line-height: 150px !important;
		margin-left: -150px;
	}
	p {
		font-size: 16px;
		line-height: 30px;
	}
	.vc_section.secAbout .vc_row .wpb_column.vc_col-sm-6:last-child .vc_column-inner {
		padding-left: 20px !important;
	}
	.vc_section.secMember {
		padding-bottom: 100px !important;
	}
	.vc_section.secMember h2.vc_custom_heading {
		font-size: 60px !important;
		line-height: 60px !important;
	}
	.vc_section.secMember .vc_row:nth-child(2) {
		margin-bottom: 100px !important;
	}
	section.vc_section.secBlogs {
		padding-bottom: 100px !important;
	}
	section.vc_section.secNewsletter {
		padding-bottom: 100px !important;
	}
	section.vc_section.secAbout {
		padding-bottom: 100px !important;
		padding-top: 100px !important;
	}
	section.vc_section.secAbout_inner .imgStyle .vc_single_image-wrapper {
		height: 360px;
	}
	.cusList ul li {
		font-size: 16px;
		line-height: 30px;
	}
	section.vc_section.secDonateForm {
		margin-top: 100px !important;
		margin-bottom: 50px !important;
	}
	.ft-22 p {
		font-size: 18px;
		line-height: 36px;
	}
	section.vc_section.secDonate_inner .vc_row:first-child {
		padding-bottom: 80px !important;
	}
	section.vc_section.secDonate_inner > .vc_row:nth-child(2) {
		padding: 200px 0 !important;
		margin-bottom: 80px !important;
	}
	section.vc_section.secDonate_inner .vc_row:nth-child(4) {
		padding-bottom: 100px !important;
	}
	section.vc_section.secDonate_inner > .vc_row:nth-child(5) {
		margin-bottom: 80px !important;
	}
	body section.vc_section.secDonate_inner > .vc_row:nth-child(9) {
		margin-top: 80px !important;
	}
	section.vc_section.secEmploy {
		padding-bottom: 50px !important;
	}
	.secEmploy h2 {
		font-size: 40px;
	}
	.secEmploy .cusList p {
		font-size: 20px;
	}
	.navbar-brand {
		top: -37px;
	}
}


@media screen and (max-width: 1199px) {
	button.navbar-toggler {
		display: none;
	}
	header#masthead nav.navbar {
		display: block;
		margin: 0;
	}
	.mega-menu-toggle {
		background: #592671 !important;
		margin-top: -50px;
		margin-bottom: 40px;
	}
	header#masthead nav.navbar ul#mega-menu-primary {
		background: #592375 !important;
		border-radius: 10px !important;
		border: 2px solid #fff !important;
		padding: 10px !important;
		margin-bottom: 40px;
	}
	.navbar-brand {
		top: 0;
		z-index: 99;
	}
	header#masthead .topbar {
		justify-content: space-between;
		margin-bottom: 30px;
		padding: 0 100px;
	}
	header#masthead .topbar .scrhForm form.search-form {
		width: 100%;
	}
	.topbar .cusBtn .vc_general {
		width: 100%;
	}
	section.vc_section {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.vc_custom_heading.Abt_head {
		font-size: 80px !important;
		line-height: 120px !important;
		margin-left: -150px;
		margin-top: 30px !important;
	}
	.vc_section.secMember h2.vc_custom_heading {
		font-size: 50px !important;
		line-height: 60px !important;
		margin-bottom: 60px !important;
	}
	.secMember .vc_row .vc_col-sm-4 .vc_column-inner h4.vc_custom_heading {
		font-size: 20px !important;
		line-height: 30px !important;
		height: 40px;
	}
	.housesBox .vc_column-inner > .wpb_wrapper h4 {
		font-size: 30px;
		line-height: 45px;
	}
	.housesBox .vc_column-inner > .wpb_wrapper {
		padding: 40px 30px;
	}
	h4.ctn_head {
		font-size: 30px;
		line-height: 45px;
		padding: 56px 50px;
	}
	section.vc_section.secHouses {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.secModal .vc_row {
		padding: 50px 30px;
	}
	.secModal iframe {
		height: 500px;
	}
	section.vc_section.secBlogs {
		padding-bottom: 60px !important;
	}
	section.vc_section.secNewsletter br {
		display: none;
	}
	.newsletter .form-control {
		margin-bottom: 20px;
	}
	section.vc_section.secNewsletter {
		padding-bottom: 80px !important;
	}
	section.vc_section.secNewsletter h2.vc_custom_heading {
		font-size: 45px !important;
		line-height: 55px !important;
		margin-bottom: 30px !important;
	}
	.testimonial-item .testimonial-content p {
		font-size: 22px;
		line-height: 35px;
	}
	div#footer-widget .container,
	footer#colophon .container {
		max-width: 100%;
	}
	footer#colophon {
		padding: 30px 20px;
	}
	footer#colophon ul#menu-footer-menu li a {
		font-size: 16px;
	}
	footer#colophon .site-info {
		font-size: 16px;
	}
	.main-div .content-box {
		padding: 20px;
	}
	.main-div .content-box h2 {
		font-size: 22px;
		line-height: 30px;
	}
	section.vc_section.secAbout_inner .imgStyle .vc_single_image-wrapper {
		height: 400px;
	}
	section.vc_section.secAbout_inner {
		padding-bottom: 60px !important;
		padding-top: 60px !important;
	}
	.breadcrumbs h1 {
		font-size: 50px;
		line-height: 70px;
	}
	.teamBox .thumb {
		height: 500px;
	}
	.teamBox .teamInfo {
		height: 500px;
	}
	div#footer-widget ul li {
		font-size: 16px;
		line-height: 30px;
	}
	section.vc_section.secAbout_inner h3.vc_custom_heading {
		font-size: 35px !important;
		line-height: 45px !important;
		margin-top: 50px !important;
	}
	.secFaqs .vc_toggle .vc_toggle_title h2 {
		font-size: 20px;
	}
	.secFaqs .vc_toggle .vc_toggle_title {
		padding: 13px 30px !important;
	}
	section.vc_section.secFaqs {
		padding-bottom: 50px !important;
	}
	section.vc_section.secTestimonials {
		padding-top: 50px !important;
	}
	.breadcrumbs {
		height: 300px;
	}
	section.vc_section.secPolicy,
	section.vc_section.word-sec {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	section#recovery-homes {
		padding-top: 50px !important;
		padding-bottom: 30px !important;
	}
	.secRecovery .sec-houses .main-div .content-box h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.secRecovery .sec-houses .main-div {
		height: 350px;
		margin-bottom: 30px;
	}
	.single-house .container {
		max-width: 95%;
	}
	.secHousesInner .houseGallery .owl-stage .thumb {
		height: 400px;
	}
	.secHousesInner h1 {
		font-size: 35px;
		line-height: 45px;
	}
	.secHousesInner {
		padding-bottom: 50px;
	}
	.virtualModel iframe {
		height: 550px;
	}
	section.vc_section.secPost {
		padding-bottom: 50px !important;
	}
	section.vc_section.secDonateForm {
		margin-top: 50px !important;
	}
	section.vc_section.secDonateForm iframe {
		height: 450px;
	}
	.ft-22 p {
		font-size: 16px;
		line-height: 30px;
	}
	.brd_img .vc_single_image-wrapper.vc_box_border_grey {
		height: 350px;
	}
	section.vc_section.secDonate_inner {
		padding-top: 0 !important;
	}
	section.vc_section.secDonate_inner .vc_row:first-child {
		padding-bottom: 50px !important;
	}
	section.vc_section.secDonate_inner > .vc_row:nth-child(2) {
		padding: 150px 0 !important;
		margin-bottom: 50px !important;
	}
	.infoBox > .wpb_wrapper {
		padding: 30px;
	}
	.infoBox > .wpb_wrapper p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	section.vc_section.secDonate_inner > .vc_row:nth-child(5) {
		margin-bottom: 50px !important;
	}
	.donateBox {
		padding: 12px;
	}
	.donateBox .imgBox h4 {
		font-size: 15px;
		line-height: 20px;
	}
	.donateBox .imgBox .img {
		width: 45px;
		height: 45px;
		padding: 5px;
	}
	.donateBox .ctnBox {
		line-height: 22px;
		font-size: 12px;
	}
	section.vc_section.secDonate_inner h4.vc_custom_heading {
		font-size: 27px !important;
		line-height: 45px !important;
	}
	body section.vc_section.secDonate_inner > .vc_row:nth-child(9) {
		margin-top: 50px !important;
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
	.donateBox .pointBox {
		font-size: 12px;
		line-height: 26px;
	}
	section.vc_section.secContent {
		padding-bottom: 50px !important;
	}
	.secEmploy .cusList p {
		line-height: 40px;
	}
	.sec_Contact ul li {
		font-size: 16px;
	}
	section.vc_section.sec_Contact {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	header#masthead .topbar {
		padding: 0 20px;
	}
	.vc_custom_heading.Abt_head {
		font-size: 60px !important;
		line-height: 80px !important;
		margin-left: -150px;
		margin-top: 20px !important;
	}
	.secMember .vc_row .vc_col-sm-4 .vc_column-inner h4.vc_custom_heading {
		font-size: 17px !important;
		line-height: 26px !important;
		height: 50px;
	}
	.vc_section.secMember .vc_row:nth-child(2) {
		margin-bottom: 70px !important;
	}
	section.vc_section.secAbout {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
	.secDonateForm h1 {
		font-size: 50px;
	}
}



@media screen and (max-width: 960px) {
	.housesBox .vc_column-inner > .wpb_wrapper {
		padding: 30px 20px;
	}
	.housesBox .vc_column-inner > .wpb_wrapper h4 {
		font-size: 25px;
		line-height: 35px;
	}
	.housesBox .vc_column-inner > .wpb_wrapper {
		height: 350px;
	}
	.main-div {
		height: 350px;
	}
	body.home .secBlogs .housesBox .vc_column-inner > .wpb_wrapper h4 {
		line-height: 35px;
	}
	.testimonial-item .testimonial-content p {
		font-size: 20px;
		line-height: 32px;
	}
	footer#colophon ul#menu-footer-menu li:not(:last-child) {
		margin-right: 16px;
	}
	footer#colophon .site-info {
		font-size: 14px;
	}
	footer#colophon ul#menu-footer-menu li a {
		font-size: 14px;
	}
	footer#colophon {
		padding: 30px 0px;
	}
	section.vc_section.secBlogs {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.secModal iframe {
		height: 400px;
	}
	.secModal .vc_row {
		padding: 30px 20px;
	}
	.secBlogs .housesBox .vc_column-inner > .wpb_wrapper {
		justify-content: center;
	}
	.secHousesInner .houseGallery .owl-stage .thumb {
		height: 300px;
	}
	.virtualModel iframe {
		height: 450px;
	}
	.sec_Contact ul li {
		font-size: 13px;
	}
	.secDonateForm h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 767px) {
	header#masthead .topbar {
		padding: 0;
	}
	header#masthead {
		padding: 20px 10px 10px;
	}
	header#masthead nav.navbar ul#mega-menu-primary {
		margin-bottom: 20px;
	}
	.navbar-brand {
		padding: 0;
		margin: 0;
	}
	.mega-menu-toggle {
		margin-bottom: 30px;
	}
	.topbar .cusBtn .vc_general {
		padding: 7px 16px !important;
		font-size: 14px !important;
	}
	header#masthead .topbar .top_icons section#zoom-social-icons-widget-2 ul.zoom-social-icons-list li.zoom-social_icons-list__item:not(:last-child) {
		margin-right: 5px;
	}
	header#masthead .topbar .topbar_btn {
		gap: 9px;
	}
	header#masthead .topbar .top_icons section#zoom-social-icons-widget-2 ul.zoom-social-icons-list {
		margin-right: 5px;
	}
	header#masthead .topbar .scrhForm {
		width: 34%;
	}
	.vc_custom_heading.Abt_head {
		font-size: 50px !important;
		line-height: 60px !important;
		margin-left: 0px !important;
		margin-top: 10px !important;
	}
	section.vc_section {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.secMember .vc_row .vc_col-sm-4 .vc_column-inner .wpb_text_column {
		margin-bottom: 50px !important;
	}
	.housesBox .vc_column-inner > .wpb_wrapper {
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.housesBox .vc_column-inner > .wpb_wrapper h4 {
		font-size: 28px;
		line-height: 45px;
		margin-top: 10px;
	}
	.housesBox .vc_column-inner > .wpb_wrapper {
		height: 300px;
	}
	h4.ctn_head {
		padding: 30px;
		font-size: 25px;
	}

	h4.ctn_head br {
		display: none;
	}
	section.vc_section.secNewsletter h2.vc_custom_heading {
		font-size: 30px !important;
		line-height: 40px !important;
		margin-bottom: 20px !important;
	}
	.newsletter .form-control {
		height: 60px !important;
		padding: 0 32px;
		font-size: 18px;
	}
	section.vc_section.secNewsletter {
		padding-bottom: 50px !important;
	}
	footer#colophon .site-info {
		display: block;
		text-align: center;
	}
	footer#colophon ul#menu-footer-menu {
		justify-content: center;
		margin-top: 15px;
	}
	section#media_image-2 {
		margin-bottom: 40px;
	}
	.ft-2 {
		margin-bottom: 30px;
	}
	div#footer-widget {
		text-align: center;
	}
	.vc_section.secMember h2.vc_custom_heading {
		font-size: 30px !important;
		line-height: 50px !important;
		margin-bottom: 50px !important;
	}
	.breadcrumbs h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.breadcrumbs {
		height: 250px;
	}
	.page-id-370 section.vc_section.secAbout_inner .imgStyle .vc_single_image-wrapper {
		margin-bottom: 40px !important;
	}
	section.vc_section.secAbout div#our_mission_and_vision:first-child {
		flex-direction: column-reverse;
	}
	div#our_mission_and_vision {
		padding: 0 !important;
	}
	div#our_mission_and_vision .imgStyle .vc_single_image-wrapper {
		margin-bottom: 30px !important;
	}
	section.vc_section.secAbout div#our_mission_and_vision:last-child .wpb_text_column {
		margin: 0 !important;
	}
	.teamBox .thumb {
		height: 350px;
	}
	.teamBox .teamInfo {
		height: 350px;
		padding: 30px 20px;
	}
	.teamInfo h3 {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.teamInfo p {
		font-size: 15px;
		line-height: 26px;
	}
	div#membership-application {
		flex-direction: column-reverse;
	}
	div#membership-application h3.vc_custom_heading,
	div#membership-overview h3.vc_custom_heading {
		margin-top: 35px !important;
		font-size: 30px !important;
		line-height: 45px !important;
	}
	.vc_section.secMember .vc_row:nth-child(2) {
		margin-bottom: 10px !important;
	}
	.vc_section.secMember .vc_row:nth-child(2), .vc_section.secMember .vc_row:nth-child(3) {
		margin-bottom: 10px !important;
	}
	.secFaqs .vc_toggle .vc_toggle_title h2 {
		line-height: 30px;
		font-size: 18px;
	}
	.secFaqs .vc_toggle .vc_toggle_title {
		padding: 13px 25px !important;
	}
	section.vc_section.secDonateForm iframe {
		height: 500px;
	}
/* 	section.vc_section.secDonateForm .vc_row .vc_col-sm-7 {
		display: none;
	} */
	.brd_img .vc_single_image-wrapper.vc_box_border_grey {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.infoBox > .wpb_wrapper {
		margin-top: 30px;
	}
	section.vc_section.secDonate_inner .vc_row:nth-child(4) {
		padding-bottom: 50px !important;
	}
	section.vc_section.secDonate_inner > .vc_row:nth-child(5) .wpb_text_column {
		margin-bottom: 50px !important;
	}
	section.vc_section.secDonate_inner .vc_row:first-child {
		padding-bottom: 0 !important;
	}
	section.vc_section.secDonate_inner > .vc_row:nth-child(5) .vc_col-sm-6 .vc_column-inner {
		padding-left: 15px !important;
	}
	.donateBox .pointBox {
		font-size: 16px;
		line-height: 30px;
	}
	.donateBox .ctnBox {
		font-size: 16px;
		line-height: 30px;
	}
	.donateBox .scrollBox {
		height: 100%;
		overflow: hidden;
	}
	.donateBox {
		padding: 30px;
		margin-bottom: 30px;
	}
	section.vc_section.secContent .vc_single_image-wrapper {
		margin-bottom: 30px !important;
	}
	section.vc_section.secContent .cusList ul {
		margin-bottom: 30px;
	}
	.secEmploy h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.job_box .jobs-head h3 {
		font-size: 18px;
		line-height: 20px;
	}
	.job_box .jobs-table h3, .job_box .jobs-table a {
		font-size: 15px;
	}
	section.vc_section.secContent h2.vc_custom_heading {
		font-size: 35px !important;
		line-height: 50px !important;
		margin-bottom: 20px !important;
	}
	.sec_Contact ul {
		display: block;
	}
	.sec_Contact ul li {
		line-height: 50px;
		font-size: 16px;
	}
	#mc_embed_signup {
		width: 100% !important;
	}
	.ft-3 .textwidget ul li {
		justify-content: center;
	}
	.secDonateForm:after {
		width: 100%;
	}
	.secDonate_inner .vc_row .wpb_single_image.brd_img_2, .secDonate_inner .vc_row .wpb_single_image.brd_img {
		text-align: center;
	}
	.secPost .vc_col-sm-12 .row {
		gap: 15px;
	}
}

@media screen and (max-width: 479px) {
	header#masthead .topbar .topbar_btn {
		order: 2;
		flex: 100%;
		display: block;
		margin-top: 5px;
	}
	header#masthead .topbar .scrhForm {
		flex: 50%;
		width: 100%;
	}
	header#masthead .topbar {
		flex-wrap: wrap;
	}
	header#masthead .container-fluid {
		padding: 0;
	}
	header#masthead .topbar .cusBtn .vc_general {
		width: 100% !important;
		display: inline-block;
		line-height: 22px !important;
		text-align: center;
	}
	header#masthead .topbar .topbar_btn .cusBtn {
		display: inline-block;
		width: 49%;
	}
	.navbar-brand {
		width: 50%;
	}
	.mega-menu-toggle {
		margin-top: -40px;
		margin-bottom: 15px !important;
	}
	.vc_custom_heading.Abt_head {
		font-size: 28px !important;
		line-height: 50px !important;
		margin-left: 0px !important;
		margin-top: 10px !important;
	}
	.vc_section.secAbout .vc_row .wpb_column.vc_col-sm-6:last-child .vc_column-inner {
		padding-left: 15px !important;
	}
	.vc_section.secMember {
		padding-bottom: 0px !important;
	}
	.housesBox .vc_column-inner > .wpb_wrapper {
		height: 250px;
	}
	h4.ctn_head {
		line-height: 35px;
		padding: 20px;
		font-size: 22px;
	}
	.secModal .vc_row {
		padding: 5px;
	}
	.secModal iframe {
		height: 300px;
	}
	.secBlogs .housesBox .vc_column-inner > .wpb_wrapper {
		height: 250px;
	}
	.newsletter .wpcf7-submit {
		padding: 12px 50px !important;
		font-size: 16px !important;
	}
	.newsletter .form-control {
		height: 50px !important;
		font-size: 16px;
	}
	.testimonial-item .testimonial-content p {
		font-size: 16px;
		line-height: 30px;
	}
	div#footer-widget {
		padding: 50px 0 20px;
	}
	footer#colophon ul#menu-footer-menu li:not(:last-child) {
		line-height: 40px;
	}
	.teamBox {
		display: block;
	}
	.teamBox .teamInfo {
		width: 100%;
		border-radius: 10px !important;
		transform: translateY(-95%) !important;
		z-index: -1;
		position: absolute;
	}
	.teamBox:hover .teamInfo {
		transform: translatey(0) !important;
		position: relative;
	}
	.teamBox .thumb {
		width: 100%;
	}
	.breadcrumbs h1 {
    font-size: 30px;
		line-height: 50px;
	}
	.secHousesInner h1 {
		font-size: 25px;
		line-height: 35px;
	}
	.single-house .container {
		max-width: 100%;
	}
	.secHousesInner .houseGallery .owl-nav button {
		width: 40px;
		height: 40px;
		border: 2px solid #fff !important;
		font-size: 18px !important;
	}
	.secHousesInner .houseGallery .owl-nav button.owl-prev {
		left: -13px;
	}
	.secHousesInner .houseGallery .owl-nav button.owl-next {
		right: -13px;
	}
	.secHousesInner .houseGallery .owl-nav {
		top: 47%;
	}
	.breadcrumbs {
		height: 200px;
	}
	.page-id-464 .breadcrumbs:after {
		font-size: 30px;
		line-height: 1.5;
	}
	.job_box .jobs-table .jobs-ctn {
		display: block;
	}
	.secDonateForm h1 {
		font-size: 28px;
	}
	section.vc_section.secDonate_inner h4.vc_custom_heading {
		font-size: 20px !important;
	}
}




/* Text To Speech */
.articulate-area {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #592375 !important;
    transform: translate(0, -50%);
}
.articulate-area button, .articulate-area input {
    border: 0;
    color: #fff !important;
    z-index: 99;
    align-content: center;
    height: 50px;
    width: 50px;
    font-size: 23px;
    outline: none !important;
    transition: 0.5s;
    background: #0000;
}
.articulate-area button:hover, .sto_wraper:hover {
    transform: scale(1.08);
    transition: 0.5s;
}
.articulate-area button img {
    filter: invert(100%) sepia(0%) saturate(7487%) hue-rotate(29deg) brightness(100%) contrast(104%);
    /*     padding-left: 10px; */
}
.sto_wraper {
    position: relative;
    background: #0000;
    transition:0.5s;
}

.sto_wraper input {
    font-size: 0;
    position: relative;
    z-index: 999;
    background: transparent;
}
.sto_wraper:before {
    content: "\f04c";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 20px;
}
.btn_Wrapper {
    display: flex;
    gap: 0px;
}
.btn_Wrapper button {
    border-right: 1px solid #ffffff26;
}
