#about .container.image {
  padding-left: 30%;
  padding-bottom: 0;
  margin-left: 120px;
}
@media screen and (max-width: 1200px) {
  #about .container.image {
    margin-left: 60px;
  }
}
@media screen and (max-width: 992px) {
  #about .container.image {
    padding: 30px;
    padding-bottom: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1201px) {
  #about .container.image {
    padding-top: 0;
  }
}
#about .container.image .about-image {
  padding-right: 20%;
}
@media screen and (max-width: 992px) {
  #about .container.image .about-image {
    padding-right: 0;
  }
}
#about .content {
  margin-top: -30px;
  padding-top: 0;
}
#about .content .title {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 750px;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  #about .content .title {
    max-width: 900px;
  }
}
@media screen and (max-width: 1200px) {
  #about .content .title {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  #about .content .title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#about .content .left {
  position: relative;
  width: 30%;
}
#about .content .left a {
  position: absolute;
  bottom: 15px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #about .content .left a {
    bottom: 0;
  }
}
#about .content .right {
  width: 70%;
}
@media screen and (min-width: 1600px) {
  #about .content .right {
    padding-right: 80px;
  }
}
#about .content .right p {
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  #about .content {
    margin-top: 30px;
  }
  #about .content .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
  }
  #about .content .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #about .content .left a {
    position: relative;
  }
  #about .content .right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            -webkit-order: 0;
            order: 0;
  }
  #about .content .left,
  #about .content .right {
    width: 100%;
  }
}
.counters .counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          -webkit-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}
.counters .tag {
  padding-top: 60px;
}
@media screen and (min-width: 1600px) {
  .counters .tag {
    font-size: 0.7rem;
  }
}
.counters .counter {
  width: 200px;
  height: 200px;
  position: relative;
  font-size: 20px;
  text-align: center;
}
.counters .counter .number {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: lowercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
}
@media screen and (min-width: 1600px) {
  .counters .counter .number {
    font-size: 2rem;
  }
}
.counters .counter svg {
  position: absolute;
  top: 0;
  left: 0;
}
.counters .counter svg .outer {
  fill: #FFF;
  stroke: transparent;
  stroke-width: 1;
  stroke-dasharray: 615;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transition: stroke-dashoffset 3s;
  transition: stroke-dashoffset 3s;
  -webkit-animation-play-state: running;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);
}
.counters .counter svg .outer.animate {
  stroke-dashoffset: 60;
  -webkit-animation: show85 4s;
          animation: show85 4s;
}
.counters .counter.fulltime_staff svg {
  -webkit-transform: rotate(70deg);
              -ms-transform: rotate(70deg);
          transform: rotate(70deg);
}
.counters .counter.completed_projects svg {
  -webkit-transform: rotate(270deg);
              -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.counters .counter.industry_awards svg {
  -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.counters .counter.contracts_managed svg {
  -webkit-transform: rotate(30deg);
              -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.counters .counter.fulltime_staff svg .animate,
.counters .counter.industry_awards svg .animate {
  stroke: #af3f2c;
}
.counters .counter.completed_projects svg .animate,
.counters .counter.contracts_managed svg .animate {
  stroke: #1a1f3b;
}
.counters .counter.largest_project svg .animate {
  stroke: #488ecc;
}
@media screen and (max-width: 1200px) {
  .counters {
    display: none;
  }
}
@-webkit-keyframes show85 {
  from {
    stroke-dashoffset: 615;
  }
  to {
    stroke-dashoffset: 60;
  }
}
@keyframes show85 {
  from {
    stroke-dashoffset: 615;
  }
  to {
    stroke-dashoffset: 60;
  }
}
#featured-project .container {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (min-width: 1600px) {
  #featured-project .container {
    padding-bottom: 180px;
    padding-top: 180px;
  }
}
@media screen and (max-width: 992px) {
  #featured-project .container {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #featured-project .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
#featured-project .image {
  position: relative;
  height: 0;
  padding-top: 30.8%;
}
@media screen and (max-width: 767px) {
  #featured-project .image {
    padding-top: 56%;
  }
}
#featured-project .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#featured-project .content {
  position: relative;
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          -webkit-flex: 0.7;
          flex: 0.7;
  padding: 60px;
  margin-top: 120px;
  margin-left: -5%;
}
@media screen and (max-width: 1200px) {
  #featured-project .content {
    padding: 30px;
  }
}
@media screen and (max-width: 992px) {
  #featured-project .content {
    padding: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #featured-project .content {
    margin-left: 0;
  }
}
#featured-project .content .title {
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  #featured-project .content .title {
    padding-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  #featured-project .content .title {
    padding-top: 30px;
  }
}
#featured-project .content .body {
  width: 70%;
  padding-top: 60px;
  padding-bottom: 100px;
  font-size: 0.8rem;
}
@media screen and (min-width: 1600px) {
  #featured-project .content .body {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1200px) {
  #featured-project .content .body {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  #featured-project .content .body {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#featured-project .content .link.dash {
  position: absolute;
  right: 20px;
  bottom: 80px;
}
@media screen and (max-width: 1200px) {
  #featured-project .content .link.dash {
    bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  #featured-project .content .link.dash {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #featured-project .content .link.dash {
    bottom: 5px;
  }
}
@media screen and (max-width: 540px) {
  #featured-project .content .link.dash {
    bottom: 25px;
  }
}
#featured-project .content .link.more {
  position: absolute;
  bottom: -40px;
}
@media screen and (max-width: 992px) {
  #featured-project .content .link.more {
    bottom: -40px;
  }
}
@media screen and (max-width: 540px) {
  #featured-project .content .link.more {
    bottom: -25px;
  }
}
