body {
  font-family: roboto;
  overflow-x: hidden; }

/*general css*/
.right {
  float: right; }

.number {
  color: #333 !important;
  width: auto !important;
  height: auto !important;
  margin: 0; }
  .number:hover {
    text-decoration: none; }

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #efce73;
  color: #eeeeee;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  padding: 0; }
  #back-to-top:hover {
    background: #efce73;
    color: #eeeeee; }

#back-to-top.show {
  opacity: 1; }

#content {
  height: 2000px; }

.navbar-toggle {
  top: -10px; }
  @media only screen and (min-width: 768px) {
    .navbar-toggle {
      top: 0px; } }

.slick-dots {
  bottom: -50px; }
  @media only screen and (min-width: 768px) {
    .slick-dots {
      bottom: -25px; } }

/* top bar*/
.top-bar {
  padding-top: 10px;
  padding-bottom: 10px; }
  .top-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 1.2em;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px; }
    .top-bar a.whatsapp {
      background-color: #00c300; }
    .top-bar a.fb {
      background-color: #3B5998; }
    .top-bar a:hover {
      -ms-transform: translateY(-4px);
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
      transition: .3s ease; }

.logo-section .logo-img {
  width: 80%; }
  @media only screen and (min-width: 992px) {
    .logo-section .logo-img {
      margin-top: -20px; } }

.menubar-wrapper {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  margin-bottom: 0; }

.menubar li a {
  padding: 10px 8px !important; }

.header-img {
  margin-top: 10px; }

.navbar-fixed-top {
  background: #fff; }

.full-bg-row {
  margin-top: 30%; }
  .full-bg-row > div {
    padding-left: 0;
    padding-right: 0; }
  .full-bg-row img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .full-bg-row {
      margin-top: 10%; } }

.mpc-callout-row {
  padding-top: 5%;
  padding-bottom: 5%; }

.mpc-callout {
  padding: 30px;
  border: 2px dotted #4679bd;
  border-radius: 20px;
  background: #f3f3f3; }
  .mpc-callout p {
    font-size: 22px;
    color: #5f5f5f; }
  .mpc-callout .mpc-btn {
    background: #4679bd;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all .25s;
    transition: all .25s;
    padding: 20px;
    border: 2px solid #4679bd; }
    .mpc-callout .mpc-btn:hover {
      background: #fff;
      color: #4679bd;
      border: 2px solid #4679bd; }
  @media only screen and (min-width: 768px) {
    .mpc-callout {
      display: flex;
      align-items: center; } }

.google-text {
  text-align: center;
  font-size: 35px;
  color: #35a052;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: bold; }

ul.qualities {
  font-size: 24px;
  color: #000; }
  ul.qualities li {
    line-height: 1.8; }

.pie_progress__svg {
  width: 65%;
  padding-bottom: 65%;
  background: transparent;
  border-radius: 50%; }
  .pie_progress__svg svg ellipse {
    stroke: #dc4436; }

.pie_progress__content {
  font-size: 2em;
  z-index: 1;
  color: #fff; }

.circle-progress p {
  margin-top: 15px;
  font-size: 18px !important; }

.features-row {
  background: url("../images/hypno003.jpg") no-repeat;
  background-size: 100% 100%;
  padding-top: 7%;
  padding-bottom: 7%; }
  .features-row .features-title {
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
    font-weight: 300;
    line-height: 1.8; }

.feature-box {
  text-align: center;
  border: 10px solid rgba(175, 175, 175, 0.8);
  background: rgba(255, 255, 255, 0.87);
  padding-left: 20px;
  padding-right: 20px; }
  .feature-box h3 {
    margin-top: 10px;
    margin-bottom: 60px;
    color: #555555;
    font-size: 20px;
    line-height: 2;
    text-transform: uppercase;
    font-weight: 700; }

.clients-row {
  padding-top: 5%;
  padding-bottom: 5%; }
  .clients-row h3 {
    text-align: center;
    font-size: 35px;
    color: #35a052;
    margin-bottom: 50px; }

.variable-width .slick-slide img {
  width: auto;
  height: 80px; }

.slick-slide img {
  width: 60%; }

.survey-row {
  background-color: #aaaaaa;
  padding-top: 5%;
  padding-bottom: 5%; }
  .survey-row p {
    font-size: 30px;
    color: #ffffff;
    text-align: center; }

.result-row {
  padding-top: 5%;
  padding-bottom: 5%;
  background: #efefef; }
  .result-row h3 {
    text-align: center;
    font-size: 35px;
    color: #35a052; }
  .result-row img {
    width: 45px;
    margin: 0px auto; }
  .result-row .result-para {
    color: #3e3a39;
    font-size: 17px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
    padding: 20px 5px; }
  .result-row p {
    font-size: 16px;
    font-weight: 600;
    color: #5f5f5f;
    line-height: 1.8;
    font-family: roboto; }
  .result-row .slick-next {
    right: 0; }
  .result-row .slick-prev {
    left: 0;
    z-index: 10; }

.about-row {
  padding-top: 30px;
  padding-bottom: 30px; }
  .about-row h3 {
    font-size: 40px;
    color: #35a052;
    margin-bottom: 30px; }
  .about-row .about-para {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #000;
    margin-bottom: 25px; }
  .about-row .about-btn {
    background-color: #35a052;
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 18px 25px;
    border-radius: 0; }

.lists h4 {
  font-size: 22px; }
.lists p {
  font-size: 20px; }

.blue-blockquote {
  background-color: #4679bd;
  border: 1px solid #eaeaea;
  line-height: 1.7;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  padding: 2em;
  margin-bottom: 40px; }
  .blue-blockquote p {
    font-size: 18px;
    line-height: 1.6; }

.agenda-img {
  width: 80%;
  margin: 0px auto; }

.tools-section {
  background-color: #e9dbcc;
  border-radius: 20px;
  padding: 20px 30px;
  margin-top: 30px; }
  .tools-section p {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.8; }

.book-row {
  background: url("../images/hypno009.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 10%;
  padding-bottom: 10%; }
  .book-row iframe {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .book-row iframe {
        width: 70%; } }

.book-section {
  background-color: rgba(243, 243, 243, 0.5);
  height: 300px; }
  .book-section p {
    position: relative;
    top: 15%;
    color: #4679bd;
    font-weight: bolder;
    font-size: 24px;
    line-height: 1.8em;
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (min-width: 768px) {
      .book-section p {
        top: 0; } }

.team-row {
  text-align: center;
  padding-top: 4%;
  padding-bottom: 4%; }
  .team-row .team-title {
    color: #35a052;
    letter-spacing: 1px;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3; }
  .team-row h2 {
    font-size: 16px;
    line-height: 26px;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 0; }
  .team-row .section-line {
    width: 55px;
    height: 1px;
    margin: 30px auto;
    background: #e41919;
    margin-bottom: 60px; }

.team-grid {
  margin: -20px 0 0 -1px;
  text-align: center;
  font-size: 0;
  word-spacing: 0; }

.team-item-detail h4 {
  font-size: 22px; }
.team-item-detail p {
  font-size: 18px; }

.team-item {
  display: inline-block;
  margin: 20px 0 0 1px;
  position: relative;
  font-size: 14px;
  word-spacing: normal;
  text-align: center;
  cursor: default;
  vertical-align: top; }

.team-item-image img {
  width: 20%; }

.gallery-row {
  background-color: #d8d8d8; }
  .gallery-row p {
    color: #35a052;
    font-size: 35px; }

.responsive-slick-all .slick-slide img {
  width: 100%;
  height: 200px; }

.gallery2-row h3 {
  font-size: 35px;
  color: #35a052;
  margin-bottom: 10px; }

.gallery-list {
  color: #5f5f5f;
  line-height: 1.8;
  font-weight: 300;
  font-size: 17px; }
  .gallery-list a {
    color: #fbbc05; }

.register {
  background: #dc4436;
  padding-top: 20px;
  padding-bottom: 20px; }
  .register p {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 0; }

.table-wrap {
  border: 10px solid #b7b7b7;
  width: 100%;
  text-align: center; }
  .table-wrap th {
    text-align: center;
    padding: 15px; }
  .table-wrap td {
    padding: 15px; }
  .table-wrap .white-bg th {
    color: #fbbc05;
    font-size: 12px;
    line-height: 1; }
    @media only screen and (min-width: 768px) {
      .table-wrap .white-bg th {
        font-size: 30px; } }
  .table-wrap .grey-bg {
    background: #e6e6e6; }
    .table-wrap .grey-bg td {
      color: #555555;
      font-size: 12px;
      font-weight: 500; }
      @media only screen and (min-width: 768px) {
        .table-wrap .grey-bg td {
          font-size: 20px; } }

.policy-inner-row h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #dc4436; }
.policy-inner-row ol {
  font-weight: 300;
  padding-left: 20px; }
  .policy-inner-row ol li {
    font-size: 18px;
    line-height: 28px;
    color: #000; }

#policy_block {
  padding: 20px;
  border: 2px dotted #888888; }
  #policy_block #policy-text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8; }

.table-img {
  width: 40%;
  margin: 0px auto; }

.blog-video {
  background: url("../images/1111.jpg") no-repeat;
  background-size: 100% 100%;
  padding-top: 5%;
  padding-bottom: 5%; }
  .blog-video h3 {
    font-size: 35px;
    color: #000;
    margin-bottom: 30px;
    text-shadow: 2px 2px 2px #ccc; }
  .blog-video p {
    color: #333;
    text-shadow: 2px 2px 2px #ccc;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8; }
  .blog-video .blog-btn {
    color: #F90;
    border: 2px solid #F90;
    background-color: transparent;
    padding: 13px 19px;
    margin-top: 30px;
    display: inline-block; }
    .blog-video .blog-btn:hover {
      background: #F90;
      color: #fff;
      transition: .2s; }

.teacher-row {
  padding-top: 5%;
  padding-bottom: 5%; }
  .teacher-row h3 {
    text-align: center;
    font-size: 35px;
    color: #35a052;
    margin-bottom: 30px; }

.teacher-desc-row img {
  width: 35%;
  margin: 0px auto; }
.teacher-desc-row h4 {
  color: #5f5f5f;
  line-height: 1.8; }
.teacher-desc-row p {
  color: #5f5f5f;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px; }

.sponsor-row {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #dddddd; }
  .sponsor-row .green-bg {
    font-size: 20px;
    background-color: #35a052;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center; }

.contact-item {
  padding-right: 67px !important;
  position: relative;
  color: #fff;
  text-align: right;
  overflow: hidden;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  margin-bottom: 20px; }

.ci-icon {
  width: 45px;
  height: 40px;
  position: absolute;
  top: 4px;
  right: 7px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.ci-title {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

.ci-phone {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2; }
  .ci-phone a {
    color: #fff;
    font-size: 24px; }

.contact-row {
  background: #222;
  padding-top: 30px;
  padding-bottom: 30px; }

.cf-left-col {
  width: 48.5%;
  float: left;
  margin-right: 3%; }

.contact-form .form-group {
  margin-bottom: 30px; }

.contact-form input.ci-field {
  height: 44px;
  padding: 10px 0;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.cf-right-col {
  width: 48.5%;
  float: left; }

.contact-form label {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 400;
  text-transform: none !important;
  color: rgba(255, 255, 255, 0.5); }

.contact-form textarea.ci-area {
  height: 75px;
  padding: 3px;
  font-size: 13px;
  font-weight: 400;
  text-transform: none !important;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.contact-form .ci-btn {
  margin-top: 20px;
  color: #aaa;
  background: rgba(51, 51, 51, 0.75);
  padding: 15px 40px 14px;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  transition: 1s; }
  .contact-form .ci-btn:hover {
    background: rgba(75, 75, 75, 0.75); }

.footer-row {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #2EA853;
  text-align: center;
  color: #006000;
  font-size: 12px; }
  .footer-row p {
    margin-bottom: 0; }

/*animations*/
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused; }

/* show objects being animated */
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running; }

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    -webkit-transform: translateX(20px); }
  80% {
    -webkit-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    -moz-transform: translateX(20px); }
  80% {
    -moz-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(20px); }
  80% {
    -o-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    transform: translateX(20px); }
  80% {
    transform: translateX(-5px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    -webkit-transform: translateX(-20px); }
  80% {
    -webkit-transform: translateX(5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    -moz-transform: translateX(-20px); }
  80% {
    -moz-transform: translateX(5px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    -o-transform: translateX(-20px); }
  80% {
    -o-transform: translateX(5px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    transform: translateX(-20px); }
  80% {
    transform: translateX(5px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.animationDelay {
  animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -webkit-animation-timing-function: ease; }

.animated.animationDelayMed {
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -webkit-animation-timing-function: ease; }

.animated.animationDelayLong {
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -webkit-animation-timing-function: ease; }

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.mpc-icon {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1em;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  top: -52px;
  opacity: 1;
  border-width: 0px;
  border-style: solid;
  border-radius: 100px;
  padding: 20px;
  margin: 0px; }
  .mpc-icon.blue {
    border-color: #4679bd;
    background: #4679bd; }
  .mpc-icon.red {
    border-color: #dc4436;
    background: #dc4436; }
  .mpc-icon.green {
    border-color: #369950;
    background: #369950; }

.mpc-icon-wrap {
  position: relative;
  overflow: hidden; }

.mpc-transition {
  -webkit-transition: all .25s;
  transition: all .25s; }

.mpc-icon .mpc-regular, .mpc-icon .mpc-hover {
  position: relative;
  display: block;
  width: auto;
  top: 0;
  left: 0; }

.mpc-icon-hover.mpc-effect-slide-up .mpc-regular {
  transform: translate(0, 0); }

.mpc-icon .mpc-regular img, .mpc-icon .mpc-hover img {
  display: block;
  max-width: 100%;
  height: auto; }

.mpc-icon .mpc-hover {
  position: absolute;
  width: 100%;
  height: 100%; }

.mpc-icon-hover.mpc-effect-slide-up .mpc-hover {
  transform: translate(0, -100%); }

.feature-box:hover .mpc-icon-hover.mpc-effect-slide-up .mpc-regular {
  transform: translate(0, 100%); }

.feature-box:hover .mpc-icon-hover.mpc-effect-slide-up .mpc-hover {
  transform: translate(0, 0); }

/*# sourceMappingURL=style.css.map */
