html {
	position: relative;
}

h1{
	font-family: 'Roboto', sans-serif;
}

h3,h4,h5,h2{
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
}

.jumbotron {
	background: linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ),url(../images/bg1.jpg);
	height: 660px;
	background-attachment: fixed;
	background-size: cover;
	color: #eaeaea;
	overflow: hidden;
	margin: 0;
}

.jumbotron h1{
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	color: #8dc342;
	margin-top: 170px;
	margin-left: 20px;
	font-weight: 400;
    font-size: 70px;
	font-family: 'Satisfy', cursive;
}

.jumbotron p{
	margin-left: 20px;
}

.jumbotron p span{
	background: rgba(0,0,0,0.5);
	color: #8dc342;
	font-style: italic;
	padding: 5px;
	border-radius: 4px;
}

/* contact section */
.contact {
	background: rgba(0, 0, 0, 0.5);
	color: #eaeaea;
	overflow: hidden;
	margin-top: 160px;
	padding: 20px;
	
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.form-control:valid {
  color:  #eaeaea!important;
}

.form-control::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: white; }  /* Microsoft Edge */

.icon {
    padding: 12px;
    background: #8dc342;
    color: white;
    min-width: 50px;
    text-align: center;
}

.contact .form-control {
	background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 20px;
    outline: none;
	color: #555;
	border: 1px solid #8dc342;
	border-radius: 0;
}

.btn2 ,.contact h4{
	background: #8dc342;
	width: 100%;
	padding: 10px;
	border: none;
}

.btn2:hover{
	color: #fff;
	opacity: 0.9;
}


.navbar-default{
	background-color: transparent;
	border-bottom: 0px;
	border: 0px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	padding-top: 15px;
	height: 80px;
	font-family: 'Archivo Narrow', sans-serif;
}
.navbar-default .navbar-brand{
	font-size: 30px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-family: 'Orbitron', sans-serif;
}

.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover{
	color: #fff;
	margin-left: 110px !important;
}

.navbar-right {
    float: right!important;
    margin-right: 63px !important;
}

