@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);
}
.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: #0D0D0F;
}
.blue-txt {
	color:rgba(19,18,18,1.00);
}
.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: 3%;
	padding-right: 3%;
}
.padding-lr-15p-shades {
	padding-left: 3%;
	padding-right: 3%;
}
.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: right bottom;
}
.img-2-bk-2 {
	background-image: url(../img/Layer-02_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
}
.img-3-bk {
	background-image: url(../img/Layer-02_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
}
.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;
	font-weight: bold;
}
.btn2 {
	display: inline-block;
	border-radius: 28px;
	font-size: 14px;
	padding: 17px;
	cursor: pointer;
	font-weight: bold;
}
.center {
	text-align: center;
}
.red-txt {
	color: #FF0000;
}
.balCol {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.width-98 {

}
.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;
}

.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: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    border-radius: 25px;
}
.minHeight-240 {
	height: 200px;
}
.minHeight-270 {


}
.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 {
	display: block;
}
.firstCol-20 {
	display: block;
}
.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: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.logo-col {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.logo-col img {
	vertical-align: middle;
	display: inline-block;
	height: 36px;
	width: 36px;
}
.inline-block {
}
.hd2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.middle {
	vertical-align: middle;
}
.hd3 {
	font-size: 14px;
	font-weight: 600;
}
.hd4 {
    font-size: 16px;
    font-weight: 600;
}
.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,0,0,1.00);
    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: 48px;
    font-weight: 300;
    /* [disabled]text-shadow: 2px 2px 6px #666666; */
    text-transform: uppercase;
}
.hd8 {
    font-size: 24px;
    font-weight: bold;
}
.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: 120px;
	padding-bottom: 60px;
}
.section3 {
    padding-top: 40px;
}
.hd7 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	word-spacing: 2px;
	line-height: 30px;
}
.half-col {
	margin: auto;
	padding: 10px;
	border-radius: 6px;
}
.baseOption {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.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 {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto;
}
.absoluteZero-3 {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	background-image: url(../img/Layer-04.png);
}
.absoluteZero-4 {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto;
}
.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(0,0,0,1.00);
}
.margin-b-25 {
	margin-bottom: 25px;
}
.img-2-bk {
	background-image: url(../img/Layer-01.png);
	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: 17px;
	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-right: auto;
    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: 12px;
    font-weight: bold;
    color: rgba(2,2,2,1.00);
    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: rgba(0,0,0,1.00);
	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-2 {
	background-color: rgba(0,0,0,0.9);
	border-radius: 5px;
	display: block;
	padding: 15px;
	box-shadow: 0 15px 45px -9px rgba(0,0,0,.5);
}
.phone-col-pag {
    background-color: rgba(10,10,10,0.90);
    border-radius: 5px;
    display: block;
    padding: 15px;
     color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 23px 28px -18px rgba(5,5,5,1);
	-moz-box-shadow: 0px 23px 28px -18px rgba(5,5,5,1);
	box-shadow: 0px 23px 28px -18px rgba(5,5,5,1);
}
.p-inline-block {
	display: inline-block;
}
.menu-icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 2%;
    z-index: 5;
}
.menu-icon-2 {
	display: block;
	position: absolute;
	top: 30px;
	right: 2%;
	z-index: 5;
}
.topMenu-Phone {
	display: none;
	position: absolute;
	left: 2%;
	right: 2%;
	overflow: visible;
	z-index: 4;
}
.topMenu-Phone-2 {
	display: none;
	position: absolute;
	left: 2%;
	right: 2%;
	overflow: visible;
	z-index: 4;
	background-color: rgba(0,0,0,0.87);
	padding-bottom: 25px;
}
.phonetop {
	background-color: rgba(204,204,204,0.8);
}
.logo-hd-col {


}
.basebtn {
	left: 0px;
	right: 0px;
	display: block;
	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 {
	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: 14px;
}
.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;
	overflow: auto;
	max-height: 300px;
}
.closeNoty {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.mySlides {
	display: none;
}
.letter-space-2 {
	letter-spacing: 2px;
	word-spacing: 2px;	
}
.hd12 {
	font-size: 55px;
	font-family: "Carter One", serif;
	line-height: 1.3;
}
.orange-txt {
	color: #FF6600;
}
.homone {
	display: none;
}
.slantbottom:before {
	content: "";
	height: 100px;
	transform: skewY(4deg);
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	z-index: 3;
	background-color: rgba(255,255,255,1);
}
.slantbottom:after {
	content: "";
	height: 100px;
	transform: skewY(4deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	z-index: 2;
	background-color: rgba(255,255,255,1);
}
.hooksup {
	position: absolute;
	left: 0px;
	top: -260px;
	right: 0px;
}
.shadow-3 {
	-webkit-box-shadow: 0px 23px 28px -18px rgba(5,5,5,1);
	-moz-box-shadow: 0px 23px 28px -18px rgba(5,5,5,1);
	box-shadow: 0px 23px 28px -18px rgba(5,5,5,1);
}
.txt-slit {
	letter-spacing: 4px;
	word-spacing: 2px;
}
.pale-trans{
	background-color: rgba(0,0,0,0.8);
}
.text-shadow {
	text-shadow: 0px 0px 2px rgba(102,102,102,1);
}
.background-highlight {
	position: absolute;
	left: 0px;
	right: 0px;
	opacity: 0.21;
	font-family: "Carter One", serif;
	font-size: 60px;
	top: -30px;
}
.orange-bk {
	background-color: #ff6600;
}
.suspended-btn-btm-col {
	position: absolute;
	z-index: 3;
	left: 0px;
	right: 0px;
	bottom: 110px;
}
.btn-suspension {

	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	min-width: 180px;
	padding: 27px;
}
.margin-b-50 {
	margin-bottom: 50px;
}
.searchField {
	display: block;
	left: 0px;
	top: -150px;
	right: 0px;
	z-index: 4;
}
.search-col-rw {
	display: block;
	min-height: 300px;
}
.dropMenu {
	display: block;
	padding: 0px;
	position: relative;
}
.dropMenu ul {
	margin: 0px;
	padding: 0px;
}
.dropMenu ul li {
	background-color: #CCCCCC;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 22px;
	padding-right: 15px;
	padding-bottom: 22px;
	padding-left: 15px;
}
.dropMenu .displayMenu li {
	padding: 12px;
}
.displayMenu {
	position: absolute;
	left: 0px;
	right: 0px;
	display: none;
}
.layer-70 {
	width: 70%;
	display: inline-block;
}
.layer-50 {
	width: 50%;
	display: inline-block;
}
.p-layer-50 {
	width: 50%;
	display: inline-block;
}
.layer-30 {
	width: 30%;
	display: inline-block;
}
.layer-60 {
	width: 60%;
	display: inline-block;
}
.layer-40 {
	width: 40%;
	display: inline-block;
}
.layer-20 {
	width: 20%;
	display: inline-block;
}
.layer-80 {
	width: 80%;
	display: inline-block;
}
.minHeight-64 {
	min-height: 64px;
}
.number_light {
	display: inline-block;
	border-radius: 50%;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}
.minWidth {
	min-width: 660px;
}
.mob {
	bottom: 0;
	left: 0%;
	right: 0;
	text-align: center;
	background-repeat: no-repeat;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.download_App {
	left: 0px;
	display: block;
}
.margin-t-50 {
	margin-top: 50px;
}
.number_light-2 {
	vertical-align: middle;
	display: inline-block;
	height: 9px;
	width: 9px;
	margin-right: 15px;
	margin-left: 3px;
}
.mate_col_680_536 {
	position: absolute;
	width: 650px;
	right: 0px;
	z-index: 1;
	bottom: 0px;
	display: none;
}
.section {
	overflow: auto;
	padding-top: 10px;
}
.round-frm-col {
	background-color: rgba(255,255,255,1);
	display: block;
	position: relative;
	overflow: visible;
	z-index: 1;
}
.padding-all-25 {
	padding: 25px;
}
.suspended-btn-2-btm-col {
	position: absolute;
	z-index: 2;
	left: 0px;
	right: 0px;
	bottom: -60px;
}
.slide_node {
	display: none;
}
.js-slidein {
   opacity: 0;
	transform: translateY(100px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.js-slidein-visible {
   opacity: 1 !important;
   transform: translateY(0) !important;
}
.p-center {
	text-align: center;
}
.p-padding-tb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.p-padding-b-50 {
	padding-bottom: 50px;
}
.p-width-80 {
	width: 80%;
}
.slant-left {
	position: relative;
}

.gray-bk {
	background-color: #333333;
}
.padding-tb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.yellow-bk {
	background-color: #FF9900;	
}
.p-minHeight-270 {
	min-height: 364px;
}
.white-trans-bk {
    background-color: rgba(0,0,0,0.63)
}
.bgImH-1 {
 	background-size: cover;
	background-position: center top ;
	background-image: url("../img/3.webp");
	background-repeat: no-repeat;
}
.lang-col {
    position: fixed;
    right: 0px;
    top: 0px;
    opacity: 0.5;
}

.icon-2{
    display: inline-block;
    vertical-align: text-bottom;
}
.reg-width-col {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
}
.white-trans-bk-2 {
	background-color: rgba(248,245,245,.50);
}
.firstCol-60 {
	display: block;
	vertical-align: top;
}
.firstCol-40 {
	display: block;
	vertical-align: top;
}
.mattblack-bk {
	background-color: #171717;
}
.shadow-4 {
	 -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
.shadow-5 {
	 -webkit-box-shadow: 23px 0px 28px -20px rgba(5,5,5,1);
	-moz-box-shadow: 23px 0px 28px -20px rgba(5,5,5,1);
	box-shadow: 23px 0px 28px -20px rgba(5,5,5,1);
}
.mattblack-bk-2 {
	background-color: #666;
}
.mattblack-bk-3 {
	background-color: #242424 ;
}
.mattblack-bk-4 {
	background-color: #9f9f9f ;
}
.mattblack-bk-6 {
    background-color: #202020;
}
.mattblack-txt {
	color: #a3a3a3;
}
.mrk-flow-col {
	display: none ;
	width: 25%;
}
.pg-q {
	
}
.padding-lr-15p-2 {
    padding-left: 2%;
    padding-right: 2%;
}
.fst-col-1 {
    height: 390px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
}
.st-col-2 {
    display: none;
    position: absolute;
    z-index: 3;
    height: 360px;
    border-radius: 5px;
    width: 100%;
	top: 60px;
	left: 0;
	right: 0;
}
.st-col-3 {
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.padding-b-15 {
	padding-bottom: 15px;
}
.st-col-4 {
	height: 30px;
	position: absolute;
	z-index: 3;
	top: 365px;
	left: 0px;
	right: 0px;
}
.st-btn {
	display: inline-block ;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-radius: 30px;
}
.floatLeft {
	float: left;
}
.infoPan {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: none;
	
}
.selAct {
	transform: scale(1.1);
}
.objCol {
	display: block ;
	margin-top: 15px;
	margin-bottom: 30px;
	vertical-align: top;
}
.remCol {
	display: none;
}
.eRRmsg-col {
	position: fixed;
	top: 10%;
	width: 300px;
	right: 2%;
	display: none;
	z-index: 5;
}
.eRRmsg-col_2 {
	position: fixed;
	top: 10%;
	width: 300px;
	right: 2%;
	display: block;
	z-index: 5;
}
.radius-10 {
	border-radius: 10px;
}
.padding-t-25 {
	padding-top: 25px;
}
.zindex-3 {
	z-index: 3;
}
.txt-line {
	line-height: 1.8;
}
.padding-tb-100{
    padding-top: 80px;
    padding-bottom: 80px;
}
.in-menu ul{
	margin: 0px;
	padding: 0px;
}
.in-menu ul li{
	display: block;
	vertical-align: middle;
	padding: 20px;
	text-align: center;
}
.in-menu ul li:hover, .actLine{
	cursor: pointer;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #DB8400 ;
}
.padding-lr-25 {
	padding-left: 25px;
	padding-right: 25px;
}
.padding-tb-120 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.trade-stat-col {
    display: block;
	margin-top: 50px;
	margin-bottom: 50px;
		
}
.trans-bk-2 {
	background-color: rgba(0,0,0,0.50) ;
}
.trans-bk-3 {
    background-color: rgba(0,0,0,0.70);
}
.rr:hover , .rrAct{
	background-color: rgba(0,0,0,0.40);
	-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;
}
.foot-hd-col {
    z-index: 4;
    left: 0;
    right: 0;
	display: block;
	padding-bottom: 30px;
}
.img-bk-2 {
    background-image: url("../img/app-bg4.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top bottom;
}
.img-bk-3 {
	background-image: url("../img/app-bg6.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top bottom;
}
.img-bk-5 {
	background-image: url('../img/3.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top bottom;
}
.padding-t-100 {
	padding-top: 20px;
}
.padding-lr-100 {
	padding-left: 20px;
	padding-right: 20px;
}
.rr-point {
	position: relative;
}

.rr-point-2 {
	position: relative;
}

.cel-img {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
}
.cel-img img {
	width: 350px;
	height: auto;
}
.padding-b-100 {
	padding-bottom: 170px;
}
.rev-col {
    display: block;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.img-rev {
    display: none;
    border-radius: 50%;
    overflow: hidden;
}
.rev-rat {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.rev-plat li {
	display: inline-block;
	padding: 5px;
}
.rev-plat {
	display: block;
	position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}
.rev-slide-num li {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #242424;
}
.rev-act {
    background-color: #0A0A0A !important;
}
.media-col {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    top: 0;
    display: none;
}
.img-4-bk {
	background-image: url("../img/mover-man-4.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.btm-menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
}
.btm-menu ul li {
	vertical-align: middle;
	display: inline-block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.map-side:after {
    content  : "";
    position : absolute;
    z-index  : 1;
    bottom   : 0;
    left     : 0;
    pointer-events   : none;
    background-image: -webkit-linear-gradient(270deg,rgba(247,182,20,0.00) 0%,rgba(219,132,0,1.00) 95%);
    background-image: -moz-linear-gradient(270deg,rgba(247,182,20,0.00) 0%,rgba(219,132,0,1.00) 95%);
    background-image: -o-linear-gradient(270deg,rgba(247,182,20,0.00) 0%,rgba(219,132,0,1.00) 95%);
    background-image : linear-gradient(180deg,rgba(247,182,20,0.00) 0%,rgba(219,132,0,1.00) 95%);
    width    : 100%;
    height   : 5em;
}
.map-side {
  position : relative;
}
.slides-2 {
	min-height: 400px;
}
.menu-con {
    display: block;
    text-align: left;
}
.menu-con ul {
	padding: 0;
	margin: 0;
}
.menu-con ul li {
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
}
.mattblack-bk-5 {
	background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 90.2%);
}
.mattblack-bk-7 {
	background: radial-gradient(circle at -8.9% 51.2%, rgb(255, 124, 0) 0%, rgb(255, 124, 0) 15.9%, rgb(255, 163, 77) 15.9%, rgb(255, 163, 77) 24.4%, rgb(19, 30, 37) 24.5%, rgb(19, 30, 37) 66%);
}
.doc-sec ul{
	margin: 0;
	padding: 0;
}
.doc-sec ul li {
    padding: 25px;
    margin: 20px;
    display: block;



	vertical-align: 
;     font-size: 14px;
}
.p-padding-tb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.p-none {
	display: none;
}
.p-overflow-auto {
	overflow: auto;
}
.p-block {
	display: block !important
}
.img-1-bk-1 {
    background-image: url(../img/Layer-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.p-margin-b-15 {
	margin-bottom: 15px;
}
.p-margin-b-30 {
	margin-bottom: 30px;
}
