/*
Theme Name: WP Bootstrap Starter
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
--------------------------------------------------------------*/

#masthead .navbar-nav > li:hover ul.dropdown-menu {
  display: block !important;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  overflow-x: hidden;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

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;
	font-family: "Quicksand";
}
h1 {
	font-size: 56px;
	line-height: 56px;
	margin: 0 0 18px !important;
	color: #1B4D89;
	padding: 0;
	font-weight: 600;
}
h2 {
	font-size: 42px;
	line-height: 48px;
	color: #000000;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 18px;
  line-height: 30px;
  color: #282828;
  font-weight: 600;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
	font-size: 24px;
	line-height: 36px;
	color: #4D4D4D;
}

p, span, ul, li, a, strong, b, small {
	font-family: "Nunito";
}
h1.entry-title {
/*   font-size: 1.31rem; */
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

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

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #masthead .navbar-nav > li:hover ul.dropdown-menu {
  display: block !important;
} */
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    margin-bottom: 0;
    background-color: #3373AE;
    padding: 30px 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #ffffff21;
    border-top: 1px solid #ffffff21;
}

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

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

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

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

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

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

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff;
    padding: 0 16px;
    font-weight: 500;
    font-size: 16px;
    transition: all linear 0.3s;
}

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

.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: 0;
  padding-top: 0;
}

.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: 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%;
  }
}

/* //=======================================================
		search baar hover css
//====================================================== */



.sec-search{
    display: flex;
    align-items: center;
    width: 8%;
    justify-content: space-between;
}
.cstm-search-form {
 
    display: block;
    text-align: end;
    top: 11px;
	margin-right:-20px;
}
.hs-form {
    display: none;
}

.sec-search .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: 9;
    display: none !important;
    top: 38px;
}
.sec-search .search-form {
    display: flex;
    align-items: center;
}
.sec-search .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
	height: 45px;
    padding: 0px 22px;
    border: border: 1px solid #f592f4;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    background: #c21117;
    height: 45px;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    width: 120px;
    border: 1px solid #fff;
    border-radius: 35px;
}

i.fas.fa-search {
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.fas{
	font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */

/* //=======================================================
		Header CSS
//====================================================== */

#masthead .navbar-brand {
    margin: 0;
    padding: 0;
}

.cstm-search-form {
    margin: 0;
    text-align: left;
}

.cstm-search-form a {
    padding: 0;
}

.cstm-search-form a i {
    padding: 0 !important;
    color: #5DC403 !important;
}

.join-btn a {
    background: #5DC403;
    color: black;
    transition: all linear 0.3s;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 30px;
    border-radius: 50px;
    text-decoration: none;
}

.join-btn a i {
    background: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 15px;
    transition: all 
linear 0.3s;
    transform: rotate(-35deg);
}

.join-btn a:hover {
    background: white;
}

.join-btn a:hover i {
    background: #5dc403;
    color: white;
    transform: rotate(0deg);
}

.teammember_wrap a {
    background: #6DB784 !important;
}

.teammember_wrap a:hover {
    background: white !important;
}

.teammember_wrap a:hover i {
    background: black;
}

.hdr-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.join-btn {
    position: relative;
}

.join-btn::before {
    content: '';
    position: absolute;
    background: #4781B6;
    width: 1px;
    height: 51px;
    left: -10px;
    top: 8px;
}

#masthead #menu-main-menu li:nth-child(1) a {
    padding-left: 0;
}

#masthead #menu-main-menu li:nth-child(8) a {
    padding-right: 0;
}

#masthead .dropdown-menu {
    background: #5a98c5;
    padding: 10px 20px;
    min-width: 13.5rem;
    border-radius: 8px;
}

#masthead .dropdown-menu a {
    padding: 0;
    color: white;
    text-transform: capitalize;
}

#masthead .dropdown-menu a:hover {
    color: white;
}

.cstm-search-form .search-form .search-submit {
    background: #5dc403 !important;
    border-color: #5dc403 !important;
}

.cstm-search-form .hs-form {
    top: 70px;
}

/* //=======================================================
		Header CSS
//====================================================== */


.Heroslider_wrap {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.Heroslider_wrap h1 {
    font-size: 80px;
    line-height: 82px;
    letter-spacing: -2px;
    color: white;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.Heroslider_wrap p {
    font-size: 22px;
    line-height: 28px;
    color: white;
    width: 90%;
    margin: 32px auto 48px;
}

.Heroslider_wrap .join-btn {
    width: 170px;
    margin: 0 auto;
}

.Heroslider_wrap .join-btn::before {
    display: none;
}

#Hero-Banner {
    padding-top: 315px;
    padding-bottom: 190px;
}

#hero_slider .owl-nav {
    display: block;
}

#hero_slider .owl-nav button {
    height: 80px;
    width: 80px;
    font-size: 22px;
    background: #ffffff1c !important;
    border-radius: 50px;
    color: white;
    transition: all linear 0.3s;
    position: absolute;
    top: 35%;
}

#hero_slider .owl-nav .owl-prev {
    left: 5%;
}

#hero_slider .owl-nav .owl-next {
    right: 7%;
    background: #1a539569;
}

#hero_slider button:focus {
    outline: none;
}

.teammember_wrap {
    text-align: center;
    position: relative;
}

.team_thumbnail {
    overflow: hidden;
}

.team_thumbnail img:hover {
    transform: scale(1.1);
}

.team_thumbnail img {
    transition: all linear 0.3s;
}

.teammember_wrap .join-btn::before {
    display: none;
}

.teammember_wrap p {
    margin: 0 auto 8px;
    font-size: 14px;
    line-height: 22px;
    color: #5F6980;
    width: 85%;
}

.teammember_wrap .join-btn a {
    padding: 12px 12px 12px 22px;
}

.teammember_wrap .join-btn {
    width: 255px;
    margin: 20px auto 40px;
}

/* .teammember_wrap .join-btn a:hover i {
    background: white;
    color: black;
} */

.teammember_wrap .join-btn a:hover {
    box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
}

.teammember_wrap h4 {
    margin-top: 20px;
}

#home-sect2 {
    padding-top: 60px;
    padding-bottom: 100px;
}

#teammember_carousel .owl-dots {
    display: none;
}

#home-sect3 .join-btn::before {
    display: none;
}

.twobtn_wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 40px 0 35px;
}

#home-sect3 .join-btn a:hover {
    box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
}

.btn2 a {
    color: #1B4D89;
    font-weight: bold;
    font-size: 22px;
    text-decoration: underline;
}

#home-sect3 .join-btn a {
    font-size: 22px;
}

#home-sect3 {
    padding-bottom: 105px;
    padding-top: 0;
}

.discover_wrap {
    position: relative;
    overflow: hidden;
}

.discover_wrap .wpb_wrapper {
    position: relative;
}

.discover_wrap .wpb_wrapper::before {
    content: '';
    position: absolute;
    background: #b8d033c2;
    width: 100%;
    height: 0;
    border-radius: 12px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
}

.discover_wrap h2 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 2;
    color: #000;
    transition: all 0.4s ease-in-out;
}

.discover_wrap:hover .wpb_wrapper::before {
    height: 100%;
    top: 0;
    transform: translateY(0);
}

.discover_wrap:hover h2 {
    opacity: 1;
    transform: translateY(-50%) scale(1.05);
}


#home-sect4 {
    padding-top: 100px;
    padding-bottom: 80px;
}

#home-sect4 .vc_row:nth-child(1) {
    padding-bottom: 56px;
}

#home-sect5 h1 {
    color: white;
    font-size: 80px;
    line-height: 82px;
    margin: 0 0 20px;
}

#home-sect5 p br {
    display: none;
}

#home-sect5 p {
    color: white;
}

#home-sect5 #Cstm-Btn {
    margin-top: 30px;
}

#Cstm-Btn a {
    font-size: 18px;
    padding: 10px 45px 10px 25px;
    border-radius: 40px;
    background: white;
    color: black;
    border: unset;
    transition: all linear 0.3s;
    font-weight: 600;
}

#Cstm-Btn a i {
    font-size: 15px;
    background: #1B4D89;
    width: 28px;
    height: 28px;
    border-radius: 40px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.3s;
    transform: rotate(-35deg);
    right: 10px;
    top: 8px;
}

#Cstm-Btn a:hover {
    background: #5dc403;
}

#Cstm-Btn a:hover i {
    transform: rotate(0deg);
    background: white;
    color: black;
}

#home-sect5 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.image_hover .vc_single_image-wrapper {
    overflow: hidden;
}

.image_hover img {
    transition: all linear 0.3s;
}

.image_hover img:hover {
    transform: scale(1.1);
}

.stories_timeline i {
    color: black;
    font-size: 18px;
    background: #54B003;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.stories_timeline p {
    color: black;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: 'Quicksand' !important;
}

.stories_timeline small {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Quicksand';
    color: #313131;
    line-height: normal;
}

.stories_timeline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.stories_wrap h4 {
    color: black;
    font-size: 20px;
    margin: 18px 0 16px;
    font-weight: 600;
}

p.stories_para {
    color: #313131;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 18px;
}

.stories_wrap a {
    font-size: 18px;
    color: black;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.stories_wrap a i {
    width: 35px;
    height: 35px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transform: rotate(-35deg);
}

.stories_main {
    background: #5DC403;
    border-radius: 12px;
    padding: 16px 40px;
    margin: 0;
    position: absolute;
    bottom: 30px;
    width: 90%;
    left: 40px;
}

#home-sect6 .vc_row:nth-child(1) {
    padding-bottom: 50px;
}

#home-sect6 {
    padding-top: 100px;
    padding-bottom: 105px;
}

#home-sect7 .vc_row {
    background: #1B4D89;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 30px;
}

#home-sect7 .vc_row p {
    color: white;
    padding: 16px 0 32px;
}

#Cstm-Btn1 a {
    font-size: 22px;
    padding: 12px 55px 12px 30px;
    border-radius: 40px;
    background: #5DC403;
    color: black;
    border: unset;
    transition: all 
linear 0.3s;
    font-weight: 600;
}

#Cstm-Btn1 a i {
    font-size: 17px;
    background: white;
    width: 38px;
    height: 38px;
    border-radius: 40px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 
linear 0.3s;
    transform: rotate(-35deg);
    right: 10px;
    top: 8px;
}

#Cstm-Btn1 a:hover {
    background: white;
    box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
}

#Cstm-Btn1 a:hover i {
    background: #5dc403;
    transform: rotate(0deg);
}

#home-sect7 {
    padding-bottom: 100px;
}

#testimonial_sect .vc_row:nth-child(1) p {
    padding: 0 0 65px;
    color: white;
}

.Testimonial_thumnail img {
    max-width: 558px;
}

.testimonial_wrap {
    background: white;
    padding: 30px;
    border-radius: 19px;
    width: 85%;
    /* margin: -320px 0 0 120px; */
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 100px;
    z-index: 9999;
}

