/* Mobile background images here */

.slide-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hands-mob.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hands-mob.jpg');
}
.slide-content._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/building-mob.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/building-mob.jpg');
}

@media (min-width: 480px) {
   
/* Desktop here*/
.slide-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hands.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hands.jpg');
}
.slide-content._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/building.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/building.jpg');
}
}

body {
  font-family: Inter, sans-serif;
  color: #241f20;
  font-size: 15px;
  line-height: 25px;
}

.navdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.specialty-section {
  padding: 100px 50px 50px;
  background-color: transparent;
}

.brand {
  width: 350px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent;
    z-index: 8;
}
.banner-text-link a{
    text-decoration: none;
}
.wp-block-button.noti-button a:hover{
    background-color: #00d2bd !important;
}
.wp-block-button.noti-button a {
    margin: 0 !important;
}
.banner-text-link a:hover{
    color:#ffcb00 !important;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  color: #ffcb00;
}

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

.slider {
  min-height: 100vh;
  background-color: transparent;
}

.slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-content._2 {
  background-position: 0px 0px, 0% 50%;
}

.hero-text-wrapper {
  position: relative;
  z-index: 750;
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 200;
  letter-spacing: -0.5px;
}

.word-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 70px;
}

.heading-2 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  font-weight: 500;
}

.button {
  min-width: 250px;
  margin-top: 18px;
  padding: 20px 25px;
  background-color: #004330;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #00d2bd;
}

.button.yellow {
  background-color: #ffcb00;
  color: #241f20;
}

.button.yellow:hover {
  background-color: #00d2bd;
  color: #fff;
}

.text-block {
  margin-bottom: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-2 {
  width: 75%;
  max-width: none;
  margin-bottom:30px;
}

.heading-3 {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  border-top: 5px none #ffcb00;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-transform: none;
}

.paragraph {
  margin-top: 15px;
  font-size: 16px;
}

.middel-h2 {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #241f20;
  font-size: 65px;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cs-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 160px;
  margin-right: 0.5%;
  margin-bottom: 16px;
  margin-left: 0.5%;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 5px;
  background-color: #004330;
  color: #fff;
}

.sblocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19%;
  min-height: 160px;
  margin-right: 0.5%;
  margin-bottom: 16px;
  margin-left: 0.5%;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 5px;
  background-color: #004330;
  color: #fff;
}

