@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/BarlowCondensed-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed Medium";
  src: url("../fonts/BarlowCondensed-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
/*
** Reset & Basics
========================================================================== */
html {
  /* Vertical scroll always on */
  font-size: 100%;
}

body {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  /* Remove default margin and padding */
  margin: 0;
  padding: 0;
  /* Default text color and fonts */
  color: #fff;
  background-color: #000;
  font-size: 1rem;
  line-height: 1.25em;
  font-family: "Barlow Condensed Medium", sans-serif;
  letter-spacing: 1px;
  height: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

menu,
section,
article,
aside,
footer,
header {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: medium none;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
** Typography
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 15px;
  color: #fff;
}

body > #content > .container > h1:before {
  content: url(../img/icons/crtica_b.png);
  position: relative;
  left: 0px;
  top: 0;
  z-index: 100;
  background-color: #000;
}

body > #content > .container > h1:first-of-type {
  position: relative;
  overflow: hidden;
  width: 330px;
}

h1 {
  font-size: 32px;
  line-height: 1.25em;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 24px;
}

h2 {
  font-size: 26px;
  line-height: 1.15384615em;
  padding-top: 10px;
}

h3 {
  font-size: 22px;
  line-height: 1.13636364em;
}

h4 {
  font-size: 18px;
  line-height: 1.11111111em;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  color: #fff;
  font-weight: normal;
  margin-bottom: 7px;
  margin-top: 7px;
  font-size: 0.95rem;
}

/*
** Links
========================================================================== */
a,
a:active,
a:focus {
  color: #fff;
  text-decoration: underline;
  background: transparent;
  outline: medium none;
}

a:hover {
  color: #4e8298 !important;
}

/*
** General & Helpers
========================================================================== */
.container {
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
}

#menu li,
#lang_change li {
  display: inline-block;
}

#menu {
  padding: 10px 0;
}

#lang_change {
  padding: 10px 0;
}

.hero-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-wrap .hero-text p {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  background: #8080809c;
  line-height: 40px;
  padding: 20px 40px;
}

.highlight {
  color: #4e8298;
  font-size: 20px;
}

.wrapper-float-right {
  float: right;
  width: 600px;
  opacity: 0;
  min-height: 260px;
  font-size: 19px;
  color: #e3e3e3;
}
.wrapper-float-right p {
  font-size: 19px !important;
}

/*
** Image Container
========================================================================== */
.imageContainer {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.imageContainer .imageItem {
  display: inline-block;
  padding: 8px;
  vertical-align: top;
  font-size: 1.063rem;
}
.imageContainer .imageItem img {
  height: auto;
  width: 100%;
}

/*
** Image Floating
========================================================================== */
.imgFloatedRight,
.imageFloatedRight,
.pull-right {
  float: right;
  margin: 1px 10px;
  clear: right;
  overflow: auto;
}

.imgFloatedLeft,
.imageFloatedLeft,
img.pull-left {
  float: left;
  margin: 1px 16px;
  clear: left;
}

/*
** Image border
========================================================================== */
.classImageWithSolidBorder {
  border: 1px solid #d1d1cf !important;
  margin: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.27);
}

/*
** Content Typography
========================================================================== */
#content {
  font-size: 1.063rem;
}
#content p {
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 16px;
  color: #e3e3e3;
  font-family: "Barlow Condensed Medium", sans-serif;
}
#content ol {
  padding: 0 20px 0 40px;
}
#content ol li {
  font-size: 17px;
  padding: 0 0 8px 0 !important;
  background-size: auto;
  background: none !important;
}

#content ul li {
  font-size: 17px;
  padding: 0 0 8px 20px;
  background: url("../img/icons/bullet.jpg") 10px 1px no-repeat;
  background-size: auto;
}

/*
** FAQ
========================================================================== */
.faq_wrapper_ul {
  padding-left: 0 !important;
}
.faq_wrapper_ul > li {
  padding: 0 1rem !important;
  background: none !important;
}
.faq_wrapper_ul > li > div > p {
  padding: 0 10px;
}
.faq_wrapper_ul > li > span {
  display: block;
  width: 100%;
  padding: 10px;
  background: url("../img/icons/arrow_down.png") no-repeat;
  background-position: 98%;
  background-size: 28px 16px;
  background-color: transparent;
  border-bottom: 1px solid #fff !important;
  color: #4e8298;
}
.faq_wrapper_ul > li > span.active {
  font-weight: 700;
  background: url("../img/icons/arrow_up.png") no-repeat !important;
  background-position: 98% !important;
  background-size: 28px 16px;
  color: #fff !important;
}

/*
** Header
========================================================================== */
#header .container {
  max-width: 1500px;
}
#header .top {
  display: flex;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}
