@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: #0070BA;
}
::selection {
	color: #fff;
	background: #0070BA;
}
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 {
    width: 100%;
    height: 160px;
    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: 250px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.screen_rotation:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.screen_rotation img {
    width: 100px;
}
.screen_rotation h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.screen_rotation:hover h4 {
	color: #0070BA;
}
.table thead tr th {
	/*font-size: 30px;*/
	font-size: 19px;
    font-weight: 600;
    padding: 8px 20px;
    background: #0070BA;
    color: #fff;
	text-transform: uppercase;
	border: none;
}
.table thead {
	height: 80px;
	position: fixed;
	z-index: 99;
	border-right: 1.5rem solid #fff;
}
.table thead tr th span {
	width: 100%;
	float: left;
	font-family: 'El Messiri', sans-serif;
	/*font-size: 32px;*/
	font-size: 25px;
}
.table tbody tr th, .table tbody tr td {
	height: 100%;
	font-size: 24px;
	/*font-size: 32px;*/
    font-weight: 500;
    padding: 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 {
	width: 80px;
}
.display-date {
	font-size: 18px;
    font-weight: 500;
    color: #000;
}
.display-time {
	font-size: 28px;
    font-weight: 500;
	background: #0070BA;
    color: #fff;
	letter-spacing: 5px;
}
.title {
	font-size: 20px;
	/*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: 2400px;*/
  	/*height: 1100px;*/
/*  	overflow-y: hidden;*/
/*	position: relative;*/
/*	padding-top: 110px;*/
/*}*/
/*.scroll_rates tr {*/
/*  	height:auto;*/
  	/*height:200px;*/
/*}*/
.scroll_rates {
    display: block;
    height: 1100px;
    padding-top: 180px;
    overflow-y: hidden;
    position: relative;
}

.scroll_rates tbody {
    animation: scroll-up 30s linear infinite;  /* Adjust 30s for speed */
}

@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);  /* Scrolls through half the content */
    }
}
table thead, table tbody tr {
  	width: 100%;
  	display: table;
  	table-layout: fixed;
}
.ad {
    width: 100%;
    float: left;
    max-height: 1080px;
	overflow: hidden;
}
.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: #0070BA;
}
@media (min-width: 3800px) {
	.scroll_rates {
		height: 1350px;
	}
	.ad {
		width: 25%;
    	margin: 0 auto;
	}
	.scroll_rates tr {
		height: 200px;
	}
}

    @media(max-width : 2161px){
        .mainDiv{
            /*if photo added add first height*/
            /*height : 78vh;*/
             height : 89vh;
}
    }

    @media(max-width : 1081px){
        .mainDiv{
            /*if photo added add first height*/
            /*height : 66vh;*/
             height : 81vh;
}
.scroll_rates tr th{
    font-size :17px !important;
}
    }
