@charset "utf-8";
html, body, div, img, table, tr, td, span, h1, h2, h3, p, a, figure {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  color: #222;
}
body {
  height: calc(100% - 300px);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 300px;
	background-color: #f7f7f7;
}
img {
  display: block;
  border: none;
  max-width: 100%;
}
* {
  outline: none;
}
a {
  border: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: #BBBE9F;
}
a:hover {
  color: #444;
}
/* global quote styles */
blockquote {
  font-style: italic;
  font-weight: normal;
  font-size: 1.1em;
  color: #777;
}
blockquote span {
  display: block;
  position: relative;
  padding: 0 2em;
  margin: 0;
}
cite {
  margin-left: 2em;
  color: #444;
}
blockquote span::before {
  content: "\f10d";
  position: absolute;
  font-family: FontAwesome;
  color: #204171;
  top: 0;
  left: 0;
}
blockquote span::after {
  content: "\f10e";
  position: absolute;
  font-family: FontAwesome;
  color: #993F6C;
  bottom: 0;
  right: 0;
}
div.content-wrapper {
  width: 100%;
  max-width: 700px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.title-bar {
background-color: #204171;
color: #fff;
text-transform: uppercase;
text-align: center;
padding:1em 0;
font-family: Gill sans, Arial, sans-serif;
font-size: 1.6em;
font-weight: 600;
letter-spacing: .15em;
}

.subtitle-bar {
background-color: #0A0B0D;
text-align: center;
padding:1em;
text-transform: uppercase;
}

.subtitle-bar span {
background-color: #DFD4A8;
color: #204171;
padding:1em;
display:inline-block;
font-family: Gill sans, Arial, sans-serif;
font-weight: 600;
}

.contact-bar {
background-color: #DFD4A8;
text-align: center;
padding:1em;
}

span.header-tel {
}
span.header-email a {
color: #262626;
}

div.masthead {
  margin-bottom: 4em;
}
div.left-col {
  width: 48%;
  float: left;
}
div.right-col {
  width: 48%;
  float: right;
}
div#who, div#what, div#testimonial, div#enquiries {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 3em;
}
div#what, div#testimonial {
  margin-top: 4em;
}
div#who img {
  margin-bottom: 1em;
}
div#enquiries {
  background-color: #f5f5f5;
  padding: 4em 0;
  margin-bottom: -3em !important;
}
hr.default-rule {
  border: 0;
  height: 0;
  border-bottom: 2px dashed #EEE;
  margin: 2em 0;
}
/* home page header */
header {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  top: 0;
  z-index: 10;
}
header nav {}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav ul li {
  display: inline;
  float: left;
}
a.logo {
  width: 150.94px;
  height: 75.66px;
  display: block !important;
  background-repeat: no-repeat;
  background-image: url(../img/logo2.svg);
  background-size: 90%;
  margin: 1.4em 0 0;
}
div.parallax1, div.parallax2 {
  width: 100%;
  min-height: 800px;
  background: transparent;
}

div.parallax1 {
	position: relative;
}
div.parallax1 cite {
  position: absolute;
	bottom:1em;
	right:1em;
  color: #fff;
}

div.parallax2 {
	margin-bottom: 4em;
}

/* services */
div.service-wrap {
  margin-top: 2em;
}
div.service-wrap ul {
  margin: 0;
  padding: 0;
}
div.service-wrap ul li {
  position: relative;
  padding-bottom: 1em;
  list-style: none;
  font-size: 0.85em;
  padding-left: 1.8em;
}
div.service-wrap ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #204171;
}
/* contact form */
form {
  width: 100%;
}
div.contact-form {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
input[type="text"], input[type="email"] {
  width: 33.3%;
  border: 1px solid #444;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1em 0;
  background-color: transparent;
  color: #444;
  font-size: 0.75em;
  margin: 0;
  text-align: center;
  /*text-transform: uppercase;*/
  display: block;
  float: left;
}
input[type="text"]:nth-of-type(2) {
  border-left: none;
  border-right: none;
}
textarea {
  width: 99.9%;
  height: 150px;
  border: 1px solid #444;
  border-top: none !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.75em 1em;
  margin: 0;
  background-color: transparent;
  color: #444;
  font-size: 0.75em;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  background-color: #FFF;
}
.default-btn {
  display: inline-block;
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1em 0;
  width: 26%;
  color: #FFF;
  background-color: #BBBE9F;
  cursor: pointer;
  margin: 1em 37%;
  text-transform: uppercase;
}
.default-btn:hover {
  background-color: #99A285;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

div.testimonials a {
border:1px solid #ccc;
padding:1em;
text-transform: uppercase;
font-family: Gill sans, Arial, sans-serif;
font-size: 1em;
letter-spacing: 0.15em;
display: block;
text-align: center;
color: #262626;
margin:3em 0;
}

div.testimonials a:hover {
    background-color: #204171;
    border:1px solid #204171;
    color: #fff;
}


footer {
  height: auto;
  overflow: hidden;
  background-color: #111112;
  padding: 4em 0;
  margin-top: 3em;
}

footer nav ul {
  margin: 0;
  padding: 0;
}
footer nav ul li {
  display: inline;
  float: left;
}

footer h2, 
footer p,
footer a {
  color: #FFF;
}

span.copyright,
span.terms {
	display: block;
	font-size: 0.8em;
	text-transform: capitalize;
	color: #FFF;
}

/* text styles */
h1 {
  font-family: 'ralewayblack';
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 1em;
  text-transform: uppercase;
  line-height: 1.15em;
  margin: 1em auto 0.5em auto;
}
h2 {
  font-family: Gill sans, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.15em;
}
h2::after {
  content: '';
  width: 40px;
  height: 4px;
  background-color: #204171;
  position: absolute;
  top: 1.5em;
  left: 0;
}
h3 {
  font-family: Gill sans, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}
h4 {
  margin-bottom: 0.5em;
}
p {
  font-size: 0.85em;
  line-height: 1.7em;
  margin-bottom: 1.5em;
}
p.intro-para {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
ol {}
ol li {
  padding-bottom: 1em;
}
/* font face */
@font-face {
  font-family: 'ralewayblack';
  src: url('/raleway/raleway-black-webfont.woff2') format('woff2'), url('/raleway/raleway-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaybold';
  src: url('/raleway/raleway-bold-webfont.woff2') format('woff2'), url('/raleway/raleway-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}