@import url("fontawesome-all.min.css");
@font-face {
  font-family: 'arialbold';
  src: url("../fonts/avenir.woff2") format("woff2"), url("../fonts/avenir.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'arial';
  src: url("../fonts/helvetica.woff2") format("woff2"), url("../fonts/helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */
.slick-slide {
  margin: 0 27px;
}

/* the parent */
.slick-list {
  margin: 0 -27px;
}

.slick-arrow {
  position: absolute;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  top: 50%;
  margin-top: -50px;
  background: #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-arrow:hover {
  background: #aaa;
}

.slick-arrow.slick-prev {
  left: -80px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.slick-arrow.slick-next {
  right: -80px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.project-slider {
  position: relative;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1.2em;
  color: #fff;
}

.modal-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15000;
  display: none;
}

.modal-wrapper.show {
  display: block;
}

.modal-wrapper .modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-wrapper .modal-body {
  -webkit-box-shadow: inset 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  overflow: auto;
  position: relative;
  background: #fff;
  font-size: 20px;
  top: 70px;
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
  height: auto;
  max-height: calc(100vh - 100px);
}

.modal-wrapper .modal-body.note p {
  margin-bottom: 0;
  text-align: center;
}

.modal-wrapper .modal-body.blue h2, .modal-wrapper .modal-body.blue .meta span i {
  color: #8ebe3f;
}

.modal-wrapper .modal-body.blue a.button {
  background: #8ebe3f url(images/overlay.png);
}

.modal-wrapper .modal-body.green h2, .modal-wrapper .modal-body.green .meta span i {
  color: #510f21;
}

.modal-wrapper .modal-body.green a.button {
  background: #510f21 url(images/overlay.png);
}

.modal-wrapper .modal-body.grey h2, .modal-wrapper .modal-body.grey .meta span i {
  color: #999;
}

.modal-wrapper .modal-body.grey a.button {
  background: #999 url(images/overlay.png);
}

.modal-wrapper .modal-body h2 {
  color: #510f21;
  font-size: 30px;
}

.modal-wrapper .modal-body h2.lone {
  margin-bottom: 40px;
}

.modal-wrapper .modal-body h2 i {
  margin-right: 10px;
}

.modal-wrapper .modal-body .meta {
  font-size: 16px;
}

.modal-wrapper .modal-body .meta span {
  display: inline-block;
  margin-right: 10px;
}

.modal-wrapper .modal-body img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.modal-wrapper .modal-body .container {
  padding: 50px 40px 50px;
}

.modal-wrapper .modal-body .button {
  text-align: center;
  margin-top: 0;
}

.modal-wrapper .modal-body ul li {
  font-size: 16px;
  list-style-type: disc;
  margin-bottom: 5px;
  position: relative;
  padding-left: 40px;
}

.modal-wrapper .modal-body ul li i {
  position: absolute;
  left: 0;
  top: 10px;
  color: #510f21;
}

.modal-wrapper .modal-body h4 {
  color: #502448;
  text-indent: 25px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center left;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5 {
  color: #fff;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

body, input, textarea, select {
  font-family: 'arial', sans-serif;
  color: #919499;
  font-size: 14pt;
  line-height: 1.75em;
  letter-spacing: 0.025em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'arialbold', sans-serif;
  color: #484d55;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h2 span.blue, h3 span.blue {
  color: #8ebe3f;
}

h2 span.green, h3 span.green {
  color: #78bb47;
}

a {
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  text-decoration: underline;
  color: #717479;
}

a:hover {
  text-decoration: none;
}

strong, b {
  font-family: 'arialbold', sans-serif;
  color: #484d55;
}

blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

em, i {
  font-style: italic;
}

hr {
  border: 0;
  border-top: solid 1px #ddd;
  margin: 2em 0 2em 0;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

.nobr {
  white-space: nowrap;
}

br.clear {
  clear: both;
}

p, ul, ol, dl, table, blockquote, form {
  margin-bottom: 2em;
}

/* Container */
.container {
  margin: 0 auto;
  max-width: 100%;
  width: 68em;
}

@media screen and (max-width: 1680px) {
  .container {
    width: 70em;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 980px) {
  .container {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 736px) {
  .container {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 500px) {
  .container {
    width: calc(100% - 40px);
  }
}

/* Row */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}

.row.aln-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.row.aln-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.aln-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row.aln-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.aln-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.aln-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row > .imp {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.row > .col-1 {
  width: 8.33333%;
}

.row > .off-1 {
  margin-left: 8.33333%;
}

.row > .col-2 {
  width: 16.66667%;
}

.row > .off-2 {
  margin-left: 16.66667%;
}

.row > .col-3 {
  width: 25%;
}

.row > .off-3 {
  margin-left: 25%;
}

.row > .col-4 {
  width: 33.33333%;
}

.row > .off-4 {
  margin-left: 33.33333%;
}

.row > .col-5 {
  width: 41.66667%;
}

.row > .off-5 {
  margin-left: 41.66667%;
}

.row > .col-6 {
  width: 50%;
}

.row > .off-6 {
  margin-left: 50%;
}

.row > .col-7 {
  width: 58.33333%;
}

.row > .off-7 {
  margin-left: 58.33333%;
}

.row > .col-8 {
  width: 66.66667%;
}

.row > .off-8 {
  margin-left: 66.66667%;
}

.row > .col-9 {
  width: 75%;
}

.row > .off-9 {
  margin-left: 75%;
}

.row > .col-10 {
  width: 83.33333%;
}

.row > .off-10 {
  margin-left: 83.33333%;
}

.row > .col-11 {
  width: 91.66667%;
}

.row > .off-11 {
  margin-left: 91.66667%;
}

.row > .col-12 {
  width: 100%;
}

.row > .off-12 {
  margin-left: 100%;
}

.row.gtr-0 {
  margin-top: 0px;
  margin-left: 0px;
}

.row.gtr-0 > * {
  padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
  margin-top: 0px;
}

.row.gtr-0.gtr-uniform > * {
  padding-top: 0px;
}

.row.gtr-25 {
  margin-top: -12.5px;
  margin-left: -12.5px;
}

.row.gtr-25 > * {
  padding: 12.5px 0 0 12.5px;
}

.row.gtr-25.gtr-uniform {
  margin-top: -12.5px;
}

.row.gtr-25.gtr-uniform > * {
  padding-top: 12.5px;
}

.row.gtr-50 {
  margin-top: -25px;
  margin-left: -25px;
}

.row.gtr-50 > * {
  padding: 25px 0 0 25px;
}

.row.gtr-50.gtr-uniform {
  margin-top: -25px;
}

.row.gtr-50.gtr-uniform > * {
  padding-top: 25px;
}

.row {
  margin-top: -50px;
  margin-left: -50px;
}

.row > * {
  padding: 50px 0 0 50px;
}

.row.gtr-uniform {
  margin-top: -50px;
}

.row.gtr-uniform > * {
  padding-top: 50px;
}

.row.gtr-150 {
  margin-top: -75px;
  margin-left: -75px;
}

.row.gtr-150 > * {
  padding: 75px 0 0 75px;
}

.row.gtr-150.gtr-uniform {
  margin-top: -75px;
}

.row.gtr-150.gtr-uniform > * {
  padding-top: 75px;
}

.row.gtr-200 {
  margin-top: -100px;
  margin-left: -100px;
}

.row.gtr-200 > * {
  padding: 100px 0 0 100px;
}

.row.gtr-200.gtr-uniform {
  margin-top: -100px;
}

.row.gtr-200.gtr-uniform > * {
  padding-top: 100px;
}

@media screen and (max-width: 1680px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.aln-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.aln-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.aln-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.aln-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.aln-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row > .imp-xlarge {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .row > .col-1-xlarge {
    width: 8.33333%;
  }
  .row > .off-1-xlarge {
    margin-left: 8.33333%;
  }
  .row > .col-2-xlarge {
    width: 16.66667%;
  }
  .row > .off-2-xlarge {
    margin-left: 16.66667%;
  }
  .row > .col-3-xlarge {
    width: 25%;
  }
  .row > .off-3-xlarge {
    margin-left: 25%;
  }
  .row > .col-4-xlarge {
    width: 33.33333%;
  }
  .row > .off-4-xlarge {
    margin-left: 33.33333%;
  }
  .row > .col-5-xlarge {
    width: 41.66667%;
  }
  .row > .off-5-xlarge {
    margin-left: 41.66667%;
  }
  .row > .col-6-xlarge {
    width: 50%;
  }
  .row > .off-6-xlarge {
    margin-left: 50%;
  }
  .row > .col-7-xlarge {
    width: 58.33333%;
  }
  .row > .off-7-xlarge {
    margin-left: 58.33333%;
  }
  .row > .col-8-xlarge {
    width: 66.66667%;
  }
  .row > .off-8-xlarge {
    margin-left: 66.66667%;
  }
  .row > .col-9-xlarge {
    width: 75%;
  }
  .row > .off-9-xlarge {
    margin-left: 75%;
  }
  .row > .col-10-xlarge {
    width: 83.33333%;
  }
  .row > .off-10-xlarge {
    margin-left: 83.33333%;
  }
  .row > .col-11-xlarge {
    width: 91.66667%;
  }
  .row > .off-11-xlarge {
    margin-left: 91.66667%;
  }
  .row > .col-12-xlarge {
    width: 100%;
  }
  .row > .off-12-xlarge {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }
  .row.gtr-25 > * {
    padding: 12.5px 0 0 12.5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 12.5px;
  }
  .row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
  }
  .row.gtr-50 > * {
    padding: 25px 0 0 25px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -25px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 25px;
  }
  .row {
    margin-top: -50px;
    margin-left: -50px;
  }
  .row > * {
    padding: 50px 0 0 50px;
  }
  .row.gtr-uniform {
    margin-top: -50px;
  }
  .row.gtr-uniform > * {
    padding-top: 50px;
  }
  .row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
  }
  .row.gtr-150 > * {
    padding: 75px 0 0 75px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -75px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 75px;
  }
  .row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
  }
  .row.gtr-200 > * {
    padding: 100px 0 0 100px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -100px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1280px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.aln-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.aln-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.aln-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.aln-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.aln-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row > .imp-large {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .row > .col-1-large {
    width: 8.33333%;
  }
  .row > .off-1-large {
    margin-left: 8.33333%;
  }
  .row > .col-2-large {
    width: 16.66667%;
  }
  .row > .off-2-large {
    margin-left: 16.66667%;
  }
  .row > .col-3-large {
    width: 25%;
  }
  .row > .off-3-large {
    margin-left: 25%;
  }
  .row > .col-4-large {
    width: 33.33333%;
  }
  .row > .off-4-large {
    margin-left: 33.33333%;
  }
  .row > .col-5-large {
    width: 41.66667%;
  }
  .row > .off-5-large {
    margin-left: 41.66667%;
  }
  .row > .col-6-large {
    width: 50%;
  }
  .row > .off-6-large {
    margin-left: 50%;
  }
  .row > .col-7-large {
    width: 58.33333%;
  }
  .row > .off-7-large {
    margin-left: 58.33333%;
  }
  .row > .col-8-large {
    width: 66.66667%;
  }
  .row > .off-8-large {
    margin-left: 66.66667%;
  }
  .row > .col-9-large {
    width: 75%;
  }
  .row > .off-9-large {
    margin-left: 75%;
  }
  .row > .col-10-large {
    width: 83.33333%;
  }
  .row > .off-10-large {
    margin-left: 83.33333%;
  }
  .row > .col-11-large {
    width: 91.66667%;
  }
  .row > .off-11-large {
    margin-left: 91.66667%;
  }
  .row > .col-12-large {
    width: 100%;
  }
  .row > .off-12-large {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -8.75px;
    margin-left: -8.75px;
  }
  .row.gtr-25 > * {
    padding: 8.75px 0 0 8.75px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -8.75px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 8.75px;
  }
  .row.gtr-50 {
    margin-top: -17.5px;
    margin-left: -17.5px;
  }
  .row.gtr-50 > * {
    padding: 17.5px 0 0 17.5px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -17.5px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 17.5px;
  }
  .row {
    margin-top: -35px;
    margin-left: -35px;
  }
  .row > * {
    padding: 35px 0 0 35px;
  }
  .row.gtr-uniform {
    margin-top: -35px;
  }
  .row.gtr-uniform > * {
    padding-top: 35px;
  }
  .row.gtr-150 {
    margin-top: -52.5px;
    margin-left: -52.5px;
  }
  .row.gtr-150 > * {
    padding: 52.5px 0 0 52.5px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -52.5px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 52.5px;
  }
  .row.gtr-200 {
    margin-top: -70px;
    margin-left: -70px;
  }
  .row.gtr-200 > * {
    padding: 70px 0 0 70px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -70px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 70px;
  }
}

@media screen and (max-width: 980px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.aln-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.aln-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.aln-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.aln-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.aln-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row > .imp-medium {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .row > .col-1-medium {
    width: 8.33333%;
  }
  .row > .off-1-medium {
    margin-left: 8.33333%;
  }
  .row > .col-2-medium {
    width: 16.66667%;
  }
  .row > .off-2-medium {
    margin-left: 16.66667%;
  }
  .row > .col-3-medium {
    width: 25%;
  }
  .row > .off-3-medium {
    margin-left: 25%;
  }
  .row > .col-4-medium {
    width: 33.33333%;
  }
  .row > .off-4-medium {
    margin-left: 33.33333%;
  }
  .row > .col-5-medium {
    width: 41.66667%;
  }
  .row > .off-5-medium {
    margin-left: 41.66667%;
  }
  .row > .col-6-medium {
    width: 50%;
  }
  .row > .off-6-medium {
    margin-left: 50%;
  }
  .row > .col-7-medium {
    width: 58.33333%;
  }
  .row > .off-7-medium {
    margin-left: 58.33333%;
  }
  .row > .col-8-medium {
    width: 66.66667%;
  }
  .row > .off-8-medium {
    margin-left: 66.66667%;
  }
  .row > .col-9-medium {
    width: 75%;
  }
  .row > .off-9-medium {
    margin-left: 75%;
  }
  .row > .col-10-medium {
    width: 83.33333%;
  }
  .row > .off-10-medium {
    margin-left: 83.33333%;
  }
  .row > .col-11-medium {
    width: 91.66667%;
  }
  .row > .off-11-medium {
    margin-left: 91.66667%;
  }
  .row > .col-12-medium {
    width: 100%;
  }
  .row > .off-12-medium {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }
  .row.gtr-25 > * {
    padding: 12.5px 0 0 12.5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 12.5px;
  }
  .row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
  }
  .row.gtr-50 > * {
    padding: 25px 0 0 25px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -25px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 25px;
  }
  .row {
    margin-top: -50px;
    margin-left: -50px;
  }
  .row > * {
    padding: 50px 0 0 50px;
  }
  .row.gtr-uniform {
    margin-top: -50px;
  }
  .row.gtr-uniform > * {
    padding-top: 50px;
  }
  .row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
  }
  .row.gtr-150 > * {
    padding: 75px 0 0 75px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -75px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 75px;
  }
  .row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
  }
  .row.gtr-200 > * {
    padding: 100px 0 0 100px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -100px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.aln-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.aln-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.aln-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.aln-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.aln-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row > .imp-small {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .row > .col-1-small {
    width: 8.33333%;
  }
  .row > .off-1-small {
    margin-left: 8.33333%;
  }
  .row > .col-2-small {
    width: 16.66667%;
  }
  .row > .off-2-small {
    margin-left: 16.66667%;
  }
  .row > .col-3-small {
    width: 25%;
  }
  .row > .off-3-small {
    margin-left: 25%;
  }
  .row > .col-4-small {
    width: 33.33333%;
  }
  .row > .off-4-small {
    margin-left: 33.33333%;
  }
  .row > .col-5-small {
    width: 41.66667%;
  }
  .row > .off-5-small {
    margin-left: 41.66667%;
  }
  .row > .col-6-small {
    width: 50%;
  }
  .row > .off-6-small {
    margin-left: 50%;
  }
  .row > .col-7-small {
    width: 58.33333%;
  }
  .row > .off-7-small {
    margin-left: 58.33333%;
  }
  .row > .col-8-small {
    width: 66.66667%;
  }
  .row > .off-8-small {
    margin-left: 66.66667%;
  }
  .row > .col-9-small {
    width: 75%;
  }
  .row > .off-9-small {
    margin-left: 75%;
  }
  .row > .col-10-small {
    width: 83.33333%;
  }
  .row > .off-10-small {
    margin-left: 83.33333%;
  }
  .row > .col-11-small {
    width: 91.66667%;
  }
  .row > .off-11-small {
    margin-left: 91.66667%;
  }
  .row > .col-12-small {
    width: 100%;
  }
  .row > .off-12-small {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -7.5px;
    margin-left: -7.5px;
  }
  .row.gtr-25 > * {
    padding: 7.5px 0 0 7.5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -7.5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 7.5px;
  }
  .row.gtr-50 {
    margin-top: -15px;
    margin-left: -15px;
  }
  .row.gtr-50 > * {
    padding: 15px 0 0 15px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -15px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 15px;
  }
  .row {
    margin-top: -30px;
    margin-left: -30px;
  }
  .row > * {
    padding: 30px 0 0 30px;
  }
  .row.gtr-uniform {
    margin-top: -30px;
  }
  .row.gtr-uniform > * {
    padding-top: 30px;
  }
  .row.gtr-150 {
    margin-top: -45px;
    margin-left: -45px;
  }
  .row.gtr-150 > * {
    padding: 45px 0 0 45px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -45px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 45px;
  }
  .row.gtr-200 {
    margin-top: -60px;
    margin-left: -60px;
  }
  .row.gtr-200 > * {
    padding: 60px 0 0 60px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -60px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 60px;
  }
}

/* Section/Article */
section,
article {
  margin: 0 0 4em 0;
}

section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
  margin-bottom: 0;
}

header.style1 {
  text-align: center;
  padding: 3em 0 3em 0;
}

header.style1 h2 {
  font-family: 'arialbold', sans-serif;
  font-size: 2em;
  letter-spacing: 0.075em;
  line-height: 1.5em;
}

header.style1 p {
  color: #b1b4b9;
  display: block;
  margin: 1.15em 0 0 0;
  font-size: 1.3em;
  letter-spacing: 0.075em;
  line-height: 1.5em;
}

/* Table */
table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tbody tr:nth-child(2n+2) {
  background: #f4f4f4;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  text-align: left;
  font-weight: 400;
  padding: 0.5em 1em 0.5em 1em;
}

table.default thead {
  background: #484d55;
  color: #fff;
}

table.default tfoot {
  background: #eee;
}

/* Form */
form label {
  display: block;
  font-family: 'arialbold', sans-serif;
  color: #484d55;
  margin: 0.25em 0 0.5em 0;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-appearance: none;
  display: block;
  border: 0;
  background: #eee;
  -webkit-box-shadow: inset 0px 0px 1px 0px #a0a1a7;
          box-shadow: inset 0px 0px 1px 0px #a0a1a7;
  width: 100%;
  padding: 0.75em 1em 0.75em 1em;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  background: #f8f8f8;
}

form input[type="text"],
form input[type="email"]
input[type="password"] {
  line-height: 1em;
}

form select {
  line-height: 1em;
}

form textarea {
  min-height: 8em;
}

form ul.actions {
  margin-top: 0;
}

form ::-webkit-input-placeholder {
  color: #555 !important;
  font-style: italic;
  line-height: 1.35em;
}

form :-moz-placeholder {
  color: #555 !important;
  font-style: italic;
}

form ::-moz-placeholder {
  color: #555 !important;
  font-style: italic;
}

form :-ms-input-placeholder {
  color: #555 !important;
  font-style: italic;
}

form ::-moz-focus-inner {
  border: 0;
}

/* Image */
.image {
  display: inline-block;
}

.image img {
  display: block;
  width: 100%;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}

/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: inline-block;
  border-radius: 0.35em;
  background: #444;
  text-align: center;
  text-transform: uppercase;
  font-family: 'arialbold', sans-serif;
  letter-spacing: 0.25em;
  text-decoration: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0 2.25em 0 2.25em;
  font-size: 0.9em;
  min-width: 12em;
  height: 4em;
  line-height: 4em;
}

input[type="button"].bottom,
input[type="submit"].bottom,
input[type="reset"].bottom,
button.bottom,
.button.bottom {
  position: absolute;
  bottom: 0;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background-color: #f98780;
}

input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
  font-size: 1em;
  min-width: 14em;
}

input[type="button"].style1,
input[type="submit"].style1,
input[type="reset"].style1,
button.style1,
.button.style1 {
  background: #510f21 url("images/overlay.png");
  color: #fff;
}

input[type="button"].style1:hover,
input[type="submit"].style1:hover,
input[type="reset"].style1:hover,
button.style1:hover,
.button.style1:hover {
  background-color: #448614;
}

input[type="button"].style1:active,
input[type="submit"].style1:active,
input[type="reset"].style1:active,
button.style1:active,
.button.style1:active {
  background-color: #448614;
}

input[type="button"].style2,
input[type="submit"].style2,
input[type="reset"].style2,
button.style2,
.button.style2 {
  background: #8ebe3f url("images/overlay.png");
  color: #606167;
  -webkit-box-shadow: inset 0px 0px 2px 0px #a0a1a7;
          box-shadow: inset 0px 0px 2px 0px #a0a1a7;
}

input[type="button"].style2:hover,
input[type="submit"].style2:hover,
input[type="reset"].style2:hover,
button.style2:hover,
.button.style2:hover {
  -webkit-box-shadow: inset 0px 0px 2px 0px #606167;
          box-shadow: inset 0px 0px 2px 0px #606167;
}

input[type="button"].style2:active,
input[type="submit"].style2:active,
input[type="reset"].style2:active,
button.style2:active,
.button.style2:active {
  -webkit-box-shadow: inset 0px 0px 2px 0px #202127;
          box-shadow: inset 0px 0px 2px 0px #202127;
}

input[type="button"].style3,
input[type="submit"].style3,
input[type="reset"].style3,
button.style3,
.button.style3 {
  background: #510f21 url("images/overlay.png");
  color: #fff;
}

input[type="button"].style3:hover,
input[type="submit"].style3:hover,
input[type="reset"].style3:hover,
button.style3:hover,
.button.style3:hover {
  background-color: #448614;
}

input[type="button"].style3:active,
input[type="submit"].style3:active,
input[type="reset"].style3:active,
button.style3:active,
.button.style3:active {
  background-color: #448614;
}

/* List */
ul {
  list-style: disc;
  padding-left: 1em;
}

ul li {
  padding-left: 0.5em;
}

ul.style2 {
  list-style: none;
  padding-left: 0;
}

ul.style2 li {
  border-top: solid 1px #eee;
  padding: 1.5em 0 0 0;
  margin: 1.5em 0 0 0;
}

ul.style2 li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

ul.style3 {
  list-style: none;
  padding-left: 0;
}

ul.style3 li {
  border-top: solid 1px #eee;
  padding: 0.5em 0 0 0;
  margin: 0.5em 0 0 0;
}

ul.style3 li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

ol {
  list-style: decimal;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

/* Actions */
ul.actions {
  list-style: none;
  padding-left: 0;
  margin: 3em 0 0 0;
}

ul.actions li {
  display: inline-block;
  margin: 0 0.75em 0 0.75em;
  padding-left: 0;
}

ul.actions li:first-child {
  margin-left: 0;
}

ul.actions li:last-child {
  margin-right: 0;
}

ul.actions.special {
  text-align: center;
}

/* Feature List */
.feature-list.services {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0.75em;
}

.feature-list.services section {
  position: relative;
  cursor: pointer;
}

.feature-list.services section.green i {
  background: #78bb47 url("images/overlay.png");
}

.feature-list.services section.green:hover i {
  background: #4f8d22 url("images/overlay.png");
}

.feature-list.services section:hover i {
  background: #510f21 url("images/overlay.png");
}

.feature-list.services section i {
  position: absolute;
  display: block;
  color: #fff;
  background: #8ebe3f url("images/overlay.png");
  border-radius: 50%;
  text-align: center;
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-list.services section i.green {
  background: #78bb47 url("images/overlay.png");
}

.feature-list.services section i.grey {
  background: #999 url("images/overlay.png");
}

.feature-list.services section h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff !important;
  font-size: 28px;
  margin-bottom: 0;
}

.feature-list.services section .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

@media screen and (min-width: 981px) {
  .feature-list.services > .row > :nth-child(-n + 2) > section {
    border-top: 0;
    padding-top: 0;
  }
}

.feature-list.services h3 {
  color: #510f21 !important;
  margin: -0.35em 0 0.75em 0;
  font-size: 1.15em;
  letter-spacing: 0.05em;
  position: relative;
}

.feature-list.services.small section {
  padding-left: 3.5em;
}

.feature-list.services.small h3:before {
  font-size: 0.8em;
}

/* Icons */
.icon {
  text-decoration: none;
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.icon:before {
  line-height: inherit;
  font-size: 1.25em;
}

.icon > .label {
  display: none;
}

.icon.solid:before {
  font-weight: 900;
}

.icon.brands:before {
  font-family: 'Font Awesome 5 Brands';
}

/* Box */
.box header {
  margin: 0 0 1.5em 0;
}

.box header.style1 {
  position: relative;
  margin: -0.5em 0 0 0;
  padding-top: 0;
}

.box h2 {
  margin: 0 0 0.75em 0;
  font-size: 1.15em;
  letter-spacing: 0.05em;
}

.box h3 {
  margin: 0 0 0.5em 0;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.box.post-excerpt .image.left {
  position: relative;
  top: 0.5em;
  width: 5em;
}

.box.post-excerpt h3, .box.post-excerpt p {
  margin-left: 7em;
}

.homepage #logo h1 {
  position: relative;
  top: -50px;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.01, 0.22, 0.14, 0.53);
  transition: all 1s cubic-bezier(0.01, 0.22, 0.14, 0.53);
}

.homepage #logo p {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.01, 0.22, 0.14, 0.53);
  transition: all 1s cubic-bezier(0.01, 0.22, 0.14, 0.53);
}

.homepage #logo.show h1 {
  top: 0px;
  opacity: 1;
}

.homepage #logo.show p {
  top: 0px;
  opacity: 1;
}

/* Wrapper */
.wrapper {
  position: relative;
  padding: 6em 0 9em 0;
}

.wrapper .title {
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-family: 'arialbold', sans-serif;
  letter-spacing: 0.2em;
  font-size: 1.2em;
  width: 25em;
  height: 3.25em;
  top: -3.25em;
  line-height: 3.25em;
  margin-bottom: -3.25em;
  margin-left: -12.5em;
  padding-top: 0.5em;
}

.wrapper .title:before {
  content: '';
  position: absolute;
  bottom: -38px;
  left: -35px;
  width: 35px;
  height: 38px;
  background: url("images/shadow.png");
}

.wrapper .title:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  content: '';
  position: absolute;
  bottom: -38px;
  right: -35px;
  width: 35px;
  height: 38px;
  background: url("images/shadow.png");
}

.wrapper.style1 {
  background: #8ebe3f url("images/overlay.png");
  color: #eee;
  color: rgba(255, 255, 255, 0.75);
}

.wrapper.style1 .title {
  background: #8ebe3f url("images/overlay.png");
  color: #fff;
}

.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong, .wrapper.style1 b, .wrapper.style1 a {
  color: #fff;
}

.wrapper.style2 {
  background: #fff;
}

.wrapper.style2 .title {
  background: #fff;
  color: #510f21;
}

.wrapper.style3 {
  background: #f3f3f3 url("images/overlay.png");
}

.wrapper.style3 .title {
  background: #f3f3f3;
  color: #510f21;
}

/* Page Wrapper */
#page-wrapper > section {
  margin-bottom: 0;
}

/* Header */
#header {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 24em;
  background-position: center;
  background-size: cover;
  padding: 0;
}

#header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/overlay.png");
}

.homepage #header {
  height: 35em;
}

