@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,700,900|Playfair+Display:400,400i,700,700i,900&display=swap');

h3,
h4 {
  color: black;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
}


h2 {
  font-size: 40px;
  color: black;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

h3 {
  font-size: 28px;
  color: black;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

h4 {
  font-size: 22px;
  color: black;
  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: #555555;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}


.images img {

}
/*Contact banner --------------------------------------------------------------*/

.contact-banner {
  width: 100%;
  height: 50px;
  margin-right: 20px;
  background-color: #050505;
  color: #DDDDDD;
  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: 100px;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 12;
   background-color:#112033;
  transition: ease 0.5s;
}

.social i {
  width: 40px;
  display: inline-block;
  height: 75px;
  line-height: 50px;
  color: white;
  font-size: 20px;
  margin: 10px 2px;
}
nav {
  width: 100%;
  position: relative;
  z-index: 10;
  height: 100px;
  padding: 0px;

   }

  nav ul {
    padding: 0;
    margin: 0;
    float: right;

    }
    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: 100px;
        cursor: pointer;
        position: relative;
        float: left;
        min-width: 125px;
        text-align: center; 
        transition: ease 0.5s; }
      nav ul li a:hover {
        background-color: rgba(255, 255, 255, 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:white;
        text-decoration: none; }
      nav ul li ul.dropdown {
        padding: 0px;
        position: absolute;
        top:100px;
        width: 300px;
        background: black;
        text-align: left;
        display: none;
        opacity: 1;}
        nav ul li ul.dropdown li {
          width: 100%;
          display: block;
          color: #ffffff !important;
          color: #ff6600;
          display: block;
          opacity: 1;
          visibility: visible; }
          nav ul li ul.dropdown li:hover a {
            border: none;
            background: #8f6746;
}
          nav ul li ul.dropdown li a {
            border: none;
            line-height: 55px;
            display: block;
            color: #111112;
            font-size: 13px;
            color: white;
            width: 100%;
            text-align: left; }
    nav ul li:hover > ul.dropdown {
      display: block;
      visibility: visible; }

#button, .mobi {
  display: none; }
.mobi-ban {
  display: none;
}
.phone {
  display: none; }

.sms {
  display: none; }

.email {
  display: none; }
.images img {

}

.desktop {
  display: inline-block !important; }

#button, .mobi {
  display: none !important; }

.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;
  height: 100px;
  z-index: 20;
  position: fixed;
  text-align: right;
  transition: ease 0.5s;
}

.smaller {
 background-color: white;
}



.logo img {
  height: 100%;
}

.logo span {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  color: black;
  line-height: 100px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left:20px;

}



/* Banner */

.banner {
  width: 100%;
  min-height: 650px;
  height: 100vh;
  z-index: 1;
}

.banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000008;
  top: 0px;
  opacity: 0.4;
  pointer-events: none;
  left: 0px;
  z-index: 0;
}


.banner2 {
  width: 100%;
  height: 400px;
  min-height: 400px;
  z-index: 1;
}

.banner2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000008;
  top: 0px;
  opacity: 0.4;
  pointer-events: none;
  left: 0px;
  z-index: 0;
}

.middle {
  
  width: 40%;
  padding: 250px 40px 0px 40px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: 40px;
  z-index: 2;
  color: white;
  text-align: left; }
  .middle h1 {
    font-size: 38px;
    font-weight: 400;
    color: white;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    line-height: 120%;
}
  .middle span {
    font-size: 60px;
    color: white;
    margin-top:20px;}
  .middle a {
    
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    background-color: #8cdadc; }
  .middle .cta {
    display: inline-block;
    line-height: 40px;
    padding: 0px 18px;
    color: black;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 20px 4px; }
  .middle .cta:before {
    width: 100%;
    height: 50%;
    content: " ";
    background-color: #ffffff;
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none; }


.middle p {
  font-size: 15px;
}

.middle2 {
  width: 65%;
  /*   padding: 250px 40px 0px 40px; */
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  color: white;
  text-align: center;
}

.middle2 span {
  font-size: 46px;
  color: white;
  font-weight: 500;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  
}

.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: #112033;
  padding: 120px 60px 120px 60px;
}

.contact p {
  color: white;
  font-style: normal;
}

