body {
  font-size: 14px;
  background: whitesmoke;
  color: #292929;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: "gill_sans_lightregular";
  letter-spacing: 1px;
  line-height: 19px;
}

@media (min-width: 1025px) {
  body {
    font-size: 17px;
    line-height: 21px;
  }
}

.container {
  width: 85%;
  padding: 0 auto;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.main {
  opacity: 0;
}

.slick-carousel {
  display: none;
}

.slick-carousel.slick-initialized {
  display: block;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 20px;
  line-height: 32px;
}

@media (min-width: 1025px) {
  h2 {
    padding-bottom: 20px;
  }
}

h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}

.logo {
  position: fixed;
  z-index: 99;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 2px;
  -webkit-transform: translate(-10px, 25px);
          transform: translate(-10px, 25px);
  width: 160px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-shadow: 0px 0px 4px rgba(150, 150, 150, 0.82);
}

.logo:hover {
  letter-spacing: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media (min-width: 1025px) {
  .logo {
    -webkit-transform: translate(15px, 35px);
            transform: translate(15px, 35px);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 18px;
  }
}

.logo .logo.background--light {
  color: black;
}

.logo .logo.background--dark {
  color: white;
}

.logo .logo.background--complex {
  color: gray;
}

.loading-content svg {
  width: 100px;
}

@media (min-width: 1025px) {
  .loading-content svg {
    width: 150px;
  }
}

.loading-content svg .path1 {
  stroke-dasharray: 800;
  stroke-dashoffset: 0;
  -webkit-animation: dash 2s linear 2;
          animation: dash 2s linear 2;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 800;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 800;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/* Loading Screen Styling */
.loading-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
}

.loading-screen {
  position: relative;
  background-color: black;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0) skewX(0);
          transform: scaleY(0) skewX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: aliceblue;
}

.loading-content {
  text-align: center;
  position: absolute;
}

.loading_logo {
  font-size: 15px;
  letter-spacing: 10px;
  padding-top: 15px;
  padding-left: 5px;
}

@media (min-width: 1025px) {
  .loading_logo {
    font-size: 25px;
  }
}

.loading-content p {
  padding-top: 10px;
  font-size: 16px;
  letter-spacing: 6px;
  color: #bebebe;
}

.loading-logo {
  background: beige;
  width: 500px;
  height: 300px;
  color: black;
  text-align: center;
}

.menu {
  position: fixed;
  top: -150%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #d8d8d8;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  z-index: 9999;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  .menu .menu_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 80%;
  }
}