/* Logo */
#logo {
  width: 100%;
  text-align: center;
  position: relative;
  top: 1.5em;
}

#logo h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 2em;
  letter-spacing: 0.25em;
}

#logo h1 img {
  display: inline-block;
  width: 670px;
  border-radius: 0px !important;
}

#logo p {
  color: #8ebe3f;
  text-transform: uppercase;
  margin: 1.25em 0 0 0;
  display: block;
  letter-spacing: 0.2em;
  font-size: 0.9em;
}

/* Nav */
#nav {
  position: absolute;
  display: block;
  top: 2.5em;
  left: 0;
  width: 100%;
  text-align: center;
}

#nav > ul {
  display: inline-block;
  -webkit-box-shadow: inset 0px 0px 1px 1px #8ebe3f;
          box-shadow: inset 0px 0px 1px 1px #8ebe3f;
  padding: 0 1.5em 0 1.5em;
}

#nav > ul > li {
  display: inline-block;
  text-align: center;
  padding: 0 1.5em 0 1.5em;
}

#nav > ul > li a.current {
  color: #510f21;
  font-family: 'arialbold', sans-serif;
  cursor: default;
}

#nav > ul > li a.current:hover {
  color: #81b6df !important;
}

#nav > ul > li > ul {
  display: none;
}

