/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Medium devices (iPhone X landscape) */
/* Medium devices (iPad (Mini) portrait) */
/* Medium devices (iPad landscape) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
body {
  color: #58585a;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}

.main-site {
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/back-home.png");
}

.start-content h1 {
  text-align: center;
  font-size: 40px;
  color: #58585a;
  margin: 0px;
  padding: 60px 0px 0px;
  font-family: "Rajdhani", sans-serif;
}

@media (min-width: 1290px) {
  .container {
    width: 1280px;
    max-width: 1280px;
  }
}
@media (min-width: 1150px) {
  .container {
    width: 1280px;
    max-width: 1280px;
  }
}
.site {
  overflow-x: hidden;
}

.tempcontent {
  padding: 50px;
  text-align: center;
  font-size: 24px;
}

p, a, li {
  color: #58585a;
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  line-height: 29px;
  font-weight: 400;
}

a {
  color: #829c21;
}

a:hover {
  color: #ae6717;
  text-decoration: none;
}

a:visited {
  color: #829c21;
}

a:focus {
  color: #ae6717;
  outline: none;
}

*:focus {
  outline: none;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1 {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #58585a;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0px;
  margin: 20px 0;
}

h2 {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #58585a;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0px;
  margin: 20px 0;
}

h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #829c21;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
}

.form-control {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
}

.btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.btn-default {
  position: relative;
  background-color: #ffffff;
  border: solid 2px #829c21;
  color: #58585a;
  padding: 8px 20px 8px 20px;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  transition: all 0.5s ease;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  background-color: #ffffff;
  border: solid 2px #829c21;
  color: #58585a;
  padding: 8px 20px 8px 20px;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}
.btn-default:hover {
  background-color: #ffffff;
  border: solid 2px #ae6717;
  color: #ae6717;
  padding: 8px 20px 8px 20px;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}

.btn-callmeback {
  position: relative;
  background-color: #829c21;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-callmeback:visited, .btn-callmeback.active, .btn-callmeback.focus, .btn-callmeback:active, .btn-callmeback:focus {
  background-color: #829c21;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-callmeback:hover {
  background-color: #ae6717;
  border: solid 2px #ffffff;
  color: #ffffff;
}

.btn-inverse {
  position: relative;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #829c21;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-inverse:visited, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #829c21;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-inverse:hover {
  background-color: #ae6717;
  border: solid 1px #ae6717;
  color: #ffffff;
}

.btn-base {
  position: relative;
  background-color: #ffffff;
  border: solid 2px #829c21;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #829c21;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-base:visited, .btn-base.active, .btn-base.focus, .btn-base:active, .btn-base:focus {
  background-color: #ffffff;
  border: solid 2px #829c21;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #829c21;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-base:hover {
  background-color: #ae6717;
  border: solid 2px #ae6717;
  color: #ffffff;
}

.btn-slider {
  position: relative;
  background-color: transparent;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
}
.btn-slider:visited, .btn-slider.active, .btn-slider.focus, .btn-slider:active, .btn-slider:focus {
  background-color: transparent;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-slider:hover {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  color: #829c21;
}

.btn-white {
  position: relative;
  background-color: #000000;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  transition: all 0.5s ease;
}
.btn-white:visited, .btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus {
  background-color: #000000;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
.btn-white:hover {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #000000;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.btn-grey {
  position: relative;
  background-color: #a7a7a7;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  transition: all 0.5s ease;
}
.btn-grey:visited, .btn-grey.active, .btn-grey.focus, .btn-grey:active, .btn-grey:focus {
  background-color: #a7a7a7;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
.btn-grey:hover {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #a7a7a7;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.btn-project-black {
  position: relative;
  background-color: #829c21;
  border: solid 2px #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #000000;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  transition: all 0.5s ease;
}
.btn-project-black:visited, .btn-project-black.active, .btn-project-black.focus, .btn-project-black:active, .btn-project-black:focus {
  background-color: #829c21;
  border: solid 2px #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #000000;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
.btn-project-black:hover {
  background-color: #000000;
  border: solid 2px #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #829c21;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.btn-project-grey {
  position: relative;
  background-color: #829c21;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  transition: all 0.5s ease;
}
.btn-project-grey:visited, .btn-project-grey.active, .btn-project-grey.focus, .btn-project-grey:active, .btn-project-grey:focus {
  background-color: #829c21;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
.btn-project-grey:hover {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #829c21;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

button:focus {
  outline: none;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
@media only screen and (max-width: 812px) and (orientation: portrait) {
  .site {
    overflow-x: hidden;
  }

  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }

  .main-site {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/small-back.png");
  }

  .start-content h1 {
    text-align: center;
    font-size: 40px;
    color: #58585a;
    margin: 0px;
    padding: 60px 0px 0px;
    font-family: "Rajdhani", sans-serif;
  }
}
.header .logo-holder {
  position: absolute;
  z-index: 50;
  left: calc(50% - 68px);
  top: 0px;
  width: 136px;
}
.header .logo-holder img {
  max-width: 136px;
}
.header .top-bar {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 61;
  width: 100px;
  text-align: right;
}
.header .top-bar a {
  color: #58585a;
}
.header .top-bar .fa-mobile-alt {
  font-size: 30px;
}
.header .top-bar .fa-envelope {
  margin-left: 15px;
  font-size: 30px;
}
.header .top-bar .pipe {
  display: none;
}

/* Small devices (iPhone 6/7/8 + plus Landscape)*/
@media only screen and (min-width: 569px) {
  .header .top-bar {
    top: 37px;
  }
}
/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Medium devices (iPhone X landscape) */
@media only screen and (min-width: 768px) {
  .header .top-bar {
    position: absolute;
    right: 0px;
    top: 37px;
    z-index: 61;
    width: 120px;
    text-align: right;
    margin-top: auto;
  }
  .header .top-bar a {
    color: #58585a;
  }
  .header .top-bar .fa-mobile-alt {
    font-size: 30px;
  }
  .header .top-bar .fa-envelope {
    margin-left: 15px;
    font-size: 30px;
  }
  .header .top-bar .top-hide {
    display: none !important;
  }
}
/* Medium devices (iPad (Mini) portrait) */
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header .top-bar {
    position: absolute;
    right: 0px;
    top: 37px;
    z-index: 61;
    width: 120px;
    text-align: right;
    margin-top: auto;
  }
  .header .top-bar a {
    color: #58585a;
  }
  .header .top-bar .fa-mobile-alt {
    font-size: 30px;
  }
  .header .top-bar .fa-envelope {
    margin-left: 15px;
    font-size: 30px;
  }
  .header .top-bar .top-hide {
    display: none !important;
  }
}
/* Medium devices (iPad landscape) */
@media only screen and (min-width: 813px) {
  .header {
    z-index: 10;
    position: relative;
  }
  .header .logo-holder {
    position: absolute;
    z-index: 50;
    left: calc(50% - 120px);
    top: 0px;
    width: 240px;
  }
  .header .logo-holder img {
    max-width: 100%;
  }

  .small-logo .header .logo-holder {
    position: absolute;
    z-index: 50;
    left: calc(50% - 68px);
    top: 0px;
    width: 136px;
  }
  .small-logo .header .logo-holder img {
    max-width: 136px;
  }
}
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 1025px) {
  .header {
    z-index: 10;
    position: relative;
  }
  .header .top-bar {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    margin-top: 37px;
  }
  .header .top-bar .fa-mobile-alt {
    font-size: 30px;
    margin-right: 10px;
  }
  .header .top-bar .fa-envelope {
    margin-left: 15px;
    margin-right: 10px;
    font-size: 30px;
  }
  .header .top-bar .top-hide {
    display: inline-block !important;
    line-height: 20px;
    font-size: 20px;
    text-transform: lowercase;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
  }
  .header .top-bar .pipe {
    display: inline-block;
    width: 1px;
    background-color: #58585a;
    height: 20px;
    margin-left: 15px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
.navbar-toggler {
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 60;
}
.navbar-toggler .fa-bars {
  font-size: 40px;
  color: #ae6717;
}

.navigation-holder {
  height: 70px;
  width: 100%;
  margin: 35px 0 0 0px;
  padding: 0px;
}
.navigation-holder .navbar {
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
}
.navigation-holder .navbar .navbar-default {
  margin-left: -15px;
  background-color: #ae6717;
  z-index: 70;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
}
.navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link {
  color: #ffffff;
  border-right: none;
  padding: 10px;
  margin: 0px;
  line-height: 20px;
  font-size: 20px;
  text-transform: lowercase;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
}
.navigation-holder .navbar .navbar-default .navbar-nav > li:hover {
  background-color: #ffffff;
}
.navigation-holder .navbar .navbar-default .navbar-nav > li:hover > a.nav-link {
  color: #ae6717;
  border-right: none;
}

/* Small devices (iPhone 6/7/8 + plus Landscape)*/
@media only screen and (min-width: 569px) {
  .main-header {
    max-width: 100%;
  }

  .navbar-toggler {
    display: none;
  }

  .navigation-holder {
    height: auto;
    margin-top: 0px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
  .navigation-holder .navbar .navbar-default {
    margin-left: -15px;
    background-color: transparent;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li {
    background-color: transparent;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link {
    color: #58585a;
    padding: 0px 7px;
    border-right: solid 1px #58585a;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link:hover {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link:focus {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li.last a.nav-link {
    border-right: none;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > .active > a.nav-link {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > .active > a.nav-link:hover {
    color: #829c21;
  }
}
/* Medium devices (iPhone X landscape) */
@media only screen and (min-width: 768px) {
  .navigation-holder {
    height: auto;
    margin-top: 0px;
    padding-right: 40px;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link {
    color: #58585a;
    padding: 0px 10px;
    border-right: solid 1px #58585a;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link:hover {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link:focus {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li.last a.nav-link {
    border-right: none;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > .active > a.nav-link {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > .active > a.nav-link:hover {
    color: #829c21;
  }
}
/* Medium devices (iPad (Mini) portrait) */
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .navigation-holder {
    height: auto;
    margin-top: 0px;
    padding-right: 60px;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link {
    color: #58585a;
    padding: 0px 10px;
    border-right: solid 1px #58585a;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link:hover {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link:focus {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li.last a.nav-link {
    border-right: none;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > .active > a.nav-link {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > .active > a.nav-link:hover {
    color: #829c21;
  }
}
/* Medium devices (iPad landscape) */
@media only screen and (min-width: 813px) {
  .navigation-holder {
    height: auto;
    margin-top: 0px;
    padding-right: 100px;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link {
    color: #58585a;
    padding: 0px 20px;
    border-right: solid 1px #58585a;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link:hover {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link:focus {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li.last a.nav-link {
    border-right: none;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > .active > a.nav-link {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > .active > a.nav-link:hover {
    color: #829c21;
  }
}
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 1025px) {
  .navigation-holder {
    height: auto;
    margin-top: 0px;
    padding-right: 120px;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link {
    color: #58585a;
    padding: 0px 30px;
    border-right: solid 1px #58585a;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link:hover {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link:focus {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li:hover {
    background-color: #ffffff;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li:hover > a.nav-link {
    color: #ae6717;
    border-right: solid 1px #58585a;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li.last a.nav-link {
    border-right: none;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > .active > a.nav-link {
    color: #ae6717;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > .active > a.nav-link:hover {
    color: #829c21;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
.footer {
  position: relative;
}
.footer .footer-image {
  -webkit-background-size: cover;
  background-size: cover;
  padding: 15px;
}
.footer .footer-image .footer-banner {
  display: none;
}
.footer .footer-address {
  padding: 20px;
  position: relative;
  background-color: #ffffff;
  margin: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.65);
}
.footer .footer-address h3 {
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #58585a;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .footer-address .footer1 {
  color: #58585a;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.footer .footer-address .footer1 a {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #58585a;
}
.footer .footer-address .footer1 a.email-link {
  color: #ae6717;
}
.footer .footer-address .footer2 {
  margin-top: 40px;
  color: #58585a;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Medium devices (iPhone X landscape) */
/* Medium devices (iPad (Mini) portrait) */
/* Medium devices (iPad landscape) */
@media only screen and (min-width: 813px) {
  .footer .footer-image {
    padding: 15px;
  }
  .footer .footer-image .footer-banner {
    display: block;
  }
  .footer .footer-address {
    padding: 20px;
    position: absolute;
    z-index: 50;
    left: calc(50% - 215px);
    top: 20px;
    background-color: #ffffff;
    text-align: center;
  }
}
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 1025px) {
  .footer .footer-address {
    padding: 40px;
    top: 80px;
  }
  .footer .footer-address .footer1 {
    font-size: 24px;
    line-height: 29px;
  }
  .footer .footer-address .footer1 a {
    font-size: 24px;
    line-height: 29px;
  }
  .footer .footer-address .footer2 {
    font-size: 24px;
    line-height: 29px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
.banner-container .banner-slide {
  background-image: url("../img/header_mobile.jpg");
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  height: 375px;
}
.banner-container .banner-slide .banner-holder {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 100%;
}
.banner-container .banner-slide .banner-holder .slider-text {
  width: 100%;
}
.banner-container .banner-slide .banner-holder .slider-text .slider-title {
  margin-top: 50px;
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.8);
  padding: 0px;
}
.banner-container .banner-slide .banner-holder .slider-text .slider-content {
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.8);
  padding: 0px;
}
.banner-container .arrow-container {
  position: relative;
}
.banner-container .arrow-container .button-prev {
  position: absolute;
  top: -50px;
  left: 95px;
  z-index: 10;
  width: 50px;
  height: 18px;
}
.banner-container .arrow-container .button-next {
  position: absolute;
  top: -50px;
  left: 140px;
  z-index: 11;
  width: 50px;
  height: 18px;
}

/* Small devices (iPhone 5  Landscape)*/
@media only screen and (max-width: 568px) and (orientation: landscape) {
  .banner-container .banner-slide {
    height: 200px;
  }
}
/* Small devices (iPhone 6/7/8 + plus Landscape)*/
@media only screen and (min-width: 569px) and (max-width: 667px) {
  .banner-container .banner-slide {
    height: 200px;
    background-image: url("../img/header.jpg");
  }
}
/* Medium devices (iPhone X landscape) */
@media only screen and (min-width: 768px) {
  .banner-container .banner-slide {
    background-image: url("../img/header.jpg");
  }
}
/* Medium devices (iPad (Mini) portrait) */
/* Medium devices (iPad landscape) */
@media only screen and (min-width: 813px) {
  .banner-container .banner-slide {
    height: 560px;
  }
  .banner-container .banner-slide .banner-holder .slider-text .slider-title {
    font-size: 90px;
    line-height: 90px;
  }
  .banner-container .banner-slide .banner-holder .slider-text .slider-content {
    font-size: 90px;
    line-height: 90px;
  }
}
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.content-image {
  -webkit-background-size: cover;
  background-size: cover;
}

.content-holder {
  padding-top: 30px;
}
.content-holder h1, .content-holder h2 {
  color: #58585a;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0px;
  padding: 0 0 30px 78px;
  text-align: left;
  font-weight: 600;
  background: transparent url("../img/decor.png") no-repeat 0 5px;
}
.content-holder .groen {
  background: transparent url("../img/groen.png") no-repeat 0 2px;
  color: #829c21;
  font-size: 24px;
  line-height: 24px;
  margin: 0px;
  display: block;
  padding: 0 0 0px 30px;
}
.content-holder .steen {
  background: transparent url("../img/steen.png") no-repeat 0 2px;
  color: #58585a;
  font-size: 24px;
  line-height: 24px;
  margin: 0px;
  display: block;
  padding: 0 0 0px 30px;
}
.content-holder .hout {
  background: transparent url("../img/hout.png") no-repeat 0 2px;
  color: #ae6717;
  font-size: 24px;
  line-height: 24px;
  margin: 0px;
  display: block;
  padding: 0 0 0px 30px;
}

.wide-image {
  -webkit-background-size: cover;
  background-size: cover;
}

.content3 .content-image {
  margin-bottom: 30px;
}

.content5 .content-image-left {
  margin-bottom: 30px;
}

/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Medium devices (iPhone X landscape) */
/* Medium devices (iPad (Mini) portrait) */
/* Medium devices (iPad landscape) */
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 1025px) {
  .content-holder {
    padding-top: 80px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
.latest-holder {
  background-color: #829c21;
  padding: 30px;
}
.latest-holder .project-image {
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 20px;
}
.latest-holder .project-image:hover {
  transform: scale(1.02);
}
.latest-holder .project-header {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
.latest-holder .project-more {
  text-align: center;
}
.latest-holder a .project-city, .latest-holder a .project-title {
  color: #ffffff;
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  text-align: center;
}
.latest-holder a:hover .project-city, .latest-holder a:hover .project-title {
  color: #ae6717;
}
.latest-holder .project-city {
  margin-bottom: 30px;
}

.project-holder h1 {
  margin-top: 80px;
}
.project-holder .project-image {
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 20px;
}
.project-holder .project-image:hover {
  transform: scale(1.02);
}
.project-holder .project-header {
  text-align: center;
  font-size: 30px;
  color: #58585a;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
.project-holder .project-more {
  text-align: center;
}
.project-holder a .project-city, .project-holder a .project-title {
  color: #58585a;
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  text-align: center;
}
.project-holder a:hover .project-city, .project-holder a:hover .project-title {
  color: #ae6717;
}
.project-holder .project-city {
  margin-bottom: 30px;
}

.project-detail h1 {
  margin-top: 80px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.project-detail h2 {
  margin-top: 0px;
  padding-top: 0px;
}

.gallery-holder a.thumbnail {
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}

.project-navigation {
  margin-top: 30px;
  margin-bottom: 30px;
}
.project-navigation a {
  color: #ae6717;
  font-size: 22px;
}
.project-navigation a .pprev {
  margin-right: 10px;
}
.project-navigation a .pnext {
  margin-left: 10px;
}

/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Medium devices (iPhone X landscape) */
/* Medium devices (iPad (Mini) portrait) */
/* Medium devices (iPad landscape) */
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 1025px) {
  .latest-holder {
    background-color: #829c21;
    padding: 80px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
.pagination {
  margin-top: 30px;
}
.pagination a {
  color: #58585a;
}
.pagination .page-item.active .page-link {
  background-color: #ae6717;
  border-color: #ae6717;
}

#cookit {
  position: fixed;
  width: 100%;
  bottom: 0;
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  grid-template-areas: ". container . ";
  z-index: 9999999;
  background-color: #ffffff;
}

#cookit #cookit-container {
  grid-area: container;
  display: flex;
  font-size: 13px;
  gap: 30px;
  padding: 10px 50px;
  align-items: center;
}

#cookit #cookit-container p {
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  padding: 0;
}

#cookit #cookit-container a {
  text-decoration: none;
  display: inline-flex;
  padding: 5px 20px;
  font-size: 13px;
}

#cookit #cookit-container a:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 1279px) {
  #cookit {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
    grid-template-rows: 1fr;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #cookit {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
  }

  #cookit #cookit-container {
    flex-direction: column;
    padding: 15px 0;
  }
}

/*# sourceMappingURL=all.css.map */
