/* Text Elements */

h1 {
  font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
}

h1.hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
  text-shadow: #010101 3px 5px 0;
  font-weight: 300;
  font-size: 62px;
  font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  line-height: 1;
}

h1 span.heading-text-1 {
  font-size: 2.625rem;
}

h1.heading-2 {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #294b8e;
  text-align: center;
  font-size: 37px;
  font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
}

h2 {
  margin-top: 5%;
  margin-bottom: 16px;
	text-align:center;
	color: #294b8e;
  font-weight: 600;
  font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
}

h2.hero-subheading {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  text-shadow: #010101 3px 5px 0;
  font-weight: 400;
  font-size: 36px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.14;
}

h2.title-heading {
  margin-top: 50px;
  margin-bottom: 10px;
	text-align:center;
  max-width: 600px;
  color: #294b8e;
  font-weight: 600;
  font-size: 32px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

  -webkit-text-stroke-color: #294b8e;
}

h2.title-message {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 800px;
  color: #010101;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3.heading-1 {
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	width: 90%;
	background-color: #294b8e;
	color: #fff;
	text-indent: 0;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 20px;
}

h4 {
  font-weight: 500;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

h6.tagline {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  color: #010101;
  text-transform: none;
  font-weight: 600;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph {
  max-width: 800px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.region-description {
	max-width: none;
	border-width: 0;
	border-style: solid;
	color: #010101;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 25px;
	padding-left: 0px;
	padding-right: 0px;
}

p.paragraph.paragraph-1 {
  display: block;
	 margin-bottom: 10px;
  max-width: none;
  color: #010101;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-text {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 16px;
}

a.link-text.action-link {
  color: #010101;
  text-decoration: none;
  text-transform: none;
  font-weight: 600;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-text.navlink-1 {
  padding: 10px;
  text-decoration: none;
}

/* Layout Elements */

body.body-1 {
	background-color: #ccf;
	background-image: inherit;
}

.container.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  min-height: 80vh;
  background-color: #000;
  background-image: url('../Images-M/image07.jpg');
  alt:'Stone pathway across still pond';
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.hero-content-region {
  margin-top: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 800px;
}

.container.footer-region {
  padding: 24px 45px;
}

.container.highlight-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 24px 24px;
  min-height: 40vh;
  background-color: #ccf;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  color: #294b8e;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal;
}

/* navbar */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  font-size: 18px;
}


::-webkit-scrollbar {
    width: 25px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::selection{
  background: rgb(0,123,255,0.3);

}
.content{
  max-width: 1250px;
  margin: auto;
  padding: 0 30px;
}
.navbar{
  position: sticky;
  width: 100%;
  z-index: 2;
  padding: 25px 0;
  transition: all 0.3s ease;
}
.navbar.sticky{
  background: #ccf;
  padding: 10px 0;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}

 .navbar .content{
  display: flex;
  align-items: right;
  justify-content: space-between;
} 

.navbar a {
  text-decoration: none;
  color: #29468e;
}
.navbar a.navbar-brand {
  float: left;
  height: inherit;
  line-height: inherit;
  padding: 0 30px;
  
}
.navbar .logo a{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.navbar .menu-list{
  display: inline-flex;
}
/*.navbar a.navbar-brand span {
  font-size: 28px;
  font-weight: 700;
}*/
.navbar ul {
  float: right;
  /*padding-right:0;*/
  list-style: none;
 /* display:flex;
  Flex-direction: row;
  justify-content: space-between;
  align-items:center;*/
  height: inherit;
  line-height: inherit;
  padding: 0 30px;
  
  
}
.navbar ul li {
  display: inline-block;

/*display: inline-flex;*/
}
.navbar ul li a {
  display: block;
  text-align: center;
  min-width: 120px;
  padding:  5px;
}
.navbar ul li a:hover {
  background-color: rgba(255,255,255,0.15);
}
.navbar .navbar-toggler {
  display: none;
}


@media (max-width : 1280px ){
  .navbar ul {
    padding: 0 10px;
  }
  .navbar ul li a {
    min-width: 100px;
    padding: 0px 20px;
  }
}

@media (max-width: 837px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
	  display: block; 
    width: 100%;
    padding:0px 20px;
    background-color: #ccf;
    height:20vh; 
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
  }
  .navbar ul.open {
    max-height: 30vh;
  }
  .navbar ul li { padding:10px 0px 0px 0px;
    width: 100%;
	     border-bottom: 1px solid rgba(255,255,255,0.3); 
  }
  .navbar ul li a {
    padding:10;
  }
  .navbar .navbar-toggler {
    display: block;
    position: absolute;
    height: 40px;
    top: 20px;
    right: 20px;
    background-color: transparent;
    color: #fff;
    border: none;
    /* border-radius: 4px; */
    outline: none;
    padding: 0 5px;
    cursor: pointer;
  }
  .navbar .navbar-toggler span,
  .navbar .navbar-toggler span::before,
  .navbar .navbar-toggler span::after {
    display: block;
    content: '';
    background-color: #fff;
    height: 3px;
    width: 28px;
    border-radius: 4px;
    transition: all ease-in-out 0.3s;
  }
  .navbar .navbar-toggler span::before {
    transform: translateY(-8px);
  }
  .navbar .navbar-toggler span::after {
    transform: translateY(5px);
  }
  
  .navbar .navbar-toggler.open-navbar-toggler span {
    /* transform: rotate(90deg); */
    background-color: transparent;
    /* transform: scale(0.85) rotate(270deg); */
  }
  .navbar .navbar-toggler.open-navbar-toggler span::before {
    transform: translateY(0px) rotate(45deg);
    /* transform: translateY(0px) scale(0.75) rotate(45deg); */
  }
  .navbar .navbar-toggler.open-navbar-toggler span::after {
    transform: translateY(-3px) rotate(-45deg);
    /* transform: translateY(-3px) scale(0.75) rotate(-45deg); */
  }
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}



.container.method-section {
  margin-bottom: 20px; background-color: #ccf;
}

.container.container-bkg1 {
	display: block;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	padding: 24px 16px;
	padding-top: 10px;
	padding-bottom: 20px;
	min-height: 40vh;
	background-color: #010101;
	background-image: url(../Images-M/Lotus2.jpg);
	alt:'Blue Lotus opening in still pond among lilly pads.';
	background-attachment: scroll;
	background-position: center center;
	background-clip: border-box;
	background-origin: padding-box;
	background-size:100% auto;
	background-repeat: no-repeat;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	background-blend-mode: normal;
}



.container.container-5 {
margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  width: 90%;
  border-width: 1px;
  border-style: solid;
  background-color: #e1e1fc;
}

.container.Testimonial-section {
  padding-top: 10px;
  padding-bottom: 10px; 
	background-color: #ccf;
}

.container.Services-section {
  padding: 1px 24px;
  min-height: 50vh;
  background-color: #ccf;
}

.container.container-1 {
  grid-template-columns: none;
  grid-template-rows: none;
}

.container.container-2 {
  margin: 0;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  background-color: #e1e1fc;
}

.container.container-3 {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  background-color: #e1e1fc;
}

.container.container-4 {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  background-color: #e1e1fc;
}

.container.container-6 {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  border-width: 0;
  border-style: solid;
  background-color: transparent;
}

.container.container-7 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.container-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.container-9 {
  position: absolute;
  top: 75vh;
  display: block;
  width: auto;

  grid-template-columns: none;
  grid-template-rows: none;
}

.container-bkg2 { 
	display: block;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
		 width: 100%;
  height: 380px;
    background-repeat: no-repeat;
     background-size: contain;>
	background-color: #ccf;
	background-image: url(../Images-M/Image08.jpg);
	alt:'Stones balanced rising from still pond';
	background-attachment: scroll;
	background-position: center center;
	background-clip: border-box;
	background-origin: padding-box;
		-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	background-blend-mode: normal;
}

.container.container-bkg3 {
display: block;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 40vh;
	background-color: #ccf;
	background-image: url(../Images-M/HealHands.jpg);
	alt:'healing hands of light';
	background-attachment: scroll;
	background-position: center center;
	background-clip: border-box;
	background-origin: padding-box;

	background-repeat: no-repeat;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	background-blend-mode: normal;
}

div.responsive-picture.picture-1 {
  display: block;
  float: left;
  width: auto;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

div.responsive-picture.picture-1 > picture > img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 25% 25%;
     object-position: 25% 25%;
}

.html-element.navigation-code {
  display: none;
}

a.glyph.mobile-nav-button {
  display: none;
}

div.responsive-picture.picture-3 {
	position: static;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	max-height: 500px;
	-webkit-align-self: baseline;
	-ms-flex-item-align: baseline;
	align-self: baseline;
}

div.image-for-button.image-for-button-link-1 {
  max-width: none;
  width: 70px;
}

div.responsive-picture.picture-4 {
  margin-right: auto;
  margin-left: auto;
  width: 50%;
}

@media screen and (max-width: 1200px) {
  /* Layout Elements */

  .container.container-1 {
    grid-template-columns: none;
    grid-template-rows: none;
  }
}

@media screen and (max-width: 769px) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 48px;
  }

  h2.hero-subheading {
    font-size: 24px;
  }

  /* Layout Elements */

  .container.container-1 {
    grid-template-columns: none;
    grid-template-rows: none;
  }

  div.responsive-picture.picture-4 {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  /* Layout Elements */

  .container.navigation-links {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    background-color: #ffeebd;
    opacity: 0;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.navigation-links.show-menu {
    visibility: visible;
    opacity: 1;
  }

  a.glyph.mobile-nav-button {
    display: block;
    font-size: 34px;
    line-height: 1;
  }
}

@media screen and (max-width: 560px) {
  /* Layout Elements */

  .container.container-bkg1 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .container.container-1 {
    grid-template-columns: none;
    grid-template-rows: none;
  }
}

@media screen and (max-width: 360px) {

  .container.container-1 {
    grid-template-columns: none;
    grid-template-rows: none;
  }

 

/*Contact*/

#Contact { display: flex;
	margin-left:auto;
	margin-right: auto;
  align-items: center;
  justify-content: center;  max-width: 700px;   background:#AFC8DE; margin: 2em auto 0 auto; pading: 25px 40px 10px 40px; border: solid 5px #F1F1F1;}

.container .text{
  
	text-align: center;
  font-size: 35px;
	 border: none;
	font-weight: 600;
color: #29468e;}

	#Contact form {padding: 30px 0 0 0;}

.container form .form-row{
  display: flex;
	 border: none;
  margin: 32px 0;
	 
}

form .form-row .input-data{
  width: 100%;
  height: 40px;
  margin: 0 20px;
	
  position: relative;
}
form .form-row .textarea{
  height: 70px;
	 border: none;
	
}
.input-data input,
.textarea textarea{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
	padding:10px;
  font-size: 17px;
  border-bottom: 2px solid rgba(0,0,0, 0.12);
}
.input-data input:focus ~ label, .textarea textarea:focus ~ label,
.input-data input:valid ~ label, .textarea textarea:valid ~ label{
  transform: translateY(-20px);
  font-size: 14px;
	 border: none;
  color: #29468e;
}
.textarea textarea{
  resize: none;
  padding-top: 10px;
	 border: none;
}
.input-data label{
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    margin: 10px;
    font-size: 16px;
	color: #29468e;
    transition: all 0.3s ease;
    left: 3px;
}
.textarea label{
    width: 100%;
    bottom: 40px;
   
}
.input-data .underline{
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.input-data .underline:before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #3498db;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before{
  transform: scale(1);
}
.submit-btn .input-data{
  overflow: hidden;
  height: 45px!important;
  width: 25%!important;
	
}
.submit-btn .input-data .inner{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
	border-radius: 20px;
    background-color:#29468e;
  transition: all 0.4s;
}
.submit-btn .input-data:hover .inner{
 
background-color:#566280;
}
.submit-btn .input-data input{
  background: none;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.g-recaptcha {padding:20px;}

@media (max-width: 700px) {
  .container .text{
    font-size: 30px;
  }
  .container form{
    padding: 10px 0 0 0;
  }
  .container form .form-row{
    display: block;
  }
  form .form-row .input-data{
    margin: 35px 0!important;
  }
  .submit-btn .input-data{
    width: 40%!important;
  }
	div.container.container-bkg2
	{width: 60%}
}

@media screen and (max-width: 1280px) {
  div.responsive-picture.Hawk1 {
    width: 75%;
  }
	div.container.container-bkg2
	{width: 50%}
}

@media screen and (max-width: 768px) {
  div.responsive-picture.Hawk1 {
    width: 80%;
  }
	div.container.container-bkg2
	{width: 60%}
}

  /* Layout Elements */

  .container.container-bkg1 {
    background-size: 100% 100%;
  }