#nav > ul > li > a, #nav > ul > li > span {
  display: block;
  color: #8ebe3f;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
    font-size: 1.2em;
    font-family: 'arialbold', sans-serif;
  height: 5em;
  line-height: 5em;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  outline: 0;
}

#nav > ul > li.active > a, #nav > ul > li.active > span {
  color: #8ebe3f;
}

.dropotron {
  background: #222835 url("images/overlay.png");
  background-color: rgba(44, 50, 63, 0.925);
  padding: 1.25em 1em 1.25em 1em;
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
  min-width: 12em;
  text-align: left;
  margin-top: -1.25em;
  margin-left: -1px;
  list-style: none;
}

.dropotron.level-0 {
  margin-top: -1px;
  margin-left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropotron a, .dropotron span {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: block;
  color: #eee;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.7em;
  letter-spacing: 0.25em;
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  line-height: 3em;
}

.dropotron li {
  padding-left: 0;
}

.dropotron li:first-child a, .dropotron li:first-child span {
  border-top: 0;
}

.dropotron li:hover > a, .dropotron li:hover > span {
  color: #fff;
}

/* Intro */
#intro {
  padding-bottom: 8em;
  text-align: center;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}

#intro p.style1 {
  font-size: 1.5em;
  letter-spacing: 0.075em;
}

