* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}
html {
  font: 400 62.5% "Montserrat", sans-serif;
}
body {
  min-height: 100rem;
  background-color: white;
  text-decoration: none;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  transition: 0.6s;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 3rem 4rem 3rem;
  z-index: 1000;
  transition: 0.6s;
}
header.sticky {
  padding: 0.5rem 5rem 0.5rem 5rem;
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 0.1rem solid black;
}
header .logoH {
  height: 4rem;
  margin-right: 1.8rem;
}
header .logo {
  position: absolute;
  left: 10.5rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 3.2rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  transition: 0.6s;
}
.navin a {
  position: relative;
  margin: 0 1.5rem;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.2rem;
  font-weight: 700;
  font-size: 2rem;
  transition: 0.6s;
}
.navin a:hover {
  border-bottom: 0.2rem solid rgb(21, 122, 47);
  color: rgb(27, 82, 233);
}
.toggle {
  display: none;
}
header.sticky .logo,
header.sticky nav a {
  color: black;
}
.banner {
  position: relative;
  color: #fff;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  background: url(/images/TeMataHB.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 {
  color: white;
  font-size: 8rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin: 0 5%;
  line-height: 8rem;
}
h2 {
  font-size: 4rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  padding-top: 0rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #333;
}
h6 {
  font-size: 1.7rem;
}
span {
  color: rgb(21, 122, 47);
}
.statement {
  position: relative;
  width: 60%;
  left: 60%;
  transform: translateX(-50%);
}
pre {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 4rem;
  font-style: italic;
}
a.cntr1 {
  color: rgb(6, 148, 1);
  font-size: 2.4rem;
  font-weight: 800;
}
.constructimg {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
#about {
  min-height: 800px;
  background: linear-gradient(to bottom, #fcdaa677, #ffffff);
}
.sec {
  padding: 100px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}
.mxw800p {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.aboutcontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
p {
  position: relative;
  text-transform: none;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 3rem;
  letter-spacing: 0.1rem;
}
#services {
  background: linear-gradient(to bottom, #ffffff, #e3ffe083);
  min-height: 1000px;
}
.services {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  max-width: 100%;
  margin-top: 40px;
}
.services .box {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.337);
}
.services .box .iconBx {
  margin-top: 2.5rem;
}
.services .box .iconBx img {
  max-width: 80%;
  max-height: 25.5rem;
  margin-bottom: 1.5rem;
  image-rendering: optimizeSpeed;
}
h3 {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.services .box p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
#testimonials {
  position: relative;
  background: linear-gradient(to bottom, #e3ffe083, rgba(188, 219, 248, 0.479));
  height: 100vh;
  min-height: 1000px;
}
.testimonial-arrow {
  z-index: 1;
  bottom: -1.4rem;
  left: 45%;
  width: 1rem;
  height: 0;
  border-top: 1.5rem solid #ffffff;
  border-left: 1.3rem solid transparent;
  border-right: 1.3rem solid transparent;
}
.testimonial-text {
  background: #ffffff;
  padding: 2rem 1.4rem;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.337);
}
.testimonial-text p {
  padding-bottom: 1.8rem;
  line-height: 2.4rem;
}
.testimonial-date {
  font-size: 1.4rem;
  color: #acacac;
}
.testimonial-photo {
  height: 12rem;
  width: 12rem;
  margin: 1rem auto 0 auto;
  color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.testimonial-photo .testimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-item h5 {
  font-size: 1.8rem;
  color: rgb(192, 192, 192);
}
.testimonial-item p {
  font-size: 1.4rem;
}
.testimonial-item {
  cursor: pointer;
}
.testimonial-text:hover {
  background: #fb5279;
}
.testimonial-text:hover p {
  color: #ffffff;
}
.testimonial-text:hover .testimonial-date {
  color: #fff;
}
.testimonial-text:hover .testimonial-arrow {
  border-top-color: #fb5279;
}

/* testimonial two */
.testimonial-two {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem;
}
.testimonial-post {
  overflow: hidden;
  display: table;
}
.testimonial-post .post,
.testimonial-post .text-content {
  display: table-cell;
}
.testimonial-post .post {
  height: 6rem;
  width: 6rem;
}
.testimonial-post .post > img {
  width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.testimonial-post .text-content {
  vertical-align: middle;
  padding-left: 1rem;
}
.testimonial-post:hover a,
.testimonial-post:focus a {
  color: #f1c30f;
}
.testimonial-two .testimonial-para:before {
  display: block;
  font-size: 3.3rem;
  color: #535353;
  margin-bottom: 1.5rem;
  content: "\e67f";
}
.testimonial-two .testimonial-item h5 {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}
.testimonial-two .testimonial-item .rating {
  margin-top: 0.5rem;
}
.testimonial-two .testimonial-item .rating i {
  font-size: 1.5rem;
  color: #f1c30f;
}

.container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5px;
  margin-left: -1.5px;
}
.col-md-12 {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.text-center {
  text-align: center;
}
.m-0 {
  margin: 0;
}
.col-sm-12 {
  width: 100%;
  padding-top: 10rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.position-absolute {
  position: absolute !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.position-relative {
  position: relative !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  padding: 1rem;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  height: 80%;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.color-pink {
  color: #000000;
}
.color-black {
  color: white;
}

.cellnumb {
  font-size: 0.5em;
  align-content: center;
}
#contact {
  position: relative;
  background-color: rgb(236, 236, 236);
  min-height: 700px;
}
iframe {
  height: 625px;
  width: 100%;
  border: 1px solid rgb(163, 163, 163);
  border-radius: 7px;
}
.contact-us {
  position: absolute;
  width: 100%;
  display: grid;
  grid-template-areas: "header header" "details form" "footer footer";
  grid-template-columns: 1fr 1fr;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  grid-column-gap: 30px;
  padding: 40px 40px;
  height: 100%;
}
legend {
  text-align: center;
}
.contact-header {
  position: relative;
  grid-area: header;
  margin-top: 20px;
  margin-bottom: 60px;
}

.contact-form {
  position: relative;
  grid-area: form;
  height: 100%;
  padding-top: 0;
}
.contact-form .name {
  display: flex;
  justify-content: space-between;
}
.contact-form input,
.contact-form textarea,
.contact-form button {
  outline: none;
  font-size: 1.5rem;
}
.contact-form input,
.contact-form textarea {
  line-height: 40px;
  border: 0;
}
.contact-form input {
  height: 40px;
}
.contact-form input[type="email"],
.contact-form textarea {
  margin-top: 20px;
  width: 100%;
}
.contact-form input[type="text"] {
  width: 45%;
}
.contact-form textarea {
  resize: none;
}
.contact-form .submit {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.contact-form .submit button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  transition: 0.2s all ease-in-out;
}
.contact-form .submit button:hover {
  background: green;
  box-shadow: 5px 5px 1px gray;
}
.reasons-why {
  border: 0.1rem solid rgb(163, 163, 163);
  border-radius: 7px;
  position: relative;
  grid-area: details;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-top: 2rem;
  height: 625px;
  font-size: 22px;
}

.reasons-why ul {
  margin-top: 40px;
  padding-left: 40px;
}
.reasons-why ul li {
  margin: 10px 0;
  font-size: 1.3rem;
  font-weight: 600;
}
input,
textarea,
[contenteditable] {
  width: 2px;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  grid-area: footer;
  height: 30px;
  width: 100%;
  background-color: rgba(0, 0, 0);
  font-weight: 200;
  font-size: 0.4em;
  color: white;
  padding: 8px;
  z-index: 1000;
}
.footer {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}
#contactus fieldset {
  width: 100%;
  height: 100%;
  padding: 10%;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
#contactus label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
#contactus input[type="text"],
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  line-height: 140%;
  color: #000;
  padding: 3px;
  border: 1px solid #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
#contactus input[type="text"] {
  height: 25px;
  width: 100%;
  font-size: 1.4rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* #contactus #scaptcha {
  width: 60px;
  height: 18px;
} */

#contactus input[type="submit"] {
  width: 100%;
  height: 30px;
  padding-left: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#contactus textarea {
  height: 120px;
  width: 100%;
  color: #000;
  padding: 3px;
  border: 1px solid #999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#contactus input[type="text"]:focus,
#contactus textarea:focus {
  color: #009;
  border: 1px solid #990000;
  background-color: #ffff99;
  font-weight: bold;
}

#contactus .container {
  margin-top: 8px;
  margin-bottom: 10px;
}

#contactus .error {
  font-family: "Montserrat", sans-serif;
  font-size: 0.7em;
  color: #900;
  background-color: #ffff00;
}

#contactus fieldset#antispam {
  padding: 2px;
  border-top: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  width: 350px;
}

