@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,300italic,300,700italic);
h1, h3, h4 {
  color: #001e61;
  font-weight: 300;
  font-family: 'Roboto', sans-serif; }

h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  margin: 0;
  font-family: 'Roboto', sans-serif; }

h3 {
  font-size: 30px;
  font-size: 3rem;
  color: #222222;
  clear: both; }

h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500; }

a {
  text-decoration: none;
  color: inherit; }

.pos3 {
  position: relative;
  margin-top: -150px;
  z-index: 100;
  text-align: right; }

.pos2 {
  position: relative;
  margin-top: -80px;
  z-index: 80; }

.pt10 {
  padding-top: 15px; }

html {
  font-size: 62.5%;
  margin: 0 auto; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-size: 1.8rem;
  color: #555;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

.top-bar {
  width: 100%;
  background: rgba(0, 30, 97, 0.8);
  position: absolute;
  z-index: 9; }

#burst-8 {
  background: #001e61;
  width: 180px;
  height: 180px;
  position: absolute;
  text-align: center;
  z-index: 3;
  left: 0;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20eg); }

#burst-8:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 180px;
  width: 180px;
  background: #001e61;
  z-index: -5;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg); }

#burst-8 p {
  color: white;
  font-size: 15px; }

#burst-8 h3 {
  color: white;
  padding-top: 20px;
  font-size: 45px;
  margin: 0;
  line-height: 50px; }

nav {
  height: 50px;
  padding: 0px;
  text-align: center; }

nav ul {
  list-style: none;
  margin: 0px;
  display: inline-block;
  padding: 0; }

nav ul li {
  float: left; }

nav ul li a {
  font-family: 'Roboto', sans-serif;
  line-height: 48px;
  color: white;
  padding: 0px 20px;
  font-size: 18px;
  -webkit-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
  display: block; }

nav ul li a:hover, .active {
  border-bottom: 2px solid white; }

.mobinav {
  height: auto;
  z-index: 9; }

