﻿    
@font-face {
    font-family: 'anekdevanagari-regular';
    src: url('/content/fonts/newfonts/anek_devanagari (english)/static/anekdevanagari-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'anekdevanagari-medium';
    src: url('/content/fonts/newfonts/anek_devanagari (english)/static/anekdevanagari-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'anekdevanagari-bold';
    src: url('/content/fonts/newfonts/anek_devanagari (english)/static/anekdevanagari-bold.ttf') format('truetype');
}
   
@font-face {
    font-family: 'tajawal-bold';
    src: url('/content/fonts/newfonts/tajwal (arabic)/tajawal-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'tajawal-regular';
    src: url('/content/fonts/newfonts/tajwal (arabic)/tajawal-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'tajawal-medium';
    src: url('/content/fonts/newfonts/tajwal (arabic)/tajawal-medium.ttf') format('truetype');
}
    
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@font-face {
  font-family: 'GothamBold';
  src: url('GothamBold/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('GothamBold/GothamBold.woff') format('woff'),
       url('GothamBold/GothamBold.ttf')  format('truetype'),
       url('GothamBold/GothamBold.svg#GothamBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamLight';
  src: url('GothamLight/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('GothamLight/Gotham-Light.woff') format('woff'),
       url('GothamLight/Gotham-Light.ttf')  format('truetype'),
       url('GothamLight/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'fontello';
    src: url('/Content/Fonts/fontello/fontello.eot?34424697');
    src: url('/Content/Fonts/fontello/fontello.eot?34424697#iefix') format('embedded-opentype'),
        url('/Content/Fonts/fontello/fontello.woff?34424697') format('woff'),
        url('/Content/Fonts/fontello/fontello.ttf?34424697') format('truetype'),
        url('/Content/Fonts/fontello/fontello.svg?34424697#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
         margin-top: 5px;
    font-size: 1.4em;
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }