@font-face {
  font-family: shabnam;
  src: url('shabnam/shabnam-fd.eot');
  src: url('shabnam/shabnam-fd.eot?#iefix') format('embedded-opentype'),
       url('shabnam/shabnam-fd.woff') format('woff'),
       url('shabnam/shabnam-fd.ttf') format('truetype');
  font-weight: normal;
}
      
@font-face {
  font-family: shabnam;
  src: url('shabnam/shabnam-bold-fd.eot');
  src: url('shabnam/shabnam-bold-fd.eot?#iefix') format('embedded-opentype'),
       url('shabnam/shabnam-bold-fd.woff') format('woff'),
       url('shabnam/shabnam-bold-fd.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: shabnam;
  src: url('shabnam/shabnam-light-fd.eot');
  src: url('shabnam/shabnam-light-fd.eot?#iefix') format('embedded-opentype'),
       url('shabnam/shabnam-light-fd.woff') format('woff'),
       url('shabnam/shabnam-light-fd.ttf') format('truetype');
  font-weight: 300;
}

html {
	font-family: shabnam, tahoma, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
    direction: rtl;
    unicode-bidi: embed;
	overflow-x: hidden;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-align: right;
	color: #494949;
	background: #f2f2f2;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

body, 
button, 
input,
select,
textarea {
    font-family: shabnam, tahoma, sans-serif;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: rgba(167, 177, 175, 1);
	font-family: shabnam, tahoma, sans-serif;
}

:-moz-placeholder {
	color: rgba(167, 177, 175, 1);
	font-family: shabnam, tahoma, sans-serif;
}

::-moz-placeholder {
	color: rgba(167, 177, 175, 1);
	font-family: shabnam, tahoma, sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(167, 177, 175, 1);
	font-family: shabnam, tahoma, sans-serif;
}

img {
	max-width: 100%;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: shabnam, tahoma, sans-serif;
	font-weight: 300;
}

select,
textarea,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="search"] {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

.button,
input[type="submit"],
input[type="button"] {
	border: 0;
	margin: 0;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[readonly="readonly"] {
    background-color: #f5f5f5;
}

.button,
input[type="submit"] {
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 15px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
	background: #b71f1f;
    border: 0;
	border-radius: 3px;
}

label {
	font-weight: 600;
}

iframe {
	border: 0;
	max-width: 100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.alignleft {
	display: inline;
	float: left;
	text-align: left;
}

.alignright {
	display: inline;
	float: right;
	text-align: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

.ltr {
    direction: ltr;
}

.transition {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/**
 * BOOTSTRAP
 */
.nav {
    padding-right: 0;
    padding-left: inherit;
}

.navbar-nav {
	padding-right: 0;
    padding-left: inherit;
}

.tooltip {
	font-size: 12px;
	font-family: shabnam, tahoma, sans-serif;
}

.dropdown-menu {
    right: 0;
    left: auto;
    float: right;
    min-width: 220px;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 600;
    color: #494949;
    text-align: right;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	-webkit-box-shadow: 0 3px 20px 0 rgba(205,205,205,0.5);
	box-shadow: 0 3px 20px 0 rgba(205,205,205,0.5);
}

.dropdown-item {
    padding: .35rem 1.5rem;
    color: #494949;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #b71f1f;
	background: transparent;
}


.h1, 
.h2, 
.h3, 
.h4, 
.h5, 
.h6, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #000;
    font-weight: 600;
    line-height: 1.5;
}

.h1,
h1 {
	font-size: 22px;
}

.h2,
h2 {
	font-size: 20px;
}

.h3,
h3 {
	font-size: 18px;
}

.h4, 
h4 {
	font-size: 16px;
}

.h5, 
h5 {
	font-size: 14px;
}

.h6, 
h6 {
	font-size: 12px;
}

.page-link {
    color: #494949;
    border: 1px solid #fafafa;
}

.page-item.disabled .page-link {
    color: #989898;
    border-color: #fafafa;
}

.page-item.active .page-link,
.page-link:hover {
    color: #fff;
    background-color: #b71f1f;
    border-color: #b71f1f;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
	text-decoration: none;
}

.btn-danger {
	color: #fff;
	background-color: #b71f1f;
	border-color: #b71f1f;
}

.btn-outline-danger {
    color: #b71f1f;
    border-color: #b71f1f;
}

.btn-outline-danger:hover,
.btn-outline-danger:not(:disabled):not(.disabled).active, 
.btn-outline-danger:not(:disabled):not(.disabled):active, 
.show>.btn-outline-danger.dropdown-toggle {
    background-color: #b71f1f;
    border-color: #b71f1f;
}

.text-danger {
    color: #b71f1f!important;
}

.text-gray {
	color: #a8a8a8!important;
}

.bg-dark {
	background: #000!important;
}

.border-none {
	border: none;
	border: 0;
}

.alert .container {
	position: relative;
}

.alert-dismissible {
    padding-right: 1.25rem;
    padding-left: 4rem;
}

.alert-dismissible .close {
    left: 0;
    right: auto;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
	color: #fff;
	border-color: #fff;
}

.dropdown-toggle::after {
    margin-right: .255em;
    margin-left: 0;
    vertical-align: middle;
}

.navbar-brand {
    font-weight: 600;
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .7rem;
		padding-left: .7rem;
	}
}

.hark-navbar {
	background: #7cb342;
}

p.text-justify {
	font-size: 14px;
	line-height: 28px;
}

.harkrangi-nav {
	width: 100%;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem auto -1rem -1rem;
}