.menu .close_menu {
  position: absolute;
  right: 5%;
  top: 5%;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media (min-width: 1025px) {
  .menu .close_menu {
    font-size: 40px;
    top: 5%;
    right: 3%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

.menu .close_menu:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu .link_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 70%;
}

.menu .link_wrap .link {
  height: 80%;
  padding-top: 80%;
}

@media (min-width: 1025px) {
  .menu .link_wrap .link {
    height: 60%;
    padding-top: 10%;
  }
}

.menu .link_wrap .link li {
  width: 100%;
  height: calc(100% / 6);
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.menu .link_wrap .link li:hover {
  letter-spacing: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.menu .menu_social_media {
  padding-top: 20px;
}

.menu .menu_social_media li {
  display: inline;
  padding-right: 10px;
}

.menu .contact_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px;
  display: none;
  overflow-y: scroll;
  height: 80%;
  display: block;
}

@media (min-width: 1025px) {
  .menu .contact_menu {
    display: block;
  }
}

.menu.active {
  top: 0px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.hide_scrollbar {
  overflow-y: hidden;
}

.scroll_down {
  position: absolute;
  width: 300px;
  text-align: center;
  z-index: 99;
  left: 50%;
  bottom: 70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.scroll_down .down_arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg) translateX(-49.5%);
          transform: rotate(45deg) translateX(-49.5%);
  border: 2px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-right-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: move 1000ms linear infinite alternate;
          animation: move 1000ms linear infinite alternate;
  z-index: 99;
  left: 49.5%;
  top: 20px;
  cursor: pointer;
}

.scroll_down_white {
  position: absolute;
  width: 300px;
  text-align: center;
  z-index: 99;
  left: 50%;
  bottom: 70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 1025px) {
  .scroll_down_white {
    color: rgba(255, 255, 255, 0.8);
  }
}

.scroll_down_white .down_arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg) translateX(-49.5%);
          transform: rotate(45deg) translateX(-49.5%);
  border: 2px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-right-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: move 1000ms linear infinite alternate;
          animation: move 1000ms linear infinite alternate;
  z-index: 999;
  left: 49.5%;
  top: 20px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .scroll_down_white .down_arrow {
    border-bottom-color: rgba(255, 255, 255, 0.8);
    border-right-color: rgba(255, 255, 255, 0.8);
  }
}

@-webkit-keyframes move {
  0% {
    top: 20px;
  }
  100% {
    top: 40px;
  }
}

@keyframes move {
  0% {
    top: 20px;
  }
  100% {
    top: 40px;
  }
}

.scrolldown_mobile {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: none;
}

.scrolldown_mobile_text {
  -webkit-transform: translate(-10px) rotate(-90deg);
          transform: translate(-10px) rotate(-90deg);
  text-transform: uppercase;
  font-size: 9px;
  position: relative;
  bottom: 50px;
  padding-left: 0px;
}

.scroll-down-bar {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  background: gray;
  display: inline-block;
  margin: 0 auto;
  height: 70px;
  width: 2px;
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
}

@keyframes elasticus {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
}

input[type="text"],
input[type="email"],
textarea,
input[type="file"] {
  padding: 10px 0px;
  margin: 0px;
  background: none;
  border: none;
  border-bottom: 1px solid #7a7a7a;
  font-weight: lighter;
  width: 100%;
  font-size: 16px;
  font-family: "gill_sans_lightregular";
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}

textarea {
  resize: vertical;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  background: #1e1e1e;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 6px;
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
  padding: 20px 0px;
}

input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  border: none;
}

input:focus,
textarea:focus,
select:focus {
  /*background: rgba(20,20,20,1.00);*/
  border-bottom: 1px solid rgba(58, 58, 58, 0.486);
  outline: none;
}

textarea::-webkit-scrollbar-track {
  background-color: #141414;
}

textarea::-webkit-scrollbar {
  width: 10px;
  background-color: #141414;
}

textarea::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 0px solid #555555;
}

