@charset "UTF-8";

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

}

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

.cus-icon {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  vertical-align: -1px;
}

.cus-ct-logo-s:before {
  content: "\61";
}
.cus-circle-arrow-r:before {
  content: "\62";
}
.cus-circle-arrow-l:before {
  content: "\63";
}
