html {
  scroll-behavior: smooth; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #242424; }

a {
  text-decoration: none; }

ul li {
  list-style: none; }

ul {
  margin: 0;
  padding: 0; }

.fleft {
  float: left; }

.fright {
  float: right; }

.clearall {
  clear: both; }

.bold {
  font-weight: 700; }

.width_container_liquid {
  width: 95%;
  margin: auto; }

.center_fixed_container {
  width: 1000px;
  margin: auto; }

.center_fixed_container_body {
  width: 1200px;
  margin: auto; }

.heading {
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  margin: 60px 0;
  position: relative;
  font-weight: 700; }

header {
  height: 65px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 999; }
  header .logo_container a {
    background: url(../images/logo.png) no-repeat;
    display: block;
    width: 240px;
    height: 42px;
    background-size: cover;
    margin-top: 11px; }
  header nav {
    margin-top: 30px; }
    header nav ul li {
      float: left;
      padding: 0 10px; }
      header nav ul li a {
        color: #242424;
        display: block;
        position: relative;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s; }
        header nav ul li a:after {
          content: "";
          position: absolute;
          left: 10px;
          right: 0;
          background: #00897E;
          height: 2px;
          bottom: -4px;
          width: 0px;
          -webkit-transition: all 300ms ease-in-out 0s;
          -o-transition: all 300ms ease-in-out 0s;
          transition: all 300ms ease-in-out 0s; }
        header nav ul li a:hover {
          color: #00897E; }
          header nav ul li a:hover:after {
            width: calc(100% - 10px); }
      header nav ul li .active {
        color: #00897E; }
        header nav ul li .active:after {
          width: calc(100% - 10px); }

.banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 0;
  background: #fff; }
  .banner .left_text_container {
    width: 700px;
    height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
    .banner .left_text_container h2 {
      font-size: 34px;
      font-weight: 500;
      letter-spacing: 2px;
      position: relative;
      float: left; }
      .banner .left_text_container h2:after {
        content: "";
        position: absolute;
        left: 10px;
        left: 0;
        background: #00897E;
        height: 2px;
        bottom: -6px;
        width: calc(100% - 0px); }
    .banner .left_text_container p {
      font-size: 24px;
      line-height: 40px;
      margin-top: 25px; }
  .banner .reiki_image {
    background: url(../images/reiki-img.png) no-repeat;
    height: 600px;
    width: 276px;
    background-size: 401px;
    position: absolute;
    top: -50px;
    bottom: 0;
    margin: auto;
    right: 0;
    background-position: -73px; }
  .banner .drop_down_arrow {
    background: url(../images/down-arrow.png) no-repeat;
    width: 70px;
    height: 70px;
    background-size: 30px;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s; }
  .banner .dropdown_text {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 25px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer; }

.banner_center_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 900px;
  margin: auto; }

.main_body {
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .main_body .note_section {
    padding: 80px 0;
    background: transparent -webkit-linear-gradient(left, #05BEAF 0%, #035F58 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(left, #05BEAF 0%, #035F58 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-gradient(linear, left top, right top, from(#05BEAF), to(#035F58)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(to right, #05BEAF 0%, #035F58 100%) 0% 0% no-repeat padding-box; }
    .main_body .note_section .mandala_logo {
      width: 200px;
      height: 200px;
      background: url(../images/mandala-white.png) no-repeat;
      background-size: cover; }
    .main_body .note_section .notes_text {
      width: 800px; }
      .main_body .note_section .notes_text h2 {
        color: #fff;
        font-size: 18px;
        text-align: center;
        letter-spacing: 1px;
        position: relative;
        margin-bottom: 40px; }
      .main_body .note_section .notes_text p {
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin: auto;
        margin-top: 20px;
        line-height: 22px;
        width: 700px; }
  .main_body .about_us {
    padding: 60px 0; }
    .main_body .about_us h2 {
      font-size: 18px;
      text-align: center;
      letter-spacing: 1px;
      position: relative;
      margin-bottom: 40px;
      position: relative;
      font-weight: 700;
      margin-top: 0px; }
      .main_body .about_us h2:after {
        position: absolute;
        left: 0;
        right: 0;
        width: 50px;
        height: 2px;
        background: #242424;
        margin: auto;
        bottom: -5px;
        content: " "; }
    .main_body .about_us p {
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      width: 800px;
      margin: auto;
      margin-top: 20px; }
    .main_body .about_us .reiki_benifit {
      width: 400px;
      margin-top: 40px; }
      .main_body .about_us .reiki_benifit .center_green_text {
        color: #00897E;
        font-size: 14px;
        text-align: center;
        margin-top: 5px; }
      .main_body .about_us .reiki_benifit p {
        font-size: 14px;
        text-align: center;
        width: auto;
        padding: 0 15px; }
      .main_body .about_us .reiki_benifit .link {
        font-size: 12px;
        color: #00897E;
        text-align: center;
        display: block;
        margin-top: 5px; }
        .main_body .about_us .reiki_benifit .link:hover {
          text-decoration: underline; }
    .main_body .about_us .benifit_1 .center_icon {
      background: url(../images/brain.png) no-repeat;
      width: 69px;
      height: 69px;
      background-size: cover;
      margin: auto; }
    .main_body .about_us .benifit_2 .center_icon {
      background: url(../images/heart.png) no-repeat;
      width: 69px;
      height: 69px;
      background-size: cover;
      margin: auto; }
    .main_body .about_us .benifit_3 .center_icon {
      background: url(../images/namaste.png) no-repeat;
      width: 69px;
      height: 69px;
      background-size: cover;
      margin: auto; }
  .main_body .center_italic_font {
    font-size: 22px;
    font-family: "Courgette", cursive;
    text-align: center;
    margin: 40px 0;
    line-height: 32px;
    position: relative;
    margin-bottom: 60px; }
    .main_body .center_italic_font:after {
      position: absolute;
      left: 0;
      right: 0;
      width: 350px;
      margin: auto;
      bottom: -10px;
      content: " ";
      height: 2px;
      background: #242424; }
  .main_body .meet_chandana {
    background: url(../images/chandana-large-pic.png) no-repeat;
    height: 400px;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    position: relative; }
    .main_body .meet_chandana .blur_gradient_container {
      background: transparent -webkit-gradient(linear, left top, right top, from(#05BEAF), to(#035F58)) 0% 0% no-repeat padding-box;
      background: transparent -webkit-linear-gradient(left, #05BEAF 0%, #035F58 100%) 0% 0% no-repeat padding-box;
      background: transparent -o-linear-gradient(left, #05BEAF 0%, #035F58 100%) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(90deg, #05BEAF 0%, #035F58 100%) 0% 0% no-repeat padding-box;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 0.8; }
    .main_body .meet_chandana .heading_white {
      text-align: center;
      z-index: 1;
      font-size: 18px;
      letter-spacing: 1px;
      position: relative;
      margin-bottom: 40px;
      position: relative;
      font-weight: 700;
      color: #fff; }
      .main_body .meet_chandana .heading_white:after {
        position: absolute;
        left: 0;
        right: 0;
        width: 50px;
        height: 2px;
        background: #fff;
        margin: auto;
        bottom: -5px;
        content: " "; }
    .main_body .meet_chandana p {
      color: #fff;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 20px;
      color: #fff;
      position: relative;
      z-index: 1;
      width: 800px; }
    .main_body .meet_chandana .right_chandana_image {
      background: url(../images/chandana-small-image.png) no-repeat;
      width: 400px;
      height: 400px;
      background-size: cover;
      float: right;
      position: relative;
      z-index: 1;
      margin-top: -50px; }
  .main_body .learn_reiki {
    padding: 60px 0; }
    .main_body .learn_reiki h2 {
      font-size: 18px;
      text-align: center;
      letter-spacing: 1px;
      position: relative;
      margin-bottom: 40px;
      position: relative;
      font-weight: 700; }
      .main_body .learn_reiki h2:after {
        position: absolute;
        left: 0;
        right: 0;
        width: 50px;
        height: 2px;
        background: #242424;
        margin: auto;
        bottom: -5px;
        content: " "; }
    .main_body .learn_reiki p {
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      width: 800px;
      margin: auto;
      margin-top: 20px; }
    .main_body .learn_reiki .reiki_learn {
      width: 400px;
      margin-top: 40px; }
      .main_body .learn_reiki .reiki_learn .bg_container {
        background: #00897E;
        width: 175px;
        height: 175px;
        border-radius: 50%;
        margin: auto;
        position: relative; }
        .main_body .learn_reiki .reiki_learn .bg_container .center_aligned_text {
          color: #00897E;
          font-size: 14px;
          text-align: center;
          margin-top: 5px; }
      .main_body .learn_reiki .reiki_learn .r_l_1 {
        background: url(../images/l1.png) no-repeat;
        width: 155px;
        height: 155px;
        background-size: cover;
        background-position: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%; }
      .main_body .learn_reiki .reiki_learn .r_l_2 {
        background: url(../images/l2.png) no-repeat;
        width: 155px;
        height: 155px;
        background-size: cover;
        background-position: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%; }
      .main_body .learn_reiki .reiki_learn .r_l_3 {
        background: url(../images/l3.png) no-repeat;
        width: 155px;
        height: 155px;
        background-size: cover;
        background-position: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%; }

.main_body .meet_chandana p:first-child {
  margin-top: 15px; }

.reiki_learn_benifits_container .center_aligned_text {
  text-align: center;
  font-size: 16px;
  color: #00897E;
  margin-top: 20px; }

.reiki_learn_benifits_container p.r_benifits_text {
  font-size: 14px;
  text-align: center;
  width: 300px;
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  height: 185px; }

.reiki_learn_benifits_container .r_benifits_green_container {
  width: 385px;
  background: #00897E;
  min-height: 100px;
  margin-top: 25px;
  margin: auto;
  margin-top: 25px; }

.reiki_learn_benifits_container .r_benifits_header {
  height: 40px;
  background: #05BEAF;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.reiki_learn_benifits_container .text_heading {
  color: #fff;
  letter-spacing: 0.5px; }

.reiki_learn_benifits_container .r_benifits_body {
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.reiki_learn_benifits_container .city .city_image {
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 50%;
  float: left; }

.reiki_learn_benifits_container .city .city_bangalore {
  background-image: url(../images/c1.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center; }

.reiki_learn_benifits_container .city .city_delhi {
  background: #fff url(../images/delhi.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 36px;
  width: 60px;
  height: 60px;
  position: relative;
  /* top: -108px; */
  left: 7px;
  margin-bottom: 10px; }

.reiki_learn_benifits_container .city .city_name {
  color: #fff;
  font-size: 12px;
  margin-left: 9px;
  font-weight: 500;
  letter-spacing: 0.5px; }

.reiki_learn_benifits_container .date_container {
  margin-left: 20px;
  margin-top: 15px; }
  .reiki_learn_benifits_container .date_container ul li {
    color: #fff;
    background: url(../images/calendar.png) no-repeat;
    background-size: 14px;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 15px; }

.course_main_container {
  padding-bottom: 15px; }

.course_main_container_last {
  border-bottom: none;
  margin-top: 10px;
  padding-bottom: 0px !important; }

.course_main_container_last .city_name {
  margin-left: 20px !important; }

.reiki_apart {
  padding: 60px 0;
  height: 420px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/mandala-blue.png) no-repeat;
  background-size: 470px;
  background-position: center right calc(-14%); }
  .reiki_apart h2 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase; }
    .reiki_apart h2::after {
      position: absolute;
      left: 0;
      right: 0;
      width: 250px;
      height: 2px;
      background: #242424;
      margin: auto;
      bottom: -5px;
      content: " "; }
  .reiki_apart ul {
    margin-top: 35px;
    float: left; }
    .reiki_apart ul li {
      margin-bottom: 25px;
      clear: both;
      float: left; }
    .reiki_apart ul .apart_text {
      font-size: 18px;
      margin-left: 10px; }
    .reiki_apart ul .number {
      font-size: 18px;
      color: #00897E;
      font-weight: 700px; }

.testimonial {
  padding: 60px 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#05BEAF), to(#035F58)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #05BEAF 0%, #035F58 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, #05BEAF 0%, #035F58 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(to right, #05BEAF 0%, #035F58 100%) 0% 0% no-repeat padding-box;
  height: 506px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .testimonial h2 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
    .testimonial h2::after {
      position: absolute;
      left: 0;
      right: 0;
      width: 150px;
      height: 2px;
      background: #fff;
      margin: auto;
      bottom: -5px;
      content: " "; }
  .testimonial .testimonial_text_container {
    width: 800px;
    margin: auto;
    margin-top: 50px; }
    .testimonial .testimonial_text_container .testimonal p {
      font-size: 16px;
      color: #fff;
      letter-spacing: 0.5px;
      line-height: 26px; }
    .testimonial .testimonial_text_container .testimonal .user_name {
      font-size: 18px;
      color: #fff;
      margin-top: 15px;
      font-weight: 600;
      letter-spacing: 0.8px; }
  .testimonial .dots_container {
    width: 203px;
    margin: auto;
    height: 20px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0; }
    .testimonial .dots_container ul li {
      width: 16px;
      height: 16px;
      background: #fff;
      border-radius: 50%;
      margin-right: 15px;
      float: left;
      border: 1px solid #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 300ms ease-in-out 0s;
      -o-transition: all 300ms ease-in-out 0s;
      transition: all 300ms ease-in-out 0s;
      cursor: pointer; }
      .testimonial .dots_container ul li:last-child {
        margin-right: 0px; }
      .testimonial .dots_container ul li:hover {
        background: #00897E; }
    .testimonial .dots_container ul .active {
      background: #00897E;
      cursor: default; }

.mandala_white_image_test {
  background: url(../images/mandala-white-2.png) no-repeat;
  /* background-position: center left calc(-46%); */
  background-size: 401px;
  position: absolute;
  left: -100px;
  bottom: -100px;
  z-index: 9999;
  height: 450px;
  width: 450px; }

.gallery_container {
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px; }
  .gallery_container h2 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase; }
    .gallery_container h2::after {
      position: absolute;
      left: 0;
      right: 0;
      width: 50px;
      height: 2px;
      background: #242424;
      margin: auto;
      bottom: -5px;
      content: " "; }
  .gallery_container .gallery_img_container {
    width: 1200px;
    height: 550px;
    margin: auto;
    margin-top: 55px;
    position: relative; }
    .gallery_container .gallery_img_container img {
      border: solid 2px;
      border-bottom-color: #ffe;
      border-left-color: #eed;
      border-right-color: #eed;
      border-top-color: #ccb;
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
    .gallery_container .gallery_img_container .frame {
      background-color: #ddc;
      border: solid 4vmin #eee;
      border-bottom-color: #fff;
      border-left-color: #eee;
      border-radius: 2px;
      border-right-color: #eee;
      border-top-color: #ddd;
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      margin: 24px;
      height: 300px;
      padding: 15px;
      position: relative;
      text-align: left;
      width: 374px;
      float: left;
      margin-bottom: 10px;
      margin-left: 0; }
      .gallery_container .gallery_img_container .frame:before {
        border-radius: 2px;
        bottom: -2vmin;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
        content: "";
        left: -2vmin;
        position: absolute;
        right: -2vmin;
        top: -2vmin; }
      .gallery_container .gallery_img_container .frame:after {
        border-radius: 2px;
        bottom: -2.5vmin;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
        content: "";
        left: -2.5vmin;
        position: absolute;
        right: -2.5vmin;
        top: -2.5vmin; }

.contact_us_container {
  padding: 60px 0px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#05BEAF), to(#035F58)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #05BEAF 0%, #035F58 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, #05BEAF 0%, #035F58 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(to right, #05BEAF 0%, #035F58 100%) 0% 0% no-repeat padding-box;
  height: 605px; }
  .contact_us_container h2 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
    .contact_us_container h2::after {
      position: absolute;
      left: 0;
      right: 0;
      width: 70px;
      height: 2px;
      background: #fff;
      margin: auto;
      bottom: -5px;
      content: " "; }
  .contact_us_container .left_map_container {
    float: right;
    width: 600px;
    height: 532px;
    top: 0;
    bottom: 0;
    background: url(../images/map.png) no-repeat;
    background-size: cover;
    position: relative; }
  .contact_us_container .map_pointer {
    height: 50px;
    position: absolute;
    left: 176px;
    top: 213px;
    background: #fff;
    color: #707070;
    font-size: 17px;
    padding-top: 16px; }
  .contact_us_container .ourdetail_text_container {
    width: 400px;
    height: 339px;
    position: relative;
    top: 60px;
    bottom: 0;
    margin: auto;
    left: 43px;
    font-size: 17px;
    line-height: 25px; }
    .contact_us_container .ourdetail_text_container h2 {
      color: #fff; }

.ourdetail_text_container .our_details_address, .ourdetail_text_container .contact_digital_info {
  margin-top: 20px; }

.blue_text {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif; }

.ourdetail_text_container .address_info_link {
  color: #fff; }

footer {
  height: 60px;
  background: #7a7a7a; }
  footer .cptext {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-top: 24px; }

.mySlides {
  display: none; }

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

.course_main_container_last, .city_name {
  display: none; }

.km_main_container {
  position: relative; }

.km_container {
  position: absolute;
  bottom: 15px;
  height: 265px;
  width: 300px;
  background: #fff;
  border: 1px solid #00897E;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .km_container ul li {
    list-style: disc;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 13px; }

.km_container_small {
  height: 200px; }

.km_link:hover .km_container {
  display: block; }

.km_link:hover + .km_container {
  display: block; }

.km_heading {
  color: #00897E;
  text-align: center; }

.frame_click {
  position: relative;
  z-index: 99;
  display: block;
  /* position: absolute; */
  height: 100%;
  margin: auto;
  max-width: 100%; }

.mobile_menu {
  display: none; }

.whatsapp_icon {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  background: url(../images/whatsapp.png) no-repeat;
  background-size: cover;
  z-index: 999999; }
  .whatsapp_icon .w_icon {
    width: 44px;
    height: 44px;
    display: block; }
