@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300i,400,400i,700,700i|Roboto:300,300i,400,500,500i,700,900|Teko:300,400,500,600,700');
h1, h3, h4 {
  color: #050505;
  font-weight: 200;
  font-family: 'Roboto Condensed', sans-serif;  }

h1 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;  }




h2 {
  font-size: 40px;
  color: #050505;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;  }

h3 {
  font-size: 28px;
  color: #050505;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;  }

h4 {
  font-size: 22px;
  color: #050505;
  font-weight: 400; }

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; }

.fancy-hr {
  outline: none;
  border: none;
  margin: 0px;
  background-color: white;
  width: 35%;
  height: 3px;
  padding: 0px;
  position: relative; }

.fancy-hr:before {
  position: absolute;
  width: 33.4%;
  height: 100%;
  left: 33.3%;
  content: '';
  background-color: rgba(0, 0, 0, 0.2); }

.fancy-hr:after {
  position: absolute;
  width: 33.3%;
  height: 100%;
  right: 0px;
  content: '';
  background-color: rgba(0, 0, 0, 0.4); }

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;
  overflow-x: hidden;
  color: #555;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300; }

/*Contact banner --------------------------------------------------------------*/
.contact-banner {
  width: 100%;
  height: 50px;
  margin-right: 20px;
  background-color: #050505;
  color: #DDD;
  text-align: right; }

.contact-banner i {
  color: white;
  padding-right: 10px; }

.contact-banner ul {
  list-style: none;
  margin: 0px;
  display: inline-block;
  padding: 0; }

.contact-banner ul li {
  float: left;
  margin: 10px 10px 0 10px;
  list-style: none;
  font-style: italic;
  font-size: 16px; }

.top-bar {
  width: 100%;
  height: 75px;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: white;
  z-index: 12; }



.social i {
  width: 40px;
  display: inline-block;
  height: 75px;
  line-height: 50px;
  color: white;
  font-size: 20px;
  margin: 10px 2px; }

 .navdiv i {
  color: white;
  cursor: pointer;
  font-size: 40px;
  width: 60px;
  position: fixed;
  padding: 0px 10px 0px 10px;
  right: 0px;
  top: 0px;
  line-height: 74px;
  display: inline-block;
  text-align: center;
  } 


.navdiv{
  z-index: 9999;
  width: 60px;
  height: 75px;
  transform: rotate(0deg);
  position: fixed;
  right: 0px;
  top: 0px;
  transition: ease 0.5s;
  background: rgba(0, 0, 0, 0.4);
  
}

nav{
  /* opacity: 0; */
  transition: ease 0.78s;
  transition-delay:0s;
  position: fixed;
  display: table;
  width: 50vw;
  height: 100vh;
  top: 0%;
  right: -112%;
  text-align: right;
  z-index: -1;
  
}

nav:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  top: 75px;
  right: 0px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.94);
  transform-origin: 100% 100%;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg); }
nav.minify{
  right: -130%;
}

nav.viz{
  right: 0;
}
nav ul{
  padding-right: 100px;
  display: table-cell;
  vertical-align: middle;
  width: 500px;
}
nav li {
  list-style:none;
}
nav ul li a{
  font-size: 18px;
  text-transform: uppercase;
  line-height: 36px;
  color: white;

}
.sub::after {
  position: relative;
  padding-left: 5px;
  font-family: IonIcons;
  content: '\f35f';
  color: white;
  font-size: 18px;
}

nav ul li ul {
  display: none;
  position: relative;
  /* left: 0px; */
  /* top: 65px; */
  
  padding-right: 0px;
  margin-left: 0px;
  z-index: 9999999;
  /* margin-left: 0px; */
  /* padding-left: 0px; */
  margin: 0 auto;
  width: auto;
}

nav ul li ul li a {
  padding: 15px;
  font-size: 14px;
  text-transform: none;
}

nav ul a.sub {
  cursor: pointer;
  padding-left: 10px;
}

.subon {
  display: block;
}

.subicon::after {
  content: '\f365';
}

.images img {

}

.desktop {
  display: inline-block !important; }

#button, .mobi {
  display: none !important; }

.title {
padding-top: 60px; }

.callback {
}
  .callback h5 {
    color: white;
    font-size: 16px;
    padding-left: 30px;
    line-height: 50px;
    font-weight: 300;
    line-height: 70px;
    margin: 0; }
  .button {
    height: 70px;
    line-height: 35px;
    text-align: center;
    color: white;
    font-size: 16px;
    padding: 15px 20px 15px 20px; }
     .button a {
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid white; }

