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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone1:before {
  content: "\e90b";
}
.icon-web:before {
  content: "\e909";
}
.icon-arrow-right1:before {
  content: "\e907";
}
.icon-arrow-down:before {
  content: "\e905";
}
.icon-social-facebook:before {
  content: "\e900";
  color: #fff;
}
.icon-social-twitter:before {
  content: "\e901";
  color: #fff;
}
.icon-bx_bx-link-external:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e908";
}
.icon-arrow-left:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e904";
}