.shrink{
	background-color: rgba(0,0,0,0.7);
	height: 60px;
	padding-top: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.shrink .navbar-brand{
	font-size: 28px;
	color: #8dc342;
}

.navbar-default .navbar-brand span{
	color: #8dc342;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
	background: transparent;
	color: #8dc342;
}

.navbar-default .navbar-nav>li>a{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.navbar-default .navbar-nav>li>a:before{
	content: '';
	width: 0px;
	height: 3px;
	background: #8dc342;
	position: absolute;
	top: 90%;
	left: 0;
	transition: .5s;
}

.navbar-default .navbar-nav>li:hover>a:before{
	width: 40%;
	transform: translateX(100%);
}

.shrink .navbar-header img{
	width: 170px;
	margin-top: -13px;
}

.navbar-header img{
	width: 190px;
	margin-top: -20px;
	margin-left: -55px;
}
	
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in{
        display:block !important;
    }
	.collapsing, .in {background-color: #f7f7f7;}
    .collapsing ul li a, .in ul li a {color: #555!important;}
    .collapsing ul li a:hover, .in ul li a:hover {color: #8dc342!important;}
}
	
@media only screen and (max-width: 767px) {
.collapsing, .in {background-color: #f7f7f7;}
.collapsing ul li a, .in ul li a {color: #555!important;}
.collapsing ul li a:hover, .in ul li a:hover {color: #8dc342!important;}
.shrink .navbar-header img{width: 100px; margin: -10% 0 0 -95%;}
.navbar-header img{width: 110px; margin: -15% 0 0 -90%;}
.services-box{box-shadow: 1px 1px 10px rgba(0,0,0,0.5);}
.jumbotron{padding: 10px; height: auto;}
.jumbotron h1{margin: 100px 20px 0; font-size: 36px;}
.contact {margin: 10px;	}
}

@media only screen and (max-width: 479px) {
.collapsing, .in {background-color: #f7f7f7;}
.collapsing ul li a, .in ul li a {color: #555!important;}
.collapsing ul li a:hover, .in ul li a:hover {color: #8dc342!important;}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover{margin-left: 0px !important;}
.shrink .navbar-header img{width: 100px; margin: -10% 0 0 -95%;}
.navbar-header img{width: 110px; margin: -15% 0 0 -90%;}
.services-box{box-shadow: 1px 1px 10px rgba(0,0,0,0.5);}
.jumbotron{padding: 10px; height: auto; }
.jumbotron h1{margin: 100px 20px 0; font-size: 36px;}
.contact {margin: 10px;	}
}


hr {
	width: 50px;
	border-top: 3px solid #8dc342;
}

section{
	padding: 30px 0 50px;
}

/* this is for sroll function script.js */
.pkiri, .pkanan{
	opacity: 0;
	transform: translate(-50px, 0);
	transition: 1.5s;
}
/* this is for sroll function script.js */
.pkanan {
	transform: translate(50px, 0);
}
/* this is for sroll function script.js */
.pbawah{
	opacity: 0;
	transform: translate(0, 100px);
	transition: 1.5s;
}

.ptengah{
	opacity: 0;
	transition: 1.5s;
}
/* this is for sroll function script.js */
.pkiri.pmuncul, .pkanan.pmuncul , .pbawah.pmuncul, .ptengah.pmuncul {
	opacity: 1;
	transform: translate(0,0);
}

/* roadmap section */
.project{
	background: #f7f7f7;
}

.services-box{
    padding: 20px;
    text-align: center;
    background: #fff;
	margin-bottom: 20px;
}

.services-box h5{
	padding: 5px;
	text-transform: uppercase;
}

.services-box p{
	padding: 0 15px;
}

.services-box img{
	width: 300px;
	margin: auto;
}

/* all of button */
.btn a {
  height: 50px;
  width: auto;
  padding: 0px 40px;
  background: #8dc342;
  border: none;
  border-radius: 50px;
  color: #FFF;
  display: block;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  position: relative;
  margin:auto;
  box-sizing: border-box;
  z-index:1;
}

.btn a::before,
.btn a::after {
  background: rgba(255,255,255,.9);
  content: '';
  border-radius: 50px;
  border: 2px solid #8dc342;
  position: absolute;
  z-index: -1;
}

.btn a:hover {
  color: #262626;
  text-decoration: none;
}

.btn a::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
  transition: all 0.5s;
}

.btn a:hover:after {
  text-decoration:none;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* footer */
footer{
	background-color: #262626;
    padding: 50px 0px;
    color: #eaeaea;
}

footer p{
	color: #eaeaea;
	font-size: 1em;
	z-index: -1;
}

footer a{
	text-decoration: none;
	color: #eaeaea;
}

footer a:hover{
	text-decoration: none;
	color: #eaeaea;
	opacity: 0.9;
}

footer h4 a{
	text-decoration: none;
	color: #8dc342;
	opacity: 0.9;
}

footer h4 a:hover{
	text-decoration: none;
	color: #8dc342;
	opacity: 1;
}

footer .social a {
	background: #8dc342;
    width: 32px;
    height: 32px;
    text-decoration: none;
    color: #ddd;
    display: inline-table;
    margin: 15px 5px;
    border: 1px solid #8dc342;
    font-size: 12px;
}

footer .social a i {
    display: table-cell;
    vertical-align: middle;
}

footer img{
	width: 150px;
}

/* loader */
.preloader {
     position: fixed;
     left: 0;
     top: 0;
     z-index: 9999;
     width: 100%;
     height: 100%;
     overflow: visible;
     background: #0d0d0d;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 
.preloader span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  border: 3px solid #8dc342;
  border-radius: 50%;
  border-bottom: 6px solid transparent;
  animation: animate1 1s linear infinite;
}

.preloader span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60px;
  height: 60px;
  border: 3px solid #8dc342;
  border-radius: 50%;
  border-top: 6px solid transparent;
  animation: animate2 1s linear infinite;
}

.preloader span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 30px;
  height: 30px;
  border: 3px solid #8dc342;
  border-radius: 50%;
  border-bottom: 6px solid transparent;
  animation: animate1 1s linear infinite;
}

@keyframes animate1{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,-50%) rotate(360deg);
	}
}
@keyframes animate2{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,-50%) rotate(-360deg);
	}
}