.testimonial_reviews i {
    color: #FF9500;
    font-size: 20px;
}

.testimonial_reviews {
    margin-bottom: 30px;
}

.testimonial_wrap h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px;
    color: black;
    font-weight: bold;
}

.testimonial_wrap p {
    color: #595959 !important;
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.testimonial_details {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
}

.testimonial_details img {
    max-width: 53px;
}

.testimonial_details h5 {
    margin: 0;
    color: #5DC403;
    font-size: 30px;
    font-weight: 600;
}

#testimonial_sect {
    padding-top: 90px;
    padding-bottom: 90px;
}

.TestimonialMain {
    padding-bottom: 50px;
}

#testimonial_carousel .owl-nav {
    padding-top: 60px;
    display: flex;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 65px;
}

#testimonial_carousel .owl-nav button {
    width: 80px;
    height: 80px;
    font-size: 25px;
    background: #ffffff26;
    border-radius: 60px;
    color: white;
}

#testimonial_carousel button:focus {
    outline: none;
}










/* ==================================== Footer CSS ==================================== */

h3.widget-title {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 18px;
    font-weight: 700;
    font-family: "Quicksand";
    color: black;
}

#footer-widget .nav-link {
    font-size: 18px;
    padding: 0 0 16px;
    color: black;
    transition: all linear 0.3s;
    text-decoration: none;
}

#footer-widget .nav-link:hover {
    color: #5dc403;
    background: white;
}

.social_details i {
    font-size: 25px;
    color: black;
}

.social_details {
    display: flex;
    align-items: center;
    gap: 14px;
}

.phonefax {
    gap: 55px;
    margin-bottom: 20px;
}

.social_details h5 {
    color: black;
    font-size: 17px;
    margin: 0;
    font-weight: bold;
    font-family: "Nunito";
}

.social_details a {
    font-size: 17px;
    color: #5DC403 !important;
    text-decoration: none;
}

.social_details .phone_wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

#footer-widget #nav_menu-2 {
    margin: 0 0 12px;
}

#footer-widget section {
    margin: 0;
}

#footer-widget #text-2 .textwidget h6 {
    font-size: 24px;
    margin: 0 0 16px;
    font-weight: 600;
    color: black;
}

#footer-widget #text-2 h3 {
    font-size: 28px;
}

#footer-widget #text-2 .textwidget {
    background: #5DC403;
    padding: 32px 32px 115px;
    border-radius: 12px;
}

.news_letter input {
    background: #8EDA4A;
    border: unset;
    height: 52px;
    color: #2E2E2E;
    font-size: 17px;
    border-radius: 6px 0 0 6px;
    padding: 8px 24px;
    width: 100%;
}

.news_letter input::placeholder {
    color: #2E2E2E;
    text-transform: capitalize;
}

.news_letter p {
    margin: 0;
}

.news_letter br {
    display: none;
}

.news_letter .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 30px;
}

.news_letter .arrow-btn {
    padding: 0;
    background: black;
    border: unset;
    height: 52px;
    width: 64px;
    font-size: 22px;
    position: absolute;
    right: 14px;
    top: 0;
    border-radius: 0 6px 6px 0;
}

.news_letter .form-control:focus {
    color: #2E2E2E;
    background-color: #8EDA4A;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

.news_letter {
    margin-bottom: 60px;
}

#footer-widget #text-2 .textwidget p {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin: 0;
	font-weight: 500;
}

.site-info {
    font-size: 18px;
    color: #0A142F;
    margin: 0;
    padding: 0;
}

ul#menu-terms-privacy {
    flex-direction: row !important;
    justify-content: center;
    gap: 35px;
}

ul#menu-terms-privacy a {
    padding: 0 !important;
}

ul#menu-social-menu {
    flex-direction: row !important;
    align-items: center;
    justify-content: right;
    gap: 20px;
}

ul#menu-social-menu a {
    padding: 0 !important;
}

ul#menu-social-menu a i {
    width: 35px;
    height: 35px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 16px;
    transition: all linear 0.3s;
}

ul#menu-social-menu a i:hover {
    background: #5dc403;
    color: black;
}

.row.footer-bottom {
    align-items: center;
    padding-top: 24px;
    margin-top: 30px;
    border-top: 1px solid #D7F0C0;
}

#footer-widget {
    padding-top: 100px;
    padding-bottom: 13px;
    background: white !important;
}

footer#colophon {
    display: none;
}

/* ==================================== Footer CSS ==================================== */




/* ==================================== Meeting Calendar CSS ==================================== */

.event-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.event-calendar {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.event-calendar th {
    color: #949499;
    padding: 0 0 20px;
    font-size: 14px;
    font-family: 'Quicksand';
    font-family: "Nunito";
}

.event-calendar td {
    border: unset;
    /* width: 60px; */
    /* height: 50px; */
}

.event-calendar a {
    text-decoration: none;
    color: #292A34;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Nunito';
    border: 1px solid #EDEDED;
    width: 100%;
    height: 70px;
    display: flex;
    padding: 10px 0 0 14px;
    border-radius: 0px;
	transition: 0.3s;
}

.event-calendar a:hover {
    background: #e8ebefa1;
}

.calendar-date.active {
    background: #5DC403 !important;
    color: #fff !important;
}

.calendar-arrow {
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    color: #292A34;
    transition: all linear 0.2s;
}

#Meeting-Sect {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #5DC403;
}

.event-left {
    width: 55%;
}

.event-right {
    width: 42%;
    background: white;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
}

#current-month {
    font-size: 23px;
    line-height: 33px;
    font-weight: bold;
    padding: 0 0 40px !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    color: #292A34;
}


.calendar-arrow:hover {
    color: #5dc403;
}

.meetting_thumbnail img {
    max-width: 220px;
    border-radius: 18px;
}

.metting_content h2 {
    color: white;
    font-size: 52px;
    line-height: 58px;
    margin: 0 0 8px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.metting_content h4 p {
    font-family: 'Quicksand';
    font-size: 27px;
    line-height: normal;
    margin: 0;
    padding: 0;
    color: white;
}

.metting_details {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

div#event-details p {
    margin: 0 0 12px;
}

.event-card p {
    color: white;
    font-size: 22px;
    line-height: 30px;
    width: 85%;
}

.metting_shedule {
    margin-top: 45px;
}

.metting_shedule p {
    color: white;
    font-size: 22px;
}

.metting_shedule p i {
    margin-right: 15px;
}

.event-left h5 {
    font-size: 22px;
    line-height: 30px;
    margin: 18px 0 28px;
    color: white;
    font-family: "Nunito";
    font-weight: bold;
}

.event-left a {
    font-size: 22px;
    padding: 12px 11px 12px 30px;
    color: black;
    background: white;
    border-radius: 50px;
    font-weight: 600;
    transition: all linear 0.3s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.event-left a i {
    font-size: 18px;
    padding: 8px 9px;
    background: #5dc403;
    color: white;
    border-radius: 30px;
    margin-left: 5px;
}

.event-left h1 {
    font-size: 52px;
    line-height: 58px;
    margin: 0 0 50px !important;
    padding: 0;
    color: white;
}

.event-card {
    padding-bottom: 12px;
}

/* ==================================== Meeting Calendar CSS ==================================== */


#hero_slider .owl-dots {
    display: none;
}


/* <!---------------------------------- 	breadcrumb ----------------------------------> */

.custom-breadcrumb {
    background: url(https://geeksroots.com/test/wp-content/uploads/2025/11/breadcrumb_bg.png) no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.custom-breadcrumb h1 {
    font-size: 72px;
    padding: 100px 0 5px;
    line-height: normal;
    margin: 0 !important;
    color: white;
    text-align: center;
}

.breadcrumb-trail {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    gap: 8px;
    flex-wrap: wrap;
    background: #ffffff17;
    padding: 10px 28px;
    border-radius: 50px;
    width: 320px;
    margin: 0 auto;
}

.breadcrumb-trail a, .breadcrumb-trail span {
    font-size: 20px;
    line-height: 30px;
    color: white;
    text-decoration: none;
    font-family: 'Quicksand';
    font-weight: 600;
}

/* <!---------------------------------- 	breadcrumb ----------------------------------> */


#aboutus-sect1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#aboutus-sect1 .vc_row:nth-child(1) {
    padding-bottom: 65px;
}

#member_img {
    position: absolute;
    top: 40px;
    left: 0;
}

#aboutus-sect2 h1 {
    margin: 0 0 24px;
}

#aboutus-sect2 .vc_row:nth-child(2) {
    padding-top: 48px;
    padding-bottom: 100px;
}

#aboutus-sect3 .vc_row:nth-child(1) {
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 auto 100px;
    background: #E8EDF3;
    border-radius: 30px;
    width: 95%;
}

#aboutus-sect3 p {
    font-size: 20px;
    line-height: normal;
}

.hvtxt {
    font-size: 40px;
    line-height: normal;
    margin: 0 0 12px;
    color: #1B4D89;
    font-weight: bold;
}

#about-sect4 p {
    font-size: 20px;
    line-height: normal;
}

#about-sect4 .vc_row:nth-child(2) h1 {
    margin: 65px 0 0 !important;
}

.Vicki_txt {
    background: #1B4D89;
    width: 240px;
    height: 60px;
    margin: 0 0 60px !important;
    padding: 0;
    color: white;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
}

#aboutus-sect5::before {
    content: '';
    background: #E8EDF3;
    width: 100%;
    height: 420px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 30px;
    bottom: 70px;
}

#aboutus-sect5 {
    padding-top: 115px;
}

#aboutus-sect5 p a {
    color: #4D4D4D;
    text-decoration: underline;
}

.about-sect5::before {
    height: 480px !important;
    bottom: 40px !important;
}

#ourclients_sect .vc_row:nth-child(1) {
    background: #1B4D89;
    padding-top: 60px;
    padding-bottom: 40px;
    border-radius: 30px 30px 0px 0px;
    margin-top: 100px;
}

#ourclients_sect .vc_row:nth-child(2) {
    background: #1B4D89;
    padding-bottom: 70px;
    border-radius: 0px 0px 30px 30px;
    position: relative;
    top: -1px;
}

#ourclients_sect .vc_row:nth-child(1) h1 {
    margin: 0 !important;
}


/* <!---------------------------------- Programs Page ----------------------------------> */

#programs_sect .event-left h1, #programs_sect .metting_content h2 {
    color: #1B4D89;
}

#programs_sect #event-details p, #programs_sect #event-details h5 {
    color: #242424;
}

#programs_sect .metting_shedule p {
    color: #1B4D89 !important;
    font-weight: 500;
}

#programs_sect .event-left a {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#programs_sect .event-card {
    padding-bottom: 30px;
}

#programs_sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* <!---------------------------------- Programs Page ----------------------------------> */


