html {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: var(--paragraph-font);
  font-weight: 400;
  color: #000;
  line-height: 1;
  background-color: #fff;
  margin: 0;
}
.home main#primary {
  max-width: 100%;
  padding: 0;
}
.home article,
.home .entry-content {
  margin: 0;
  padding: 0;
}
.b2-row {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.b2-row.v-center {
    align-items: center;
}
.b2-row.h-center {
    justify-content: center;
}
.b2-row.b2-space-around {
    justify-content: space-around;
}
.b2-row .b2-col {
    padding: 0 15px;
    min-height: 1px;
    margin-bottom: 1px;
}
.b2-row .b2-col.col-1 {
    width: 8.3%;
}
.b2-row .b2-col.col-2 {
    width: 16.6%;
}
.b2-row .b2-col.col-3 {
    width: 24.9%;
}
.b2-row .b2-col.col-4 {
    width: 33.33%;
}
.b2-row .b2-col.col-5 {
    width: 41.51%;
}
.b2-row .b2-col.col-6 {
    width: 50%;
}
.b2-row .b2-col.col-7 {
    width: 58.11%;
}
.b2-row .b2-col.col-8 {
    width: 66.42%;
}
.b2-row .b2-col.col-9 {
    width: 74.72%;
}
.b2-row .b2-col.col-10 {
    width: 83.02%;
}
.b2-row .b2-col.col-11 {
    width: 91.33%;
}
.b2-row .b2-col.col-12 {
    width: 100%;
}
.b2-column-no-gutter .b2-col {
    padding: 0;
}
.b2-ordered-list {
    margin: 0 0 16px 16px;
}
.b2-unordered-list {
    margin: 0 0 16px 16px;
}
.b2-text-center {
    text-align: center;
}
.b2-text-justify {
    text-align: justify;
}
.b2-text-right {
    text-align: right;
}
.b2-text-left {
    text-align: left;
}
.b2-text-underline {
    text-decoration: underline;
}
.b2-text-italic {
    font-style: italic;
}
.b2-text-lowercase {
    text-transform: lowercase;
}
.b2-text-uppercase {
    text-transform: uppercase;
}
.b2-text-capitalize {
    text-transform: capitalize;
}
.b2-font-weight-normal {
    font-weight: 400;
}
.b2-font-weight-light {
    font-weight: 300;
}
.b2-font-weight-semibold {
    font-weight: 600;
}
.b2-font-weight-bold {
    font-weight: 700;
}
.b2-text-white {
    color: #fff;
}
.b2-img-responsive,
.post-thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
}
.b2-img-left-align {
    float: left;
    margin: 0 16px 16px 0;
}
.b2-img-right-align {
    float: right;
    margin: 0 0 16px 16px;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    outline: 0 !important;
}
[hidden] {
    display: none;
}
.b2-ease {
    transition: all 0.2s ease-in;
}
.b2-hover {
    opacity: 0.7;
}
.b2-hidden {
    display: none;
}
.b2-hide-desktop {
  display: none;
}
.b2-spacing-sm {
    margin: 8px;
}
.b2-spacing-md {
    margin: 16px;
}
.b2-spacing-lg {
    margin: 32px;
}
.b2-no-top-spacing {
    margin-top: 0;
}
.b2-no-left-spacing {
    margin-left: 0;
}
.b2-no-right-spacing {
    margin-right: 0;
}
.b2-no-bottom-spacing {
    margin-bottom: 0;
}
.b2-d-inline-block {
  display: inline-block;
}
.b2-d-block {
  display: block;
}
.b2-d-flex {
  display: flex;
}
.b2-clearfix {
    overflow: auto;
}
.b2-clearfix::after {
    content: "";
    clear: both;
    display: table;
}
table {
    border-collapse: collapse;
    border: 1px solid #d3d3d3;
}
table thead td {
    font-weight: 700;
    text-align: center;
    padding: 8px;
    background-color: #ebebeb;
    border: 1px solid #d3d3d3;
}
table tbody td {
    padding: 8px;
    border: 1px solid #d3d3d3;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
section {
  position: relative;
  margin: 80px 0;
}
.b2-bg-primary-color {
  background-color: var(--primary-color);
}
.b2-parallax-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.b2-curved-corners.top-curve {
  border-top-right-radius: 50% 5%;
  border-top-left-radius: 50% 5%;
}
.b2-curved-corners.bottom-curve {
  border-top-right-radius: 50% 5%;
  border-top-left-radius: 50% 5%;
}
.b2-boxshadow {
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
.b2-center-fix {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b2-img-center {
  display: block;
  margin: 0 auto;
}
.b2-inner-content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 250px;
}
.b2-inner-content.lg {
  max-width: 1600px;
}
.b2-inner-content.md {
  max-width: 1440px;
}
.b2-inner-content.sm {
  max-width: 1280px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--title-font);
  font-style: normal;
  color: inherit;
  margin-top: 0;
  margin-bottom: 20px;
  clear: both;
}
h1, .h1 {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.5rem;
}
h2, .h2 {
  font-size: 2.825rem;
  font-weight: 400;
  line-height: 3.375rem;
}
h3, .h3 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.7rem;
}
h4, .h4 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
}
h5, .h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
}
h6, .h6 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35rem;
}
.b2-eyebrow {
  color: #34B18F;
  font-family: var(--paragraph-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
p + p {
  margin-top: 20px;
}
p.large {
  font-size: 1.25rem;
}
p,
.b2-paragraph {
  font-size: 1rem;
  color: inherit;
  font-family: var(--paragraph-font);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 175% */
}
p.small,
.wp-caption {
  font-size: .75rem;
}
strong {
  font-weight: 700;
}
.b2-text-primary-color {
  color: var(--primary-color);
}
.b2-text-secondary-color {
  color: var(--secondary-color);
}
.b2-text-accent-color {
  color: var(--accent-color);
}
.b2-title-font {
  font-family: var(--title-font);
}
.post-thumbnail {
  float: left;
  max-width: 300px;
  margin: 0 16px 16px 0;
}
a {
  font-size: inherit;
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in;
}
.b2-link,
form button,
form input[type=submit],
form input[type=button] {
  position: relative;
  display: inline-block;
  font-family: var(--paragraph-font);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #fff;
  text-align: center;
  padding: 15px 35px;
  border-radius: 10px;
  background: var(--Green, #34B18F);
  overflow: hidden;
  z-index: 1;
}
.b2-link:hover,
form button:hover,
form input[type=submit]:hover,
form input[type=button]:hover {
  opacity: 0.8;
}
.b2-link.primary {
  background-color: var(--primary-color);
}
.b2-link.secondary {
  background-color: var(--secondary-color);
}
.b2-link.accent {
  background-color: var(--accent-color);
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.b2-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.b2-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.b2-back-to-top a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: var(--Green, #34B18F);
  border-radius: 50%;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=url],
form input[type=number],
form input[type=date],
form input[type=search],
form select,
form textarea {
  appearance: none;
  outline: none;
  display: block;
  font-family: var(--paragraph-font);
  width: 100%;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}
form textarea {
  min-height: 100px;
  padding: 8px;
  resize: none;
}
form select {
  background-image: url(/wp-content/themes/b2me/images/global/select-arrow.svg);
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: #fff;
}
main#primary {
  min-height: 500px;
}
div#comments {
  display: none;
}
.entry-meta,
.entry-footer {
  margin-bottom: 16px;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.post,
.page {
  margin: 0;
}
.inner-page {
  padding-top: 98px; /* Value Same as Height of Header */
}
.updated:not(.published) {
  display: none;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}

.page .b2-sitemap {
  line-height: 1.5;
  list-style: disc;
  margin-left: 32px;
}
.page .b2-sitemap > li {
  margin-bottom: 8px;
}
.page .b2-sitemap > li > a {
  margin-bottom: 12px;
}
.page .b2-sitemap ul {
  list-style: disc;
  padding-left: 16px;
  margin: 8px 0 0 0;
}
.b2-faq-item {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid var(--secondary-color);
  overflow: hidden;
  z-index: 1;
}
.b2-faq-item::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 21px;
  height: 21px;
  background-color: #E6F0F1;
  transform: rotate(45deg);
  pointer-events: none;
  transition: all .3s ease-in-out;
  z-index: -1;
}
.b2-faq-item .b2-faq-item-q {
  position: relative;
  padding: 10px 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.b2-faq-item .b2-faq-item-q::after {
  content: "—";
  color: var(--secondary-color);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.b2-faq-item .b2-faq-item-q h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #50535A;
  margin: 0;
}
.b2-faq-item .b2-faq-item-q.tab-close i {
  opacity: 1;
}
.b2-faq-item .b2-faq-item-q i {
  color: var(--secondary-color);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  opacity: 0;
}
.b2-faq-item .b2-faq-item-a {
  display: none;
  color: #50535A;
  line-height: 1.3;
  padding: 16px;
  max-width: 800px;
}
.b2-mh-wrap {
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 12px #6c6c6c;
}
.b2-mh-wrap .b2-mh-top-bar-col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu > a {
  font-size: 18px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-left: auto;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  display: none;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li {
  background-color: #fff;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li:nth-child(odd) {
  background-color: #f3f3f3;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li.menu-item-has-children > a::after {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(180deg);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 16px 0;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a.active-link {
  color: #fff;
  background-color: var(--primary-color);
  opacity: 1;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a.active-link::after {
  color: #fff;
  transform: translateY(-50%) rotate(0deg);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu {
  display: none;
  padding: 0;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li {
  background-color: var(--primary-color);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li:nth-child(odd) {
  opacity: 0.9;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}
/* Image Zoom */
.zoom-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  z-index: 9999;
}
.zoom-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.zoom-overlay img {
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.85);
  transition: transform 0.3s ease;
  cursor: zoom-out;
}
.zoom-overlay.is-active img {
  transform: scale(1);
}
.zoom-img {
  cursor: zoom-in;
}
/* Popup Modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  z-index: 9999;
}
/* Active overlay */
.modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
/* Modal container */
.modal-container {
  background: #fff;
  max-width: 600px;
  width: 90%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  transform: scale(0.8);
  transition: transform 0.3s ease;
  position: relative;
}
/* Active modal scaling */
.modal-overlay.is-active .modal-container {
  transform: scale(1);
}
/* Close button */
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}
.error-404 {
  margin: 160px 0 80px;
}
.error-404 .b2-link {
  margin-top: 40px;
}
.error404 #header .b2-row.v-center::after {
  display: none;
}
.gform_confirmation_message {
  background: #34B18F !important;
  padding: 20px !important;
  color: #fff !important;
}