* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4 {
  font-family: "Lato", sans-serif;
}

p, b, strong, span, ul, li, a {
  font-family: "Overpass", sans-serif;
}

.footer-icons{
  width:100%;
  max-width:150px;
  margin:auto;
  display:flex;
  justify-content:space-between;
}

.footer-icons img{

}

.footer-icons i{
font-size:30px;
}

.footer-icons a{
  color:#009a96;
}

.blue-cta {
  background-color: #009a96;
  padding: 15px 20px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.blue-cta:hover {
  opacity: 0.8;
}

.shape-bottom {
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0px;
  z-index: 10;
}

.shape-top {
  width: 100%;
  position: absolute;
  top: -3px;
  left: 0px;
  z-index: 10;
}

header {
  padding: 15px 0px;
}

header .header-inner {
  padding: 0px 20px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-inner .header-logo img {
  width: 160px;
}

header .header-inner .mobile-toggle {
  display: none;
}

header .header-inner .header-nav {
  width: 100%;
  max-width: 700px;
}

header .header-inner .header-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-inner .header-nav ul li a {
  color: #282828;
  font-weight: 700;
  text-decoration: none;
}

header .header-inner .header-nav ul li a:hover {
  color: #009a96;
}

header .header-inner .header-nav ul li .blue-cta {
  background-color: #009a96;
  padding: 15px 20px;
  color: #fff;
  border-radius: 5px;
}

header .header-inner .header-nav ul li .blue-cta:hover {
  color: #fff;
  opacity: 0.8;
}

.header-bar {
  width: 100%;
  padding: 15px 0px;
  background-color: #f5f5f5;
}

.header-bar ul {
  padding: 0px 20px;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-bar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bar ul li h4 {
  font-size: 15px;
  letter-spacing: 0.5px;
}

.header-bar ul li i {
  margin-left: 10px;
  color: #009a96;
}

.hero {
  padding: 170px 0px 210px 0px;
  background-image: url("/img/hero.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero .hero-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero .hero-inner h1 {
  font-size: 50px;
  letter-spacing: 1px;
  color: #fff;
}

.hero .hero-inner .hero-buttons {
  margin: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero .hero-inner .hero-buttons a {
  margin: 0px 5px;
}

.hero .hero-inner .hero-buttons .blue-cta {
  padding: 12px 35px;
}

.hero .hero-inner .hero-buttons .white-cta {
  border: 2px solid #fff;
  padding: 12px 35px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.hero .hero-inner .hero-buttons .white-cta:hover {
  background-color: #ffffff59;
}

.hero .hero-inner span a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.hero .hero-inner span a i {
  color: #009a96;
}

.why-choose {
  padding: 80px 0px;
}

.why-choose .why-choose-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0px 20px;
  text-align: center;
}

.why-choose .why-choose-inner h2 {
  font-size: 35px;
  margin-bottom: 10px;
}

.why-choose .why-choose-inner h3 {
  word-break: break-word;
}

.why-choose .why-choose-inner h3 span {
  color: #009a96;
  font-size: 50px;
  line-height: 20px;
  margin: 0px 10px;
}

.why-choose .why-choose-inner p {
  margin-top: 20px;
  margin-bottom: 30px;
}

.why-choose .why-choose-inner a {
  margin-top: 20px;
}

.our-services {
  background-color: #f5f5f5;
  padding: 160px 0px 80px 0px;
  position: relative;
  text-align: center;
}

.our-services h2 {
  font-size: 35px;
  margin-bottom: 10px;
}

.our-services h3 {
  max-width: 600px;
  margin: auto;
  line-height: 35px;
  padding: 0px 10px;
}

.our-services .our-services-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 30px 0px;
}

.our-services .our-services-inner .box {
  width: 24%;
  min-width: 150px;
  padding: 20px 0px;
}

.our-services .our-services-inner .box .image-box img {
  width: 100%;
  max-width: 100px;
}

.our-services .our-services-inner .box h3 {
  padding-top: 10px;
}

.reviews {
  padding: 80px 0px;
  text-align: center;
}

.reviews h2 {
  font-size: 35px;
  margin-bottom: 10px;
}

.reviews h3 {
  max-width: 600px;
  margin: auto;
  line-height: 35px;
  padding: 0px 10px;
}

.reviews .reviews-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 40px 0px;
}

.reviews .reviews-inner .review {
  width: 32%;
  min-width: 280px;
  margin: 10px auto;
  -webkit-box-shadow: 0 4px 10px rgba(7, 42, 68, 0.3);
          box-shadow: 0 4px 10px rgba(7, 42, 68, 0.3);
  padding: 35px;
  border-radius: 5px;
}

.reviews .reviews-inner .review h3 {
  color: #009a96;
  margin: 10px 0px;
}

.accreditations {
  padding: 80px 20px 160px 20px;
  background-color: #f5f5f5;
  position: relative;
}

.accreditations .accreditations-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
  padding: 60px;
  -webkit-box-shadow: 0 4px 10px rgba(7, 42, 68, 0.3);
          box-shadow: 0 4px 10px rgba(7, 42, 68, 0.3);
}

.accreditations .accreditations-inner h2 {
  font-size: 35px;
  margin-bottom: 10px;
  text-align: center;
}

.accreditations .accreditations-inner ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.accreditations .accreditations-inner ul li {
  min-width: 100px;
  margin: 10px;
}

.faq {
  padding: 20px 0px 80px 0px;
  text-align: center;
}

.faq h2 {
  font-size: 35px;
  margin-bottom: 10px;
}

.faq h3 {
  max-width: 600px;
  margin: auto;
  line-height: 35px;
  padding: 0px 10px;
}

.faq .faq-inner {
  max-width: 600px;
  margin: auto;
}

.faq .faq-inner ul {
  list-style: none;
  margin-top: 30px;
}

.faq .faq-inner ul li .faq-q {
  font-weight: 800;
  padding: 15px;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  margin: 5px 0px;
  color: #282828;
  text-align: left;
  cursor: pointer;
}

.faq .faq-inner ul li .faq-a {
  max-height: 0;
  overflow: hidden;
  color: #009a96;
  line-height: 25px;
  background-color: #f5f5f5;
}

.faq .faq-inner ul li .open-faq {
  border-radius: 10px;
  padding: 20px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: visible;
  color: #009a96;
  display: table;
  width: 100%;
}

.get-in-touch {
  background-color: #009a96;
  padding: 80px 0px;
}

.get-in-touch h2 {
  font-size: 35px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.get-in-touch h3 {
  max-width: 500px;
  margin: auto;
  padding: 0px 10px;
  color: #fff;
  text-align: center;
}

.get-in-touch .get-in-touch-inner {
  padding-top: 20px;
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.get-in-touch .get-in-touch-inner input {
  width: 100%;
  height: 60px;
  margin: 10px 0px;
  text-indent: 20px;
  font-size: 16px;
  border: 0px;
  outline: none;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.get-in-touch .get-in-touch-inner input::-webkit-input-placeholder {
  color: #009a96;
}

.get-in-touch .get-in-touch-inner input:-ms-input-placeholder {
  color: #009a96;
}

.get-in-touch .get-in-touch-inner input::-ms-input-placeholder {
  color: #009a96;
}

.get-in-touch .get-in-touch-inner input::placeholder {
  color: #009a96;
}

.get-in-touch .get-in-touch-inner .black-btn {
  background-color: #282828;
  color: #fff;
  font-weight: 400;
}

.get-in-touch .get-in-touch-inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.get-in-touch .get-in-touch-inner p a {
  color: #fff;
  margin-left: 5px;
}

.get-in-touch .get-in-touch-inner p input {
  height: 30px;
  width: auto;
  margin-right: 10px;
}

footer {
  padding: 40px 0px;
}

footer .footer-inner {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  margin: auto;
}

footer .footer-inner p {
  text-align: center;
  font-size: 12px;
  color: #a0a0a0;
  font-weight: 400;
}

@media (max-width: 1000px) {
  header .header-inner .header-nav {
    display: none;
    position: absolute;
    top: 90px;
    max-width: 100%;
    left: 0px;
    z-index: 10;
    background-color: #fff;
    padding-bottom: 30px;
  }
  header .header-inner .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header-inner .header-nav ul li {
    padding: 20px;
  }
  header .header-inner .mobile-toggle {
    display: block;
    font-size: 40px;
    color: #009a96;
    cursor: pointer;
  }
  .header-bar ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-bar ul li {
    margin: 5px auto;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 300px;
  }
  .hero .hero-inner {
    padding: 0px 20px;
  }
  .hero .hero-inner h1 {
    text-align: center;
  }
  .faq .faq-inner {
    padding: 0px 20px;
  }
  .get-in-touch .get-in-touch-inner {
    padding: 0px 20px;
  }
}

@media (max-width: 600px) {
  .header-bar {
    display: none;
  }
  .hero {
    padding: 80px 0px 80px 0px;
  }
  .hero .hero-inner h1 {
    font-size: 40px;
  }
  .hero .hero-inner .hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero .hero-inner .hero-buttons a {
    margin: 5px 5px;
    display: block;
  }
  .accreditations {
    padding: 30px 20px 50px 20px;
  }
  .accreditations .accreditations-inner {
    padding: 30px;
  }
  .accreditations .accreditations-inner ul li {
    width: 100%;
  }
  .accreditations .accreditations-inner ul li img {
    margin: auto;
    display: block;
  }
  .our-services {
    padding: 80px 0px 80px 0px;
  }
}
/*# sourceMappingURL=style.css.map */