#programs-sect1 .vc_row {
    background: #E8EDF3;
    border-radius: 30px;
    padding: 100px 50px;
}

#programs-sect1 #Cstm-Btn1 {
    margin-top: 70px;
}

.program_btn a {
    background: #6DB784 !important;
    font-size: 18px !important;
    padding: 12px 50px 11px 25px !important;
}

.program_btn a i {
    width: 30px !important;
    height: 30px !important;
    font-size: 15px !important;
}

.program_btn a:hover {
    background: white !important;
}

.program_btn a:hover i {
    background: black !important;
    color: white !important;
}

#programs-sect2 h2 {
    font-size: 30px;
    margin: 16px 0 25px;
    line-height: normal;
    color: #1B4D89;
    font-weight: 600;
}

#programs-sect2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#programs-sect3::before {
    content: '';
    position: absolute;
    background: #E8EDF3;
    width: 100%;
    height: 507px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    border-radius: 30px;
    bottom: 90px;
}

#programs-sect4 h2, #programs-sect5 h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 25px;
    font-weight: bold;
}

#programs-sect4 {
    padding-top: 75px;
    padding-bottom: 75px;
}

#programs-sect4 p {
    font-size: 20px;
    line-height: normal;
}

#programs-sect5 ul li, #programs-sect7 ul li {
    font-size: 20px;
    margin: 0 0 25px;
    color: #4D4D4D;
    font-weight: 500;
}

#programs-sect5 ul {
    padding: 0px 0 40px 20px;
}

#programs-sect5 ul li::marker {
    color: #4D4D4D;
}

#programs-sect5 .vc_col-sm-8 {
    padding-left: 20px;
}

#programs-sect5 {
    padding-top: 140px;
    padding-bottom: 100px;
}

#programs-sect6 .vc_row {
    background: #1B4D89;
    padding: 60px 80px;
    border-radius: 30px;
}

#programs-sect6 .vc_row p {
    color: white;
    font-size: 20px;
    line-height: normal;
}

#programs-sect6 .vc_row h1 {
    margin: 0 0 30px;
}

#programs-sect7 ul {
    padding: 35px 0px 40px 0;
    list-style: none;
}

#programs-sect7 ul li {
    position: relative;
    margin-left: 30px;
}

#programs-sect7 ul li::before {
    content: '';
    position: absolute;
    background: #4D4D4D;
    width: 15px;
    height: 15px;
    border-radius: 40px;
    left: -25px;
    top: 7px;
}

#programs-sect7 {
    padding-top: 100px;
}

.toolshding {
    padding-bottom: 18px;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    letter-spacing: -2px;
    margin: 0 !important;
}

#toolssect1::before {
    content: '';
    background: #E8EDF3;
    width: 100%;
    height: 470px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70px;
    border-radius: 30px;
}

#toolssect1 {
    padding-bottom: 100px;
}


/* <!---------------------------------- Shop Page CSS ----------------------------------> */

.custom-product-card {
    display: flex;
    align-items: center;
    background: #1B4D89;
    gap: 20px;
    padding: 15px 25px;
    border-radius: 10px;
}

li.product.type-product {
    margin-right: 30px !important;
    width: 31.111% !important;
    margin-bottom: 35px !important;
}

h3.product-title {
    padding: 0 0 8px !important;
    font-size: 16px !important;
    color: white !important;
    line-height: normal;
}

h3.product-title a {
    color: #fff;
    font-weight: bold;
    font-family: 'Quicksand' !important;
}

p.short-desc {
    margin: 0 0 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: white;
}

.price {
    margin: 0 0 20px !important;
    color: white !important;
    font-size: 16px !important;
}

a.add-to-cart-btn {
    font-size: 15px;
    padding: 8px 8px 8px 20px;
    background: white;
    color: black;
    font-weight: 600;
    transition: all 
linear 0.3s;
    border-radius: 40px;
}

a.add-to-cart-btn i {
    padding: 5px 6px;
    font-size: 13px;
    background: #1b4d89;
    color: white;
    border-radius: 40px;
    transition: all linear 0.3s;
    margin-left: 2px;
}

.product-left img {
    margin: 0 !important;
}

#ourshop-sect .vc_row:nth-child(1) h1 {
    margin: 0 0 20px;
}

#ourshop-sect .vc_row:nth-child(1) {
    padding-bottom: 50px;
}

#ourshop-sect {
    padding-top: 100px;
}

/* <!---------------------------------- Shop Page CSS ----------------------------------> */

.page-id-24 .breadcrumb-trail {
    width: 390px;
}

#Community-sect1 h1 {
    margin: 0 0 30px;
}

#Community-sect1 p {
    font-size: 23px;
    line-height: 33px;
}

#Community-sect1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.galleryguest_content h2 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: white;
    font-weight: 600;
}

.galleryguest_content {
    background: #1B4D89;
    padding: 30px 25px 25px;
    border-radius: 0 0 12px 12px;
}

.galleryofguest_wrap img {
    border-radius: 12px 12px 0 0;
}

.galleryguest_content p {
    margin: 0;
}

.galleryguest_content ul {
    padding: 16px 0 40px 18px;
    margin: 0;
    color: white;
    position: relative;
}

.galleryofguest_wrap .post-date {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Quicksand';
    color: white;
    line-height: normal;
}

.galleryguest_content ul::before {
    content: '';
    position: absolute;
    background: white;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 24px;
}

.galleryguest_content ul::after {
    content: '';
    position: absolute;
    background: white;
    width: 60px;
    height: 3px;
    left: 0;
    bottom: 21px;
}

#galleryofguest_slider .owl-dots, #galleryofguest_slidercopy .owl-dots {
    display: none;
}

#galleryofguest_slider {
    padding-top: 50px;
    padding-bottom: 50px;
}

#Community-sect2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.comunitysect_img .discover_wrap img {
    width: 100%;
}

#Membership-sect1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#Membership-sect2 .vc_row {
    background: #E8EDF3;
}

#Membership-sect2 .vc_row:nth-child(1) {
    padding: 100px 100px 60px 100px;
    border-radius: 30px 30px 0px 0px;
}

#Membership-sect2 .vc_row:nth-child(2) {
    padding: 0 100px 100px 100px;
    border-radius: 0px 0px 30px 30px;
}

.membertxthd {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 14px;
    font-weight: bold;
}

#Membership-sect2 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.membrcol {
    align-items: baseline !important;
    margin-top: 24px;
}

#Membership-sect3 p, #Membership-sect3 li {
    font-size: 20px;
    line-height: 30px;
    color: white;
    font-weight: 500;
}

#Membership-sect3 li {
    margin: 0 0 40px 30px;
    font-weight: bold;
    position: relative;
}

#Membership-sect3 .membertxthd {
    margin: 0 0 25px;
}

#Membership-sect3 .vc_row {
    background: #1b4d89;
}

#Membership-sect3 .vc_row:nth-child(1) {
    padding: 100px 70px 0;
    border-radius: 30px 30px 0px 0px;
}

#Membership-sect3 .vc_row:nth-child(2) {
    border-radius: 0px 0px 30px 30px;
    padding: 0px 70px 100px;
}

#Membership-sect3 .vc_row:nth-child(2) .vc_col-sm-12 {
    padding-top: 33px;
    margin-top: 60px;
    border-top: 1px solid #fff;
}

#Membership-sect3 ul {
    padding: 10px 0 0 0;
    list-style: none;
}

#Membership-sect3 li::before {
    content: '';
    position: absolute;
    background: white;
    width: 18px;
    height: 18px;
    left: -30px;
    top: 6px;
    border-radius: 30px;
}

#Membership-sect3 {
    padding-top: 100px;
}

.membershipsect3copy .vc_row {
    background: #E8EDF3 !important;
}

.membershipsect3copy .vc_row p, .membershipsect3copy .vc_row li {
    color: #4D4D4D !important;
}

.membershipsect3copy .vc_row li::before {
    background: #000000 !important;
}

.membershipsect3copy .vc_row:nth-child(2) .vc_col-sm-12 {
    border-top: 1px solid #1b4d89 !important;
}

.contact-form p {
    margin: 0;
}

.contact-form label {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 12px;
    color: #14004C;
}

.contact-form input, .contact-form textarea {
    background: #F6F6F6;
    border-color: #F6F6F6;
    height: 50px;
    margin: 0 0 35px;
    border-radius: 5.36px;
}

.contact-form textarea {
    height: 120px;
}

.contact-form .wpcf7-submit {
    font-size: 24px;
    padding: 12px 40px;
    height: auto;
    background: #5DC403;
    border: unset;
    color: black;
    font-weight: 600;
    border-radius: 30px;
    position: relative;
    margin: 0;
}

.contact-form {
    padding-top: 35px;
}

#Contact_us_sect .vc_col-sm-6:nth-child(1) .vc_column-inner {
    background: #f6f6f6;
    margin-left: 15px;
    width: 96%;
    padding: 80px 70px 100px;
    border-radius: 20px;
}

#Contact_us_sect p {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
}

.contact-info .phoneinfo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.contact-info p {
    margin: 0;
    font-size: 18px !important;
    line-height: 20px !important;
    color: #14004C;
}

.contact-info i {
    width: 46px;
    height: 46px;
    font-size: 18px;
    background: #1b4d89;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4.17px;
}

.contact-info a {
    font-size: 12px;
    text-decoration: none;
    color: #14004C;
    display: block;
    line-height: inherit;
}

.contact-info {
    padding: 85px 0;
}

.contact-info .phoneinfo:nth-child(2) {
    margin: 0;
}

#Contact_us_sect .wpb_raw_code {
    margin: 0;
}

.social-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 48px;
}

.social-link h2 {
    margin: 0;
    color: #1B4D89;
    font-weight: bold;
    padding: 0;
}

.social-link a i {
    width: 33px;
    height: 33px;
    background: #1b4d89;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: 0.5s;
    color: white;
}

.social-link a i:hover {
    background: #5DC402;
    color: black;
}

.social-link a {
    text-decoration: none;
}

.social-link div {
    display: flex;
    gap: 6px;
}

#Contact_us_sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-form .form-control:focus {
    color: #4D4D4D;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    outline: 0;
    box-shadow: none;
}

#testimonial_carousel .owl-dots {
    display: none !important;
}

/* <!---------------------------------- Responcive CSS ----------------------------------> */



/* <!---------------------------------- BLogs Sect CSS ----------------------------------> */

#blog_category_wrap ul {
    padding: 50px 0 70px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
    justify-content: center;
}


#blog_category_wrap ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #1B4D89;
    font-weight: 600;
}

#blogs_search {
    padding-bottom: 100px;
    max-width: 1056px;
    margin: 0 auto;
}

#blogs_search .is-search-input {
    background: #FAFAFA;
    padding-left: 15px;
    position: relative;
    color: #88888C;
    font-size: 17px !important;
}

