header {
  background: #fff;
  padding: 0 50px;
  position: relative;
  z-index: 1000;
  height: 180px;
}
header .container {
  max-width: 1220px;
  width: 100%;
}
header .dropdown .button {
  background: transparent;
  border: none;
  color: white;
  margin-top: 20px;
  padding: 10px 20px;
  outline: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
header .dropdown .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
header .logo {
  padding: 20px 0 0;
  margin-bottom: 58px;
}
header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/headerbg.svg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
header .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header nav {
  background: #ff5925;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
header nav a {
  color: white;
  text-decoration: none;
  padding: 20px;
  font-weight: 500;
  font-size: 14px;
  width: 25%;
  text-align: center;
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.6px;
}
header nav a:hover {
  color: #ff5925;
  background: white;
  text-decoration: none;
}

.kuplio-template .section-contact {
  padding: 100px 50px;
  max-width: 1180px;
  margin: 0 auto 50px;
  text-align: center;
  background: #F8F8F8 url("../img/contactback.svg") no-repeat right bottom;
}
.kuplio-template .section-contact .item-block {
  padding-bottom: 30px;
}
.kuplio-template .section-contact h3 {
  font-size: 24px;
}
.kuplio-template .section-contact h3 b {
  display: block;
  margin-bottom: 5px;
}
.kuplio-template .section-contact p {
  font-size: 14px;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  color: #999999;
}
.kuplio-template .section-contact p b {
  font-size: 20px;
  color: #2B2930;
}
.kuplio-template .section-contact .action {
  margin-bottom: 30px;
}
.kuplio-template .section-contact .simple-link {
  font-weight: 600;
  color: #999999;
  text-decoration: none;
}
.kuplio-template .section-contact .simple-link:hover {
  color: #ff5925;
  text-decoration: underline;
}

footer .footer-sectionwide {
  max-width: 660px;
}
footer .footer-smaller {
  max-width: 274px;
  flex: 247px;
}
footer .top-footer .logo a {
  display: flex;
  flex-wrap: nowrap;
}
footer .top-footer .logo a img:first-child {
  margin-right: 50px;
}
footer .top-footer .linkedin img {
  margin-right: 30px !important;
  display: block;
}
footer .top-footer a:hover img {
  filter: invert(52%) sepia(87%) saturate(2479%) hue-rotate(347deg) brightness(100%) contrast(103%);
}
footer .top-footer .logo a:hover img {
  filter: none !important;
}
footer #footer-nav-1 ul {
  padding-left: 0px;
}
footer #footer-nav-1 li {
  list-style: none;
  padding-bottom: 9px;
}
footer #footer-nav-1 a {
  color: #CCCCCC;
  transition: color 0.2s ease-out;
}
footer #footer-nav-1 a img {
  margin-right: 5px;
}
footer #footer-nav-1 a:hover {
  color: #ff5925;
  text-decoration: none;
}
footer .flag-menu .content {
  border-bottom: none !important;
}
footer .copytight {
  padding-top: 10px;
}

.middle-footer ul {
  -moz-column-count: 4;
  column-count: 4;
}

@media (max-width: 767.98px) {
  header {
    height: 80px;
    padding: 0;
  }
  header .dropdown .button:after {
    display: none;
  }
  header .dropdown .dropdown-menu {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 70px !important;
    transform: translate(0, 0) !important;
  }
  .kuplio-template .section-contact {
    padding: 30px;
    margin-bottom: 0;
  }
  .section {
    text-align: left !important;
  }
  .section.section-contact p {
    text-align: left;
    max-width: 100%;
  }
  .middle-footer ul {
    -moz-column-count: 1;
    column-count: 1;
  }
  footer .footer-smaller {
    max-width: 100%;
    flex: 100%;
  }
  footer .logo img:first-of-type {
    width: 30%;
  }
  footer .logo img:last-of-type {
    width: 60%;
  }
}/*# sourceMappingURL=header.css.map */