.Portfolio {
 
    float: left;
    max-width: 24%;
    transition-duration: 0.4s;
    border-radius: 0px;
    animation: winanim 0.5s ;
-webkit-backface-visibility:visible;
    backface-visibility:visible;
    box-shadow:0 3px 5px ;
background-color: #fff;
    position: relative;
    margin: 5px;
    border: 1px solid #eeeeee;
  
    box-shadow:0 3px 5px -1px rgba(0,0,0,0.05),0 5px 8px 0 rgba(0,0,0,0.1),0 1px 14px 0 rgba(0,0,0,0.05)
}

.Portfolio:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.05),0 17px 50px 0 rgba(0,0,0,0.05);
}

.Portfolio img {
    width: 100%;
    height: auto;
    border-radius: 5px
}

.desc {
    padding: 5px;
    text-align: center;

    background:black;

}

.nav {
    padding:20px;
    margin-left:340px;
    margin-top:-30px;
}

.nav li a { 
    margin:5px;
    padding: 15px 50px; 
    font-size:16px; 
    color:hotpink; 
    background: #000;
    transition-duration: 0.4s;
}
.nav a:hover { 
    background:#333; 
}
.nav .active { 
    background-color:hotpink !important;
    color:#fff;
}

@keyframes winanim {
    0%{opacity:0;transform:scale3d(.3,.3,.3)}
    50%{opacity:1}
    
}-1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)
}

.Portfolio:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.3),0 17px 50px 0 rgba(0,0,0,0.3);
}

.Portfolio img {
    width: 100%;
    height: auto;
    border-radius: 5px
}

.desc {
    padding: 5px;
    text-align: center;
	font-weight:600;
    background:#fff;
	color:#1f4b23 !important;
	padding-bottom:14px;

}

.nav {
    padding:10px 0px 10px;
margin: 0 auto;


}

.nav li a { 
    margin:5px;
    padding: 9px 28px;
    font-size:16px; 

    background: #1f4b23;
	color:#fff;
border: 1px #fff solid;
-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
border-radius: 0px !important;

-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.nav a:hover { 
    background:#333; 
}
.nav .active { 
    background-color:#d7bf1f !important;
    color:#fff;
}

@keyframes winanim {
    0%{opacity:0;transform:scale3d(.3,.3,.3)}
    50%{opacity:1}
    
}













.logo-text{
	background-color:rgba(38,152,70,0.3);
	height:100vh;
	
}
.mainlogo{
	display: block;
	z-index: 10002;
	position: relative;

	text-align:center;
	

	
}
.top-logo{
	display:block;
	z-index:99999;
	text-align:center;
	max-width:320px;
	
}

.top-logo .logo-text img{
	margin:0 auto;
	text-align:center;
		padding-top:50px;
}


.top-text{
margin-top: -172px;
padding-bottom: 40px;	
}
.top-logo  .slide-01{
	margin:0 auto;
	text-align:center;
	font-size:55px;
	text-transform:uppercase;
	letter-spacing: -2.5px;
	color:#fff;
		font-weight:100;
		margin-top:30px;
		margin-bottom: -20px;
		text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.0);


}
.top-logo .slide-02{
	margin:0 auto;
	text-align:center;
		font-size:26px;
	text-transform:uppercase;
	color:#fff;
	font-weight:100;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.0);
}

.whitebox{
	background-color: #fff;
z-index: 10000;
display: block;
overflow: auto;
position: relative
}





.scrolldown {
bottom: 5%;
position: absolute;
z-index: 10005;

}
.scrolldown a img{
	width:50px;
	height:auto;
position: absolute;
bottom: 20px;
left: 50%;
z-index: 2;
display: inline-block;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
color: #fff;
font: normal 400 20px/1 'Josefin Sans', sans-serif;
letter-spacing: .1em;
text-decoration: none;
transition: opacity .3s;
	
}


