html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; box-sizing: border-box;}
blockquote, q {quotes: none;}
b, strong {font-weight:700;}


body {
  background: #193E4E;
}

.clear {
  clear:both;
}

.mount {background-image: url('/images/mountain1.png'); background-size: cover; background-position: right bottom;background-repeat: no-repeat;}

.container {
  width:90%;
  margin: 0 auto;
  max-width: 1400px;
}

.last {
  float: right;
  margin: 0;
}

.home-banner {
  background: linear-gradient( rgba(25, 62, 78, 0.87), rgba(25, 62, 78, 0.87)), url('/images/mountain-background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.banner {
  background: linear-gradient( rgba(25, 62, 78, 0.87), rgba(25, 62, 78, 0.87)), url('/images/laptop.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header {
  padding: 30px 0px;

}

 .logo {
  width: 25%;

}

h1 {
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 6em;
}

h2 {
  color:white!important;
  font-family: "Playfair Display", serif;
  line-height: 1.7;
  font-size: 1.7em;
}

h3 {
  color:white;
  font-family: "Playfair Display", serif;
  line-height: 1.7;
  font-size: 1.3em;
}

.logo img {
  width: 100%;
}

.flexbox {
  display:flex;
}
.flexbox2 {
  display:flex;
}

p {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.3em;
}

.navigation {
  width:70%;
  padding: 29px 5px;
  margin: 0px 0px 20px 0px;
}

.topnav {
  overflow: hidden;
  float:right;
}

.topnav a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 19px;
  text-decoration: none;
  font-size: 17px;
  font-family: "Playfair Display", serif;

}

.home-banner-content {
  padding: 100px 0px 200px 0px;
}

.home-banner-content h1 {
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 6em;
  margin-bottom: 80px;

}

.home-banner-text {
  width: 50%;
  padding: 30px 0px;
  border-bottom: 1px solid white;
  float:right;
  color:white;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.7;
  font-size: 1.2em;
}




 .book-call {
  border: 1px solid #ffffff!important;
  border-radius: 35px;
  margin-left: 60px;
}

.topnav a:hover {
  background-color: #A7CADC;
  color: black;
}

.topnav a.active {
  background-color: #A7CADC;
  color: black;
}

.topnav .icon {
  display: none;
}

.main {
  padding: 40px 0px;
 color:white;
 line-height: 1.7;
}

.founder-img {
  width: 300px;
  height: 300px;
  margin-right: 70px;
}

.founder-text  .flexbox {
margin: 30px 0px;
}

.founder-text h3 {
font-size: 6em;
margin-top: -40px;
margin-right: 40px;
color:#2C7483;
}

.founder-info p {
  margin: 20px 0px;
}

.small {
  width:30%;
  color:#80B3BA;
}


.main h2 {
  margin-bottom: 30px;
}

.image-full {
  background: url('/images/desk.jpg');
  background-size: cover!important;
  background-repeat: no-repeat;
  background-position: center;
  padding: 450px 0px;
}

.header-box {
  background:#193E4E!important;
  padding: 30px;
  width: 100%;
  position:relative;
  margin: 500px 0px -450px 0px!important;
}



 ul li {
  list-style: none;
  font-size:1.3em;
  color:white;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.7;
  margin: 30px 0px;

}

.main ul li::before {
  content: url("/images/tick.png");
  display: inline-block;
  line-height: 1.7;
  margin-left: -40px;
  margin-right: 10px;
  vertical-align: middle;

}

.half {
  padding: 60px 40px;
  width: 50%;
}

.quarter {
  padding: 40px 30px;
  width: 25%;
  background: #2C7483;
  padding-bottom: 80px;
  margin: 10px 0px 100px 0px;
}

.quarter:nth-of-type(2n) {
  background: #16537E;
}

.quarter p {
  color: #fff;
  font-size: 1.3em!important;
}

.quarter i p {
  color:white!important;
  margin: 0px 0px 20px 0px;
  font-weight: 100;
  font-size: 1.75em !important;
  line-height: 1.2em;
}

.ulsq {width: 70%; margin-left:12.5%;}

.half ul {
  margin-top: 50px;
}

.half ul li {
  list-style: none;
  font-size:1.3em;
  color:white;
  font-family: 'PT Sans', sans-serif;
  width: 90%;
  line-height: 1.7;
  margin: 30px 0px;

}

.half ul li::before {
  content: url("/images/tick.png");
  display: inline-block;
  line-height: 1.7;
  margin-left: -40px;
  margin-right: 10px;
  vertical-align: middle;

}

.why-choose-us {
    margin: 100px 0px 100px 0px!important;

}

.why-choose-us .header-box {
  background:#A7CADC!important;
  padding: 30px;
  width: 100%;
  position:relative;
  margin: 0px 0px 0px 0px!important;
}

.why-choose-us h2 {
  color:#193E4E;
}

.why-choose-us .content-box {
  padding: 50px;
  background: #D7E9F2;
}

.content-box .circle {
  background:#16537E;
  padding: 35px;
  height: 250px;
  width: 250px;
  border-radius: 1000px;
}

.content-box .circle p {
  color:white;
  text-align:center;
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: 100;
}


.content-box .circle2 {
  background:#16537E;
  padding: 35px;
  height: 225px;
  width: 225px;
  border-radius: 1000px;


}

.content-box .circle2 p {
  color:white;
  text-align:center!important;
  margin-top: 30px;
}



.text {
  width: 60%;
  padding: 30px 0px 400px 0px;
  color:white;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.7;
  margin: -40px 0px -1px 0px;

}

.text h2 {
  margin: 10px 0px 20px 0px;
  font-style: italic;
}

.text a {
  color:white;
  font-size: 1em;
}

table {
  font-family: 'PT Sans', sans-serif;
  color:white;
  width:100%;
  margin-bottom: 30px;
}

table td:first-child {
  color:#80B3BA;
  width: 45%;
}

table tr td:last-child {
  background:#80B3BA;
  padding: 20px;
}

table td:nth-of-type(4n) {
  background:#16537E;
  padding: 20px;
}

.contact {
  background: #80B3BA;
  padding: 30px;
  margin: 50px 0px;
  width: 50%;
}

.contact a {
  text-decoration: none;
  color:#0D2834;
  transition: .5s;
}
.contact i {
  font-size: 1.8em;
  margin: 0px 15px 0px 0px;
  color:#2C7483;
  transition: .5s;
}



.contact a:hover {
  color:#16537E;
  transition: .7s;
}

.contact a:hover i {
  color: #0D2834;
  transition: .7s;
  transform: scale(1.1);
}


.contact-form{
  display: flex;
  flex-direction: column;
  background-color: #2C7483;
  padding: 50px;
  margin: 30px 0px;
}

label{
  color:#A7CADC;
  margin: 20px 0px 10px 0px;
  font-family: 'PT Sans', sans-serif;
}

input{
  padding: 15px;
    border: none;
    outline: 0;
    width: 100%;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
    resize: none;
    transition: ease all .3s;
    border: solid 1px transparent;
    margin-bottom: 10px;
}

textarea{
  padding: 15px;
    border: none;
    outline: 0;
    width: 100%;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
    resize: none;
    transition: ease all .3s;
    border: solid 1px transparent;
    margin-bottom: 10px;
    height: 300px;
}

.submitbutton{
  margin-top: 20px;
  font-size: 20px;
  background-color: #A7CADC;
  color: #fff;
  transition: .5s;
  width: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  border: none;
}

.submitbutton:hover {
    background-color: #FFB33E;
    transition: .5s;
    transform: scale(1.03);
}


.send-image {
    height: 15px;
    width: auto;
    margin-left: 3px;
}

#send-button {
    cursor: pointer;
    opacity: 1 !important
}

