:root {
  --color: white;
  --color-3: #005da6;
  --color-5: #013964;
  --color-6: #58c1e9;
  --color-4: #4579bd;
  --color-2: #333;
}

h1 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 4em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2em;
}

.nav-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 5000;
  background-color: var(--color);
  justify-content: space-between;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 4px 4px 9px -2px #0000001a;
}

.brand {
  width: 20%;
  padding-top: 7px;
  padding-bottom: 7px;
}

.body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.nav-link:hover {
  color: var(--color-3);
}

.nav-link.phone {
  background-color: var(--color-3);
  color: var(--color);
  background-image: url('../images/icons8-phone-2.svg');
  background-position: 9%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 45px;
  font-weight: 600;
}

.nav-link.phone:hover {
  background-color: var(--color-5);
}

.hero-section {
  background-image: linear-gradient(#0000 43%, #000000c9 87%), url('../images/girl-smiling-at-camera.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 4%;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-wrapper {
  border: 2px solid var(--color-6);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding: 1% 2% 55px;
  display: flex;
  position: relative;
}

.hero-text {
  color: var(--color);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 38px;
}

.absolute-button {
  color: var(--color);
  text-transform: uppercase;
  background-color: #fff0;
  padding: 5px;
  position: absolute;
  inset: auto auto -13%;
}

.absolute-button:hover {
  color: var(--color-5);
  background-color: #fff0;
}

.service-section {
  background-image: linear-gradient(171deg, #fff 9%, #58c1e933);
  padding-top: 5%;
  padding-bottom: 0%;
}

.service-wrapper {
  justify-content: space-between;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.service-content {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 52%;
  padding: 0 0 5%;
  display: flex;
  position: relative;
}

.service-image {
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.list {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.list-item {
  margin-bottom: 10px;
}

.button {
  background-color: var(--color-5);
  margin-top: 10px;
  padding: 15px 25px;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-6);
}

.button.reverse {
  background-color: var(--color);
  color: var(--color-5);
}

.button.reverse:hover {
  background-color: var(--color-6);
}

.button.marg {
  margin-right: 5px;
}

.image-2 {
  max-height: 850px;
  position: relative;
}

.bk-block {
  background-image: linear-gradient(159deg, var(--color-4), #58c1e933 65%, #58c1e900 90%);
  width: 95%;
  height: 65%;
  position: absolute;
  inset: 12% auto auto -3%;
}

.why-section {
  background-color: #4579bdcc;
  background-image: linear-gradient(331deg, var(--color-5), #005da682);
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 4% 0%;
  display: flex;
}

.why-wrapper {
  justify-content: space-around;
  align-items: stretch;
  width: 85%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-image {
  width: 35%;
  height: auto;
  padding: 0;
}

.why-content {
  z-index: 5;
  border: 2px none var(--color);
  background-color: var(--color-5);
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 62%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 50px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.h3-white, .white-text {
  color: var(--color);
}

.doc-section {
  padding-top: 4%;
  padding-bottom: 5%;
}

.doc-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.doc-holder {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-top: 3%;
  display: flex;
}

.h3-center {
  text-align: center;
}

.icon {
  width: 75px;
  margin-bottom: 20px;
}

.doc-card {
  width: 50%;
  height: 525px;
  min-height: auto;
  padding: 0;
  position: relative;
}

.overlay-div {
  z-index: 2;
  background-image: linear-gradient(162deg, #4579bdbf 30%, #013964f2 82%);
  position: absolute;
  inset: 0%;
}

.doc-content {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.doc-name {
  z-index: 7;
  color: var(--color);
  text-align: center;
  height: auto;
  margin-bottom: 10px;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0%;
}

.center-white-text {
  color: var(--color);
  text-align: center;
}

.button-holder {
  margin-top: 3%;
}

.testimonial-wrapper {
  width: 80%;
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.slider-holder {
  background-color: #58c1e933;
  margin-top: 30px;
  padding: 50px;
}

.name {
  color: var(--color-3);
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  inset: auto auto -7% 0%;
}

.slider {
  background-color: #ddd0;
}

.slide-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 90%;
  display: flex;
}

.testimonial-text {
  font-size: 18px;
  line-height: 2.25em;
}

.contact-section {
  background-color: var(--color-5);
  padding-top: 5%;
  padding-bottom: 5%;
  position: static;
}

.contact-wrapper {
  justify-content: space-between;
  width: 85%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form {
  border: 4px solid var(--color-6);
  border-radius: 4px;
  width: 65%;
  padding: 25px;
}

.heading {
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 400;
}

.field-label {
  color: var(--color);
  font-weight: 600;
}

.text-field {
  margin-bottom: 20px;
}

.submit {
  background-color: var(--color);
  color: var(--color-5);
  text-transform: uppercase;
}

.submit:hover {
  background-color: var(--color-6);
}

.location-div {
  background-image: linear-gradient(#013964d9, #013964d9), url('../images/webclip.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.location-text {
  color: var(--color);
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  line-height: 2em;
}

.footer-text {
  color: var(--color);
  text-align: center;
  font-size: 13px;
  line-height: 1.6em;
}

.footer-div {
  width: 75%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: var(--color-6);
}

.link:hover {
  color: var(--color-4);
}

.test-section {
  background-color: var(--color-6);
  background-image: linear-gradient(315deg, var(--color-5) 11%, #fff0 71%, #005da6c2 96%);
  padding-top: 2%;
  padding-bottom: 2%;
}

.h2-center-white {
  color: var(--color);
  text-align: center;
  margin-bottom: 10px;
}

.test-wrapper {
  justify-content: space-between;
  width: 80%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.test-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.test-right {
  width: 65%;
}

.sub-text {
  color: var(--color-2);
  font-size: 22px;
}

.what-section {
  padding-top: 5%;
}

.what-wrapper {
  background-color: #4579bd00;
  justify-content: space-between;
  width: 85%;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.what-is-div {
  background-color: #58c1e900;
  background-image: linear-gradient(138deg, #58c1e933 9%, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 55px;
  display: flex;
}

.link-2 {
  color: var(--color);
}

._45-image {
  width: 50%;
  display: flex;
}

@media screen and (max-width: 991px) {
  h3 {
    margin-bottom: 10px;
    font-size: 1.8em;
    line-height: 1.1em;
  }

  .brand {
    width: 35%;
  }

  .nav-link.phone {
    background-position: 2%;
  }

  .hero-section {
    height: 675px;
  }

  .nav-menu {
    background-color: var(--color);
  }

  .hero-wrapper {
    width: 80%;
  }

  .service-wrapper {
    width: 100%;
  }

  .service-content {
    width: 60%;
    padding-bottom: 3%;
    padding-right: 5%;
  }

  .service-image {
    width: 40%;
  }

  .bk-block {
    height: 50%;
    top: 25%;
  }

  .why-wrapper {
    width: 95%;
  }

  .why-content {
    padding: 30px;
  }

  .doc-wrapper {
    width: 90%;
  }

  .doc-card {
    width: 80%;
  }

  .testimonial-wrapper {
    width: 85%;
  }

  .slider-holder {
    margin-top: 25px;
    padding: 35px;
  }

  .contact-wrapper {
    width: 90%;
    min-height: auto;
  }

  .form {
    width: 60%;
    padding: 20px;
  }

  .heading {
    font-size: 1.75em;
    line-height: 1.1em;
  }

  .heading.white-centered {
    text-align: center;
  }

  .location-div {
    width: 38%;
  }

  .test-section {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .h2-center-white {
    font-size: 3em;
    line-height: 1.1em;
  }

  .test-wrapper {
    width: 90%;
  }

  .test-left {
    width: 30%;
  }

  .sub-text {
    font-size: 18px;
    line-height: 1.2em;
  }

  .what-wrapper {
    width: 90%;
  }

  .what-is-div {
    padding: 30px;
  }

  .menu-button {
    background-color: var(--color);
  }

  .menu-button.w--open {
    background-color: var(--color-6);
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.6em;
  }

  .brand {
    width: 40%;
  }

  .body {
    font-size: 15px;
  }

  .hero-section {
    height: 500px;
  }

  .hero-wrapper {
    width: 90%;
    padding-top: 2%;
    padding-bottom: 40px;
  }

  .hero-text {
    font-size: 30px;
  }

  .absolute-button {
    bottom: -11%;
  }

  .service-section {
    padding-bottom: 3%;
  }

  .service-wrapper {
    flex-flow: column;
    width: 90%;
  }

  .service-content {
    width: 100%;
  }

  .service-image {
    width: 60%;
    display: none;
  }

  .list {
    margin-bottom: 5px;
  }

  .button, .button.marg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .why-wrapper {
    flex-flow: column;
  }

  .why-image {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
  }

  .why-content {
    width: 100%;
    padding: 25px;
  }

  .icon {
    width: 60px;
  }

  .doc-card {
    width: 100%;
    height: 450px;
  }

  .contact-wrapper {
    flex-flow: column;
  }

  .form {
    width: 100%;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  .location-div {
    width: 100%;
  }

  .location-text {
    font-size: 20px;
    line-height: 1.8em;
  }

  .h2-center-white {
    font-size: 2.75em;
  }

  .test-right {
    width: 60%;
  }

  .what-wrapper {
    flex-flow: column;
    width: 95%;
  }

  .what-is-div {
    width: 100%;
    padding: 25px;
  }

  ._45-image {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.5em;
  }

  .brand {
    width: 55%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .hero-section {
    height: 600px;
    padding-bottom: 12%;
  }

  .hero-wrapper {
    width: 92%;
    padding: 6% 3% 80px;
  }

  .hero-text {
    font-size: 25px;
  }

  .absolute-button {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .list {
    padding-left: 25px;
  }

  .why-image {
    max-height: 300px;
  }

  .why-content {
    padding: 20px;
  }

  .doc-wrapper, .doc-holder {
    width: 95%;
  }

  .doc-card {
    height: 550px;
  }

  .doc-content {
    padding: 10px;
  }

  .testimonial-wrapper {
    width: 85%;
  }

  .slider-holder {
    margin-top: 20px;
    padding: 20px;
  }

  .name {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .testimonial-text {
    font-size: 17px;
    line-height: 1.9em;
  }

  .form {
    border-width: 3px;
  }

  .location-text {
    font-size: 18px;
  }

  .h2-center-white {
    margin-bottom: 10px;
    font-size: 2em;
    line-height: 1em;
  }

  .test-wrapper {
    flex-flow: column;
  }

  .test-left {
    width: 100%;
  }

  .test-right {
    width: 100%;
    margin-top: 12px;
  }

  .what-is-div {
    padding: 20px;
  }
}


