/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/

body
	{
 		background: #ffffff;
 		color: #b8bb19;
		font-family: 'Gilroy', sans-serif;
		font-weight: 300;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
	
a {
	color: #47C6F8;
}
	
a:hover {
	color: #0FF;
}

/* start h2 */
h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #3c540c;
		font-weight: bold;
	}

/* end h2 */

/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
		padding-top: 60px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
header .fa
	{
		color: #28a7e9;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
		
	}

.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 12px 0px 0px 12px;
	}
.navbar-header .site-logo .logo-img {
		width: 200px; /* Set your desired width */
		height: auto; /* Maintain aspect ratio */
		padding : 8px;
	}
	
.navbar-default .navbar-nav li a
	{
		font-weight: bold;
		font-size: 13px;
		height: 70px;
		line-height: 40px;
	}


.navbar-default .navbar-nav > li > a.current { 
	color: #3c540c; 
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* start home */
#home
	{
		background: url('../images/home-bg2.jpg') no-repeat;
		background-size: cover;
		padding-top: 100px;
		padding-bottom: 100px;
		min-height: 500px;
	}
#home h1
	{
		font-weight: 300;
		font-size: 70px;
		padding-bottom: 10px;
		color:#ffffff;
	}
#home h1 span
	{
		color: #ffd024;
		font-weight: bold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background:#3c540c;
		border-color: transparent;
	}
.element {
	height: 60px;
	font-size: 26px;
	font-weight: 400;
}
/* end home */

/* start about */

#about .column .media 
	{
		/* height:auto; */
		display:flex;
		text-align: left;
		/* border: 1px solid #bdae23; */
	}
/* #about .column{
	grid-template-columns: auto auto;
	position: relative;
	display:flex;
	grid-template-columns: auto auto auto auto;
	gap: 5px;
	
	padding: 10px;
	  
	  border: 1px solid #bdae23;
	} */

/* #about .media-heading-wrapper .fa
	{
		border: 1px solid #bd2323;
		border-radius: 2px;
		color: #88a002;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	} */
#about .media-heading-wrapper h3
	{
		color: #3c540c;
		
		font-size: 20px;
		font-weight: 900;
		
		padding-top:0px;
		padding-bottom: 0px;
		/* padding-left: 52px; */
	}
#about .media-body p{
	font-size: 16px;
	font-weight: 400;
	color: #202020;
}
#about .media-body li
{
	font-size: 16px;
	font-weight: 400;
	color: #202020;
	padding-bottom: 4px ;
}
#about
	{
		
		background: url('../images/home-bg3.jpg') no-repeat;
		
	}

#about .container h2
	{
		color: #ffd024;
	}
#about .row hr{
	border: 1px solid grey;
    border-radius: 5px;
}
#about .row	span {
	font-weight: bold;
	color: #3c540c;
	}
#about .row	h4{
		text-align: center;
		padding-bottom: 40px;
		font-size: 16px;
		padding-left: 20px;
		padding-right: 20px;
		height: auto;
		line-height: 25px;
		color: #202020;
	}
#about .column .media-heading-wrapper .vl {
		/* border-left: 1px solid gray; */
		height: 250px;
	  }
#about .column .media-heading-wrapper .identitas-perusahaan ul
	{
	line-height: 10;
	margin: 0%;
	align-content: flex-start;
	}
#about .column .media-heading-wrapper .identitas-perusahaan
	{
	margin: 0%;
		font-weight: 500;
		font-size: 14px;
		/* border: 1px solid #bdae23; */
		list-style-type: none;
		color :#202020;
		height:fit-content;
		align-content: flex-start;
		
	}
#about .column .media-heading-wrapper .identitas-perusahaan  h3
	{
		font-weight: bold;
		font-size: 16px;
	}
#about .column .media-heading-wrapper .identitas-perusahaan span
	{
		color:#3c540c;
		padding-left: 15px;
		padding-top: 0px;
	}