#header .top .menu_wrapper {
  margin-right: 10px;
  width: 100%;
}
#header .top .logo {
  display: flex;
  align-items: center;
}
#header .top .logo > a > img {
  width: 80%;
  height: auto;
}
#header .top .logo_2 {
  display: flex;
  align-items: center;
}
#header .top .logo_2 > img {
  width: 80%;
  height: auto;
}
#header .top #menu {
  display: flex;
}
#header .top #menu > ul {
  display: flex;
  align-items: center;
  width: 100%;
}
#header .top #menu > ul > li {
  cursor: pointer;
  font-size: 0.91rem;
  width: 17%;
  text-align: center;
  line-height: 40px;
  display: flex;
  justify-content: center;
  white-space: pre;
  position: relative;
}
#header .top #menu > ul > li:hover {
  transform: scale(1.3);
  transition: transform 0.6s ease;
}
#header .top #menu > ul > li:hover .overlay {
  width: 100%;
}
#header .top #menu > ul > li:hover > a:after {
  content: "_";
}
#header .top #menu > ul > li > a {
  display: block;
  color: #fff;
  text-decoration: none !important;
  width: 100%;
  font-size: 18px;
}
#header .top #menu > ul > li.active {
  font-weight: bold;
  white-space: pre;
}
#header .top #menu > ul > li.active > a {
  color: #4d8197;
}
#header .top #menu > ul > li.active > a:before {
  content: url(../img/icons/crtica.png);
  position: relative;
  left: -5px;
  top: 5px;
}
#header .top #menu > ul > li.active .overlay {
  width: 100%;
}
#header .top #menu > ul > li.active > a:after {
  content: "_";
}

/*
** Video Home Page
========================================================================== */
.container_home .container {
  max-width: 100% !important;
}

#footer.home_page_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
}

#header.header_home {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
}

.video-container-wrapper {
  margin: 0 auto;
  max-width: 1500px;
}
.video-container-wrapper .video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-container-wrapper .video-container .iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.container_home .video-container-wrapper {
  margin: 0 auto;
  max-width: unset !important;
}
.container_home .video-container-wrapper .video-container-home {
  display: flex;
  justify-content: center;
  position: relative;
}
.container_home .video-container-wrapper .video-container-home .iframe {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.seperator-wrapper {
  width: 3000px;
}
.seperator-wrapper .seperator1 {
  height: 2px;
  animation: rotate1 2s infinite linear;
  -webkit-animation: rotate1 2s infinite linear;
}
.seperator-wrapper .seperator2 {
  height: 2px;
  animation: rotate2 2s infinite linear;
  -webkit-animation: rotate2 2s infinite linear;
}

@keyframes rotate1 {
  from {
    background-position: -3000px;
  }
  to {
    background-position: 0px;
  }
}
@keyframes rotate2 {
  from {
    background-position: 0px;
  }
  to {
    background-position: -3000px;
  }
}
.gradient {
  background: #000;
  background: linear-gradient(to right, #000, #4e8298 80%, #000 100%);
}

/*
** Body background Animation
========================================================================== */
@keyframes gradient-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*
** Footer
========================================================================== */
#footer .container {
  height: 55px !important;
}

#footer {
  clear: both;
  background: linear-gradient(to right, #34474f 33%, #262a27, #000);
}
#footer .container {
  height: 55px;
  display: flex;
  max-width: 100% !important;
  padding: 0 30px;
}
#footer #footer-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#footer #footer-wrapper .copyright {
  color: #818c91;
  display: flex;
  align-items: center;
}
#footer #footer-wrapper .copyright > img {
  width: 55px;
  height: 30px;
}
#footer #footer-wrapper .copyright > span {
  margin-left: 10px;
}
#footer #footer-wrapper .social-icons {
  align-items: center;
  display: flex;
}
#footer #footer-wrapper .social-icons #social {
  list-style: none;
  display: flex;
}
#footer #footer-wrapper .social-icons #social > li {
  margin-right: 10px;
}
#footer #footer-wrapper .social-icons #social > li > a > span {
  display: block;
  height: 21px;
  width: 21px;
}
#footer #footer-wrapper .social-icons #social #facebook {
  background-image: url("../img/icons/instagram.png");
}
#footer #footer-wrapper .social-icons #social #youtube {
  background-image: url("../img/icons/youtube.png");
}
#footer #footer-wrapper .social-icons #social #vimeo {
  background-image: url("../img/icons/vimeo.png");
}