#send-button.disabled {
    pointer-events: none;
    opacity: .5 !important
}

.submitbutton:hover{
  background-color: black;
}

.mountain-home {
  width:100%;
  position: absolute;
  top:2799;
  z-index: -1;

}

.mountain-about {
  width:100%;
  position: absolute;
  top:2360;
  z-index: -1;

}

.mountain-support {
  width:100%;
  position: absolute;
  top:4058;
  z-index: -1;

}

.mountain-background {
  display:none;
}

.mountain-contact {
  width:100%;
  position: absolute;
  top:1882;
  z-index: -1;

}

.mountain-sitemap {
  width:100%;
  position: absolute;
  top:672;
  z-index: -1;

}


.footer {
  background: #0D2834;
  padding: 50px 0px;
}

.footer img {
   width: 30%;
   float: right;
   margin: -130px auto 50px auto;
}

.footer b {
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase!important;
  letter-spacing: 1.25px;
}

.footer ul {
  margin-top: 40px;
}

.footer ul li {
  list-style-type: none;
  color: white!important;
  font-family: 'PT Sans',sans-serif;
  line-height: 1.9;
  margin: 0px 30px 0px -40px;
}

.footer a {
  color:white;
  text-decoration: none;
  transition: .5s;
}

.footer a:hover {
  color:#16537E;
  transition: .7s;
}

.footer-left {
  width: 47%;
  padding: 20px 0px;
  margin-bottom: 60px;
}