.mobinav {
  height: auto;
  z-index: 9; }

.logo {
  float: left;
  background-color: #719da8;
  height: 112px;
  min-width: 300px;
  padding:  0 20px 0 20px;
  z-index: 20;
  position: fixed;
  text-align: right; 
  transition: ease 0.5s;
}

.smaller  {
 height: 75px;
}
.logo:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform-origin: 100% 100%;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg); 
}

.logo img {
  height:100%;
}

.logo span {
  font-family: 'Roboto Condensed', sans-serif; 
  font-size: 26px;
  font-size: 2.6rem;
  color: white;
  line-height: 75px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 400; }



/* Banner */
.banner {
  width: 100%;
  height: 650px;
  z-index: 1; 
}

.banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000008;
  top: 0px;
  opacity: 0.5;
  pointer-events: none;
  left: 0px;
  z-index: 0;
 }

   .banner2 {
    width: 100%;
    height: 250px;
    z-index: 1; }
.banner2:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  background-color: #000008;
  top: 0px;
  opacity: 0.5;
  pointer-events: none;
  left: 0px;
  z-index: 0;
 }

.middle {
  
  width: 65%;
  padding: 210px 40px 0px 40px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right:0;
  z-index: 2;
  height: 100%;
  color: white;
  text-align: center; }
  .middle h1 {
    font-size: 38px;
    color: white;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
}
  .middle span {
    font-size: 24px;
    color: white;
    margin-top:20px;}
  .middle a {
    color: white;
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    background-color: #007e6f; }
  .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; }

  .middle p {
    font-size: 18px;
  }


.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: 9999; }
  .call-back h5 {
    color: white;
    font-size: 16px;
    padding-left: 30px;
    font-weight: 300;
    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: 50%;
      height: 100%;
      border: 1px solid white;
      float: right; }


.main {
  width: 100%;
  overflow: hidden; }

.contact {
  width: 100%;
  overflow: hidden;
  background-color: #719da8;
  padding: 60px; }
  .contact p {
    color: black;
    font-style: normal; }
.contact span {
  font-size: 44px;
  font-size: 4.4rem;
  color: #050505;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;  }

.contact span:before {
  content: attr(data-title);
  font-family: 'Roboto Condensed', sans-serif; 
  margin-left: -20px;
  opacity: 0.1;
  font-size: 120px;
  color: black;
  line-height: 0px;
  font-weight: 700;
  position: absolute; }


.contacts {
float: right;
padding-right: 100px;
margin-top: 20px;
text-align: right; }
.contacts a {
    color: black; 
}

.contacts i {
  padding-left: 10px;
  display: inline-block;
  color: #719da8;
  font-size: 18px; }

#mapbox {
  width: 100%;
  height: 400px; }

.box {
  min-height: 220px;
  margin-bottom: 30px;
  overflow: hidden; }

.box p {
  margin: 0;
}

  .box {
    width: 100%; }
    .box img {
      width: 100%; }

.sidebar {
  background-color: white;
  padding: 50px;
  text-align: center; }
  .sidebar h3 {
    color: white;
    text-align: center; }
  .sidebar h2 {
    color: white;
    text-transform: uppercase; }
  .sidebar p {
    width: 70%;
    margin: 0 auto;
    color: white; }
  .sidebar img {
    padding-top: 40px; }

.logos {
  padding: 20px;
  text-align: center; }

.content {
  padding-right: 30px; 
padding-top:50px;}


address {
  font-style: normal;
}

.content span {
  font-size: 44px;
  font-size: 4.4rem;
  color: #050505;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;  }

.content span:before {
  content: attr(data-title);
  font-family: 'Roboto Condensed', sans-serif; 
  margin-left: -20px;
  opacity: 0.1;
  font-size: 120px;
  color: black;
  line-height: 0px;
  font-weight: 700;
  position: absolute; }

  .content img {
 }

.accred{
  background-color: white;
  padding: 120px 40px 120px 40px;
  overflow: hidden;
  position: relative;
  
  z-index: 0;
}



/* W H Y   C H O O S E   U S   S E C T I O N */
.accred h2{
  font-size: 38px;
  color: black;
  margin: 0;
  text-align: center;
}
.accred hr{
  position: relative;
  text-align: center;
  margin: 20px auto;
  display: block;
  border: none;
  height: 2px;
  width: 120px;
  opacity: 0.9;
  background-color: green;
}
.accred {
    background-color: white;

   }
 .logos {
    background-color: white;

    text-align: center;
   }

 .logos img {
    display: inline-block;
    text-align: center;
    width: auto;
    height: 120px;
    padding: 10px;
    margin: 0 auto;
  }

main {
  background: white;
  padding: 60px;
  overflow: hidden;
  width: 100%;
  position: relative;
  -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; }
  main h2 {
    font-size: 28px; }
  main img {
 }

main:before {
  content: '';
  position: absolute;
  width: 80.4%;
  height: 100%;
  background-color: #719da8;
  top: 0px;
  opacity: 0.1;
  pointer-events: none;
  left: 0px;
  z-index: 0;
  transform-origin: 100% 0%;
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg); }