#intro p.style2 {
  font-family: 'arialbold', sans-serif;
  color: #8ebe3f;
  -webkit-box-shadow: inset 0px 0px 1px 1px #8ebe3f;
          box-shadow: inset 0px 0px 1px 1px #8ebe3f;
  font-size: 2.2em;
  letter-spacing: 0.075em;
  line-height: 1.25em;
  padding: 1em;
  margin-bottom: 1em;
  background: transparent;
}

#intro p.style2 a {
  color: inherit;
  text-decoration: none;
}

#intro p.style3 {
  font-size: 1.1em;
  width: 48em;
  margin: 0 auto;
}

/* Values */
#values{
    margin-bottom: 0;
}

#values .values-list img{
    display: block;
    max-width: 150px;
    margin: 0 auto 10px;
}

#values .values-list h3{
    font-size: 25px;
    margin-bottom: 15px;
}

#values .values-list .brown h3{
    color: #510f21;
}

#values .values-list .green h3{
    color: #8ebe3f;
}

#values .values-list p{
    line-height: 25px;
}

/* Features */
#features header.style1 {
  padding-bottom: 5em;
}

#features header h2 {
  color: #8ebe3f;
}

#features ul.actions {
  margin-top: 5em;
}

/* Highlights */
#highlights .highlight {
  text-align: center;
}