.contact span {
  font-size: 44px;
  font-size: 4.4rem;
  color: white;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.contact span:before {
  content: attr(data-title);
  font-family: 'Montserrat', sans-serif;
  margin-left: -20px;
  opacity: 0.1;
  font-size: 120px;
  color: white;
  line-height: 0px;
  font-weight: 700;
  position: absolute;
}

.contacts {
  float: right;
  padding-right: 100px;
  margin-top: 20px;
  text-align: right;
}

.contacts a {
  color: #050505;
}

.contacts i {
  padding-left: 10px;
  display: inline-block;
  color: black;
  font-size: 18px;
}

.contact h3 {
  color: white;
}

#mapbox {
  width: 100%;
  height: 400px;
}


.reviews {
  margin-bottom: 5px;
  font-style: italic;
  text-align: justify;
  background: rgba(0, 121, 211, 0.1);
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding: 20px; }

.testimonials {
  background-image: url(../images/banner3.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px 50px 0px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
   z-index: 1; }
.testimonials:after {
  content: ' ';
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);

}


.testimonials h2 {
  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%; }

.icon {
  width: 100%;
  text-align: center;
  color: #fbff00;
}

.review {
  padding: 50px; }
  .review p {
    width: 80%;
    margin: 0 auto;
    color: white;
    text-align: center;
}
  .review .fa {
    color: #3d3d3c;
    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: 200px;
  font-weight: bold; }

cite {
  text-align: right;
  display: block;
  color: #555555; }



.boxes {
  position: relative;
  z-index: 0;

}
.boxes:before{

  position: absolute;
  content: '';
  width: 100%;
  top:280px;
  bottom: 140px;
  z-index: 0;
  background:black;

}
.boxes .columns{
  overflow: hidden;
  -webkit-background-size: cover;

  background-size: cover;
  position: relative;
  height: 400px !important;
  margin: 0px;
  padding: 0px;


}
.boxes .columns:hover .text{
  bottom: 0;
  opacity: 0.7;
  text-shadow: 3px 3px black;
  

}
.boxes .columns:last-child{
  float: left;

}

.boxes .text *{
  margin: 0;
  color: white;
}
.boxes h2 {
  text-align: center;
  margin-top:0;
  color: #1A561E;
  font-weight: 600;
}

.boxes p {
   text-align: center;
  font-size: 20px;
  color: black;
  font-weight: 400;
  margin-bottom: 0px;
}
.boxes h3{
  font-size: 24px;
  text-align: center;
  /* position:  absolute; */
  /* left: 0; */
  /* right: 0; */
  display:  block;

  height:  100%;
  width: 100%;
  padding:  150px 20px 0px 20px;
}



 .boxes .one{
  background-image: url(../images/bridal.jpg);

}
.boxes .two{
 background-image: url(../images/hairstyles.jpg);

}
.boxes .three{
 background-image: url(../images/makeup.jpg);

}


.boxes .text{
  position: relative;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
  opacity: .4;
  background-color: #1d1e1f;

}

.boxes .text:before{
  content: '';
  position: absolute;
  width: 100%;
  opacity: 0.6;
  height: 100%;
  color: black;
  top: 0;
  left: 0;
  z-index: -1;
}
.boxes .text:after{
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  opacity: 0.6;
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  border: 1px solid white;
  z-index: -1;
}

.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;
}

.content h1 {
  color: black;
  font-size: 28px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}


address {
  font-style: normal;
}

.content span {
  font-size: 44px;
  font-size: 4.4rem;
  color: black;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.content span:before {
  content: attr(data-title);
  font-family: 'Montserrat', sans-serif;
  margin-left: -20px;
  opacity: 0.1;
  font-size: 120px;
  color: black;
  line-height: 0px;
  font-weight: 700;
  position: absolute;
}

.content img {}

.content h4 {
  color: black;
}

.content hr {
  width: 100px;
  display: block;
  margin: 0 auto;
  background-color: black;
  border: none;
  height: 2px;
}

.accred {
  background-color: white;
  padding: 130px 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 span {
  font-size: 44px;
  font-size: 4.4rem;
  color: #212121;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.accred span:before {
  content: attr(data-title);
  font-family: 'Montserrat', sans-serif;
  margin-left: -20px;
  opacity: 0.1;
  font-size: 120px;
  color: black;
  line-height: 0px;
  font-weight: 700;
  position: absolute;
}

.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: 150px;
  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: #d8d8d8;
  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: 40px 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: #d8d8d8;
  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: 20%;
  -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%);
}


