@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap');

h3,
h4 {
  color: #00a1e4;
  font-weight: 200;
  font-family: 'Jost', sans-serif;
}


h2 {
  font-size: 40px;
  color: #00a1e4;
  font-weight: 400;
  margin-top:0;
  font-family: 'Jost', sans-serif;
}

h3 {
  font-size: 24px;
  color: #00a1e4;
  font-weight: 400;
  margin-top:0px;
  font-family: 'Jost', sans-serif;
}

h4 {
  font-size: 22px;
  color: #00a1e4;
  font-weight: 400;
}

a {
  text-decoration: none !important;
  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;
}

.nopad {
  padding-left: 0;
  padding-right:0;
}
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: #ffffff;
  background: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/**************** SOCIALS ****************/
.socials a[href^="#"] {display: none!important;}
.socials a[href*="facebook"] {background-color: #4B69B0;}
.socials a[href*="twitter"] {background-color: #37B1E1;}
.socials a[href*="linkedin"] {background-color: #0077b5;}
.socials a[href*="instagram"] {background: radial-gradient( circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%, #D6249F 60%, #285AEB 90%);}
.socials a[href*="youtube"] {background-color: #E83F3A;}
.socials a[href*="whatsapp"] {background-color: #2BA63A;}
.socials {
  margin-top: 20px;
  margin-bottom: 0px;
}
.socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}
.socials span {
  color: #fffffffff;
  margin: 0;
}
.map{
  width: 100%;
  height: 500px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #00a1e4;
}
.map iframe{
  position: absolute;
  width: 100%;
  height: calc(100% + 300px);
  z-index: -1;
  left: 0;
  opacity: 0.8;
  top: -150px;
}
.contactpage {
  display: block;
  position: fixed;
  right:220px;
  bottom:30px;
  margin:10px;
  background-color: #b90506;
  height: 50px;
  width: 200px;
  min-width: 200px;
  float: right;
  text-align: center;
  color: white;
  z-index:99;
  border-radius: 25px;
  line-height: 50px;
}

 a:hover {
  text-decoration: none;
  color:white !important;
}


.box img {
  width: 100%;
}

.images img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
/*.images img:last-child {

  margin-bottom: 0px;
}*/
.top-bar {
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;

  z-index: 99;
  transition: ease 0.5s;
}
.social {  
  cursor: pointer;
  display: inline-block;
  line-height: 100px;
}
.social .uk-icon {
  width: 40px;
  display: inline-block;
  line-height: 75px;
  color: #00a1e4;
  font-size: 20px;
  margin: 10px 2px;
}
.headright{
  float: left;
  text-align: right;
  padding: 0 0 0 20px;

}
 .navdiv i {
  color:  #00a1e4;
  cursor: pointer;
  font-size: 30px;
  width: 60px;
  position: fixed;
  padding: 0px 10px 0px 10px;
  left: 0px;
  line-height: 100px;
  display: inline-block;
  text-align: center;

  } 

.navdiv{
  z-index: 9999;
  width: 60px;
  height: 75px;
  transform: rotate(0deg);
  position: fixed;
  left: 0px;
  transition: ease 0.5s;
  animation: burger 1s forwards;
}


@-webkit-keyframes burger {

    0% {right: -100%;}

    100% { right: 0;}

}

nav{
  /* opacity: 0; */
  transition: ease 0.78s;
  transition-delay:0s;
  position: fixed;
  display: table;
  width: 30vw;
  height: 100vh;
  top: 0%;
  left: -112%;
  text-align: right;
  z-index: 9;
  font-family: 'Jost', sans-serif;
  
}

nav:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: rgba(0,0,0,0.9);
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
 }
nav.minify{
  left: -130%;
}

nav.viz{
  left: 0;
  z-index: 999;
 
}

.ion-close:before {
transition: ease 0.5s;
  color: white;
content: "\f2d7" !important;
}


nav ul{
  padding-right: 100px;
  display: table-cell;
  vertical-align: middle;
  width: 500px;
}
nav li {
  list-style:none;
}
nav ul li a{
  font-size: 32px;
  line-height: 42px;
  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;
  line-height: 30px;
}

nav ul a.sub {
  cursor: pointer;
  padding-left: 10px;
}

.subon {
  display: block;
}

.subicon::after {
  content: '\f365';
}

      .quote {
        height: 100px;
        float: right;
        border-radius: 0px 0px 0px 20px;

      }

      .quote{
        background: none;
        position: relative;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        display: inline-block;
        float: right;
        color: #00a1e4;
        cursor: pointer;
        border:0px;
        padding-top:10px;
        z-index: 999;
        font-family: 'Jost', sans-serif;
      }


      .quote span{
        line-height: 30px;
        font-weight: bold;
        font-size: 24px;
        text-transform: uppercase;
        margin: 0;
        display: block;
      }
      .quote p{
        line-height: 10px;
        display: block;
        font-size: 13px;
        margin: 0;
        padding: 0;
      }

      .quote:hover,
      .quote:focus {
        background-color: #00a1e4;
        color: #ffffff;
      }

.images img {
  width: 100%;
}

.desktop {
  display: inline-block !important; }

#button, .mobi {
  display: none !important; }


.mobinav {
  height: auto;
  z-index: 9;
}

.logo {
  padding: 0 20px 0 20px;
  z-index: 20;
  text-align: center;
  transition: ease 0.5s;
  position: absolute;
  left:0;
  right:0;
}

.logo img {
  height:150px;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s; 
}

.smaller {
 background-color: #000000;
 border-bottom: 0px;
 box-shadow: 0 0 30px rgba(0,0,0,0.4);

}
.smaller img {
  height: 100px;
}



.logo span {
  font-family: 'Jost', sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  color:  white;
  line-height: 100px;
  margin: 0px;
  
  font-weight: 400;
}


/* Banner */
.uk-slideshow-items {
  min-height: 700px !important;
  height: 96vh;

}
.banner{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  float: left; 
  height: 97vh;
  min-height: 800px;
}

.banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  background-image: url(../images/background.svg);
  -webkit-background-size: cover;
}
.banner2{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  float: left; 
  height: 500px;
}

.banner2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  background-image: url(../images/background.svg);
  -webkit-background-size: cover;
}
.bannerslider{
  height: 100%;
  position: absolute;
  cursor: drag;
  width: 100%;
}
.bannertext{
  padding-top:185px;
  padding-bottom: 195px;
  position: relative;
  color: white;
  width: 100%;
  z-index: 5;
  margin-top: 175px;
  text-align: center;


}

.bannertext h1{
  font-size: 80px;
  line-height: 50px;
  font-weight: 700;
  color: white;
  text-shadow: 0 0 30px rgba(0,0,0,0.6);
  margin-bottom: 30px;
  font-family: 'Jost', sans-serif;
}
.bannertext h1 strong{
  font-weight: 300;
}
.bannertext span{
  font-weight: 200;
  font-size: 50px
}
.bannertext p{
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: white;
  width:50%;
  margin:0 auto;
  text-shadow: 0 4px 20px rgba(0,0,0,0.6);

  text-align: center; 
}

.bannertext2{
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  color: white;
  width: 100%;
  z-index: 5;
  margin-top: 60px;
  text-align: center;

}

.bannertext2 span{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: white;
  text-shadow: 0 0 30px rgba(0,0,0,0.6);
  margin-bottom: 30px;
  font-family: 'Jost', sans-serif;
}
.bannertext2 h1 strong{
  font-weight: 300;
}
.bannertext2 p{
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: white;
  text-shadow: 0 4px 20px rgba(0,0,0,0.6);
  margin: 0;
}
.bannertext a{
  background-color: white;
  border-radius: 20px;
  padding: 0 20px;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: black;
  margin-top: 20px;
  box-shadow: 0 0 40px rgba(0,0,0,0.4);
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
.bannertext a:hover{
  box-shadow: 0 5px 20px rgba(0,0,0,0.5); 
  color: black;
}

.bannertext .cta {
  display: inline-block;
  line-height: 40px;
  padding: 0px 30px;
  color: #EEEEEE;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #00a1e4;
  margin: 20px 4px;
  -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;
}

.bannertext .cta:last-child {
  background-color: #8d5128;
}


.banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  background-image: url(../images/background.svg);
  -webkit-background-size: cover;
}

.slides{
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.slide1{background-image: url(../images/banner1.jpg);}
.slide2{background-image: url(../images/banner2.jpg);}
.slide3{background-image: url(../images/banner3.jpg);}
.slide4{background-image: url(../images/banner4.jpg);}
.slide5{background-image: url(../images/banner5.jpg);}

.slides:after {

  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background:black;
  opacity: 0.3;
}
.slides2{
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 400px;
}
.slide1{background-image: url(../images/banner1.jpg);}
.slide2{background-image: url(../images/banner2.jpg);}
.slide3{background-image: url(../images/banner3.jpg);}
.slide4{background-image: url(../images/banner4.jpg);}
.slide5{background-image: url(../images/banner5.jpg);}


.slides2:after {

  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  background:black;
  opacity: 0.3;
}


.callback h5 {
  color: white;
  font-size: 16px;
  padding-left: 30px;

  line-height: 50px;
  font-weight: 300;
  line-height: 70px;
  text-align: center;
  margin: 0;
}

.call-back .cta{
  float: right;
}

.call-back .button {
  background-color: red;
}
.call-back {
  height: 75px;
  line-height: 75px;
  left: 0;
  right: 0;
  bottom:40px;
  position: relative;
  overflow: hidden;
  background:#00a1e4;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
  z-index: 9;
}

.call-back h5 {
  color: white;
  font-size: 20px;
  padding-left: 30px;
  font-weight: 300;
  margin: 0;
  text-align: center;
  font-family: 'Jost', sans-serif;
}

.call-back a {
  color:white;
}

.main {
  width: 100%;
  overflow: hidden;
}

.contact {
  width: 100%;
  overflow: hidden;
  background-color: #00a1e4;
  padding: 120px;
}

.contact span {
  font-size: 20px;
  font-weight: 700;
  color:white;
  font-family: 'Jost', sans-serif;
}
.contact h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 0;
  font-family: 'Jost', sans-serif;
  }
.contact p {
  color: white;
  font-style: normal;
}


.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: #00a1e4;
  font-size: 18px;
}

.reviews {
  margin-bottom: 5px;
  font-style: italic;
  text-align: justify;
  background: rgba(61, 61, 60, 0.1);
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding: 20px; }

.testimonials {
  background: #000000;
  padding: 100px 60px 60px 60px;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  overflow: hidden; }

.testimonials:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right:0;
  margin: 0 auto;
  z-index: 0;

}
.testimonials span{
  font-size: 20px;
  font-weight: 700;
  font-family: 'Jost', sans-serif;
  text-align: center;
}

