:root {
  --color-3: #095495;
  --color-4: #08a4bc;
  --color: white;
  --color-7: #0954951a;
  --color-5: #00294c;
  --color-8: #9bb5cd;
  --color-2: #333;
  --color-6: #015c69;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1.5em;
}

li {
  margin-bottom: 5px;
}

.hero {
  background-image: url('../images/happy-couple-at-the-beach.jpg');
  background-position: 0%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 90vh;
  margin-top: 85px;
  padding: 5%;
  display: flex;
}

.hero-content-div {
  color: var(--color);
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  max-width: 700px;
  padding: 0;
  display: flex;
}

.hero-lg-line {
  color: var(--color-3);
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 4.5em;
  font-weight: 600;
  line-height: 1.1em;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 9px #0003;
}

.image {
  height: 85px;
}

.nav-menu {
  align-items: center;
  height: 95px;
  padding-right: 15px;
  display: flex;
}

.nav-link-jm {
  color: var(--color-3);
  align-items: center;
  padding: 10px;
  font-family: Fira Sans;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.nav-link-jm.phone {
  background-color: var(--color-3);
  color: var(--color);
  margin-left: 10px;
  font-family: Raleway, sans-serif;
}

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

.nav-icon {
  width: 25px;
}

.nav-txt {
  margin-left: 10px;
}

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

.section.full {
  padding-top: 0%;
  padding-bottom: 0%;
}

.section.bg-color {
  background-color: var(--color-7);
}

.section.testimonial {
  background-image: linear-gradient(#00294ce8, #00294ce8), url('../images/boynton.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.flex {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.wrap.flex.full {
  width: 100%;
}

.wrap.flex.top-marg {
  margin-top: 50px;
}

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

.txt-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 25px;
  display: flex;
}

.txt-50.pad {
  background-color: var(--color-7);
  padding: 50px;
}

.txt-div-top {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 50px 25px 5px 0;
  display: flex;
}

.txt-div-top.more {
  padding-top: 25px;
  padding-left: 0;
  padding-right: 50px;
}

.list-div {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-7), var(--color-7));
  justify-content: space-between;
  align-items: flex-start;
  min-width: 120%;
  margin-bottom: 20px;
  padding: 25px 25px 0;
  display: flex;
  position: relative;
}

.list-div._2 {
  background-image: none;
  width: 100%;
  min-width: 0;
  padding: 10px 10px 0;
}

.photo-50 {
  object-fit: cover;
  width: 50%;
  overflow: hidden;
}

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

.h2-white {
  color: var(--color);
  background-color: #fff0;
  background-image: none;
}

.text-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.photo-48 {
  object-fit: cover;
  width: 48%;
  overflow: hidden;
}

.values-wrap {
  color: var(--color);
  text-align: center;
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/download.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 120px 50px 50px;
  display: flex;
}

.value-div {
  border: 2px solid var(--color-8);
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 24%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5em;
  display: flex;
}

.value-div.third {
  width: 32%;
}

.icon-circle {
  border: 2px solid var(--color-8);
  background-color: var(--color-3);
  object-fit: contain;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.footer {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/download.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin: 25px 25px 0;
  padding-top: 5%;
  padding-bottom: 5%;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer-div.addresses {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.footer-div.form {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-field {
  border: 2px solid var(--color-8);
  background-color: #fff0;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color);
}

.address-div {
  color: var(--color);
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 20px;
  line-height: 1.4em;
  display: flex;
}

.address-img {
  object-fit: cover;
  width: 100%;
  max-height: 250px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.form-block {
  width: 100%;
}

.hero-line-2 {
  color: var(--color-5);
  max-width: 75%;
  margin-top: -15px;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.img-contain {
  max-width: none;
  max-height: 80%;
}

.div-block {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.brand {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
}

.nav-link-jm-reg {
  color: var(--color-3);
  align-items: center;
  padding: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.button-jm {
  border: 2px solid var(--color-4);
  background-color: var(--color-4);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 30px;
  line-height: 1em;
}

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

.div-49 {
  width: 49%;
}

.teal {
  color: var(--color-4);
}

.h3-less-btm {
  margin-bottom: 5px;
}

.testimonial-div {
  color: #fff;
  text-align: center;
  border: 3px solid #00cbce;
  border-bottom-right-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 25px;
  display: flex;
}

.name {
  font-weight: 700;
}

.div-block-2 {
  height: 25px;
}

.button-holder {
  display: flex;
}

.button-jm._2 {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 65%;
    height: 800px;
    padding-bottom: 15%;
  }

  .hero-content-div {
    width: 60%;
    max-width: none;
  }

  .hero-lg-line {
    font-size: 3em;
  }

  .nav-txt {
    display: none;
  }

  .wrap.flex {
    flex-flow: column;
  }

  .wrap.flex.top-marg {
    margin-top: 0;
  }

  .txt-50 {
    width: 100%;
  }

  .txt-div-top.more {
    padding-right: 0;
  }

  .list-div {
    min-width: 100%;
  }

  .photo-50 {
    width: 100%;
  }

  .photo-50.to-hide {
    display: none;
  }

  .text-48, .photo-48 {
    width: 100%;
  }

  .photo-48.to-hied {
    display: none;
  }

  .values-wrap {
    background-image: linear-gradient(to bottom, null, null), url('../images/download.png');
    background-attachment: scroll, scroll;
  }

  .value-div.third {
    width: 100%;
    margin-bottom: 100px;
  }

  .footer {
    background-image: linear-gradient(to bottom, null, null), url('../images/download.png');
    background-attachment: scroll, scroll;
  }

  .hero-line-2 {
    font-size: 1.2em;
  }

  .div-block {
    flex-flow: column;
  }

  .testimonial-div {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button-holder {
    display: flex;
    flex-flow: column;
  }
  
  .button-jm._2 {
    margin-left: 0;
    margin-top: 15px;
  }

  h2 {
    font-size: 2em;
  }

  .hero {
    height: 500px;
  }

  .hero-content-div {
    width: 55%;
  }

  .hero-lg-line {
    font-size: 2em;
  }

  .txt-50.pad {
    padding: 25px 25px 5px;
  }

  .list-div {
    padding: 15px 15px 0;
  }

  .footer {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero-line-2 {
    max-width: none;
    font-size: 1em;
  }

  .div-block-2 {
    height: 15px;
  }
}

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

  ul {
    width: 100%;
    margin-bottom: 0;
  }

  .hero {
    background-position: 78% 100%;
    background-size: auto 120%;
    justify-content: flex-end;
    height: 525px;
    margin-top: 70px;
    padding: 0%;
  }

  .hero-content-div {
    background-color: #ffffffbf;
    width: 100%;
    padding: 15px;
  }

  .image {
    height: 65px;
  }

  .nav-menu {
    height: 75px;
  }

  .txt-div-top.more {
    padding-top: 0;
  }

  .list-div {
    flex-flow: column;
    padding-bottom: 15px;
  }

  .values-wrap {
    padding: 90px 15px 15px;
  }

  .value-div.third {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .div-49 {
    width: 100%;
  }

  .testimonial-div {
    padding: 10px;
  }
}