/* W H Y   C H O O S E   U S   S E C T I O N */
.why h2{
  width: 100%;
  text-align: center;
  color: white;
  font-size: 40px;
  font-size: 4rem;
}
.why hr{
  position: relative;
  left: -50px;
  margin: 20px 0;
  display: inline-block;
  border: none;
  height: 2px;
  width: 120px;
  opacity: 0.9;
  background-color: white;
}
.why ol h3{
  font-style: initial;
  margin: 5px 0 20px 0;
  color: #f4f5f6;
}

.why{
    background-image: url(../images/banner2.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 40px 80px 40px;
  overflow: hidden;
  position: relative;
  
  z-index: 0;
}

.why:after {
  content: ' ';
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  left: 0px;
}

.feat{
  color: #EEEEEE;
}
.feat i{
  font-size: 60px;
}
.why .feat{
  text-align: center;
}
.why .text{
  color: black;
  padding: 20px 60px;
}
.why h3{
  font-size: 24px;

}

.why ol {
    list-style-type: none;
    font-size: 12px;
    color: #EEEEEE;
    margin: 0!important;
    padding: 0;
    margin-left: 3em;
    font-family: 'Montserrat', sans-serif;

}
.why ol li{
    position: relative;
    margin: 0;
    margin-top: 20px;
    width: calc(100% / 3);
    float: left;
    padding: 20px 20px 20px 85px;
    /* background: rgba(0,0,0,0.4); */
    min-height: 3em;
    display: inline-block;

}
.why ol > li:before {
     content: "\f373";
    font-family: ionicons;
    position: absolute;
    top: 0;
    left: 0px;
    padding-top: 30px;
    width: 55px;
    text-align: center;
    height: 100%;
    /* background-color: rgba(0,0,0,0.4); */
    font-size: 2em;
    line-height: 1;
    display: inline-block;
    color: #f4f5f6;


}
.why ol > li:after {
    position: absolute;
    top: 0;
    left: 0px;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
    width: 55px;
    text-align: center;
    /* background-color: rgba(0,0,0,0.1); */
    font-weight: bold;
    color: white;
}
.why p {
  font-size: 12px;
  line-height: 24px;
  color: white;
}


.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;
  content: "\f373";
  /* ionicons Unicode */
  font-family: ionicons;
  /* same as padding-left set on li */
}

.repairlist {
  margin-bottom: 20px;
  font-family: 'Montserrat', 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: black;
  color: #ffffff;
  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 #bbbbbb;
  padding: 10px;
  margin: 10px 0 10px 0;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4);
  outline-color: black;
  float: left;
}

.contactform label {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.contactform textarea {
  width: 100%;
  border: 1px solid #bbbbbb;
  padding: 10px;
  margin-top: 10px;
  height: 200px;
  font-family: 'Montserrat', sans-serif;
  background: white;
  outline-color: black;
  margin-left: 0px;
}

select {
  width: 100%;
  border: 1px solid #bbbbbb;
  padding: 9px;
  margin: 10px 0 10px 0;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4);
  outline-color: black;
  float: left;
}

.contactform img {
  width: 50%;
}

.contactform input[type="submit"] {
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: 1px solid #bbbbbb;
  padding: 12px;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  width: 20%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.contactform ::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
}

.contactform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a73a1e;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.contactform :-ms-input-placeholder {
  color: #a73a1e;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.contactform :-moz-placeholder {
  /* Firefox 18- */
  color: #a73a1e;
  font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
}

footer span:before {
  content: attr(data-title);
  font-family: 'Montserrat', 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: 'Montserrat', 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 #bbbbbb;
  padding: 4px;
  font-family: 'Montserrat', 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: black;
  float: left;
}

footer .contactform textarea {
  width: 100%;
  border: 1px solid #bbbbbb;
  padding: 4px;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  height: 200px;
  background: white;
  outline-color: black;
  margin-left: 0px;
}

footer .contactform img {
  width: 50%;
}