.testimonials h3 {
  width: 100%;
  text-align: center;
  color: #00a1e4;
  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 h4 {
  color: #00a1e4;
}
  .testy img {
    margin: 0 auto;
    width: 100%; }
}

.testimonials i{
  width: 100%;
  text-align: center;
  color: yellow !important;
}

.review {
  padding: 50px; }

.review i {
  color:yellow;
  font-size: 26px;
}
  .review p {
    width: 80%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    font-size: 19px;
}
}
  .review .fa {

    padding-right: 5px; }
  .review h3 {
    font-size: 38px;
    font-size: 3.8rem;
    color: #00a1e4;
    margin-top: 0; }

cite:before {
  content: '\201D';
  display: block;
  text-align: center;
  font-style: normal;
  margin: 0;
  padding-top: 50px;
  color: #00a1e4;
  line-height: 150px;
  font-family: 'Jost', sans-serif;
  vertical-align: middle;
  font-size: 400px;
}

cite {
  text-align: right;
  display: block;
  color: #555555; }


.logos {
  padding: 20px;
  text-align: center;
}

.content {
  padding-left:0px;
  padding-right:25px;
}
.content img {
  border-radius: 20px;
}


.content h1 {
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: 'Jost', sans-serif;
}
.content ul {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0;
  -webkit-columns: 3;
  -moz-columns: 3;
  -ms-columns: 3;
  -o-columns: 3;
  columns: 3;
}
.content li {
  position: relative;
  margin-bottom:10px;
  border-radius: 20px;
  font-size: 16px;
  width: 100%;
  list-style: none;
  padding: 0px 10px 0px 20px;
  min-height: 1em;
  color: #FFFFFF;
}
.content li:nth-child(even) {}
.content li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00a1e4;
  content: " ";
}
.content .uk-icon {
  color: #00a1e4;
}