.white {
  background: white;
  padding: 140px 60px 100px 60px;
  overflow: hidden;
  width: 100%;
  position: relative;
  -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 h2 {
    font-size: 22px; }
.white img {
 }

.white:before {
  content: '';
  position: absolute;
  width: 80.4%;
  height: 100%;
  background-color: #719da8;
  top: 0px;
  opacity: 0.1;
  pointer-events: none;
  left: 0px;
  z-index: 0;
  transform-origin: 100% 0%;
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg); }
.contactus {
  background-color: rgba(5, 5, 5, 0.6);
  text-align: justify;
  min-height: 620px;
  padding: 40px; }
  .contactus h3 {
    color: white;
    text-align: left;
    text-transform: uppercase; }
  .contactus h2 {
    color: white;
    text-align: left;
    text-transform: uppercase; }
  .contactus p {
    color: white; }

.enquiry {
  padding: 60px; }

.gallery {
  padding: 20px;
  overflow: hidden;
  z-index: 1; }

.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;
  padding: 10px;
  width: 33%;
  -webkit-filter: brightness(90%); }
  .img-area a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block; }
  .img-area img {
    width: 100%; }

.img-area:hover {
  -webkit-filter: brightness(120%); }

.whylist ul {
  width: 100%; }

.whylist li {
  padding-left: 10px;
  float: left;
  list-style: none;
  font-size: 14px;
  color: white;
  width: 100%;
  line-height: 35px;
  background: rgba(15, 34, 74, 0.9); }

.whylist li:nth-child(even) {
  background-color: #0066cc;
   }

.whylist li:before {
  content: "\f14a";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  font-size: 14px;
  margin-left: .3em;
  /* same as padding-left set on li */
  margin-right: .3em;
  width: 1.3em;
  /* same as padding-left set on li */ }

 .serviceslist {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0; 
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  -o-columns: 2;
  columns: 2;}
.serviceslist ul {
  width: 100%; }

.serviceslist li {
    position: relative;
    margin: 0;
    font-size: 16px;
    width: 100%;
    line-height: 30px;
    list-style: none;
    padding:0px 10px 0px 55px;
    min-height: 1em; }

.serviceslist li:nth-child(even) { }

.serviceslist li:before {
    position: absolute;
    left: 0px;   
    width: 55px;
    text-align: center;
    height: 100%;
    list-style: none;
    font-size: 18px;
    font-weight: bold;
    content: "\f374";
  /* ionicons Unicode */
    font-family: ionicons;
  /* same as padding-left set on li */ }

.repairlist {
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif; 
  overflow: hidden;
  padding: 0; }

.repairlist ul {
  width: 100%; }

.repairlist li {
  padding: 10px;
  margin: 5px 0px 5px 0px;
  float: left;
  list-style: none;
  background: rgba(124, 43, 22, 0.5);
  color: white !important;
  width: 100%; }

.servicesbox {
  background-color: #fafafa;
  padding: 120px;
  min-height: 600px;
  text-align: center; }
  .servicesbox .button {
    background: #719da8;
    color: #fff;
    bottom: 0;
    padding: 10px;
    display: block;
    margin: 0 auto;
    width: 150px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem; }
    .servicesbox .button:hover {
      background: #050505;
      -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; }
  .servicesbox h3 {
    color: #050505;
    font-size: 30px;
    font-size: 2.5vw; }
  .servicesbox p {
    color: #050505; }


.reviews {
  margin-bottom: 20px;
  font-style: italic;
  text-align: justify;
  background: rgba(247, 120, 15, 0.8);
  position: relative;
  overflow: hidden;
  z-index: 0;
  color: white;
  padding: 20px; }



.contactform .form-small input, .contactform .form-small textarea {
  width: 100%;
  border: 1px solid #bbb;
  padding: 10px;
  margin: 10px 0 10px 0;
  color: white;
  font-family: 'Roboto Condensed', sans-serif; 
  font-weight: 400;
  color: white;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4);
  outline-color: #719da8;
  float: left; }