#contactus fieldset#antispam legend {
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  color: #333;
}

#contactus .short_explanation {
  font-family: Arial, sans-serif;
  font-size: 0.6em;
  color: #333;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip {
  display: none;
  width: 10px;
  height: 3px;
}
#fg_crdiv {
  font-family: Arial, sans-serif;
  font-size: 0.3em;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}
#fg_crdiv p {
  display: none;
}
.seclock {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 35px 10px;
}
/* @media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}*/
@media (max-width: 992px) {
  .toggle {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .toggle:before {
    content: "";
    position: absolute;
    top: 4px;
    width: 100%;
    height: 2px;
    background: rgb(0, 0, 0);
    z-index: 1;
    box-shadow: 0 10px rgb(0, 0, 0);
    transition: 0.5s;
  }
  .toggle:after {
    content: "";
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 2px;
    background: rgb(0, 0, 0);
    z-index: 1;
    transition: 0.5s;
  }
  nav {
    position: absolute;
    top: 51px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    visibility: hidden;
    opacity: 0;
  }
  .navin {
    position: absolute;
    top: 51px;
    left: 50%;
    transform: translateX(-50%);
    height: 60%;
    text-align: center;
    overflow: auto;
    background: #fff;
    visibility: hidden;
    opacity: 0;
  }
  header {
    padding: 5px 50px;
    background: rgba(255, 255, 255);
    border-bottom: 1px solid black;
  }
  header.sticky {
    background: rgba(255, 255, 255);
  }
  header .logo,
  header nav .navin a {
    color: black;
    font-size: 2rem;
  }
  header.active nav {
    visibility: visible;
    opacity: 1;
  }

  header.active .navin {
    visibility: visible;
    opacity: 1;
    display: grid;
    grid-template-areas: "home" "about" "sevices" "tests" "contact";
    grid-template-rows: 40px 40px 40px 40px 40px;
    grid-gap: 40px;
  }
  .statement {
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }

  .services {
    grid-template-columns: none;
    grid-template-rows: repeat(3, 1fr);
    margin-top: 60px;
  }
  .services .box .content {
    grid-area: container;
  }
  .services .box .iconBx {
    margin: 0;
    max-width: 80%;
    grid-area: img;
  }
  .services .box {
    display: grid;
    grid-template-areas: "img container";
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr;
    width: 90%;
    margin: 0 auto;
  }

  .services .box .iconBx img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .services .box p {
    margin-bottom: 0;
  }
  .container {
    max-width: 960px;
  }
  #contact {
    min-height: 1500px;
  }
  .contact-us {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 20px 1fr 1fr;
    grid-template-areas: "details" "header" "form" "footer";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    grid-row-gap: 1rem;
    padding: 70px 50px 40px 50px;
    height: 100%;
  }
  .reasons-why {
    padding-left: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
    height: 625px;
  }

  .reasons-why ul {
    margin-top: 2.5rem;
    padding-left: 40px;
  }
  .reasons-why ul li {
    margin-top: 30px;
  }
  .sec {
    padding: 100px 50px;
  }
}
@media (max-width: 850px) {
  .statement {
    left: 40%;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 6rem;
    margin: 0 5%;
  }
  h2 {
    font-size: 4rem;
    padding-top: 0px;
    font-weight: 800;
  }
  .mxw800p {
    max-width: 100%;
  }
  .statement {
    left: 35%;
  }
}

