@font-face{
	font-family:tah;
	src:url(./font/tahoma.ttf)
	}
@font-face{
	font-family:tahb;
	src:url(./font/tahomabd.ttf)
	}
.Tontm{font-family:tah}
.Tontb{font-family:tahb}
.flex_sta{display:flex;justify-content:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-box-pack:space-start;-ms-flex-pack:space-start;flex-wrap:wrap;font-size:1.25rem}
body{width:100%;height:100%;background:#002046;padding:0;margin:0 auto;font-size:14px}
.flex_be{display:flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-box-pack:space-between;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;font-size:14px}
.flex_ar{display:flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;justify-content:space-around;-webkit-box-pack:space-around;-ms-flex-pack:space-around;font-size:14px}
.flex_cen{display:flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;font-size:14px}
.center_box{width:90%;height:auto;margin:auto;font-size:14px}
.forget{display:block;width:100%;height:20px;text-align:center;color:#fff;font-size:14px;text-decoration:none;margin-top:30px}ul,li{list-style:none;padding:0;margin:0;font-size:14px}
body{background:#ffffff;font-size:12px; font-weight: bold;color:#878b8c}
.form-control:focus {
  border-color: #e09800;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 71, 224, 0.6);
}
.back{width:10px;height:16px;position:absolute;top:20px;left:30px;font-size:14px}

.headerTitle {
    height: 59px;
    width: 100%;
    line-height: 59px;
    font-family: 'Tahb';
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: relative;
}

.spanRITHeader {
    position: absolute;
    width: 50px;
    height: 59px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.headerTOPtitle {
	top: 0;
    font-family: 'Tah';
    background: linear-gradient(180deg, #2E77AE 0%,#0d2137 100%);
    border-bottom: 1px solid #108ED2;
	position: fixed;
	z-index: 100;
}
.rndbtn {
  height: 80px;
  line-height: 80px;  
  width: 80px;  
  font-size: 2em;
  font-weight: bold;
  border-radius: 50%;
  background-color: #0f3c4c;
  color: white;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);

}
.alink {
    display: block;
    width: 65px;
    background: #007ca8;
    padding: 8px;
    text-align: center;
	text-decoration: none;
    border-radius: 25px;
    color: white;
	font-size: 12px;
    font-weight: bold;
}
.dlink {
	text-decoration: none;
    color: black;
	font-size: 12px;
    font-weight: bold;	
}
.dlink:hover{
	text-decoration: none;
    color: black;
	font-size: 12px;
    font-weight: bold;		
}
.footer{
	width:100%;
	height:60px;
	border-top:1px solid #0d2137;
	position:fixed;
	bottom:0;
	left:0;
	font-size:14px;
	z-index:10;
	background:#0D2137
	}
.footer li p{
	font-size:13px;
	font-weight: bold;
	color:#ffff;
	text-align:center;
	transform:scale(.9);
	margin-top:-2px
	}
.footer li{
	width:25%;
	height:70px;
	box-sizing:border-box;
	text-align:center;
	color:#ffff;
	font-size:14px;
	position:relative
	}
.footer li img{
	width:24px;
	height:auto;
	margin-top:11px;
	font-size:14px
	}
.footer a{
	text-decoration:none;
	color:#ffff;
	display:block;
	width:100%;
	height:100%;
	list-style:none;
	-webkit-tap-highlight-color:transparent;
	font-size:16px;
	font-family:tah;
	position:relative
	}
	a{
		text-decoration:none;
		list-style:none;
		-webkit-tap-highlight-color:transparent;
		font-size:14px
		}
		@font-face{
			font-family:fonta;
			src:url(../font/tahomabd.ttf)
			}
			@font-face{
				font-family:fontb;
				src:url(../font/tahoma.ttf)
				}