/*
** Burger Mobile Animation
========================================================================== */
.burger {
  display: none;
  position: relative;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.activeMenu svg {
  transform: rotate(90deg);
  position: absolute;
  right: -33px;
  transform: scale(0.5);
  top: -32px;
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.activeMenu path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.activeMenu path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.activeMenu path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.activeMenu path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.activeMenu path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.activeMenu path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.customH2 {
  clear: both;
}
.customH2 .imgFloatedLeft {
  margin-right: 45px;
}
.customH2 > span {
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid;
  background-size: auto;
  margin-top: 10px;
}
.customH2 > span::before {
  content: url(../img/icons/crtica_b.png);
  position: absolute;
  left: -25px;
}

.faq-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.faq-wrapper-1 {
  display: flex;
}

.faq-wrapper-2 {
  display: flex;
}

#scroll-btn {
  opacity: 0;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 15%;
  right: 3%;
  transition: opacity 0.5s, transform 0.5s;
  background: url(../img/icons/scroll_to_top.png) no-repeat;
  cursor: pointer;
}

#scroll-btn.show {
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

#scroll-down {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 80px;
  transition: opacity 0.5s, transform 0.5s;
  background: url(../img/icons/scroll_down.png) no-repeat;
  cursor: pointer;
}

.customH2_projects {
  position: relative;
  clear: both;
}
.customH2_projects::before {
  content: url(../img/icons/crtica_b.png);
  position: relative;
  left: -5px;
  top: 6px;
}
.customH2_projects::after {
  content: " ";
  position: absolute;
  width: 90%;
  height: 1px;
  background-color: white;
  display: inline-block;
  top: 42px;
  margin-left: 10px;
}

.wrapper-float-right {
  animation: fadeInAnimation ease 3s;
  animation-delay: 1.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-family: "Barlow Condensed", sans-serif !important;
}
.wrapper-float-right > p {
  font-family: "Barlow Condensed", sans-serif !important;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008cba;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
  z-index: 0;
  display: block;
  opacity: 0.3;
  pointer-events: none;
  transform: skew(-30deg);
}

h1 {
  white-space: pre;
  display: flex;
  align-items: center;
  opacity: 0;
}

.fadeLeftH1 {
  display: inline-block;
  width: 100%;
  transform: translateX(-100%);
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  opacity: 0;
}