@media (max-width: 670px) {
  .services .box {
    grid-template-areas: "container";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 90%;
    margin: 0 auto;
  }
  .services .box .iconBx {
    height: 0;
    width: 0;
    visibility: hidden;
  }
  .services .box p {
    font-size: 1.1rem;
  }
  .statement {
    left: 30%;
  }
  pre {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 3.2rem;
  }
  a.cntr1 {
    font-size: 2rem;
    font-weight: 600;
  }
}
@media (max-width: 580px) {
  .mxw800p {
    max-width: 100%;
    margin: 0;
  }
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 3rem;
  }
  header {
    padding: 5px 25px;
  }
  header.sticky {
    padding: 5px 25px;
  }
  header .logo {
    left: 7.5rem;
  }
  p {
    font-size: 1.5rem;
  }
  .reasons-why ul li {
    font-size: 1.1rem;
  }
  .contact-us {
    padding: 70px 20px 55px 20px;
  }
  footer {
    padding: 4px;
  }
  .footer {
    font-size: 0.6rem;
  }
  .statement {
    left: 28%;
  }
  pre {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 3rem;
  }
  a.cntr1 {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
@media (max-width: 520px) {
  .statement {
    display: none;
  }
}
@media (max-width: 392px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .contact-us {
    padding: 70px 10px 55px 10px;
  }
}
