﻿/* -------------------------------- */
/*              FONTS               */
/* -------------------------------- */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'),
    url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Black.woff2') format('woff2'),
    url('Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/* -------------------------------- */
/*             COLOURS              */
/* -------------------------------- */
.clr1 {
  color: #000000;
}

.clr2 {
  color: #b07429;
}

.clr3 {
  color: #efcc54;
}

.clr4 {
  color: #ffffff;
}

.clr5 {
  color: #5d5d5d;
}

.bgclr2 {
  background-color: #b07429;
}

.bgclr5 {
  background-color: #5d5d5d;
}

/* -------------------------------- */
/*            NAVIGATION            */
/* -------------------------------- */
.navbar-container {
  margin: 0px auto;
}

.navbar-default {
  border: 0px;
  padding-top: 65px;
  background-color: transparent;
}

.nav {
  float: none;
  border: 0px;
}

.navbar {
  border: 0px solid transparent;
  position: relative;
  min-height: 45px;
  margin-bottom: 0px;
}

.navbar-nav {
  width: 100%;
  margin: 0px;
  text-align: right;
}

.navbar-nav>li {
  float: none;
  margin: 0px;
  padding: 0px 10px;
  display: inline-block;
  line-height: 20px;
}

.navbar-default .navbar-nav>li>a {
  color: #000000;
  padding: 0px;
  font-size: 14px;
  margin-top: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #b07429;
  text-decoration: none;
  border-top: 1px dotted #b07429;
  border-bottom: 1px dotted #b07429;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  color: #ffffff !important;
  margin-top: 10px;
  margin-bottom: 20px;
  border-color: #efcc54;
  background-color: #efcc54;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  color: #ffffff;
  background-color: #efcc54;
}

.navbar-default .navbar-toggle .icon-bar {
  color: #ffffff !important;
  background-color: #b07429;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-collapse {
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
}

ul.navbar-nav {
  margin: 0px;
  padding: 0px !important;
}

.navbar-default .navbar-nav>li.contactbutton {
  color: #000000;
  padding: 2px 5px;
  border-radius: 5px;
  background-color: #efcc54;
}

.navbar-default .navbar-nav>li.contactbutton a:hover {
  color: #ffffff;
  text-decoration: none;
  border: 0px;
  background-color: transparent;
}

@media (max-width: 767px) {
  .navbar-container {
    margin: -45px auto 0px auto;
    position: absolute;
    z-index: 100;
    right: 0;
  }

  .navbar-default {
    margin-top: 0px;
    padding-top: 0px;
  }

  .navbar {
    border: 0px solid transparent;
    position: relative;
    margin-bottom: 0px;
    left: 0px;
  }

  .navbar-nav {
    width: 100% !important;
    margin: 0px;
    text-align: left;
  }

  .navbar-nav>li {
    width: 300px;
    float: none;
    color: #ffffff;
    display: block;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
    background-color: #b07429;
    border-top: 0px;
    border-bottom: 1px solid #efcc54
  }

  .navbar-default .navbar-nav>li>a {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 10px;
    color: #ffffff
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    color: #efcc54;
    text-align: center;
    margin: 0px;
    padding: 9px 10px 10px 10px;
    border-bottom: 0px;
  }
}


/* -------------------------------- */
/*     BASIC PAGE SETUP & FONTS     */
/* -------------------------------- */
body {
  color: #ffffff;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  font-size: 17px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

body,
html {
  height: 100%;
}

/* -------------------------------- */
/*             HEADINGS             */
/* -------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  color: #ffffff;
  margin: 10px 0px 30px 5px;
  font-size: 54px;
  text-align: center;
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  color: #efcc54;
  font-size: 22px;
  text-align: left;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h3 {
  color: #b07429;
  font-size: 26px;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  color: #efcc54;
  margin: 0px;
  padding: 20px 0px 0px 0px;
  font-size: 27px;
  text-align: left;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 0px;
}

h5 {
  color: #ffffff;
  margin: 0px;
  padding: 20px 0px 0px 0px;
  font-size: 20px;
  text-align: left;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}

/* -------------------------------- */
/*            PARAGRAPHS            */
/* -------------------------------- */
p,
ul {
  color: #000000;
}

p {
  margin: 20px 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 16px;
  text-align: justify;
  line-height: 23px;
}

.space_rgt {
  padding-right: 50px;
}

p.logo {
  margin: 5px 0px;
  text-align: left;
}

p.credits {
  color: #000000;
  margin: 10px 0px;
  font-size: 10px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
}

.ctr {
  text-align: center;
}

p.gallery {
  text-transform: uppercase;
  background-color: #efcc54;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin: 30px 10px 0px 10px;
}

/* -------------------------------- */
/*              LISTS               */
/* -------------------------------- */

ul {
  color: #efcc54;
  margin: 20px 10px 20px 10px;
  padding: 0px 10px 0px 10px;
  hyphens: auto;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 0px;
}

li {
  padding: 1px 5px 2px 5px;
  margin: 1px 5px 2px 5px;
}

hr {
  width: 160px;
  margin: 10px 0px;
  text-align: left;
  border-top: 2px solid #efcc54;
}

hr.center {
  width: 160px;
  margin: 10px auto;
  text-align: center;
  border-top: 2px solid #efcc54;
}

.fa {
  padding-right: 5px;
}

/* -------------------------------- */
/*              LINKS               */
/* -------------------------------- */
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none
}

a:link,
a:visited {
  color: #000000;
}

a:active,
a:hover {
  color: #b07429
}

.contactus a:link,
.contactus a:visited {
  color: #ffffff;
}

.contactus a:hover,
.contactus a:active {
  color: #efcc54;
}

/* buttons */
.btn-primary,
.btn-block {
  color: #ffffff;
  width: auto;
  border: 0px;
  margin: 0px auto;
  padding: 15px 20px;
  min-width: 250px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #b07429;
}

.btn-block {
  height: 220px;
  width: 220px;
  min-width: 220px;
  max-height: 220px;
  margin-bottom: 30px;
}

.btn-primary:hover,
.btn-block:hover {
  color: #000000;
  background-color: #efcc54;
}

/* -------------------------------- */
/*              IMAGES              */
/* -------------------------------- */
img {
  width: auto\9;
  /* ie8 */
  height: auto\9;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  border-style: none;
  border-color: inherit;
  border-width: 0;
}

.border {
  border: 2px solid #ffffff;
  border-radius: 10px;
}

#gallery0,
#gallery1,
#gallery2,
#gallery3,
#gallery4,
#gallery5,
#gallery6,
#gallery7,
#gallery8,
#gallery9,
#gallery10,
#gallery11,
#gallery12,
#gallery13 {
  margin: 10px auto 50px auto;
}

