@charset "UTF-8";

* {
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "flaticon";
  src:url("../fonts/flaticon.eot");
  src:url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/flaticon.woff") format("woff"),
    url("../fonts/flaticon.ttf") format("truetype"),
    url("../fonts/flaticon.svg#flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "flaticon";
    src: url("./flaticon.svg#flaticon") format("svg");
  }
}

[data-icon]:before {
  font-family: "flaticon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ico-"]:before,
[class*=" ico-"]:before {
  font-family: "flaticon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-huawei:before { content: "\f100"; }
.ico-medal:before { content: "\f101"; }
.ico-personal-data:before { content: "\f102"; }
.ico-padlock:before { content: "\f103"; }
.ico-shield:before { content: "\f104"; }
.ico-cloud-computing:before { content: "\f105"; }
.ico-tablet:before { content: "\f106"; }
.ico-pencil:before { content: "\f107"; }
.ico-network:before { content: "\f108"; }


.footer-menu {
  display: block;
  text-align: center;
  margin-bottom: 0px;
}

.footer-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.footer-menu ul li {
  display: inline-block;
  margin: 5px 10px;
  font-size: 16px !important;
  color: #dedede;
}

.footer-menu ul li a {
  color: #dedede;
  text-decoration: none;
}

.footer-menu ul li a:hover {
  color: #dedede;
  text-decoration: underline!important;
}

.owl-carousel {
  touch-action: none;
}



@media only screen and (max-width:1199px) {}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:767px) {
  .footer-menu ul li {
    display: block;
  }
}

@media only screen and (max-width:575px) {}

@media only screen and (max-width:479px) {}

@media only screen and (max-width:374px) {}

/* @2x Images (Pixel Ratio of 1.25+) */

@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {}

/* @3x Images (Pixel Ratio of 2.25+) */

@media only screen and (-o-min-device-pixel-ratio: 9/4),
only screen and (-webkit-min-device-pixel-ratio: 2.25),
only screen and (min-device-pixel-ratio: 2.25),
only screen and (min-resolution: 2.25dppx) {}

/* @4x Images (Pixel Ratio of 3.25+) */

@media only screen and (-o-min-device-pixel-ratio: 13/4),
only screen and (-webkit-min-device-pixel-ratio: 3.25),
only screen and (min-device-pixel-ratio: 3.25),
only screen and (min-resolution: 3.25dppx) {}