@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
@import url(https://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: 500;
    color: rgba(0,0,0,1);
    font: 16px;
}
.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}
}
.menu-icon-2 {
	display: none;
}

@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: inline-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: #0C1637;
}
.blue-txt {
    color: #0C1637;
}
.padding-all-15 {
	padding: 15px ;
}
.padding-tb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-lr-15 {
	padding-left: 15px ;
	padding-right: 15px ;
}
.padding-lr-15p {
    padding-left: 13%;
    padding-right: 13%;
}
.padding-lr-15p-shades {
	padding-left: 8%;
	padding-right: 8%;
}
.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: 15px;
}
.margin-t-5 {
	margin-top: 5px;
}
.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 !important;
}
.white-txt {
    color: #FFFFFF !important;
}
.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: inline-block;
	width: 40%;
}
.alignRight {
	text-align: right;
}
.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;
}

.img-3-bk {
	background-image: url(../img/Layer-02_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.img-1-bk-1 {
    background-image: url(../img/Layer-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.img-1-bk-2 {
	background-image: url(../img/Layer-010.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.img-1-bk-3 {
	background-image: url(../img/Layer-010.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.img-1-bk-4 {
	background-image: url(../img/Layer-010.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.img-1-bk-5 {
	background-image: url(../img/Layer-010.jpg);
	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;
	padding-top: 18px;
	padding-right: 22px;
	padding-bottom: 18px;
	padding-left: 22px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}
.center {
	text-align: center;
}
.red-txt {
	color: #FF0000;
}
.balCol {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.width-98 {
	width: 90%;
}
.floatRight {
	float: right;
}
.imgLos img {
	background-color: #1a1ac3;
	display: block;
	margin: auto;
	padding: 14px;
	border-radius: 50%;
}
.lightash-bk {
	background-color: rgba(246,246,246,1);
}
.firstCol-70 {
	vertical-align: top;
	display: inline-block;
	width: 70%;
}
.firstCol-30 {
	vertical-align: top;
	display: inline-block;
	width: 30%;
}
.firstCol-80 {
	vertical-align: bottom;
	display: inline-block;
	width: 80%;
}
.firstCol-20 {
	vertical-align: bottom;
	display: inline-block;
	width: 20%;
}
.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(107,100,146,1.00);
}
.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: 36px;
    border-radius: 40px;
    padding-top: 18px;
    padding-left: 36px;
    padding-bottom: 18px;
}
.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: #DB8400;
}
.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(0,0,0,0.80);
    position: fixed;
    z-index: 6;
    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-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 {
	height: 100%;
	width: 100%;
}
.hd-first-col {
    display: block;
    position: relative;
    z-index: 2;
    overflow: visible;
}
z-index-1 {
	z-index: 1;
}
.hd1 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.logo-col {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.logo-col img {
	vertical-align: middle;
	display: inline-block;
}
.inline-block {
	display: inline-block;
}
.hd2 {
    font-size: 14px!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
}
.middle {
	vertical-align: middle !important;
}
.hd3 {
	font-size: 12px;
	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,0.9);
    border-radius: 4px;
    overflow: hidden;
    position: fixed;
    left: 30px;
    top: 28%;
}
.shadow-2 {
	box-shadow: 0 15px 45px -9px rgba(0,0,0,.2);
}
.menuList ul {
	margin: 0px;
	padding: 0px;
}
.menuList ul li {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    display: block;
    padding: 13px;
    color: #0C1637;
}
.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: 50px;
	padding-bottom: 50px;
	left: 10%;
	right: 10%;
	top: 0px;
	bottom: 0px;
	display: block;
}
.hd5 {
    font-size: 35px;
    font-weight: 600;
}
.hd8 {
    font-size: 24px;
    font-weight: bold;
}
.sl-3 {
	letter-spacing: 3px;
	word-spacing: 2px;
}
.sextor-50 {
	width: 60%;
	margin-top: 19px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.auto-overflow {
	overflow: auto;
}
.margnet {
    text-align: center;
    display: block;
}
.menuList {

}
.blueSlash {
    padding: 18px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}
.margin-lr-30 {
	margin-right: 30px;
	margin-left: 30px;
}
.mask {
	text-align: center;
	display: inline-block;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	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: 10%;
	right: 10%;
	border-radius: 4px;
}
.fourShared {
	vertical-align: middle;
	display: inline-block;
	width: 25%;
}
.hd6 {
	font-size: 50px;
	color: rgba(0,0,0,1);
}
.section2 {
	padding-top: 180px;
	padding-bottom: 180px;
}
.section3 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.hd7 {
    font-size: 16px;
}
.half-col {
    margin: auto;
}
.baseOption {
	display: block;
}
.tap-one {
	margin: 0px;
	padding: 0px;
	width: 33.33%;
	display: inline-block;
}
.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;
	width: 240px;
}
.absoluteZero {

}
.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-image: url(../img/Layer-09.jpeg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.absoluteZero-3 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(../img/Layer-04.png);
}
.absoluteZero-4 {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto;
	background-image: url(../img/Layer-01.png);
}
.absoluteZero-5 {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url(../img/Layer-01.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) !important;
}
.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: #000000;
}
.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;
}
.img-2-bk-2 {
	background-image: url(../img/Layer-02_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.log-col {
	width: 450px;
	margin: auto;
}
.border-radius-5 {
	border-radius: 5px;
}
.graphContainer {
	display: block;
	overflow: hidden;
}
.hd9 {
    font-size: 18px;
}
.section4 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.graphBase {
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    width: 75%;
}
.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);
}
.btmline-2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1.00);
}
.topline {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: rgba(153,153,153,1);
}
.w300 {
	font-weight: 300;
}
.hide-overflow {
	overflow: hidden;
}
.hd10 {
	font-size: 40px;
}
.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: inline-block;
	width: 33.33%;
}
.insideCost {
	display: inline-block;
	overflow: auto;
	width: 95%;
}
.imgsec {
    background-color: rgba(255,255,255,1);
    display: block;
    height: 230px;
    overflow: hidden;
    text-align: center;
}
.seperate-col {
	display: inline-block;
	width: 95%;
}
.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;
	width: 140px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	display: flex;
	justify-content: center;
    align-items: center;
}
.menuList-col ul {
	margin: 0px;
	padding: 0px;
}
.menuList-col ul li {
    font-size: 12px;
    font-weight: bold;
    color: #DB8400;
    display: block;
    padding: 14px;
    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;
}
.menuList-col ul li img {
	display: block;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}
.menuList-col {
    display: inline-block;
    padding-top: 10px;
    padding-right: 4px;
    padding-bottom: 10px;
    padding-left: 4px;
    border-radius: 5px;
    background-color: #171717;
}
.icon {
	vertical-align: middle;
	display: inline-block;
	margin-left: 3px;
}
.chatbtn {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 4;
}
.settler {
    margin: auto;
    width: 400px;
    position: relative;
    display: block;
}
.topCorner {
	position: absolute;
	top: 20px;
	right: 20px;
}
.notifyBoard {
	display: none;
	width: 450px;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 3;
}
.lightblue-bk {
	background-color: rgba(0,153,255,1);
}
.menuTop {
	display: inline-block;
}
.menuTop ul {
	margin: 0px;
	padding: 0px;
}
.menuTop ul li {
	vertical-align: middle;
	display: inline-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.2);
    background-color: rgba(250,249,255,1);
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    z-index: 3;
    position: relative;
}
.ActiveM {
    transform: scale(1.2);
    background-color: #080808;
    border-radius: 5px;
    z-index: 2;
}
.chatpannel {
	background-color: rgba(255,255,255,1);
	display: none;
	height: 580px;
	width: 400px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	border-radius: 5px 0px 0px 0px;
	overflow: hidden;
}
.chaHead {
	display: block;
	height: 100px;
}
.chaFoot {
	background-color: rgba(204,204,204,1);
	display: block;
	height: 60px;
}
.chaBody {
	background-color: rgba(244,245,255,1);
	display: block;
	height: 420px;
	position: relative;
}
.chaBody-3 {
	background-color: rgba(244,245,255,1);
	display: none;
	height: 420px;
	position: relative;
}
.chaBody-2 {
	background-color: rgba(244,245,255,1);
	display: block;
	position: absolute;
	top: 100px;
	z-index: 5;
	left: 0px;
	right: 0px;
	overflow: auto;
}
.top-ChaHead {
	display: block;
	height: 40px;
	background-color: rgba(91,173,255,1);
}
.bod-ChaHead {
	display: block;
	height: 60px;
	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: 420px;
	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;
}
.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;
}
.picked {
	transform: scale(1.18);
	cursor: pointer;
}
.notify-pulse {
	display: block;
	position: absolute;
	top: 0px;
	right: -10px;
	border-radius: 50%;
	font-size: 10px;
	font-weight: bold;
	background-color: rgba(255,0,0,1);
	z-index: 5;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}
