/*Style Away, No Globals Please*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700);
@import url(ttps://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
h1, h3, h4 {
  font-weight: 200;
  font-family: 'Roboto', sans-serif; }

h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 200;
  color: #1d1e1f; }

h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400; }
  h3 span {
    font-weight: 600; }

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #1d1e1f;
  font-weight: 400; }

a {
  text-decoration: none;
  color: inherit; }

p {
  font-size: 16px; }

.address p {
  line-height: 150%; }

.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;
  margin: 0; }

.container {
  max-width: 90%;
  margin: auto;
  background-color: #fff;
  position: relative; }

/*Contact banner --------------------------------------------------------------*/
.contact-banner {
  width: 100%;
  height: 40px;
  margin-right: 20px;
  background-color: #0f224a;
  color: white;
  text-align: right; }
  .contact-banner ul {
    list-style: none;
    margin: 0px;
    display: inline-block;
    padding: 0; }
    .contact-banner ul li {
      float: left;
      line-height: 40px;
      margin: 0px 30px 0px 0px;
      list-style: none;
      font-style: italic;
      font-size: 15px; }
  .contact-banner i {
    color: white;
    padding-left: 5px; }

header {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  line-height: 150%;
  width: 100%;
  padding: 0 0px 0px 40px; }

.logo {
  margin-top: 30px;
  line-height: 200%;
  padding: 0; }
  .logo span {
    font-size: 48px; }

.contact {
  margin-top: 50px; }

.contact i {
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  color: #1d1e1f;
  float: left;
  font-size: 60px;
  line-height: 60px; }

.contact p {
  color: #0f224a;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  font-weight: bold; }

.contact a {
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #285156; }

.nav {
  width: 100%; }

nav {
  background-color: #0f224a;
  width: 100%;
  position: relative;
  z-index: 10;
  height: 50px;
  padding: 0px; }
  nav ul {
    padding: 0;
    margin: 0; }
    nav ul li {
      display: inline-block;
      float: left;
      height: 100%; }
      nav ul li a {
        color: white;
        text-transform: uppercase;
        font-size: 13px;
        padding: 0 10px;
        line-height: 50px;
        position: relative;
        float: left;
        min-width: 125px;
        text-align: center; }
      nav ul li a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
      nav ul li a, nav ul li nav a:active, nav ul li nav a:visited, nav ul li nav a:link {
        color: #fff;
        text-decoration: none; }
      nav ul li ul.dropdown {
        padding: 0px;
        position: absolute;
        top: 50px;
        width: 300px;
        background: rgba(29, 30, 31, 0.8);
        text-align: left;
        display: none;
        opacity: 1;
        visibility: hidden; }
        nav ul li ul.dropdown li {
          width: 100%;
          display: block;
          color: #fff !important;
          color: #0f224a;
          display: block;
          opacity: 1;
          visibility: visible; }
          nav ul li ul.dropdown li:hover a {
            border: none;
            background: rgba(15, 34, 74, 0.8);
            -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; }
          nav ul li ul.dropdown li a {
            border: none;
            line-height: 50px;
            display: block;
            color: #111112;
            font-size: 13px;
            color: white;
            width: 100%;
            text-align: left; }
    nav ul li.services:hover > ul.dropdown {
      display: block;
      visibility: visible; }

nav::after {
  width: 100%;
  height: 25px;
  content: " ";
  background-color: #fff;
  opacity: 0.1;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none; }

#button, .mobi {
  display: none !important; }

.phone {
  display: none; }

.sms {
  display: none; }

.email {
  display: none; }

/* Banner */
.banner {
  width: 100%;
  height: 600px;
  z-index: 1; }

.banner:after {
  content: '';
  position: absolute;
  width: 57.4%;
  height: 100%;
  background-color: #000008;
  top: 0px;
  opacity: 0.4;
  pointer-events: none;
  left: 0px;
  z-index: 0;
  transform-origin: 100% 0%;
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg); }