#highlights .highlight.blue h3 {
  color: #8ebe3f;
}

#highlights .highlight.blue a.button {
  background: #8ebe3f url(images/overlay.png);
}

#highlights .highlight.green h3 {
  color: #510f21;
}

#highlights .highlight.green a.button {
  background: #510f21 url(images/overlay.png);
}

#highlights .highlight.grey h3 {
  color: #999;
}

#highlights .highlight.grey a.button {
  background: #999 url(images/overlay.png);
}

#highlights .highlight h3 {
  color: #510f21;
  margin: 0 0 0.75em 0;
  font-size: 1.15em;
  letter-spacing: 0.05em;
}

#team h3 {
  color: #8ebe3f;
  font-size: 21px;
  text-align: center;
}

#team p {
  text-align: center;
  font-style: oblique;
}

#team img {
  display: block;
  margin: 0 auto 20px;
  border-radius: 50%;
}

/* Projects Preview */
#projects-preview .highlight h3 {
  color: #fff;
  position: relative;
  text-align: center;
  padding: 60px 0;
}

#projects-preview .highlight h3 i {
  display: inline-block;
  position: absolute;
  line-height: 60px;
  width: 60px;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  top: -30px;
  left: 50%;
  margin-left: -30px;
}

#projects-preview .highlight a.image {
  margin: 0;
}