.contactform label {
  font-weight: 400;
font-family: 'Roboto Condensed', sans-serif; }
.contactform textarea {
  width: 100%;
  border: 1px solid #bbb;
  padding: 10px;
  margin-top: 10px;
  height: 200px;
  font-family: 'Roboto Condensed', sans-serif; 
  background: white;
  outline-color: #719da8;
  margin-left: 0px; }
  select {
  width: 100%;
  border: 1px solid #bbb;
  padding: 9px;
  margin: 10px 0 10px 0;
  color: white;
  font-family: 'Roboto Condensed', sans-serif; 
  font-weight: 400;
  color: white;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4);
  outline-color: #719da8;
  float: left; }



.contactform img {
  width: 50%; }
.contactform input[type="submit"] {
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: 1px solid #bbb;
  padding: 12px;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  width: 20%;
  font-family: 'Roboto Condensed', sans-serif; 
  font-weight: 400;
  font-size: 16px; }
.contactform ::-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif; 
  font-weight: 400;
  color: white;
  font-size: 16px; }
.contactform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a73a1e;
  font-family: 'Roboto Condensed', sans-serif; 
  font-size: 16px; }
.contactform :-ms-input-placeholder {
  color: #a73a1e;
  font-family: 'Roboto Condensed', sans-serif; 
  font-size: 16px; }
.contactform :-moz-placeholder {
  /* Firefox 18- */
  color: #a73a1e;
  font-family: 'Roboto Condensed', sans-serif; 
  font-size: 16px; }


/*Footer*/
footer {
  background-color: #1d1e1f;
  padding: 90px;
  overflow: hidden; }



footer span {
  font-size: 44px;
  font-size: 4.4rem;
  color: white;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;  }

