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

[class^="icon-"]::before, [class*=" icon-"]::before,[class^="icon-"]::after, [class*=" icon-"]::after{
  /* 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-top:before {
  content: "\e907";
  color: #5655a3;
}
.icon-btn-arrow01:before {
  content: "\e905";
  color: rgb(255, 252, 207);
}
.icon-btn-arrow01::after {
  content: "\e906";
  margin-left: -1.2666015625em;
  color: rgb(0, 0, 0);
}
.icon-arrow:before {
  content: "\e902";
  color: #fff;
}
.icon-mail:before {
  content: "\e903";
}
.icon-public:before {
  content: "\e904";
  color: #4b4b4b;
}
.icon-txt_arrow:before {
  content: "\e900";
  color: rgb(225, 210, 121);
}
.icon-txt_arrow::after {
  content: "\e901";
  margin-left: -1.2080078125em;
  color: rgb(0, 0, 0);
}