#projects-preview .highlight.blue h3 {
  background-color: #8ebe3f;
}

#projects-preview .highlight.blue h3 i {
  color: #8ebe3f;
}

#projects-preview .highlight.blue a.button {
  background: #8ebe3f url(images/overlay.png);
}

#projects-preview .highlight.green h3 {
  background-color: #510f21;
}

#projects-preview .highlight.green h3 i {
  color: #510f21;
}

#projects-preview .highlight.green a.button {
  background: #510f21 url(images/overlay.png);
}

#projects-preview .highlight.grey h3 {
  background-color: #999;
}

#projects-preview .highlight.grey h3 i {
  color: #999;
}

#projects-preview .highlight.grey a.button {
  background: #999 url(images/overlay.png);
}

/* Projects */
#infrastructure.blue h3, #infrastructure.blue .title, #sports.blue h3, #sports.blue .title, #construction.blue h3, #construction.blue .title {
  color: #8ebe3f;
}

#infrastructure.blue a.button, #sports.blue a.button, #construction.blue a.button {
  background: #8ebe3f url(images/overlay.png);
}

#infrastructure.green h3, #infrastructure.green .title, #sports.green h3, #sports.green .title, #construction.green h3, #construction.green .title {
  color: #510f21;
}

#infrastructure.green a.button, #sports.green a.button, #construction.green a.button {
  background: #510f21 url(images/overlay.png);
}

#infrastructure.grey h3, #infrastructure.grey .title, #sports.grey h3, #sports.grey .title, #construction.grey h3, #construction.grey .title {
  color: #999;
}

#infrastructure.grey a.button, #sports.grey a.button, #construction.grey a.button {
  background: #999 url(images/overlay.png);
}

#infrastructure .highlight, #sports .highlight, #construction .highlight {
  text-align: center;
  background-color: #f1f1f1;
  padding-bottom: 30px;
}

#infrastructure .highlight .project-wrapper, #sports .highlight .project-wrapper, #construction .highlight .project-wrapper {
  height: 180px;
  position: relative;
}

#infrastructure .highlight h3, #sports .highlight h3, #construction .highlight h3 {
  margin: 0 0 0.75em 0;
  font-size: 1.15em;
  letter-spacing: 0.05em;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2em;
}

#infrastructure .highlight ul.actions, #sports .highlight ul.actions, #construction .highlight ul.actions {
  margin: 1.5em 0 0 0;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

/* Main */
.cite.mobile {
  display: none;
  margin-bottom: 40px;
}

.cite.desktop {
  margin-bottom: 40px;
}

.cite .avatar {
  display: block;
  width: calc(100% - 80px);
  height: auto;
}

.cite .name {
  font-family: 'arialbold';
  text-align: right !important;
  font-size: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.cite .designation {
  font-family: 'arial';
  text-align: right !important;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}

#ceo.wrapper {
  padding-bottom: 50px;
}

#ceo #content p {
  text-align: center;
}

#ceo .cite.bottom {
  position: absolute;
  bottom: 0;
  left: 20px;
}

#ceo .cite-container {
  position: relative;
}

#main {
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}

#main article.post p:last-child {
  margin-bottom: 50px;
}

#mission-vision {
  background-color: #8ebe3f;
  background-size: 100% auto;
  background-position: bottom center;
}

#mission-vision .row div {
  position: relative;
}

#mission-vision section.highlight {
  background: #fff;
  padding: 50px 40px;
  border-radius: 0.35em;
}

#mission-vision h3 {
  text-indent: -9999px;
  width: 300px;
  height: 150px;
  margin: 0 auto 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#careers .career-title {
  margin-bottom: 20px;
}

#careers .career-title h4 {
  font-family: 'arialbold', sans-serif;
}

#careers .career-container div, #careers .career-title div {
  display: inline-block;
  padding-left: 15px;
}

#careers .career-container div:first-child, #careers .career-title div:first-child {
  width: 40%;
}

#careers .career-container div:nth-child(2), #careers .career-title div:nth-child(2) {
  width: 25%;
}

#careers .career-container div:last-child, #careers .career-title div:last-child {
  width: 34%;
}

#careers .career-container {
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 5px solid #f9f9f9;
  background-color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#careers .career-container:hover {
  background-color: #510f21;
}

#careers .career-container:hover p {
  color: #fff;
}

#careers section[class^=career-desc] {
  background-color: #f9f9f9;
  margin-bottom: 0;
  padding: 80px 40px;
  display: none;
}

#careers section[class^=career-desc] h4 {
  color: #510f21;
  font-size: 30px;
  margin-bottom: 20px;
}

#careers .career-container p {
  margin-bottom: 1px;
}

#careers .career-container div {
  margin-bottom: 0;
}

/* footer */
#footer {
  background: #8ebe3f url("images/overlay.png");
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer h1 {
  text-indent: -9999px;
  height: 70px;
  width: 300px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

#footer ul {
  float: right;
  list-style-type: none;
  margin-bottom: 0;
}

#footer ul li {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  display: inline;
  margin-right: 25px;
  line-height: 70px;
}

#footer ul li:last-child {
  margin-right: 0;
}

#footer ul li i {
  margin-right: 10px;
}

#project-intro {
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}

/* contact */
#contact {
  background: #fff url("images/overlay.png");
  color: #919499;
  padding-bottom: 6em;
}

#contact.form-container {
  padding-bottom: 120px;
}

#contact h1, #contact h2, #contact h3, #contact h4, #contact h5, #contact h6, #contact strong, #contact b, #contact a {
  color: #919499;
}

#contact form input[type="text"],
#contact form input[type="email"],
#contact form input[type="password"],
#contact form select,
#contact form textarea {
  background: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contact form input[type="text"]:focus,