.bounce .fa{
	color:#fff;
	font-size:50px !important;
}
.arrow {
  text-align: center;

  color:#fff;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
    color:#fff;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

p {
  line-height: 1.55;
  color: #333;
  font-size: 400;
  font-family: Roboto, sans-serif;
  font-size:18px;
}

h1 {
  font-size: 62px;
  color:#d7bf1f;
  text-transform: uppercase;
  font-weight:700;
}

h2 {
  font-size: 51px;
  color:#1f4b23;
  text-transform: uppercase;
  font-weight:bold;
  margin-bottom: -19px;
}
h2.white {
  font-size: 51px;
  color:#fff;
  text-transform: uppercase;
  font-weight:bold;
  margin-bottom: -19px !important;
}

h3 {
  font-size: 60px;
  color:#007c25;
  font-weight:bold;
  text-transform:uppercase;
}

h4 {
  font-size: 18px;
}


h5 {
  font-size: 30px;
  color:#fff;
  font-weight:600;
  text-transform:uppercase;
}

h6 {
  font-size: 40px;
  color:#007c25;
  font-weight:400;
  text-transform:uppercase;

}
p.dark{
	color:	#333 !important;
}
p.dark strong {
	display:block;
}


hr.yellow {
    color: #d7bf1f;
    border: 2px solid;
    width: 140px;
    margin-left: 0;
    text-align: left;
	margin: -10px 0px 13px 0px;
}

.welcome{
	background-image:url(../img/bg-profile.jpg);
	background-color:#ffcc00;
	background-size:cover;
	background-position:left top;
	padding-bottom: 192px;
}

.products{
	background-image:url(../img/bg-products.png);
	background-color:#f6fbf6;
	background-size:cover;
	background-position:left bottom;
}



p span strong{
	font-size:25px;
	color:#1f4b23;
	display:block;
	font-family:Roboto Condensed;
	font-weight:100;
}
p span.white strong{

	color:#fff;

}

a.btn-midtrans{
	background-color: #007c25;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	color: #fff;
	padding: 10px 31px !important;
	border-radius: 0px !important;
	text-transform: uppercase;
	border:1px #fff solid;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
	letter-spacing: -0.5px;
	font-weight: bold !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
a:hover.btn-midtrans{
		background-color: #d7bf1f;
}

.btn-midtrans.yellow{
	background-color: #d7bf1f !important;
}

a:hover.btn-midtrans.yellow{
	background-color: #007c25 !important;
}

img.im-responsive{
	display:block;
	width:100%;
}

.contact-bg{
	background-image:url(../img/bg_contact.jpg);
	background-size:cover;
	color:#fff;
	background-position:bottom;
	text-align:center;
	padding:80px 0px 80px;
}
.contact-bg p{
	color:#fff;
}

.contact-bg p a{
	color:#fff;
}
.contact-bg p a:hover{
	color:#d7bf1f;
}

.social a .fa{
	font-size: 29px;
	color: #fff;
	margin: 0px 16px;
}

.social a:hover .fa{
	font-size: 29px;
	color: #d7bf1f;
	margin: 0px 16px;
}

.home-map iframe{
	width:100%;
	height:100%;
}


.contact-bar .row {
    margin-right: 0px;
    margin-left: 0px;
	margin-top:2px;
}

.contact-bar .row .col-sm-12{

padding-right: 0px;
padding-left: 0px;
}

form.contactform {
    display: contents;
}
/* ==================================================
  General
  ================================================== */
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* ==================================================
  Elements
  ================================================== */
.btn {
	background-color: #007c25;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	color: #fff;
	padding: 10px 31px !important;
	border-radius: 0px !important;
	text-transform: uppercase;
	border:1px #fff solid;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
	letter-spacing: -0.5px;
	font-weight: bold !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn:hover {
  background-color: #d7bf1f;
  color: #fff;
}

.btn:focus {
  color: #fff;
}

.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  background-color: #fff;
  color: #007c25;
}

section {
  padding: 85px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #007c25;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}

/* ==================================================
  Hero Styling
================================================== */


.hero {
  display: table;
  position: relative;
 /* background-image:url(../img/slider01.jpg); Rashid */
 background-color:#fff;
  background-size: cover;
  padding:0px 0;
  color: #fff;
  width: 100%;

}

.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.hero-brand {
  margin-bottom: 75px;
  display: inline-block;
}

.hero-brand:hover {
  opacity: .75;
}

.tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  margin: 45px 0 75px 0;
  color: #fff;
}


/* ==================================================
  Header Styling
================================================== */
#header {
  background: #007c25;
  height: 100px;
  background-image: url(../img/nav-bg.jpg);
  background-repeat:repeat-x;
  background-position:top;
  -webkit-box-shadow: 0px 5px 14px -7px rgba(0,0,0,0.53);
-moz-box-shadow: 0px 5px 14px -7px rgba(0,0,0,0.53);
box-shadow: 0px 5px 14px -7px rgba(0,0,0,0.53);
}

#header #logo {
  margin: 5px 25px 0 0;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 89px;
}

