@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: 400;
	color: rgba(0,0,0,1);
	letter-spacing: 1px;
	word-spacing: 1px;
	z-index: 5;
}
.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;
}
.yellow-bk {
	background-color: #f7b614;
}

@-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);
	width: 98%;
}
.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);
}
.blue-bk {
	background-color: #0066CC;
}
.blue-txt {
	color: rgba(0,102,204,1) ;
}
.padding-all-15 {
	padding: 20px;
}
.padding-tb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-lr-15 {
	padding-left: 15px ;
	padding-right: 15px ;
}
.padding-lr-15p {
	padding-left: 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: 5px;
}
.block {
	display: block;
}
.white-txt {
	color: rgba(255,255,255,1);
}
.textCol {
	font-size: 18px;
	font-weight: 400;
	vertical-align: middle;
	display: inline-block;
}

.small-14 {
	font-size: 14px;
}
.alignRight {

}
.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;
}
.rightAbsolute {
	top: 15px;
	right: 15px;
	position: absolute;
}
.lightash-txt {
	color: #999999;
}
.small-12 {
	font-size: 12px;
}
.upper {
	text-transform: uppercase;
}
.btn1 {
	display: inline-block;
	border-radius: 28px;
	padding: 17px;
	cursor: pointer;
}
.center {
	text-align: center;
}
.red-txt {
	color: #FF0000;
}
.width-98 {

}
.floatRight {

}

.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);
}
.white-bk {
	background-color: rgba(255,255,255,1);
}
.closeCol {
	position: absolute;
	top: 35px;
	right: 105px;
	cursor: pointer;
}
.cursor {
	cursor: pointer;
}
.minHeight-210 {
   min-height: 130px;
}
.btn2 {
	display: inline-block;
	padding-right: 7px;
	background-color: #34495e;
	vertical-align: middle;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255,255,255,1);
}
.bold {
	font-weight: bold;
}

.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;

}
.red-bk {
	background-color: rgba(255,102,102,1);
}
.firstCol-50 {
	vertical-align: top;
	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);
}

.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;
}
.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(255,153,0,1);
	text-align: center;
	display: block;
	margin: auto;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	border-radius: 5px;
	text-transform: uppercase;
}
.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;
}
.visible-overflow {
	 overflow: visible;
}
.pushDrop li {
	display: block;
	padding: 7px;
}
.sized-2 {
	height: 100%;
	width: 100%;
}

z-index-1 {
	z-index: 1;
}
.hd1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.logo-col {
	display: block;
	padding-top: 17px;
	padding-bottom: 17px;
}
.logo-col img {
	vertical-align: middle;
	display: inline-block;
	height: 38px;
	width: 38px;
}
.inline-block {
}
.hd2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.middle {
	vertical-align: middle;
}
.hd3 {
	font-size: 14px;
	font-weight: 400;
}
.hd4 {
	font-size: 14px;
	font-weight: bold;
}
.alignLeft {
	text-align: left;
}
.col-three {
	display: block;
	margin: 0px;
	padding: 15px;
	text-align: center;
}
.shadow-2 {
	box-shadow: 0 15px 45px -9px rgba(0,0,0,.5);
}

.margin-lr-15 {
	margin-right: 15px;
	margin-left: 15px;
}
.bold {
	font-weight: bold;
}

.hd5 {
	font-size: 60px;
	font-weight: 300;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
.hd8 {
	font-size: 45px;
	font-weight: 400;
	font-family: "Carter One", serif;
}
.sl-3 {
	letter-spacing: 3px;
	word-spacing: 2px;
}

.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 {

}

.hd6 {
	font-size: 50px;
	color: rgba(0,0,0,1);
	font-weight: 300;
}
.hd7 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	word-spacing: 2px;
	line-height: 30px;
}
.zindex-1 {
	z-index: 1;
}
.zindex-2 {
	z-index: 2;
}

.light-white-bk {
	background-color: rgba(234,242,255,1);
}
.black-txt {
	color: rgba(0,0,0,1);
}
.margin-t-25 {
	margin-top: 25px;
}
.black-bk {
	background-color: rgba(51,51,51,1);
}
.margin-b-25 {
	margin-bottom: 25px;
}

.border-radius-5 {
	border-radius: 5px;
}
.hd9 {
	font-size: 14px;
	text-transform: uppercase;
}

.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;
}
.green-bk {
	background-color: rgba(0,153,0,1);
}
.icon {
	vertical-align: middle;
	display: inline-block;
	margin-left: 3px;
}
.lightblue-bk {
	background-color: rgba(0,153,255,1);
}

.txt-col {
	background-color: rgba(255,255,255,1);
	display: block;
	border-radius: 27px;
	padding: 10px;
}
.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.1);
	cursor: pointer;
}

.phone-hide {
	display: none ;
}

