html {
  position: absolute;
  min-height: 100%;
  /* height: 100%; */
  width:100%;
}

body {
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 50px;
	margin-top: 50px;
	height:100%;
}


.container {
	text-align: center;
	width:100%;
}
.toTop {
	position: fixed;
	right: 0.5%;
	bottom: 5%;
	z-index: 99;
}

.toTop img {
	width: 40px;
	opacity: 0.5;
}

.toTop img:hover {
	width: 40px;
	opacity: 15;
}

a.readmoreBtn {
	padding: 10px 30px;
	display:inline-block;
    box-sizing:border-box;
    position:relative;
    overflow:hidden;
    transition:all 200ms ease-in;
    border-radius:5px;
    text-decoration:none;
    font-size:20px;
    
}

/* a.readmoreBtn:before, a.readmoreBtn:after {
  display:block; 
    width:100%;
    content:'';
    box-sizing:border-box;
    position:absolute;
    height:0px;
    border-radius:5px;
} */
/* a.readmoreBtn:before {
    border-top:1px solid white;
    border-right:1px solid white;
    left:-2000%;
    top:0;
    height:0px;
}
a.readmoreBtn:after {
    border-bottom:1px solid white;
    border-left:1px solid white;
    left:2000%;
    bottom:0;
    height:0px;
} */

/* @-webkit-keyframes left-up {
    0% {
        left:100%;
        height:0;
    }
    50% {
        left:0;
        height:0;
    }
    100% {
        height:100%;
        left:0;
    }
}
@-webkit-keyframes right-dn {
    0% {
        left:-100%;
        height:0;
    }
    50% {
        left:0;
        height:0;
    }
    100% {
        height:100%;
        left:0;
    }
} */

a.readmoreBtn:hover {

    color:#808080;
}
/* a.readmoreBtn:hover:after, a.readmoreBtn:hover:before {
    -webkit-animation-duration:900ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards
}
a.readmoreBtn:hover:after {
    -webkit-animation-name:left-up;
}
a.readmoreBtn:hover:before {
    -webkit-animation-name:right-dn;
}
 */
.section_header {
	font-size: 40px;
	text-align:center;
	color: #000;
}

.section_header_white {
	font-size: 40px;
	text-align:center;
	color: #fff;
	padding-top: 50px;
}

