#slides {
  position: relative !important;
}
#slides .slides-container {
  display: none;
}



#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  color:#ff0000;
  top: 80%;
  width: 100%;
  z-index: 9 !important;
	display: block
}
.slides-navigation a {
  position: absolute;
  z-index: 99999 !important;
	display: block

}
.slides-navigation a.prev {
  right: 80px;   
 background:url("../images/left-arrow.png");
 background-size:78px 100px;
 height:100px;
 width:78px;
 -webkit-transition: -webkit-opacity 0.4s ease;
  -moz-transition: -moz-opacity 0.4s ease;
  -o-transition: -o-opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.slides-navigation a.next {
  right: 0; 
  top:20px;
  background:url("../images/right-arrow.png");
   background-size:78px 100px;
 height:100px;
 width:78px;
 -webkit-transition: -webkit-opacity 0.4s ease;
  -moz-transition: -moz-opacity 0.4s ease;
  -o-transition: -o-opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.slides-navigation a.prev:hover , .slides-navigation a.next:hover{
	opacity:0.8
}
.slides-pagination {
  position: absolute;
  z-index: 100 !important;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 1px solid #ff4e2b;
  border-radius: 15px;
  width:20px;
  height: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  background: #ff4e2b;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 20px 40px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  border: 1px solid #ff4e2b;
  background:#000;
  width:20px;
  height:20px;
}
ul.slides-container{
	list-style:none;
	padding:0px;
	margin:0px;
}

.landing-container {
  position: relative;
  width: 45%;
  max-width: 550px;
  left: 90px;
  top: 50%;
  padding: 10px 10px;
  z-index:2
}
.landing-container-contact {
  position: relative;
  width: 45%;
  max-width: 550px;
  left: 90px;
  top: 2%;
  padding: 10px 10px;
  z-index:2
}
.landing-container h1, .landing-container-contact h1{
	color:#ff4e2b;
	//max-width:450px;
	//width:100%;
	display:inline-table;
	font-size:2.5em;
	font-weight:600;
	background:rgba(0,0,0,0.6);
	padding:5px 15px;
	margin:0px 0px 5px 0px;
}

.landing-container p , .landing-container-contact p{
	color:#fff;
	font-size:1.2em;
	width:63%;
	background:rgba(0,0,0,0.6);
	padding:10px 15px;
}

.contact-info{
	font-size:0.9em;
	color:#fff;
	width:63%;
	background:rgba(0,0,0,0.6);
	padding:10px 15px;
}

.pattern{
    background: url(../images/download.png) repeat center center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index:2 !important;   
}
#patternbg
{
	width:100%;
	height:100%;
	padding: 0 0px;
	position:fixed;
	z-index:3 !important; 
}

#patternbg .patternfixed{
		background:url(../images/download.png) repeat; 
  position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
  z-index:0
}

.mobilebg{
    background:url(../images/mobile_bg.jpg) no-repeat top left fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:0px;
  margin:0px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index:1 !important;   
}


.fullpage-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  left: 0px;
  top: 0%;
  padding:0;
  margin-bottom:80px;
  min-height:700px;
  
  z-index:3;
  margin:0 auto;
 // overflow-y:scroll;
}
.fullpage-container h1 {
	color:#fff;
	max-width:900px;
	text-align:center;
	box-sizing:border-box;
	width:100%;
	font-size:3.5em;
	font-weight:600;
	padding:0px 15px;
	margin:0px 0px 5px 0px;
}

.fullpage-container h2{
	color:#ff4e2b;
	text-align:center;
	box-sizing:border-box;
	max-width:900px;
	width:100%;
	font-size:2.0em;
	font-weight:normal;
	padding:0px 15px;
	margin:0px 0px 5px 0px;
}

