.nav-link {
  display: block;
  width: 100%;
  height: 90px;
  padding-top: 33px;
  padding-bottom: 30px;
  border-top: 1px solid #403f3f;
  border-bottom: 1px solid #3c3c3c;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(6%, #161616), color-stop(98%, #2d2d2d));
  background-image: linear-gradient(0deg, #161616 6%, #2d2d2d 98%);
  font-family: Montserrat, sans-serif;
  color: #777474;
  font-size: 22px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

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

.nav-link:active {
  color: #fb0;
}

.nav-link:focus {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a47800), to(#fb0)), -webkit-gradient(linear, left bottom, left top, color-stop(6%, #161616), color-stop(98%, #2d2d2d));
  background-image: linear-gradient(0deg, #a47800, #fb0), linear-gradient(0deg, #161616 6%, #2d2d2d 98%);
  color: #262626;
}

.nav-link.w--current {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#755906), to(#fb0));
  background-image: linear-gradient(0deg, #755906, #fb0);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .5);
  color: #000;
  font-size: 18px;
}

.nav-link.w--current:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#755906), to(#fb0));
  background-image: linear-gradient(0deg, #755906, #fb0);
  color: #000;
}

.nav-link.w--current:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb0), color-stop(99%, #6b5602));
  background-image: linear-gradient(180deg, #fb0, #6b5602 99%);
  color: #262626;
}

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

.close-div {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0.3;
  font-family: Lato, sans-serif;
  color: #fcfbfa;
  font-size: 24px;
  font-weight: 400;
}

.close-div:hover {
  opacity: 1;
  color: #fb0;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  border-bottom: 5px none #eee;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  color: transparent;
}

.side-nav-bg {
  width: 100%;
  height: 100%;
  background-color: #292929;
  background-image: url('../images/black-Linen.png');
  background-position: 0px 0px;
  background-size: 241px;
  color: transparent;
}

.menu-icon {
  position: relative;
  top: 3px;
  height: 40px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 17px;
  padding-left: 17px;
  border: 1px solid #646464;
  border-radius: 6px;
  background-color: transparent;
  background-image: none;
  letter-spacing: 3px;
}

.menu-icon:hover {
  border-style: solid;
  border-color: #1559be;
  background-color: #1559be;
  background-image: none;
  color: #fff;
}

.container-9 {
  display: block;
  -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;
}

.side-logo-div {
  width: 100%;
  height: 134px;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.close {
  position: relative;
  right: 140px;
  z-index: 6;
  width: 55px;
  height: 55px;
  margin-top: 62px;
  margin-right: 9px;
  padding: 16px 0px 11px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 93%, .47);
  border-radius: 90px;
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.close:hover {
  color: #fff;
  font-weight: 700;
}

.menu-button {
  display: block;
  margin-top: 6px;
  padding: 0px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 39px;
  text-align: right;
}

.menu-button.w--open {
  background-color: transparent;
}

.section {
  position: relative;
  height: 600px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid rgba(255, 0, 0, .87);
  background-image: url('../images/iStock-175130389.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: right;
}

.lg-band {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 5px solid rgba(255, 0, 0, .87);
}

.section1 {
  padding-bottom: 100px;
}

.section1.lg-band {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 13px;
}

.section-3.lg-band {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, #eee, #eee);
}

.section-3.leasing {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-intro-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 30%;
}

.home-intro-wrapper.mid {
  position: relative;
  left: 0px;
  top: -56px;
  right: 250px;
  z-index: 10;
  width: 100%;
}

.home-intro-wrapper.right {
  left: auto;
  top: 0px;
  right: 0px;
}

.button {
  margin-top: 20px;
  padding-right: 21px;
  padding-left: 21px;
  border-radius: 60px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b4fc9;
  color: #fff;
}

.button.text-button {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  line-height: 29px;
}

.button.text-button:hover {
  background-color: #000;
}

.section-5 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.intro-block-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.home-intro-link-block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 340px;
  border-radius: 10px;
  background-image: url('../images/Home-Business-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}

.home-intro-link-block._3 {
  background-image: url('../images/Home-Download.jpg');
}

.home-intro-link-block._2 {
  height: 450px;
  background-image: url('../images/Home-App.jpg');
  background-size: cover;
}

.container {
  position: relative;
}

.container.home-intro-container {
  top: -202px;
  text-align: center;
}

.container.centered {
  -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;
  text-align: center;
}

.intro-block-text-wrapper {
  display: block;
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intro-block-text-wrapper.mid {
  width: 65%;
}

.intro-block-text-wrapper.last {
  width: 240px;
  margin-left: auto;
  padding-left: 20px;
}

.intro-block-overlay {
  width: 100%;
  height: 100%;
  padding-top: 135px;
  border-radius: 10px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  color: #fff;
  text-align: center;
}

.intro-block-overlay:hover {
  background-color: rgba(0, 0, 0, .3);
  opacity: 1;
}

.intro-block-overlay.large {
  padding-top: 185px;
}

.contact-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1559be;
  color: #fff;
}

.section-title-wrapper {
  display: block;
  width: 55%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  font-size: 16px;
  text-align: center;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 49px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a3a3a3;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 0, 0, .87);
  font-size: 40px;
  text-align: center;
  text-shadow: none;
}

.section-title.white {
  margin-bottom: 0px;
  color: rgba(255, 0, 0, .87);
}

.section-title.links {
  margin-top: 54px;
}

.section-title.clients {
  margin-bottom: 10px;
  padding-top: 17px;
  padding-bottom: 25px;
  border-top: 1px none #b8b8b8;
  text-align: center;
}

.section-description {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.outline-social-icon {
  width: 50px;
  height: 50px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 13px;
  border: 1px solid #fff;
  border-radius: 100%;
}

.footer-small-social-icon {
  height: 15px;
}

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

.paragraph {
  margin-top: -22px;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #747474;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span {
  color: rgba(255, 0, 0, .87);
  font-size: 20px;
  font-weight: 700;
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 30px;
  border-top: 5px solid rgba(255, 0, 0, .87);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .29)), to(rgba(0, 0, 0, .29))), url('../images/dark-leather.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/dark-leather.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.container-11 {
  border-top: 1px none #1559be;
}

.section-7 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-8 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-8.white-band {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.column {
  padding-right: 20px;
  padding-left: 30px;
  border-left: 5px solid #1559be;
  border-radius: 7px;
}

.dropdown-toggle {
  position: static;
  z-index: 100;
  display: block;
  width: 100%;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 78%, .5)), to(hsla(0, 0%, 78%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 78%, .5), hsla(0, 0%, 78%, .5));
  font-family: Lato, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.dropdown {
  z-index: 100;
  width: 100%;
  margin-top: 30px;
}

.heading {
  margin-top: 50px;
  font-style: italic;
}

.dropdown-link {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.paragraph-2.body-copy {
  font-size: 20px;
}

.text-block {
  color: #6e6e6e;
  font-size: 21px;
}

.column-2 {
  padding-right: 31px;
  padding-left: 31px;
}

.body-copy {
  margin-bottom: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.body-copy.address {
  margin-top: 30px;
  padding-top: 39px;
  padding-bottom: 30px;
  border-top: 1px solid #1559be;
  border-bottom: 1px solid #1559be;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.body-copy.address.copy {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.body-copy.address.copy.ad {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 18px 234px 0px;
  border-top-style: none;
  border-bottom-style: none;
  color: #df0606;
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.body-copy.no-space {
  margin-bottom: 0px;
  padding-top: 5px;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

.body-copy.left {
  display: inline-block;
  margin-bottom: 30px;
  text-align: left;
}

.body-copy.less-space {
  margin-bottom: 30px;
  text-align: center;
}

.body-copy.italic {
  border-style: none;
  border-color: #acabab;
  border-radius: 10px;
  font-style: italic;
}

.body-copy.call-our {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #747474;
  color: #df0606;
  font-weight: 700;
}

.body-copy.trio {
  margin-top: 0px;
  text-align: center;
}

.body-copy.contact-info {
  margin-right: 8px;
  margin-bottom: 0px;
  padding: 0px 26px 0px 23px;
  border-radius: 0px;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.rich-text-block {
  display: inline-block;
}

.bullets {
  font-family: Lato, sans-serif;
  color: #1559be;
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
}

.heading-2 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 31px;
}

.heading-3 {
  margin-bottom: 5px;
  color: #1559be;
  font-style: italic;
}

.image {
  padding-bottom: 30px;
}

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

.heading-4 {
  color: #1559be;
  font-style: italic;
  font-weight: 700;
}

.italic-text {
  font-style: normal;
  font-weight: 400;
}

.media-limks {
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgba(21, 89, 190, .49);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.media-limks:hover {
  color: #1559be;
}

.section-9 {
  height: 400px;
  background-image: url('../images/Screen-Shot-2018-09-14-at-12.56.02-PM.png');
  background-position: 50% 71%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-5 {
  margin-top: 30px;
  color: #1559be;
  font-size: 30px;
}

.heading-6 {
  margin-top: 30px;
  color: #1559be;
  font-size: 29px;
}

.slider {
  height: 400px;
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: rgba(80, 79, 79, .87);
}

.block-quote {
  margin-right: 101px;
  margin-left: 101px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-left-color: #1574be;
  color: rgba(0, 0, 0, .2);
  font-size: 31px;
  line-height: 34px;
}

.heading-7 {
  margin-top: auto;
  margin-bottom: 30px;
  padding-left: 40px;
  color: #1559be;
  font-style: italic;
}

.list {
  color: #1559be;
  font-size: 18px;
  line-height: 25px;
}

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

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

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

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

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

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

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

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

.pic {
  margin-right: 18px;
  float: left;
  border-radius: 100px;
}

.column-3 {
  padding-left: 30px;
}

.white-band {
  padding-top: 100px;
  padding-bottom: 100px;
}

.white-band.lg-band {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, .87)), to(rgba(255, 0, 0, .87)));
  background-image: linear-gradient(180deg, rgba(255, 0, 0, .87), rgba(255, 0, 0, .87));
  font-weight: 400;
}

.contact-info {
  display: block;
  color: #747474;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.italic-text-5 {
  font-weight: 700;
}

.italic-text-5.click {
  color: #383838;
  font-weight: 400;
}

.italic-text-5.click:hover {
  color: #03ff03;
}

.click {
  color: #383838;
  font-weight: 400;
}

.click:hover {
  color: #03ff03;
}

.italic-text-6 {
  font-weight: 400;
}

.italic-text-7 {
  font-weight: 400;
}

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

.text-span-2 {
  color: #979797;
  font-size: 21px;
  font-weight: 400;
}

.heading-9 {
  color: #1559be;
}

.italic-text-8 {
  color: red;
  font-size: 28px;
  line-height: 30px;
  font-style: normal;
  letter-spacing: -1px;
}

.heading-10 {
  color: #1559be;
}

.heading-10.links {
  margin-top: 50px;
  margin-bottom: 23px;
}

.image-2 {
  margin-top: 9px;
  margin-right: 40px;
  float: left;
}

.slide {
  height: 320px;
}

.slide-2 {
  background-image: url('../images/main-window-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide-3 {
  background-image: url('../images/main-window-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/main-window-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  border: 3px solid #eee;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, .25);
}

.slider-2 {
  top: -41px;
  height: 450px;
}

.container-13 {
  padding-top: 0px;
}

.text-block-2 {
  color: #eee;
}

.heading-11 {
  color: #eee;
}

.image-4 {
  position: absolute;
  display: none;
  float: left;
}

.container-14 {
  display: block;
  padding-top: 50px;
}

.text-block-3 {
  position: relative;
  top: 18px;
  display: inline-block;
  margin-left: 10px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 35px;
  letter-spacing: -1px;
}

.text-span-3 {
  color: red;
}

.container-15 {
  display: inline-block;
}

.link-button {
  display: block;
  margin-right: 17px;
  margin-bottom: 10px;
  padding: 20px 50px;
  border-radius: 5px;
  font-size: 20px;
  text-transform: uppercase;
}

.link-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#707070));
  background-image: linear-gradient(180deg, #707070, #707070);
}

.link-button._2 {
  clear: none;
}

.div-block-3 {
  display: inline-block;
  float: left;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.slide-5 {
  background-image: url('../images/iStock-861175412.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slide-6 {
  background-image: url('../images/iStock-175130389.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/iStock-545558738.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text {
  color: #1559be;
}

.text-span-4 {
  margin-bottom: 33px;
  font-size: 24px;
  letter-spacing: -1px;
}

.link-title {
  font-size: 20px;
}

.works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.up {
  position: fixed;
  right: 47px;
  bottom: 60px;
  padding: 20px;
  border: 3px none #659ef1;
  border-radius: 70px;
  background-color: transparent;
  background-image: url('../images/arrow1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}

.up:hover {
  border-style: none;
  border-color: #acacac;
  background-color: transparent;
  background-image: url('../images/arrow2.png');
  background-position: 50% 50%;
  background-size: contain;
}

.up.w--current {
  bottom: 94px;
  border-style: none;
  border-color: transparent;
  background-color: transparent;
  background-image: url('../images/arrow1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.up.w--current:hover {
  background-image: none;
}

.image-5 {
  height: 400px;
}

.image-6 {
  margin-right: 22px;
  float: left;
}

.red {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: red;
  font-size: 40px;
}

.text-span-5 {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 40px;
}

.text-span-6 {
  color: #eee;
  font-weight: 400;
}

.row {
  margin-bottom: 50px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 40px;
  right: 0px;
  display: inline;
  border-bottom: 5px solid rgba(255, 0, 0, .87);
  background-color: #fff;
}

.nav-link-2 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #acacac;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.nav-link-2:hover {
  color: #ff0303;
  font-weight: 700;
}

.nav-link-2:focus {
  color: rgba(255, 0, 0, .87);
}

.nav-link-2.w--current:focus {
  color: #acabab;
}

.nav-menu {
  margin-top: 8px;
  padding-top: 8px;
  color: #acabab;
}

.text-block-4 {
  display: none;
}

.image-7 {
  margin-top: 14px;
  margin-bottom: 10px;
}

.column-7 {
  padding-left: 15px;
}

.column-8 {
  padding-right: 30px;
}

.column-9 {
  padding-right: 20px;
}

.column-10 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.column-11 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.column-12 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.bold-text-2 {
  color: hsla(0, 0%, 9%, .87);
}

.bold-text-3 {
  color: hsla(0, 0%, 9%, .87);
}

.bold-text-4 {
  color: hsla(0, 0%, 9%, .87);
}

.bold-text-5 {
  color: hsla(0, 0%, 9%, .87);
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 14px;
  padding-top: 0px;
  color: #acabab;
  font-size: 40px;
  text-align: center;
}

.heading-12.phone {
  display: block;
}

.heading-12.left {
  padding-top: 0px;
}

.text-span-7 {
  font-size: 40px;
}

.text-span-8 {
  font-size: 40px;
}

.heading-13 {
  margin-bottom: 20px;
  color: rgba(255, 0, 0, .87);
  font-size: 48px;
  text-align: center;
}

.heading-13.gallery {
  color: #fff;
}

.paragraph-3 {
  padding-right: 152px;
  padding-left: 152px;
  color: #fff;
  font-size: 23px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
}

.section-10 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1210;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, .87)), to(rgba(255, 0, 0, .87)));
  background-image: linear-gradient(180deg, rgba(255, 0, 0, .87), rgba(255, 0, 0, .87));
}

.section-11 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  padding-top: 5px;
  padding-right: 16px;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#df0606), to(#df0606));
  background-image: linear-gradient(180deg, #df0606, #df0606);
  text-align: right;
}

.image-8 {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.5;
}

.image-8:hover {
  opacity: 1;
}

.image-9 {
  display: block;
  margin-right: 12px;
  margin-left: 8px;
  opacity: 0.5;
}

.image-9:hover {
  opacity: 1;
}

.image-10 {
  border-radius: 200px;
  background-image: url('../images/iStock-175130389.jpg');
  background-size: 1060px;
  background-repeat: no-repeat;
}

.red-band {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 9%, .87)), to(hsla(0, 0%, 9%, .87)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 9%, .87), hsla(0, 0%, 9%, .87));
}

.text-span-9 {
  color: #df0606;
  font-weight: 900;
}

.text-span-10 {
  color: #df0606;
  font-weight: 900;
}

.client {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.container-16 {
  margin-top: 19px;
  text-align: center;
}

.slide-8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 9%, .87)), to(hsla(0, 0%, 9%, .87)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 9%, .87), hsla(0, 0%, 9%, .87));
}

.image-11 {
  display: block;
  opacity: 0.5;
}

.image-11:hover {
  opacity: 1;
}

.heading-14 {
  text-align: center;
}

.image-12 {
  border-radius: 200px;
}

.image-13 {
  border-radius: 200px;
}

.image-13:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.section-12 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 5px solid rgba(255, 0, 0, .87);
  border-bottom: 6px solid rgba(255, 0, 0, .87);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#e4e4e4));
  background-image: linear-gradient(180deg, #e4e4e4, #e4e4e4);
}

.nav-link-3 {
  text-transform: uppercase;
}

.nav-link-4 {
  text-transform: uppercase;
}

.top-nav {
  margin-top: 11px;
  margin-bottom: 9px;
  color: #acabab;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.top-nav:hover {
  border-radius: 7px;
  background-color: #e9e9e9;
  color: rgba(255, 0, 0, .87);
}

.top-nav:focus {
  border-radius: 7px;
  background-color: #e6e6e6;
}

.top-nav.w--current {
  display: inline-block;
  margin-top: 11px;
  color: rgba(255, 0, 0, .87);
  font-size: 18px;
}

.top-nav.w--current:focus {
  color: #f50d0d;
}

.container-17 {
  text-align: center;
}

.locations-btn {
  margin-right: 10px;
  margin-bottom: 50px;
  margin-left: 5px;
  border: 2px solid #747474;
  border-radius: 5px;
  background-color: #e7e7e7;
  color: #747474;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.locations-btn:hover {
  border-radius: 5px;
  background-color: rgba(255, 0, 0, .87);
  color: #fff;
}

.locations-btn.end {
  font-weight: 700;
}

.div-block-6 {
  margin-bottom: 14px;
  padding-top: 1px;
}

.section-13 {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 5px solid rgba(255, 0, 0, .87);
  border-bottom: 5px solid rgba(255, 0, 0, .87);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .27)), to(rgba(0, 0, 0, .27))), url('../images/dark-leather.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/dark-leather.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.div-block-7 {
  height: 260px;
  border-radius: 310px;
  background-image: url('../images/iStock-175130389.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-7.pic1 {
  height: 280px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255, 0, 0, .87);
  background-image: url('../images/Depositphotos_17449613_l-2015.jpg');
}

.div-block-7.pic2 {
  height: 280px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255, 0, 0, .87);
  background-image: url('../images/Depositphotos_13321058_l-2015.jpg');
  background-position: 50% 97%;
  background-size: 500px;
}

.div-block-7.pic3 {
  height: 280px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255, 0, 0, .87);
  background-image: url('../images/Depositphotos_19834643_l-2015.jpg');
  background-position: 77% 0%;
  background-size: cover;
}

.section-14 {
  position: fixed;
  left: 0px;
  top: 6px;
  right: 0px;
  z-index: 300;
  display: none;
  margin-top: 0px;
  margin-bottom: 13px;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 5px solid rgba(255, 0, 0, .87);
  background-color: #e8e8e8;
  text-align: center;
}

.container-18 {
  margin-top: 75px;
  margin-bottom: 75px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.div-block-8 {
  display: block;
  margin-top: 22px;
  margin-bottom: 30px;
  text-align: center;
}

.button-2 {
  padding-right: 50px;
  padding-left: 50px;
  -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;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, .87)), to(rgba(255, 0, 0, .87)));
  background-image: linear-gradient(180deg, rgba(255, 0, 0, .87), rgba(255, 0, 0, .87));
  text-align: center;
}