.middle {
  float: left;
  width: 50%;
  padding: 60px 40px 0px 40px;
  position: absolute;
  z-index: 2;
  height: 100%;
  color: white; }
  .middle h2 {
    font-size: 4.6vh;
    color: white;
    font-family: 'Montserrat', sans-serif; }
  .middle a {
    color: white;
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    background-color: #0f224a; }
  .middle .cta {
    display: inline-block;
    line-height: 40px;
    padding: 0px 18px;
    color: #EEE;
    font-size: 15px;
    text-transform: uppercase;
    margin: 20px 4px; }
  .middle .cta:before {
    width: 100%;
    height: 50%;
    content: " ";
    background-color: #fff;
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none; }

.call-back {
  width: 100%;
  height: 75px;
  line-height: 75px;
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
  background-color: rgba(29, 30, 31, 0.6);
  margin: 0 auto;
  display: block;
  z-index: 1; }
  .call-back h5 {
    color: white;
    font-size: 16px;
    padding-left: 30px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin: 0; }
  .call-back .button {
    height: 75px;
    line-height: 45px;
    text-align: center;
    color: white;
    font-size: 16px;
    padding: 15px 20px 15px 20px; }
    .call-back .button a {
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid white; }

.gallery {
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 50px 0px 50px 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: 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;
  margin: 10px;
  border: 1px solid #0f224a;
  width: 12%;
  -webkit-filter: brightness(80%); }
  .img-area img {
    width: 100%; }

.img-area:hover {
  border: 1px solid #0f224a;
  -webkit-filter: brightness(120%);
  transform: scale(1.1); }

.main {
  float: left;
  width: 60%;
  background-color: white;
  position: relative;
  z-index: 1;
  padding: 50px 0px 50px 0px; }

.main:before {
  width: 100%;
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0px;
  right: 0px;
  -ms-transform: skew(5deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(5deg, 0deg);
  /* Chrome, Safari, Opera */
  transform: skew(5deg, 0deg);
  background: white;
  z-index: -1;
  transform-origin: 100% 0%; }

#mapbox {
  width: 100%;
  height: 300px; }

.home {
  background-image: url("../images/1.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 100%; }

.projects {
  background: white;
  padding: 50px 0px 50px 0px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .projects .cta {
    background: #0f224a;
    color: white;
    bottom: 0;
    padding: 10px;
    display: block;
    margin: 0 auto;
    width: 150px;
    text-align: center; }

.projects:before {
  content: '';
  position: absolute;
  width: 50.4%;
  height: 100%;
  background-color: rgba(15, 34, 74, 0.6);
  top: 0px;
  opacity: 0.4;
  pointer-events: none;
  left: 0px;
  z-index: 0;
  transform-origin: 100% 0%;
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg); }

.slider_gallery {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px; }

.slider_gallery .slide_gallery img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: 50% 50%; }

.slider_gallery .slick-prev, .slider_gallery .slick-next {
  height: 100%;
  margin-top: 0;
  opacity: 0;
  text-align: center;
  z-index: 5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.slider_gallery .slick-prev:before, .slider_gallery .slick-next:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 40px; }

.slider_gallery .slick-prev {
  left: 0; }

.slider_gallery .slick-prev:before {
  content: '\f100'; }

.slider_gallery .slick-next {
  right: 0; }

.slider_gallery .slick-next:before {
  content: '\f101'; }

@media (max-width: 40.0525em) {
  .slider_gallery .slick-prev, .slider_gallery .slick-next {
    width: 44px;
    opacity: 1; }

  .slider_gallery .slick-prev:before, .slider_gallery .slick-next:before {
    top: calc(50% - 20px); } }
@media (min-width: 40.0625em) and (max-width: 56.24em) {
  .slider_gallery .slick-prev, .slider_gallery .slick-next {
    width: calc(100%/3);
    opacity: 1; }

  .slider_gallery .slick-prev:before, .slider_gallery .slick-next:before {
    top: calc(50% - 20px); } }
@media (min-width: 56.25em) and (max-width: 64.0525em) {
  .slider_gallery .slick-prev, .slider_gallery .slick-next {
    width: 20%;
    opacity: 1; }

  .slider_gallery .slick-prev:before, .slider_gallery .slick-next:before {
    top: calc(50% - 20px); } }
@media (min-width: 64.0625em) {
  .slider_gallery .slick-prev, .slider_gallery .slick-next {
    width: 20%; }

  .slider_gallery .slick-prev:before, .slider_gallery .slick-next:before {
    top: calc(50% - 20px); }

  .slider_gallery:hover .slick-prev, .slider_gallery:hover .slick-next {
    opacity: 1; } }
.reviews {
  margin-bottom: 5px;
  font-style: italic;
  text-align: justify;
  background: rgba(15, 34, 74, 0.1);
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding: 20px; }

.testimonials {
  background: #0f224a;
  padding: 50px 0px 50px 0px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }

.testimonials h3 {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 40px;
  font-size: 4rem; }

.testimonials .button {
  background: white;
  color: #111112;
  bottom: 0;
  padding: 10px;
  display: block;
  margin: 0 auto;
  width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }

.testy {
  margin: 0 auto; }
  .testy img {
    margin: 0 auto;
    width: 100%; }

.review {
  padding: 50px; }
  .review p {
    width: 80%;
    margin: 0 auto;
    color: white;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem; }
  .review .fa {
    color: #0f224a;
    padding-right: 5px; }
  .review h3 {
    font-size: 38px;
    font-size: 3.8rem;
    color: white;
    margin-top: 0; }

cite:before {
  content: '\201D';
  display: block;
  text-align: center;
  font-style: normal;
  margin: 0;
  padding-top: 20px;
  color: white;
  line-height: 150px;
  vertical-align: middle;
  font-size: 175px;
  font-weight: bold; }

cite {
  text-align: right;
  display: block;
  font-style: italic;
  color: #555; }

.content {
  padding: 0 40px 40px 40px;
  position: relative;
  z-index: 9; }
  .content h3 {
    margin: 0;
    font-family: 'Montserrat', sans-serif; }

.serviceslist {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  padding: 0; }

.serviceslist ul {
  width: 100%; }

.serviceslist li {
  padding-left: 10px;
  float: left;
  list-style: none;
  background: rgba(15, 34, 74, 0.3);
  color: #1d1e1f;
  width: 100%;
  line-height: 50px; }

.serviceslist li:nth-child(even) {
  background: rgba(15, 34, 74, 0.5); }

.serviceslist li:before {
  content: "\f14a";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: .3em;
  /* same as padding-left set on li */
  margin-right: .3em;
  width: 1.3em;
  /* same as padding-left set on li */ }

.images img {
  width: 100%; }
.images .caption {
  background-color: #0f224a;
  padding: 10px;
  color: white;
  text-align: center; }
  .images .caption p {
    font-size: 20px;
    font-weight: 500; }
  .images .caption h4 {
    font-size: 25px;
    color: white;
    font-weight: 200; }

.contacts {
  background-color: #111112;
  padding: 40px;
  overflow: hidden; }
  .contacts i {
    width: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    color: white;
    float: left;
    font-size: 60px;
    background-color: rgba(29, 30, 31, 0.8); }
  .contacts .text {
    background-color: #0f224a;
    padding: 0;
    float: left !important; }
  .contacts p {
    color: white; }

.boxes {
  padding: 20px 0px 30px 0px; }

.box {
  height: 400px;
  position: relative;
  z-index: 4;
  margin-bottom: 20px;
  box-shadow: inset 0 400px rgba(0, 0, 0, 0.1); }
  .box .caption {
    width: 60%;
    position: absolute;
    padding: 10px;
    text-align: left;
    background: #0f224a;
    background: rgba(15, 34, 74, 0.9);
    z-index: 10;
    left: 0;
    bottom: 40px; }
    .box .caption p {
      color: #fff;
      margin: 0px; }
    .box .caption h2 {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      margin: 0; }
    .box .caption a {
      color: #fff; }

.sidebar {
  padding-top: 30px;
  padding-bottom: 30px; }
  .sidebar ul {
    list-style: none;
    margin-left: -22px; }
    .sidebar ul a {
      font-size: 14px;
      line-height: 20px;
      list-style: none; }
  .sidebar p {
    margin: 0;
    font-size: 18px;
    font-weight: 500; }
  .sidebar hr {
    width: 90%;
    display: inline-block;
    background-color: #1476b3;
    border: none;
    height: 3px; }

.amcs {
  background-color: #111112;
  overflow: hidden; }
  .amcs .left {
    text-align: left; }
  .amcs .right {
    text-align: right; }
  .amcs p {
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 10px 0;
    line-height: 34px; }

/*Footer*/
footer {
  background-color: #1d1e1f;
  padding: 40px;
  overflow: hidden; }
  footer h4 {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 40px 0 10px 0; }
  footer #mapbox {
    width: 100%;
    height: 200px; }
  footer .contactform .form-small input, footer .contactform .form-small textarea {
    width: 100%;
    border: 1px solid #bbb;
    padding: 4px;
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    color: white;
    height: 30px;
    background: rgba(0, 0, 0, 0.2);
    outline-color: #0f224a;
    float: left; }
  footer .contactform textarea {
    width: 100%;
    border: 1px solid #bbb;
    padding: 4px;
    margin-top: 10px;
    height: 200px;
    background: white;
    outline-color: #0f224a;
    margin-left: 0px; }
  footer .contactform img {
    width: 50%; }
  footer .contactform input[type="submit"] {
    background: #0f224a;
    color: white;
    border: 0;
    padding: 9px 3px;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 15%;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 200; }
  footer .contactform ::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 200;
    color: white;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .contactform ::-moz-placeholder {
    /* Firefox 19+ */
    color: #183574;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .contactform :-ms-input-placeholder {
    color: #183574;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .contactform :-moz-placeholder {
    /* Firefox 18- */
    color: #183574;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .social {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    text-align: center;
    color: #34495e;
    font-size: 20px;
    margin: 10px 2px;
    transform: background-color 0.5s; }
  footer .social:hover {
    background-color: #0f224a;
    color: white; }
  footer ul {
    padding: 0; }
  footer ul li {
    color: white;
    opacity: 0.8;
    font-size: 14px;
    line-height: 28px;
    list-style: none;
    text-transform: uppercase; }
    footer ul li a {
      font-weight: bold; }
  footer ul li:before {
    font-family: ionicons;
    content: '\f125';
    font-size: 14px;
    color: #0f224a;
    margin-right: 10px; }
  footer hr {
    width: 80px;
    display: inline-block;
    background-color: #0f224a;
    border: none;
    height: 2px; }
  footer .about {
    margin-bottom: 30px; }
  footer p {
    color: white;
    margin: 4px 0 20px 0;
    max-width: 540px;
    opacity: 0.8;
    font-style: italic;
    font-size: 14px;
    line-height: 24px; }

/*Basic lappy*/
@media screen and (max-width: 1400px) {
  .middle {
    float: left;
    width: 75%;
    padding: 60px 40px 0px 40px;
    position: absolute;
    z-index: 2;
    height: 100%;
    color: white; }

  .contact a {
    font-size: 14px; }

  .banner {
    width: 100%;
    height: 600px;
    z-index: 1; }

  .banner:after {
    width: 75%;
    transform-origin: 100% 0%;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg); }

  .main {
    float: left;
    width: 68%;
    background-color: white;
    position: relative;
    padding: 50px 0px 50px 0px; }

  .main:before {
    position: absolute;
    content: '';
    top: 0px;
    right: -90px;
    border-top: 60em  solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 90px solid white; }

  .projects {
    background: white;
    padding: 50px 0px 50px 0px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden; }
    .projects .cta {
      background: #0f224a;
      color: white;
      bottom: 0;
      padding: 10px;
      display: block;
      margin: 0 auto;
      width: 150px;
      text-align: center; }

  .projects:before {
    width: 65%; } }
/*iPad Landscape*/
@media screen and (max-width: 1038px) {
  /* header images */
  header img {
    float: none;
    width: auto;
    margin: 0;
    max-width: 100%; }

  /* Banner */
  .banner {
    width: 100%;
    min-height: 550px;
    height: 550px;
    z-index: 1; }

  /* Logo */
  .logo {
    text-align: center;
    padding: 20px;
    margin: 0;
    width: 100%; }

  /* header divs */
  header {
    padding: 0; }

  .middle {
    float: left;
    width: 80%;
    padding: 40px 40px 0px 40px;
    position: absolute;
    z-index: 2;
    height: 100%;
    color: white; }

  .call-back h5 {
    font-size: 12px;
    padding-left: 10px; }
  .call-back .button {
    font-size: 12px; }

  .contact {
    display: none; }

  .banner:after {
    width: 85%;
    transform-origin: 100% 0%;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg); }

  .main {
    float: left;
    width: 78%;
    background-color: white;
    position: relative;
    padding: 50px 0px 50px 0px; }

  .main:before {
    position: absolute;
    content: '';
    top: 0px;
    right: -90px;
    border-top: 70em  solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 90px solid white; }

  .projects {
    background: white;
    padding: 50px 0px 50px 0px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden; }
    .projects .cta {
      background: #0f224a;
      color: white;
      bottom: 0;
      padding: 10px;
      display: block;
      margin: 0 auto;
      width: 150px;
      text-align: center; }

  .projects:before {
    width: 75%; }

  .mobi-ban a {
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 22px; }

  #button {
    display: block !important;
    width: 80%;
    text-align: left;
    float: left;
    margin-left: 5px; }

  #button i {
    color: white;
    text-align: left;
    line-height: 50px; }

  #button a {
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 22px; }

  .phone {
    background-color: rgba(0, 0, 0, 0.4); }

  .sms {
    background-color: rgba(0, 0, 0, 0.4); }

  .email {
    background-color: rgba(0, 0, 0, 0.4); }

  .nav {
    background-color: #0f224a;
    width: 100%;
    position: relative;
    z-index: 10;
    height: 50px;
    padding: 0px; }

  .nav::after {
    width: 100%;
    height: 25px;
    content: " ";
    background-color: #fff;
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none; }

  nav:after {
    display: none; }

  nav {
    width: 280px;
    height: auto;
    overflow: hidden;
    background-color: #1d1e1f;
    left: -280px;
    z-index: 999;
    transition: left 0.5s; }
    nav ul {
      padding: 0;
      margin: 0; }
      nav ul li {
        display: block;
        float: left;
        height: 100%;
        width: 100%; }
        nav ul li a {
          color: white;
          text-transform: uppercase;
          font-size: 13px;
          padding: 0 10px;
          line-height: 50px;
          position: relative;
          float: left;
          width: 125px;
          text-align: left;
          width: 100%; }
        nav ul li a:hover {
          background-color: rgba(0, 0, 0, 0.1); }
        nav ul li a, nav ul li nav a:active, nav ul li nav a:visited, nav ul li nav a:link {
          color: #fff;
          text-decoration: none; }
        nav ul li ul.dropdown {
          padding: 0px;
          position: relative;
          top: 0px;
          width: 100%;
          text-align: right;
          display: none;
          opacity: 1;
          visibility: hidden;
          background: #111112; }
          nav ul li ul.dropdown li {
            width: 100%;
            display: block;
            padding-right: 0px;
            color: #fff;
            color: white;
            display: block;
            opacity: 1;
            visibility: visible; }
            nav ul li ul.dropdown li:hover a {
              margin-top: 25px;
              margin: 0px;
              border: none;
              background-color: #1d1e1f;
              -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; }
            nav ul li ul.dropdown li a {
              border: none;
              line-height: 40px;
              display: block;
              color: white;
              font-size: 12px;
              margin: 0px;
              padding-left: 15px; }

  .mobinav {
    left: 0px; } }