#blogs_search .is-search-input::placeholder {
    color: #88888C;
}

.blogs_profile {
    overflow: hidden;
}

.blogs_profile img {
    transition: all linear 0.3s;
}

.blogs_profile img:hover {
    transform: scale(1.1);
}

.blogs-data {
    padding: 16px 40px 25px;
    background: #5DC403;
    border-radius: 12px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
}

.blogs-data h2 {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 16px;
    font-weight: 600;
}

.blogs-data h6 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 18px;
    color: #313131;
    height: 110px;
    overflow: hidden;
}

.blogs-data a {
    font-size: 18px;
    padding: 12px 12px 12px 32px;
    transition: all linear 0.3s;
    color: black;
    font-weight: 600;
    background: white;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blogs-data a i {
    background: #5dc403;
    padding: 8px 9px;
    border-radius: 30px;
    margin-left: 12px;
}

#blogs-sect .col-12 {
    margin-bottom: 50px;
}

#blogs-sect {
    padding-top: 100px;
    padding-bottom: 60px;
}

#prodcast_sect .wpb_text_column {
    padding-bottom: 50px;
}

.tax-blog-category .custom-breadcrumb {
    display: none;
}

.tax-blog-category #content {
    padding: 200px 0 0;
}

/* <!---------------------------------- BLogs Sect CSS ----------------------------------> */

.search-results #primary {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 20px;
}

.search-results #secondary {
    display: none;
}

.search-results #primary .entry-header h2 {
    padding: 0 0 10px;
}

.search-results #primary .entry-header h2 a {
    text-decoration: none;
    font-family: 'Quicksand';
    font-weight: 600;
}

.search-results #primary .entry-summary {
    font-size: 18px;
    line-height: 28px;
    color: #4D4D4D;
    font-family: 'Nunito';
}

.search-results .breadcrumb-trail {
    width: 100%;
}

/* <!---------------------------------- Woocommerce CSS ----------------------------------> */

.woocommerce-page .breadcrumb-trail {
    width: 100%;
}

.woocommerce-page #primary {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 100px 0 10px;
}

.woocommerce-page #secondary {
    display: none;
}

h1.product_title.entry-title {
    padding: 0 0 14px !important;
}

.woocommerce-page .price {
    font-size: 25px !important;
    margin: 0 0 12px !important;
    font-weight: 600;
    color: #111 !important;
}

.woocommerce-product-details__short-description p br {
    display: none;
}

.quantity .input-text {
    height: 45px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: white;
    border: 1px solid #999;
    border-radius: 8px;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 500;
}

.single_add_to_cart_button {
    background: #5DC403 !important;
    color: black !important;
    font-weight: 600 !important;
    border-radius: 40px !important;
    padding: 14px 35px !important;
    font-size: 18px !important;
}

.product_meta span, .product_meta a {
    color: black;
    font-size: 20px;
    text-decoration: none;
}

.product_meta a {
    color: #1B4D89;
    font-weight: 600;
}

.woocommerce-tabs ul::before, .woocommerce-tabs ul::after {
    display: none !important;
}

.woocommerce-tabs ul li::before, .woocommerce-tabs ul li::after {
    display: none !important;
}

.woocommerce-tabs ul li {
    background: white !important;
    border: unset !important;
    padding: 12px 30px !important;
    border-radius: 30px !important;
    box-shadow: rgb(149 157 165 / 24%) 0px 8px 24px;
}

.woocommerce-tabs ul {
    padding: 20px 0 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
    margin: 0 !important;
}

.woocommerce-tabs ul li a {
    padding: 0 !important;
}

.woocommerce-tabs ul .active {
    background: #5dc403 !important;
}

.woocommerce-tabs ul .active a {
    color: #000 !important;
}

.woocommerce-tabs ul li a {
    color: black !important;
    font-size: 18px;
}

section.related.products h2 {
    margin: 0px 0 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1b4d89;
}

.related.products .price {
    color: white !important;
}

#commentform .submit {
    padding: 12px 40px !important;
    border-radius: 40px !important;
    background: #5dc403 !important;
    color: black !important;
    font-weight: 500 !important;
}

#commentform .stars a {
    color: #FF9500;
}

.product-left {
    overflow: hidden;
}

.product-left img:hover {
    transform: scale(1.1);
}

.product-left img {
    transition: all linear 0.3s;
}

ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

a.wc-block-components-product-name {
    font-size: 20px;
    color: #1b4d89;
    text-decoration: none;
    font-weight: 600;
}

button.wc-block-components-button {
    background: #5dc403;
    border-color: #5dc403;
    border: unset;
    color: black;
    font-weight: 600;
}

a.wc-block-components-button {
    font-size: 20px;
    background: #5dc403;
    color: black;
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-checkout-place-order-button {
    font-size: 20px;
    padding: 0 !important;
}

a.wc-block-components-checkout-return-to-cart-button {
    color: #1b4d89;
    font-weight: 600;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background: #5dc403;
}

h2.wp-block-heading.has-text-align-center {
    font-weight: 600;
    color: #000000;
}

.wc-block-grid.wp-block-product-new {
    padding-top: 30px;
}

.wc-block-grid__product-title {
    font-size: 24px !important;
    line-height: 34px !important;
    color: #1b4d89 !important;
}

a.wp-block-button__link.add_to_cart_button {
    background: #5dc403;
    color: black;
    font-weight: 600;
    font-size: 18px !important;
    padding: 10px 30px;
}

ul.wc-block-grid__products a {
    text-decoration: none;
}

/* <!---------------------------------- Woocommerce CSS ----------------------------------> */


ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width: 1199px) {
    .hdr-right {
        display: none;
    }
}

@media only screen and (max-width: 1199px){
button.navbar-toggler { background: white; }
#masthead #menu-main-menu { align-items: center; justify-content: center; gap: 10px; margin-top: 15px; } 
.hdr-right { text-align: center; margin: 0 auto; } 
.cstm-search-form { text-align: center; margin: 10px 0 10px; } 
.cstm-search-form a i { font-size: 16px; } 
.join-btn::before { display: none; }
.join-btn a i { width: 26px; height: 26px; font-size: 14px; margin-left: 7px; }
.join-btn a { font-size: 17px; padding: 8px 10px 8px 22px; }
.join-btn { width: 135px; margin: 0 auto; }
.cstm-search-form .hs-form { position: relative !important; width: 100% !important; margin: 10px 0 0; top: 0 !important; }
#masthead .navbar-brand { width: 70%; }
#masthead { padding: 15px 0 !important; }
}

@media screen and (min-width: 450px) and (max-width: 767px) {
#ourshop-sect .product.type-product { margin-right: 0px !important; width: 49% !important; margin-bottom: 25px !important; }
}

@media screen and (min-width: 1px) and (max-width: 768px) { 
#aboutus-sect5 img { padding-bottom: 20px; } 
}