address {
  font-style: normal;
}

.content span {
  font-size: 20px;
  font-weight: 700;
  color:#a1a1a1;
  font-family: 'Jost', sans-serif;
}


.content img {}

.content h4 {
  color: white;
}

.content hr {
  width: 100px;
  display: block;
  margin: 0 auto;
  background-color: #00a1e4;
  border: none;
  height: 2px;
}

.accred {
  background-color: #00a1e4;
  padding: 130px 40px 120px 40px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-align: center;
}


.accred h2 {
  font-size: 38px;
  color: black;
  margin: 0;
  text-align: center;
  color:#ffffff;
  margin-bottom: 30px;
}

.accred span {
  font-size: 20px;
  font-weight: 700;
  color:white;
  font-family: 'Jost', sans-serif;
  text-align: center;
}
.accred span:before {
  content: attr(data-title);
  font-family: 'Jost', 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;
}



.logos {
  background-color: white;
  text-align: center;
  border-radius: 20px;
}

.logos img {
  display: inline-block;
  text-align: center;
  width: auto;
  height: 80px;
  padding: 10px;
  margin: 0 auto;
}


main {
  padding: 160px 60px 140px 60px;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #000000;
}

main h2 {
  margin-top:0px;
  font-size: 40px;
}

main img {}

main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right:0;
  margin: 0 auto;
  z-index: 0;

}

