html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

body {
  line-height: 1.3;
}
body.noBannerImg {
  padding-top: 100px;
}
@media screen and (max-width: 900px) {
  body.noBannerImg {
    padding-top: 0px;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

.clear {
  width: 100%;
  display: block;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, b {
  font-weight: 700;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  width: 100%;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .alignleft,
.alignright {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.gallery-item {
  padding: 1%;
  box-sizing: border-box;
}

body, html {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #80b539;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.moretag {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 10px;
}
a:hover {
  color: #1b1b1c;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}
h3.widgettitle {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  h3.widgettitle {
    display: block;
    border-bottom: 2px solid #ffffff;
  }
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  color: #80b539;
  margin-bottom: 15px;
  font-family: "Fira Sans", sans-serif;
}
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black {
  color: #1b1b1c;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #ffffff;
}

.whiteText {
  color: #ffffff;
}

.blackText {
  color: #1b1b1c;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.menu li.icon a {
  font-size: 0px;
  width: 30px;
  line-height: 40px;
  height: 30px;
  text-align: center;
  display: inline-block;
  background-color: #80b539;
  color: #ffffff;
  border-radius: 20px;
}
.menu li.icon a:hover {
  background-color: #ffffff;
}
.menu li.icon a i {
  font-size: 16px;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.textLeft {
  text-align: left;
}

.FeatureCustomTextArea h1, .FeatureCustomTextArea h2, .FeatureCustomTextArea h3, .FeatureCustomTextArea h4, .FeatureCustomTextArea h5, .FeatureCustomTextArea h6 {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 26px;
}

.animation-line {
  opacity: 0;
  position: relative;
  border-bottom: 3px solid #80b539;
  margin: 5px 0px 10px 0px;
}
.animation-line.white {
  border-color: #ffffff;
}
.animation-line .wrapper {
  padding: 0px;
}
.animation-line.slide-left, .animation-line.slide-right {
  opacity: 0;
  width: 0px;
  width: 100px;
  -moz-transition: all 800ms linear;
  -webkit-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
}
.animation-line.slide-left.in-view, .animation-line.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-line.slide-left.in-view.line_twentyfive, .animation-line.slide-right.in-view.line_twentyfive {
  width: 500px;
}
@media screen and (max-width: 500px) {
  .animation-line.slide-left.in-view.line_twentyfive, .animation-line.slide-right.in-view.line_twentyfive {
    width: 100%;
  }
}
.animation-line.slide-left.in-view.line_fourty, .animation-line.slide-right.in-view.line_fourty {
  width: 500px;
}
@media screen and (max-width: 500px) {
  .animation-line.slide-left.in-view.line_fourty, .animation-line.slide-right.in-view.line_fourty {
    width: 320px;
  }
}
.animation-line.slide-left.in-view.line_fifty, .animation-line.slide-right.in-view.line_fifty {
  width: 50%;
}
.animation-line.slide-left.in-view.line_sixty, .animation-line.slide-right.in-view.line_sixty {
  width: 60%;
}
.animation-line.slide-left.in-view.line_eighty, .animation-line.slide-right.in-view.line_eighty {
  width: 80%;
}
.animation-line.slide-left.in-view.line_full, .animation-line.slide-right.in-view.line_full {
  width: 100%;
}
.animation-line.slide-left {
  float: left;
  -moz-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate3d(-100%, 0px, 0px);
}
.animation-line.slide-right {
  float: right;
  -moz-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate3d(100%, 0px, 0px);
}

#hi_wrapper .gform_wrapper {
  margin: 0px;
}
#hi_wrapper .gform_wrapper .ginput_container {
  margin-top: 0px;
  margin-bottom: 10px;
}
#hi_wrapper .gform_wrapper li.gfield {
  margin-top: 0px;
}
#hi_wrapper .gform_wrapper li.gfield input {
  margin: 0px;
}
#hi_wrapper .gform_wrapper li.gfield input,
#hi_wrapper .gform_wrapper li.gfield textarea {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #999999;
  padding: 10px;
}
#hi_wrapper .gform_wrapper li.gfield textarea {
  border-bottom: 0px;
  background-color: rgba(128, 181, 57, 0.3);
}
#hi_wrapper .gform_wrapper .gform_footer {
  margin: 0px;
  padding: 0px;
}
#hi_wrapper .gform_wrapper .gform_footer input.button {
  width: 100px;
  line-height: 30px;
  display: inline-block;
  box-sizing: border-box !important;
  padding: 0px 10px;
  -webkit-appearance: none;
  background: #999999;
  border: 2px solid;
  border-color: #999999;
  color: #ffffff;
}
#hi_wrapper .gform_wrapper .gform_footer input.button:hover {
  color: #999999;
  cursor: pointer;
  background-color: #ffffff;
}