.footer-right {
  text-align: right;
  width: 47%;
  padding: 20px 0px;
  color:white;

}


img.icon30 {width:30px; margin:0px 20px -10px 0px;}

ul.icons { padding:0px 0px 0px 20px; margin:0px 0px 30px 20px;}
ul.icons li {background-image: none; font-size: 1.3em; font-weight: 100; border-bottom: 1px dotted #2C7483;
  padding:10px 0px 12px 0px; margin:0px 0px 0px 0px;}
ul.icons li::before {content:'';}



.contactbox {float:left; width:30%; margin:0px 5% 0px 0px; border:1px solid #2C7483; padding:30px; text-align: center; color: #fff;
font-size:1.3em; font-weight: 100;}
.contactboxlast {margin:0px 0% 0px 0px; }
.contactbox i {font-size: 3em;}
.contactbox p:nth-of-type(1) {color: #2C7483; margin-top:10px;}
.contactbox:hover {border:1px solid #80B3BA; }


@media screen and (max-width: 89em) {

  .container {
    width:90%;
  }
  .navigation {
    width:75%;
    padding: 0px 5px;
  }

  .logo {
    width: 20%;
  }

  .content-box .circle {
    height: 200px;
    width: 200px;
  }

  .content-box .circle p {
    margin-top: 20px;
  }

  .mountain-home {
    top:3160!important;

  }

  .mountain-about {
    top:2775;
    z-index: -1;

  }

  .content-box .circle2 {
    height: 150px;
    width: 150px;
    padding:15px;


  }

  .content-box .circle2 p {
    margin-top: 30px;
    font-size: 0.9em;
  }

  .mountain-support {
    top: 4595;
  }

  .mountain-contact {
    top:2201;
  }

  .mountain-sitemap {
    top:965;
  }



}


@media screen and (max-width: 59em) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 59em) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media only screen and (max-width: 59em){
.container {
  width: 96%
}

.flexbox {
  display:block;
}
.last {
  float:none;
}

.logo {
  width: 60%;
}

.navigation {
  width:100%;
}

.topnav {
  float:none;
  margin: 50px 0px;
}

.book-call {
  width: fit-content;
  border-radius: 35px;
  margin-left: 0px;
}

.founder-img {
  width: 200px;
  height: 200px;
  margin-right: 70px;
}

.home-banner-content h1 {
  font-size: 3.5em;
}

.home-banner-text {
  width:100%;
}

.image-full {
  padding:200px 0px;
}

.header-box {
  width: 100%!important;
  margin: 94px 0px -400px 0px!important;
}

.half {
  width:100%;
}

.contact-form{
  display: flex;
  flex-direction: column;
  background-color: #2C7483;
  padding: 50px 30px;
}





.content-box .circle {
  height: 300px;
  width: 300px;
  margin: 20px auto;
}

.content-box .circle p {
  margin-top: 80px;
}

.content-box .circle2 {
  height: 300px;
  width: 300px;
  margin: 30px auto;

}

.content-box .circle2 p {
  color:white;
  text-align:center!important;
  margin-top: 100px;
}

.text {
  width:100%;
}

.mountain-background {
  display: block;
  padding: 120px;
  background: url('/images/mountain1.png');
  background-size: 700px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.mountain-home {
  display:none;
}
.flexbox2 {
  display:flex;
}

.small {
  width:100%;
}

hr {
  margin: 10px 0px!important;
}

.quarter {
  width:100%;
  margin:0;
}

.quarter:last-child {
 margin-bottom: 40px;
}

.contact {
  width: 100%;
}


 td {
  width: auto;
  display:block;



}

table td:first-child {
  width: 100%;
}

table tr td:last-child {
  background:#80B3BA;
  padding: 20px;
}

.text {
  width: 100%;
  margin: -30px 0px 10px 0px;

}

.mountain-contact {
  top: 2510;
  display:none;
}

.mountain-about {
  top: 4444;
  display:none;
}

.mountain-support {
  top: 7690;
  display:none;

}

.mountain-sitemap {
  top: 1235;

  display:none;

}

.footer {
  padding: 50px 20px;
}

.footer img {
   width: 25%;
   margin: -450px auto 50px auto;
}



.footer ul li {
  list-style-type: none;
  color: white!important;
  font-family: 'PT Sans',sans-serif;
  line-height: 1.9;
  margin: 0px 30px 0px -40px;
}


.footer-left {
  width: 100%;
  margin-bottom: 60px;
}

.footer-right {
  text-align: left;
  width: 100%;

}


}

@media only screen and (max-width: 39em) {

}