.white {
  padding: 130px 60px 100px 60px;
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  position: relative;

}
.white h1 {
  font-size: 30px;
  color: #00a1e4;
  font-weight: 400;
  margin-top:0;
  font-family: 'Jost', sans-serif;
}
.white h1 {

}

.white img {}

.contactus {
  background-color: rgba(5, 5, 5, 0.6);
  text-align: justify;
  min-height: 620px;
  padding: 40px;
}

.contactus h3 {
  color: white;
  text-align: left;
  
}

.contactus h2 {
  color: white;
  text-align: left;
  
}

.contactus p {
  color: white;
}

.enquiry {
  padding: 60px;
}

.gallery {
  padding-bottom: 50px;
  padding-top: 50px;
}

  .gallery .uk-card {
    overflow: hidden;
    border-radius: 20px;
  }

.gallery .uk-card-default {
  background: #ffffff;
  color: #666666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* .caption {
  padding:10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  color: white; 
  text-align: center;
}*/
/******** BLOCKQUOTE ********/

blockquote i {
  color: yellow;
  font-size: 26px;
}

blockquote{
  padding: 50px;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  border-radius: 3px;
  font-style: normal;
  background-color: #4a4a4a;
  position: relative;
  border-radius: 20px;
}

blockquote p{
  font-size: 18px;

  color: white;
}
blockquote span{
  margin-top: 20px;
  display: block;
  font-weight: 300;
  font-style: italic;
  color: #C28692;
}



