.bannerText .smtext, .smTitle {
  font-family: var(--cursive);
  font-size: 2em;
}

.aboutWrap:after, .benefitsWrap:after {
  opacity: .7;
  background-color: transparent;
}

.footer:after, .pagetitle:after {
  background-size: 100%;
  mix-blend-mode: difference;
}

.editor .btn a, .footer, .pagetitle, .sr-only {
  overflow: hidden;
}

.editor .btn a, .text-center {
  text-align: center;
}

.editor .btn a, .editor .contactInfo a, .footer .ft-logo img, .footer.editor .ftbox a {
  display: inline-block;
}

:root {
  --primary: #13928c;
  --secondary: #f48220;
  --third: #7ab942;
  --textcolor: #393939;
  --footer: #dbe7f4;
  --dark: #333;
  --body: #fff;
  --body-text: "Mulish", sans-serif;
  --head-text: 'Space Grotesk', sans-serif;
  --cursive: "Dancing Script", cursive;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, html {
  font-size: 17px;
  line-height: 1.6em;
  font-family: var(--body-text);
  font-weight: 400;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  ;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--head-text);
  font-weight: 700;
}

h4, h5, h6, strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*, :after, :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

.redcolor {
  color: #c51d26;
}

.no-touch a[href^="tel:"], .noLink {
  pointer-events: none;
  cursor: text;
}