#gallery0 img,
#gallery1 img,
#gallery2 img,
#gallery3 img,
#gallery4 img,
#gallery5 img,
#gallery6 img,
#gallery7 img,
#gallery8 img,
#gallery9 img,
#gallery10 img,
#gallery11 img,
#gallery12 img,
#gallery13 img {
  border-radius: 5px;
  background-color: #ffffff;
}

.ug-item-wrapper img {
  border-radius: 15px !important;
}

.map {
  margin-top: 20px;
}

figcaption {
  left: 0px;
  width: auto;
  bottom: 20px;
  margin: 10px 16px 12px 17px;
  padding: 10px 15px;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  background: rgba(176, 116, 41, 0.8);
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0px 0px 0px 5px;
}

/* -------------------------------- */
/*           MAIN LAYOUT            */
/* -------------------------------- */
.container {
  clear: both;
  margin: 0px auto;
  padding: 100px 0px 80px 0px;
  max-width: 1200px;
}

.content_ctr {
  text-align: center;
}

#smlmargin .container {
  padding-top: 0px !important
}
#linkedinmargin { padding-bottom: 0px;}

#footer {
  border-top: 2px solid #ffffff;
  background-color: #efcc54;
}

#footer .container {
  padding: 5px;
}

#headcontainer {
  width: 100%;
  height: auto;
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 1000;
}

#headcontainer .container {
  padding: 0px;
}