.twocols{
  -webkit-columns: 2;
  -moz-columns: 2;
  -o-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -o-column-gap: 30px;
  column-gap: 30px;
}
/* W H Y   C H O O S E   U S   S E C T I O N */

.why {
  min-height: 600px;
  background-image: url(../images/banner1.jpg);
  -webkit-background-size: cover;

}

.why1 span {
  font-size: 20px;
  font-weight: 700;
  color:white;
  font-family: 'Jost', sans-serif;
}
.why1 h2 {
  font-family: 'Jost', sans-serif;
  font-size: 38px;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
}
.why1 h3 {
  font-family: 'Jost', sans-serif;
  color: #FFFFFF;
  margin-top: 10px;
  text-align: left;
}

.why1 {
  margin-top: 80px;
  background: #00a1e4;
  overflow: hidden;
  padding: 50px;
  border-radius: 20px;
}

.why1 img {
  width: 100%;

}

.reason {
  float: right;

}

.why1 i {
  color:yellow;
}

.why1 p{
  color: white;
}


.why1 ul li{

}
.why1 .uk-grid{
 
}

.title {
  margin-bottom: 20px;
}
video {
  border-radius: 20px;
  background: black;
}

.services {
  background: #000000;
  padding: 140px 0px 140px 0px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 9; }
  .services .cta {
    background: #00a1e4;
    color: white;
    border-radius: 20px;
    bottom: 0;
    margin-top:10px;
    float: right;
    padding: 10px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    width: 200px;
    text-align: center;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s; 

  }

  .services .cta:hover {
    background-color: #00a1e4;
    color: white;
    bottom: 0;
    float: right;
    padding: 10px;
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center; }
.services li img{

  width: 100%;

}


.services_slider li{
  padding: 0;
}
.services_box{
  height: auto;  
  position: relative;
  text-align: left;
  border-radius: 20px;
  overflow: hidden;
}
.services_box::after{
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  width: 100%;
  content: " ";
  height: 100%;
  background-color: #333333;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: ease-out 0.8s;
  -o-transition: ease-out 0.8s;
  transition: ease-out 0.8s;
}
.services_box:hover::after{
  opacity: 0.2;
}
.services_text{
  z-index: 5;
  text-align: left;
  padding: 15px;
}

.uk-overlay-primary {
  background: #00a1e4;
}
.services_text h3{
  margin-bottom: 30px;
  text-align: left;
  font-size: 18px;
}

.projects {
 background: #000000;
  padding: 120px 0px 40px 0px;
  width: 100%;
  height: auto;
  position: relative;
}
  .projects .cta {
    background: #00a1e4;
    color: white;
    bottom: 0;
    border-radius: 20px;
    float: right;
    margin-bottom: 20px;
    margin-right:10px;
    padding: 10px;
    display: block;
    font-size: 16px;
    width: 200px;
      -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
    text-align: center; }

  .projects .cta:hover {
    background-color: #00a1e4;
    color: white;
    bottom: 0;
    float: right;
    padding: 10px;
    display: block;
    font-size: 16px;
    width: 200px;
    text-align: center; }


.projects li img{

  width: 100%;

}
  .projects .uk-card {
    border-radius: 20px;
    overflow: hidden;
  }


.projects-slider li{
  padding: 0;
}
.projects-box{
  height: auto;  
  position: relative;
  text-align: left;
}
.projects-box::after{
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  width: 100%;
  content: " ";
  height: 100%;
  background-color: #333333;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: ease-out 0.8s;
  -o-transition: ease-out 0.8s;
  transition: ease-out 0.8s;
}
.projects-box:hover::after{
  opacity: 0.2;
}
.projects-text{
  z-index: 5;
  text-align: left;
}
.projects-text h3{
  margin-bottom: 30px;
  text-align: left;
  font-size: 23px;
}