.basebtn {
	left: 0px;
	right: 0px;
	display: block;
	position: absolute;
	bottom: 70px;
	z-index: 5;
}
.p-full-p {
	height: 100%;
	width: 100%;
}
.all-zero {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.shade-1 {
	background-color: rgba(255,255,255,0.8);
}
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.9s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}
@keyframes come-in {
  to { transform: translateY(0); }
}
.lightash-4-bk {
	background-color: rgb(109, 176, 202);
}

.p-alignRight {
	text-align: right;
}

.txt2 {
	text-align: center;
	display: inline-block;
	width: 80%;
}
.lightgreen-bk {
	background-color: rgba(242,244,255,1);
}
.hd11 {
	font-size: 12px;
}
.hd1 {
	font-size: 24px;
}
.padding-tb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.bk-img-two {
	background-image: url(../img/app-bg1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%
}
.bk-img-twelve {
	background-image: url(../img/app-bg12.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%
}
.bk-img-fourteen {
	background-image: url(../img/bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto
}
.slides {
	min-height: 600px;
}
.hd-txt-col-one {
	vertical-align: middle;
	display: inline-block;
	width: 50%;
}
.hd-txt-col-two {
	vertical-align: middle;
	display: inline-block;
	text-align: right;
	left: 0px;
	right: 0px;
	width: 50%;
}

.quotaColumn {
	right: 0px;
	min-height: 200px;
	left: 0px;
	display: block;
}
.floatCol {
	display: block;
	height: 70px;
	vertical-align: middle;
}

.dropMenu {
	display: block;
	padding: 0px;
	position: relative;
}
.dropMenu ul {
	margin: 0px;
	padding: 0px;
}
.dropMenu ul li {
	background-color: #f7b614;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px;
}
.displayMenu {
	position: absolute;
	left: 0px;
	right: 0px;
	display: none;
	z-index: 4;
}
.aboutColumn {
	display: block;
	position: absolute;
	height: 400px;
	left: 0px;
	top: -150px;
	right: 0px;
}
.bk-img-three {
	background-image: url(../img/app-bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%
}
.line-btm {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
}
.abs-text {
	color: rgba(247,247,247,0.4);
	display: block;
	position: absolute;
	z-index: 1;
	height: 100px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.hd13 {
	font-size: 70px;
	font-weight: 470;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.firstCol {
	display: block;

}
.firstCol-80 {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
.bk-img-four {
	background-image: url(../img/app-bg3.png);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.2;
}
.bk-img-five {
	background-image: url(../img/app-bg4.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%
}
.slides-2 {
	min-height: 400px;
}
.white-tr-bk {

}
.margin-tb-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.four-col {
	display: block;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.pulse-col {
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.firstCol-60 {
	display: inline-block;
	vertical-align: text-top;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.firstCol-60-2 {
	display: inline-block;
	vertical-align: text-top;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.firstCol-40 {
	display: block;
	vertical-align: text-top;
}
.bk-img-six {
	background-image: url(../img/mover-man-2.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 95% auto;
	opacity: 0.2;
}
.bk-img-seven {
	background-image: url(../img/app-bg6.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 95% auto;
	opacity: 0.2;

}
.bk-img-ten {
	background-image: url(../img/mover-man-4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
	opacity: 0.2;
}
.bk-img-eight {
	background-image: url(../img/app-bg5.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% 100%;
}
.padding-tb-100 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.img-cc-col {
	display: inline-block;
	width: 35%;
	border-radius: 5px;
	vertical-align: middle;
}
.txt-cc-col {
	display: inline-block;
	width: 65%;
	vertical-align: middle;
}
.img-sec-hd-col {
	display: block;
	padding: 5px;
	border-radius: 5px;
}
.padding-tb-20 {
	padding: 20px;
}
.pagerate {
	position: absolute;
	left: 20px;
	top: 5px;
}
.bk-img-nine {
	background-attachment: scroll;
	background-image: url(../img/app-bg7.png);
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.bk-img-eleven {
	background-attachment: scroll;
	background-image: url(../img/bg-4.png);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.bk-img-fifteen {
	background-attachment: scroll;
	background-image: url(../img/app-bg-map.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.btm-menu ul {
	margin: 0px;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.btm-menu ul li {
	vertical-align: middle;
	display: inline-block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.map-side {
  position : relative;
}
.pckeff {
  position : relative;
}
.pckeff:after {
  content  : "";
  position : absolute;
  z-index  : 1;
  bottom   : 0;
  top: 0;
  right: 0;
  pointer-events   : none;
  background-image : linear-gradient(to right, 
                    rgba(0,0,0,0), 
                    rgba(0,0,0,1) 95%);
  width    : 130px;
}
.pckeff:before {
  content  : "";
  position : absolute;
  z-index  : 1;
  bottom   : 0;
  left     : 0;
  pointer-events   : none;
  background-image : linear-gradient(to bottom, 
                    rgba(0,0,0,0), 
                    rgba(0,0,0,1) 95%);
  width    : 100%;
  height   : 130px;
}
.map-side:after {
  content  : "";
  position : absolute;
  z-index  : 1;
  bottom   : 0;
  left     : 0;
  pointer-events   : none;
  background-image : linear-gradient(to bottom, 
                    rgba(247,182,20,0), 
                    rgba(247,182,20,1) 95%);
  width    : 100%;
  height   : 5em;
}
.firstCol-65 {
	display: block;
}
.firstLayer {
	display: block;
	vertical-align: middle;
	min-height: 83px;
}
.secondLayer {
	display: block;
	vertical-align: middle;
}
.thirdLayer {
	display: block;
	min-height: 65px;
}
.padbtn {
	background-color: #f7b614;
}
.route-indi {
	background-image: url(../png/icons8-change-50.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	height: 60px;
}
.padbtn:Hover {
	background-color: rgba(0,0,0,1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	color: rgba(255,204,0,1);
}
.routeLine-col {
	display: block;
	height: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.routeLine-col ul li {
	vertical-align: middle;
	display: inline-block;
	width: 33.33%;
	height: 20px;
}
.routeLine-col ul {
	margin: 0px;
	padding: 0px;
}
.layer-70 {
	width: 70%;
	vertical-align: top;
	display: inline-block;
}
.layer-30 {
	width: 30%;
	vertical-align: top;
	display: inline-block;
}
.layer-60 {
	vertical-align: top;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.layer-40 {
	vertical-align: top;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.menuSide {
	width: 30%;
	vertical-align: middle;
	display: inline-block;
}
.checkSide {
	width: 70%;
	vertical-align: top;
	display: inline-block;
}
.Parcel-img {
	display: block;
	vertical-align: middle;
	border-radius: 5px;
	overflow: hidden;
}
.Parcel-Disc {
	vertical-align: middle;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin-t-50 {
	margin-top: 50px;	
}
.Layer-40 {
	vertical-align: top;
	display: block;
}
.Layer-20 {
	vertical-align: middle;
	display: block;
}.locPoint {
	position: absolute;
	overflow: visible;
}
.locaTXT {
	display: none;
	background-color: rgba(51,51,51,0.7);
	padding: 14px;
	border-radius: 20px;
	position: absolute;
	min-width: 90px;
}
.locPoint:Hover > .locaTXT {
	display: inline-block;
}
.p-inline-block {
	display: inline-block;
}
.menu ul li {
	display: block;
	color: #f7b614;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 15px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.9);
	display: none;
	z-index: 5;
	width: 100%;
	top: 15px;
}
.p-hide {
	display: none;
}
.Phone-size img {
	height: 60px;
	width: 60px;
}
.OptionMode {
	display: inline-block;
	top: 10px;
	bottom: 0px;
	right: 0px;
	position: absolute;
}
.firtCol-70 {
	display: block;
}
.alignbike {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.3;
}
.p-center {
	text-align: center;	
}
p {
	line-height: 25px;
}
.bk-img-one {
	background-image: url(../img/slider-courier-mask.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.p-white-bk {
	background-color: rgba(255,255,255,1);
}
.padding-tb-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.p-padding-tb-30 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.loginCol {
	display: block;
	padding: 0px;
	width: 95%;
	margin-top: 70px;
	margin-bottom: 70px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,1);
}
.footCol {
	text-align: center;
	display: block;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 15px;
	margin-top: 100px;
}
.topCol {
	padding: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}
.bk-img-sixteen {
	background-attachment: scroll;
	background-image: url(../img/slider-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.Cell {
	display: block;
	justify-content: center;
    align-items: center;
}
.Aspect-70 {
	display: inline-block;
	vertical-align: middle ;
	width: 60%;
}
.Aspect-30 {
	display: inline-block;
	vertical-align: middle ;
	width: 40%;
}
.tableCol {
	display: block;
}
.StatisticsBoard {
	background-color: rgba(51,51,51,0.8);
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	overflow: auto;
}
.displayMenu li:Hover {
	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;
	transform: scale(1.07) ;
}
.zindex-3 {
	z-index: 3;
}
.tMenu ul {
	margin: 0px;
	padding: 0px;
}
.tMenu ul li {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.displayMenu_P {
	position: absolute;
	left: 0px;
	right: 0px;
	display: none;
	top: 55px;
}
.rmn li:Hover {
	cursor: pointer;
	color: #f7b614;
	background-color: rgba(51,51,51,1);;
}
.dropMenu_Us {
	display: block;
	padding: 0px;
	position: relative;
}
.dropMenu_Us ul {
	margin: 0px;
	padding: 0px;
}
.dropMenu_Us ul li {
	background-color: #f7b614;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
}
.boxSide {
	display: flex;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #6600CC;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	opacity: 0;
}