.menu-icon {
	display: none;
}
.padding-tb-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.basebtn {
	left: 0px;
	display: block;
}
.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); }
}
.shadingOf {
    display: block;
    margin: auto;
    text-align: center;
}
.btn-qui {
	font-size: 12px;
	color: rgba(246,246,246,1);
	background-color: rgba(153,153,153,1);
	display: inline-block;
	padding: 15px;
	font-weight: bold;
}
.btn-qu {
	background-color: rgba(153,153,153,1);
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
}
.inline {
	vertical-align: middle;
	display: inline;
}
.txt2 {
	text-align: center;
	display: inline-block;
}
.barCode {
    background-color: rgba(255,255,255,1);
    display: block;
    padding: 15px;
    width: 300px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border-radius: 4px;
}
.barCode img {
	display: block;
	margin: auto;
}
.lightgreen-bk {
	background-color: rgba(242,244,255,1);
}
.hd11 {
	font-size: 12px!important;
}
.hangRpdate {
    display: none;
    position: absolute;
    left: 0px;
    top: 30px;
    right: 0px;
    background-color: rgba(30,30,30,1.00);
}
.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: 62px;
    font-family: "Carter One", serif;
    line-height: 1.3;
}
.orange-txt {
	color: #FF6600;
}
.homone {
	display: none;
}
.slantbottom:before {
	content: "";
	height: 140px;
	transform: skewY(4deg);
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	background-color: rgba(255,255,255,1);
}
.slantbottom:after {
	content: "";
	height: 140px;
	transform: skewY(4deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	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.1;
    font-family: "Carter One", serif;
    font-size: 100px;
    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 {
	position: absolute;
	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%;
	vertical-align: top;
	display: inline-block;
}
.layer-50 {
    width: 50%;
    display: inline-block;
}
.layer-30 {
	width: 30%;
	vertical-align: top;
	display: inline-block;
}
.layer-60 {
	width: 60%;
	vertical-align: top;
	display: inline-block;
}
.layer-40 {
	width: 40%;
	vertical-align: top;
	display: inline-block;
}
.layer-20 {
	width: 20%;
	vertical-align: top;
	display: inline-block;
}
.layer-80 {
	width: 80%;
	vertical-align: top;
	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 {
	position: absolute;
	bottom: 0;
	left: 0%;
	right: 0;
	width: 100%;
	text-align: center;
	background: url("../img/_mobile.png") no-repeat 50% 100%;
	width: 294px;
	top: 10px;
	height: 521px;
}
.download_App {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 260px;
}
.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: 680px;
	right: 0px;
	z-index: 1;
	bottom: 0px;
}
.section {
	overflow: auto;
	padding-top: 180px;
}
.round-frm-col {
	background-color: rgba(255,255,255,1);
	display: inline-block;
	width: 400px;
	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;
}
.barStats {
	display: block;
	overflow: hidden;
	border-radius: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.PlusBar {
	height: 20px;
	display: inline-block;
	vertical-align: top;
}
.slant-left {
	position: relative;
}
.slant-left::before {
	content: "";
	transform: skewX(40deg);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(51,51,51,1);
}
.gray-bk {
	background-color: #333333;
}
.padding-tb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.yellow-bk {
    background-color: #DB8400;
}
.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;
}
.d-none{
	display: none !important;
}
.icon-2{
    display: inline-block;
    vertical-align: text-top;
}
.reg-width-col {
    display: block;
    padding-left: 250px;
    padding-right: 50px;
}
.white-trans-bk-2 {
	background-color: rgba(248,245,245,.50);
}
.firstCol-60 {
	display: inline-block;
	width: 60%;
	vertical-align: top;
}
.firstCol-40 {
	display: inline-block;
	width: 40%;
	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: inline-block ;
	width: 25%;
}
.pg-q {
	letter-spacing: 1px;
	word-spacing: 1.6px;
}
.padding-lr-15p-2 {
    padding-left: 13%;
    padding-right: 2%;
}
.fst-col-1 {
	height: 450px;
	display: flex;
	justify-content: center;
    align-items: center;
	position: relative;
}
.st-col-2 {
    display: none;
    position: relative;
    z-index: 3;
    height: 360px;
    border-radius: 5px;
    width: 100%;
}
.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: 425px;
	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: inline-block ;
	margin-top: 15px;
	margin-bottom: 30px;
	width: 32% ;
	vertical-align: top;
}
.remCol {
	display: none;
}
.eRRmsg-col {
	position: fixed;
	top: 10%;
	width: 300px;
	right: 2%;
	display: none;
}
.eRRmsg-col_2 {
	position: fixed;
	top: 10%;
	width: 300px;
	right: 2%;
	display: block;
}
.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: 100px;
	padding-bottom: 100px;
}
.in-menu ul{
	margin: 0px;
	padding: 0px;
}
.in-menu ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	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: 120px;
	padding-bottom: 120px;
}
.trade-stat-col {
    width: 380px;
}
.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 {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: -110px;
}
.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: 100px;
}
.padding-lr-100 {
	padding-left: 100px;
	padding-right: 100px;
}
.rr-point {
	position: relative;
}
.rr-point:after {
	position: absolute ;
	top: 0;
	bottom: 0;
	left: 100% ; 
	border-top: 84px solid transparent;
    border-left: 50px solid #242424;
    border-bottom: 84px solid transparent;
	content: "";
	z-index: 2;
}
.rr-point-2 {
	position: relative;
}
.rr-point-2:after {
	position: absolute ;
	top: 0;
	bottom: 0;
	left: 100% ; 
	border-top: 84px solid transparent;
    border-left: 50px solid #202020;
    border-bottom: 84px solid transparent;
	content: "";
	z-index: 2;
}
.cel-img {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
}
.padding-b-100 {
	padding-bottom: 170px;
}
.rev-col {
    width: 500px;
    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: block;
	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;
}
.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: right;
}
.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: inline-block;
	width: 31%;
	vertical-align: 
}