.hr_white:after {
	content:"";
	display:block;
	margin: 1em auto;
	height:1px;
	width:60%;
	max-width:200px;
	background-image: linear-gradient(to right, rgba(255,255,255,0), #fff, rgba(255,255,255,0));
}
.hr_black:after {
	content:"";
	display:block;
	margin: 1em auto;
	height:1px;
	width:60%;
	max-width:200px;
	background-image: linear-gradient(to right, rgba(255,255,255,0), #000, rgba(255,255,255,0));
}
.service_icon {
	padding-right:1em;
	padding-top: 0.5em;
}

hr {
	width: 5%;
	margin-left: auto;
	margin-right: auto;
	border-color:#333333;
}

footer {
	height: 50px;
	width: 100%;
	padding: 20px;
	text-align:center;
	background-color:#333333;
	color: #fff;
	position: absolute;
	bottom: 0;
}
/*********************** Service **************************/
.table_padding {
	padding: 3em; 
}
.service_table th {
	font-size: 25px;
	vertical-align:top;
}
.service_table td {
	vertical-align:top;
	font-size: 16px;
}
.service_table ul {
	list-style-type: none;
}
.service_table ul li:before {
	content: "-";
	left:-15px;
	position:relative;
}

.service_table ul li {
	text-indent: -24px;
}

/*********************** Nav **************************/
.navbar {
	/* background: rgba(0,0,0,0.7); */
	background: #000;
	text-align:right;
	font-variant: small-caps;
}

.nav_current {
	color: red;
}

.nav_logo {
	padding-top:5px;
	text-align: left;
	padding-left: 3em;
}

nav ul {
	margin:0px;
	padding:0px;
}

nav ul li {
	list-style-type:none;
	display: inline;
	padding: 0px 20px;
	color:#ccc;
	font-size: 16px;
}
nav ul li a{
	text-decoration: none;
	color:#ccc;
}
nav ul li a:hover{
	text-decoration: none;
	color:#999;
}

#navbar_button{
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 3em;
}

/*********************** Slideshow **************************/
.nivoSlider {
	width:100%;
	z-index:0;
}
.nivo-controlNav {
	text-align: center;
	position: absolute;
	z-index: 1;

}
.home_caption {
	/* font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;  */
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.nivo-caption h1{
	color: #fff;
	font-size: 72px;
}
.nivo-caption p{
	color: #fff;
	font-size: 24px;
	padding: 5em;
	margin-bottom: 2em;
}


/*********************** Parallax **************************/
.parallax-window {
	min-height: 600px;
	background:transparent;
}

/* .service_content .parallax-window {
	min-height: 900px;
} */





/*********************** About **************************/
.about_section {
	text-align: center;
	font-size: 18px;
	padding: 70px;
}


/*********************** Tech **************************/
.step_section {
	padding-top:50px;
	/* padding-bottom:50px; */
}
.tech_content {
	color: #fff;
}
.tech_subhead {
	font-size:30px;
}
ol {
	list-style-type: upper-roman;
	font-size: 18px;
	text-align: left;
}
ol li {
	margin-top: 1em;
	margin-bottom: 1em;
	/* float: left; */
}

.steps {
	font-size: 25px;
}
.steps_subhead {
	font-size: 20px;
	color: red;
}
.steps_instruction {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom:20px;
}
.inter_table_div {
	padding-top:30px;
}

.inter_table th{
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
}
.inter_table ul li {
	font-size: 18px;
	text-align:left;
}
.interaction_section {
	color:#fff; 
	padding-top:50px;
}
/*********************** Works **************************/
.work_img {
	padding-top: 10px;
	padding-bottom: 10px;
}

.work_img:active, .work_img:focus {
	outline: none;
}
.work_img img {
	width: 40%;
	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.hover_transition {
	-webkit-transform: scale(1.15); 
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.work_info {
	display: none;
	text-align: center;
}
.info p{
	text-align: center;
	color: #000;
	font-size: 18px;
}
.app_store img{
	width: 200px;
}

/*********************** STRATEGY **************************/
.o2o_section {
	text-align: center;
	font-size: 18px;
	padding: 0 70px;
}
.o2o_text {
	padding: 50px 0;
}
.o2o_text p {
	font-size:18px;
}
.strategy_img {
	width: 60%;
}


/***********************************************************
*	Responsive
************************************************************/
@media (min-width: 1200px) {

	a.readmoreBtn:before {
		border-top:1px solid white;
		border-right:1px solid white;
		left:-2000%;
		top:0;
		height:0px;
	}
	a.readmoreBtn:after {
		border-bottom:1px solid white;
		border-left:1px solid white;
		left:2000%;
		bottom:0;
		height:0px;
	}

	a.readmoreBtn:before, a.readmoreBtn:after {
	  /*  display:block; */
		width:100%;
		content:'';
		box-sizing:border-box;
		position:absolute;
		height:0px;
		/* border-radius:5px; */
	}
	
	a.readmoreBtn:hover:after, a.readmoreBtn:hover:before {
		-webkit-animation-duration:900ms;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-fill-mode: forwards
	}
	a.readmoreBtn:hover:after {
		-webkit-animation-name:left-up;
	}
	a.readmoreBtn:hover:before {
		-webkit-animation-name:right-dn;
	}

	@-webkit-keyframes left-up {
		0% {
			left:100%;
			height:0;
		}
		50% {
			left:0;
			height:0;
		}
		100% {
			height:100%;
			left:0;
		}
	}
	@-webkit-keyframes right-dn {
		0% {
			left:-100%;
			height:0;
		}
		50% {
			left:0;
			height:0;
		}
		100% {
			height:100%;
			left:0;
		}
	}

}

/***********************************************************
*	
************************************************************/
@media (min-width:992px)and (max-width: 1199px) {
	
	.nivo-caption h1{
		color: #fff;
		font-size: 62px;
	}
	.nivo-caption p{
		color: #fff;
		font-size: 14px;
		padding: 5em;
	}

	.strategy_img {
		width: 90%;
	}
	
	a.readmoreBtn:before {
		border-top:1px solid white;
		border-right:1px solid white;
		left:-2000%;
		top:0;
		height:0px;
	}
	a.readmoreBtn:after {
		border-bottom:1px solid white;
		border-left:1px solid white;
		left:2000%;
		bottom:0;
		height:0px;
	}

	a.readmoreBtn:before, a.readmoreBtn:after {
	  /*  display:block; */
		width:100%;
		content:'';
		box-sizing:border-box;
		position:absolute;
		height:0px;
		/* border-radius:5px; */
	}
	
	a.readmoreBtn:hover:after, a.readmoreBtn:hover:before {
		-webkit-animation-duration:900ms;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-fill-mode: forwards
	}
	a.readmoreBtn:hover:after {
		-webkit-animation-name:left-up;
	}
	a.readmoreBtn:hover:before {
		-webkit-animation-name:right-dn;
	}

	@-webkit-keyframes left-up {
		0% {
			left:100%;
			height:0;
		}
		50% {
			left:0;
			height:0;
		}
		100% {
			height:100%;
			left:0;
		}
	}
	@-webkit-keyframes right-dn {
		0% {
			left:-100%;
			height:0;
		}
		50% {
			left:0;
			height:0;
		}
		100% {
			height:100%;
			left:0;
		}
	}
	
	
	
}



/***********************************************************
*	Tablet
************************************************************/
@media (min-width:767px)and (max-width: 991px) {
	.nivo-caption h1{
		color: #fff;
		font-size: 52px;
	}
	.nivo-caption p{
		color: #fff;
		font-size: 18px;
		padding: 5em;
	}
	.service_table {
		margin-bottom: 5em;
	}
	
	a.readmoreBtn {
		padding: 10px 30px;
		display:inline-block;
		box-sizing:border-box;
		position:relative;
		overflow:hidden;
		transition:all 200ms ease-in;
		border-radius:5px;
		text-decoration:none;
		font-size:14px;   
	}
	ol {
		list-style-type: upper-roman;
		font-size: 18px;	
	}
	ol li {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	.inter_table {
		margin-left: 17%;
	}
	
	/***** Technology *****/
	.tech_subhead {
		font-size:30px;
	}
	
	/***** O2O *******/
	.strategy_img {
		width:90%;
	}
	.more_data_img {
		width: 70%;
	}
	
	/***** Works *****/
	.work_img img {
		width: 25%;
	}
}

@media (max-width: 767px) {
 	.parallax-window {
		min-height: 400px;
		background: transparent;
	}
	.nav_logo {
		padding-left:1em;
	}
	#mobiletoTop {
		position: fixed;
		top: 14px;
		z-index: 99;
		right:70px
	}
	
	#mobiletoTop img {
		width:25px;
		opacity:0.5;
	}
	
	.nivo-caption h1{
		color: #fff;
		font-size: 25px;
	}
	.nivo-caption p{
		color: #fff;
		font-size: 15px;
		padding: 5em;
	}
	.section_header {
		font-size: 25px;
	}
	.section_header_white {
		font-size: 25px;
		padding: 0px;
	}
	/****** Nav ******/
	nav ul li {
		list-style-type:none;
		color: #ccc;
		font-size: 16px;
		text-align: left;
		display: block;
		padding-bottom: 10px;
	}
	#navbar_button{
		padding-left:0px;
		padding-right:0px;
	}
	
	.mobile_read_more {
		padding-top: 33px;
	}
	a.readmoreBtn {
		padding: 10px 15px;
		display:inline-block;
		box-sizing:border-box;
		position:relative;
		overflow:hidden;
		border-radius:5px;
		text-decoration:none;
		font-size:13px;   
	}
	
	.toTop {
		opacity: 1;
		top:1.5%;
		/* right: 11%; */
		right: 6.5em;
	}
	
	.toTop img {
		width: 25px;
		opacity: 0.5;
	}
	
	.toTop img:hover {
		width: 25px;
		opacity: 1;
	}
	/****** About ******/
	.about_section {
		padding: 10px;
	}
	
	/****** Milestone ******/
	.milestone_section {
		padding: 10px;
	}
	.timeline-heading {
		padding-top:10px;
	}
	.timeline-body {
		margin: 15px;
	}
	.timeline-body p{
		line-height:28px;
	}
	
	
	/****** Service ******/
	.services_section {
		padding:10px;
	}
	.service_table {
		margin-bottom: 30px;
	}
	.table_padding {
		padding: 0px;
	}
	.service_table th {
		font-size:20px;
		vertical-align: top;
	}
	
	/****** Technology ******/
	.technology_img {
		width: 100%;
	}
	.tech_ol_mobile {
		padding-left:0px;
		padding-right:0px;
	}
	.tech_subhead {
		font-size:19px;
	}
	/****** Step ******/
	.step_section {
		padding:10px;
	}
	.steps {
		font-size: 20px;
	}
	.steps_subhead {
		padding-left: 10px;
		font-size:20px;
		color: red;
	}
	.mobile_step_hr_black:after {
		content:"";
		display:block;
		margin: 5px auto;
		height:1px;
		width:80%;
		max-width:250px;
		background-image: linear-gradient(to right, rgba(255,255,255,0), #000, rgba(255,255,255,0));
	}
	
	#step1, #step2, #step3, #step4 {
		padding-bottom: 20px;
	}
	#step1 img, #step2 img, #step3 img, #step4 img {
		padding-top: 5px;
		width:50%;
	}
	
	/****** Interaction ******/
	.interaction_section {
		padding:10px;
	}
	.inter_table_div {
		padding-top:20px;
	}
	.inter_table th {
		font-size:20px;
		font-weight: bold;
	}
	.inter_table ul {
		padding-left:16px;
	}
	
	/****** O2O ******/
	.o2o_section {
		padding:10px;
	}
	.o2o_text {
		padding:0px;
	}
	.strategy_img {
		width:100%;
	}
	.more_data_img {
		width: 100%;
	}
	
	
	
	
	
	
	
	/***** Tech *****/

	ol {
		list-style-type: upper-roman;
		font-size: 18px;	
	}
	ol li {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	/***** Works *****/
	.work_img img {
		width: 30%;
	}
}
