@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Rubik', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  	width: 8px;
	background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  	background-color: #c1c1c1;
	border: 1px solid #fff;
}
::-moz-selection {
 	color: #fff;
 	background: #ed1c24;
}
::selection {
	color: #fff;
	background: #ed1c24;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	transition: all .3s ease-in-out;
}
a, a:hover {
	text-decoration: none;
}
b, strong {
    font-weight: 600;
}
/***************************** css *****************************/
.marquee_box {
	width: 100%;
	height: 50px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    background: #000;
	display: flex;
	align-items: center;
	padding: 10px 0;
	position: absolute;
}
.marquee {
	font-size: 30px;
    font-weight: 500;
	color: #fff;
	letter-spacing: .5px;
}
.header_fix {
    height: 100px;
    position: fixed;
    z-index: 99;
    background: #fff;
    /*margin-top: 50px;*/
    padding: 0 1.5rem 0 0;
}
.header {
	margin-top: 50px;
}
.logo img {
	width: 280px;
	float: left;
}
.screen_rotation {
	width: 35px;
}
.table thead tr th {
	font-size: 22px;
    font-weight: 600;
    padding: 8px 20px;
    background: #ed1c24;
    color: #fff;
	text-transform: uppercase;
	border: none;
}
.table thead {
	width: 74%;
	height: 80px;
	position: fixed;
	z-index: 99;
	margin-top: 100px;
}
.table thead tr th span {
	width: 100%;
	float: left;
	font-family: 'El Messiri', sans-serif;
	font-size: 25px;
}
.table tbody tr th {
	height: 100%;
	font-size: 25px;
    font-weight: 500;
    padding: 5px 20px;
	letter-spacing: .5px;
    color: #000;
	text-transform: uppercase;
	vertical-align: middle;
}
.table tbody tr td {
	height: 100%;
	font-size: 28px;
    font-weight: 500;
    padding: 5px 20px;
	letter-spacing: .5px;
    color: #000;
	text-transform: uppercase;
	vertical-align: middle;
}
.table tbody tr th span {
	font-family: 'El Messiri', sans-serif;
    font-weight: 600;
}
.table tbody tr th .flag {
	height: 50px !important;
}
.display-date {
	font-size: 18px;
    font-weight: 500;
    color: #000;
}
.display-time {
	font-size: 28px;
    font-weight: 500;
	background: #ed1c24;
    color: #fff;
	letter-spacing: 5px;
}
.title {
	font-size: 28px;
    font-weight: 500;
    color: #000;
}
.title span {
	font-family: 'El Messiri', sans-serif;
    font-weight: 600;
}
.branch {
	font-size: 20px;
    font-weight: 500;
    color: #000;
}
.branch span {
    font-weight: 400;
}
.scroll_rates {
	display: block;
	height: 1100px;
	padding-top: 180px;
  	overflow-y: hidden;
	position: relative;
}
.scroll_rates tr {
    height: 115px;
}
table thead, table tbody tr {
  	width: 100%;
  	display: table;
  	table-layout: fixed;
}
.ad {
    width: 100%;
    float: left;
    padding: 7px 0 20px 0;
	align-content: space-between;
}
.copyright {
    font-weight: 400;
    font-size: 18px;
	text-align: center;
	color: #000;
}
.copyright a {
	font-weight: 400;
    font-size: 18px;
	text-align: center;
	color: #000;
}
.copyright a:hover {
	color: #ed1c24;
}