#about .column .media-heading-wrapper .identitas-perusahaan a
	{
		color: #202020;
	}
	
	
	
	
	.company-identity-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		

	}
	
	.company-identity {
		background-color: #fff;
		border-radius: 8px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		padding: 20px;
		height: 100%;
		width: 100%;
		margin: 20px;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.company-identity h1 {
		color: #fdb813;
		text-align: center;
	}
	
	.identity-info {
		margin-top: 20px;
	}
	
	.identity-info p {
		line-height: 1.6;
	}
	
	.identity-info strong {
		color: #000;
	}
	
/* end about */

/* .production-process {
    padding: 20px;
    text-align: center;
}

.production-process h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2em;
    color: #333;
}

.process-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.process-step {
    width: calc(20% - 20px);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
}

.process-step img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.process-step p {
    background-color: #fffcda;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 0.9em;
    color: #333;
}

.step-number {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    background-color: #ff5722;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.arrow {
    font-size: 3em;
    color: #ff5722;
    font-weight: 900;
} */
/* #production-process .gallery
	{
		width: 900px;
		display: flex;
		overflow-x: scroll;
	}
#production-process .gallery div
{
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 20px;
	padding: 10px;
	flex: none;
}

#production-process .gallery div img 
{
	width: 100%;
	filter: grayscale(100%);
	transition: transform 0.5s;

}

#production-process .gallery::-webkit-scrollbar
{
	display: none;
	
}
#production-process .gallery-wrap
{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10% auto;
}
#backBtn, #nextBtn
{
	width: 50px;
	cursor: pointer;
	margin: 40px;
}
#production-process .gallery div img:hover
{
	filter: grayscale(0);
	cursor: pointer;
	transform: scale(1,1);


} */

#production-process {
    text-align: center;
    padding: 20px;
	/* background-color:#b8bb19; */
}

.gallery-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
	/* background-color: #28a7e9; */
}

#backBtn, #nextBtn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    user-select: none;
	margin: 5px;
	display:flex;
	
}

.gallery {
    overflow: hidden;
    width: 90%;
	height: 400px;
    display: flex;
	position: relative;
    justify-content: center;
	/* background-color:#505050; */
	
}

.gallery-content {
    display: flex;
    transition: transform 0.2s ease-in-out;
	position: relative;
	
}

.gallery-content span {
    flex: 0 0 33.5%; /* Show 4 images at once */
    box-sizing: border-box;
	padding-right: 1px;
	
}

.gallery-content img {
    width: 95%;
    height: auto;
    display: block;
	grid-gap: 0px;
	border-radius: 25px;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


@media (max-width: 500px) {
    .gallery-content span {
        flex: 0 0 100.7%;
		padding: 2px;
		
		
		/* background-color:#0FF;  */
    }
	.gallery-content{
		align-items: center;
		height: 350px;
		/* background-color:#3c540c;  */
		
	}
	#production-process .judul h2 {
		text-align: center;
		padding: 0px;
		align-items: center;
		justify-content: center;
		/* background-color:#b8bb19; */
	}
	#backBtn, #nextBtn {
		display: none;
	}
	
}
 
/* #production-process .gallery div
{
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 20px;
	padding: 10px;
	flex: none;
} */

/* start team */

	#team {
		text-align: center;
		padding: 20px;
	}
	
	#team .team-wrapper {
		background:#0e5286;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		position: relative;
		/* border: 1px solid blue; */
		display: grid;
		align-items: center;
		margin: 0 auto;
		max-width: 350px;
		border-radius: 25px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}
	#team .grad1 {
		height: 5px;
		background-color: #0e5286; /* For browsers that do not support gradients */
		background-image: linear-gradient(to right, #0e5286 , #ffd024);
	}

	#team img
	{
		border-radius: 25px 25px 0px 0px ;
	}
	#team .team-wrapper:hover {
		cursor: pointer;
		
		bottom: 4px;
	}
	
	#team .team-wrapper .team-des {
		padding: 20px;
	}
	#team .team-wrapper .team-des h4{
		color: #fff;
		font-weight: bold;
	}
	#team .team-wrapper .team-des p{
		color: #fff;
	}
	#team .team-wrapper .team-des span {
		color:#ffd024;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
		padding-top: 0px;
	}
	
	#team .container {
		display: flex;
		justify-content: center;
	}
	
	@media (max-width: 768px) {
		#team .team-wrapper {
			margin-bottom: 20px;
		}
	}
	
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#service .col-md-4:hover
	{
		background: #505050;
	}
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #28a7e9;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
/* end service */

/* start portfolio */
#portfolio
	{
		padding-bottom: 80px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #ffffff;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */

/* start contact */
#contact
    {

        background: url('../images/home-bg2.jpg') no-repeat;
        background-size: cover;
        color:#ffffff;
    }


#contact h2
    {
        padding-bottom: 10px;
		font-weight: 600;
		color: #ffd024;
    }
#contact span
    {
        padding-bottom: 10px;
		font-weight: 600;
		color: #f3f3f3;
    }
#contact span
    {
        padding-bottom: 10px;
		font-weight: 600;
		color: #f3f3f3;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa
    {
        background:#3c540c;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#contact address  a{
	color: white;
}
#contact .contact-form
    {
        padding-top: 40px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background:#3c540c;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background:#273806;
}
/* end contact */

/* start footer */
footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
		color: #202020;
    }
/* footer .row
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
    } */
/* end footer */
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	#home
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
		}
	#home h1
		{
			font-size: 52px;
		}

	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 32px;
		}

}
/* end 360 media quires */