footer .contactform input[type="submit"] {
  background: black;
  color: white;
  border: 0;
  padding: 9px 3px;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 15%;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 200;
}

footer .contactform ::-webkit-input-placeholder {
  font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}

footer .contactform :-ms-input-placeholder {
  color: #183574;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}

footer .contactform :-moz-placeholder {
  /* Firefox 18- */
  color: #183574;
  font-family: 'Montserrat', 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: black;
  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: #8cdadc;
  margin-right: 10px;
}

footer hr {
  width: 80px;
  display: inline-block;
  background-color: #8cdadc;
  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: black;
  color: white;
}

blockquote {
  margin: 20px 0 0 0;
  padding: 30px;
  border-left: 4px solid #0079D3;
  background-color: #d5edfe;
  
}

blockquote p:last-child {
  margin-top: 20px;
}

@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) {
  /* Banner */
  .banner {
    width: 100%;
    min-height: 550px;
    height: 550px;
    z-index: 1;
  }
  .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;
  }


      .middle2 span {
      font-size: 30px;
    }
  .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;

     background-color:#112033;
  }
  .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: 'Montserrat', 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 {
 
  }
  .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: black;
    font-size: 22px;
  }
  .contacts span {
    display: none;
  }

.mobi-ban {
  display: block;
}
    .mobi-ban a {
    float: right;
    display: block !important;
    width: 45px;
    height:45px;
    text-align: center;
    line-height: 55px;
    color: #00176e;
    font-size: 20px; }

  #button {
    display: block !important;
    
    text-align: right;
    float: right;
    margin:0px 20px 0px 20px; }

  #button i {
    color:white;
    text-align: left;
    font-size: 36px;}

  #button a {
    float: right;
    display: block;
   width: 45px;
    height:45px;
    text-align: center;
    line-height: 75px;
    color: #00176e;
    font-size: 36px; }

  .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:after {
    display: none; }

  nav {
    width:100%;
    height: auto;
    overflow: hidden;
    background-color: #1d1e1f;
    left: 100%;
    top: 0;
    z-index: 999;
    transition: left 0.5s; }
    nav ul {
      padding: 0;
      margin: 0;
      padding-right: 0px;
      float: right; }
      nav ul li {
        display: block;
        float: right;
        height: 100%;

        width: 100%; }
        nav ul li a {
          color: white;
          text-transform: uppercase;
          font-size: 13px;
          padding-right: 20px;
          line-height: 50px;
          position: relative;
          float: right;
          width: 125px;
          text-align: right;
          width: 100%; }
        nav ul li a:hover {
          background-color: rgba(0, 0, 0, 0.6); }
        nav ul li a, nav ul li nav a:active, nav ul li nav a:visited, nav ul li nav a:link {
          color: #ffffff;
          text-decoration: none; }
      nav ul li ul.dropdown {
        padding: 0px;
        position: relative;
        top: 0px;
        width: 100%;
        background: black;
        text-align: right;
        display: none;
        opacity: 1;}
        nav ul li ul.dropdown li {
          width: 100%;
          display: block;
          color: #ffffff !important;
          color: #ff6600;
          display: block;
          opacity: 1;
          visibility: visible; }
          nav ul li ul.dropdown li:hover a {
            border: none;
            background: black;
}
          nav ul li ul.dropdown li a {
            border: none;
            line-height: 40px;
            display: block;
            color: #111112;
            font-size: 13px;
            color: white;
            width: 100%;
            text-align: right; }
    nav ul li.services:hover > ul.dropdown {
      display: block;
      visibility: visible; }


  .mobinav {
    left: 0px; } 



.images img {
  width: 100%;
}

.desktop {
  display: inline-block !important; }

  .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%;
  }

  .middle {
  
  width: 100%;
  padding: 250px 40px 0px 40px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: 20px;
  z-index: 2;
  color: white;
  text-align: left; }
  .middle h1 {
    font-size: 40px;
    color: white;
    margin: 0;
    line-height: 120%;
}

}