#contact form input[type="email"]:focus,
#contact form input[type="password"]:focus,
#contact form select:focus,
#contact form textarea:focus {
  background: #fff;
}

#contact input[type="button"],
#contact input[type="submit"],
#contact input[type="reset"],
#contact button,
#contact .button {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5);
}

#contact input[type="button"]:hover,
#contact input[type="submit"]:hover,
#contact input[type="reset"]:hover,
#contact button:hover,
#contact .button:hover {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.65);
          box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.65);
}

#contact input[type="button"]:active,
#contact input[type="submit"]:active,
#contact input[type="reset"]:active,
#contact button:active,
#contact .button:active {
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
          box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
}

#contact input[type="button"].style2:active,
#contact input[type="submit"].style2:active,
#contact input[type="reset"].style2:active,
#contact button.style2:active,
#contact .button.style2:active {
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
          box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
}

#contact .title {
  background: #fff url("images/overlay.png");
  color: #510f21;
}

#contact header.style1 {
  padding-bottom: 3em;
}

#contact header.style1 h2 {
  color: #fff;
}

#contact header.style1 .p {
  color: inherit;
}

#contact ul li i {
  color: #8ebe3f;
}

#contact .feature-list {
  max-width: 100%;
}

#contact .feature-list section {
  border-top-color: rgba(255, 255, 255, 0.05);
  padding-left: 60px;
}

#contact .feature-list h3 {
  position: relative;
}

#contact .feature-list h3 i {
  background: #8ebe3f url("images/overlay.png");
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -60px;
}

#map-wrapper #gmap {
  height: 400px;
}

/* Copyright */
#copyright {
  text-align: center;
  padding-top: 6em;
  margin-top: 6em;
  border-top: solid 1px rgba(255, 255, 255, 0.05);
}

#copyright ul {
  display: inline-block;
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
          box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
  color: #aaa;
  color: rgba(255, 255, 255, 0.25);
  padding: 0.75em 2em;
  font-size: 0.9em;
}

#copyright ul li {
  display: inline-block;
  margin-left: 1em;
  padding-left: 1em;
  border-left: solid 1px #333;
  border-left-color: rgba(255, 255, 255, 0.05);
}

#copyright ul li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

#copyright a {
  color: inherit;
}

#copyright a:hover {
  color: #fff;
}

/* XLarge */
@media screen and (max-width: 1680px) {
  /* Basic */
  body, input, textarea, select {
    font-size: 12pt;
  }
}

/* Large */
@media screen and (max-width: 1280px) {
  /* Basic */
  .slick-arrow.slick-prev {
    left: -60px;
  }
  .slick-arrow.slick-next {
    right: -60px;
  }
  body, input, select, textarea {
    font-size: 11pt;
    line-height: 1.5em;
    letter-spacing: 0.015em;
  }
  /* Wrapper */
  .wrapper {
    padding: 4em 0 7em 0;
  }
  /* Logo */
  #logo {
    margin-top: -0.5em !important;
  }
  #logo h1 {
    font-size: 1.75em;
  }
  /* Intro */
  #intro {
    padding-bottom: 7em;
  }
  #intro p.style1 {
    font-size: 1.25em;
  }
  #intro p.style2 {
    font-size: 2.25em;
  }
  /* Contact */
  #contact {
    padding-bottom: 4em;
  }
  #contact header.style1 {
    padding-bottom: 4em;
    margin-bottom: 40px;
  }
  /* Footer */
  #footer h1 {
    display: block;
    background-position: center;
    width: 100%;
  }
  #footer ul {
    float: none;
    text-align: center;
    display: block;
  }
  #footer ul li {
    font-size: 14px;
    margin-right: 25px;
    line-height: 70px;
  }
  #footer ul li i {
    margin-right: 10px;
  }
  /* Copyright */
  #copyright {
    padding-top: 4em;
    margin-top: 4em;
  }
}

/* Medium */
#navPanel, #titleBar {
  display: none;
}

@media screen and (max-width: 980px) {
  /* Section/Article */
  header br {
    display: none;
  }
  /* Form */
  form ul.actions {
    text-align: center;
  }
  /* Feature List */
  .feature-list.services {
    max-width: 40em;
  }
  .feature-list.services > .row > :first-child > section {
    border-top: 0;
    padding-top: 0;
  }
  /* Nav */
  #nav {
    display: none;
  }
  /* Logo */
  #logo {
    top: 0;
  }
  /* Intro */
  #intro p.style3 {
    width: auto;
  }
  /* Highlights */
  #highlights .highlight {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
  }
  /* Footer */
  #contact .feature-list {
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    padding-top: 4em;
  }
}

@media screen and (max-width: 980px) and (min-width: 737px) {
  #contact .feature-list > .row > :nth-child(2) > section {
    border-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 980px) {
  #infrastructure .highlight .project-wrapper, #landscape .highlight .project-wrapper, #construction .highlight .project-wrapper {
    height: 180px;
  }
  /* Nav */
  #page-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    padding-bottom: 1px;
  }
  #titleBar {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    background: none;
  }
  #titleBar .title {
    display: none;
  }
  #titleBar .toggle {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 44px;
  }
  #titleBar .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  #titleBar .toggle:before {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none;
    content: '\f0c9';
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 54px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    background-color: rgba(92, 95, 103, 0.5);
  }
  #titleBar .toggle:active:before {
    background-color: rgba(92, 95, 103, 0.75);
  }
  #navPanel {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-275px);
    transform: translateX(-275px);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: #242730 url("images/overlay.png");
    -webkit-box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
            box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
  }
  #navPanel .link {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.85em;
    letter-spacing: 0.15em;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    margin: 0 15px 0 15px;
  }
  #navPanel .link:first-child {
    border-top: 0;
  }
  #navPanel .indent-1 {
    display: inline-block;
    width: 1em;
  }
  #navPanel .indent-2 {
    display: inline-block;
    width: 2em;
  }
  #navPanel .indent-3 {
    display: inline-block;
    width: 3em;
  }
  #navPanel .indent-4 {
    display: inline-block;
    width: 4em;
  }
  #navPanel .indent-5 {
    display: inline-block;
    width: 5em;
  }
  #navPanel .depth-0 {
    color: #fff;
  }
  body.navPanel-visible #page-wrapper {
    -webkit-transform: translateX(275px);
    transform: translateX(275px);
  }
  body.navPanel-visible #titleBar {
    -webkit-transform: translateX(275px);
    transform: translateX(275px);
  }
  body.navPanel-visible #navPanel {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Small */
