@charset "UTF-8";

/*
@font-face {
  font-family: 'poppins-bold';
  src: url('../_fonts/poppins-bold.woff2') format('woff2'),
      url('../_fonts/poppins-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'poppins-regular';
  src: url('../_fonts/poppins-regular.woff2') format('woff2'),
      url('../_fonts/poppins-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppins-black';
  src: url('../_fonts/poppins-black.woff2') format('woff2'),
      url('../_fonts/poppins-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
*/

@font-face {
  font-family: "iesolutions";
  src:url("../_fonts/iesolutions.eot");
  src:url("../_fonts/iesolutions.eot?#iefix") format("embedded-opentype"),
    url("../_fonts/iesolutions.woff") format("woff"),
    url("../_fonts/iesolutions.ttf") format("truetype"),
    url("../_fonts/iesolutions.svg#iesolutions") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "iesolutions" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "iesolutions" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bars:before {
  content: "\61";
}
.icon-close:before {
  content: "\66";
}
.icon-envelope-o:before {
  content: "\68";
}
.icon-phone:before {
  content: "\69";
}
.icon-facebook-square:before {
  content: "\6a";
}
.icon-call-square:before {
  content: "\6b";
}
.icon-envelope-square:before {
  content: "\6d";
}
.icon-arrowrthick:before {
  content: "\3e";
}
.icon-arrowlthick:before {
  content: "\6e";
}
.icon-envelope:before {
  content: "\67";
}
.icon-arrowbthick:before {
  content: "\6f";
}
.icon-facebook:before {
  content: "\62";
}
.icon-twitter:before {
  content: "\63";
}
.icon-linkedin:before {
  content: "\65";
}
.icon-paperplane:before {
  content: "\6c";
}
.icon-whatsapp:before {
  content: "\70";
}
.icon-phone24h:before {
  content: "\71";
}
.icon-googleplus:before {
  content: "\72";
}
.icon-arrtow:before {
  content: "\73";
}
.icon-map:before {
  content: "\74";
}
.icon-arrow-right:before {
  content: "\75";
}
.icon-youtube-play:before {
  content: "\64";
}