@media (max-width: 768px) {
  .call-back {
    display: none;
  }
  /* Banner */
  .banner {
    width: 100%;
    min-height: 650px;
    height: 650px;
    z-index: 1;
  }
  body {
    width: 100%;
  }
  .contact span:before {
    content: attr(data-title);
    font-family: 'Montserrat', sans-serif;
    margin-left: -3px;
    opacity: 0.1;
    top: 80px;
    font-size: 70px;
    color: white;
    line-height: 0px;
    font-weight: 700;
    position: absolute;
  }
  .content span:before {
    content: attr(data-title);
    font-family: 'Montserrat', 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;
  }
  .accred span:before {
    content: attr(data-title);
    font-family: 'Montserrat', sans-serif;
    margin-left: -5px;
    opacity: 0.1;
    top: 20px;
    font-size: 70px;
    color: black;
    line-height: 0px;
    font-weight: 700;
    position: absolute;
  }
  .logos img {
    width: 80%;
    height: auto;
  }
  footer span:before {
    content: attr(data-title);
    font-family: 'Montserrat', sans-serif;
    margin-left: -3px;
    opacity: 0.1;
    top: 20px;
    font-size: 70px;
    color: black;
    line-height: 0px;
    font-weight: 700;
    position: absolute;
  }
  .why span:before {
    content: attr(data-title);
    font-family: 'Montserrat', sans-serif;
    margin-left: -5px;
    opacity: 0.2;
    top: 20px;
    font-size: 70px;
    color: white;
    line-height: 0px;
    font-weight: 700;
    position: absolute;
  }
  .why ol li {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
    min-height: 3em;
  }
  .why ol>li:before {
    display: none;
  }
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #050505;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
  }
  h2:before {
    content: attr(data-title);
    font-family: 'Montserrat', sans-serif;
    margin-left: -8px;
    opacity: 0.1;
    font-size: 65px;
    color: black;
    line-height: 0px;
    font-weight: 700;
    position: absolute;
  }
  footer {
    padding: 70px 30px 50px 30px;
  }
  footer h2 {
    font-size: 24px;
    font-size: 2.4rem;
    color: white;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
  }
  footer h2:before {
    content: attr(data-title);
    font-family: 'Montserrat', sans-serif;
    margin-left: -8px;
    opacity: 0.1;
    font-size: 65px;
    color: white;
    line-height: 0px;
    font-weight: 700;
    position: absolute;
  }

  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 {
    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;
  }
  .white h2 {
    font-size: 17px;
  }
  .white img {
    width: 100%;
  }
  .contactform .form-small input,
  .contactform .form-small textarea {
    width: 100%;
    border: 1px solid #bbbbbb;
    padding: 10px;
    margin: 10px 0 10px 0;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.4);
    outline-color: black;
    float: left;
  }
  .contactform label {
    font-weight: 400;
  }
  .contactform textarea {
    width: 100%;
    border: 1px solid #bbbbbb;
    padding: 10px;
    margin-top: 10px;
    height: 200px;
    background: white;
    outline-color: black;
    margin-left: 0px;
  }
  select {
    width: 100%;
    border: 1px solid #bbbbbb;
    padding: 9px;
    margin: 10px 0 10px 0;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.4);
    outline-color: black;
    float: left;
  }
  .contactform img {
    width: 50%;
  }
  .contactform input[type="submit"] {
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: 1px solid #bbbbbb;
    padding: 12px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 50%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  .contactform ::-webkit-input-placeholder {
    font-family: 'Montserrat', 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: 30px;
  }
  .container {
    padding: 20px;
  }
  .box {
    width: 100%;
  }
  .box img {
    width: 100%;
  }
  .desktop {
    display: none !important;
  }
  .gallery {
    padding: 20px;
  }
  .img-area {
    float: left;
    margin: 10px;
    width: 100%;
  }
  .img-area img {
    width: 100%;
  }

  .topbar {
    position: relative;
  }
  footer {
    height: auto;
  }
}

@media (max-width: 520px) {
  .logo {
    position: absolute;
    height: 55px;
    left: 0px;
    text-align: left;

    min-width: 55px;
  }
  .logo span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 55px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 300;
  }
  .logo span b {
    font-weight: 700;
  }
  .logo img {
   
  }
}

@media (max-width: 380px) {

  .contacts {
    display: none;
  }
    .middle span {
    font-size:40px;

  }
  .middle h1 {
    font-size: 26px;
    margin-top: 0px;
  }

  .middle p {
    font-size: 14px;
  }

}