/*iPad Portrait*/
@media screen and (max-width: 768px) {
  /* Banner */
  .banner {
    width: 100%;
    min-height: 450px;
    height: 600px;
    z-index: 1; }

  .mobi-ban a {
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 22px; }

  #button {
    display: block !important;
    width: 50%;
    text-align: left;
    float: left;
    margin-left: 5px; }

  #button i {
    color: white;
    text-align: left;
    line-height: 50px; }

  #button a {
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 22px; }

  .phone {
    background-color: rgba(0, 0, 0, 0.4); }

  .sms {
    background-color: rgba(0, 0, 0, 0.4); }

  .email {
    background-color: rgba(0, 0, 0, 0.4); }

  .nav {
    background-color: #0f224a;
    width: 100%;
    position: relative;
    z-index: 10;
    height: 50px;
    padding: 0px; }

  .nav::after {
    width: 100%;
    height: 25px;
    content: " ";
    background-color: #fff;
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none; }

  nav:after {
    display: none; }

  nav {
    width: 280px;
    height: auto;
    overflow: hidden;
    background-color: #1d1e1f;
    left: -280px;
    z-index: 999;
    transition: left 0.5s; }
    nav ul {
      padding: 0;
      margin: 0; }
      nav ul li {
        display: block;
        float: left;
        height: 100%;
        width: 100%; }
        nav ul li a {
          color: white;
          text-transform: uppercase;
          font-size: 13px;
          padding: 0 10px;
          line-height: 50px;
          position: relative;
          float: left;
          width: 125px;
          text-align: left;
          width: 100%; }
        nav ul li a:hover {
          background-color: rgba(0, 0, 0, 0.1); }
        nav ul li a, nav ul li nav a:active, nav ul li nav a:visited, nav ul li nav a:link {
          color: #fff;
          text-decoration: none; }
    nav .middle {
      padding: 20px 20px 0px 20px; }
      nav .middle h2 {
        font-size: 32px; }

  .mobinav {
    left: 0px; }

  .middle {
    width: 100%; }
    .middle h2 {
      font-size: 32px; }

  .call-back {
    display: none; }

  .banner:after {
    width: 85%;
    transform-origin: 100% 0;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg); }

  .main {
    float: left;
    width: 100%;
    background-color: white;
    position: relative;
    padding: 50px 0px 50px 0px; }

  .main:before {
    display: none; }

  .projects {
    background: white;
    padding: 50px 0px 50px 0px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden; }
    .projects .cta {
      background: #0f224a;
      color: white;
      bottom: 0;
      padding: 10px;
      display: block;
      margin: 0 auto;
      width: 150px;
      text-align: center; }

  .projects:before {
    width: 75%; }

  .serviceslist {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    padding: 0;
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    columns: 1; }

  .contacts {
    background-color: #000008;
    padding: 40px;
    overflow: hidden; }
    .contacts i {
      width: 100%;
      display: inline-block;
      text-align: center;
      margin-right: 10px;
      color: #0f224a;
      float: left;
      font-size: 60px;
      background-color: rgba(29, 30, 31, 0.8); }
    .contacts .text {
      background-color: #0f224a;
      padding: 0; }
    .contacts p {
      color: white;
      padding: 10px;
      text-align: center; } }
/*Phone*/
@media screen and (max-width: 480px) {
  .banner {
    width: 100%;
    height: 800px;
    z-index: 1; }

  header img {
    float: none;
    width: auto;
    margin: 0;
    max-width: 100%; }

  .producttoggler {
    background-color: #72ce2b;
    position: relative;
    line-height: 40px;
    text-align: center;
    display: block;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    width: 100%; }

  .producttoggler::after {
    width: 100%;
    height: 20px;
    content: " ";
    background-color: #fff;
    opacity: 0.2;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none; }

  .sidebar ul {
    display: none; }

  .showproducts {
    display: block; }

  .selection {
    padding-top: 0; } }

/*# sourceMappingURL=style.css.map */