.text-block-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.text-block-3 {
  margin-bottom: 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.cta-section {
  position: relative;
  min-height: 500px;
}

.white-space {
  height: 250px;
}

.dark-div {
  min-height: 250px;
  background-color: #241f20;
}

.floating-cta {
  position: absolute;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: 0%;
  width: 90%;
  height: 400px;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.14);
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-h2 {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #241f20;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
  text-align: left;
}

.online {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  min-width: 600px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
}

.image-4 {
  width: auto;
  height: 75%;
}

.image-5 {
  max-height: 100%;
}

.know-section {
  padding: 25px 100px 100px;
  background-color: #241f20;
}

.know-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-h2 {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
}

.white-paragraph {
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.image-6 {
  width: 150px;
  margin-bottom: 20px;
}

.tab-wrapper {
  width: 100%;
  min-height: 50px;
  margin-top: 30px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-content {
  width: 70%;
}

.tablink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.tablink:hover {
  color: #ffcb00;
}

.tablink.w--current {
  background-color: transparent;
  color: #00d2bd;
}

.tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-yellow {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #00d2bd;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
}

.tab-text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.list {
  padding-left: 20px;
  color: #fff;
}

.list-item {
  margin-bottom: 5px;
  font-size: 16px;
}

.falls-paralax {
  min-height: 500px;
  background-image: url('../images/falls.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.location-block {
  width: 48%;
  min-height: 50px;
  padding-right: 25px;
}

.search_input {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(134, 170, 93, 0.48) rgba(134, 170, 93, 0.48) rgba(134, 170, 93, 0.48) rgba(51, 51, 51, 0.55);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.65);
  color: #000;
}

.search_input::-webkit-input-placeholder {
  color: #000;
}

.search_input:-ms-input-placeholder {
  color: #000;
}

.search_input::-ms-input-placeholder {
  color: #000;
}

.search_input::placeholder {
  color: #000;
}

.heading-reverse {
  position: relative;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.footer-links-2 {
  margin-bottom: 10px;
  margin-left: 0px;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}

.footer-links-2:hover {
  color: #ffcb00;
  font-weight: 300;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field {
  margin-bottom: 5px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 100%, 0.35);
  background-color: transparent;
  font-size: 14px;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.text-field:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.text-field::placeholder {
  color: #fff;
  font-weight: 300;
}

.form-block {
  position: static;
  width: 36%;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  border-left: 1px solid hsla(0, 0%, 100%, 0.5);
}

.paragraph-3 {
  margin-bottom: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.right-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 11px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-4 {
  width: 100%;
  margin-bottom: 9px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: left;
}

.footer-fax-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.text-block-5 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.access-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 30px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
}

.footer-section {
  min-height: 500px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 100px;
  background-color: #004330;
}

.footer-phone-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.footer-phone-link:hover {
  opacity: 0.5;
}

.form-block-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.footer-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 25px;
  margin-right: auto;
  margin-left: auto;
}

.search_div {
  width: 80%;
  margin-top: 16px;
}

.contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search {
  margin-bottom: 0px;
}

.loc-div {
  padding-top: 0px;
}

.textarea {
  min-height: 100px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.35);
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.textarea::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.textarea:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.textarea::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.textarea::placeholder {
  color: #fff;
  font-weight: 300;
}

.access-links {
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 0px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
}

.access-links:hover {
  color: #ffcb00;
}

.access-links:active {
  color: #ffc82e;
}

.access-links:visited {
  color: #fff;
}

.image-7 {
  width: 25px;
  margin-right: 10px;
}

.heading-6-nav {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 35px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.search_btn {
  display: none;
}

.image-8 {
  margin-bottom: 22px;
}

.dropdown-toggle {
  color: #fff;
}

.dropdown-toggle:hover {
  color: #ffcb00;
}

.dropdown-list {
  background-color: #333;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link:hover {
  background-color: #004330;
}

.static_bottom_buttons {
  position: fixed;
  left: 25px;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  color: #fff;
}

.bottom_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
  padding: 0px 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004330;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.bottom_btn:hover {
  background-color: #00d2bd;
  color: #241f20;
}

.bottom_btn._2 {
  background-color: #ffcb00;
  color: #241f20;
  font-size: 14px;
}

.bottom_btn._2:hover {
  background-color: #00d2bd;
}

.bottom_btn.h {
  font-size: 14px;
}

.image-9 {
  width: 25px;
  margin-right: 4px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nv {
  position: absolute;
  left: 0%;
  top: 220px;
  right: auto;
  bottom: auto;
  width: 10px;
  height: 10px;
}

.icon-2 {
  font-size: 20px;
}

.icon-3 {
  font-size: 20px;
}

.logo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  /* box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.09); */
}
.logo1a {
  width: 9%;
}
.logo1 {
  width: 9%;
}

.logo2 {
  width: 9%;
}

.logo3 {
  width: 9%;
}

.logo4 {
  width: 14%;
}

.logo5 {
  width: 14%;
}
.logo6 {
  width: 12%;
}
.logo7 {
  width: 12%;
}

.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.soc-block {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  cursor: pointer;
}

.soc-block:hover {
  opacity: 0.37;
}

.inner-content-section {
  min-height: 500px;
  padding: 50px 100px;
  background-color: transparent;
}

.inner-navbar {
  background-color: #333;
}

.pillar-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  padding: 130px 100px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(251, 169, 34, 0.1);
  background-image: url('../images/officeblur.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pillar-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-size: 65px;
  line-height: 65px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-transform: none;
}

.bc-nav-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004330;
}

.bc-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 25px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bc-link {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.bc-link:hover {
  color: #ffcb00;
  font-weight: 300;
}

.line-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: rgba(173, 172, 172, 0.49);
}

._50-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: 100px;
  margin-bottom: 0px;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.list-item-2 {
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

._50-container-2 {
  position: relative;
  overflow: hidden;
  width: 40%;
  min-height: 400px;
}

.inner-content-wrapper {
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.list-2 {
  margin-bottom: 0px;
  padding-left: 20px;
  color: #2b5877;
}

.bullet-wrapper {
  width: 40%;
  margin-bottom: 20px;
  margin-left: 25px;
  padding: 20px;
  float: right;
  background-color: #e6e6e6;
}

.sidebyside-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-27 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 400px;
  max-width: none;
  min-height: 0px;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-3 {
  width: 95%;
  min-height: 50px;
  margin-top: 15px;
  padding: 20px;
  background-color: rgba(255, 203, 0, 0.23);
}

.quote {
  margin-top: 15px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  line-height: 35px;
  font-style: italic;
}

.left-h2-inner {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #241f20;
  font-size: 55px;
  line-height: 60px;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .specialty-section {
    padding-top: 75px;
    padding-bottom: 50px;
  }

  .nav-link {
    background-color: #241f20;
  }

  .slide-content {
    padding-right: 50px;
    padding-left: 50px;
  }

  .slide-content._2 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .image-2 {
    width: 85%;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 26px;
  }

  .middel-h2 {
    font-size: 55px;
    line-height: 60px;
  }

  .services-wrapper {
    margin-top: 25px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .sblocks {
    width: 32%;
    margin-right: 0%;
    margin-bottom: 7px;
    margin-left: 0%;
  }

  .text-block-2 {
    font-size: 15px;
    line-height: 24px;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .cta-section {
    min-height: 700px;
    background-color: #241f20;
  }

  .white-space {
    background-color: #fff;
  }

  .floating-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 400px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    width: 100%;
  }

  .left-h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .online {
    position: static;
    width: 100%;
    min-height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-4 {
    width: 25%;
    height: auto;
  }

  .image-5 {
    width: 65%;
    height: auto;
  }

  .know-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .white-h2 {
    font-size: 55px;
    line-height: 60px;
  }

  .tablink {
    padding-left: 10px;
    font-size: 22px;
  }

  .falls-paralax {
    min-height: 400px;
  }

  .location-block {
    width: 100%;
    padding-right: 0px;
  }

  .footer-links-2 {
    margin-bottom: 11px;
    margin-left: 0px;
    font-size: 16px;
  }

  .link-block {
    width: 100%;
    margin-top: 25px;
    padding-top: 20px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .form-block {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
    border-right-style: none;
    border-left-style: none;
  }

  .right-link-container {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-fax-div {
    margin-bottom: 10px;
  }

  .access-wrapper {
    margin-top: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-section {
    padding: 50px 50px 111px;
  }

  .form-block-2 {
    margin-top: 20px;
  }

  .search_div {
    width: 50%;
  }

  .contact-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .access-links {
    font-size: 12px;
    text-align: center;
  }

  .static_bottom_buttons {
    left: 10px;
    top: auto;
    right: auto;
    bottom: 0%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    background-color: #241f20;
  }

  .menu.w--open {
    background-color: #004330;
  }

  .left-arrow {
    width: 25px;
  }

  .right-arrow {
    width: 25px;
  }

  .logo-section {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo1 {
    width: 10%;
  }

  .logo2 {
    width: 10%;
  }

  .logo3 {
    width: 10%;
  }

  .logo4 {
    width: 14%;
  }

  .logo5 {
    width: 10%;
  }

  .inner-content-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .pillar-header {
    min-height: 250px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .bc-nav-section {
    padding: 15px 50px;
  }

  .bc-nav {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bc-link {
    text-align: center;
    letter-spacing: 1px;
  }

  .line-2 {
    height: 25px;
  }

  ._50-container-1 {
    width: 60%;
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .list-item-2 {
    margin-bottom: 5px;
  }

  ._50-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 370px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: none;
  }

  .bullet-wrapper {
    padding: 10px;
  }

  .image-27 {
    height: 100%;
  }

  .quote {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .left-h2-inner {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .navdiv {
    margin-top: 5px;
  }

  .specialty-section {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .brand {
    padding-left: 0px;
  }

  .hero-section {
    height: 100vh;
    min-height: 600px;
  }

  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .slider {
    height: 100vh;
    min-height: 600px;
  }

  .slide-content {
    padding-right: 35px;
    padding-left: 35px;
  }

  .slide-content._2 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .heading {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 35px;
  }

  .word-wrapper {
    margin-bottom: 30px;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 55px;
  }

  .button {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .middel-h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .sblocks {
    width: 100%;
    min-height: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cta-section {
    min-height: 500px;
    padding-bottom: 25px;
  }

  .white-space {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
  }

  .dark-div {
    display: none;
  }

  .floating-cta {
    position: relative;
    z-index: 490;
    min-height: 0px;
  }

  .left-h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .online {
    min-width: 0px;
  }

  .know-section {
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .white-h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .image-6 {
    width: 125px;
  }

  .tab-wrapper {
    margin-top: 19px;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    margin-top: 17px;
  }

  .tablink {
    min-height: 0px;
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  }

  .tab-content {
    width: 100%;
  }

  .left-yellow {
    margin-bottom: 19px;
  }

  .falls-paralax {
    min-height: 300px;
  }

  .heading-reverse {
    font-size: 35px;
    line-height: 40px;
  }

  .form-block {
    margin-top: 11px;
    padding-right: 0px;
  }

  .paragraph-3 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .right-link-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-4 {
    line-height: 18px;
  }

  .footer-section {
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .search_div {
    width: 50%;
  }

  .access-links {
    margin-right: 0px;
    text-align: left;
  }

  .heading-6-nav {
    font-size: 30px;
    line-height: 35px;
  }

  .static_bottom_buttons {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bottom_btn {
    width: 50%;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(13, 55, 147, 0.6);
    font-size: 13px;
    text-align: center;
  }

  .bottom_btn._2 {
    width: 50%;
  }

  .bottom_btn.h {
    display: none;
  }

  .social-container {
    margin-bottom: 20px;
  }

  .inner-content-section {
    padding: 25px;
  }

  .pillar-header {
    min-height: 200px;
    padding: 100px 25px 25px;
  }

  .heading-4 {
    font-size: 55px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
  }

  .bc-nav-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .bc-link {
    font-size: 12px;
    letter-spacing: 0px;
  }

  .line-2 {
    margin-right: 5px;
    margin-left: 5px;
  }

  ._50-container-1 {
    width: 100%;
    padding-right: 0px;
  }

  ._50-container-2 {
    width: 100%;
    min-height: 350px;
    margin-top: 10px;
  }

  .bullet-wrapper {
    width: 100%;
    margin-left: 0px;
    float: none;
  }

  .sidebyside-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    width: 100%;
    margin-bottom: 15px;
  }

  .left-h2-inner {
    font-size: 45px;
    line-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .navdiv {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand {
    width: 220px;
  }

  .slide-content {
    padding-right: 25px;
    padding-left: 25px;
  }

  .slide-content._2 {
    padding-right: 25px;
    padding-left: 25px;
    background-position: 0px 0px, 50% 50%;
  }

  .button {
    width: 100%;
    min-width: 0px;
    font-size: 15px;
  }

  .image-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }

  .paragraph {
    margin-top: 5px;
    font-size: 15px;
  }

  .middel-h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .left-h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .online {
    min-height: 0px;
    margin-top: 23px;
  }

  .white-h2 {
    font-size: 40px;
    line-height: 45px;
  }

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

  .list-item {
    font-size: 15px;
  }

  .heading-reverse {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .falls-paralax {
    background-image: url('../images/falls-mob.jpg');
  }

  .footer-links-2 {
    margin-bottom: 7px;
  }

  .footer-section {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .search_div {
    width: 100%;
  }

  .access-links {
    margin-bottom: 14px;
    line-height: 16px;
  }

  .static_bottom_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bottom_btn._2 {
    width: 100%;
  }

  .bottom_btn.hb {
    display: block;
      width: 100%;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .logo-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo1 {
    width: 40%;
    margin-bottom: 10px;
  }

  .logo2 {
    width: 48%;
    margin-bottom: 10px;
  }

  .logo3 {
    width: 45%;
    margin-bottom: 15px;
  }

  .logo4 {
    width: 70%;
    margin-bottom: 22px;
  }

  .logo5 {
    width: 40%;
    margin-bottom: 10px;
  }

  .pillar-header {
    min-height: 100px;
    padding: 115px 25px 30px;
  }

  .pillar-hero-wrapper {
    min-height: 20px;
    line-height: 14px;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
  }

  .bc-nav-section {
    display: none;
  }

  .bc-nav {
    display: block;
  }

  .list-item-2 {
    font-size: 15px;
    line-height: 25px;
  }

  ._50-container-2 {
    min-height: 250px;
  }

  .bullet-wrapper {
    padding: 10px;
  }

  .image-27 {
    min-height: 250px;
  }

  .div-block-3 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
  }

  .quote {
    margin-top: 0px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
  }

  .left-h2-inner {
    font-size: 30px;
    line-height: 40px;
  }
}