@media (max-width: 768px) {
  #header {
    height: 50px;
  }
  #header #logo {
    margin: 10px 0 0 0;
  }
  #header #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }
  #header #logo img {
    max-height: 30px;
  }
}

#header .social-nav {
  margin-top: 15px;
}

#header .social-nav a {
  font-size: 24px;
  margin-left: 15px;
  color: #fff;
}

#header .social-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}



/* Nav Meu Styling */
.nav-menu a {
    padding: 40px 7px 30px 8px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	outline: none;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #d7bf1f;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #007c25;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 15px;
}

.nav-menu ul li a:hover {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 1200px) {
  #nav-menu-container {
    display: none;
  }
}

@media (max-width: 1199px) {
  #mobile-nav-toggle {
    display: inline;
	z-index: 9999999;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 10002;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #007c25;
}

#mobile-nav ul .menu-item-active {
  color: #007c25;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* ==================================================
  Stats Styling
================================================== */
.stats-row {
  margin-top: 65px;
}

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #666;
  border: 6px solid #007c25;
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative;
}

.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  background-color: #E04F00;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

/* ==================================================
  Parallax Styling
  ================================================== */
.block {
  color: #fff;
	height: 520px;
  overflow: hidden;
  padding-top: 85px;
}

.block.processing {
  color: #fff;
	min-height: 760px;
  overflow: hidden;
  padding-top: 85px;
}

.block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block p {
  color: #fff;
  margin-bottom: 45px;
}

/* ==================================================
  Features Styling
  ================================================== */
.features {
  padding-bottom: 45px;
}

.features h2 {
  color: #007c25;
}

.feature-col {
  display: table;
  padding-bottom: 45px;
}

.feature-col > div > div {
  display: table-cell;
  vertical-align: middle;
}

.feature-col > div > div:last-child {
  padding-left: 20px;
}

.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #007c25;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.feature-col h3 {
  color: #007c25;
}

.feature-col p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #999;
}

/* ==================================================
  Call-to-action Styling
  ================================================== */
.cta {
  background-color: #007c25;
  padding: 25px 0;
}

.cta h2 {
  margin-bottom: 5px;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta p {
  margin-bottom: 0;
  opacity: .75;
}

.cta .btn-ghost {
  position: relative;
  top: 13px;
}

/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #007c25;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row > div {
  padding: 0;
}

