@font-face {
  font-family: "AkzidenzGroteskBQRegular";
  src: url("./fonts/AkzidenzGrotesk-Regular.woff") format("woff"), url("./fonts/AkzidenzGrotesk-Regular.otf") format("opentype");
}

@font-face {
  font-family: "AkzidenzGroteskBQLightwith";
  src: url("./fonts/AkzidenzGrotesk-Light.woff") format("woff"), url("./fonts/AkzidenzGrotesk-Light.otf") format("opentype");
}

.clear {
  width: 100%;
  height: auto;
  clear: both;
}

body {
  color: #000;
  background: #fff;
  font-family: "AkzidenzGroteskBQRegular";
}

p {
  font-weight: 300;
}

h2 {
  color: #6e6e6e;
  font-family: "AkzidenzGroteskBQRegular";
}

img {
  max-width: 100%;
  height: auto;
}

.navbar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-brand {
  padding-top: 10px;
}

.navbar-logo {
  height: 30px;
  width: auto;
}

.navbar-inverse {
  border: none;
  border-radius: 0px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar_transparent {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.navbar_transparent:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.navbar_black {
  background-color: #000;
}

@media screen and (max-width: 780px) {
  .navbar_transparent {
    background-color: #000 !important;
  }
}

.main_slider {
  padding: 0px;
  width: 100%;
}

.single_slide {
  min-height: 500px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-control {
  position: absolute;
  z-index: 998;
  top: 50%;
  width: 100%;
}

.slider-button {
  position: absolute;
}

.slider-button img {
  width: 30px;
  height: auto;
}

.prevControl {
  left: 20px;
}

.nextControl {
  right: 20px;
}

@media screen and (max-width: 780px) {
  .slider-control {
    top: 45%;
    display: none;
  }
  .slider-button {
    position: absolute;
  }
  .slider-button img {
    width: 20px;
    height: auto;
  }
}

.system-background {
  background-color: #000;
}

.system-container {
  padding-top: 100px;
  background-color: #000;
  color: #fff;
  padding: 0px;
  padding-bottom: 40px;
  padding-top: 80px;
}

.system-col-left {
  padding-top: 0px;
}

.system-col-left p {
  font-size: 20px;
}

.system-col-left h2 {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 30px;
}

.system-col-right {
  padding-right: 0px;
  text-align: right;
}

@media screen and (max-width: 780px) {
  .system-col-right {
    padding: 20px;
    text-align: center;
  }
}

.col-heading h2 {
  font-size: 30px;
}

.system-col-bottom p {
  font-size: 20px;
}

.assembly-background {
  background-color: #000;
}

.assembly-padding {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.assembly-border {
  position: relative;
  width: 100%;
  border: 1px solid #4067b1;
  padding-top: 40px;
  overflow: hidden;
}

.assembly_container {
  position: relative;
  width: 100%;
}

.animation_container {
  min-height: 550px;
}

.animation_container img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

@media screen and (max-width: 780px) {
  .animation_container {
    min-height: 200px;
  }
}

.container-assembly-bottom {
  color: #fff;
  padding-bottom: 100px;
}

.container-assembly-bottom p {
  font-size: 20px;
}

.family-container {
  padding: 0px;
  padding-top: 100px;
}

.family-container p {
  font-size: 20px;
}

.family-box-2 {
  padding: 0px;
  padding-bottom: 100px;
}

.carousel-1 img {
  margin-left: 40px;
  margin-right: 40px;
}

.family-heading {
  font-family: 'AkzidenzGroteskBQRegular';
  font-family: "AkzidenzGroteskBQRegular";
}

.customization-container {
  background-color: #000;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.customization-image img {
  width: 100%;
}

.col-customization h2 {
  font-size: 30px;
}

.col-customization p {
  font-size: 20px;
}

.col-contact p {
  font-size: 20px;
}

.col-contact a {
  color: #000;
  text-decoration: none;
}

.col-contact a:hover {
  color: #000;
  text-decoration: none;
}

/*
* New animations
*/
.trigger_container {
  position: relative;
  min-height: 400px;
  width: 100%;
}

.assembly-padding_2 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

#trigger_1 {
  min-height: 550px;
}

#trigger_1 img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.container-assembly-bottom_2 {
  position: relative;
  color: #fff;
  padding-bottom: 100px;
}

.container-assembly-bottom_2 p {
  font-size: 20px;
}

@media screen and (max-width: 780px) {
  .trigger_container {
    min-height: 250px;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  #trigger_1 {
    min-height: 250px;
  }
}

.animation_2_image_holder {
  height: 400px;
  overflow-y: hidden;
  padding: 0px;
}

.main_animation_container {
  overflow-x: hidden;
  padding: 0px;
}

.main_animation_holder {
  width: 2000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_animation_holder img {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-left: 10px;
  padding-right: 10px;
}
/*# sourceMappingURL=style.css.map */
.col-contact-3 h2{
    margin-top:0;
    font-size:20px;
    color:#000;
}
.country-name{
    text-transform:uppercase;
    display:block;
}
.col-contact-3 a{
   font-size: 16px;
}
.col-contact-3 ul{
    padding:0;
    list-style-type:none;
}
.col-contact-2{
    border-right:1px solid #000;
}