footer span:before {
  content: attr(data-title);
  font-family: 'Roboto Condensed', sans-serif; 
  margin-left: -20px;
  opacity: 0.1;
  font-size: 120px;
  color: white;
  line-height: 0px;
  font-weight: 700;
  position: absolute; }

  footer h4 {
    font-family: 'Roboto Condensed', sans-serif; 
    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;
    font-family: 'Roboto Condensed', sans-serif; 
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    color: white;
    height: 30px;
    background: rgba(0, 0, 0, 0.2);
    outline-color: #719da8;
    float: left; }
  footer .contactform textarea {
    width: 100%;
    border: 1px solid #bbb;
    padding: 4px;
    margin-top: 10px;
    font-family: 'Roboto Condensed', sans-serif; 
    height: 200px;
    background: white;
    outline-color: #719da8;
    margin-left: 0px; }
  footer .contactform img {
    width: 50%; }
  footer .contactform input[type="submit"] {
    background: #719da8;
    color: white;
    border: 0;
    padding: 9px 3px;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 15%;
    font-family: 'Roboto Condensed', sans-serif; 
    font-size: 10px;
    font-size: 1rem;
    font-weight: 200; }
  footer .contactform ::-webkit-input-placeholder {
    font-family: 'Roboto Condensed', 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-family: 'Roboto Condensed', sans-serif; 
    font-size: 1.2rem; }
  footer .contactform :-ms-input-placeholder {
    color: #183574;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif; 
    font-size: 1.2rem; }
  footer .contactform :-moz-placeholder {
    /* Firefox 18- */
    color: #183574;
    font-family: 'Roboto Condensed', sans-serif; 
    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: #719da8;
    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 {
 }
  footer ul li:before {
    font-family: ionicons;
    content: '\f125';
    font-size: 14px;
    color: #719da8;
    margin-right: 10px; }
  footer hr {
    width: 80px;
    display: inline-block;
    background-color: #719da8;
    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-size: 14px;
    line-height: 24px; }

footer img {
  width: 100%;
}

.amcs {
  background-color: #111112;
  overflow: hidden; }
  .amcs .left {
    text-align: left; }
  .amcs .right {
    text-align: right; }
  .amcs p {
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 10px 0;
    line-height: 34px; }

  .socialbar {
  background-color: #111112;
  padding: 10px 0;
  position: relative; }

.socialbar p {
  float: left;
  line-height: 60px;
  color: white;
  margin: 0;
  font-size: 16px; }

.socialicons {
  text-align: right; }
  .social {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    text-align: center;
    color: #1d1e1f;
    font-size: 20px;
    margin: 10px 2px;
    transform: background-color 0.5s; }
  .social:hover {
    background-color: #719da8;
    color: white; }

blockquote{
  margin: 20px 0 0 0;
  padding: 30px;
  background-color: #d0d0d0;
  border-left: 4px solid #719da8;
}
blockquote p:last-child{
  margin-top: 20px;
  text-align: right;
}

@media (max-width: 1400px) {
  .scrollToContent {
    display: none; }

    .call-back .button a {
      display: block;
      width: 80%;
      height: 100%;
      border: 1px solid white;
      float: right; }



  header {
    height: 450px; } }
@media (max-width: 1224px) {
.call-back {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
 }

.call-back h5 {
  padding-top: 20px;
  padding-left: 10px;
  line-height: 150%;
}

    .call-back .button a {
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid white; }
  .middle {
  
  width: 90%;
  padding: 180px 20px 0px 20px;
 }
  .serviceslist {
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    columns: 1; }

  .content, .images {
    width: 100%; }

  .top-bar {
    height: 55px;
    position: fixed; }

  .contact-banner span {
    display: none; }

  .content {
    padding-right: 0px; }



  .content, .sidebar, .enquiry, .contactus {
    width: 100%;
    height: auto; }

  .services1, .services2, .services3 {
    display: none; }

  .servicesbox {
    display: none; }

  .testimonial {
    width: 100%; }

  blockquote {
    width: 100%; }

  .sidebar {
    height: auto !important; }

  .logo {
    position: absolute;
    height: 55px;
    left: 0px;
    text-align: left; }
    .logo span {
      font-family: 'Roboto Condensed', sans-serif; 
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 55px;
      margin: 0px;
      text-transform: uppercase;
      font-weight: 300; }
      .logo span b {
        font-weight: 700; }
    .logo img {
      height: 50px; }

.contacts {
float: right;
padding-right: 60px;
margin-top: 10px;
 }
.contacts a {
    color: white; 
}

.contacts i {
  padding-right: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #719da8;
  font-size: 22px; }

  .contacts span {
  display: none;
}


nav{

  width: 90vw;

}

 .navdiv i {
  color: white;
  cursor: pointer;
  font-size: 40px;
  width: 60px;
  position: fixed;
  padding: 0px 10px 0px 10px;
  right: 0px;
  top: 0px;
  line-height: 55px;
  display: inline-block;
  text-align: center;
  } 


.navdiv{
  z-index: 9999;
  width: 60px;
  height: 55px;
  transform: rotate(0deg);
  position: fixed;
  right: 0px;
  top: 0px;
  transition: ease 0.5s;
  background: rgba(0, 0, 0, 0.4);
  
}
nav:before{

  top: 55px;
 }
  .mobinav {
    right: 0px;
    height: 100vh; }

  .slide-caption {
    width: 100%;
    top: 80px;
    right: 0; }

  .slide-caption span {
    display: none; }

  .mobi {
    display: block !important; }

  .mobi i {
    text-align: center;
    padding-right: 10px; }



}

@media (max-width: 1024px) {

.left, .center, .right {

  width: 100%;
 }




}
@media (max-width: 768px) {


  body {
    width: 100%; }


.contact span:before {
  content: attr(data-title);
  font-family: 'Roboto Condensed', sans-serif; 
  margin-left: -3px;
  opacity: 0.1;
  top: 80px;
  font-size: 70px;
  color: black;
  line-height: 0px;
  font-weight: 700;
  position: absolute; }

.content span:before {
  content: attr(data-title);
  font-family: 'Roboto Condensed', sans-serif; 
  margin-left: -3px;
  opacity: 0.1;
  top: 70px;
  font-size: 70px;
  color: black;
  line-height: 0px;
  font-weight: 700;
  position: absolute; }

.contact {
  padding: 30px;
}

  footer span:before {
  content: attr(data-title);
  font-family: 'Roboto Condensed', sans-serif; 
  margin-left: -3px;
  opacity: 0.1;
  top: 20px;
  font-size: 70px;
  color: black;
  line-height: 0px;
  font-weight: 700;
  position: absolute; }


  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #050505;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;  }



  h2:before {
    content: attr(data-title);
    font-family: 'Roboto Condensed', sans-serif; 
    margin-left: -8px;
    opacity: 0.1;
    font-size: 65px;
    color: black;
    line-height: 0px;
    font-weight: 700;
    position: absolute; }

footer {
  padding: 60px 20px 40px 20px;
}

footer h2 {
    font-size: 24px;
    font-size: 2.4rem;
    color: white;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif; }

footer h2:before {
    content: attr(data-title);
    font-family: 'Roboto Condensed', sans-serif; 
    margin-left: -8px;
    opacity: 0.1;
    font-size: 65px;
    color: white;
    line-height: 0px;
    font-weight: 700;
    position: absolute; }


  .middle h1 {
    font-size: 28px;
    color: white;
    text-transform: uppercase;
}
  .middle p {
    font-size: 16px;
  }

  .middle {
  
  width: 90%;
  padding: 150px 20px 0px 20px;
 }

nav:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  top: 55px;
  right: 0px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.94);
  transform-origin: 100% 100%;
  -ms-transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg); }