.portfolio-grid .row > div .card img {
  width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

/* ==================================================
  Team Styling
  ================================================== */
.team h2 {
  color: #007c25;
}

.team .col-sm-3 {
  padding: 0;
}

.team .card > a {
  display: block;
}

.team .card img {
  width: 100%;
}

.team .card h4 {
  color: #fff;
  text-transform: uppercase;
}

.team .card p {
  font-size: 11px;
  color: #fff;
  opacity: .75;
  margin: 0;
  padding: 0 35px;
}

.team .card .social-nav {
  margin-bottom: 45px;
}

.team .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.team .card .social-nav a:hover {
  opacity: .75;
}

.team .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.team .card:hover .card-title-wrap {
  background-color: #007c25;
}

.team .card:hover .card-title-wrap .card-title, .team .card:hover .card-title-wrap .card-text {
  color: #fff;
}

.team .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.team .card-title-wrap .card-title, .team .card-title-wrap .card-text {
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin: 0;
}

.team .card-title-wrap .card-title {
  font-size: 24px;
  color: #333;
}

.team .card-title-wrap .card-text {
  font-size: 18px;
  color: #999;
}

/* ==================================================
  Contact Section
  ================================================== */
#contact {
  background: #fff;
  padding: 80px 0;
  background-image:url(../img/contact-bg.jpg);
  
}

#contact h2 {
  font-family: 'Montserrat', sans-serif;
  color: #007c25;
}

#contact .info i {
  font-size: 32px;
  color: #007c25;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #007c25;
  border: 1px solid #007c25;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}




#contact .form button[type="submit"] {
	background-color: #007c25;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #fff;
	padding: 10px 31px !important;
	border-radius: 0px !important;
	text-transform: uppercase;
	border:1px #fff solid;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
	letter-spacing: -0.5px;
	font-weight: bold !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #d7bf1f;
}

/* ==================================================
  Footer Styling
  ================================================== */
  
  .form-control {
margin-bottom: 13px;
    padding: 13px 15px;
  }
.site-footer {
  background-color: #111;
  padding: 0;
}

.site-footer p{
	font-size:13px;
}
.site-footer p a{
	color:#71d38d;
	
}
.site-footer p a:hover{
	color:#d7bf1f;
	
}

.site-footer h2, .site-footer p {
  color: #71d38d;
}

.site-footer p {

  line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  background-color: #269846;
  padding: 10px 0;
}

.site-footer .bottom .list-inline, .site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
  color: #007c25;
}

.site-footer .credits {
  color: #ddd;
}

.site-footer .credits a {
  color: #007c25;
}

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
  section,
  .block,
  .cta {
    padding: 35px 0;
  }
  .features {
    padding-bottom: 5px;
  }
  p,
  .block p {
    margin: 0;
  }
  .hero-brand {
    margin-bottom: 35px;
  }
  .tagline {
    margin: 35px 0;
  }
  h1 {
    font-size: 32px;
    margin: 0;
  }
  h2,
  .tagline {
    font-size: 24px;
  }
  h2 {
    margin-bottom: 25px;
  }
  h3 {
    font-size: 14px;
  }
  .hero {
    padding: 75px 0;
  }
  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
}


@media only screen and (min-width:991px) and (max-width:1199px){
.Portfolio {

    max-width:100%;
	}
}


@media (max-width: 990px) {
	.Portfolio {

    max-width: 48%;
	}
	a.btn-midtrans{
		display:block;
		margin:0 auto;
	}
	
	p, .block p {
		text-align:center;
	
	}
	
	hr.yellow {

text-align: center !important;

display: block;

margin: 0 auto !important;
	}
h1 {
       font-size: 37px;
    margin-top: 9px;text-align:center;
}

hr.yellow {

    margin: 3px 0px 13px 0px;text-align:center;
	
}
h3 {
    font-size: 40px;text-align:center;
}
h2 {
    margin-bottom: 0px;text-align:center;
}
h2, .tagline {
    font-size: 44px;text-align:center;
}
.products {

    background-position: right bottom;
}
.block.processing {

    height: auto;
}
h2.white {
    font-size: 39px;
}
#contact{
	width:90%;
	margin:0 auto;
}

.welcome {
   
    padding-bottom: 0px;
}
 
}

@media (max-width: 529px) {
	.Portfolio {
		float:none;
    max-width: 100%;
	}
}