.spaceMe {
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  top: 0px;
  left: 0px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1240px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.wrapper.Sub {
  max-width: 1000px;
}
.wrapper.Default {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1000px;
}
.wrapper.oh {
  overflow: hidden;
}
.wrapper.twoColumContent {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.wrapper.twoColumContent .fifty {
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .wrapper.twoColumContent .fifty {
    width: 100%;
    padding: 0px;
  }
}
.wrapper.twoColumContent .fifty iframe {
  width: 100%;
}

.fifty {
  width: 50%;
  float: left;
}
@media screen and (max-width: 800px) {
  .fifty {
    width: 100%;
  }
}

.thirty {
  width: 33%;
  float: left;
}

.sixty {
  width: 60%;
  float: left;
}

.fourty {
  width: 40%;
  float: left;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padL20 {
  padding-left: 20px;
}

.padR20 {
  padding-right: 20px;
}

.padtb10 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.clearLeft {
  clear: left;
}

#header {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  position: fixed;
  display: block;
  z-index: 999999;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 900px) {
  #header {
    overflow: hidden;
    position: relative;
  }
}
#header.noBannerImg {
  background: #1b1b1c;
}
@media screen and (max-width: 900px) {
  #header {
    background-color: #1b1b1c;
    padding-bottom: 0px;
  }
}
#header #logo {
  float: left;
  display: block;
  padding-top: 1px;
  overflow: hidden;
  width: 140px;
  height: 82px;
  background: url(http://kstest.co.za/mark-ussher-architects/wp-content/uploads/2019/01/logo3.png);
  background-size: cover;
}
@media screen and (max-width: 900px) {
  #header #logo {
    float: none;
    margin: 0px auto 0px auto;
    text-align: center;
  }
  #header #logo img {
    height: 70px;
    width: auto;
  }
}
#header #menu-wrapper {
  width: calc(100% - 140px);
  display: block;
  float: left;
  margin-top: 8px;
  border-bottom: 12px #80b539 solid;
  margin-bottom: 19px;
}
@media screen and (max-width: 900px) {
  #header #menu-wrapper {
    width: 100%;
    border-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
#header #menu-wrapper li.mega-current_page_item a {
  background-image: url("../images/scoop.png") !important;
  background-repeat: no-repeat !important;
  background-position: center 35px !important;
}
@media screen and (max-width: 900px) {
  #header #menu-wrapper li.mega-current_page_item a {
    background-image: none !important;
  }
}
#header #menu-wrapper li:hover a {
  background-image: url("../images/scoop.png") !important;
  background-repeat: no-repeat !important;
  background-position: center 35px !important;
}
@media screen and (max-width: 900px) {
  #header #menu-wrapper li:hover a {
    background-image: none !important;
  }
}
#header #menu-wrapper .menuIcon a {
  font-size: 0px !important;
}
#header #menu-wrapper .menuIcon a i {
  font-size: 20px !important;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  #header #menu-wrapper .menuIcon a {
    font-size: inherit !important;
  }
  #header #menu-wrapper .menuIcon a i {
    margin-right: 10px;
  }
}
#header #menu-wrapper .menuIcon a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: 30px 35px !important;
}

.scrolled #header {
  background: #1b1b1c;
}

section.page_banner {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 300px;
  height: 100%;
  height: 100vh;
  text-align: center;
}
section.page_banner .bannerContent {
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
}
section.page_banner .bannerContent.pageTitle {
  padding-top: 140px;
  padding-bottom: 60px;
}
section.page_banner .bannerContent a.button.banner {
  border: 5px solid;
  border-color: #80b539;
  font-size: 24px;
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff;
}
section.page_banner .bannerContent a.button.banner:hover {
  background-color: #80b539;
}
section.page_banner .scrollme {
  margin: 0px auto;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 30px;
  z-index: 99999;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -25px;
}
@media screen and (max-width: 900px) {
  section.page_banner .scrollme {
    display: none;
  }
}
section.page_banner .scrollme:hover {
  cursor: pointer;
}