.header {
  z-index: 1;
  height: 70vh;
  min-height: 600px;
  position: relative;
  margin-bottom: 0 !important; }
  .header .banner1 {
    background-image: url("../images/header.png"); }
  .header .banner2 {
    background-image: url("../images/header2.png"); }
  .header .banner3 {
    background-image: url("../images/header3.png"); }
  .header .banner4 {
    background-image: url("../images/header4.png"); }
  .header .banner5 {
    background-image: url("../images/header5.png"); }
  .header .banner1, .header .banner2, .header .banner3, .header .banner4, .header .banner5 {
    background-size: cover;
    background-position: center;
    height: 70vh;
    min-height: 600px; }
  .header .slick-list, .header .slick-track {
    height: 100%; }
  .header .slide-caption {
    width: 50%;
    padding: 20px;
    bottom: 50px;
    min-height: 50px;
    background: rgba(0, 0, 0, 0.6);
    right: 3vw;
    margin: 0 auto;
    position: absolute;
    z-index: 2; }
    .header .slide-caption h3 {
      text-align: left;
      color: white;
      font-size: 40px;
      font-weight: 200;
      margin: 0;
      line-height: 100%; }
    .header .slide-caption span {
      font-size: 40px; }
    .header .slide-caption a {
      -o-transition: box-shadow .5s;
      -webkit-transition: box-shadow .5s;
      background: rgba(0, 30, 97, 0.8);
      color: #FFF;
      display: inline-block;
      font-size: 20px;
      margin-top: 10px;
      padding: 10px;
      position: relative;
      text-align: center;
      text-decoration: none;
      transition: box-shadow .5s; }
    .header .slide-caption a:hover {
      box-shadow: inset 0 100px 0 #000; }
    .header .slide-caption p {
      color: white;
      text-align: left;
      font-size: 20px;
      line-height: 150%; }

.header2 {
  z-index: 1;
  height: 50vh;
  min-height: 250px;
  position: relative;
  margin-bottom: 0 !important; }
  .header2 .banner1 {
    background-image: url("../images/header.png"); }
  .header2 .banner2 {
    background-image: url("../images/header2.png"); }
  .header2 .banner3 {
    background-image: url("../images/header3.png"); }
  .header2 .banner4 {
    background-image: url("../images/header4.png"); }
  .header2 .banner5 {
    background-image: url("../images/header5.png"); }
  .header2 .banner1, .header2 .banner2, .header2 .banner3, .header2 .banner4, .header2 .banner5 {
    background-size: cover;
    background-position: center;
    height: 50vh;
    min-height: 250px; }
  .header2 .slick-list, .header2 .slick-track {
    height: 100%; }

/* Gallery */
.gallery {
  width: 100%;
  background-color: rgba(0, 30, 97, 0.1);
  padding: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 20px 0px 20px 0px; }

.gallery h3 {
  padding-top: 10px;
  font-weight: 500;
  margin: 10px;
  clear: both; }

.gallery:after {
  width: 100%;
  margin: 0 50%;
  text-align: center; }

.img-area {
  float: left;
  -webkit-transition: border-radius 0.5s,opacity 1s;
  -o-transition: border-radius 0.5s,opacity 1s;
  transition: border-radius 0.5s,opacity 1s;
  margin: 10px;
  border: 1px solid #222222; }

.img-area:hover {
  opacity: 0.8;
  border: 1px solid #001e61; }

.title {
  background: #001e61;
  width: 100%;
  text-align: center;
  color: white;
  height: 15vh;
  padding: 45px 0px 20px 0px;
  min-height: 130px;
  position: relative;
  z-index: 2; }
  .title h2 {
    color: white; }
  .title .scrollToContent {
    width: 50px;
    height: 50px;
    background: #00091f url(../images/arrow.png) no-repeat center;
    background-size: 100%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    left: 0;
    right: 0;
    top: -25px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    z-index: 9;
    -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; }
  .title .scrollToContent:hover {
    text-decoration: none; }

.title h2 {
  font-size: 4vh; }

.scrollToContent {
  width: 50px;
  height: 50px;
  background: #00091f url(../images/arrow.png) no-repeat center;
  background-size: 100%;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 9;
  -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; }

.scrollToContent:hover {
  text-decoration: none; }

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #222222;
  color: #eeeeee;
  width: 50px;
  height: 50px;
  background: #00091f url(../images/arrowtop.png) no-repeat center;
  background-size: 100%;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  right: 10px;
  bottom: 10px;
  padding-top: 2px;
  margin-bottom: 10px;
  -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; }

.scroll-top-wrapper:hover {
  background-color: #888888; }

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0; }

.scroll-top-wrapper i.fa {
  line-height: inherit; }

a:focus {
  outline: 0; }

.white {
  background: white;
  padding: 50px 0px 50px 0px;
  width: 100%;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.5s;
  -o-animation-duration: 1s;
  -o-animation-delay: 0.5s;
  animation-duration: 1s;
  animation-delay: 0.5s; }

.white i {
  position: relative;
  width: 112px;
  height: 112px;
  z-index: 1;
  margin: 0px 0px 10px 0px;
  font-size: 2.1em !important;
  color: #FFF;
  padding: 0;
  line-height: 112px;
  display: inline-block;
  background-color: #001e61;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  text-align: center; }

.images i:last-child {
  padding-right: 0; }

.white2 {
  background: white;
  padding: 50px 0px 50px 0px;
  width: 100%;
  padding-top: 110px; }

.images img {
  width: 100%;
  padding-bottom: 20px; }

.images h3 {
  margin: 0; }

.images a {
  padding-right: 0 !important;
  margin: 0; }

.services {
  width: 110%;
  background: #ffebdd;
  padding: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 30px 0px 30px 0px;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.5s;
  -o-animation-duration: 1s;
  -o-animation-delay: 0.5s;
  animation-duration: 1s;
  animation-delay: 0.5s; }

.serviceslist {
  clear: both;
  margin-bottom: 20px; }
  .serviceslist ol, .serviceslist ul {
    padding: 0 !important; }
  .serviceslist li {
    padding: 10px;
    margin: 5px;
    float: left;
    list-style: none;
    background: #001e61;
    color: #222222; }

.clear {
  padding-top: 20px;
  clear: both; }

.box {
  height: 220px;
  position: relative;
  overflow: hidden;
  z-index: 4;
  border-top: 2px solid white;
  border-right: 2px solid white; }
  .box:hover .caption {
    top: 0;
    height: 230px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
  .box .caption {
    width: 100%;
    position: absolute;
    padding: 10px;
    text-align: left;
    background: #001e61;
    background: rgba(0, 30, 97, 0.9);
    z-index: 10;
    top: 169px;
    left: 0; }
    .box .caption p {
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem; }
    .box .caption h2 {
      text-align: center;
      color: #fff;
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 21px; }
    .box .caption a {
      color: #fff; }
    .box .caption .button {
      background: #222222;
      color: #fff;
      border: 0;
      padding: 5px 5px;
      border-radius: 5px;
      margin-top: 10px;
      width: 25%;
      position: absolute;
      bottom: 20px;
      right: 20px;
      text-align: center; }

.domestic {
  background: url(../images/domestic.jpg);
  background-size: cover; }

.commercial {
  background: url(../images/commercial.jpg);
  background-size: cover; }

.heritage {
  background: url(../images/heritage.jpg);
  background-size: cover; }

.promise {
  background: #a60829;
  padding: 50px 0px 50px 0px;
  width: 100%;
  overflow: hidden; }

.testimonials {
  background: #001e61;
  padding: 50px 0px 50px 0px;
  width: 100%;
  overflow: hidden; }

.testimonials h3 {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 40px;
  font-size: 4rem; }

.testimonials .button {
  background: #222222;
  color: #fff;
  bottom: 0;
  padding: 10px;
  display: block;
  margin: 0 auto;
  width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }

.testy {
  max-width: 1060px;
  margin: 0 auto; }
  .testy img {
    margin: 0 auto;
    width: 100%; }
  .testy p {
    color: white;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem; }

blockquote:before {
  content: '\201C';
  margin: 1em -0.15em 1em -0.15em;
  color: #001e61;
  padding: .15em -.5em -.5em -.5em;
  font-size: 100px;
  line-height: 50px;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  font-family: 'Roboto', sans-serif; }

blockquote {
  margin: 0 auto;
  padding: 1.5em 1em .5em 1em;
  width: 60%;
  border: 0px solid #000;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #f2f2f2; }

blockquote p {
  margin: 0;
  padding: 0;
  text-align: center; }

cite:before {
  content: '\201D';
  display: block;
  text-align: right;
  font-style: normal;
  margin: 0;
  color: #001e61;
  line-height: 50px;
  vertical-align: middle;
  font-size: 100px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif; }

cite {
  text-align: right;
  display: block;
  font-style: italic;
  color: #555; }

.contact {
  width: 100%;
  min-height: 550px;
  background-image: url("../images/header2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.members {
  text-align: center; }

/*TESTIMONIALS*/
.testimonial {
  width: 100%;
  background: #ffebdd;
  padding: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 20px 0px 30px 0px; }

.testimonial h3 {
  background: transparent url(../images/line.png) top left no-repeat;
  padding-top: 10px;
  font-weight: 500;
  margin: 10px; }

.testimonial:after {
  width: 100%;
  margin: 0 50%;
  text-align: center; }

.work_description {
  font-weight: 400;
  text-transform: uppercase; }

.review {
  margin-bottom: 5px;
  font-style: italic;
  text-align: justify; }
  .review p:first-child {
    text-indent: 5%; }

.client {
  text-align: right;
  font-weight: 400; }

/* testimonials */
.contactform .form-small input, .contactform .form-small textarea {
  width: 50%;
  border: 1px solid #bbb;
  padding: 4px;
  margin-top: 10px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  outline-color: #001e61;
  float: left; }
.contactform textarea {
  width: 100%;
  border: 1px solid #bbb;
  padding: 4px;
  margin-top: 10px;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  outline-color: #001e61; }
.contactform input[type="submit"] {
  background: #00091f;
  color: #fff;
  border: 0;
  padding: 12px 5px;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 25%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 200;
  color: white; }
.contactform ::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 200;
  color: #b9b9b9; }
.contactform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #002e94; }
.contactform :-ms-input-placeholder {
  color: #002e94; }
.contactform :-moz-placeholder {
  /* Firefox 18- */
  color: #002e94; }

footer {
  background: #222222;
  width: 100%; }
  footer p {
    color: white;
    text-align: left;
    font-size: 14px; }
  footer .social i {
    width: 32px;
    height: 32px;
    padding-left: 5px;
    line-height: 50px;
    font-size: 27px;
    color: white;
    cursor: pointer; }
  footer h4 {
    color: white; }

footer .right {
  text-align: right; }
  footer .right p {
    color: white;
    text-align: right;
    font-size: 14px; }
  footer .right ul li {
    list-style: none;
    color: white;
    font-size: 14px; }

footer .center {
  text-align: center; }
  footer .center p {
    color: white;
    text-align: center;
    font-size: 14px; }

#button, .mobi {
  display: none !important; }

.logo {
  height: 100%;
  border-radius: 0;
  text-align: center; }
  .logo img {
    width: 32vh;
    width: 32vw;
    padding: 5px;
    margin: 0 auto; }
  .logo h3 {
    color: white;
    font-size: 60px; }
  .logo h3 span {
    font-weight: 500; }

.arealist {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0; }

.areaslist ul {
  width: 100%; }

.arealist li {
  padding: 10px;
  margin: 5px 0px 5px 0px;
  float: left;
  list-style: none;
  background: #495b67;
  color: white !important;
  width: 100%; }

@media (max-width: 1270px) {
  .slide-caption {
    width: 60%; } }
@media (max-width: 1050px) {
  .top-bar {
    height: auto;
    position: fixed; }

  .white, .white2, .testimonials, .contact {
    padding: 50px 20px 50px 20px; }

  .services {
    width: 100%;
    text-align: justify; }

  .testimonial {
    width: 100%; }

  blockquote {
    width: 100%; }

  .scrollToContent {
    display: none; }

  .title {
    background: #001e61;
    width: 100%;
    text-align: center;
    color: white;
    height: 15vh;
    padding: 25px 0px 20px 0px;
    min-height: 130px;
    position: relative;
    z-index: 2; }

  .logo {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    height: 100%;
    text-align: left;
    border-radius: 0; }
    .logo h3 {
      color: white;
      font-size: 20px; }

  #button {
    display: block !important;
    padding: 10px;
    text-align: right; }

  #button i {
    color: white;
    text-align: center; }

  nav {
    width: 100%;
    background-color: rgba(0, 30, 97, 0.9);
    margin-top: 0;
    height: 0;
    overflow: hidden;
    text-align: center;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out; }

  nav ul {
    width: 100%;
    overflow: hidden;
    padding: 0; }

  nav ul li {
    display: block;
    width: 100%; }

  nav ul li a {
    width: 100%;
    margin: 0;
    color: white;
    border-bottom: 0px !important; }

  nav ul li a:hover, .active {
    border-bottom: 0px !important;
    background: #353535;
    color: white; }

  .header .slide-caption {
    width: 100%;
    top: 100px;
    right: 0;
    height: 400px; }

  .header2 .slide-caption {
    width: 100%;
    top: 100px;
    right: 0;
    height: 400px; }

  .header .slide-caption h3 {
    font-size: 50px; } }
@media (max-width: 768px) {
  body {
    width: 100%; }

  .container {
    padding: 20px; }

  .mobi {
    display: block !important; }

  .mobi i {
    color: white;
    text-align: center;
    padding-right: 10px; }

  .header {
    z-index: 1;
    height: 40vh;
    min-height: 150px;
    position: relative;
    margin-bottom: 0 !important; }
    .header .slide-caption {
      display: none; }

  .header2 {
    z-index: 1;
    height: 40vh;
    min-height: 150px;
    position: relative;
    margin-bottom: 0 !important; }

  .topbar {
    position: relative; }

  .white, .white2, .testimonials, .contact {
    padding: 50px 20px 50px 20px; }

  .white2 h3 {
    margin-top: 100px; }

  footer {
    height: auto; } }