.banner,
.banner2,
.banner3,
.banner4,
.banner6,
.banner7,
.banner8 {
  height: auto;
  margin: 0px;
  padding: 100px 0px 0px 0px;
  min-height: 450px;
  background-image: url('../images/AUI-homebanner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.banner2 {
  min-height: 300px;
  background-image: url('../images/AUI-banner2.jpg');
}

.banner3 {
  min-height: 300px;
  background-image: url('../images/AUI-banner3.jpg');
}

.banner4 {
  min-height: 300px;
  background-image: url('../images/AUI-banner4.jpg');
}

.banner6 {
  min-height: 300px;
  background-image: url('../images/AUI-banner6.jpg');
}

.banner7 {
  min-height: 300px;
  background-image: url('../images/AUI-banner7.jpg');
}

.banner8 {
  min-height: 300px;
  background-image: url('../images/AUI-banner8.jpg');
}

.bannercontent {
  padding: 150px 0px;
  text-align: center;
}

.service_block {
  margin-top: 20px;
  padding: 20px 50px 50px 50px;
  border-radius: 5px;
}

.service_block p,
.service_block h2 {
  text-align: center;
}

.contentbg,
.historyblocks {
  height: 100%;
  padding: 80px;
  background: rgb(95, 90, 85, 0.9);
}

.historyblocks {
  background: transparent;
  padding: 80px 0px
}

.homeimgblock {
  padding: 100px 0px 70px 0px;
  height: 100%
}

.homeimgblock img {
  margin-bottom: 30px;
}

.serviceimgblock img {
  margin-bottom: 30px;
}

.serviceimgblock {
  padding: 0px;
}

.contactus,
.contentstrip {
  background-color: #5f5a55
}

.lightsection {
  background-color: #5f5a55;
}

.contentstrip .container, .yellowsection .container {
  padding-bottom: 120px;
}

table {
  margin-top: 30px;
}

td {
  vertical-align: top;
  padding: 0px 2px 7px 0px;
}

.hspacebrd {
  padding-bottom: 30px;
}

.btmspace {
  margin-bottom: 30px;
}

.history {
  padding: 10px 20px;
  border-radius: 5px;
  background: rgb(95, 90, 85, 0.9);
  margin-bottom: 10px
}

/* -------------------------------- */
/*            PARALLAX             */
/* -------------------------------- */
.parallax_homeservices,
.parallax_projects,
.parallax_history {
  height: auto;
  margin: 0px auto;
  padding: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  clear: both;
}

.parallax_homeservices {
  background-image: url("../images/AUI-homeparallax.jpg")
}

.parallax_projects {
  background-image: url('../images/AUI-banner3.jpg');
}

.parallax_history {
  background-image: url('../images/history_parallax.jpg');
  margin-bottom: 2px;
}

.parallax_banner .container,
.parallax_homeservices .container,
.parallax_history .container {
  clear: both;
  margin: 0px auto;
  padding: 0px;
  max-width: 1200px;
}

/* -------------------------------- */
/*              FORMS               */
/* -------------------------------- */
form {
  margin-top: 30px;
}

input,
textarea,
select,
label {
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 8px 10px;
  font-size: 17px;
  max-width: 100%;
  margin-top: 4px;
  line-height: 18px;
  text-align: justify;
  background: #5f5a55;
  border-radius: 5px;
  width: 100%;
}

select {
  color: #ffffff
}

label {
  font-weight: normal;
}

input.submit {
  width: 100%;
  color: #000000;
  background-color: #efcc54;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px 25px;
  border: 2px solid #efcc54;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

input.submit:hover,
input.submit:active {
  color: #000000;
  background-color: #b07429;
  border: 2px solid #b07429
}

input {
  height: auto;
}

.nomore {
  display: none !important;
}

:-moz-placeholder {
  color: #dcdcdc;
}

::-moz-placeholder {
  color: #dcdcdc !important;
  opacity: 1
}

:-ms-input-placeholder {
  color: #dcdcdc;
}

::-webkit-input-placeholder {
  color: #dcdcdc;
}

#whatsapp-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* Change to left: 20px for left side */
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#whatsapp-chat img {
  width: 30px;
  height: 30px;
}




/* -------------------------------- */
/*            RESPONSIVE            */
/* -------------------------------- */
@media screen and (max-width: 1200px) {
  .bannercontent {
    padding: 80px 0px 200px 0px;
  }

  .parallax_definition .container,
  .parallax_contactus .container {
    max-width: 750px
  }

  .contentbg,
  .contentbg2 {
    padding: 50px;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 816px) {
  .morespace { padding-top: 50px;}
  h1 {
    font-size: 46px;
    line-height: 50px;
  }

  .banner {
    background-position: bottom center;
  }

  .btn {
    white-space: normal
  }

  .btn span {
    display: block
  }

  .service_block {
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
  }

  .bannercontent {
    padding: 50px 0px;
  }

  h1 {
    font-size: 40px;
    line-height: 46px;
  }

  p {
    text-align: left;
  }

  .banner,
  .banner2,
  .banner3,
  .banner4,
  .banner6,
  .banner7,
  .banner8 {
    padding: 180px 0px 0px 0px;
  }
}

@media (max-width: 480px) {
  #whatsapp-chat {
    width: 50px;
    height: 50px;
  }

  #whatsapp-chat img {
    width: 26px;
    height: 26px;
  }

#gallery0,
#gallery1,
#gallery2,
#gallery3,
#gallery4,
#gallery5,
#gallery6,
#gallery7,
#gallery8,
#gallery9 {
  margin: 10px 10px 50px 10px;
}


}