@charset "UTF-8";
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-regular,
.icon-joomla,
[class*="\ icon-"],
[class^="icon-"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-variant: normal;
  text-rendering: auto;
  font-style: normal;
  line-height: 1;
}
.fa-regular:before,
.fa:before,
.icon-joomla:before,
[class*="\ icon-"]:before,
[class^="icon-"]:before {
  content: var(--fa);
}
.fa-regular,
[class*="\ icon-"],
[class^="icon-"] {
  font-family: "Font Awesome 6 Free";
}
.icon-joomla {
  font-family: "Font Awesome 6 Brands";
}
.icon-joomla,
[class*="\ icon-"],
[class^="icon-"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw,
.icon-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul,
.icon-ul {
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
  list-style-type: none;
}
.fa-ul > li,
.icon-ul > li {
  position: relative;
}
.fa-li,
.icon-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
  position: absolute;
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  24%,
  8% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  to {
    transform: rotate(0);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.fa-0 {
  --fa: "0";
}
.fa-1 {
  --fa: "1";
}
.fa-2 {
  --fa: "2";
}
.fa-3 {
  --fa: "3";
}
.fa-4 {
  --fa: "4";
}
.fa-5 {
  --fa: "5";
}
.fa-6 {
  --fa: "6";
}
.fa-7 {
  --fa: "7";
}
.fa-8 {
  --fa: "8";
}
.fa-9 {
  --fa: "9";
}
.fa-at {
  --fa: "@";
}
.fa-text-height {
  --fa: "";
}
.fa-message {
  --fa: "";
}
.fa-icons {
  --fa: "";
}
.fa-bars {
  --fa: "";
}
.fa-people-group {
  --fa: "";
}
.fa-header {
  --fa: "";
}
.fa-i {
  --fa: "I";
}
.fa-v {
  --fa: "V";
}
.fa-g {
  --fa: "G";
}
.fa-align-justify {
  --fa: "";
}
.fa-e {
  --fa: "E";
}
.fa-key {
  --fa: "";
}
.fa-c {
  --fa: "C";
}
.fa-cancel {
  --fa: "";
}
.fa-weight,
.fa-weight-scale {
  --fa: "";
}
.fa-toggle-on {
  --fa: "";
}
.fa-image {
  --fa: "";
}
.fa-children {
  --fa: "";
}
.fa-a {
  --fa: "A";
}
.fa-p {
  --fa: "P";
}
.fa-ad {
  --fa: "";
}
.fa-f {
  --fa: "F";
}
.fa-h {
  --fa: "H";
}
.fa-mobile-alt {
  --fa: "";
}
.fa-volume-high {
  --fa: "";
}
.fa-location {
  --fa: "";
}
.fa-text-width {
  --fa: "";
}
.fa-align-left {
  --fa: "";
}
.fa-female {
  --fa: "";
}
.fa-business-time {
  --fa: "";
}
.fa-child {
  --fa: "";
}
.fa-s {
  --fa: "S";
}
.fa-diagram-next {
  --fa: "";
}
.fa-images {
  --fa: "";
}
.fa-download {
  --fa: "";
}
.fa-mobile {
  --fa: "";
}
.fa-align-center {
  --fa: "";
}
.fa-home,
.fa-home-alt {
  --fa: "";
}
.fa-b {
  --fa: "B";
}
.fa-section {
  --fa: "";
}
.fa-chain,
.fa-link {
  --fa: "";
}
.fa-play {
  --fa: "";
}
.fa-font {
  --fa: "";
}
.fa-diagram-project,
.fa-project-diagram {
  --fa: "";
}
.fa-copy {
  --fa: "";
}
.fa-expand {
  --fa: "";
}
.fa-close {
  --fa: "";
}
.fa-copyright {
  --fa: "";
}
.fa-display {
  --fa: "";
}
.fa-building {
  --fa: "";
}
.fa-expand-alt {
  --fa: "";
}
.fa-warning {
  --fa: "";
}
.fa-x {
  --fa: "X";
}
.fa-university {
  --fa: "";
}
.fa-d {
  --fa: "D";
}
.fa-video {
  --fa: "";
}
.fa.fa-close {
  --fa: "";
}
.fa.fa-home {
  --fa: "";
}
.fa.fa-image {
  --fa: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-expand {
  --fa: "";
}
.fa.fa-warning {
  --fa: "";
}
.fa.fa-group {
  --fa: "";
}
.fa.fa-chain {
  --fa: "";
}
.fa.fa-mobile {
  --fa: "";
}
.fa.fa-css3,
.fa.fa-html5 {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-youtube {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-youtube-play {
  --fa: "";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-toggle-left {
  --fa: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-joomla {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-support {
  --fa: "";
}
.fa.fa-header {
  --fa: "";
}
.fa.fa-copyright {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa.fa-medium {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-500px {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-edge {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-fa {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa.fa-fa {
  --fa: "";
}
.fa.fa-s15 {
  --fa: "";
}
:host,
:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://e2impart.nri.org/media/vendor/fontawesome-free/webfonts/fa-regular-400.woff2?v=896727)
      format("woff2"),
    url(https://e2impart.nri.org/media/vendor/fontawesome-free/webfonts/fa-regular-400.ttf?v=262525)
      format("truetype");
}
.fa-regular {
  font-weight: 400;
}
:host,
:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://e2impart.nri.org/media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2?v=4a6591)
      format("woff2"),
    url(https://e2impart.nri.org/media/vendor/fontawesome-free/webfonts/fa-solid-900.ttf?v=269f97)
      format("truetype");
}
[class*="\ icon-"],
[class^="icon-"] {
  font-weight: 900;
}
:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://e2impart.nri.org/media/vendor/fontawesome-free/webfonts/fa-brands-400.woff2?v=cbcf42)
      format("woff2"),
    url(https://e2impart.nri.org/media/vendor/fontawesome-free/webfonts/fa-brands-400.ttf?v=15d54d)
      format("truetype");
}
.icon-joomla {
  font-weight: 400;
}
.fa-css3-alt {
  --fa: "";
}
.fa-edge {
  --fa: "";
}
.fa-meta {
  --fa: "";
}
.fa-css {
  --fa: "";
}
.fa-500px {
  --fa: "";
}
.fa-page4 {
  --fa: "";
}
.fa-bootstrap {
  --fa: "";
}
.fa-42-group {
  --fa: "";
}
.fa-d-and-d {
  --fa: "";
}
.fa-html5 {
  --fa: "";
}
.fa-css3 {
  --fa: "";
}
.fa-js {
  --fa: "";
}
.fa-youtube {
  --fa: "";
}
.fa-edge-legacy {
  --fa: "";
}
.fa-medium {
  --fa: "";
}
.fa-joomla {
  --fa: "";
}
[class*="\ icon-"],
[class^="icon-"] {
  speak: none;
}
.icon-joomla:before {
  content: "";
}
.icon-align-justify:before {
  content: "";
}
.icon-bars:before {
  content: "";
}
.icon-cancel-2:before {
  content: "";
}
.icon-cancel:before {
  content: "";
}
.icon-copy:before {
  content: "";
}
.icon-credit-2:before,
.icon-credit:before {
  content: "";
}
.icon-default:before {
  content: "";
}
.icon-download:before {
  content: "";
}
.icon-error:before {
  content: "!";
}
.icon-expand-2:before {
  content: "";
}
.icon-expand:before {
  content: "";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "";
}
.icon-grid-view:before,
.icon-grid:before {
  content: "";
}
.icon-health:before {
  content: "";
}
.icon-help:before {
  content: "?";
}
.icon-home-2:before,
.icon-home:before {
  content: "";
}
.icon-image:before,
.icon-images:before {
  content: "";
}
.icon-key:before {
  content: "";
}
.icon-link:before {
  content: "";
}
.icon-location:before {
  content: "";
}
.icon-menu-2:before {
  content: "";
}
.icon-menu-3:before {
  content: "";
}
.icon-menu:before {
  content: "";
}
.icon-mobile:before {
  content: "";
}
.icon-new:before {
  content: "+";
}
.icon-next:before {
  content: "";
}
.icon-ok:before {
  content: "";
}
.icon-open:before {
  content: "";
}
.icon-options:before {
  content: "";
}
.icon-play-2:before {
  content: "";
}
.icon-play:before {
  content: "";
}
.icon-previous:before {
  content: "";
}
.icon-project-diagram:before {
  content: "";
}
.icon-support:before {
  content: "";
}
.icon-text-width:before {
  content: "";
}
.icon-toggle-on:before {
  content: "";
}
.icon-video-2:before {
  content: "";
}
.icon-video:before {
  content: "";
}
.icon-warning-2:before {
  content: "";
}
.icon-warning:before {
  content: "";
}
