@font-face {
  font-family: Fyitahwp;
  src: url('../fonts/fyitahwp.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --main-color: #eee;
  --secondary-color: #b1976b;
  --secondary-hover: #baa281;
  --secondary-75: #f7c017bf;
  --third-color: #1d1d1d;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 17px;
}

li {
  margin-bottom: 0;
}

.header-1-container {
  background-color: var(--main-color);
}

.main-width {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.main-width.testimonials {
  margin-top: 60px;
}

.main-width.lb {
  flex-direction: row;
  display: flex;
}

.main-width.flex {
  display: flex;
}

.main-width.cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-width.initial {
  margin-bottom: 60px;
}

.main-width.book-a-consult {
  margin-top: 60px;
}

.header-logo {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-header {
  float: right;
  margin-left: 50px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Fyitahwp, sans-serif;
  font-size: 30px;
}

.header-icon-container {
  float: right;
  width: 750px;
  margin-top: 14px;
}

.icon-header-text {
  float: right;
  padding-top: 10px;
}

.navbar {
  text-align: center;
  background-color: #fff;
}

.nav-menu {
  float: none;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  padding: 29px 37px;
  font-weight: 700;
}

.nav-link:hover {
  color: #0000008a;
}

.nav-link.w--current {
  color: #000;
}

.hero-image {
  background-image: url('../images/construction-sample.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: auto;
}

.lead-form-block {
  float: right;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: 400px;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px;
  box-shadow: 1px 1px 27px 4px #00000059;
}

.lead-form-title {
  text-align: center;
  padding-bottom: 23px;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.2em;
}

.lead-form-submit {
  background-color: var(--secondary-color);
  border-radius: 5px;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  display: block;
}

.lead-form-submit:hover {
  background-color: var(--secondary-hover);
}

.textarea {
  margin-bottom: 26px;
}

.home-about {
  padding-top: 75px;
  padding-bottom: 75px;
}

.underline-text {
  text-transform: none;
  padding-bottom: 19px;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.1em;
}

.underline-text.centered {
  text-align: center;
  font-weight: 600;
}

.underline-text.centered.fees {
  margin-top: 20px;
}

.underline-block {
  background-color: var(--secondary-color);
  width: 100px;
  height: 2px;
  margin-bottom: 30px;
}

.underline-block.centered {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.underline-block.centered._2 {
  width: 250px;
  height: 2px;
  margin-bottom: 40px;
}

.rich-text-block {
  font-size: 16px;
  line-height: 1.5em;
}

.column {
  margin-top: 56px;
  padding-left: 53px;
  padding-right: 53px;
}

.cta-bar-1 {
  background-color: var(--main-color);
  text-align: center;
  background-image: linear-gradient(#00000078, #00000078), url('../images/Construction.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 70px;
  padding-bottom: 70px;
}

.cta-bar-1.white {
  color: #fff;
}

.cta-button {
  background-color: var(--secondary-color);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  width: 360px;
  max-width: 80%;
  margin: 25px auto 0;
  padding: 19px;
  font-size: 18px;
  display: block;
}

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

.cta-button.p {
  margin-top: 51px;
}

.what-we-do-section-3-block {
  padding-top: 115px;
  padding-bottom: 115px;
}

.what-we-do-image {
  border-radius: 0;
  margin-bottom: 12px;
}

.read-more-button {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-hover);
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 9px;
  padding: 15px 30px;
  font-size: 14px;
}

.read-more-button:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.paralax-stuff {
  text-align: center;
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/img22x.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 75px 20px;
}

.paralax-stuff._2 {
  color: #000;
  background-image: linear-gradient(#ffffffb0, #ffffffb0), url('../images/gavel-bg.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding: 131px 50px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.3em;
}

.paralax-stuff.white {
  color: #fff;
}

.centered-narrow-text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 19px;
  line-height: 1.5em;
  display: block;
}

.testimonial-block {
  border-top: 3px solid var(--secondary-color);
  text-align: center;
  background-color: #0000;
  padding: 100px 20px 75px;
}

.pre-block-text {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.testimonial-bubble {
  background-color: var(--main-color);
  text-align: left;
  border-style: none;
  border-radius: 10px;
  padding: 30px;
  font-style: italic;
  font-weight: 400;
}

.testimonial-bubble.inside {
  background-color: #f4f4f4;
  border-radius: 0;
  margin-bottom: 40px;
  padding: 39px;
}

.column-2, .column-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-credit {
  text-align: right;
  margin-top: 12px;
  font-style: normal;
  font-weight: 700;
}

.footer-1 {
  background-color: var(--secondary-color);
  color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}

.copyright {
  color: #fff;
  text-align: left;
  background-color: #111;
  padding: 25px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.five-stars {
  text-align: left;
  width: 130px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-row {
  margin-top: 59px;
  margin-bottom: 59px;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.white-link:hover {
  color: #ffffff96;
}

.image {
  border-radius: 15px;
  box-shadow: 5px 5px 17px #0003;
}

.footer-widget-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.footer-widget-heading._2 {
  margin-bottom: 5px;
}

.footer-links {
  clear: both;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.footer-links:hover {
  color: #ffffff91;
}

.footer-links.dark {
  color: #000;
}

.footer-text {
  font-size: 13px;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000012, #fff);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  padding-top: 193px;
  padding-bottom: 193px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.page-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#0000001f, #0000001f), url('../images/page-header.jpg');
  background-position: 0 0, 50% 15%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 106px;
  padding-bottom: 106px;
  font-family: Poppins, sans-serif;
}

.page-header._2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-heading-title {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.2em;
}

.content-section {
  padding-top: 75px;
  padding-bottom: 75px;
  font-family: Poppins, sans-serif;
}

.content-section.grey {
  background-color: #cfcfcf40;
}

.image-2 {
  float: right;
  display: block;
}

.image-float-right {
  float: right;
}

.column-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.flex-row-vertical-center {
  align-items: center;
  display: flex;
}

.flex-container-columns {
  justify-content: center;
  display: flex;
}

.flex-container-columns._2 {
  margin-top: 53px;
}

.blurb {
  width: 50%;
  padding-left: 10px;
  padding-right: 40px;
}

.blurb._2 {
  width: 20%;
}

.blurb-title {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35em;
}

.blurb-image {
  width: 76px;
  margin-bottom: 49px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blurb-text {
  text-align: left;
  font-size: 20px;
  line-height: 1.5em;
}

._2-column-pic-left {
  padding-top: 75px;
  padding-bottom: 75px;
}

._2-column-pic-right {
  padding-top: 75px;
  padding-bottom: 125px;
}

.column-blurbs {
  text-align: center;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 60px;
}

.color-cta-bar-simple {
  background-color: var(--secondary-color);
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cta-bar-text {
  font-size: 22px;
  line-height: 1.2em;
}

.row {
  align-items: center;
  display: flex;
}

.cta-bar-button {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  display: block;
}

.cta-bar-button:hover {
  background-color: #ffffff1a;
}

.left-blurbs {
  color: #fff;
  background-color: #2e2e2e;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.left-blurb {
  flex-direction: row;
  align-items: flex-start;
  width: 50%;
  padding-left: 27px;
  padding-right: 27px;
  display: flex;
}

.left-blurb-image {
  flex: none;
  max-width: 50px;
  margin-right: 15px;
}

.left-blurb-text {
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}

.left-blurb-text.centered {
  text-align: center;
}

.left-blurb-title {
  text-align: left;
  padding-bottom: .5em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.portfolio {
  text-align: center;
  background-image: url('../images/h2-parallax-1-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
}

.portfolio.white {
  color: #fff;
}

.sub-title-narrow {
  max-width: 700px;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  display: block;
}

.portfolio-grid {
  margin-bottom: 28px;
  display: flex;
}

.portfolio-thumb {
  flex-direction: column;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
}

.portfolio-thumb-text-box {
  color: #000;
  text-align: left;
  background-color: #fff;
  padding: 29px;
  font-size: 14px;
}

.image-3 {
  width: 100%;
}

.portfolio-thumb-title {
  text-transform: uppercase;
  padding-bottom: .5em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block {
  line-height: 1.5em;
}

.portfolio-link-block {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.footer-5-columns {
  padding-top: 75px;
  padding-bottom: 25px;
}

.footer-widget-flex {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.footer-widget-divider {
  background-color: #d6d6d6;
  width: 100%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.copyright-seperator {
  background-color: #dadada;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 32px;
  padding: 0;
}

.copyright-left {
  font-size: 11px;
}

.copyright-right {
  text-align: right;
  font-size: 11px;
}

.footer-dark-link {
  color: #333;
  text-decoration: none;
}

.footer-dark-link:hover {
  color: #33333385;
}

.pre-header {
  background-color: var(--secondary-color);
  padding-top: 11px;
  padding-bottom: 11px;
}

.pre-header-text {
  color: #fff;
  font-style: italic;
}

.pre-header-column {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.right-icon-header {
  text-align: right;
}

.social-icon-link {
  color: #fff;
  margin-left: 1.2em;
  font-family: Fyitahwp, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.social-icon-link:hover {
  color: #ffffff82;
}

.header-logo-2 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5em;
}

.map {
  width: 100%;
  height: 350px;
  margin-bottom: -62px;
}

.contact-flex {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.temp-bg {
  background-image: linear-gradient(#ffffff6e, #ffffff6e), url('../images/kalium.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, 1550px;
  min-height: 6000px;
}

.hero-section-2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/construction-sample.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 181px 0 114px;
}

.hero-section-2._2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/gavel-bg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 104px;
  padding-bottom: 104px;
}

.hero-title {
  text-transform: none;
  max-width: 615px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3em;
}

.body {
  font-size: 18px;
}

.hero-subtitle {
  max-width: 600px;
  margin-bottom: 0;
}

.button-1 {
  background-color: var(--secondary-hover);
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 16px 19px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
}

.button-1:hover {
  color: var(--secondary-color);
  background-color: #fff;
}

.button-1._2 {
  border: 1px solid #fff;
}

.button-1._2:hover {
  color: #fff;
  background-color: #0000;
}

._2-column-section {
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}

.section-subtitle {
  margin-bottom: 29px;
}

.heading {
  margin-top: 0;
}

.flex-container {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.heading-2 {
  font-size: 20px;
  line-height: 1.2em;
}

._2-column-div-block {
  width: 49%;
}

.column-paragraph {
  margin-bottom: 31px;
}

.projects {
  text-align: center;
  background-color: #0000;
  padding-top: 34px;
  padding-bottom: 0;
}

.project-grid {
  display: flex;
}

.project-thumb {
  width: 25%;
  height: 320px;
}

.project-thumb-image {
  width: 100%;
  height: auto;
}

.project-1 {
  color: #0000;
  background-image: url('../images/Construction.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.project-1:hover {
  background-image: linear-gradient(to bottom, var(--secondary-75), var(--secondary-75)), url('../images/Construction.jpg');
  color: #fff;
  text-align: center;
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.project-1._2 {
  background-image: url('../images/02.png');
  background-position: 50%;
  background-size: cover;
}

.project-1._2:hover {
  background-image: linear-gradient(to bottom, var(--secondary-75), var(--secondary-75)), url('../images/02.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-title {
  text-transform: uppercase;
  font-size: 26px;
}

.our-team {
  background-color: var(--main-color);
  padding-top: 75px;
  padding-bottom: 95px;
}

._4-columns {
  width: 23%;
  height: auto;
}

.name {
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 18px;
}

.title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
}

.image-5 {
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 21px;
}

.partners-and-clients {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}

.partner-logos {
  justify-content: space-between;
  display: flex;
}

.partner {
  height: 80px;
}

.prefooter {
  background-image: url('../images/map-1.png'), linear-gradient(to bottom, var(--secondary-color), var(--secondary-color));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

.prefooter-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-3 {
  font-size: 38px;
  line-height: 1.2em;
}

.prefooter-left {
  max-width: 640px;
}

.main-footer {
  background-color: var(--third-color);
  color: #fff;
  padding-top: 35px;
  padding-bottom: 80px;
  font-family: Poppins, sans-serif;
}

.footer-flex-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-widget-container {
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

.footer-widget-container._2 {
  margin-left: 7%;
}

.footer-widget-container._3 {
  width: 20%;
}

.footer-widget-container._4 {
  width: 20%;
  margin-right: 0%;
  padding-top: 62px;
}

.footer-link {
  color: #fff;
  margin-bottom: 7px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #ffffff87;
}

.footer-link._2 {
  color: #ffffffbd;
  display: inline-block;
}

.footer-link._2:hover {
  color: #fff;
}

.footer-link._3 {
  color: var(--secondary-hover);
  font-size: 16px;
  display: inline-block;
}

.footer-link._3:hover {
  color: #baa281b8;
}

.footer-logo {
  margin-bottom: 33px;
}

.body-2 {
  font-family: Poppins, sans-serif;
}

.footer-menu {
  text-align: right;
}

.nav-link-2 {
  padding-top: 36px;
  padding-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.nav-link-2:hover {
  color: #33333382;
}

.nav-link-2.w--current {
  color: #000;
  padding-top: 36px;
  padding-bottom: 32px;
}

.background-video {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding: 30px;
  display: flex;
}

.hero-gold {
  color: var(--secondary-hover);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1em;
}

.line-seperator {
  background-color: var(--secondary-hover);
  width: 100px;
  height: 1px;
  margin: 20px auto;
}

.large-hero {
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 110px;
  font-weight: 600;
  line-height: 1em;
}

.hero-block-text {
  max-width: 580px;
  margin: 16px auto 39px;
}

.text-block-2 {
  color: #ffffffba;
  padding-right: 18px;
}

.text-block-2._2 {
  margin-top: 60px;
}

.widget-header {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 39px;
  font-weight: 600;
}

.law-type {
  color: var(--secondary-hover);
  padding-bottom: 15px;
}

.footer-cta-text {
  float: none;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 100;
  line-height: 1.3em;
}

.footer-cta-text._2 {
  font-size: 20px;
  font-weight: 200;
}

.div-block-2 {
  float: left;
}

.footer-rule-divider {
  clear: both;
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 69px;
  padding-left: 20px;
  padding-right: 20px;
}

.clearfix {
  clear: both;
  width: 100%;
  height: 0;
}

.cta-button-footer {
  float: right;
  background-color: var(--secondary-hover);
  text-align: center;
  padding: 14px 32px;
}

.cta-button-footer:hover {
  color: var(--secondary-hover);
  background-color: #fff;
}

.text-block-3 {
  text-align: center;
}

.column-7, .column-8, .column-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.message-block {
  min-height: 140px;
}

.narrow-text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.column-10 {
  text-align: center;
}

.attorney-block {
  background-color: #fff;
  max-width: 100%;
  margin-bottom: 79px;
  margin-left: auto;
  margin-right: auto;
  padding: 39px;
  box-shadow: 0 0 10px 6px #0000001a;
}

.video-container {
  box-shadow: 0 0 17px 5px #00000014;
}

.attorney-name {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 39px;
  font-weight: 600;
  line-height: 1.2em;
}

.column-11 {
  padding-left: 43px;
  font-size: 16px;
  line-height: 1.7em;
}

.div-block {
  text-align: center;
}

.button-2 {
  color: #4066b0;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  padding: 16px 19px;
  font-size: 18px;
  line-height: 1em;
}

.button-2:hover {
  color: #eee;
  background-color: #4066b0;
}

.button-2._2 {
  float: right;
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white);
  text-align: left;
}

.button-2._2:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button-2._2._3 {
  float: none;
}

.main-width-2 {
  text-align: left;
  max-width: 1195px;
  min-height: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 20px;
  display: block;
}

.column-12 {
  text-align: right;
  padding-right: 0;
}

.div-block-5, .div-block-6 {
  font-family: Changa One, Impact, sans-serif;
}

.div-block-3 {
  background-color: #4066b0;
}

.div-block-11 {
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 21px;
  line-height: 1.2em;
}

.top-bar-2 {
  background-color: var(--third-color);
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-12 {
  color: #fff;
}

.div-block-4 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-8 {
  font-style: italic;
}

.div-block-7 {
  background-color: #4066b000;
  font-family: Droid Sans, sans-serif;
}

.header-1-container-2 {
  background-color: #fff;
}

.div-block-13 {
  float: right;
}

.header-icon-container-2 {
  float: none;
  width: 750px;
  margin-top: 0;
}

.header-logo-3 {
  float: left;
  color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.slogan {
  color: #4066b0;
  text-align: right;
  text-transform: none;
  padding-top: 35px;
  padding-bottom: 23px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.text-block-4, .text-block-5 {
  font-size: 20px;
}

.text-block-6 {
  line-height: 1.3em;
}

.text-block-7 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35em;
}

.text-block-8 {
  text-align: center;
}

.cta-bar-2 {
  text-align: center;
  background-color: #e9e9e9;
  background-image: linear-gradient(#00000078, #00000078), url('../images/Construction.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 70px;
  padding-bottom: 70px;
}

.cta-bar-2.white {
  color: #fff;
  background-image: linear-gradient(#00000078, #00000078), url('../images/bg2-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.underline-text-2 {
  color: #3d3d3d;
  padding-bottom: 19px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
}

.underline-text-2.white {
  color: #fff;
}

.underline-block-2 {
  background-color: #f8a400;
  width: 100px;
  height: 5px;
  margin-bottom: 29px;
}

.underline-block-2.centered {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-button-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #f8a400;
  border-radius: 50px;
  width: 360px;
  max-width: 80%;
  margin: 25px auto 0;
  padding: 19px;
  font-size: 18px;
  display: block;
}

.cta-button-2:hover {
  background-color: #df9c1a;
}

.div-block-14 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.column-13 {
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-bubble-2 {
  text-align: left;
  background-color: #fff;
  border-style: none;
  border-radius: 10px;
  padding: 30px;
  font-style: italic;
  font-weight: 400;
  box-shadow: 0 2px 17px -4px #0003;
}

.five-stars-2 {
  margin-bottom: 9px;
}

.column-14 {
  padding-left: 20px;
  padding-right: 20px;
}

.main-width-3 {
  max-width: 1195px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.main-width-3.lb {
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.image-6 {
  border-radius: 20px;
}

.column-15 {
  padding-left: 0;
}

.address-header {
  text-transform: none;
  margin-bottom: 39px;
  font-size: 23px;
  line-height: 1.25em;
}

.footer-link-01 {
  color: #fff;
  text-decoration: none;
}

.footer-link-01:hover {
  color: var(--secondary-hover);
}

.fee-container, .container {
  max-width: 700px;
}

.logo-type {
  color: #000;
  margin-top: 36px;
  font-size: 20px;
  font-weight: 700;
}

.heading-4 {
  color: var(--secondary-hover);
  letter-spacing: 2px;
  font-size: 35px;
  line-height: 1.2em;
}

@media screen and (max-width: 991px) {
  .main-width.testimonials {
    padding-left: 0;
    padding-right: 0;
  }

  .main-width.flex {
    display: flex;
  }

  .header-logo {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header-logo.w--current {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header-icon-container {
    float: none;
    clear: both;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .lead-form-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button {
    color: #000;
  }

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

  .page-header {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .page-header._2 {
    display: block;
  }

  .cta-bar-text {
    font-size: 31px;
  }

  .menu-word {
    float: left;
    color: #000;
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 16px;
    font-weight: 700;
  }

  .hero-section-2 {
    padding-top: 73px;
    padding-bottom: 73px;
  }

  .footer-menu {
    text-align: left;
    margin-top: 16px;
  }

  .nav-link-2 {
    background-color: #fff;
  }

  .menu-button-2 {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #fff;
  }

  .background-video {
    padding: 72px;
  }

  .large-hero {
    font-size: 90px;
  }

  .footer-cta-text {
    font-size: 26px;
  }

  .footer-cta-text._2 {
    font-size: 14px;
  }

  .cta-button-footer {
    float: none;
    margin-top: 21px;
  }

  .button-2._2 {
    border-color: var(--secondary-color);
  }

  .div-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-bar-2 {
    display: none;
  }

  .header-icon-container-2 {
    float: none;
    clear: both;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header-logo-3 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header-logo-3.w--current {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header-mobile-button {
    border: 1px none var(--secondary-color);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #0f0f0f;
    border-radius: 18px;
    width: 500px;
    max-width: 85%;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 17px;
    display: block;
  }

  .header-mobile-button:hover {
    background-color: var(--secondary-color);
  }

  .text-block-7 {
    color: var(--black);
    text-align: center;
    margin-bottom: 20px;
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .main-width {
    text-align: center;
  }

  .main-width.lb {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-width.flex {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .main-width.cta {
    flex-direction: column;
  }

  .header-logo {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .underline-block.centered._2 {
    margin-bottom: 45px;
  }

  .column {
    padding-left: 23px;
    padding-right: 23px;
  }

  .menu-button {
    color: #000;
  }

  .what-we-do-block {
    margin-bottom: 40px;
  }

  .what-we-do-image {
    width: 100%;
  }

  .column-2 {
    margin-bottom: 25px;
    padding: 0;
  }

  .column-3 {
    padding: 1px;
  }

  .testimonial-row {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-widget-heading {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .footer-widget-heading._2 {
    margin-top: 0;
  }

  .page-heading-title {
    font-size: 40px;
  }

  .content-section.grey {
    background-color: #cfcfcf40;
  }

  .image-float-right {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-4 {
    margin-bottom: 38px;
  }

  .flex-row-vertical-center, .flex-container-columns {
    flex-direction: column;
  }

  .blurb {
    width: 100%;
    margin-bottom: 65px;
  }

  .blurb-image {
    margin-bottom: 23px;
  }

  .image-float-left {
    width: 100%;
  }

  .color-cta-bar-simple {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .cta-bar-text {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
  }

  .row {
    flex-direction: column;
  }

  .cta-bar-button {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .left-blurbs {
    flex-direction: column;
  }

  .left-blurb {
    flex-direction: column;
    width: 100%;
    margin-bottom: 67px;
  }

  .left-blurb-image {
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .left-blurb-text {
    text-align: center;
  }

  .left-blurb-title {
    text-align: center;
    padding-bottom: 6px;
  }

  .sub-title-narrow {
    font-size: 16px;
  }

  .portfolio-grid {
    flex-direction: column;
  }

  .portfolio-thumb {
    margin-bottom: 21px;
  }

  .footer-widget-flex {
    width: 100%;
    margin-bottom: 46px;
    padding: 0;
  }

  .pre-header-text {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .pre-header-column {
    text-align: center;
  }

  .right-icon-header {
    text-align: center;
    padding-top: 10px;
  }

  .header-logo-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-5 {
    margin-bottom: 57px;
  }

  .column-6 {
    padding: 0;
  }

  .map {
    height: 400px;
  }

  .contact-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .menu-word {
    color: #000;
  }

  .flex-container {
    flex-direction: column;
  }

  ._2-column-div-block {
    width: 100%;
    margin-bottom: 35px;
  }

  .project-grid {
    flex-direction: column;
  }

  .project-thumb {
    width: 100%;
  }

  ._4-columns {
    width: 100%;
    margin-bottom: 50px;
  }

  .partners-and-clients {
    text-align: center;
  }

  .partner-logos {
    flex-direction: column;
  }

  .partner {
    margin-bottom: 25px;
  }

  .prefooter {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .prefooter-flex {
    flex-direction: column;
  }

  .prefooter-left {
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .main-footer {
    padding-bottom: 0;
  }

  .footer-flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-widget-container {
    width: 100%;
    margin-bottom: 47px;
  }

  .footer-widget-container._2 {
    float: none;
    margin-left: 0%;
  }

  .footer-widget-container._3 {
    float: none;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .footer-widget-container._4 {
    width: 100%;
    margin-left: 0%;
    padding-top: 0;
  }

  .nav-link-2 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #fff;
  }

  .background-video {
    height: auto;
    padding: 40px;
  }

  .hero-gold {
    font-size: 23px;
  }

  .large-hero {
    font-size: 60px;
  }

  .hero-block-text {
    width: 100%;
    font-size: 14px;
  }

  .footer-cta-text {
    text-align: center;
    margin-bottom: 11px;
  }

  .footer-cta-text._2 {
    margin-bottom: 22px;
  }

  .cta-button-footer {
    clear: both;
    display: block;
  }

  .google-map {
    display: none;
  }

  .video-container {
    margin-bottom: 32px;
  }

  .column-11 {
    padding-left: 0;
  }

  .button-2._2 {
    float: none;
  }

  .button-2._2._3 {
    text-align: center;
  }

  .main-width-2 {
    text-align: left;
    overflow: visible;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header-logo-3 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .underline-text-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .underline-block-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-9 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .column-13 {
    margin-bottom: 25px;
    padding: 0;
  }

  .column-14 {
    padding: 1px;
  }

  .main-width-3 {
    text-align: left;
  }

  .main-width-3.lb {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .lead-form-block {
    width: 90%;
    padding: 20px;
  }

  .lead-form-title {
    padding-bottom: 12px;
    font-size: 21px;
  }

  .underline-text {
    font-size: 28px;
  }

  .underline-block.centered._2 {
    margin-bottom: 35px;
  }

  .centered-narrow-text {
    font-size: 16px;
  }

  .testimonial-bubble {
    padding: 20px;
  }

  .footer-1 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .copyright {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 1.3em;
  }

  .footer-widget-heading._2 {
    margin-top: 0;
  }

  .page-header {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .page-heading-title {
    font-size: 30px;
  }

  .blurb-title {
    margin-top: 0;
    font-size: 27px;
  }

  .blurb-text {
    font-size: 15px;
  }

  .column-blurbs {
    padding-top: 0;
  }

  .cta-bar-text {
    margin-bottom: 25px;
  }

  .footer-widget-flex {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .header-logo-2 {
    float: left;
    max-width: 100%;
  }

  .contact-heading {
    font-size: 22px;
    line-height: 1.2em;
  }

  .map {
    height: 250px;
  }

  .hero-section-2 {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .hero-title {
    font-size: 36px;
  }

  .menu-button-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    max-width: 70%;
  }

  .background-video {
    height: auto;
  }

  .large-hero {
    font-size: 40px;
  }

  .hero-block-text {
    width: 100%;
    max-width: none;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 1.3em;
  }

  .div-block-6 {
    font-size: 16px;
  }

  .header-mobile-button {
    background-color: var(--third-color);
    max-width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .underline-text-2 {
    font-size: 28px;
  }

  .testimonial-bubble-2 {
    padding: 20px;
  }

  .address-header {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .logo-type {
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
  }
}


@font-face {
  font-family: 'Fyitahwp';
  src: url('../fonts/fyitahwp.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}