.title span {

  font-size: 20px;
  font-weight: 700;
  font-family: 'Jost', sans-serif;
}
.title h2 {
}
/* .projects ul li{
  padding: 0;

}
*/
  .uk-grid > * {
    
    padding-left:0px !important;
  }


.arrow a {
  color: black;
}


.repairlist {
  margin-bottom: 20px;
  font-family: 'Jost', 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;
}

.servicesbox .button {
  background: #00a1e4;
  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;
}
.form{
  padding:0;
}
.contactform .form-small input,
.contactform .form-small textarea {
  width: 100%;
  border: none;
  padding: 10px;
  margin: 10px 0 10px 0;
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4);
  outline:0;
   border-radius: 20px;
    overflow: hidden;
  float: left;
}

.contactform label {
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  color:white;
}

.contactform textarea {
  width: 100%;
  border: none;
  padding: 10px;
  margin-top: 10px;
  height: 200px;
  font-family: 'Jost', sans-serif;
  background: white;
  outline:0;
  margin-left: 0px;
}

select {
  width: 100%;
  border: none;
  padding: 9px;
  margin: 10px 0 10px 0;
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4);
  outline:0;
  float: left;
  border-radius: 20px;
  overflow: hidden;
}

.contactform img {
  width: 50%;
}

.contactform input[type="submit"] {
  background: #8d5128;
  color: white;
  border: none;
  padding: 12px;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 20%;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  border-radius: 20px;
  font-size: 16px;
}

.contactform ::-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
}

.contactform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a73a1e;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
}

.contactform :-ms-input-placeholder {
  color: #a73a1e;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
}

.contactform :-moz-placeholder {
  /* Firefox 18- */
  color: #a73a1e;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
}

