@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: #5e175e;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
}


h2 {
  font-size: 40px;
  color: #5e175e;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

h3 {
  font-size: 28px;
  color: #5e175e;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

h4 {
  font-size: 22px;
  color: #5e175e;
  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;
}


/*Contact banner --------------------------------------------------------------*/

.contact-banner {
  width: 100%;
  height: 50px;
  margin-right: 20px;
  background-color: #5e175e;
  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: 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: #827558;
  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 {
  padding-bottom: 20px;
}

.images img:last-child {
  padding-bottom: 0px;
}

.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: #fefefe;
  height: 75px;
  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: 'Montserrat', sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  color: black;
  line-height: 75px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 400;
}


/* 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: 250px;
  z-index: 1;
}

.banner2:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  background-color: #000008;
  top: 0px;
  opacity: 0.4;
  pointer-events: none;
  left: 0px;
  z-index: 0;
}

.middle {
  width: 65%;
  /*   padding: 250px 40px 0px 40px; */
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 27%;
  z-index: 2;
  height: 100%;
  color: white;
  text-align: center;
}

.middle h1 {
  font-size: 38px;
  color: white;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.middle span {
  font-size: 38px;
  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: #827558;
}

.middle a:hover {
  background-color: black;
}

.middle .cta {
  display: inline-block;
  line-height: 40px;
  padding: 0px 30px;
  color: #EEEEEE;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #827558;
  margin: 20px 4px;
  border-radius: 20px;
  -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;
}

.middle .cta:before {
  width: 100%;
  height: 50%;
  content: " ";
  background-color: #ffffff;
  opacity: 0.1;
  top: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.middle p {
  font-size: 15px;
}

.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: #5e175e;
  padding: 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: #5e175e;
}

.contacts i {
  padding-left: 10px;
  display: inline-block;
  color: #827558;
  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;
}

.content h1 {
  color: black;
  font-size: 28px;
  color: #5e175e;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}


address {
  font-style: normal;
}

.content span {
  font-size: 44px;
  font-size: 4.4rem;
  color: #5e175e;
  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: #29323d;
}

.content hr {
  width: 100px;
  display: block;
  margin: 0 auto;
  background-color: #827558;
  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: 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: #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{
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
}
.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;
  font-family: 'Open Sans', sans-serif;
  margin: 5px 0 20px 0;
  color: #FAB207;
}

.why{
  background-color: white;
  background-image: url(../images/why.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 40px 80px 40px;
  overflow: hidden;
  position: relative;
  text-align: ceneter;
  z-index: 0;
}
.feat{
  color: #EEEEEE;
}
.feat i{
  font-size: 60px;
}
.why .feat{
  text-align: center;
}
.why .text{
  color: #FFFFFF;
  padding: 20px 60px;
}
.why h3{
  font-size: 24px;

}

.why h2 {
  text-align: center;
}
.why:after{
  content: ' ';
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  z-index: -1;
  background-color: rgba(0,0,0,0.8);
  pointer-events: none;
  left: 0px;

} 
.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: #FAB207;


}
.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;
}

.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: '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: #827558;
  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: #5e175e;
  -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: #5e175e;
  font-size: 30px;
  font-size: 2.5vw;
}

.servicesbox p {
  color: #5e175e;
}

.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: #827558;
  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: #827558;
  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: #827558;
  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: #827558;
  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: #827558;
  margin-left: 0px;
}

footer .contactform img {
  width: 50%;
}

footer .contactform input[type="submit"] {
  background: #827558;
  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: #827558;
  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: #827558;
  margin-right: 10px;
}

footer hr {
  width: 80px;
  display: inline-block;
  background-color: #827558;
  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: #827558;
  color: white;
}

blockquote {
  margin: 20px 0 0 0;
  padding: 30px;
  border-left: 4px solid #827558;
}

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) {
  /* 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;
  }
  .middle {
    width: 90%;
    top: 15%;
  }
  .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: '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 {
    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: #827558;
    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) {
  .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: #5e175e;
    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;
  }
  .middle h1 {
    font-size: 28px;
    color: white;
    text-transform: uppercase;
  }
  .middle p {
    font-size: 14px;
  }
  .middle {
    width: 90%;
    top: 20%;
  }
  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: 100px 40px 100px 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: #827558;
    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: #827558;
    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: #827558;
    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;
    -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;

    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 {
    height: 45px;
  }
}

@media (max-width: 380px) {

  .contacts {
    display: none;
  }

}