@font-face {
    font-family: 'afroo';
    src: url('../fonts/icons/afroo.eot?v=2');
    src: url('../fonts/icons/afroo.eot?v=2') format('embedded-opentype'),
    url('../fonts/icons/afroo.ttf?v=2') format('truetype'),
    url('../fonts/icons/afroo.woff?v=2') format('woff'),
    url('../fonts/icons/afroo.svg?v=2') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="af_icon_"], [class*=" af_icon_"] {
    position: absolute;
    font: normal 14px 'afroo' !important;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.af_icon_aparat {
    font-size: 18px !important;
    top: 4px;
    left: 4px;
}

.af_icon_google {
    font-size: 22px !important;
    top: 3px;
}

.af_icon_facebook {
    font-size: 17px !important;
    top: 4px;
}

.af_icon_instagram {
    font-size: 17px !important;
    top: 4px;
}

.af_icon_telegram {
    font-size: 17px !important;
    top: 4px;
}

.af_icon_dribbble {
    font-size: 17px !important;
    top: 4px;
}

.af_icon_behance {
    font-size: 22px !important;
    top: 1px;
}

.af_icon_linkedin {
    font-size: 19px !important;
    top: 3px;
}

.af_icon_twitter {
   font-size: 18px !important;
    top: 5px;
    left: 4px;
}

.af_icon_aparat:before {
  content: "\e901";
}
.af_icon_telegram:before {
  content: "\e902";
}
.af_icon_google:before {
  content: "\ea8b";
}
.af_icon_facebook:before {
  content: "\ea90";
}
.af_icon_instagram:before {
  content: "\ea92";
}
.af_icon_dribbble:before {
  content: "\eaa7";
}
.af_icon_behance:before {
  content: "\eaa8";
}
.af_icon_linkedin:before {
  content: "\eaca";
}
.af_icon_twitter:before {
  content: "\e900";
}