nav{

  width: 100%;

}

nav ul{
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

nav ul li ul {
  display: none;
  position: relative;
  /* left: 0px; */
  /* top: 65px; */
  padding-right: 0px;
  z-index: 9999999;
  /* margin-left: 0px; */
  /* padding-left: 0px; */
  margin: 0 auto;
  width: 100%;
}

  main {
    padding: 40px 20px 40px 20px; }
    main h2 {
      font-size: 17px; }
    main img {
      width: 100%; }
 .white {
    padding: 40px 20px 40px 20px; }
  .white h2 {
      font-size: 17px; }
  .white img {
      width: 100%; }

  .contactform .form-small input, .contactform .form-small textarea {
    width: 100%;
    border: 1px solid #bbb;
    padding: 10px;
    margin: 10px 0 10px 0;
    color: white;
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight: 400;
    color: white;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.4);
    outline-color: #719da8;
    float: left; }
  .contactform label {
    font-weight: 400; }
  .contactform textarea {
    width: 100%;
    border: 1px solid #bbb;
    padding: 10px;
    margin-top: 10px;
    height: 200px;
    background: white;
    outline-color: #719da8;
    margin-left: 0px; }
  select {
  width: 100%;
  border: 1px solid #bbb;
  padding: 9px;
  margin: 10px 0 10px 0;
  color: white;
  font-family: 'Roboto Condensed', sans-serif; 
  font-weight: 400;
  color: white;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4);
  outline-color: #719da8;
  float: left; }
  .contactform img {
    width: 50%; }
.contactform input[type="submit"] {
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: 1px solid #bbb;
  padding: 12px;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  width: 50%;
  font-family: 'Roboto Condensed', sans-serif; 
  font-weight: 400;
  font-size: 16px; }
  .contactform ::-webkit-input-placeholder {
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight: 400;
    color: white;
    font-size: 16px; }
  .contactform ::-moz-placeholder {
    /* Firefox 19+ */
    color: #a73a1e;
    font-size: 16px; }
  .contactform :-ms-input-placeholder {
    color: #a73a1e;
    font-size: 16px; }
  .contactform :-moz-placeholder {
    /* Firefox 18- */
    color: #a73a1e;
    font-size: 16px; }


  .contact {
    padding: 20px; }

  .container {
    padding: 20px; }

  .box {
    width: 100%; }
    .box img {
      width: 100%; }

  .desktop {
    display: none !important; }

  .gallery {
    padding: 20px; }

  .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;
    width: 100%;
    -webkit-filter: brightness(40%); }
    .img-area img {
      width: 100%; }

  .img-area:hover {
    -webkit-filter: brightness(120%); }

  .topbar {
    position: relative; }

  footer {
    height: auto; } }

@media (max-width: 520px) {

  .logo {
    position: absolute;
    height: 55px;
    left: 0px;
    text-align: left; 
    padding:  4px 5px 0 0;
    min-width: 195px;
  }
    .logo span {
      font-family: 'Roboto Condensed', sans-serif; 
      font-size: 18px;
      line-height: 55px;
      margin: 0px;
      text-transform: uppercase;
      font-weight: 300; }
      .logo span b {
        font-weight: 700; }
    .logo img {
      height: 45px; }
}
@media (max-width: 359px) {

  .contacts {
    display: none;
  }

}
/*# sourceMappingURL=style.css.map */