.div-block-9 {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.section-15 {
  display: block;
  margin-top: 200px;
}

.heading-15 {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  color: #df0606;
}

.div-block-10 {
  height: 900px;
  margin-top: 20px;
  margin-bottom: 100px;
  padding-top: 5%;
  border-radius: 7px;
  background-color: #90c1e2;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 46px;
  border-bottom: 5px solid #df0606;
  background-color: #fff;
}

.nav-link-5 {
  text-transform: uppercase;
}

.div-block-11 {
  display: none;
}

.text-block-5 {
  margin-bottom: 11px;
}

.text-block-5.body-copy.locations {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-block-5.body-copy.locations.center {
  border-top-style: none;
  border-bottom-style: none;
  text-align: center;
}

.div-block-12 {
  margin-top: 50px;
  border-radius: 7px;
  background-image: url('../images/dark-leather.jpg'), -webkit-gradient(linear, left top, left bottom, from(#313131), to(#313131));
  background-image: url('../images/dark-leather.jpg'), linear-gradient(180deg, #313131, #313131);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.text-span-11 {
  color: #df0606;
  font-size: 24px;
}

.body {
  margin-bottom: 30px;
  color: #444343;
  font-size: 20px;
  line-height: 30px;
}

.body.space {
  margin-bottom: 50px;
}

.lead {
  margin-bottom: 25px;
  font-family: 'Droid Serif', serif;
  color: #df0606;
  font-size: 26px;
  line-height: 33px;
  font-style: italic;
}

.image-14 {
  width: 100%;
  height: 300px;
  margin-right: 23px;
  float: left;
}

.div-block-13 {
  display: inline-block;
  width: 490px;
  height: 470px;
  margin-bottom: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #747474;
  border-radius: 500px;
  background-image: url('../images/Depositphotos_25309647_l-2015.jpg');
  background-position: 50% 51%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.image-15 {
  margin-right: 28px;
  border-radius: 300px;
  text-align: center;
}

.div-block-14 {
  display: block;
  margin-bottom: 30px;
  float: none;
  text-align: center;
}

.image-16 {
  margin-top: 1px;
  margin-right: 20px;
  float: left;
}

.div-block-15 {
  display: inline-block;
  float: left;
}

.link-block {
  float: left;
}

.bold-text-7 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bold-text-8 {
  font-size: 21px;
}

.subhead {
  color: #df0606;
  font-size: 28px;
  font-weight: 700;
}

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

.bold {
  display: block;
  color: #df0606;
  font-size: 22px;
  font-weight: 700;
}

.email {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.email:hover {
  color: #df0606;
}

.email:focus {
  color: #df0606;
}

.bold-text-9 {
  color: #07c007;
}

.text-span-12 {
  line-height: 31px;
}

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

.field-label {
  color: #404040;
}

.field-label-2 {
  color: #4f4f4f;
}

.form {
  margin-top: 32px;
  text-align: left;
}

.column-13 {
  padding-top: 24px;
  font-size: 15px;
  line-height: 21px;
}

.columns-2 {
  padding-bottom: 50px;
}

.submit-button {
  margin-top: 12px;
  padding-right: 44px;
  padding-left: 44px;
  border-radius: 5px;
  background-color: #df0606;
}

.text-field {
  border-radius: 5px;
  background-color: #fff;
}

.text-field-2 {
  border-radius: 5px;
}

.textarea {
  margin-top: 0px;
  padding-top: 3px;
  border-radius: 5px;
}

.column-14 {
  margin-top: 32px;
  margin-bottom: 5px;
}

.column-15 {
  border-left: 1px solid #000;
  border-right-style: none;
  border-right-color: #000;
}

.columns-3 {
  padding-bottom: 2px;
}

.html-embed {
  text-align: center;
}

.section-16 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #e6e6e6;
}

.html-embed-3 {
  margin-bottom: auto;
}

html.w-mod-js *[data-ix="fade-in-zoom"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

@media (max-width: 991px) {
  .side-nav-bg {
    width: 300px;
  }
  .menu-icon {
    color: #262626;
    font-size: 62px;
  }
  .menu-icon:active {
    color: #fff;
  }
  .menu-button {
    position: static;
    padding-left: 25px;
    color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .home-intro-wrapper.mid {
    left: 181px;
  }
  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }
  .section-5 {
    padding: 45px;
  }
  .intro-block-text-wrapper {
    font-size: 13px;
  }
  .intro-block-text-wrapper.mid {
    width: 75%;
  }
  .contact-section-overlay {
    padding-top: 50px;
  }
  .section-title-wrapper {
    width: 75%;
    margin-bottom: 40px;
  }
  .section-title {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 30px;
  }
  .section-description {
    margin-top: 10px;
  }
  .div-block {
    text-align: center;
  }
  .container-10 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-6 {
    text-align: center;
  }
  .body-copy.address.copy.ad {
    padding-right: 170px;
    padding-left: 170px;
  }
  .body-copy.contact-info {
    margin-bottom: 3px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-style: none;
    border-width: 1px 0px 0px 1px;
    border-color: #000;
    text-align: center;
  }
  .contact-info {
    text-align: center;
  }
  .image-2 {
    margin-top: 39px;
    margin-right: 8px;
    margin-bottom: 2px;
    padding-right: 30px;
  }
  .slider-2 {
    display: block;
    height: 300px;
  }
  .link-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#383838));
    background-image: linear-gradient(180deg, #383838, #383838);
  }
  .column-4 {
    padding-right: 38px;
  }
  .div-block-3 {
    margin-top: -16px;
  }
  .div-block-4 {
    margin-top: 50px;
  }
  .works {
    margin-top: -12px;
    margin-bottom: 40px;
  }
  .work-card-container {
    padding: 12px 8px;
  }
  .up {
    display: block;
  }
  .nav-link-2 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: linear-gradient(4deg, #000, #252525);
  }
  .nav-link-2:active {
    background-image: linear-gradient(180deg, rgba(101, 158, 241, .23), rgba(101, 158, 241, .23)), linear-gradient(4deg, #000, #252525);
  }
  .nav-link-2:focus {
    background-image: linear-gradient(4deg, #000, #252525);
  }
  .nav-link-2.w--current {
    width: 100vw;
  }
  .icon {
    color: #807e7e;
  }
  .icon:active {
    color: #07c007;
  }
  .menu-button-2 {
    margin-top: 20px;
    padding: 3px;
    font-size: 54px;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .nav-menu {
    position: absolute;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: #2b2b2b;
    text-align: center;
  }
  .div-block-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-block-4 {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #747474;
    font-size: 20px;
    font-weight: 800;
  }
  .text-block-4:active {
    color: #eee;
  }
  .column-10 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-11 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading-12 {
    margin-bottom: 0px;
    font-size: 30px;
  }
  .heading-12.phone {
    display: block;
  }
  .heading-12.left {
    text-align: left;
  }
  .text-span-7 {
    display: inline;
    font-size: 30px;
  }
  .text-span-8 {
    font-size: 30px;
  }
  .paragraph-3 {
    padding-right: 88px;
    padding-left: 88px;
  }
  .brand {
    width: 172px;
  }
  .image-10 {
    background-image: url('../images/iStock-175130389.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .client {
    margin-top: -76px;
    padding-left: 37px;
  }
  .top-nav {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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-bottom: 1px solid hsla(0, 0%, 100%, .65);
    color: #fff;
    text-align: center;
  }
  .top-nav:hover {
    background-color: transparent;
  }
  .top-nav.w--current {
    display: block;
    -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;
  }
  .div-block-7.pic1 {
    height: 200px;
  }
  .div-block-7.pic2 {
    height: 200px;
  }
  .div-block-7.pic3 {
    height: 200px;
  }
  .section-14 {
    margin-top: 0px;
  }
  .icon-2 {
    color: #969696;
    font-size: 44px;
  }
  .icon-2:active {
    color: #414040;
  }
  .image-16 {
    margin-top: 17px;
  }
  .text-block-6 {
    text-align: center;
  }
  .columns-3 {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .nav-link {
    height: 70px;
    padding-top: 26px;
  }
  .side-nav-bg {
    width: 100%;
  }
  .menu-icon {
    font-size: 62px;
  }
  .close {
    font-size: 22px;
  }
  .menu-button {
    padding-right: 13px;
    padding-left: 13px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .section {
    display: none;
    height: 470px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .lg-band {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-3.lg-band {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-intro-wrapper {
    position: static;
    width: 100%;
  }
  .home-intro-wrapper.mid {
    width: 100%;
  }
  .section-5 {
    padding: 25px;
  }
  .home-intro-link-block {
    height: 300px;
  }
  .home-intro-link-block._3 {
    height: 270px;
  }
  .home-intro-link-block._2 {
    height: 300px;
  }
  .container.home-intro-container {
    height: auto;
  }
  .intro-block-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .intro-block-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .intro-block-text-wrapper.last {
    width: 100%;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .container-10 {
    display: block;
  }
  .container-11 {
    margin-top: 0px;
  }
  .section-7.white-band {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-8.white-band {
    padding: 100px 20px;
  }
  .body-copy.address.copy.ad {
    padding-right: 52px;
    padding-left: 52px;
  }
  .body-copy.left.mobile {
    text-align: center;
  }
  .body-copy.bp {
    padding-top: 20px;
    color: #fff;
    font-weight: 700;
  }
  .block-quote {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-3 {
    padding-left: 10px;
  }
  .white-band.lg-band {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-info {
    margin-bottom: 0px;
  }
  .image-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .slider-2 {
    display: none;
    height: 270px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .image-4 {
    padding-right: 187px;
  }
  .container-14 {
    margin-top: 170px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-3 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-4 {
    display: none;
  }
  .mask-2 {
    height: 300px;
  }
  .column-5 {
    margin-top: 30px;
  }
  .works {
    margin-bottom: 32px;
  }
  .up {
    display: none;
  }
  .column-6 {
    padding-left: 0px;
  }
  .column-11 {
    text-align: center;
  }
  .column-12 {
    text-align: center;
  }
  .heading-12 {
    display: inline-block;
    padding-right: 31px;
    padding-left: 31px;
  }
  .heading-12.phone {
    display: block;
  }
  .heading-12.left {
    margin-top: 0px;
  }
  .heading-13 {
    font-size: 32px;
  }
  .client {
    margin-top: -72px;
    padding-left: 132px;
  }
  .bold-text-6 {
    font-size: 20px;
  }
  .columns {
    display: block;
  }
  .container-17 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .locations-btn {
    display: block;
    margin-bottom: 5px;
  }
  .div-block-6 {
    margin-bottom: 0px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .section-13 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-block-7.pic1 {
    display: inline-block;
    width: 300px;
    height: 300px;
  }
  .div-block-7.pic2 {
    display: inline-block;
    width: 300px;
    height: 300px;
    text-align: center;
  }
  .div-block-7.pic3 {
    display: inline-block;
    width: 300px;
    height: 300px;
    text-align: center;
  }
  .section-14 {
    display: none;
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .div-block-9 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .container-19 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-10 {
    display: none;
  }
  .div-block-10.mobile {
    display: block;
  }
  .div-block-11 {
    display: block;
    height: 170px;
    margin-bottom: 100px;
    padding-right: 65px;
    padding-left: 65px;
    background-color: #df0606;
  }
  .image-15 {
    display: inline;
    float: none;
    text-align: center;
  }
  .div-block-14 {
    display: block;
    float: none;
    text-align: center;
  }
  .column-15 {
    border-right-style: none;
    border-left-style: none;
  }
  .container-20 {
    display: none;
  }
  .html-embed {
    display: none;
  }
  .html-embed-2 {
    display: none;
  }
}

@media (max-width: 479px) {
  .side-nav-bg {
    width: 100%;
    height: 100%;
  }
  .menu-icon {
    margin-top: -9px;
    font-size: 62px;
  }
  .menu-button {
    margin-left: 12px;
    padding-top: 9px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-button.w--open {
    margin-top: -10px;
    margin-bottom: -8px;
    background-color: transparent;
  }
  .section {
    height: 360px;
    background-position: 50% 50%;
  }
  .button {
    margin-top: 10px;
  }
  .section-5 {
    padding: 25px;
  }
  .intro-block-title {
    margin-bottom: 10px;
  }
  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 23px;
    line-height: 24px;
  }
  .section-title.clients {
    border-top-style: none;
    border-bottom-style: solid;
  }
  .section-description {
    margin-top: 10px;
    font-size: 12px;
  }
  .div-block {
    text-align: center;
  }
  .section-6 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .body-copy.address.copy.ad {
    padding-right: 16px;
    padding-left: 16px;
  }
  .bullets {
    line-height: 30px;
  }
  .heading-7 {
    padding-left: 9px;
  }
  .pic {
    margin-left: 34px;
    float: none;
  }
  .white-band.lg-band {
    padding: 50px 19px;
  }
  .contact-info {
    margin-bottom: 0px;
  }
  .image-2 {
    display: inline;
    margin-bottom: 21px;
    padding-right: 25px;
    padding-left: 51px;
    text-align: center;
  }
  .slider-2 {
    display: none;
  }
  .image-4 {
    padding-right: 138px;
  }
  .text-block-3 {
    font-size: 24px;
  }
  .link-button {
    text-align: center;
  }
  .column-4 {
    padding-right: 0px;
  }
  .mask-2 {
    height: 320px;
  }
  .work-card-container {
    width: 100%;
  }
  .heading-12 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-12.phone {
    display: inline-block;
  }
  .text-span-7 {
    font-size: 30px;
  }
  .text-span-8 {
    font-size: 30px;
  }
  .heading-13 {
    margin-top: -17px;
    padding-right: 37px;
    padding-left: 37px;
    font-size: 31px;
    line-height: 34px;
  }
  .paragraph-3 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .brand {
    width: 115px;
  }
  .client {
    margin-top: 0px;
    padding-left: 0px;
  }
  .container-17 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .locations-btn {
    display: block;
  }
  .div-block-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-7.pic1 {
    width: 240px;
    height: 240px;
  }
  .div-block-7.pic2 {
    width: 240px;
    height: 240px;
  }
  .div-block-7.pic3 {
    width: 240px;
    height: 240px;
  }
  .section-14 {
    z-index: 300;
  }
  .div-block-9 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-11 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .body {
    color: #414141;
  }
  .div-block-13 {
    width: 280px;
    height: 280px;
  }
}