h1 .fadeLeftH1 {
  animation: fadeInLeft ease-in-out 1s;
  animation-delay: 1.1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  position: relative;
  animation-fill-mode: forwards;
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeInTopMenu {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInOverlay {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.single:hover .attributes {
  cursor: pointer;
}

.single {
  overflow: hidden;
}

/*Animate attributes overlay and move it 'above'*/
.single .attributes {
  transform: translate3d(-100%, 0, 0);
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Mouse enter event */
.single.mouseenter.top .attributes {
  animation-name: slide--enter-top;
}

.single.mouseenter.right .attributes {
  animation-name: slide--enter-right;
}

.single.mouseenter.bottom .attributes {
  animation-name: slide--enter-bottom;
}

.single.mouseenter.left .attributes {
  animation-name: slide--enter-left;
}

/* Mouse leave event */
.single.mouseleave.top .attributes {
  animation-name: slide--leave-top;
}

.single.mouseleave.right .attributes {
  animation-name: slide--leave-right;
}

.single.mouseleave.bottom .attributes {
  animation-name: slide--leave-bottom;
}

.single.mouseleave.left .attributes {
  animation-name: slide--leave-left;
}

/* Sliding animations ! */
@keyframes slide--enter-top {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes slide--enter-right {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes slide--enter-bottom {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes slide--enter-left {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes slide--leave-top {
  0% {
    transform: none;
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slide--leave-right {
  0% {
    transform: none;
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slide--leave-bottom {
  0% {
    transform: none;
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slide--leave-left {
  0% {
    transform: none;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.single {
  position: relative;
  display: flex;
  margin: 1%;
  height: 100%;
}

.attributes {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  align-items: flex-end;
}

.attributes div:first-child > p {
  font-size: 22px !important;
  font-weight: bolder;
}

.attributes > div > p {
  margin: 0 0 3px 0 !important;
  padding: 0 !important;
}

.single-title {
  font-size: 20px;
}

.submenuList {
  display: flex;
  justify-content: center;
}
.submenuList > li.active > a {
  color: #4d8197;
  text-decoration: none !important;
}
.submenuList > li {
  background: none !important;
  padding-left: 23px !important;
  font-size: 20px !important;
  text-transform: uppercase;
}
.submenuList > li:after {
  content: url(../img/icons/crtica.png);
  position: relative;
  left: 11px;
  top: 5px;
}
.submenuList > li a {
  text-decoration: none !important;
  text-transform: uppercase;
}
.submenuList li:last-child:after {
  opacity: 0;
}

.clients-content-menu > div > p {
  display: flex;
  align-items: center;
  background: none !important;
}
.clients-content-menu > div > p.active::before {
  content: url(../img/icons/crtica.png);
  position: relative;
  left: -3px;
  top: -1px;
}

#local-clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#local-clients > .client-item {
  cursor: pointer;
  list-style: none;
  margin-right: 5px;
}
#local-clients > .client-item > img {
  filter: grayscale(1);
}
#local-clients > .client-item > img:hover {
  filter: grayscale(0);
  filter: none;
}

#international-clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#international-clients > .client-item {
  cursor: pointer;
  list-style: none;
  margin-right: 5px;
}
#international-clients > .client-item > img {
  filter: grayscale(1);
}
#international-clients > .client-item > img:hover {
  filter: grayscale(0);
  filter: none;
}

#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: black;
}

.faq-wrapper-1-teams {
  width: 25% !important;
  justify-content: space-around;
}

.faq-wrapper-teams {
  margin: 30px 0px 30px 0px;
}

@media only screen and (max-width: 1024px) {
  .faq-wrapper-teams {
    display: flex;
    flex-direction: column;
  }

  .faq-wrapper-1-teams {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #content {
    overflow-x: hidden;
  }
}
/*
** Breakpoints
========================================================================== */
@media screen and (max-width: 1520px) {
  .container {
    max-width: 95% !important;
  }

  #header .top #menu > ul > li {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    max-width: 90% !important;
  }
}
@media screen and (max-width: 1320px) {
  #header .top {
    justify-content: space-between;
  }
  #header .top .menu_wrapper {
    width: unset;
  }
  #header .top #menu {
    display: none;
  }
  #header .top #menu > ul {
    flex-direction: column;
  }

  .burger {
    display: block;
    text-align: center;
  }

  header .top #menu > ul > li {
    width: 50% !important;
  }
}
@media screen and (min-width: 1320px) {
  #header .top .logo,
#header .top .logo_2 {
    display: block !important;
  }
  #header .top #menu {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    background-size: 2500% 400%;
    animation: gradient-background 10s ease-in-out infinite;
  }

  #contact-form-wrap {
    flex-direction: column;
  }
  #contact-form-wrap .formWrapper {
    width: 95%;
    margin: 0 auto;
  }
  #contact-form-wrap .formWrapper input[type=text] {
    width: 100%;
  }
  #contact-form-wrap .formWrapper textarea {
    width: 100%;
  }
  #contact-form-wrap .formWrapper .submit-wrap {
    width: 100%;
  }
  #contact-form-wrap .formWrapper .form-error.has-error {
    width: 100%;
  }
  #contact-form-wrap .contactDetails {
    margin: 40px auto;
    width: 95%;
  }
}
@media only screen and (min-width: 1025px) {
  .faq-wrapper-1,
.faq-wrapper-2 {
    width: 50%;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-wrapper-1,
.faq-wrapper-2 {
    flex-direction: column;
  }

  .faq-wrapper {
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 520px) {
  .faq-wrapper {
    flex-direction: column;
  }
}
/*imgFloatedRight for mobile adjustment*/
@media only screen and (max-width: 768px) {
  .imgFloatedRight {
    width: 100%;
    height: auto;
  }

  .imgFloatedLeft {
    width: fit-content;
    height: auto;
    float: unset;
    display: block;
    margin: 1rem auto !important;
  }

  .customH2 .imgFloatedLeft {
    margin-right: 45px;
  }
  .customH2 > span {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 520px) {
  #footer {
    background: linear-gradient(#34474F, #262A27, #000);
    height: 100px;
  }
  #footer .container {
    height: unset;
    display: flex;
    max-width: 100% !important;
    padding: unset;
  }
  #footer #footer-wrapper {
    flex-direction: column;
    margin-top: 12px;
  }
  #footer #footer-wrapper .social-icons {
    justify-content: flex-end;
    margin-top: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .container_home .container #video-wrapper .video-container-wrapper {
    margin: 0 auto;
    max-width: 1500px;
  }
  .container_home .container #video-wrapper .video-container-wrapper .video-container-home {
    position: relative;
  }
}
@media screen and (max-width: 620px) {
  .wrapper-float-right {
    width: unset;
    max-width: 600px !important;
    float: none;
    font-size: 15px !important;
  }

  #scroll-down {
    transform: scale(0.7);
    right: -8%;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .clients-content-list {
    width: 100% !important;
  }

  .clients-content {
    flex-direction: column !important;
  }
  .clients-content .clients-content-menu {
    width: 100%;
  }

  #local-clients {
    display: flex;
    justify-content: center;
  }
  #local-clients > li {
    cursor: pointer;
    list-style: none;
    margin-right: 5px;
  }
  #local-clients > li > img {
    filter: grayscale(1);
  }
  #local-clients > li > img:hover {
    filter: grayscale(0);
    filter: none;
  }
}

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