@media screen and (min-width: 1px) and (max-width: 767px) {
.Heroslider_wrap h1 { font-size: 35px; line-height: 42px; margin: 0 !important; }
.Heroslider_wrap p { font-size: 18px; line-height: 27px; width: 100%; margin: 12px auto 20px; }
.Heroslider_wrap .join-btn { width: 155px; }
#hero_slider .owl-nav button { height: 35px; width: 35px; font-size: 15px; top: 24%; }
#hero_slider .owl-nav .owl-next { right: -2%; }
#hero_slider .owl-nav .owl-prev { left: -2%; }
#Hero-Banner { padding-top: 150px; padding-bottom: 60px; }
.teammember_wrap h4 { margin-top: 10px; }
.teammember_wrap p { margin: 0 auto 5px; width: 98%; }
.teammember_wrap .join-btn { width: 225px; margin: 14px auto 20px; }
#home-sect2 { padding-top: 30px; padding-bottom: 25px; }
h1 { font-size: 26px; line-height: 34px; margin: 0 0 6px !important; }
h2 { font-size: 25px; line-height: 34px; }
p { font-size: 17px; line-height: 28px; }
h1 br, p br { display: none; }
div#twobtn_wrapper { display: flex; }
#home-sect3 .join-btn a { font-size: 20px; }
.btn2 a { font-size: 20px; }
.twobtn_wrap { gap: 12px; margin: 20px 0 20px; }
#home-sect3 img { padding-bottom: 20px; }
 #home-sect3 { padding-bottom: 30px; }
.event-left { width: 100%; }
.event-left h1 { font-size: 28px; line-height: 36px; margin: 0 0 20px !important; }
.meetting_thumbnail img { max-width: 200px; }
.metting_content h2 { font-size: 30px; line-height: 36px; margin: 0 0 4px; }
.metting_details { gap: 12px; margin-bottom: 8px; width: 100%; }
.metting_content h4 p { font-family: 'Quicksand'; font-size: 20px; }
.event-card p { color: white; font-size: 17px; line-height: 26px; width: 100%; }
div#event-details p { margin: 0 0 8px; }
.metting_shedule { margin-top: 20px; }
.metting_shedule p { color: white; font-size: 18px; }
.metting_shedule p i { margin-right: 8px; }
.event-left h5 { font-size: 20px; line-height: 28px; margin: 12px 0 25px; font-weight: 600; }
.event-left a { font-size: 18px; padding: 10px 9px 10px 20px; }
.event-left a i { font-size: 15px; padding: 7px 8px; margin-left: 2px; }
#current-month { font-size: 18px; line-height: 28px; font-weight: bold; padding: 0 0 14px !important; }
.calendar-arrow { font-size: 16px; padding: 0 10px; }
.event-calendar th { padding: 0 0 12px; font-size: 13px; }
.event-calendar a { font-size: 14px; height: 40px; padding: 5px 0 0 10px; }
.event-right { width: 100%; border-radius: 12px; padding: 15px; }
#Meeting-Sect { padding-top: 30px; padding-bottom: 40px; }
#home-sect4 p br { display: none; }
#home-sect4 .vc_row:nth-child(1) { padding-bottom: 25px; }
#home-sect4 { padding-top: 40px; padding-bottom: 10px; }
#home-sect5 h1 { color: white; font-size: 30px; line-height: 38px; }
#home-sect5 h1 { padding-top: 20px; }
#home-sect5 #Cstm-Btn { margin-top: 20px; }
#home-sect5 { padding-top: 40px; padding-bottom: 40px; }
.stories_main { padding: 15px; position: relative; width: 100%; left: 0; bottom: 0; margin: -60px 0 0px !important; }
.stories_timeline i { font-size: 14px; width: 30px; height: 30px; }
.stories_timeline p { color: black; font-size: 18px; line-height: 28px; }
.stories_timeline small { font-size: 14px; }
.stories_wrap h4 { font-size: 18px; margin: 10px 0; }
p.stories_para { font-size: 17px; line-height: 26px; margin: 0 0 10px; }
.stories_wrap a { font-size: 17px; gap: 6px; }
.stories_wrap a i { width: 28px; height: 28px; font-size: 14px; }
#home-sect6 .vc_col-sm-6 { padding-bottom: 30px; }
#home-sect6 .vc_row:nth-child(1) { padding-bottom: 25px; }
#home-sect6 { padding-top: 40px; padding-bottom: 15px; }
#home-sect7 .vc_row p { padding: 6px 0 18px; }
#Cstm-Btn1 a i { font-size: 14px; background: white; width: 28px; height: 28px; }
#Cstm-Btn1 a { font-size: 18px; padding: 10px 45px 10px 19px; }
#home-sect7 .vc_row { padding-top: 35px; padding-bottom: 35px; border-radius: 20px; }
#home-sect7 { padding-bottom: 40px; }
#testimonial_sect .vc_row:nth-child(1) p { padding: 0 0 25px; }
.testimonial_wrap { padding: 15px; width: 100%; position: relative; bottom: 50px; left: 0px; }
.testimonial_reviews { margin-bottom: 10px; }
.testimonial_reviews i { font-size: 14px; }
.testimonial_wrap h4 { font-size: 22px; line-height: 32px; margin: 0 0 6px; }
.testimonial_wrap p { font-size: 16px; line-height: 25px; }
.testimonial_details img { max-width: 50px; }
.testimonial_details h5 { font-size: 20px; line-height: 25px; }
.testimonial_details { gap: 8px; margin-top: 20px; }
.TestimonialMain { padding-bottom: 0px; }
#testimonial_carousel .owl-nav { padding-top: 0px; gap: 10px; margin: -20px 0 0; }
#testimonial_carousel .owl-nav button { width: 50px; height: 50px; font-size: 18px; }
#testimonial_sect { padding-top: 40px; padding-bottom: 30px; }
h3.widget-title { font-size: 22px; line-height: 32px; margin: 0 0 10px; }
#footer-widget .nav-link { font-size: 16px; padding: 0 0 10px; }
.phonefax { gap: 15px; flex-direction: column; margin-bottom: 20px; align-items: baseline; }
.social_details h5 { font-size: 15px; }
.social_details a { font-size: 15px; }
.social_details i { font-size: 20px; }
section#nav_menu-3 { padding-top: 20px; }
section#text-2 { padding-top: 15px; }
#footer-widget #text-2 h3 { font-size: 24px; }
#footer-widget #text-2 .textwidget { padding: 15px 15px 30px; border-radius: 8px; }
.news_letter .arrow-btn { height: 40px; width: 40px; font-size: 15px; }
.news_letter input { height: 40px; font-size: 15px; padding: 8px 9px; }
.news_letter { margin-bottom: 20px; }
#footer-widget #text-2 .textwidget h6 { font-size: 22px; margin: 0 0 12px; }
#footer-widget #text-2 .textwidget p { font-size: 16px; line-height: 24px; }
.site-info { font-size: 17px; text-align: center; }
ul#menu-terms-privacy { gap: 25px; margin: 8px 0; }
ul#menu-social-menu { justify-content: center; gap: 15px; }
ul#menu-social-menu a i { width: 30px; height: 30px; font-size: 14px !important; }
.row.footer-bottom { padding-top: 15px; margin-top: 20px; }
#footer-widget { padding-top: 35px; padding-bottom: 12px; }
.teammember_wrap .join-btn a { padding: 8px 10px 8px 22px; }
#ourclients_sect .vc_row:nth-child(2) .vc_col-sm-2 { width: 50%; } 
#ourclients_sect .vc_row:nth-child(2) { display: flex; flex-wrap: wrap; }
/* About US page */
.custom-breadcrumb h1 { font-size: 35px; padding: 70px 0 6px; }
.breadcrumb-trail a, .breadcrumb-trail span { font-size: 17px; line-height: 27px; }
.breadcrumb-trail { font-size: 17px; gap: 6px; width: 100%; padding: 8px 25px; }
.custom-breadcrumb { height: 320px; }
#aboutus-sect1 .vc_row:nth-child(1) { padding-bottom: 25px; }
#aboutus-sect1 { padding-top: 40px; padding-bottom: 40px; }
#aboutus-sect2 .vc_single_image-wrapper { padding-bottom: 20px; }
#aboutus-sect2 .vc_row:nth-child(2) { padding-top: 18px; padding-bottom: 30px; }
.hvtxt { font-size: 30px; }
#aboutus-sect3 p { font-size: 17px; }
#aboutus-sect3 .vc_single_image-wrapper { padding: 20px 0; }
#aboutus-sect3 .vc_row:nth-child(1) { padding-top: 30px; padding-bottom: 30px; margin: 0 auto 20px; border-radius: 20px; width: 96%; }
#about-sect4 img { padding: 20px 0; }
#about-sect4 p { font-size: 17px; margin: 0; }
.Vicki_txt { width: 170px; height: 45px; margin: 0 0 20px !important; }
#aboutus-sect5 img { padding-top: 20px; }
#aboutus-sect5 { padding-top: 30px; }
#about-sect4 .vc_row:nth-child(2) h1 { margin: 20px 0 0 !important; }
#aboutus-sect5::before { display: none; }
#aboutus-sect5 { padding-top: 20px; }
#aboutus-sect5 img { padding-bottom: 20px; }
#ourclients_sect .vc_row:nth-child(1) { padding-top: 30px; padding-bottom: 20px; border-radius: 20px 20px 0px 0px; margin-top: 30px; }
#ourclients_sect .vc_row:nth-child(2) { padding-bottom: 30px; border-radius: 0px 0px 20px 20px; }
#ourclients_sect .vc_row:nth-child(2) .vc_single_image-wrapper { padding-bottom: 20px; }
/* Programs Page */
#programs_sect { padding-top: 40px; padding-bottom: 45px; }
#programs-sect1 .vc_row { background: #E8EDF3; border-radius: 20px; padding: 30px 6px; }
#programs-sect1 #Cstm-Btn1 { margin-top: 20px; }
#programs-sect2 { padding-top: 50px; padding-bottom: 50px; }
#programs-sect3 #Cstm-Btn1 { padding-bottom: 30px; }
#programs-sect3::before { display: none; }
.purse_txtmb { padding-top: 30px; }
#programs-sect4 { padding-top: 40px; padding-bottom: 40px; }
#programs-sect4 .vc_single_image-wrapper { padding-top: 30px; }
#programs-sect4 p { font-size: 17px; line-height: 28px; }
#programs-sect4 h2, #programs-sect5 h2 { font-size: 25px; line-height: 32px; margin: 0 0 13px; }
#programs-sect4 h2 br, #programs-sect5 h2 br { display: none; }
#programs-sect5 .vc_col-sm-8 { padding-top: 25px; padding-left: 0px; }
#programs-sect5 ul li, #programs-sect7 ul li { font-size: 17px; margin: 0 0 12px; }
#programs-sect5 ul { padding: 0px 0 20px 20px; }
#programs-sect5 { padding-top: 50px; padding-bottom: 40px; }
#programs-sect6 .vc_row { padding: 35px 2px; }
#programs-sect7 ul li::before { width: 8px; height: 8px; left: -25px; top: 7px; }
#programs-sect7 ul { padding: 15px 0px 10px 0; }
#programs-sect7 { padding-top: 40px; }
.program_btn a i { width: 25px !important; height: 25px !important; font-size: 14px !important; }
.program_btn a { font-size: 17px !important; padding: 10px 40px 10px 20px !important; }
#programs-sect2 h2 { font-size: 25px; margin: 12px 0 15px; }
/* Products & Tools Page */
.toolshding { padding-bottom: 10px; font-size: 30px; line-height: 40px; letter-spacing: -1px; }
#toolssect1::before { visibility: hidden; }
#toolssect1 .vc_single_image-wrapper { padding-top: 25px; }
#toolssect1 { padding-bottom: 20px; }
#Pathways-mbltxt { padding-top: 20px; }
/* Our Shop Page */
#ourshop-sect .vc_row:nth-child(1) { padding-bottom: 30px; }
li.product.type-product { margin-right: 0px !important; width: 100% !important; margin-bottom: 25px !important; }
.custom-product-card { padding: 16px 15px 22px; flex-direction: column; gap: 15px; }
p.short-desc { margin: 0 0 12px; }
#ourshop-sect { padding-top: 40px; }
/* Inspiration & Community Page */
.page-id-24 .breadcrumb-trail { width: 300px; padding: 8px 15px; }
#Community-sect1 .vc_single_image-wrapper { padding: 20px 0; }
#Community-sect1 p { font-size: 17px; line-height: 27px; }
#Community-sect1 { padding-top: 25px; padding-bottom: 20px; }
#Community-sect2 { padding-top: 35px; padding-bottom: 40px; }
#galleryofguest_slider { padding-top: 30px; padding-bottom: 30px; }
.galleryguest_content h2 { font-size: 30px; }
.galleryguest_content { padding: 20px 15px; }
.galleryguest_content ul li { font-size: 16px; line-height: 26px; margin: 0 0 5px; }
.galleryofguest_wrap .post-date { font-size: 18px; }
/* Blog Podcast Page */
#blogs-sect { padding-top: 40px; padding-bottom: 10px; }
#blog_category_wrap ul { padding: 25px 0 30px; gap: 15px; }
#blog_category_wrap ul li a { font-size: 17px; }
.blogs-data { padding: 12px 18px 25px; width: 96%; position: relative; bottom: 35px; }
.blogs-data h2 { font-size: 24px; line-height: 32px; margin: 0 0 10px; }
.blogs-data h6 { font-size: 18px; line-height: 27px; margin: 0 0 18px; height: 80px; }
.blogs-data a { font-size: 17px; padding: 10px 10px 10px 20px; }
.blogs-data a i { padding: 6px 7px; margin-left: 7px; font-size: 15px; }
#blogs-sect .col-12 { margin-bottom: 8px; }
#blogs_search { padding-bottom: 40px; max-width: 100%; }
#prodcast_sect .wpb_text_column { padding-bottom: 30px; }
/* Membership Page */
#Membership-sect1 { padding-top: 40px; padding-bottom: 30px; }
#Membership-sect2 .vc_row:nth-child(1) { padding: 10px 0px 30px 0px; }
#Membership-sect2 .vc_row:nth-child(1) .vc_single_image-wrapper { padding: 20px 0; }
.membertxthd { font-size: 26px; line-height: 34px; margin: 0 0 14px; }
#Membership-sect2 p { font-size: 17px; line-height: 27px; }
#Membership-sect2 .vc_row:nth-child(2) { padding: 0 0px 30px 0px; }
#Membership-sect2 .vc_row:nth-child(2) .vc_single_image-wrapper { padding-top: 20px; }
#Membership-sect3 .vc_row:nth-child(1) { padding: 30px 8px 0; }
#Membership-sect3 .membertxthd { margin: 0 0 10px; }
.membertxthd { font-size: 22px; line-height: 31px; }
#Membership-sect3 p, #Membership-sect3 li { font-size: 17px; line-height: 27px; }
#Membership-sect3 .vc_row:nth-child(2) { padding: 0px 8px 40px; }
#Membership-sect3 .vc_row:nth-child(2) .vc_col-sm-12 { padding-top: 20px; margin-top: 20px; }
#Membership-sect3 li::before { width: 7px; height: 7px; left: -20px; top: 7px; }
#Membership-sect3 li { margin: 0 0 18px 20px; }
#Membership-sect3 { padding-top: 45px; }
/* Contact Us Page */
#Contact_us_sect .vc_col-sm-6:nth-child(1) .vc_column-inner { margin-left: 15px; margin-right: 15px; width: 100%; padding: 30px 20px 40px; }
#Contact_us_sect p { font-size: 17px; line-height: 26px; }
.contact-info i { width: 40px; height: 40px; font-size: 16px; }
.contact-info p { font-size: 17px !important; }
.contact-info { padding: 25px 0; }
.social-link { gap: 18px; }
.social-link a i { width: 30px; height: 30px; }
#Contact_us_sect .vc_col-sm-6:nth-child(1) .vc_column-inner { margin-bottom: 30px; }
.contact-form { padding-top: 25px; }
.contact-form label { font-size: 17px; }
.contact-form input, .contact-form textarea { height: 40px; margin: 0 0 22px; }
.contact-form .wpcf7-submit { font-size: 18px; padding: 9px 35px; }
#Contact_us_sect { padding-top: 40px; padding-bottom: 40px; }
.social_details a { font-size: 14px; }
/* Woocommerce Page CSS */
.woocommerce-page #primary { margin: 40px 0 0px !important; }
h1.product_title.entry-title { padding: 0 0 8px !important; margin: 0 0 14px !important; }
.woocommerce-page .price { font-size: 20px !important; margin: 0 0 10px !important; }
.single-product .single_add_to_cart_button { padding: 10px 30px !important; font-size: 17px !important; }
.quantity .input-text { height: 37px !important; font-size: 16px !important; }
.product_meta span, .product_meta a { font-size: 18px !important; }
.woocommerce-tabs ul { padding: 10px 0 20px !important; }
.woocommerce-tabs ul li { padding: 10px 28px !important; }
.woocommerce-tabs ul li a { font-size: 16px !important; }
#commentform .submit { padding: 10px 30px !important; }
section.related.products h2 { margin: 0px 0 18px !important; }
.single-product #footer-widget { padding-top: 10px; }
.woocommerce-cart .custom-breadcrumb, .woocommerce-checkout .custom-breadcrumb { height: 280px; }
a.wc-block-components-product-name { font-size: 18px !important; }
.wc-block-components-product-metadata__description p { font-size: 15px; line-height: 24px; }
span.price.wc-block-components-product-price { font-size: 18px !important; margin: 0 !important; }
tr.wc-block-cart-items__row { padding-bottom: 0 !important; }
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block { margin-bottom: 10px !important; }
a.wc-block-components-button { font-size: 18px !important; margin-bottom: 0 !important; }
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout { padding-top: 0; } 
.woocommerce-checkout .entry-title { border: unset; }
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator { padding-top: 10px !important; margin-bottom: 0 !important; }
.wc-block-components-checkout-place-order-button { font-size: 18px !important; width: 100% !important; }
#order-notes { padding-top: 20px !important; margin-bottom: 10px; }
.wc-block-checkout__order-notes::after { display: none; }
h3.wc-block-components-product-name { font-size: 17px; font-weight: 600 !important; color: #1b4d89 !important; }
#payment-method { padding-top: 10px; margin-bottom: 10px; }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
.Heroslider_wrap h1 { font-size: 50px; line-height: 62px; letter-spacing: -1px; margin: 0 auto !important; }
.Heroslider_wrap p { font-size: 20px; line-height: 26px; margin: 20px auto 28px; }
.Heroslider_wrap .join-btn { width: 154px; }
#hero_slider .owl-nav button { height: 50px; width: 50px; font-size: 18px; }
.Heroslider_wrap { max-width: 620px; }
.Heroslider_wrap { text-align: center; max-width: 620px; margin: 0 auto; }
#hero_slider .owl-nav .owl-next { right: 3%; }
#Hero-Banner { padding-top: 200px; padding-bottom: 100px; }
.teammember_wrap h4 { margin-top: 12px; }
.teammember_wrap p { width: 100%; }
.teammember_wrap .join-btn { width: 220px; margin: 12px auto 20px; }
.teammember_wrap .join-btn a { padding: 10px 8px 10px 20px; }
#home-sect2 { padding-top: 40px; padding-bottom: 40px; }
.page-id-16 #home-sect3 .vc_row .vc_col-sm-7, .page-id-16 #home-sect3 .vc_row .vc_col-sm-5 { width: 100%; } 
.page-id-16 #home-sect3 .vc_row img { padding-bottom: 30px; }
h1 { font-size: 35px; line-height: 46px; margin: 0 0 10px !important; }
h2 { font-size: 24px; line-height: 32px; }
p { font-size: 18px; line-height: 29px; }
div#twobtn_wrapper { display: flex; flex-wrap: wrap; }
#home-sect3 .join-btn a { font-size: 20px; }
.btn2 a { font-size: 20px; }
.twobtn_wrap { margin: 20px 0 10px; }
#home-sect3 { padding-bottom: 50px; }
.event-left h1 { font-size: 30px; line-height: 35px; margin: 0 0 25px !important; }
.event-left { width: 52%; }
.event-right { width: 45%; padding: 15px; }
.event-wrapper { gap: 20px; align-items: center; }
.meetting_thumbnail img { max-width: 180px; }
.metting_content h2 { font-size: 32px; line-height: 40px; margin: 0 0 5px; }
.metting_content h4 p { font-size: 20px; }
.event-card p { font-size: 18px; line-height: 26px; width: 96%; }
div#event-details p { margin: 0 0 10px; }
.metting_shedule p { font-size: 20px; }
.metting_shedule p i { margin-right: 10px; }
.metting_shedule { margin-top: 25px; }
.event-left h5 { font-size: 20px; line-height: 28px; margin: 15px 0 28px; font-weight: 600; }
.event-left a { font-size: 20px; padding: 10px 10px 10px 22px; }
.event-left a i { font-size: 15px; padding: 7px 8px; }
#current-month { font-size: 20px; line-height: 30px; padding: 0 0 20px !important; }
.calendar-arrow { padding: 1px 8px; font-size: 18px; }
.event-calendar a { font-size: 15px; height: 50px; padding: 6px 0 0 10px; }
#Meeting-Sect { padding-top: 60px; padding-bottom: 60px; }
#home-sect4 .vc_row:nth-child(1) p br { display: none; }
#home-sect4 .vc_row:nth-child(1) { padding-bottom: 35px; }
#home-sect4 .discover_wrap { margin-bottom: 15px !important; }
#home-sect4 { padding-top: 50px; padding-bottom: 40px; }
#home-sect5 h1 { font-size: 35px; line-height: 46px; }
#Cstm-Btn a i { font-size: 12px; width: 22px; height: 22px; }
#Cstm-Btn a { font-size: 17px; padding: 8px 38px 8px 20px; }
#home-sect5 { padding-top: 45px; padding-bottom: 50px; }
#home-sect5 #Cstm-Btn { margin-top: 18px; }
.stories_main { border-radius: 10px; padding: 16px 20px; position: relative; bottom: 40px; width: 96%; left: 7px; }
.stories_timeline i { font-size: 15px; width: 30px; height: 30px; }
.stories_timeline p { font-size: 18px; line-height: 28px; }
.stories_timeline small { font-size: 15px; }
.stories_wrap h4 { font-size: 18px; margin: 12px 0 10px; }
p.stories_para { font-size: 17px; line-height: 26px; margin: 0 0 10px; }
#home-sect6 .vc_row:nth-child(1) br { display: none; }
#home-sect6 .vc_row:nth-child(1) { padding-bottom: 30px; }
#home-sect6 { padding-top: 50px; padding-bottom: 35px; }
#home-sect7 .vc_row p { padding: 5px 0 22px; }
#Cstm-Btn1 a i { font-size: 16px; width: 30px; height: 30px; }
#Cstm-Btn1 a { font-size: 18px; padding: 10px 45px 10px 22px; }
#home-sect7 .vc_row { padding-top: 50px; padding-bottom: 50px; }
#home-sect7 { padding-bottom: 70px; }
#testimonial_sect .vc_row:nth-child(1) p { padding: 0 0 40px; }
.testimonial_wrap { padding: 15px; width: 95%; position: relative; bottom: 70px; left: 8px; }
.testimonial_reviews i { font-size: 16px; }
.testimonial_reviews { margin-bottom: 15px; }
.testimonial_wrap h4 { font-size: 24px; line-height: 34px; margin: 0 0 8px; }
.testimonial_wrap p { font-size: 16px; line-height: 26px; }
.testimonial_details img { max-width: 45px; }
.testimonial_details h5 { font-size: 22px; line-height: 28px; }
.testimonial_details { gap: 8px; margin-top: 20px; }
.TestimonialMain { padding-bottom: 0px; }
#testimonial_carousel .owl-nav { padding-top: 0px; margin: -20px auto 0; gap: 28px; }
#testimonial_carousel .owl-nav button { width: 60px; height: 60px; font-size: 22px; margin: 0; }
#testimonial_sect { padding-top: 60px; padding-bottom: 70px; }
h3.widget-title { font-size: 20px; line-height: 30px; margin: 0 0 12px; }
#footer-widget .nav-link { font-size: 16px; padding: 0 0 12px; }
.phonefax { gap: 20px; margin-bottom: 15px; }
.social_details i { font-size: 20px; }
.social_details h5 { font-size: 15px; }
.social_details a { font-size: 14px; }
.social_details .phone_wrap { gap: 8px; }
#footer-widget #text-2 h3 { font-size: 22px; }
#footer-widget #text-2 .textwidget { padding: 20px 20px 40px; }
.news_letter { margin-bottom: 40px; }
#footer-widget #text-2 .textwidget h6 { font-size: 20px; margin: 0 0 14px; }
.site-info { font-size: 16px; }
ul#menu-terms-privacy { gap: 20px; }
ul#menu-social-menu a i { width: 30px; height: 30px; font-size: 15px; }
ul#menu-social-menu { gap: 12px; }
#footer-widget { padding-top: 60px; padding-bottom: 12px; }
#footer-widget #text-2 .textwidget p { font-size: 17px; line-height: 25px; }
/* About US page */
.custom-breadcrumb { height: 350px; }
.custom-breadcrumb h1 { font-size: 50px; padding: 70px 0 5px; }
.breadcrumb-trail { font-size: 18px; padding: 8px 28px; width: 100%; margin: 0 auto; }
#aboutus-sect1 .vc_row:nth-child(1) { padding-bottom: 35px; }
#aboutus-sect1 { padding-top: 50px; padding-bottom: 60px; }
#aboutus-sect2 .vc_row:nth-child(2) { padding-top: 20px; padding-bottom: 40px; }
#aboutus-sect3 p { font-size: 18px; }
.hvtxt { font-size: 28px; line-height: normal; }
#aboutus-sect3 .vc_row:nth-child(1) { padding-top: 50px; padding-bottom: 40px; margin: 0 auto 60px; }
#aboutus-sect3 .vc_col-sm-1 { display: none; } #aboutus-sect3 .vc_col-sm-3 { width: 33%; }
#about-sect4 .vc_col-sm-1 { display: none; } #about-sect4 .vc_col-sm-2 { width: 30%; } #about-sect4 .vc_col-sm-3 { width: 35%; }
#about-sect4 .vc_row:nth-child(2) h1 { margin: 30px 0 30px !important; }
.Vicki_txt { width: 200px; height: 45px; margin: 0 0 30px !important; }
#aboutus-sect5 { padding-top: 40px; }
#aboutus-sect5::before { height: 100%; bottom: -10px; }
.about-sect5::before { bottom: -15px !important; height: 100% !important; }
#ourclients_sect .vc_row:nth-child(1) { padding-top: 30px; padding-bottom: 20px; margin-top: 50px; }
#ourclients_sect .vc_row:nth-child(2) { padding-bottom: 40px; }
#aboutus-sect5 { padding-bottom: 20px; }
/* Programs Page */
#programs_sect { padding-top: 60px; padding-bottom: 50px; }
#programs-sect1 .vc_row { padding: 50px 20px; }
#programs-sect1 #Cstm-Btn1 { margin-top: 20px; }
#programs-sect2 h2 { font-size: 25px; margin: 8px 0 12px; }
#programs-sect2 h1 { font-size: 30px; line-height: 40px; }
#programs-sect2 { padding-top: 50px; padding-bottom: 70px; }
#programs-sect3::before { bottom: 0px; }
.purse_txtmb br { display: none; }
#programs-sect4 h2 br { display: none; }
#programs-sect4 .vc_col-sm-5 { width: 50%; }
#programs-sect4 { padding-top: 50px; padding-bottom: 55px; }
#programs-sect4 h2, #programs-sect5 h2 { font-size: 30px; line-height: 35px; margin: 0 0 12px; }
#programs-sect4 h2 br, #programs-sect5 h2 br { display: none; }
#programs-sect5 ul li, #programs-sect7 ul li { font-size: 18px; margin: 0 0 15px; }
#programs-sect5 ul { padding: 0px 0 30px 20px; }
#programs-sect4 .vc_col-sm-1 { display: none; }
#programs-sect5 { padding-top: 60px; padding-bottom: 60px; }
#programs-sect6 .vc_row { padding: 40px 30px; }
#programs-sect7 ul { padding: 10px 0px 25px 0; }
#programs-sect7 ul li::before { width: 8px; height: 8px; left: -5px; top: 7px; }
#programs-sect7 ul li { padding-left: 20px; }
#programs-sect7 { padding-top: 50px; }
/* Products & Tools Page */
#toolssect1::before { height: 450px; top: 0px; }
#toolssect1::before { height: 440px; top: 15px; }
#toolssect1 { padding-top: 50px; }
/* Our Shop Page */
#ourshop-sect { padding-top: 50px; padding-left: 15px !important; padding-right: 15px !important; }
li.product.type-product { margin-right: 10px !important; width: 48% !important; margin-bottom: 30px !important; }
.custom-product-card { gap: 10px; padding: 15px 12px 18px; }
p.short-desc { margin: 0 0 10px; }
.price { margin: 0 0 15px !important; }
a.add-to-cart-btn { font-size: 14px; padding: 7px 7px 7px 15px; }
ul.products.columns-3 { display: flex; flex-wrap: wrap; }
#ourshop-sect .vc_row:nth-child(1) { padding-bottom: 40px; }
/* Inspiration & Community Page */
#Community-sect1 p { font-size: 18px; line-height: 28px; }
#Community-sect1 .vc_col-sm-6 { width: 100%; padding-bottom: 30px; }
#Community-sect1 { padding-top: 70px; padding-bottom: 20px; }
#Community-sect1 .wpb_text_column { margin: 0; }
.galleryguest_content ul { padding: 12px 0 30px 15px; }
.galleryguest_content ul li { font-size: 17px; line-height: 27px; }
.galleryguest_content h2 { font-size: 30px; }
#Community-sect2 { padding-top: 50px; padding-bottom: 55px; }
#Community-sect2 p br { display: none; }
#galleryofguest_slider { padding-top: 40px; padding-bottom: 40px; }
/* Blog Podcast Page */
#blogs-sect p br { display: none; }
#blog_category_wrap ul { padding: 30px 0 45px; gap: 24px; }
#blog_category_wrap ul li a { font-size: 18px; }
.blogs-data { padding: 14px 20px 24px; width: 95%; position: relative; bottom: 40px; }
.blogs-data h2 { font-size: 25px; line-height: 34px; margin: 0 0 14px; }
.blogs-data h6 { font-size: 20px; line-height: 28px; margin: 0 0 25px; height: 112px; }
.blogs-data a { font-size: 17px; padding: 10px 10px 10px 25px; }
.blogs-data a i { padding: 6px 7px; margin-left: 8px; }
#blogs-sect .col-12 { margin-bottom: 20px; }
#blogs-sect { padding-top: 60px; padding-bottom: 10px; }
#blogs_search { padding-bottom: 60px; max-width: 100%; }
/* Membership Page */
#Membership-sect1 { padding-top: 60px; padding-bottom: 60px; }
.membertxthd { font-size: 28px; line-height: 32px; }
#Membership-sect2 p { font-size: 18px; line-height: 28px; }
#Membership-sect2 .vc_row:nth-child(1) { padding: 30px 0px 50px 0px; }
#Membership-sect2 .vc_row:nth-child(2) { padding: 0 0px 60px 0px; }
#Membership-sect3 .vc_row:nth-child(1) { padding: 50px 40px 0; position: relative; top: 1px; }
#Membership-sect3 .vc_row:nth-child(2) { padding: 0px 40px 60px; }
#Membership-sect3 .vc_row:nth-child(2) .vc_col-sm-12 { padding-top: 25px; margin-top: 35px; }
#Membership-sect3 .membertxthd { margin: 0 0 20px; }
#Membership-sect3 li { margin: 0 0 30px 20px; }
#Membership-sect3 p, #Membership-sect3 li { font-size: 18px; line-height: 28px; }
#Membership-sect3 li::before { width: 8px; height: 8px; left: -22px; top: 9px; }
#Membership-sect3 { padding-top: 70px; }
.news_letter input { height: 45px; font-size: 16px; padding: 8px 15px; }
.news_letter .arrow-btn { height: 45px; width: 50px; font-size: 18px; }
/* Contact Us Page */
#Contact_us_sect .vc_col-sm-6:nth-child(1) .vc_column-inner { margin-left: 5px; width: 96%; padding: 40px 20px 40px; }
#Contact_us_sect h1 { font-size: 30px; line-height: 40px; }
#Contact_us_sect p { font-size: 18px; }
.contact-info { padding: 50px 0; }
.social-link { gap: 30px; }
.contact-form { padding-top: 20px; }
.contact-form label { margin: 0 0 10px; }
.contact-form input, .contact-form textarea { height: 44px; margin: 0 0 22px; }
.contact-form .wpcf7-submit { font-size: 20px; padding: 10px 35px; }
.contact-form textarea { height: 110px; }
#Contact_us_sect { padding-top: 70px; padding-bottom: 60px; }
/* Woocommerce Page CSS */
.single-product .product_title.entry-title { padding: 0 0 10px !important; font-size: 30px; line-height: 40px; }
.woocommerce-page #primary { margin: 60px 0 0px !important; }
.single-product #footer-widget { padding-top: 30px; }
.wc-block-components-checkout-place-order-button { font-size: 18px; }
h3.wc-block-components-product-name { font-size: 20px !important; color: #1b4d89 !important; font-weight: 600 !important; }
/* Footer CSS */
#footer-widget .col-md-3, #footer-widget .col-md-2 { flex: 0 0 40%; max-width: 60%; } 
#footer-widget .col-lg-7 { flex: 0 0 100%; max-width: 100%; margin-top: 25px; }
}


@media screen and (min-width: 1025px) and (max-width: 1440px) {
.Heroslider_wrap h1 { font-size: 65px; line-height: 72px; letter-spacing: -1px; }
.Heroslider_wrap p { font-size: 20px; line-height: 26px; margin: 22px auto 35px; }
.Heroslider_wrap .join-btn { width: 154px; }
#hero_slider .owl-nav button { height: 60px; width: 60px; font-size: 20px; }
#hero_slider .owl-nav .owl-prev { left: 3%; }
#hero_slider .owl-nav .owl-next { right: 3%; }
#Hero-Banner { padding-top: 240px; padding-bottom: 140px; }
.teammember_wrap h4 { margin-top: 14px; }
.teammember_wrap p { margin: 0 auto 6px; width: 95%; }
.teammember_wrap .join-btn a { padding: 10px 10px 12px 18px; }
.teammember_wrap .join-btn { width: 218px; margin: 14px auto 20px; }
#home-sect2 { padding-top: 50px; padding-bottom: 80px; }
h1 { font-size: 40px; line-height: 46px; margin: 0 0 12px !important; }
p { font-size: 20px; line-height: 32px; }
#twobtn_wrapper { display: flex; }
#home-sect3 .join-btn a { font-size: 20px; }
#home-sect3 { padding-bottom: 85px; }
.event-left h1 { font-size: 35px; line-height: 44px; margin: 0 0 30px !important; }
.meetting_thumbnail img { max-width: 200px; }
.metting_content h2 { font-size: 40px; line-height: 48px; margin: 0 0 5px; }
.metting_content h4 p { font-size: 24px; }
.event-card p { font-size: 20px; line-height: 28px; width: 95%; }
.metting_shedule { margin-top: 20px; }
.event-left a { font-size: 20px; padding: 10px 10px 10px 24px; }
.event-left a i { font-size: 16px; padding: 7px 8px; }
.event-left { width: 53%; }
.event-right { width: 44%; padding: 20px; }
.event-wrapper { gap: 20px; }
#current-month { margin-bottom: 20px !important; font-size: 20px; line-height: 30px; padding: 0 0 20px !important; }
.calendar-arrow { font-size: 20px; }
.event-calendar a { font-size: 16px; height: 60px; padding: 8px 0 0 12px; }
#Meeting-Sect { padding-top: 80px; padding-bottom: 90px; }
#home-sect4 .vc_row:nth-child(1) { padding-bottom: 45px; }
h2 { font-size: 30px; line-height: 40px; }
.discover_wrap h2 { font-size: 25px; }
#home-sect4 { padding-top: 70px; padding-bottom: 60px; }
#home-sect5 h1 { color: white; font-size: 50px; line-height: 60px; }
#home-sect6 .vc_row:nth-child(1) p br { display: none; }
.stories_main { padding: 15px 30px; bottom: 100px; width: 94%; left: 14px; position: relative; }
#home-sect6 { padding-top: 80px; padding-bottom: 20px; }
#home-sect7 .vc_row p { padding: 6px 0 25px; }
element.style { } #Cstm-Btn1 a i { font-size: 16px; width: 30px; height: 30px; }
#Cstm-Btn1 a { font-size: 20px; padding: 10px 45px 10px 24px; }
.testimonial_wrap { padding: 20px; width: 95%; bottom: 0px; left: 22px; }
.testimonial_reviews i { font-size: 18px; }
.testimonial_reviews { margin-bottom: 20px; }
.testimonial_wrap h4 { font-size: 28px; line-height: 36px; }
.testimonial_wrap p { font-size: 17px; line-height: 27px; }
.testimonial_details h5 { font-size: 24px; }
.testimonial_details { margin-top: 25px; }
#testimonial_carousel .owl-nav { padding-top: 40px; gap: 40px; }
#testimonial_carousel .owl-nav button { width: 60px; height: 60px; font-size: 20px; }
#testimonial_sect { padding-top: 70px; padding-bottom: 80px; }
.phonefax { gap: 40px; }
.social_details h5, .social_details a { font-size: 16px; }
.social_details i { font-size: 20px; }
#footer-widget .nav-link { font-size: 17px; padding: 0 0 14px; }
h3.widget-title { font-size: 23px; line-height: 33px; margin: 0 0 15px; }
#footer-widget #text-2 h3 { font-size: 26px; }
#footer-widget #text-2 .textwidget { padding: 25px 25px 90px; }
.news_letter { margin-bottom: 50px; }
#footer-widget { padding-top: 80px; padding-bottom: 12px; }
#home-sect3 .vc_col-sm-7 { align-items: baseline; margin-top: 30px; }
/* About US page */
.custom-breadcrumb { height: 450px; }
.custom-breadcrumb h1 { font-size: 60px; padding: 80px 0 5px; }
.breadcrumb-trail a, .breadcrumb-trail span { font-size: 18px; line-height: 30px; }
.breadcrumb-trail { font-size: 18px; gap: 6px; padding: 8px 22px; width: 300px; }
#aboutus-sect1 { padding-top: 80px; padding-bottom: 80px; }
#aboutus-sect1 .vc_row:nth-child(1) { padding-bottom: 50px; }
#aboutus-sect2 .vc_row:nth-child(2) { padding-top: 38px; padding-bottom: 70px; }
#aboutus-sect3 .vc_row:nth-child(1) { padding-top: 80px; padding-bottom: 80px; margin: 0 auto 80px; width: 100%; }
.hvtxt { font-size: 35px; margin: 0 0 10px; }
#about-sect4 .vc_row:nth-child(2) h1 { margin: 50px 0 0 !important; }
.Vicki_txt { width: 220px; height: 50px; margin: 0 0 50px !important; }
#aboutus-sect5::before { height: 460px; bottom: 0px; }
#aboutus-sect5 { padding-top: 85px; }
.about-sect5::before { height: 500px !important; bottom: 0px !important; }
#ourclients_sect .vc_row:nth-child(1) { padding-top: 50px; padding-bottom: 30px; margin-top: 90px; }
#ourclients_sect .vc_row:nth-child(2) { padding-bottom: 60px; }
/* Programs Sect */
#programs_sect { padding-top: 90px; padding-bottom: 90px; }
#programs-sect1 .vc_row { padding: 80px 40px; }
#programs-sect1 #Cstm-Btn1 { margin-top: 50px; }
#programs-sect2 { padding-top: 80px; padding-bottom: 80px; }
#programs-sect2 h2 { font-size: 28px; margin: 12px 0 15px; }
#programs-sect3::before { height: 390px; bottom: 40px; }
#programs-sect2 { padding-top: 70px; padding-bottom: 70px; }
#programs-sect4 h2, #programs-sect5 h2 { font-size: 35px; line-height: 40px; margin: 0 0 20px; }
#programs-sect4 h2 br, #programs-sect5 h2 br { display: none; }
#programs-sect4 { padding-top: 65px; padding-bottom: 65px; }
#programs-sect5 ul li, #programs-sect7 ul li { font-size: 18px; margin: 0 0 20px; }
#programs-sect5 ul { padding: 0px 0 25px 20px; }
#programs-sect5 { padding-top: 100px; padding-bottom: 90px; }
#programs-sect7 { padding-top: 80px; }
#programs-sect7 ul li::before { width: 10px; height: 10px; }
#programs-sect7 ul { padding: 25px 0px 30px 0; }
/* Products & Tools Page */
#toolssect1::before { height: 430px; top: 20px; } 
#toolssect1 { padding-top: 50px; }
/* Our Shop Page */
#ourshop-sect .vc_row:nth-child(1) { padding-bottom: 40px; }
li.product.type-product { margin-right: 25px !important; width: 46% !important; margin-bottom: 30px !important; }
#ourshop-sect { padding-top: 80px; }
/* Inspiration & Community Page */
.page-id-24 .breadcrumb-trail { width: 340px; }
#Community-sect1 p { font-size: 20px; line-height: 30px; }
#Community-sect1 { padding-top: 80px; padding-bottom: 80px; }
#galleryofguest_slider { padding-top: 40px; padding-bottom: 40px; }
.galleryguest_content { padding: 20px 20px; }
.galleryguest_content ul { padding: 14px 0 35px 16px; }
.galleryguest_content ul li { font-size: 16px; }
#Community-sect2 { padding-top: 80px; padding-bottom: 80px; }
/* Blog Podcast Page */
#blogs-sect .wpb_text_column br { display: none; }
#blog_category_wrap ul { padding: 40px 0 60px; gap: 30px; }
#blogs_search { padding-bottom: 80px; }
.blogs-data { padding: 15px 25px 25px; width: 94%; position: relative; bottom: 150px; }
.blogs-data h2 { font-size: 32px; line-height: 35px; margin: 0 0 14px; }
.blogs-data h6 { font-size: 22px; line-height: 32px; margin: 0 0 18px; height: 130px; }
#blogs-sect .col-12 { margin-bottom: -80px; }
#blogs-sect { padding-top: 90px; padding-bottom: 40px; }
/* Membership Page */
#Membership-sect1 { padding-top: 90px; padding-bottom: 90px; }
#Membership-sect2 .vc_row:nth-child(1) { padding: 70px 40px 50px 40px; }
.membertxthd { font-size: 32px; line-height: 38px; }
#Membership-sect2 .vc_row:nth-child(2) { padding: 0 40px 80px 40px; }
#Membership-sect3 .vc_row:nth-child(1) { padding: 80px 50px 0; }
#Membership-sect3 .vc_row:nth-child(2) { padding: 0px 50px 80px; }
#Membership-sect3 .vc_row:nth-child(2) .vc_col-sm-12 { padding-top: 30px; margin-top: 45px; }
#Membership-sect3 p, #Membership-sect3 li { font-size: 19px; line-height: 29px; }
#Membership-sect3 { padding-top: 90px; }
#Membership-sect3 li::before { width: 12px; height: 12px; left: -28px; top: 8px; }
/* Contact Us Page */
#Contact_us_sect .vc_col-sm-6:nth-child(1) .vc_column-inner { margin-left: 5px; width: 96%; padding: 65px 50px 65px; }
.contact-info { padding: 65px 0; }
.social-link { gap: 30px; }
#Contact_us_sect { padding-top: 90px; padding-bottom: 90px; }
.contact-form .wpcf7-submit { font-size: 22px; padding: 10px 40px; }
/* Woocommerce Page CSS */
}



@media screen and (min-width: 1200px) and (max-width: 1300px){
#masthead .container { padding: 0 15px; }
}

@media screen and (min-width: 1300px) and (max-width: 1440px){
li.product.type-product { margin-right: 20px !important; width: 31% !important; }
}

@media screen and (min-width: 1200px) and (max-width: 1440px){
.container { padding: 0 60px; }
#masthead .navbar-brand { max-width: 200px; }
.join-btn a i { width: 30px; height: 30px;  margin-left: 8px; }
.join-btn a { font-size: 16px; padding: 10px 10px 10px 18px; }
.hdr-right { gap: 8px; }
header#masthead { padding: 20px 0; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { padding: 0 10px; font-size: 14.5px; }
.join-btn::before { height: 40px; left: -5px; top: 6px; }
#programs-sect3::before { height: 460px; bottom: 45px; }
#toolssect1::before { height: 410px; top: 40px; }
#toolssect1 { padding-top: 0; }
.blogs-data { padding: 15px 22px 25px; width: 92%; position: absolute; bottom: 25px; }
.blogs-data h6 { height: 105px; }
.blogs-data h2 { font-size: 30px; line-height: 36px; letter-spacing: -1px; }
#blogs-sect .col-12 { margin-bottom: 50px; }
#blogs-sect { padding-bottom: 50px; }
#Membership-sect3 .vc_row:nth-child(1) { position: relative; top: 1px; }
#Contact_us_sect .vc_col-sm-6:nth-child(1) .vc_column-inner { margin-left: 15px; width: 96%; padding: 75px 60px 75px; }
.contact-info { padding: 75px 0; }
.contact-form { padding-top: 25px; }
}


@media screen and (min-width: 1440px) and (max-width: 1600px){
#masthead .container { padding: 0 20px; }
.container { padding: 0 60px; }
.join-btn a { font-size: 17px; padding: 10px 10px 10px 24px; }
.join-btn a i { width: 35px; height: 35px; margin-left: 12px; }
.teammember_wrap .join-btn { width: 240px; margin: 18px auto 30px; }
#home-sect2 { padding-top: 50px; padding-bottom: 90px; }
h1 { font-size: 50px; line-height: 56px; margin: 0 0 14px !important; }
p { font-size: 22px; line-height: 34px; }
h2 { font-size: 38px; line-height: 46px; }
.discover_wrap h2 { font-size: 35px; line-height: 45px; }
.blogs-data { padding: 16px 28px 25px; width: 92%; }
.blogs-data h2 { font-size: 35px; line-height: 43px; }
#Membership-sect3 .vc_row:nth-child(1) { position: relative; top: 1px; }
.Heroslider_wrap .join-btn { width: 170px; }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
.Heroslider_wrap .join-btn { width: 190px; }
}


/* <!---------------------------------- Responcive CSS ----------------------------------> */


