@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
@import url(http://fonts.googleapis.com/css?family=Carter+One);
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: rgba(0,0,0,1);
	letter-spacing: 1px;
	word-spacing: 1px;
}
.absolute {
	position: absolute;
}
a, a img {
 text-decoration: none ;
 color: inherit;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .2}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .2}
  to {opacity: 1}
}
.sized {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.flex {
	display: flex;
	justify-content: center;
    align-items: center;
}
.flex-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.greenText {
	color: rgba(0,204,0,1)
}
input,
textarea,
select,
button {
	font-family: 'Open Sans', sans-serif;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
	background-color:rgba(255,255,255,0)
}
input:active,
select:active,
textarea:active,
button:active {
    outline: none;
	background-color:rgba(255,255,255,0)
}
.txt1 {
	border: thin solid rgba(255,255,255,0);
	font-size: 14px;
	display: block;
	font-weight: 300;
	background-color: rgba(255,255,255,0);
}
.txtarea {
	border: thin solid rgba(255,255,255,0);
	font-size: 14px;
	display: block;
	font-weight: 300;
	width: 100% ;
}
.blur-bk {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
.container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url(../img/bk2.png);
	background-position: center 0px;
	background-size: cover;
	min-height: 100%;
}
.blue-bk {
	background-color: #0066CC;
}
.blue-txt {
	color: rgba(0,102,204,1) ;
}
.padding-all-15 {
	padding: 20px;
}
.padding-tb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-lr-15 {
	padding-left: 15px ;
	padding-right: 15px ;
}
.padding-lr-15p {
	padding-left: 2%;
	padding-right: 2%;
}
.margin-tb-25 {
	margin-top: 25px; 
	margin-bottom : 25px; 
}
.margin-tb-50 {
	margin-top: 50px; 
	margin-bottom : 50px; 
}
.margin-t-15 {
	margin-top: 15px; 
}
.margin-b-15 {
	margin-bottom: 22px;
}
.margin-t-5 {
	padding-top: 3px;

}
.relative {
	position: relative;
}

.edged {
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.shadow {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
} 
.radius-5 {
	border-radius: 4px;
}
.headCol {
	display: block;
}
.block {
	display: block;
}
.white-txt {
	color: rgba(255,255,255,1);
}
.textCol {
	font-size: 18px;
	font-weight: 400;
	vertical-align: middle;
	display: inline-block;
}
.imgCol {
	vertical-align: middle;
	display: inline-block;
}
.small-14 {
	font-size: 14px;
}
.firstCol {
	vertical-align: top;
	display: block;
}
.alignRight {

}
.firstCol ul {
	margin: 0px;
	padding: 0px;
}
.firstCol ul li {
	vertical-align: middle;
	display: inline-block;
}
.firstCol ul li img {
	vertical-align: middle;
	display: inline-block;
	padding: 3px;
}
.img-1-bk {
	background-image: url(../img/Layer-02.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bodPart {
	overflow: auto;
}
.conCol {
	display: block;
	min-height: 180px;
}
.conCol h1 {
	font-size: 60px;
	font-weight: 300;
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.nameCol {
	background-color: #FFFFFF;
	display: inline-block;
	clear: both;
	border-radius: 20px;
	padding-right: 17px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 20px;
}
.nameCol img {
	background-color: #CCCCCC;
	vertical-align: middle;
	display: inline-block;
	padding: 4px;
	margin-right: 7px;
	border-radius: 50%;
}
.txtCol-M {
	display: block;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}
.MenuCol img {
	vertical-align: middle;
	display: block;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
.MenuCol {
	vertical-align: top;
	display: inline-block;
	width: 26%;
	border: thin solid #999999;
	border-radius: 4px;
	background-color: #F9F9F9;
	padding: 10px;
	margin: 15px;
}
.head-cCol {
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.head-cCol  img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.rightAbsolute {
	top: 15px;
	right: 15px;
	position: absolute;
}
.lightash-txt {
	color: #999999;
}
.small-12 {
	font-size: 12px;
}
.upper {
	text-transform: uppercase;
}
.balsSide h1 {
	margin: 0px;
	padding: 0px;
	vertical-align: text-top;
	font-size: 40px;
	font-weight: 300;
}
.balsSide-2 h1 {
	font-size: 30px;
	font-weight: 300;
	color: #000000;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	display: block;
}
.topSide {
	font-size: 16px;
	vertical-align: baseline;
	display: inline-block;
}
.btn1 {
	display: inline-block;
	border-radius: 28px;
	font-size: 14px;
	padding: 17px;
	cursor: pointer;
}
.center {
	text-align: center;
}
.red-txt {
	color: #FF0000;
}
.balCol {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.width-98 {
	width: 90%;
}
.floatRight {

}
.imgLos img {
	background-color: #0066CC;
	display: block;
	margin: auto;
	padding: 14px;
	border-radius: 50%;
}
.lightash-bk {
	background-color: rgba(204,204,204,1);
}
.firstCol-70 {
	vertical-align: top;
	display: block;
}
.firstCol-30 {
	vertical-align: top;
	display: block;
}
.firstCol-2-30 {
	vertical-align: top;
	display: inline-block;
	width: 30%;
}
.small-16 {
	font-size: 15px;
}
.light {
	font-weight: 300;
}
.small-18 {
	font-size: 18px;
}
.lightash-2-bk {
	background-color: rgba(250,250,250,1);
}
.chatPan {
	position: fixed;
	right: 35px;
	bottom: 35px;
	border-radius: 35px;
	padding-right: 12px;
	display: none;
}
.chatPan img {
	vertical-align: middle;
	display: inline-block;
	background-color: rgba(255,255,255,1);
	margin: 3px;
	padding: 5px;
	border-radius: 50%;
}
.menuSlide {
	position: fixed;
	width: 600px;
	left: 0px;
	top: 80%;
	bottom: 0px;
	border-radius: 0px 150px 0px 0px;
	z-index: 3;
	display: none;
}
.menuSlide-2 {
	position: fixed;
	left: 0px;
	top: 80%;
	border-radius: 0px 150px 150px 0px;
	z-index: 2;
}
.bodySlide {
	position: absolute;
	left: 400px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.white-bk {
	background-color: rgba(255,255,255,1);
}
.popMenu ul li {
	vertical-align: top;
	display: inline-block;
	padding: 4px;
	width: 15%;
	text-align: center;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
	font-size: 12px;
}
.popMenu ul {
	margin: 0px;
	padding: 0px;
}
.popMenu ul li img {
	display: block;
	margin: auto;
}
.closeCol {
	position: absolute;
	top: 35px;
	right: 105px;
	cursor: pointer;
}
.active-x, .popMenu ul li:Hover {
	transform: scale(1.4);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cursor {
	cursor: pointer;
}
.balsSide-2 h1 img {
	vertical-align: sub;
	display: inline-block;
	background-color: rgba(204,204,204,1);
	border-radius: 50%;
	padding: 3px;
	text-align: right;
	float: right;
	border: 2px solid #e74c3c;
}
.minHeight-210 {

	min-height: 130px;
}
.balCol img {
	vertical-align: sub;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
.imgPlace img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 4px;
}
.Slide_Opt_1 {
	vertical-align: top;
	display: inline-block;
	width: 33.33%;
}
.CpT {
	display: block;
	padding: 32px;
}
.margin-auto {
	margin: auto;
}
.balCol-2 {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.balCol-2 img {
	vertical-align: sub;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
.dropDown {
	position: absolute;
	top: 10px;
	right: 10px;
}
.btn2 {
	display: inline-block;
	padding-right: 7px;
	background-color: #34495e;
	vertical-align: middle;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255,255,255,1);
}
.bold {
	font-weight: 400;
}
.writeupCol {
	vertical-align: middle;
	display: none;
}
.chatPan:Hover > .writeupCol{
	display: inline-block;
}
.highlight{
	display: inline-block;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-radius: 25px;
}
.minHeight-240 {
	height: 200px;
}
.minHeight-270 {
	min-height: 400px;

}
.firstCol-m2n {
	vertical-align: top;
	display: inline-block;
}
.firstCol-70-nD {
	width: 70%;
	vertical-align: top;
	display: inline-block;
}
.red-bk {
	background-color: rgba(254,220,235,1);
}
.firstCol-50 {
	vertical-align: top;
	display: inline-block;
	width: 50%;
}
.leftLine {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: rgba(204,204,204,1);
}
.border {
	border: thin solid rgba(102,102,102,1);
}
.Keypad {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 33.33%;
}
.keyPlugs {
	display: flex;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px solid rgba(51,51,51,1);
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.keyZeros {
	display: block;
	padding: 15px;
}
.Keypad2 {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 66.66%;
}
.del {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.minHeight-510 {
	min-height: 490px;
}
.yellow-txt {
	color: rgba(255,153,0,1);
}
.keyPlugs:Hover {
	border: 2px solid rgba(0,102,204,1);
	background-color: rgba(236,236,255,1);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.green-txt {
	color: rgba(0,153,0,1);
}
.PopUpBoard {
	background-color: rgba(51,51,51,0.8);
	position: fixed;
	z-index: 10;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
}
.merchantLoad {
	display: block;
	width: 400px;
	margin: auto;
	overflow: auto;
}
.closeCorner {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	display: block;
	padding: 2px;
	z-index: 5;
}
.gen-none {
	display: none;
}
.btn3 {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	margin: 5px;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.lightash-3-bk {
	background-color: rgba(255,153,0,1);
}
.pencil {
	position: absolute;
	top: 3px;
	left: 123px;
}
.menuAdn {
	position: absolute;
	width: 150px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
}
.menuAdn ul {
	margin: 0px;
	padding: 0px;
}
.menuAdn ul li {
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,1);
	padding: 6px;
	list-style-type: none;
	text-align: left;
}
.menuAdn ul li:Hover {
	font-size: 16px;
	color: rgba(236,245,255,1);
	cursor: pointer;
}
.pushDrop {
	left: 0px;
	right: 0px;
	z-index: 5;
	display: none;
}
.errMsg {
	background-color: rgba(255,238,238,1);
	text-align: center;
	display: block;
	margin: auto;
	padding: 15px;
	font-size: 16px;
	font-weight: 300;
	color: rgba(255,51,0,1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
	border-radius: 5px;
	margin-top:25px ;
	margin-bottom: 25px ;
}
.wanMsg{
	background-color: rgba(255,153,0,1);
	text-align: center;
	display: block;
	margin: auto;
	padding: 15px;
	font-size: 16px;
	font-weight: 300;
	color: rgba(255,255,255,1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
	border-radius: 5px;
	margin-top:25px ;
	margin-bottom: 25px ;
}
.sucMsg {
	background-color: rgba(230,242,255,1);
	text-align: center;
	display: block;
	margin: auto;
	padding: 15px;
	font-size: 16px;
	font-weight: 300;
	color: rgba(0,102,255,1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
	border-radius: 5px;
}
.errtime {
	display: inline-block;
	vertical-align:middle;
	font-size:14px;
	color:rgba(255,0,0,1);
	font-weight:300;
}
.postImg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100px;
	padding: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
	border-radius: 5px;
}
.picky {
	transform: scale(1.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.ListShow {
	display: none;
}
.visible-overflow {
	 overflow: visible;
}
.pushDrop li {
	display: block;
	padding: 7px;
}
.sized-2 {
	height: 100%;
	width: 100%;
}.imgbk-2 {
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.LoginCol {
	display: block;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}
.contain-log {
	display: block;
	overflow: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.logtop-b {
	font-size: 24px;
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}
.tail-col {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	width: 322px;
}
.therest {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	width: 66px;
}
.bTopCol_log {
	background-color: rgba(255,255,255,0.9);
	overflow: visible;
}
.txtLog {
	background-color: rgba(255,255,255,1);
	display: block;
	padding: 12px;
	margin-bottom: 10px;
	border-radius: 24px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	vertical-align: middle;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.footer-col {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 15px;
}
.headTop {
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
	border-radius: 5px;
}
.topMenu {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.topMenu ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.topMenu ul li {
	text-transform: uppercase;
	display: inline-block;
	color: rgba(51,51,51,1);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	cursor: pointer;
	background-color: rgba(255,255,255,1);
	border-radius: 5px;
}
.rightLine {

}
.topMenu ul li:Hover {
	color: rgba(0,102,204,1);
}
.img-col-middle {
	position: absolute;
	top: -25px;
	right: 42%;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.9);
	padding: 6px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
	overflow: hidden;
}
.img-col-middle img {
	display: block ;
    border-radius: 50%;
}
.contain {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.full-p {


}
.hd-first-col {
	display: block;
	position: relative;
	z-index: 4;
	overflow: visible;
}
z-index-1 {
	z-index: 1;
}
.hd1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.logo-col {
	display: block;
	padding-top: 17px;
	padding-bottom: 17px;
}
.logo-col img {
	vertical-align: middle;
	display: inline-block;
	height: 38px;
	width: 38px;
}
.inline-block {



}
.hd2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.middle {
	vertical-align: middle;
}
.hd3 {
	font-size: 14px;
	font-weight: 400;
}
.hd4 {
	font-size: 14px;
	font-weight: 300;
}
.alignLeft {
	text-align: left;
}
.col-three {
	vertical-align: middle;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 30%;
}
.menu-hd-col {
	background-color: rgba(255,255,255,1);
	border-radius: 4px;
	overflow: hidden;
}
.shadow-2 {
	box-shadow: 0 15px 45px -9px rgba(0,0,0,.5);
}
.menuList ul {
	margin: 0px;
	padding: 0px;
}
.menuList ul li {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
	color: rgba(0,102,204,1);
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.active-m {
	color: rgba(0,102,204,1);
}
.margin-lr-15 {
	margin-right: 15px;
	margin-left: 15px;
}
.bold {
	font-weight: bold;
}
.sg-title {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 140px;
	left: 10%;
	right: 10%;
	top: 0px;
	bottom: 0px;
	display: block;
}
.hd5 {
	font-size: 60px;
	font-weight: 400;
	font-family: "Carter One", serif;
	text-shadow: 2px 2px 6px #666666;
	color: #333;
}
.hd8 {
	font-size: 45px;
	font-weight: 400;
	font-family: "Carter One", serif;
}
.sl-3 {
	letter-spacing: 3px;
	word-spacing: 2px;
}
.sextor-50 {
	margin-top: 19px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}
.auto-overflow {
	overflow: auto;
}
.margnet {
	display: block;
}
.menuList {

}
.blueSlash {
	padding: 15px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
}
.margin-lr-30 {

}
.mask {
	text-align: center;
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 16px;
}
.btn-dec {
	margin-top: 60px;
	position: relative;
}
.statisticPannel {
	display: block;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	bottom: -50px;
	left: 2%;
	right: 2%;
	border-radius: 4px;
}
.fourShared {
	vertical-align: middle;
	display: inline-block;
}
.hd6 {
	font-size: 50px;
	color: rgba(0,0,0,1);
}
.section2 {
	padding-top: 180px;
	overflow: auto;
}
.section3 {
	padding-top: 80px;
}
.hd7 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	word-spacing: 2px;
	line-height: 30px;
}
.half-col {
	margin: auto;
	padding: 10px;
	border-radius: 6px;
}
.baseOption {
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
}
.tap-one {
	padding: 5px;
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 96%;
}
.title-out {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 12px;
}
.imagehold {
	display: block;
	margin: auto;
}
.tap-one-put {
	padding: 5px;
	border-radius: 4px;
	display: block;
}
.absoluteZero {
	background-image: url(../img/Layer-03.png);
	background-position: right bottom;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat;
}
.absoluteZero-8 {
	background-image: url(../img/Layer-07.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.zindex-1 {
	z-index: 1;
}
.zindex-2 {
	z-index: 2;
}
.absoluteZero-2 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto;
	background-image: url(../png/gettoknow.png);
}
.absoluteZero-3 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	background-image: url(../img/Layer-04.png);
}
.absoluteZero-4 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto;
	background-image: url(../img/Layer-05.png);
}
.absoluteZero-5 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto;
	background-image: url(../img/Layer-06.png);
}
.absoluteZero-9 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto;
	background-image: url(../img/Layer-08.png);
}
.light-white-bk {
	background-color: rgba(234,242,255,1);
}
.black-txt {
	color: rgba(0,0,0,1);
}
.imgbar {
	background-color: rgba(0,204,0,1);
	vertical-align: top;
	display: inline-block;
	height: 210px;
	width: 30%;
}
.discPLac {
	vertical-align: bottom;
	display: inline-block;
	height: 210px;
	width: 70%;
	background-color: rgba(255,102,0,1);
	margin-top: 60px;
}
.margin-t-25 {
	margin-top: 25px;
}
.black-bk {
	background-color: rgba(51,51,51,1);
}
.margin-b-25 {
	margin-bottom: 25px;
}
.img-2-bk {
	background-image: url(../img/Layer-03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}.log-col {
	margin: auto;
}
.border-radius-5 {
	border-radius: 5px;
}
.graphContainer {
	display: block;
	overflow: hidden;
}
.hd9 {
	font-size: 14px;
	text-transform: uppercase;
}
.section4 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.graphBase {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.bar {
	display: inline-block;
	bottom: 0px;
	color: rgba(153,153,153,1);
	vertical-align: baseline;
	border: thin solid rgba(204,204,204,1);
	width: 80px;
	position: absolute;
	margin-right: 50px;
	background-color: rgba(238,247,255,1);
}
.graph-bar ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
}
.graph-bar ul li {
	display: inline-block;
	height: 100%;
	width: 100px;
	position: relative;
	vertical-align: bottom;
}
.graph-dt {
	display: block;
	left: 0px;
	right: 0px;
	bottom: -40px;
	position: absolute;
}
.graph-vl {
	display: block;
	position: absolute;
	bottom: 0px;
	top: 0px;
	right: 100%;
	padding: 15px;
}
.graph-vl ul li {
	text-align: right;
	display: block;
	height: 16.67%;
	position: relative;
	font-size: 12px;
	font-weight: bold;
}
.graph-vl ul {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.zeropoint {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.graph-dt ul {
	margin: 0px;
	padding: 0px;
}
.graph-dt ul li {
	display: inline-block;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
}
.graphh-b-s {
	width: 80px;
	display: inline-block;
	margin-right: 50px;
}
.strand {
	background-color: rgba(51,51,51,1);
	display: block;
	width: 2px;
	position: absolute;
	left: 40px;
}
.inseperate-col {
	display: inline-block;
	width: 98%;
}
.tablecol {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 50%;
	vertical-align: middle;
}
.btmline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(153,153,153,1);
}
.w300 {
	font-weight: 300;
}
.hide-overflow {
	overflow: hidden;
}
.hd10 {
	font-size: 50px;
}
.btn-min {
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	border-radius: 20px;
}
.green-bk {
	background-color: rgba(0,153,0,1);
}
.firstCol-33 {
	vertical-align: top;
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.insideCost {
	display: block;
	overflow: auto;
}
.imgsec {
	background-color: rgba(255,255,255,1);
	display: block;
	height: 150px;
	overflow: hidden;
	text-align: center;
}
.seperate-col {
	display: block;
}
.profilePhoto-col {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	margin: auto;
	padding: 0px;
	display: block;
}
.baseHang {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
}
.menuBar {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 6;
	background-color: rgba(255,255,255,1);
}
.menuList-col ul {
	margin: 0px;
	padding: 0px;
}
.menuList-col ul li {
	font-size: 10px;
	font-weight: bold;
	color: rgba(102,102,102,1);
	display: inline-block;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
	margin: 0px;
	width: 20%;
}
.menuList-col ul li img {
	display: block;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	height: 28px;
	width: 28px;
}
.menuList-col {
	background-color: rgba(255,255,255,1);
	margin: 0px;
	padding: 0px;
}
.icon {
	vertical-align: middle;
	display: inline-block;
	margin-left: 3px;
}
.chatbtn {
	position: fixed;
	right: 30px;
	bottom: 85px;
	z-index: 4;
}
.settler {
	display: block;
	margin: auto;
	position: relative;
	width: 85%;
}
.topCorner {
	position: absolute;
	top: 20px;
	right: 20px;
}
.notifyBoard {
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 3;
	left: 0px;
	display: none;
	overflow: auto;
}
.lightblue-bk {
	background-color: rgba(0,153,255,1);
}
.menuTop {
	display: block;
	background-color: #0066CC;
	position: relative;
	z-index: 5;
	color: rgba(255,255,255,1);
}
.menuTop ul {
	margin: 0px;
	padding: 0px;
}
.menuTop ul li {
	vertical-align: middle;
	display: block;
	padding: 15px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.menuTop ul li:Hover {
	background-color: rgba(0,153,255,1);
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.hover-one:Hover {
	background-color: rgba(239,239,239,1);
	cursor: pointer;
}
.hover-one {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.menuList-col ul li {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menuList-col ul li:Hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: scale(1.1);
	background-color: rgba(250,249,255,1);
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
	z-index: 3;
}
.ActiveM {
	transform: scale(1.2);
	background-color: rgba(255,255,255,1);
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
	z-index: 2;
}
.chatpannel {
	background-color: rgba(255,255,255,1);
	display: none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 7;
	border-radius: 5px 0px 0px 0px;
	top: 0px;
	left: 0px;
}
.chaHead {
	height: 15%;
	display: block;
}
.chaFoot {
	background-color: rgba(255,204,0,1);
	display: block;
	height: 10%;
}
.chaBody {
	background-color: rgba(244,245,255,1);
	display: block;
	height: 75%;
	position: relative;
}
.chaBody-3 {
	background-color: rgba(244,245,255,1);
	display: none;
	height: 75%;
	position: relative;
}
.chaBody-2 {
	background-color: rgba(244,245,255,1);
	display: block;
	height: 85%;
	position: absolute;
	top: 15%;
	left: 0px;
	right: 0px;
	overflow: auto;
	z-index: 5;
}
.top-ChaHead {
	display: block;
	height: 40%;
	background-color: rgba(91,173,255,1);
}
.bod-ChaHead {
	display: block;
	height: 60%;
	text-align: left;
}
.chatbox {
	display: inline-block;
	width: 80%;
	background-color: rgba(255,255,255,1);
	border-radius: 12px;
}
.menu-col {
	width: 15%;
	vertical-align: middle;
	display: inline-block;
}
.text-row {
	vertical-align: middle;
	display: inline-block;
	width: 70%;
}
.txt-col {
	background-color: rgba(255,255,255,1);
	display: block;
	border-radius: 27px;
	padding: 10px;
}
.attach {
	display: block;
	padding: 10px;
}
.txt-col:Hover {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,.6);
}
.top-chatBody {
	text-align: center;
	display: block;
	padding: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}
.body-chatBody {
	display: block;
	margin: 0px;
	padding: 0px;
	max-height: 100%;
	overflow: auto;
}
.user-col {
	background-color: rgba(245,245,245,1);
	display: block;
	clear: both;
	width: 72%;
	border-radius: 25px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	margin-top: 10px;
	margin-bottom: 10px;	
}
.admin-col {
	background-color: rgba(204,204,204,1);
	display: block;
	clear: both;
	width: 72%;
	border-radius: 25px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.body-chatBody p {
	font-size: 14px;
}
.topCorner-2 {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
}
.imgChat {
	background-color: rgba(204,204,204,1);
	display: block;
	padding: 2px;
	border-radius: 5px;
	
}
.hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.picked {
	transform: scale(1.1);
	cursor: pointer;
}
.hover:Hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: scale(1.2);
	cursor: pointer;
}
.notify-pulse {
	display: block;
	position: absolute;
	top: 0px;
	right: -2px;
	border-radius: 50%;
	font-size: 10px;
	font-weight: bold;
	background-color: rgba(255,0,0,1);
	z-index: 5;
	text-align: center;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.phone-hide {
	display: none ;
}
.phone-icon img {
	display: inline-block;
	height: 25px;
	width: 25px;
}
.phone-col-pag {
	background-color: rgba(255,255,255,1);
	border-radius: 5px;
	display: block;
	padding: 15px;
	box-shadow: 0 15px 45px -9px rgba(0,0,0,.5);
}
.p-inline-block {
	display: inline-block;
}
.menu-icon {
	display: block;
	position: absolute;
	top: 20px;
	right: 2%;
}
.topMenu-Phone {
	display: none;
	position: absolute;
	left: 2%;
	right: 2%;
	overflow: visible;
	z-index: 4;
}
.phonetop {
	background-color: rgba(204,204,204,0.8);
}
.logo-hd-col {

}
.basebtn {
	left: 0px;
	right: 0px;
	display: block;
	position: absolute;
	bottom: 70px;
	z-index: 5;
}
.p-full-p {
	height: 100%;
	width: 100%;
}
.all-zero {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.shade-1 {
	background-color: rgba(255,255,255,0.8);
}
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.9s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}
@keyframes come-in {
  to { transform: translateY(0); }
}
.lightash-4-bk {
	background-color: rgb(109, 176, 202);
}
.greatin {
	width: 80%;
	vertical-align: middle;
	padding: 3px;
}
.p-alignRight {
	text-align: right;
}
.phone-puff {
	display: block;
	padding: 8px;
}
.shadingOf {
	background-color: rgba(255,255,255,0.8);
	display: block;
	padding: 15px;
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.btn-qui {
	font-size: 12px;
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
	display: inline-block;
	padding: 14px;
	min-width: 22.8%;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
}
.btn-qu {
	background-color: rgba(244,244,244,1);
	display: block;
	padding: 12px;
	vertical-align: middle;
	margin-top: 15px;
	margin-bottom: 15px;
}
.txt2 {
	text-align: center;
	display: inline-block;
	width: 80%;
}
.txt2 {
	text-align: center;
	display: inline-block;
}
.barCode {
	background-color: rgba(255,255,255,1);
	display: block;
	padding: 4px;
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-radius: 4px;
}
.barCode img {
	display: block;
	margin: auto;
}
.dis {
	display: block;
	margin: 0px;
}
.lightgreen-bk {
	background-color: rgba(242,244,255,1);
}
.hd11 {
	font-size: 12px;
}
.hangRpdate {
	display: none;
	position: absolute;
	left: 0px;
	top: 30px;
	right: 0px;
	background-color: rgba(255,255,255,1);
}
.theUpload {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.theUpload:Hover {
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.margin-zero {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.notify_sap {
	display: block;
	height: 300px;
	overflow: auto;
}