.text-right {
  text-align: right;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 94%;
  max-width: 1300px;
  z-index: 1;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.banner, .divider, .footer, .header, .header .logo, .menu>li, .pagetitle, .spaceBottom, .spaceTop, .yogaBg {
  position: relative;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clear, .clearfix:after {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 30.666%;
}

.col14 {
  width: 23%;
}

.col40 {
  width: 40%;
}

.col50 {
  width: 50%;
}

.col60 {
  width: 60%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.justifyend {
  -webkit-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.spaceBottom {
  padding-bottom: 50px;
}

.spaceTop {
  padding-top: 50px;
}

.secHead.editor h2 {
  font-size: 2.4em;
}

.gradiantFill {
  display: block;
  line-height: 1.3;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-color: transparent;
  background-image: linear-gradient(90deg, #14bfca 0, #97dd55 100%);
}

.smTitle {
  color: var(--secondary);
  display: block;
  margin-bottom: 30px;
}

.header {
  z-index: 11;
}

.header .logo {
  width: 200px;
  padding: 15px 0;
}
.header .logo img, .banner img {
  width: 100%;
}

.banner .mask {
  mask-image: url(../images/mask.png);
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}

.aboutWrap:after, .banner .shape {
  mask-image: url(../images/shape1.webp);
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  background-image: linear-gradient(180deg, #b4f7c9 0, #e2ffeb 100%);
  position: absolute;
}

.banner .shape {
  width: 320px;
  height: 600px;
  max-width: 320px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: transparent;
}

.editor .bannerText h3 {
  font-size: 5em;
  line-height: 1;
  margin: 40px 0 20px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: var(--body-text);
  padding-right: 80px;
}

.bannerText .smtext {
  color: #7bba44;
  margin-bottom: 25px;
}

.divider {
  margin: 30px 0;
  height: 25px;
  mask-image: url(../images/divider-min.webp);
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: transparent;
  background-image: linear-gradient(90deg, #14bfca 0, #e2ffeb 100%);
}

.socialIcon a {
  font-size: 1em;
  padding: 7px;
  background-color: var(--primary);
  line-height: 1;
  border-radius: 50%;
  color: #fff;
}

.socialIcon a:not(:first-child) {
  margin-left: 10px;
}

.socialIcon a:hover {
  background-color: var(--secondary);
  color: #fff;
  animation-name: zoom-in;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes zoom-in {
  25% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(.9);
  }
}

.aboutWrap .container {
  max-width: 1100px;
}

.aboutWrap.editor .aboutText {
  width: calc(100% - 440px);
}

.aboutWrap.editor .aboutText h3 {
  border-left: 7px solid var(--third);
  padding: 10px 10px 10px 25px;
  font-size: 1.8em;
  line-height: 1.3;
  margin: 25px 0;
  border-radius: 20px;
}

.aboutWrap .imgbox {
  max-width: 400px;
  width: 100%;
}

.aboutWrap .imgbox img {
  border-radius: 50px;
}

.aboutWrap:after {
  content: '';
  width: 300px;
  height: 100%;
  left: 2%;
  top: -50%;
  z-index: -1;
  mask-image: url(../images/shape1.webp);
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}

.benefitsWrap {
  margin-bottom: 3em;
}

.benefitsWrap:after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  right: 0;
  top: -25%;
  background-image: linear-gradient(180deg, #b4f7c9 0, #e2ffeb 100%);
  mask-image: url(../images/om-design.png);
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}

.benefitsWrap .boxes {
  gap: 25px;
}

.benefitsWrap .boxes article {
  width: calc(33.33% - 20px);
  min-height: 230px;
  padding: 40px 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #f4fff8 0, #e2ffeb 100%)
}

.benefitsWrap.editor .boxes article h4 {
  margin-top: 0;
  color: var(--primary);
}

.yogaBg {
  color: #fff;
  padding: 2.3em 1em 2em;
  background: url(../images/pattern-chakras-white.png);
  background-color: var(--primary);
}

.content.editor h2, .editor .contactInfo a, .editor h3, .footer.editor a, .menu li a, .menu>li>a, .pagetitle, .pagetitle.editor a, .pagetitle.editor h2 {
  color: var(--primary);
}

.yogaBg .yoga-statue {
  justify-content: flex-end;
}

.yogaBg .yoga-statue img {
  margin-top: -70%;
}

.yogaBg.editor .yoga-statue h2 {
  font-size: 2.5em;
  margin-top: -10%;
  max-width: 250px;
}

.yogaBg.editor .text h3 {
  font-size: 2.8em;
  line-height: 1;
}

.yogaBg.editor .text .btn a {
  background-color: #fff;
  color: var(--dark);
}

.yogaBg.editor .text, .yogaBg.editor .text .btn a:hover, .yogaBg.editor .text h3 {
  color: #fff;
}

.footer {
  padding: 40px 0 10px;
  background-color: #eefff4;
  font-size: .9em;
}

.ftInfo {
  padding-top: 25px;
}

.footer .ftbox {
  max-width: 30%;
}

.contactInfo i, .footer i {
  font-size: 1.2em;
  line-height: 1;
  width: 33px;
  color: var(--primary);
}

.footer.editor a:hover, .menu>li.active>a, .menu>li:hover>a, .quicklinks>li.active>a, .quicklinks>li:hover>a {
  color: var(--secondary);
}

.footer.editor .ftbox a, .footer.editor .ftbox p {
  margin-bottom: 7px;
}

.editor .contactInfo p {
  margin-bottom: 15px;
}

.oneflex {
  width: calc(100% - 35px);
}

.footer .ft-logo img {
  width: 230px;
  margin-bottom: 15px;
}

.footer:after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background-image: url(../images/pattern.png);
  right: -80px;
  bottom: 0;
}

.footer .copy {
  border-top: 1px solid #afafaf;
  font-size: .8em;
  padding-top: 10px;
}

.footer .copy span {
  padding: 0 5px;
}

.pagetitle {
  padding: 5em 0;
  background: #14bfca;
  background: linear-gradient(90deg, rgba(20, 191, 202, .4) 0, rgba(151, 221, 85, .4) 100%);
}

.pagetitle:after {
  content: '';
  position: absolute;
  width: 450px;
  height: 100%;
  background-image: url(../images/om-design.png);
  right: 2%;
  top: 20px;
  opacity: .2;
}

.pagetitle.editor h2 {
  font-size: 3em;
}

.pagetitle.editor a {
  font-weight: 600;
  font-size: 1.1em;
  font-family: var(--head-text);
  letter-spacing: 1px;
}

.editor .btn a, .menu>li>a {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.servicesWrap .boxes>article {
  background-color: var(--secondary);
  border-bottom: 5px solid #fff;
}

.servicesWrap .boxes>article:nth-child(2n) {
  background-color: var(--primary);
  border-left: 5px solid #fff;
}

.editor .btn a:before, .menu>li>a:after {
  background-color: var(--secondary);
  position: absolute;
  content: "";
}

.servicesWrap .boxes>article .col50 {
  min-height: 300px;
}

.gallery a.item {
  position: relative;
  overflow: hidden;
}

.gallery a.item img, .gallery a.item:before, .gallery a.item i {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.gallery a.item:hover img {
  transform: scale(1.1);
}

.gallery a.item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #14bfca;
  background: linear-gradient(90deg, rgba(20, 191, 202, .8) 0, rgba(151, 221, 85, .8) 100%);
  opacity: 0;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.gallery a.item i {
  color: #333;
  position: absolute;
  font-size: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  z-index: 1;
}

.gallery a.item:hover:before {
  opacity: 0.8;
}

.gallery a.item:hover i {
  font-size: 1.4em;
  width: 25px;
  height: 25px;
}



.item img, .servicesWrap .boxes>article .col50 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.servicesWrap .boxes>article .col50:last-child {
  color: #fff;
  padding: 25px;
}

.servicesWrap.editor .boxes>article h3 {
  margin-top: 0;
  color: #fff;
  font-size: 1.5em;
}

.gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: 250px 150px;
  grid-auto-flow: dense;
}

h1 {
  font-size: 2.3em;
  line-height: 1.1em;
  margin-bottom: 20px;
}

.editor h2 {
  font-size: 2em;
  line-height: 1.2;
  margin: 15px 0;
}

.editor h3 {
  font-size: 1.8em;
  margin: 15px 0;
}

.editor h4 {
  font-size: 1.4em;
  margin: 15px 0;
}

.editor h5 {
  font-size: 1.2em;
  margin: 25px 0 10px;
}

.editor h6 {
  font-size: 1em;
  margin: 15px 0;
}

.editor ol, .editor ul {
  margin: 15px 0 15px 5px;
}

.editor ol li, .editor ul li {
  margin-bottom: 8px;
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

.editor ol li {
  list-style-type: decimal;
}

.editor ol ul {
  margin-top: 10px;
}

.editor .btn a {
  cursor: pointer;
  padding: 12px 24px;
  margin-top: 15px;
  letter-spacing: 2px;
  border-radius: 5px;
  color: var(--body);
  font-size: .85em;
  background-color: var(--primary);
  z-index: 1;
}

.editor .btn a:before {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  width: 200%;
  height: 200%;
  bottom: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.editor .btn a:hover:before {
  bottom: -40%;
}

.flex, .menu, .menu>li, .menu>li>a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu li a {
  margin: 0;
}

.menu>li:not(:last-child) {
  margin-right: 1px;
}

.menu>li>a {
  padding: 0 11px;
  line-height: 54px;
  font-size: .95em;
}

.menu>li>a:after {
  left: 0;
  right: 0;
  width: 60%;
  height: 3px;
  bottom: 10px;
  margin: auto;
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.menu>li:hover>a {
  margin-top: -5px;
}

.menu>li.active>a:after, .menu>li:hover>a:after {
  bottom: 0;
  opacity: 1;
}

#menu-trigger {
  display: none;
  position: relative;
  z-index: 11;
  width: 30px;
  height: 28px;
  margin: 0 0 0 20px;
  cursor: pointer;
}

#menu-trigger span, #menu-trigger span:after, #menu-trigger span:before {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--primary);
  -webkit-transition: .3s;
  transition: .3s;
}

#menu-trigger span {
  top: 50%;
  margin: -1px auto auto;
  display: block;
  font-size: 0px;
}

#menu-trigger span:after {
  top: 10px;
  content: "";
}

#menu-trigger span:before {
  top: -10px;
  content: "";
}

.mobimenu #menu-trigger span {
  background-color: transparent;
}

.mobimenu #menu-trigger span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  top: 0;
  left: 0;
}

.mobimenu #menu-trigger span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: 0;
  left: 0;
}

@media screen and (max-width:1199px) {
  .editor .bannerText h3 {
    font-size: 3em;
  }

  .yogaBg .yoga-statue img {
    margin-top: 0;
  }
}

@media screen and (max-width:1023px) {
  body, html {
    font-size: 15px;
  }

  .spaceTop {
    padding-top: 35px;
  }

  .spaceBottom {
    padding-bottom: 35px;
  }

  .header .logo {
    width: 180px;
  }

  .aboutWrap.editor .aboutText {
    width: calc(100% - 320px);
  }

  .aboutWrap .imgbox {
    max-width: 300px;
  }

  .menu>li>a {
    padding: 0 8px;
    font-size: 0.9em;
  }

  .col50 {
    width: 100%;
  }

  .servicesWrap .boxes>article .col50 {
    min-height: inherit;
  }
}

@media screen and (max-width:767px) {
  .col12, .col23, .col13, .aboutWrap.editor .aboutText, .aboutWrap .imgbox {
    width: 100%;
  }

  .col12+.col12, .col13+.col13 {
    margin-top: 15px;
  }

  /* .twocolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  } */

  .aboutWrap .imgbox {
    max-width: inherit;
    text-align: center;
  }

  .benefitsWrap .boxes article {
    width: 100%;
    min-height: inherit;
    padding: 20px 15px;
  }

  .footer .ftbox {
    max-width: inherit;
  }

  .yogaBg .yoga-statue {
    justify-content: initial;
  }

  .yogaBg.editor .yoga-statue h2 {
    max-width: inherit;
  }

  .menu>li.open li.open>a>.arrow:after, .menu>li.open>a>.arrow:after, .menu>li:hover>ul, .menu>li>a:after, .mobimenu .nav, .nav {
    display: none;
  }

  #menu-trigger, .menu, .mobimenu .nav {
    display: block;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: var(--body);
    width: 260px;
    border-radius: 0 0 7px 7px;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: none;
    width: inherit;
    padding-right: 40px;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
  }

  .menu>li {
    margin: 0;
    padding-left: 0;
    display: block;
    border-bottom: 1px solid rgba(177, 175, 175, .2);
    padding-right: 0;
  }

  .menu>li>a {
    line-height: 1.3em;
    border: none;
  }

  .menu li a {
    position: relative;
    display: block;
    margin-right: 40px;
    padding: 10px 10px 10px 15px;
    color: #333;
  }

  .menu li ul li:hover ul li:hover>a, .menu li ul li:hover>a, .menu li.active li.active li.active>a, .menu li.active li.active>a, .menu li:hover li:hover>a, .menu li:hover li>a:hover, .menu ul li:hover li:hover>a:hover, .menu>li.active>a, .menu>li:hover>a {
    color: var(--primary);
  }

  .menu li .arrow {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background-color: var(--primary);
    cursor: pointer;
  }

  .menu li .arrow:after, .menu li .arrow:before {
    left: 50%;
    top: 50%;
    content: " ";
    height: 2px;
    width: 12px;
    position: absolute;
    background-color: var(--body);
    pointer-events: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }

  .menu li .arrow:after {
    width: 2px;
    height: 12px;
    margin-top: -5px;
  }

  .menu li .arrow:before {
    margin-left: -5px;
  }
}

@media (min-width:480px) {
  .item:first-child {
    grid-area: 1/1/span 2/span 2;
  }

  .item:nth-child(3n) {
    grid-column: span 2;
  }
}

body::-webkit-scrollbar {
  width: 14px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

body::-webkit-scrollbar-thumb {
  background: var(--primary);
  background: linear-gradient(180deg, var(--primary) 0, var(--secondary) 100%);
}