.c-error,
.c-success {
	margin: 10px auto;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}
.c-error{background-color: #CC5959;}
.c-success{background-color: #2C842C;}

body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.button {
  display: inline-block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 50px;
  background-color: black;
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #00aeef;
}
.button.blue {
  margin-top: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #00aeef;
  color: white;
  font-size: 18px;
}
.button.blue:hover {
  background-color: #6dd2f7;
}
.button.black {
  margin-top: 40px;
}
.button.black:hover {
  background-color: #333232;
}
.button.read-more {
  margin-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 20px;
  background-color: transparent;
  color: #00aeef;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}
.button.read-more:hover {
  background-color: transparent;
  color: #f58120;
}
.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 85px;
  padding-right: 0px;
  padding-left: 10px;
  background-color: transparent;
  font-weight: 400;
}
.nav-link {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nav-link:hover {
  background-color: #212121;
  color: white;
}
.nav-link.w--current {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  color: #d9d9d9;
  font-weight: 500;
}
.nav-link.dropdown {
  padding-left: 0px;
  border-bottom-width: 0px;
  color: white;
  font-size: 20px;
  text-decoration: none;
}
.nav-link.dropdown:hover {
  color: white;
}
.brand {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  width: auto;
  height: 100%;
  padding-top: 17px;
  padding-left: 0px;
  float: left;
}
.brand:hover {
  opacity: 0.7;
}
.hamburger {
  border: 2px solid white;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  color: white;
  font-size: 42px;
}
.hamburger:hover {
  border-color: rgba(255, 255, 255, 0.70);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  color: rgba(255, 255, 255, 0.70);
}
.dropdown-menu {
  position: absolute;
  width: 100%;
  margin-top: 85px;
  padding-top: 80px;
  padding-left: 50px;
  background-color: rgba(0, 174, 239, 0.90);
  text-align: center;
}
.menu-btn {
  height: 85px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-btn:hover {
  background-color: #00aeef;
}
.menu-btn.w--open {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: right;
  background-color: #00aeef;
  text-align: center;
}
.hero-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  padding-top: 350px;
  background-image: url('../images/hero-bg2.jpg');
  background-position: 0% -10%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.hero-section.interior {
  height: 400px;
  padding-top: 105px;
  background-color: #00aeef;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.hero-section.interior.work {
  background-color: #00aeef;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #00aeef;
}
.hero-section.interior.web {
  margin-top: 70px;
  background-color: black;
  background-image: url('../images/website-hdr.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section.interior.print {
  margin-top: 70px;
  background-color: black;
  background-image: url('../images/printing.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section.interior.video {
  margin-top: 70px;
  background-color: black;
  background-image: url('../images/video-hdr.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section.interior.contact-hdr {
  margin-top: 70px;
  background-color: black;
  background-image: url('../images/contact-hdr.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section.interior.about {
  margin-top: 70px;
  background-color: black;
  background-image: url('../images/about-hdr.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-title {
  position: relative;
  left: 0px;
  top: 45%;
  right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #00aeef;
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hero-title.interior {
  margin-bottom: 30px;
  padding-bottom: 0px;
  font-size: 48px;
}
.hero-title-orange {
  color: #f58120;
}
.hero-subtitle {
  position: relative;
  left: 0px;
  top: 45%;
  right: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}
.subtitle-green {
  color: #a5cf16;
}
.work-section {
  padding-top: 100px;
  padding-bottom: 90px;
}
.section-title {
  margin-top: 0px;
  margin-bottom: 75px;
  font-family: Roboto, sans-serif;
  color: black;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.section-title.white {
  margin-bottom: 15px;
  color: white;
}
.section-title.news {
  margin-top: 0px;
  margin-bottom: 10px;
}
.title-blue {
  color: #00aeef;
}
.project-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 370px;
  margin: 10px auto 0px;
  padding-top: 100px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Roboto, sans-serif;
  color: white;
  text-align: center;
  text-decoration: none;
}
.project-overlay:hover {
  opacity: 1;
}
.portfolio-link {
  width: 370px;
  height: 250px;
  border: 1px solid #aeafb0;
  background-image: url('../images/mva-thumb.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio-link.mva {
  width: auto;
  height: auto;
  text-decoration: none;
}
.portfolio-link.rmjs {
  width: auto;
  height: auto;
  background-image: url('../images/rmjs-thumb.jpg');
  text-decoration: none;
}
.portfolio-link.camp {
  position: static;
  display: inline-block;
  overflow-x: visible;
  overflow-y: visible;
  width: auto;
  height: auto;
  background-image: url('../images/camp-thumb.jpg');
  text-decoration: none;
}
.portfolio-link.deli {
  width: auto;
  height: auto;
  background-image: url('../images/deli-thumb.jpg');
  text-decoration: none;
}
.portfolio-link.kris {
  width: auto;
  height: auto;
  background-image: url('../images/kris.jpg');
  text-decoration: none;
}
.portfolio-link.dudley {
  width: auto;
  height: auto;
  background-image: url('../images/dudley-thumb.jpg');
  text-decoration: none;
}
.portfolio-row {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  text-decoration: none;
}
.project-title {
  position: static;
  left: 0px;
  top: 0%;
  right: 0px;
  color: white;
  text-decoration: none;
}
.project-column {
  position: relative;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-right: 0px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}
.nav-container {
  height: 100%;
  margin-right: 0px;
  text-align: left;
}
.navimage {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 85px;
  background-color: rgba(245, 129, 32, 0.09);
}
.navimage-orange {
  position: fixed;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 85px;
  background-color: #f58120;
  opacity: 0;
}
.shine-section {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #a5cf16;
  color: black;
}
.phone-link {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: black;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.shine-wrapper {
  padding: 0px 30px 0px 15px;
  text-align: center;
}
.recent-wrapper {
  text-align: center;
}
.partner-section {
  padding-top: 100px;
  padding-bottom: 90px;
  background-image: url('../images/partners-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.subtitle-white {
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 16px;
  text-align: center;
}
.client-logo {
  padding-right: 15px;
  padding-left: 15px;
}
.logo-wrapper {
  text-align: center;
}
.blog-section {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.news-wrapper {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.blog-home-title {
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  color: #00aeef;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.blog-date {
  margin-bottom: 10px;
  color: #737272;
  font-style: italic;
}
.article {
  color: #212121;
  font-size: 14px;
  text-align: left;
}
.subtitle {
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-align: center;
}
.contact-section {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212121;
}
.social-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58120;
}
.connect-text {
  display: inline-block;
  padding-top: 15px;
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 400;
}
.social-link {
  display: inline-block;
  float: right;
}
.social-link:hover {
  opacity: 0.5;
}
.address {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: white;
}
.contact {
  display: inline-block;
  float: right;
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.contact-link {
  display: inline-block;
  color: white;
}
.hero-wrapper {
  text-align: center;
}
.arrow-down {
  padding-top: 5px;
}
.navbar-inside {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 85px;
  background-color: #f58120;
}
.body-section {
  margin-top: 85px;
}
.white {
  padding-top: 0px;
  color: white;
}
.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d9d9d9;
}
.about-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.employee-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.employee-name {
  padding-top: 25px;
  padding-bottom: 2px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.employee-title {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: italic;
  text-align: left;
}
.expand-link {
  display: inline-block;
  margin-top: 0px;
  padding-top: 15px;
  font-family: Roboto, sans-serif;
  color: #00aeef;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.expand-link:hover {
  color: #a5cf16;
}
.leaders-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.services-column {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 30px;
  border: 4px solid #d9d9d9;
  background-color: white;
}
.services-title {
  font-family: Roboto, sans-serif;
  color: #f58120;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.services-text {
  margin-top: 25px;
  padding-top: 0px;
  font-size: 14px;
  line-height: 18px;
}
.list {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.list-item {
  display: inline-block;
  margin-top: 25px;
  padding-top: 5px;
  border-top: 2px solid #00aeef;
}
.portfolio-wrapper {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.portfolio-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-forms {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d9d9d9;
}
.contact-title {
  padding-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.contact-text {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  text-align: left;
}
.contact-column {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.form-column {
  padding: 20px;
  background-color: white;
}
.form-title {
  padding-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.text-field {
  margin-bottom: 30px;
}
.submit-btn {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f58120;
  letter-spacing: 1px;
  text-transform: none;
}
.phone-link-small {
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: black;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}
.map-div {
  display: block;
  margin-top: 40px;
  padding: 20px 20px 40px;
  background-color: white;
}
.map {
  padding-top: 0px;
}
.email-link {
  display: block;
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  color: black;
  font-size: 15px;
  text-decoration: underline;
}
.email-link:hover {
  color: #00aeef;
}
.address-column {
  padding-top: 25px;
  padding-left: 25px;
}
.lightbox-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}
.project-div {
  display: block;
}
.project-lightbox {
  display: block;
  margin: 10px;
}
.about-employee-div {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 3px solid #f58120;
}
.collapse-link {
  padding-top: 15px;
  font-family: Roboto, sans-serif;
  color: #f58120;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.collapse-link:hover {
  color: #a5cf16;
}
.employee-name {
  padding-top: 0px;
  padding-bottom: 15px;
  text-align: left;
}
.employee-text {
  padding-top: 25px;
  text-align: left;
}
.dany-employee-div {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 2px solid #00aeef;
}
.josh-employee-div {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 2px solid #00aeef;
}
.alicia-employee-div {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 2px solid #00aeef;
}
.mike-employee-div {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 2px solid #00aeef;
}
.image-border {
  border: 1px solid #706f6f;
}
.dropdown-link {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.dropdown-link:hover {
  color: white;
}
.dropdown-list.w--open {
  background-color: transparent;
}
.icon {
  color: white;
}
.icon:hover {
  color: white;
}
.close-menu {
  display: block;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  list-style-type: none;
}
.close-menu:hover {
  padding-bottom: 0px;
  color: #212121;
  font-size: 22px;
  text-decoration: none;
}
.close-link {
  margin-bottom: 20px;
  text-decoration: none;
}
.blue {
  color: #00aeef;
}
.article-title {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.article-author {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #9e9e9e;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}
.article-text {
  text-align: left;
}
.article-img {
  margin-bottom: 15px;
}
.blog-wrapper {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  opacity: 1;
  text-align: left;
  list-style-type: none;
}
.blog-row {
  opacity: 1;
}
.social-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wrapper {
  padding-right: 25px;
  padding-left: 25px;
}
.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.94);
}
.sec-nav-link {
  display: block;
  width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sec-nav-link:hover {
  color: #212121;
}
.employee-image {
  max-height: 300px;
}
.employee-row {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #d9d9d9;
}
.hero-text {
  margin-top: 100px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d9d9d9;
  font-size: 14px;
}
html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}
@media (max-width: 991px) {
  .project-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: block;
    margin: 0px;
    padding-left: 0px;
  }
  .portfolio-row {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .project-column {
    position: static;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 188px;
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .shine-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .portfolio-wrapper {
    width: 95%;
  }
  .project-lightbox {
    position: relative;
    width: 100%;
  }
  .social-wrapper {
    width: auto;
  }
}
@media (max-width: 767px) {
  .hamburger {
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .hamburger:hover {
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .hero-section {
    padding-top: 150px;
  }
  .hero-section.interior.about {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-title {
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 45px;
  }
  .hero-subtitle {
    padding-top: 5px;
  }
  .project-overlay {
    display: block;
  }
  .project-column {
    position: relative;
    overflow-x: visible;
    overflow-y: visible;
    max-height: 300px;
    margin-bottom: 10px;
  }
  .nav-container {
    display: block;
    width: auto;
  }
  .contact-section {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .social-section {
    text-align: center;
  }
  .connect-text {
    display: block;
    text-align: center;
  }
  .social-link {
    display: inline-block;
    padding-top: 15px;
    float: none;
    text-align: center;
  }
  .address {
    display: block;
    text-align: center;
  }
  .contact {
    display: block;
    padding-top: 10px;
    float: none;
    text-align: center;
  }
  .arrow-down {
    padding-top: 40px;
  }
  .navbar-inside {
    padding-right: 1px;
  }
  .project-wrapper {
    padding-bottom: 20px;
  }
  .lightbox-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
  }
  .project-lightbox {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: 0px;
    float: none;
    text-align: center;
  }
  .image {
    width: 100%;
  }
  .social-wrapper {
    position: static;
    display: inline-block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 479px) {
  .nav-link.w--current {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .nav-link.dropdown {
    width: 350px;
  }
  .brand {
    display: none;
  }
  .dropdown-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    display: block;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .hero-section {
    padding-top: 150px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .hero-section.interior.about {
    height: 500px;
    background-position: 50% 50%;
  }
  .hero-title.interior {
    display: block;
    font-size: 42px;
  }
  .hero-subtitle {
    line-height: 27px;
  }
  .section-title {
    margin-bottom: 25px;
  }
  .project-title {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0%;
  }
  .nav-container {
    text-align: center;
  }
  .shine-section {
    background-color: #a5cf16;
  }
  .partner-section {
    display: none;
  }
  .news-wrapper {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .connect-text {
    font-size: 13px;
  }
  .address {
    font-size: 12px;
  }
  .contact {
    font-size: 12px;
  }
  .arrow-down {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
  }
  .navbar-inside {
    text-align: center;
  }
  .white {
    font-size: 14px;
  }
}

