@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face {
	font-family: 'Museo Slab';
	src: url("../fonts/Museo_Slab_500.otf");
}

@font-face {
	font-family: 'Kohinoor';
	src: url("../fonts/KohinoorBangla.ttc");
}

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

[class^="icon-"], [class*=" icon-"] {
  /* 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-buscar:before {
  content: "\e900";
}
.icon-cluster:before {
  content: "\e901";
}
.icon-contacto:before {
  content: "\e902";
}
.icon-corazon:before {
  content: "\e903";
}
.icon-correo:before {
  content: "\e904";
}
.icon-direccion:before {
  content: "\e905";
}
.icon-escuela:before {
  content: "\e906";
}
.icon-idea:before {
  content: "\e907";
}
.icon-idioma:before {
  content: "\e908";
}
.icon-inicio:before {
  content: "\e909";
}
.icon-mundo:before {
  content: "\e90a";
}
.icon-perfil:before {
  content: "\e90b";
}
.icon-premio:before {
  content: "\e90c";
}
.icon-ranking:before {
  content: "\e90d";
}
.icon-telefono:before {
  content: "\e90e";
}
.icon-usuario:before {
  content: "\e90f";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}