/**************** FOOTER ****************/
footer {
  background-color: #1c1c1c;
  padding: 100px 20px 50px  20px;
  overflow: hidden;
}
footer span {
  font-size: 44px;
  font-size: 4.4rem;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
footer .left a {
  margin: 0;
  line-height: 40px;
  margin-right: 30px;
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}
footer a:hover{color: #00a1e4;}
footer .socials {
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  text-transform: capitalize;
}
footer ul { padding: 0;}
footer ul li {
  color: #ffffff;
  opacity: 0.8;
  font-size: 14px;
  line-height: 28px;
  list-style: none;
  position: relative;
  padding-left: 15px;
}
footer img { max-height: 120px;}
footer ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00a1e4;
  content: " ";
}
footer h2 {
  color: #ffffff;
  font-size: 24px;
}
footer p {
  color: #ffffff;
  opacity: 0.8;
  font-size: 14px;
  line-height: 28px;
  margin:0;
  text-transform: capitalize;
}
footer img {
  height: 120px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.amcs .footlinks a{
  display: inline-block;
  margin-right:5px;
  color: #ffffff;
  font-size: 12px;
}
.amcs .footlinks a:hover{
  color: #ffffff !important;
}
.amcs .footlinks a::after {
    content: "/";
    margin-left: 10px;
    color: #ffffff;
}
.amcs .footlinks a:last-of-type::after{
  display: none;
}
.amcs {
  background-color: #1c1c1c;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}
.amcs .left {
  text-align: left;
}
.amcs .right {
  text-align: right;
}
.amcs p {
  font-size: 12px;
  color: #555555;
  letter-spacing: 0.5px;
  margin: 10px 0;
  line-height: 34px;
}
.amcs .scrolltop {
  color:#ffffff;
  display: inline-block;
  background-color: #00a1e4;
  border-radius: 50%;
  height: 50px;
  text-align: center;
  line-height: 40px;
  width: 50px;
}
.scrolltotop {
  position: absolute;
  bottom: 0;
  right:0;
  z-index: 9;
}
.scrolltotop svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 1400px) {
  .scrollToContent {
    display: none;
  }

  header {
    height: 450px;
  }
  .banner{

  height: 0;
  min-height: 800px;
}

}

@media (max-width: 1224px) {

.amcs .left {  text-align: center; }
.amcs .right { text-align: center;}
.amcs p {  line-height:20px; }

.content ul {

  margin-bottom: 20px;
  overflow: hidden;
  padding: 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  -o-columns: 2;
  columns: 2;
}


  .logo img {
    height: 100px;
}

 .navdiv i {

  line-height: 55px;


  }

  nav  {
    width: 50%;
  }
  nav ul li a{
  font-size: 26px;
  line-height: 32px;
  color: white;

}
      .quote {
        height: 55px;
        line-height: 55px;
        position: relative;
        border-radius: 0px 0px 0px 20px;
      }

      .quote span{
        font-size: 12px;
        display: inline-block;
      }
      .quote p{
        display: none;
      }
      .quote{
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        display: inline-block;
        padding: 0 10px;
        float: right;
        color: white;
        cursor: pointer
      }

      .quote div {
        display: inline-block;        
      }
  .call-back {
    width: 100%;
    height: auto;
  }
  .call-back h5 {
    padding-left: 10px;
    line-height: 50px;
  }
  .call-back .button a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid white;
  }
  .top-bar {
    height: 55px;
    position: fixed;
    border: 0;
    background-color: #000000;
    border-radius:0px;
  }
  .contact-banner span {
    display: none;
  }
  .content {
    padding: 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 {

    height: 55px;


  }
  .logo span {
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 55px;
    margin: 0px;
    
    font-weight: 300;
  }
  .logo span b {
    font-weight: 700;
  }
  .logo img {
height: 100%;

  }
.smaller {
  height: 55px;
}

.smaller img {
  height: 100%;
}
  .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: #00a1e4;
    font-size: 22px;
  }
  .contacts span {
    display: none;
  }


.social {  

  line-height: 50px;
}

.social .uk-icon {
  line-height: 55px !important;
  margin: 0px;
  width:30px;
}

 nav:after {
    display: none; }




/*.subon {
  display: block;
}

.subicon::after {
  content: '\f365';
}
*/
.images img {
  width: 100%;
  border-radius: 20px;
}

.desktop {
  display: inline-block !important; }

#button, .mobi {
  display: none !important; }

.title {
padding-top: 60px; }


.mobinav {
  height: auto;
  z-index: 9; }


.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;
  }

  .testimonials {

  padding: 60px;
 }

 .review {
  padding:10px;
 }
 .review p {
  width:90%;
  font-size: 16px;
 }

.bannertext, .bannertext2{
  padding-top: 130px;
}

.bannertext p{

  width:75%;

}


}

@media (max-width: 1024px) {

.why {
  min-height: 560px;

}
  .content img {
    width: 100%;
  }
.content ul {
  width: 100%;
  -webkit-columns: 1;
  -moz-columns: 1;
  -ms-columns: 1;
  -o-columns: 1;
  columns: 1;
}
.bannertext h1 {
 
    line-height: 80%;
    margin-top:0px;
    margin-bottom: 0px;  }

  .left,
  .center,
  .right {
    width: 100%;
  }

  .reason{
  width: 100%;
  float: left;

}

blockquote {
  padding:20px;
}

.twocols{
  -webkit-columns: 1;
  -moz-columns: 1;
  -o-columns: 1;
  columns: 1;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -o-column-gap: 30px;
  column-gap: 30px;
}


cite:before {

  font-size: 200px;
  padding-top:0px;
 }


main {
  padding: 50px 30px;
}
.content {
  padding-top:20px;
}

.services {
  padding: 40px 30px 50px 30px;
}
.projects {
  padding: 40px 30px 40px 30px;
}
.testimonials {
  padding: 60px 30px 40px 30px;
}
.contact {
  padding: 60px 30px 40px 30px;
}
.accred {

  padding: 60px 20px;
}
.title {
  padding: 0px;
}

}