.page-template-page-template-team .page_banner,
.page-template-page-template-2col .page_banner,
.page-template-page-template-home .page_banner {
  background-position: center top;
}
@media screen and (max-width: 1000px) {
  .page-template-page-template-team .page_banner,
.page-template-page-template-2col .page_banner,
.page-template-page-template-home .page_banner {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-page-template-team .page_banner,
.page-template-page-template-2col .page_banner,
.page-template-page-template-home .page_banner {
    height: 240px;
  }
}

section.about_banner {
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 90vh;
}
@media screen and (max-width: 1400px) {
  section.about_banner {
    height: 90vh;
  }
}
@media screen and (max-width: 1000px) {
  section.about_banner {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  section.about_banner {
    height: 240px;
  }
}

section.pg_banner {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 90vh;
}
@media screen and (max-width: 1400px) {
  section.pg_banner {
    height: 90vh;
  }
}
@media screen and (max-width: 1000px) {
  section.pg_banner {
    height: 500px;
  }
}
@media screen and (max-width: 500px) {
  section.pg_banner {
    height: 240px;
  }
}

section.services {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right 20px top 50px;
  padding-top: 50px;
  padding-bottom: 40px;
}
section.services.CTA h2 {
  margin-bottom: 0px;
}
section.services .serviceCTAwrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}
section.services .serviceCTAwrapper .service {
  width: 33%;
  float: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  section.services .serviceCTAwrapper .service {
    width: 33%;
  }
}
@media screen and (max-width: 1000px) {
  section.services .serviceCTAwrapper .service {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  section.services .serviceCTAwrapper .service {
    width: 100%;
  }
}
section.services .serviceCTAwrapper .service img.icon {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}
section.services .serviceCTAwrapper .service .title {
  display: inline-block;
  width: calc(100% - 75px);
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  padding: 0px 10px;
  box-sizing: border-box;
}
section.services .serviceCTAwrapper .service .title span {
  margin-top: 5px;
  font-size: 14px;
  display: block;
  width: 100%;
  font-weight: normal;
}
section.services .servicesCTA {
  border: 2px solid;
  border-color: #80b539;
  color: black;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
section.services .servicesCTA p {
  margin: 0px;
  font-size: 16px;
  padding: 10px;
}
section.services .servicesCTA a {
  color: black;
  font-size: 16px;
  padding: 10px;
  display: block;
}
section.services .servicesCTA a:hover {
  color: #ffffff;
}
section.services .servicesCTA:hover {
  background: #80b539;
  color: #ffffff;
}
section.services.page .serviceCTAwrapper .service {
  width: 100%;
}

.animation-line.slide-right.in-view.line_fourty {
  width: 70%;
}

.featureSection {
  width: 100%;
  overflow: hidden;
  background-color: #1b1b1c;
}
.featureSection .sectionRow {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.featureSection .sectionRow .fifty.image {
  background-size: cover;
}
.featureSection .sectionRow .fifty.text {
  background-repeat: no-repeat;
  color: #ffffff;
  box-sizing: border-box;
  background-size: 70%;
}
.featureSection .sectionRow .fifty.text a {
  color: #80b539;
}
.featureSection .sectionRow .fifty.text a:hover {
  color: #ffffff;
}
.featureSection .sectionRow .fifty.text h2 {
  width: 100%;
  display: block;
  overflow: hidden;
  font-weight: bold;
  font-size: 30px;
}
.featureSection .sectionRow .fifty.text .animation-line {
  margin: 5px 0px 20px 0px;
}
@media screen and (max-width: 500px) {
  .featureSection .sectionRow .fifty.text .animation-line {
    width: 100%;
  }
}
.featureSection .sectionRow .fifty.text .fiftyWrapper {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .featureSection .sectionRow .fifty.text .fiftyWrapper {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .featureSection .sectionRow .fifty.text .sixty {
    width: 100% !important;
  }
}
.featureSection .sectionRow:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.featureSection .sectionRow:nth-child(odd) .fifty.text {
  padding: 120px 40px 40px 0px;
  background-position: top left;
}
@media screen and (max-width: 1200px) {
  .featureSection .sectionRow:nth-child(odd) .fifty.text {
    padding: 120px 40px 40px 40px;
  }
}
.featureSection .sectionRow:nth-child(odd) .fifty.text h2 .sixty {
  float: right;
}
@media screen and (max-width: 500px) {
  .featureSection .sectionRow:nth-child(odd) .fifty.text h2 .sixty {
    text-align: center;
  }
}
.featureSection .sectionRow:nth-child(odd) .fiftyWrapper {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.featureSection .sectionRow:nth-child(even) .fifty.text {
  background-position: top right;
  padding: 120px 0px 40px 40px;
}
@media screen and (max-width: 1200px) {
  .featureSection .sectionRow:nth-child(even) .fifty.text {
    padding: 120px 40px 40px 40px;
  }
}
.featureSection .sectionRow:nth-child(even) .fifty.text h2 .sixty {
  text-align: right;
}
@media screen and (max-width: 500px) {
  .featureSection .sectionRow:nth-child(even) .fifty.text h2 .sixty {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .featureSection .sectionRow {
    display: block;
    box-sizing: border-box;
  }
  .featureSection .sectionRow .fifty.image {
    width: 100%;
    height: 300px;
  }
  .featureSection .sectionRow:nth-child(even) .fifty.text, .featureSection .sectionRow:nth-child(odd) .fifty.text {
    width: 100%;
    background-image: none !important;
    padding: 40px 40px 40px 40px;
  }
}
@media screen and (max-width: 500px) {
  .featureSection .sectionRow:nth-child(even) .fifty.text, .featureSection .sectionRow:nth-child(odd) .fifty.text {
    padding: 20px 20px 20px 20px;
  }
  .featureSection .sectionRow:nth-child(even) .fifty.text p, .featureSection .sectionRow:nth-child(even) .fifty.text h1, .featureSection .sectionRow:nth-child(even) .fifty.text h2, .featureSection .sectionRow:nth-child(even) .fifty.text h3, .featureSection .sectionRow:nth-child(even) .fifty.text h4, .featureSection .sectionRow:nth-child(even) .fifty.text h5, .featureSection .sectionRow:nth-child(even) .fifty.text h6, .featureSection .sectionRow:nth-child(odd) .fifty.text p, .featureSection .sectionRow:nth-child(odd) .fifty.text h1, .featureSection .sectionRow:nth-child(odd) .fifty.text h2, .featureSection .sectionRow:nth-child(odd) .fifty.text h3, .featureSection .sectionRow:nth-child(odd) .fifty.text h4, .featureSection .sectionRow:nth-child(odd) .fifty.text h5, .featureSection .sectionRow:nth-child(odd) .fifty.text h6 {
    text-align: center !important;
  }
}

.featuredProjects {
  width: 100%;
  overflow: hidden;
  display: block;
  background-color: #1b1b1c;
}
.featuredProjects .single-featuredProject {
  width: 16.666667%;
  float: left;
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.featuredProjects .single-featuredProject a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #ffffff;
}
.featuredProjects .single-featuredProject a:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.featuredProjects .single-featuredProject a .fp_title {
  width: 90%;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1400px) {
  .featuredProjects .single-featuredProject {
    width: 25%;
    height: 160px;
  }
}
@media screen and (max-width: 1100px) {
  .featuredProjects .single-featuredProject {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .featuredProjects .single-featuredProject {
    width: 50%;
  }
  .featuredProjects .single-featuredProject a {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
  }
  .featuredProjects .single-featuredProject a .fp_title {
    font-size: 20px;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 500px) {
  .featuredProjects .single-featuredProject {
    width: 100%;
  }
}

.pageProjects {
  width: 100%;
  overflow: hidden;
  display: block;
  border-top: 40px solid #1b1b1c;
  border-bottom: 40px solid #1b1b1c;
}
.pageProjects .single-featuredProject {
  width: 33.333%;
  float: left;
  height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.pageProjects .single-featuredProject a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #ffffff;
}
.pageProjects .single-featuredProject a:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.pageProjects .single-featuredProject a .fp_title {
  width: 90%;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
  text-shadow: 0px 0px 20px black;
  display: inline-block;
  vertical-align: middle;
}
.pageProjects .single-featuredProject a .fp_title h4 {
  color: #ffffff;
}
.pageProjects .single-featuredProject a .fp_title p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .pageProjects .single-featuredProject {
    width: 25%;
    height: 160px;
  }
}
@media screen and (max-width: 1100px) {
  .pageProjects .single-featuredProject {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .pageProjects .single-featuredProject {
    width: 50%;
  }
  .pageProjects .single-featuredProject a {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
  }
  .pageProjects .single-featuredProject a .fp_title {
    font-size: 20px;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 500px) {
  .pageProjects .single-featuredProject {
    width: 100%;
  }
}
.pageProjects .pagination {
  width: 100%;
  text-align: center;
  background-color: #1b1b1c;
  font-size: 16px;
  padding-top: 40px;
  display: block;
  overflow: hidden;
  color: #ffffff;
}
.pageProjects .pagination a {
  font-size: 16px;
  margin: 0px 3px;
}
.pageProjects .pagination a:hover {
  color: #ffffff;
}

.singleProject {
  background-color: #1b1b1c;
  width: 100%;
  display: block;
  overflow: hidden;
}
.singleProject .carousel {
  position: relative;
  display: block;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
  margin-top: 20px;
}
.singleProject .carousel .main-carousel {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.singleProject .carousel .main-carousel .carousel-cell {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.singleProject .carousel .flickity-prev-next-button {
  width: 30px;
  height: 30px;
}
.singleProject .carousel .vert-carousel {
  display: block;
  overflow: hidden;
  height: 140px;
}
.singleProject .carousel .vert-carousel .carousel-cell {
  width: 200px;
  height: 140px;
  margin-right: 20px;
  background-position: center;
  background-size: cover;
  display: block;
  box-sizing: border-box;
}
.singleProject .contentArea {
  margin-bottom: 40px;
}

section.testimonials {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 50px 0px 0px 0px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top 20px right 20px;
}
section.testimonials .wrapper h2.black {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 30px;
}
section.testimonials .wrapper img.quote {
  margin: 20px 0px;
}
section.testimonials .wrapper .main-carousel {
  width: 100%;
  padding: 0px 0px;
  overflow: hidden;
}
section.testimonials .wrapper .main-carousel .carousel-cell {
  width: 100%;
}
section.testimonials .wrapper .main-carousel .carousel-cell p {
  width: 100%;
  max-width: 700px;
  margin-bottom: 20px;
}
section.testimonials .wrapper .main-carousel .carousel-cell span {
  color: #80b539;
  font-weight: bold;
}
section.testimonials .wrapper .main-carousel .flickity-prev-next-button {
  width: 30px;
  height: 30px;
  opacity: 0;
}

section.reach-us {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 50px 0px 0px 0px;
  background-repeat: no-repeat;
  background-position: left 20px top 50px;
  background-size: 30%;
}
section.reach-us h2 {
  margin-bottom: 0px;
}
@media screen and (max-width: 1000px) {
  section.reach-us {
    padding-top: 30px;
    background: none;
  }
  section.reach-us h2 {
    width: 100%;
  }
  section.reach-us h2 .wrapper {
    text-align: center;
  }
  section.reach-us .animation-line {
    min-width: 50%;
  }
}
section.reach-us .wrapper.form {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 30px 140px 50px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  section.reach-us .wrapper.form {
    padding: 0px 20px 40px 20px;
  }
}

section.servicesPage {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right 20px top 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
section.servicesPage.CTA h2 {
  margin-bottom: 0px;
}
section.servicesPage .serviceCTAwrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}
section.servicesPage .serviceCTAwrapper .service {
  width: 100%;
  float: left;
  display: flex;
}
@media screen and (max-width: 800px) {
  section.servicesPage .serviceCTAwrapper .service {
    display: block;
  }
}
section.servicesPage .serviceCTAwrapper .service .fifty {
  padding-bottom: 40px;
}
@media screen and (max-width: 800px) {
  section.servicesPage .serviceCTAwrapper .service .fifty {
    padding-bottom: 10px;
  }
}
section.servicesPage .serviceCTAwrapper .service .fifty ul {
  list-style-type: disc;
  box-sixing: border-box;
  list-style-position: inside;
  margin-bottom: 20px;
}
section.servicesPage .serviceCTAwrapper .service .fifty.text {
  width: calc(100% - 150px);
}
@media screen and (max-width: 800px) {
  section.servicesPage .serviceCTAwrapper .service .fifty.text {
    width: 100%;
  }
}
section.servicesPage .serviceCTAwrapper .service .fifty.numberWrap {
  width: 150px;
  height: 100%;
  background-image: url("../images/green.png");
  background-repeat: repeat-y;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 800px) {
  section.servicesPage .serviceCTAwrapper .service .fifty.numberWrap {
    display: none;
  }
}
section.servicesPage .serviceCTAwrapper .service img.icon {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}
section.servicesPage .serviceCTAwrapper .service .title {
  display: inline-block;
  width: calc(100% - 75px);
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  padding: 0px 10px;
  box-sizing: border-box;
}
section.servicesPage .serviceCTAwrapper .service .title span {
  margin-top: 5px;
  font-size: 14px;
  display: block;
  width: 100%;
  font-weight: normal;
}
section.servicesPage .serviceCTAwrapper .service .number {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 44px;
  background-color: #80b539;
  color: #ffffff;
  text-align: center;
  border-radius: 70px;
  border: 8px solid #ffffff;
}
section.servicesPage .serviceCTAwrapper .service.last .fifty.numberWrap {
  background: none;
}

.gallery {
  padding-top: 20px;
}

.gridafter {
  content: "";
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 190px;
  border: 5px solid white;
}
@media screen and (max-width: 500px) {
  .grid-sizer,
.grid-item {
    width: 70%;
  }
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

#hi_wrapper #slb_viewer_wrap .slb_theme_slb_baseline {
  z-index: 999999;
}
@media screen and (max-width: 500px) {
  #hi_wrapper #slb_viewer_wrap .slb_theme_slb_baseline {
    top: 30px;
    left: 3.5%;
    width: 90%;
  }
}

section.about {
  padding: 50px 0px 0px 0px;
  margin-bottom: 30px;
}
section.about .team {
  overflow: hidden;
}
section.about .mem-img {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 10px 10px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  section.about .mem-img {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  section.about .mem-img {
    width: 100%;
  }
}
section.about .size {
  width: 100%;
  height: 250px;
  text-align: center;
}
section.about .size img {
  height: 100%;
  width: auto;
  display: inline;
}
section.about .mem-name {
  text-align: center;
  display: block;
  margin-bottom: 0px;
  border-radius: 4px;
  border-top-right-radius: 22px;
  padding: 5px;
  color: #000;
}
section.about .mem-job {
  color: #000;
  margin-bottom: 0px;
  text-align: center;
}
section.about .mem-qual {
  color: #000;
  text-align: center;
}

#footer {
  padding: 20px 0px 0px 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}
#footer .wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}
#footer .wrapper .footer-row {
  text-align: center;
  padding: 0px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  #footer .wrapper .footer-row {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  #footer .wrapper .footer-row {
    text-align: left;
  }
}
#footer .wrapper .footer-row ul {
  margin-bottom: 20px;
}
#footer .wrapper .footer-row ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 2em;
}
#footer .wrapper .footer-row ul li a {
  color: #ffffff;
  font-size: 16px;
}
#footer .wrapper .footer-row ul li a:hover {
  color: #80b539;
}
#footer .wrapper .footer-row ul li.menuIcon {
  padding-left: 3em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  min-height: 40px;
  margin-left: 30px;
}
#footer .wrapper .footer-row ul li.menuIcon a {
  line-height: 30px;
}
#footer .wrapper .footer-row ul li.menuIcon.Map {
  line-height: 18px;
  margin-bottom: 10px;
}
#footer .wrapper .footer-row ul li.menuIcon i {
  width: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  background-color: #80b539;
  text-align: center;
  line-height: 30px;
}
#footer .wrapper .footer-row ul li.Address a {
  line-height: 20px;
  text-align: left;
  display: block;
}
#footer #copyright {
  width: 100%;
  clear: both;
  display: block;
  text-align: right;
  background-color: #1b1b1c;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  padding: 20px 0px;
  margin-top: 20px;
}

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