@media screen and (max-width: 736px) {
  /* Basic */
  .modal-wrapper .modal-body {
    background: #fff;
    font-size: 16px;
  }
  .modal-wrapper .modal-body h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .modal-wrapper .modal-body .container {
    padding: 50px 0px 50px;
  }
  .modal-wrapper .modal-body .button {
    text-align: center;
    margin-top: 0;
  }
  .modal-wrapper .modal-body ul li {
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 5px;
    position: relative;
    padding-left: 40px;
  }
  .modal-wrapper .modal-body ul li i {
    position: absolute;
    left: 0;
    top: 10px;
    color: #510f21;
  }
  .modal-wrapper .modal-body h4 {
    color: #502448;
    text-indent: 25px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center left;
  }
  body, input, select, textarea {
    line-height: 1.5em;
    font-size: 10.5pt;
    letter-spacing: 0;
  }
  h2, h3, h4, h5, h6 {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    margin: 0 0 1em 0;
  }
  hr {
    margin: 1em 0 1em 0;
  }
  /* Section/Article */
  section, article {
    clear: both;
  }
  header br {
    display: none;
  }
  header.style1 {
    padding: 0 0 1em 0;
  }
  header.style1 h2 {
    font-size: 1.5em;
    letter-spacing: 0.075em;
    line-height: 1.25em;
  }
  header.style1 p {
    font-size: 1em;
    letter-spacing: 0;
    display: block;
    margin: 0;
  }
  /* Button */
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    display: block;
    width: 100%;
    font-size: 1em;
    max-width: 30em;
    margin: 0 auto;
  }
  #infrastructure .highlight .project-wrapper, #landscape .highlight .project-wrapper, #construction .highlight .project-wrapper {
    height: 180px;
  }
  /* Actions */
  ul.actions {
    margin: 2em 0 0 0;
  }
  ul.actions li {
    margin: 15px 0 0 0;
    display: block;
  }
  ul.actions li:first-child {
    margin-top: 0;
  }
  
  #values{
        margin-bottom: 30px;
    }

  /* Feature List */
  .feature-list.services h3 {
    font-size: 23px !important;
  }
  .feature-list.services h3:before {
    font-size: 0.9em;
  }
  .feature-list.services section i {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  /* Box */
  .box.post-excerpt .image.left {
    position: relative;
    top: 0.25em;
    width: 25%;
    margin: 0;
  }
  .box.post-excerpt h3, .box.post-excerpt p {
    margin-left: 32.5%;
  }
  #main article.post p:last-child {
    margin-bottom: 0px;
  }
  #main .cite .avatar {
    width: 150px;
    height: 150px;
    margin-top: 0;
  }
  /* Wrapper */
  .wrapper {
    padding: 3em 0 6em 0;
  }
  .wrapper .title {
    font-size: 0.9em;
    width: 18em;
    height: 2.5em;
    top: -2.5em;
    line-height: 2.5em;
    margin-bottom: -2.5em;
    margin-left: -9em;
    padding-top: 0.5em;
  }
  .wrapper .title:before, .wrapper .title:after {
    height: 15px;
    bottom: -15px;
    background-size: 100% 100%;
  }
  /* Header */
  #header {
    height: 17em;
  }
  .homepage #header {
    height: 20em;
  }
  /* Logo */
  #logo {
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
  }
  #logo h1 {
    font-size: 1.5em;
    letter-spacing: 0.2em;
  }
  #logo h1 img {
    width: 300px;
  }
  #logo p {
    margin: 1.25em 0 0 0;
    display: block;
    letter-spacing: 0.2em;
    font-size: 0.9em;
  }
  /* Intro */
  #intro {
    text-align: center;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 5em;
    margin: 0 auto;
  }
  #intro p.style1 {
    margin-bottom: 1.5em;
  }
  #intro p.style2 {
    font-size: 1.5em;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    padding: 1.25em;
  }
  /* Features */
  #features header.style1 {
    padding-bottom: 4em;
  }
  #features ul.actions {
    margin-top: 4em;
  }
  /* Content */
  #content {
    padding: 0 0 2em 0;
  }
  #content header.style1 {
    padding-bottom: 2.5em;
  }
  /* Footer */
  #footer ul {
    margin-top: 20px;
  }
  #footer ul li {
    display: block;
    margin-right: 0;
    line-height: 30px;
  }
  #footer ul li i {
    margin-right: 10px;
  }
  #infrastructure .highlight, #landscape .highlight, #construction .highlight {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Contact */
  #contact {
    padding-bottom: 0;
  }
  #contact.form-container {
    padding-bottom: 80px;
  }
  #contact header.style1 {
    padding-bottom: 80px;
    margin-bottom: 1px;
    border-bottom: 0;
  }
  #contact .feature-list {
    border-top: 0;
    padding-top: 0;
  }
  /* Copyright */
  #copyright {
    padding-top: 0;
    margin-top: 4em;
    border-top: 0;
  }
  #copyright ul {
    padding: 1em 2em;
    width: 100%;
  }
  #copyright ul li {
    display: block;
    margin: 0.5em 0 0 0;
    border-left: 0;
    padding: 0;
  }
  #copyright ul li:first-child {
    margin-top: 0;
  }
  .cite.mobile {
    display: block;
  }
  .cite.desktop {
    display: none;
  }
  .cite .avatar {
    width: 80%;
    margin: 0px auto 20px;
    height: auto;
  }
  .cite .name, .cite .designation {
    text-align: center !important;
  }
  #ceo .cite.bottom {
    position: relative;
    bottom: auto;
    left: auto;
  }
  #ceo #content {
    padding-bottom: 0 !important;
  }
  #ceo #content .post {
    margin-bottom: 0;
  }
  #team h3 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 500px) {
  #logo h1 img {
    width: 80%;
  }
  #intro {
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 5em;
  }
  #intro p.style2 {
    font-size: 16px;
  }
  .feature-list.services section h3 {
    font-size: 18px !important;
    bottom: 10px;
    left: 15px;
  }
  .feature-list.services section a {
    margin-bottom: 0;
  }
  .feature-list.services section i {
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  #projects-preview .highlight h3 {
    padding: 40px 0;
  }
  #ceo.wrapper {
    padding-bottom: 0px;
  }
  #mission-vision section.highlight {
    padding: 50px 15px;
  }
  #mission-vision h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .slick-arrow {
    line-height: 35px;
    width: 35px;
    font-size: 25px;
    top: 50%;
    margin-top: -18px;
    z-index: 10000;
  }
  .slick-arrow.slick-prev {
    left: -20px;
  }
  .slick-arrow.slick-next {
    right: -20px;
  }
}