@media (max-width: 768px) {


.bannertext p{

  width:90%;

}

  h3 {
    font-size: 20px;
  }
  p {
    font-size: 15px;
  }


  .banner {
    min-height: 600px;
    height:600px;
  }

  .banner2 {
    height: 400px;
  }

.projects-box{
  width: 100%;
}

.call-back {
  border-radius: 0px;
}
  .call-back span{
    display: none;
  }

.bannertext{
  padding-top:20px;
  padding-bottom: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.bannertext h1 {
    font-size: 40px;
    line-height: 120%;
    margin-top:0px;
    margin-bottom: 10px;  }
.bannertext span {
  font-size: 40px;
}

.bannertext2 h1 {
    font-size: 30px;
}

  .call-back span{
    display: none;
  }

  body {
    width: 100%;
  }

  .logos img {

  }

  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: 'Jost', sans-serif;
  }
  footer {
    padding: 70px 30px 50px 30px;
  }
  footer h2 {
    font-size: 24px;
    font-size: 2.4rem;
    color: white;
    font-weight: 700;
    font-family: 'Jost', sans-serif;
  }

  nav:before {
    content: '';
    position: absolute;
    width: 100%;

  }
  nav {
    width: 100%;
  }
  nav ul {
    width: 100%;
  }
  nav ul li ul {
    display: none;
    position: relative;
    left: 0px;
    padding-right: 0px;
    z-index: 9999999;
    margin-left: 0px;
    padding-left: 0px;
    margin: 0 auto;
    width: 100%;
  }

  main h2 {

  }
  main img {
    width: 100%;
  }
  .white {
    padding: 100px 40px 100px 40px;
  }
  .white h2 {
   font-size: 20px;
  }
  .white img {
    width: 100%;
  }
  .contactform .form-small input,
  .contactform .form-small textarea {
    width: 100%;
    border: none;
    padding: 10px;
    margin: 10px 0 10px 0;
    color: white;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.4);
    outline:0;
    float: left;
  }
  .contactform label {
    font-weight: 400;
  }
  .contactform textarea {
    width: 100%;
    border: none;
    padding: 10px;
    margin-top: 10px;
    height: 200px;
    background: white;
    outline:0;
    margin-left: 0px;
  }
  select {
    width: 100%;
    border: none;
    padding: 9px;
    margin: 10px 0 10px 0;
    color: white;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.4);
    outline:0;
    float: left;
  }
  .contactform img {
    width: 50%;
  }
  .contactform input[type="submit"] {
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    padding: 12px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 50%;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  .contactform ::-webkit-input-placeholder {
    font-family: 'Jost', 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;
  }

  .container {
    padding: 20px;
  }
  .desktop {
    display: none !important;
  }


  .img-area img {
    width: 100%;
  }


  .topbar {
    position: relative;
  }
  footer {
    height: auto;
  }
.amcs p {
  line-height: 20px;
}
.amcs .left {
  text-align: center;
}

.amcs .right {
  text-align: center;
}

.top-bar {
  border-bottom: 0px;
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s; 
}

  .logo {

    padding-right:50px;
    height: 55px;

    padding:0px;
    min-width: 55px;
  }
  .logo span {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 55px;
    margin: 0px;
    
    font-weight: 300;
  }
  .logo span b {
    font-weight: 700;
  }
  .logo img {
    height: 55px;
  }
}

@media (max-width: 520px) {

  

.social i {
  width: 30px;
  font-size:13px;
}
  .logo {
    text-align: left;
    left: 50px;

  }

.why {
  min-height: auto;
  height: auto;
}


.why1 {
  margin-top: 80px;
  margin-bottom:80px;
  height: auto;

}

}

@media (max-width: 380px) {
.social {  

  display: none;
}

  .contacts {
    display: none;
  }

  


} 
@media (max-width: 340px) {
.logo {
  line-height: 55px;
}
.logo img{
  width: 40%;
  height: auto;
  line-height: 40px;
}

}