*, *:before, *:after {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  background-color: #fff;
  color: #161616;
}

::selection {
  color: #fff;
  background: #3a4b69;
}

::-moz-selection {
  color: #fff;
  background: #3a4b69;
}

/*----- \links -----*/
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

main a:link:not(.btn), main a:visited:not(.btn) {
  text-decoration: underline;
  color: #3a4b69 !important;
  -webkit-transition: all 100ms ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

main a:hover:not(.btn), main a:active:not(.btn) {
  opacity: 0.7;
}

.fade-link:link:not(.btn),
.fade-link:visited:not(.btn) {
  color: inherit !important;
  text-decoration: none !important;
  background-color: transparent !important;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 200ms ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.fade-link:hover:not(.btn),
.fade-link:active:not(.btn) {
  color: inherit !important;
  text-decoration: none !important;
  opacity: 0.7;
  background-color: transparent;
}

.no-link-style:link, .no-link-style:visited, .no-link-style:hover, .no-link-style:active {
  color: inherit !important;
  background: none !important;
  text-decoration: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  padding: 0 !important;
  opacity: 1 !important;
  -webkit-transition: none;
  transition: none;
}

/*----- /links -----*/
/*----- \type -----*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 0;
}

.h1 {
  font-size: 60px;
}

.h2 {
  font-size: 40px;
}

.h3 {
  font-size: 22px;
  font-weight: 500;
}

.brand-serif {
  font-family: "Cormorant Garamond", serif;
}

.brand-sans-serif {
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
  margin-bottom: 0.75rem;
}

/*----- /type -----*/
/*----- \utility -----*/
.brand-primary {
  color: #3a4b69;
}

.brand-secondary {
  color: #6681ae;
}

.feather {
  height: 1rem;
  margin-top: -4px;
  pointer-events: none;
  vertical-align: middle;
  width: 1rem;
}

.light-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dark-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/*----- /utility -----*/
/*----- \form -----*/
#internalUseOnly {
  display: none;
}

.frmerror {
  font-size: 14px;
  color: #ff4646 !important;
  margin: 0 !important;
}

.form-control.error,
.form-control.error,
.form-control.error {
  border: 2px solid #ff4646 !important;
}

/*----- /form -----*/
/*----- \nav -----*/
.nav-container {
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 5.8%;
}

.logo {
  width: 360px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .logo {
    width: 260px;
  }
}
@media screen and (max-width: 350px) {
  .logo {
    width: 220px;
  }
}

.nav-link {
  color: #ffffff;
}

.contact {
  border: #ffffff 3px solid;
  padding: 3px;
}

.contact:hover {
  border: #ffffff 3px solid;
  color: #3a4b69;
}

.feather-email-icon {
  color: #ffffff;
  width: 25px;
  display: none;
}
@media screen and (max-width: 992px) {
  .feather-email-icon {
    display: block;
  }
}

.feather {
  height: 2rem;
  margin-top: 0px;
}

/*----- /nav -----*/
/*----- \footer -----*/
/*----- /footer -----*/
/*----- \home page -----*/
header {
  background-image: url("/images/content/landing/header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
header .header-content {
  margin-top: 3%;
}

.gradient-bg {
  background: linear-gradient(to right, #121f35 20%, #3a4b69 100%);
  color: #fff;
}

.contanier-box {
  padding: 5.8%;
}

.label p {
  font-weight: 600;
}

.what-we-do .h1 {
  border-right: 2px solid #fff;
}
.what-we-do .h3 {
  padding-left: 60px;
}
.what-we-do .h3 p {
  line-height: 2.2;
  margin-bottom: 0;
}

.current-dev, .completed-projects {
  letter-spacing: 2px;
}
.current-dev .image-box, .completed-projects .image-box {
  height: 330px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.current-dev .dev-logo, .completed-projects .dev-logo {
  width: 70%;
  height: auto;
}
.current-dev p, .completed-projects p {
  color: #3a4b69;
  font-size: 20px;
  margin: 1rem 0;
}
.current-dev .roundhouse, .completed-projects .roundhouse {
  background-image: url("/images/content/landing/roundhouse.jpg");
}
.current-dev .centreport, .completed-projects .centreport {
  background-image: url("/images/content/landing/centreport.jpg");
}
.current-dev .aurum, .completed-projects .aurum {
  background-image: url("/images/content/landing/aurum.jpg");
}
.current-dev .aurum .dev-logo, .completed-projects .aurum .dev-logo {
  width: 60%;
}
.current-dev .bayview-place, .completed-projects .bayview-place {
  background-image: url("/images/content/landing/bayview-place.jpg");
}
.current-dev .bayview-place .dev-logo, .completed-projects .bayview-place .dev-logo {
  width: 50%;
}
.current-dev .meadows-mile, .completed-projects .meadows-mile {
  background-image: url("/images/content/landing/meadows-mile.jpg");
}
.current-dev .deerfoot-meadows, .completed-projects .deerfoot-meadows {
  background-image: url("/images/content/landing/deerfoot-meadows.jpg");
}

.section-2 {
  background-color: #f3f5f5;
  padding: 80px 0;
}
.section-2 p {
  line-height: 2.2;
}
.section-2 .warp-box {
  width: 80%;
}
.section-2 .image-overlay img {
  width: 80%;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.section-2 .image-overlay {
  position: relative;
  display: inline-block;
}
.section-2 .image-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 75%;
  height: 90%;
  background-color: #6681ae;
  z-index: 0;
}

.section-3 {
  padding: 80px 0;
}
.section-3 p {
  line-height: 2.2;
}
.section-3 .warp-box {
  width: 80%;
}
.section-3 .image-overlay img {
  width: 80%;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.section-3 .image-overlay {
  position: relative;
  display: inline-block;
}
.section-3 .image-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 75%;
  height: 90%;
  background-color: #6681ae;
  z-index: 0;
}

.leadership {
  padding: 80px 0;
  position: relative;
  /* needed so ::after can be positioned */
  overflow: hidden;
}
.leadership p {
  font-weight: 400;
}
.leadership .email-box {
  margin-bottom: 50px;
}

.leadership::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 550px;
  height: 550px;
  background: url("/images/structure/logos/focus-f.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.Legacy {
  padding: 100px 0;
}

.hr {
  border: none;
  height: 5px;
  background-color: #6681ae;
  width: 60%;
  opacity: 100;
  margin: 0px 0 22px;
}

.stacked-logo {
  width: 280px;
}

.white-hr {
  border: none;
  height: 3px;
  background-color: #fff;
  width: 100%;
  opacity: 100;
  margin: 0;
}

.copyright {
  background-color: #121f35;
  color: #fff;
  text-align: center;
  padding: 25px;
  font-size: 16px;
  font-weight: 400;
}

/*----- /home page -----*/
@media screen and (max-width: 1200px) {
  p {
    font-size: 16px;
  }

  .what-we-do .h3 {
    padding-left: 20px;
  }

  .what-we-do .h1 {
    padding-right: 20px !important;
  }

  .h3 {
    font-size: 16px;
  }

  .current-dev .image-box, .completed-projects .image-box {
    height: 250px;
  }

  .current-dev p, .completed-projects p {
    font-size: 14px;
  }

  .section-2 .image-overlay::after {
    height: 430px;
  }

  .section-2 .warp-box {
    width: 100%;
  }

  .section-3 .image-overlay::after {
    height: 430px;
  }

  .section-3 .warp-box {
    width: 100%;
  }

  .leadership {
    padding: 80px 50px 50px;
  }

  .staff-name {
    font-size: 20px;
  }
}
@media screen and (mix-width: 992px) and (max-width: 1200px) {
  .section-3 .h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 992px) {
  .h1 {
    font-size: 38px;
  }

  .h2 {
    font-size: 28px;
  }

  .what-we-do .h1 {
    border-right: initial;
    padding-right: 13.5px !important;
  }
  .what-we-do .h3 {
    padding-left: 13.5px;
  }
  .what-we-do .h3 p {
    line-height: 2.2;
    margin-bottom: 0;
    text-align: center;
  }

  .current-dev .image-box, .completed-projects .image-box {
    height: 215px;
  }

  .current-dev .h3, .completed-projects .h3 {
    font-size: 13px;
  }

  .section-2, .section-3 {
    padding: 50px 0;
  }

  .section-2 .image-overlay::after {
    height: 320px;
  }

  .section-3 .image-overlay::after {
    height: 320px;
  }

  h4 {
    font-size: 20px;
  }

  .leadership {
    padding: 50px 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .Legacy {
    padding: 50px 13.5px;
  }

  .copyright {
    font-size: 14px;
  }

  .section-2 .image-overlay::after, .section-3 .image-overlay::after {
    height: 0;
  }

  .section-2 .image-overlay img,
.section-3 .image-overlay img {
    width: 100%;
    margin-top: 0px;
  }

  .section-2 p, .section-3 p {
    line-height: 1.8;
  }

  .section-2 .h1, .section-3 .h1 {
    margin-top: 20px;
  }

  .section-3 {
    padding: 0 0 50px;
  }

  .section-2 {
    padding: 50px 0 25px;
  }
}
/*----- \sub page -----*/
/*----- \sub page -----*/

/*# sourceMappingURL=main.css.map */