.fullpage-container p{
	color:#fff;
	width:100%;
	font-size:1.1em;
	font-weight:normal;
	padding:0px;
	margin-bottom:40px;
}
.advantage-group{
	width:750px;
	margin:40px auto 20px;
	color:#fff;
	display:block;
	clear:both;
	min-height:130px;
}
ul.m-l{
	float:left;
	width:350px;
	padding:0px; margin:0px;
}
ul.m-r{
	float:right;
	width:300px;
	padding:0px; margin:0px;
}
ul.m-l li, ul.m-r li{
	list-style:disc;
	margin:5px 0px
}
ul.m-l li ul, ul.m-r li ul{
	padding:30px 25px 10px;
	
}
ul.m-l li ul li, ul.m-r li ul li{
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.m-l li strong, ul.m-r li strong{
	color:#ff4e2b !important;
	text-decoration:none
}

.advantage-group h2{
	padding:0px 0px 50px;
}

.advantage-group h4{
	color:#ff4e2b !important ;
	margin-bottom:60px !important;
}
.advantage-group ul{
	margin-top:50px;
}

.advantage-group ul li ul{
	padding:30px 25px 10px;
}
.advantage-group ul li ul li:last-child{
	list-style:none;
}

.fullpage-container center{
	color:#fff;
	box-sizing:border-box;
	padding:0 10px;
}
.fullpage-container strong{
	color:#fff;
	text-decoration:underline
}
.fullpage-container strong.obg{
	color:#000;
	font-size:1.2em;
	background:rgba(255,78,43,1);
	padding:5px;
	margin:5px 0;
	display:block
}

.fullpage-container p ul{
	color:#fff;
	margin-top:-70px;
}

.fullpage-container ul{
	color:#fff;
	margin-top:-30px;
}

div.box3-1{
	width:280px;
	display:block;
	min-height:250px;
	margin:20px 10px 10px 0px;
	float:left;
	color:#fff;
	overflow:hidden;
	word-wrap: break-word;
}

div.box3-1 img{
	text-align:center;
	margin:0 auto;
	display:block;
}
.fullpage-container h3 {
	color:#ff4e2b;
	max-width:990px;
	text-align:left;
	width:100%;
	font-size:3.5em;
	font-weight:600;
	padding:0px 0px 10px;
	margin:0px 0px 15px 0px;
}

.fullpage-container h4{
	color:#ff4e2b;
	text-align:left;
	max-width:990px;
	width:100%;
	font-size:2.0em;
	font-weight:normal;
	padding:0px ;
	margin:0px 0px 5px 0px;
}

.maincolor{
	color:#ff4e2b !important;
}


hr.style-eight {
    padding: 0;
    border: none;
	margin:80px 0px 5px;
    border-top: medium double #ff4e2b;
    color: #fff;
    text-align: center;
}
hr.style-eight::after {
    content: "\2193";
    display: inline-block;
    position: relative; 
    top: -0.9em;  
    font-size: 1.5em;
    padding: 0.25em 0.60em 0.45em;
    background:rgba(255,78,43,1);
}

@media screen and (max-width: 767px) {
  .landing-container {
    margin-top: 60px;
    max-width: 100%;
    width: 100%;
	top: 0%;
	left:0;
    position: absolute;
	 z-index:3
  }
  .landing-container-contact {
  position: absolute;
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
  left: 0;
  top: 2%;
  z-index:3
}
  .landing-container h1 ,   .landing-container-contact h1{
	font-size: 1.8em;
	font-weight:bold;
	width:80%;
}
.landing-container p , .landing-container-contact p{
	font-size:1em;
	line-height:1.2em;
	width:80%;
	
}

.hiring{
	display:none;
}
.contact-info{
	font-size:0.9em;
	line-height:1.2em;
	color:#fff;
	width:80%;
	background:rgba(0,0,0,0.6);
	padding:5px 15px;
}
div.box3-1{
	width:100%;
	display:block;
	min-height:250px;
	text-align:center;
	color:#fff;
	overflow:hidden;
	word-wrap: break-word;
}
.fullpage-container h1 {
	color:#fff;
	max-width:900px;
	text-align:center;
	box-sizing:border-box;
	width:100%;
	font-size:2.5em;
	font-weight:600;
	padding:0px 15px;
	margin:0px 0px 5px 0px;
}

.fullpage-container h2{
	color:#ff4e2b;
	text-align:center;
	box-sizing:border-box;
	max-width:900px;
	width:100%;
	font-size:1.5em;
	font-weight:normal;
	padding:0px 15px;
	margin:0px 0px 5px 0px;
}
.fullpage-container h3 {
	color:#ff4e2b;
	max-width:990px;
	text-align:center;
	width:100%;
	font-size:2.5em;
	font-weight:600;
	padding:0px 0px 10px;
	margin:0px 0px 15px 0px;
	
}

.fullpage-container p{
	color:#fff;
	width:100%;
	font-size:1.1em;
	font-weight:normal;
	padding:0px 10px;
	box-sizing:border-box;
	margin-bottom:40px;
	text-align:left
}

.three-one-group{
	width:100%;
	padding:10px;
	box-sizing:border-box;
}

.three-two-group{
	width:100%;
	//padding:10px;
	box-sizing:border-box;
}
.fullpage-container strong{
	color:#fff;
	text-decoration:underline;
	display:block;
	text-align:left;
	width:100%;
	padding:10px;
	box-sizing:border-box;
}
.three-two-group img , .three-one-group img{
	max-width:80%;
	height:auto;
	display:block;
	margin:0 auto;
}

.fullpage-container ul{
	color:#fff;
	margin-top:-30px;
	margin-bottom:25px;
	box-sizing:border-box;
	width:100%;
	list-style:disc !important;
	display:block;
	padding:0px 20px 0px 50px;
	text-align:left
}
.fullpage-container ul.m-l , .fullpage-container ul.m-r{
	color:#fff;
	margin-top:-30px;
	margin-bottom:5px;
	box-sizing:border-box;
	width:100%;
	list-style:none !important;
	display:block;
	padding:10px;
	text-align:center;
}

ul.m-l li, ul.m-r li{
	list-style:none;
	list-style-position:outside;
	margin:5px 20px;
}

.advantage-group ul li ul li:last-child{
	list-style:disc;
	margin:5px 0px;
	list-style-position:outside;
}
.advantage-group ul li ul li.nodisc{
	list-style:none;
	margin: 0px;
	list-style-position:outside;
}
.advantage-group ul li ul li.nodisc img{
	max-width:100%;
	height:auto;
	display:block;
}

.advantage-group ul li ul li{
	list-style:disc;
	list-style-position:outside;
}
.advantage-group{
	width:100%;
	margin:40px auto 20px;
	color:#fff;
	display:block;
	clear:both;
	min-height:130px;
		text-align:center;

}
.java_logo img{
	width:15%;
	height:auto;
	
}
.fullpage-container h4{
	color:#ff4e2b;
	text-align:left;
	//max-width:990px;
	width:100%;
	box-sizing:border-box;
	font-size:2.0em;
	font-weight:normal;
	padding:10px ;
	margin:0px 0px 5px 0px;
}
}