html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


/*
 * Noto Nastaliq Urdu (Arabic) http://www.google.com/fonts/earlyaccess
 */
@font-face {
    font-family: 'Noto Nastaliq Urdu';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/NotoNastaliqUrdu-Regular.eot');
    src: url('../Fonts/NotoNastaliqUrdu-Regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/NotoNastaliqUrdu-Regular.woff2') format('woff2'), url('../Fonts/NotoNastaliqUrdu-Regular.woff') format('woff'), url('../Fonts/NotoNastaliqUrdu-Regular.ttf') format('truetype');
}
/* harmattan-regular - latin */
/* harmattan-regular - arabic */
@font-face {
    font-family: 'Harmattan';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/harmattan-v6-arabic-regular.eot'); /* IE9 Compat Modes */
    src: local('Harmattan'), local('Harmattan-Regular'), url('../fonts/harmattan-v6-arabic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/harmattan-v6-arabic-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/harmattan-v6-arabic-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/harmattan-v6-arabic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/harmattan-v6-arabic-regular.svg#Harmattan') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/MaterialIcons-Regular.woff') format('woff'), url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: compact;
    line-height: 1;
    text-transform: none;
    /*    letter-spacing: -32px;*/
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    margin: 1px 1px 1px 1px;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

