.alert {
  text-align: center;
  font-weight: bold;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.2, rgba(255, 255, 255, 0.1)), color-stop(0.2, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  background-size: 50px 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  padding: 15px;
}

.alert-success {
  background-color: #5e9b34;
  border-color: #D6E9C6;
  color: #fff;
  border-top: 0px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.alert-error {
  background-color: #BA1D1A !important;
  color: white;
  border-color: #BA1D1A;
  border-top: 0px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.alert .close {
  top: 2px;
  right: 0px;
}

.language-select-box {
  text-align: right;
  padding-right: 20px;
  padding-top: 18px;
}

@font-face {
  font-family: 'Nexa';
  src: url("../fonts/NexaLight.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url("../fonts/NexaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url("../fonts/NexaLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
body {
  background-color: #fff;
  font-family: 'Nexa';
  font-weight: 400;
  font-size: 18px;
}

a {
  color: #ffc700;
  transition: 200ms;
}

a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: none;
}

h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 54px;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.grad-box {
  padding-top: 118px;
  background: #dbdbdb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbdbdb 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  background-image: url("../img/baner.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding: 75px 0 15px 0;
  transition: 150ms;
}
header.moving {
  background-color: #DBDBDB;
  padding-top: 15px;
  padding-bottom: 0;
}

.logo-box,
.logo-box a {
  display: inline-block;
}
.logo-box .logo-element,
.logo-box a .logo-element {
  margin-top: 5px;
}

.logo {
  width: 170px;
  height: auto;
  margin-right: 25px;
}

.logo-element {
  fill: #FFCE00;
  width: 40px !important;
  height: auto;
}

nav {
  display: inline-block;
  float: right;
}
nav .menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
nav .menu li {
  display: inline-block;
}
nav .menu a {
  background-color: transparent;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid transparent;
  font-weight: 700;
  color: #000;
  font-size: 14px;
}
nav .menu a:hover {
  border-bottom: 3px solid #ffc700;
  background-color: transparent !important;
}

.content-box {
  width: 450px;
  margin: 125px auto;
}
.content-box .see-more {
  border: 1px solid #000;
}
.content-box .content {
  text-transform: uppercase;
  line-height: 36px;
}
.content-box .content strong {
  font-weight: 700;
}
.content-box h1 {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.content-box .logo-element {
  margin-top: 40px;
  margin-bottom: 40px;
}

.see-more {
  display: inline-block;
  color: #000;
  font-weight: 700;
  padding: 15px 20px;
  border: 1px solid #ededed;
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
}
.see-more:hover {
  color: #ffc700;
  border-color: #ffc700;
  fill: #ffc700;
}
.see-more .arrow {
  margin-left: 10px;
  float: right;
}

.contact {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
}
.contact:first-child {
  padding-right: 50px;
}
.contact:hover {
  color: #ffc700;
}
.contact:hover .phone path {
  fill: #ffc700;
}

.phone,
.envelope {
  width: 20px;
  margin-right: 15px;
}

.slider-box {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fff;
  /* Old browsers */
}
.slider-box .slider {
  box-shadow: 0px 0px 125px 0px rgba(219, 219, 219, 0.35);
  background-color: #fff;
}
.slider-box .slider .slide {
  display: table;
  width: 100%;
}
.slider-box .slider .slide .left-slide {
  display: table-cell;
  vertical-align: middle;
  padding-left: 70px;
  padding-right: 70px;
  width: 50%;
  background-color: #fff;
}
.slider-box .slider .slide .left-slide h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
}
.slider-box .slider .slide .left-slide p {
  font-family: Lora;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
}
.slider-box .slider .slide .left-slide .logo-element {
  margin-top: 40px;
  margin-bottom: 40px;
}
.slider-box .slider .slide .right-slide {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.owl-dots {
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  width: 50px;
  right: -25px;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 200px;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.owl-dots .owl-dot {
  margin-left: auto;
  margin-right: auto;
  width: 10px;
  height: 10px;
  background: #ededed;
  border-radius: 140px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.owl-dots .owl-dot.active {
  background-color: #ffc700;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 199, 0, 0.25);
  -moz-box-shadow: 0px 0px 0px 5px rgba(255, 199, 0, 0.25);
  box-shadow: 0px 0px 0px 5px rgba(255, 199, 0, 0.25);
}

.small-head {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.small-head:before {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #f6f6f6;
  top: 7px;
  width: 200px;
  right: 55%;
  margin-right: 15px;
}
.small-head:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #f6f6f6;
  top: 7px;
  width: 200px;
  left: 55%;
  margin-left: 15px;
}
.small-head span {
  display: inline-block;
  position: relative;
}

.portfolio .group-tabs {
  padding-left: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.portfolio .group-tabs .portfolio-tab {
  width: 45px;
  text-align: center;
}
.portfolio .group-tabs .portfolio-tab a {
  display: inline-block;
}
.portfolio .group-tabs .portfolio-tab h4 {
  margin-top: 25px;
  font-weight: 700;
  transition: 200ms;
  color: #000;
  opacity: 0.4;
}
.portfolio .group-tabs .portfolio-tab .logo-element {
  transition: 200ms;
  fill: #f6f6f6;
}
.portfolio .group-tabs .portfolio-tab:hover .logo-element {
  fill: #FFCE00;
}
.portfolio .group-tabs .portfolio-tab:hover h4 {
  opacity: 1;
}
.portfolio .group-tabs .portfolio-tab.active .logo-element {
  fill: #FFCE00;
}
.portfolio .group-tabs .portfolio-tab.active h4 {
  opacity: 1;
}
.portfolio .tab-header {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  margin: 0;
  font-weight: 700;
}
.portfolio .panel-group .panel {
  box-shadow: none;
}
.portfolio .tab-pane {
  margin-top: 95px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.portfolio .logo-element {
  margin-top: 40px;
  margin-bottom: 40px;
}
.portfolio p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.time-line {
  height: 5px;
  border-top: 3px solid #f6f6f6;
  position: absolute;
  padding-left: 10px;
  width: 97%;
  z-index: -1;
  margin: 0;
  top: 5px;
  margin-left: 5px;
}

.portfolio {
  box-shadow: 0px 0px 125px 0px rgba(219, 219, 219, 0.35);
}

.team {
  position: relative;
}

.team-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 90px;
}
.team-container .team-box {
  transition: background-image 0.1s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  height: 325px;
  position: relative;
  display: inline-block;
  width: 19%;
  margin-bottom: 30px;
  margin-right: 1%;
}
.team-container .team-box.placeholder {
  background-image: url(../img/placeholder.jpg);
}
.team-container .team-box:hover {
  cursor: pointer;
}
.team-container .team-box .member {
  visibility: hidden;
  position: absolute;
  transition: 100ms;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.team-container .team-box:hover .member {
  visibility: visible;
}

footer {
  position: relative;
  background-color: #dbdbdb;
  padding-top: 100px;
  padding-bottom: 100px;
}
footer .footer-bottom {
  padding-top: 50px;
}
footer .footer-bottom .contact-info {
  float: right;
}
footer .footer-top {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
  clear: both;
  position: relative;
}
footer .footer-top nav {
  float: right;
}
footer .footer-top .logo {
  display: inline-block;
}

.scroll-box {
  transition: 200ms;
  outline: none;
  display: block;
  text-align: center;
  -ms-transform: skewX(-30deg);
  /* IE 9 */
  -webkit-transform: skewX(-30deg);
  /* Safari */
  transform: skewX(-30deg);
  padding: 10px 55px;
  border: 10px solid #fff;
  background-color: #DBDBDB;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -33.5px;
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  /* Need a specific value to work */
  z-index: 100;
}

.scroll-box:hover {
  outline: none;
  background-color: #ffc700;
}

.scroll-top {
  display: inline-block;
  -ms-transform: skewX(30deg) rotate(270deg);
  /* IE 9 */
  -webkit-transform: skewX(30deg) rotate(270deg);
  /* Safari */
  transform: skewX(30deg) rotate(270deg);
}

.modal-header {
  border-bottom: none;
  padding: 0;
}

.modal-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.modal-body {
  background-color: #000;
  color: #dbdbdb;
  background-repeat: no-repeat;
  padding: 45px;
  font-size: 16px;
}
.modal-body .close {
  opacity: .7;
  color: #dbdbdb;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 100;
}

.modal-content {
  border-radius: 0;
}

@media (min-width: 720px) {
  .modal-dialog {
    max-width: 100%;
    width: 800px;
    margin: 10% auto;
  }
}
.cookiesNavMessage {
  position: fixed;
  width: 100%;
  bottom: 0;
  border: 1px solid #000;
  background-image: none;
  background-color: #dbdbdb;
  color: #000;
  z-index: 1000;
  border-top: #000;
}
.cookiesNavMessage .btn {
  display: inline-block;
  color: #000;
  font-weight: 700;
  padding: 5px 10px;
  border: 1px solid #ededed;
  background-color: #fff;
  box-shadow: none;
}
.cookiesNavMessage .btn:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}

@media (max-width: 1199px) {
  .portfolio .tab-pane {
    width: 70%;
  }

  .team-container .team-box {
    height: 269px;
  }

  .time-line {
    width: 95%;
  }
}
@media (max-width: 991px) {
  .time-line {
    width: 90%;
  }

  footer {
    padding-top: 70px;
  }
  footer .footer-bottom {
    text-align: center;
  }
  footer .footer-bottom .contact-info {
    padding-top: 50px;
    float: none;
  }

  footer .footer-top {
    padding-bottom: 30px;
    text-align: center;
  }
  footer .footer-top .logo {
    display: none;
  }
  footer .footer-top nav {
    float: none;
  }

  .owl-dots {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: auto;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-container .team-box {
    height: 207px;
  }

  .slider-box .slider .slide {
    display: block;
  }
  .slider-box .slider .slide .left-slide {
    width: 100%;
    display: block;
    padding: 40px;
  }
  .slider-box .slider .slide .right-slide {
    display: none;
  }
}
@media (max-width: 768px) {
  header {
    padding-top: 25px;
  }
  header .logo-box {
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }

  nav {
    float: none;
    display: block;
  }
  nav .menu {
    text-align: center;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .portfolio p {
    text-align: center;
  }
  .portfolio .tab-pane {
    width: 100%;
  }
  .portfolio .tab-header {
    font-size: 18px;
  }
  .portfolio .header-group {
    text-align: center;
  }
  .portfolio .header-group .logo-element {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  body {
    font-size: 16px;
  }

  .small-head:before {
    right: 60%;
  }

  .small-head:after {
    left: 60%;
  }

  .team-container .team-box {
    width: 160px;
    height: 235px;
  }

  .head-section {
    padding-bottom: 50px;
  }

  .small-head {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 650px) {
  .portfolio .tab-pane {
    margin-top: 30px;
  }
  .portfolio .group-tabs {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .portfolio .group-tabs .portfolio-tab {
    width: 60px;
    padding-bottom: 20px;
  }

  .time-line {
    display: none;
  }

  .team-container .team-box {
    width: 45vw;
    height: 66vw;
  }
}
@media (max-width: 480px) {
  .slider-box .slider .slide .left-slide {
    text-align: center;
    padding: 15px;
  }
  .slider-box .slider .slide .left-slide h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .slider-box .slider .slide .left-slide .logo-element {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-box {
    width: 100%;
    margin: 75px auto;
    text-align: center;
  }
  .content-box h1 {
    font-size: 32px;
  }
  .content-box .content {
    line-height: 28px;
  }

  .contact {
    display: block;
  }
  .contact:first-child {
    margin-bottom: 25px;
    padding-right: 0;
  }

  .team-container team-box .member {
    left: 5px;
  }
}
@media (max-width: 430px) {
  .small-head:after,
  .small-head:before {
    display: none;
  }

  .team-container .member {
    left: 5px;
    font-size: 14px;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 1090;
  /* makes sure it stays on top */
  text-align: center;
}

#preloader .logo {
  width: 200px;
}

#status {
  width: 108px;
  height: 108px;
  position: absolute;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* is width and height divided by two */
}

svg {
  width: 40px;
}

.tab-link {
  color: #000;
}

.tab-link:hover {
  color: #ffc700;
}

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