input:-webkit-autofill {
  background-color: red !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng {
  border: 0px solid;
  color: #cc1c25;
  width: 100%;
  text-align: center;
  padding: 0 auto;
  margin: 0 auto;
  font-size: 14px;
}

span.wpcf7-not-valid-tip {
  color: #cc1c25;
  display: block;
  padding-top: 10px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  border: 0px solid #398f14;
  text-align: center;
  color: #398f14;
  padding-bottom: 30px;
}

/* upload box */
.codedropz-upload-wrapper {
  background-color: rgba(0, 255, 255, 0);
  overflow: hidden;
}

.codedropz-upload-handler {
  border: 1px dashed #4a4a4a;
}

.codedropz-upload-wrapper h3 {
  font-size: 16px;
}

p {
  padding-bottom: 15px;
}

.arrow {
  position: fixed;
  z-index: 100;
  width: 25px;
  bottom: 30px;
  left: 30px;
  -webkit-animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.arrow .arrow_svg {
  fill: none;
  stroke: #3d3d3d;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.arrow .arrow_svg.up {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.row {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.startLogo {
  position: fixed;
}

.altLogo {
  position: absolute;
}

.white {
  color: white;
}

.black {
  color: #1d1d1d;
}

.grey {
  background: #ccc;
}

.blue {
  background: #000;
}

#scroll {
  position: fixed;
  bottom: 40px;
  right: 100px;
  text-align: center;
  font-family: arial;
}

.icon {
  width: 30px;
}

.icon .inner {
  fill: none;
  stroke: #000000;
  stroke-width: 2.5;
  stroke-miterlimit: 10;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.icon .inner_bg {
  fill: rgba(255, 255, 255, 0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.icon:hover {
  width: 30px;
}

.icon:hover .inner_1 {
  fill: #cecece;
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 2.5;
  stroke-miterlimit: 10;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.icon:hover .inner_bg {
  fill: black;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.slideshow {
  height: 80vh;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .slideshow {
    height: 100vh;
  }
}

.slideshow .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
  position: relative;
  z-index: 1;
  background: #b8b8b8;
  height: 80vh;
}

@media (min-width: 1025px) {
  .slideshow .item {
    height: 100vh;
  }
}

.slideshow .item.slick-active img {
  height: 80vh;
}

.slideshow .caption {
  color: white;
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 999;
  text-shadow: 0px 0px 4px rgba(150, 150, 150, 0.82);
  padding: 10px;
}

@media (min-width: 1025px) {
  .slideshow .caption {
    bottom: 60px;
  }
}

.project_single {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1025px) {
  .project_single {
    height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.what_we_do_header {
  font-size: 16px;
  padding-bottom: 50px;
  padding-top: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.project_single ul li {
  font-weight: lighter;
  padding-top: 3px;
}

.project_single li:nth-child(1) {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0;
}

.award_winning,
.intro,
.services {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 1025px) {
  .award_winning,
  .intro,
  .services {
    height: 100vh;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1025px) {
  .split {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100vh;
  }
}

.split__panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100vw;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: bold;
}

.split__panel:hover {
  background-color: #e6e6e6;
  letter-spacing: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.award_winning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1025px) {
  .intro_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.intro_wrap .intro_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.intro_wrap .intro_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.services {
  background: silver;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #e0e0e0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 1025px) {
  .contact {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.contact h1 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0;
  font-weight: bold;
  text-align: left;
}

.title_wrap {
  padding-bottom: 50px;
  padding-top: 10px;
}

.title_wrap .title {
  font-size: 40px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1025px) {
  .title_wrap .title {
    font-size: 55px;
    line-height: 50px;
  }
}

.contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (min-width: 1025px) {
  .contact_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact_info li {
  font-weight: lighter;
  padding-top: 3px;
}

.contact_info li:nth-child(1) {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0;
}

.enquiry_form {
  background-color: rgba(184, 184, 184, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
}

@media (min-width: 1025px) {
  .enquiry_form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: rgba(184, 184, 184, 0.3);
    padding: 30px;
  }
}

.enquiry_form .enquiry {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px;
}

@media (min-width: 1025px) {
  .enquiry_form .enquiry {
    padding: 15px;
  }
}

.enquiry_form .social {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding: 15px;
}

.our_office,
.talk_to_us,
.follow_us,
.featured_on {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding-top: 20px;
}

/* ? ----- About Page ----- */
.quote_wrap {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eeeeee;
}

.quote_wrap .quote {
  font-size: 30px;
  text-align: center;
  line-height: 30px;
}

.title {
  font-size: 55px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 50px;
  letter-spacing: -2px;
}

.title_sub {
  font-size: 35px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 50px;
  letter-spacing: -2px;
}

.who_we_are {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1025px) {
  .who_we_are {
    height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.what_we_do {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 50px;
}

@media (min-width: 1025px) {
  .what_we_do {
    height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.what_we_do_header {
  font-size: 16px;
  padding-bottom: 50px;
  padding-top: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.what_we_do ul li {
  font-weight: lighter;
  padding-top: 3px;
}

.what_we_do li:nth-child(1) {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0;
}

.what_we_do p {
  padding-right: 10vh;
}

.services_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1025px) {
  .services_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.services_list ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 20px;
}

.our_values {
  background: url(../images/bg8.jpg) no-repeat;
  height: auto;
  background-attachment: fixed;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1025px) {
  .our_values {
    height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.values_wrap {
  position: relative;
  z-index: 2;
}

.values_wrap p {
  padding-top: 15px;
}

.our_values_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px;
}

@media (min-width: 1025px) {
  .our_values_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.our_values_flex .flex {
  padding: 0 5vw 5vw 0vw;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1025px) {
  .flex_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.flex3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
/*# sourceMappingURL=custom.css.map */