body {
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0px 10px;
  font-size: 2.2em;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 7px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}

p {
  font-size: 1.1em;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #b97620;
  font-size: 0.9em;
  text-decoration: none;
}

li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 1em;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 700;
}

.navbar-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  height: 100px;
  background-color: #173244;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

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

.navbar-container {
  position: relative;
  height: 75%;
}

.navbar-contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.27);
}

.navbar-phone-wrapper {
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-phone-text {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 1px;
}

.navbar-email-wrapper {
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-email-text {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.navbar-social-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-fb {
  padding-top: 2px;
  padding-right: 0px;
  line-height: 25px;
}

.navbar-twitter {
  width: 60px;
  padding-top: 2px;
}

.navbar-logo {
  width: auto;
  height: 100%;
}

.navbar-logo-wrapper {
  height: 100%;
}

.navbar-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}

.navbar-link-block:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fa8930;
}

.navbar-link-block.w--current {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #000;
}

.navbar-link-block.mobile {
  display: none;
}

.navbar-link-text {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  text-align: left;
}

.navbar-link-selector {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 30px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.aboutus-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 130px;
  padding-bottom: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 82, 44, 0.24)), to(rgba(100, 82, 44, 0.24))), url('../images/GeoMess-02-2.jpg');
  background-image: linear-gradient(180deg, rgba(100, 82, 44, 0.24), rgba(100, 82, 44, 0.24)), url('../images/GeoMess-02-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.text-block {
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.text-block-header {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 2.5em;
  line-height: 50px;
  text-align: center;
}

.slider1 {
  background-image: url('../images/RGD_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.slider-caption {
  position: absolute;
  left: 15%;
  top: 5%;
  display: block;
  width: 30%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  color: #fff;
  text-align: center;
}

.slider-caption.right {
  left: auto;
  top: 5%;
  right: 15%;
}

.slider-caption-header {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 1.3em;
}

.slider2 {
  background-image: url('../images/RGD_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-caption-text {
  margin-top: 0px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
  text-align: justify;
}

.slider-caption-text.right {
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}

.fullwidth-row {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-column {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(32%, rgba(0, 0, 0, 0.42)), color-stop(66%, rgba(0, 0, 0, 0.92)), color-stop(93%, #000)), url('../images/Overview.jpeg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 32%, rgba(0, 0, 0, 0.92) 66%, #000 93%), url('../images/Overview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 2000px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.right-column {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(8%, #000), color-stop(56%, rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.57))), url('../images/autocad_geo.png');
  background-image: linear-gradient(90deg, #000 8%, rgba(0, 0, 0, 0.79) 56%, rgba(0, 0, 0, 0.57)), url('../images/autocad_geo.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.loading-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  height: 100vh;
  -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: #fff;
  opacity: 1;
}

.content-wrapper {
  display: block;
}

.loading-indicator {
  display: block;
  width: 100%;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #5e4d20;
}

.welcome-logo {
  position: absolute;
  z-index: 99;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.welcome-logo-image {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(93deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(93deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.welcome-skipper {
  position: absolute;
  bottom: 100px;
  z-index: 99;
  width: 100px;
  height: 50px;
  border-top: 50px solid #173244;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

.welcome-skipper:hover {
  border-top-color: #406680;
}

.welcome-skipper.w--current {
  opacity: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.services-section {
  min-height: 100vh;
  padding-top: 130px;
  padding-bottom: 60px;
}

.services-section.mobile {
  display: none;
}

.tab-content-block {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.tabs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs-container.vertical {
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-link {
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #000;
  background-color: hsla(0, 0%, 50.2%, 0.32);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.tab-link:hover {
  background-color: rgba(0, 0, 0, 0.32);
}

.tab-link.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #173244;
  color: #fff;
}

.references-section {
  min-height: 100vh;
  padding-top: 130px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.contact-section {
  min-height: 100vh;
  padding-top: 130px;
  padding-bottom: 50px;
}

.vertical-tab-content-wrapper {
  margin-top: 0px;
}

.vertical-tab-header {
  margin-top: 0px;
  font-size: 1.7em;
}

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

.contact-wrapper {
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.contact-wrapper.left {
  padding-top: 0px;
  padding-right: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.contact-wrapper.rightcol {
  padding-left: 0px;
}

.contact-header {
  margin-top: 0px;
  font-size: 1.7em;
  text-align: center;
}

.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-text-area {
  min-height: 150px;
  font-size: 1em;
}

.contact-submit {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid transparent;
  background-color: #173244;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-submit:hover {
  border-color: #173244;
  background-color: rgba(23, 50, 68, 0);
  color: #000;
}

.footer-section {
  position: relative;
  background-color: #173244;
  color: #fff;
}

.footer-column {
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.contact-title {
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 10px;
  font-size: 1.8em;
  text-align: center;
}

.footer-copyright {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.divider {
  height: 150px;
  background-image: url('../images/GeoMess-06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.reference-title {
  padding: 5px;
  font-size: 1.2em;
  text-align: center;
}

.references-section-list {
  padding-left: 30px;
}

.reference-section-list-elem {
  padding-top: 0px;
  font-size: 1.1em;
}

.justify-p {
  text-align: justify;
}

.accordion-wrapper {
  position: relative;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-left: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.accordion-elem {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #173244;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.accordion-content-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 0px;
  background-color: hsla(0, 0%, 50.2%, 0.32);
}

.accordion-content-wrapper.hided {
  display: none;
}

.accordion-title {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.9em;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.accordion-content {
  overflow: auto;
  height: 100%;
  padding: 20px;
  opacity: 1;
}

.accordion-header {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.accordion-content-body {
  font-size: 1em;
  text-align: justify;
}

.acc-body-title {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.footer-contacts {
  position: absolute;
  left: 50px;
  font-size: 14px;
}

.relative {
  position: relative;
  padding: 10px;
  font-size: 16px;
}

.relative.bold {
  margin-bottom: 0px;
  font-weight: 700;
}

.centered {
  text-align: center;
}

.centered.contact-address {
  margin-top: 35px;
}

.contact-columns {
  margin-top: 30px;
  padding: 10px 15px;
  text-align: center;
}

.contact-columns.divider-center {
  padding-top: 10px;
  padding-bottom: 10px;
}

.divider-center {
  border-right: 1px solid rgba(0, 0, 0, 0.31);
}

.contact-members-wrapper {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px none rgba(0, 0, 0, 0.2);
}

.contact-form-wrapper {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.office-slider {
  margin-bottom: 0px;
}

.office-slider.office2 {
  height: 250px;
  background-image: url('../images/GeoMess-08.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-map {
  height: 250px;
}

.office-slider-wrapper {
  padding: 0px 15px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px none rgba(0, 0, 0, 0.2);
}

.office-image-holder {
  width: 100%;
  height: 100%;
}

.office-image-holder.office1 {
  width: 100%;
  background-image: url('../images/GeoMess-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.office-slider-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-height: 100%;
  max-width: none;
}

.contact-map-wrapper {
  padding: 15px;
}

.contact-member-name {
  margin-bottom: 0px;
  font-weight: 700;
}

.contact-members-pe {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.footer-title {
  margin-top: 0px;
  font-size: 24px;
}

.footer-row {
  display: none;
  padding-top: 20px;
  padding-bottom: 50px;
}

.services-temp-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5) 20%, hsla(0, 0%, 100%, 0.05) 50%, rgba(0, 0, 0, 0.5) 80%), url('../images/GeoMess-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.welcome-message {
  font-size: 1em;
  text-align: justify;
}

.service-bg-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.hided-tab {
  display: none;
}

.reference-video {
  padding-top: 0px;
}

.ref-video-wrapper {
  padding: 0px 15px 15px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="site-loading"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html.w-mod-js *[data-ix="accordion-init"] {
  display: none;
  height: 0px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .navbar-navlinks {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000;
  }

  .navbar-logo-wrapper {
    display: none;
  }

  .navbar-link-block {
    height: 50px;
    padding-left: 10px;
    background-color: #173244;
  }

  .navbar-link-block:hover {
    background-color: #112533;
  }

  .navbar-link-block.w--current {
    background-color: #0f1d27;
    color: #fa8930;
  }

  .navbar-link-selector {
    display: none;
  }

  .services-section.mobile {
    display: none;
  }

  .contact-wrapper.left {
    border-right-style: none;
  }

  .contact-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .divider {
    height: 100px;
  }

  .centered.contact-address {
    margin-top: 15px;
  }

  .contact-columns {
    margin-top: 5px;
  }

  .contact-columns.divider-center {
    margin-top: 5px;
  }

  .office-slider.office2 {
    height: 400px;
  }

  .contact-map {
    height: 400px;
  }

  .menu-button.w--open {
    background-color: #173244;
    color: #fa8930;
  }

  .mobile-logo {
    position: absolute;
    left: 50%;
    height: 100%;
    padding: 5px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }

  .navbar-wrapper {
    height: 60px;
  }

  .navbar-container {
    height: 101%;
  }

  .navbar-link-block.mobile {
    display: none;
  }

  .aboutus-section {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .welcome-section {
    position: relative;
    padding-top: 90px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .welcome-logo {
    display: block;
    height: 40%;
    margin-right: auto;
    margin-left: auto;
  }

  .welcome-skipper {
    bottom: 50px;
    width: 40px;
    border-top-width: 20px;
    border-right-width: 20px;
    border-left-width: 20px;
  }

  .services-section {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .services-section.mobile {
    display: none;
  }

  .references-section {
    padding: 60px 10px 30px;
  }

  .contact-section {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-wrapper.left {
    padding-bottom: 0px;
    border-right-style: none;
  }

  .contact-row {
    margin-top: 10px;
  }

  .divider {
    height: 70px;
  }

  .accordion-content-wrapper {
    z-index: 2;
  }

  .accordion-title {
    font-size: 0.8em;
  }

  .accordion-content {
    overflow: scroll;
  }

  .contact-columns.divider-center {
    border-right-style: none;
  }

  .contact-form-wrapper {
    padding-left: 0px;
  }

  .office-slider.office2 {
    height: 300px;
  }

  .contact-map {
    height: 300px;
  }

  .contact-members-pe {
    border-top-style: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 12px;
  }

  h2 {
    font-size: 1.8em;
  }

  .navbar-link-block.desktop {
    display: none;
  }

  .navbar-link-block.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .aboutus-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slider-caption-text.right {
    width: 150%;
    font-size: 0.9em;
  }

  .welcome-logo {
    width: 60%;
  }

  .welcome-skipper {
    bottom: 50px;
    opacity: 0;
  }

  .services-section {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .services-section.mobile {
    display: block;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .tab-content-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link {
    padding: 0px;
  }

  .references-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .contact-section {
    padding-top: 60px;
  }

  .vertical-tab-header {
    text-align: center;
  }

  .tab-wrapper {
    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;
  }

  .footer-copyright {
    height: 60px;
    padding: 10px 30px;
  }

  .reference-title {
    font-size: 1em;
  }

  .accordion-wrapper {
    margin-left: 110px;
  }

  .accordion-toggle {
    width: 100px;
    margin-left: -110px;
  }

  .accordion-title {
    font-size: 0.6em;
  }

  .accordion-content {
    font-size: 10px;
  }

  .accordion-header {
    font-size: 1.3em;
  }

  .acc-body-title {
    font-size: 12px;
  }

  .office-slider.office2 {
    height: 200px;
  }

  .contact-map {
    height: 200px;
  }

  .services-temp-bg {
    background-size: auto, auto;
  }

  .ref-video-wrapper {
    padding: 20px 0px 0px;
  }

  .footer-pipe {
    display: none;
  }
}