*{
	margin: 0;
	padding: 0;
 font-family: 'Poppins', sans-serif;
}
body{
	

  background-color: rgba(240, 240, 240, 1); 
}


.pagination a{

  margin: 3px;
  padding: 3px;
  background-color: ;
  color:  rgba(40,40,40 ,1);

}
.pagination span{

  margin: 3px;
  padding: 3px;
  color:  #A52A2A; 
  font-weight: bold;

}


.logo{
	height: 50px;
}

.putih{
	background-color: #fff;	
	backdrop-filter: blur(1px);
  border-radius: 5px;
	 box-shadow: 2px 2px 2px 2px  rgba(200,200,200 ,1);
	
	

}
.putih1{
  background-color: #fff; 
  backdrop-filter: blur(1px);
   box-shadow: 2px 2px 2px 2px  rgba(200,200,200 ,1);
  
  

}

.kepala{
	background-image: url(/part/header.svg);
	background-size: cover ;
	background-position: middle;
	
	background-position: bottom;
	

}
.career{
  background-image: url(/part/career/c1.svg);
  background-size: cover ;
  background-repeat: no-repeat;
  background-position:top left;
  
  

}
.jabar1{
	background-color: #FBBA77;
	color: #FFF;
	width: 200px;
	box-shadow: 6px 6px 5px #f7a148;
}
.jabar2{
	background-color: #9D99F7;
	color: #FFF;
	width: 200px;
	box-shadow: 6px 6px 5px #7973f5;
}
.jateng1{
	background-color: #2CCDA7;
	color: #FFF;
	width: 200px;
	box-shadow: 6px 6px 5px #0bb58d;
}
.jateng2{
	background-color: #699FF0;
	color: #FFF;
	width: 200px;
	box-shadow: 6px 6px 5px #4085ed;
}



.farma{ 
	padding-top: 100px;
	background-image: url(/part/our/our4.svg);
	background-size: cover;
	
	
	background-position: bottom;

}
.fandb{ 
	padding-top: 100px;
	background-image: url(/part/our/our5.svg);
	background-size: 80%;
	background-repeat: no-repeat;
	
	
	background-position: center;

}
.mid{ 
	padding-top: 100px;
	background-image: url(/part/mid.svg);
	background-size: cover;
	
	
	background-position: top;

}
.hitamt2{
	background-color: rgba(0, 0, 0, 1);	
	 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);

}
.badan{
	
}
.badan2{
	
}
.tinggi-max{
	
}
.kaki{
	position: absolute;
	top: 95%;
	right: 2%;

}
.h-100{
	height: 100%;
}
.tombol{
  color: $fff;
	padding: 1px 1px 1px 1px;
	outline:2px solid #ff9d1c;
	border-radius: 3px;
	background-color:#ff9d1c;
	color: #fff;

	
}
.tomboln{
  padding: 1px 1px 1px 1px;
  outline:2px solid #ff9d1c;
  border-radius: 3px;
  background-color:#fff;
  color:#ff9d1c;

  
}
.tombols{
  color: $fff;
  width: 150px;
  padding: 1px 1px 1px 1px;
  outline: 2px solid #850b0b;
  border-radius: 2px;
  background-color:#850b0b;
  color: #fff;

  
}

.horange:hover{

background-color:rgba(255, 141, 1, 1)!important;
	color: #fff;

}
.horange{
	
}
.borange{

background-color:rgba(255, 141, 1, 1)!important;
	color: #fff;

}

.z1{
	z-index: 1!important;

}
.z2{
	z-index: 2!important;

}
.z0{
	z-index: -1!important;

}
.tengah{
	margin: auto;
}

.tkonten{
	height: 70vh;
}

.hputih{
	color: rgba(251, 251, 251, 1);
}
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 100%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #fff;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke:  #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #fff;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.bayang{

}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #F6B111;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containera {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.containera::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #F6B111;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #F6B111 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #F6B111;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 1280px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .containera {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .containera::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 18px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }

.tombol{
  width: 100px;
  padding: 1px 1px 1px 1px;
  outline: #fff;
  border-radius: 25px;
  background-color:#A09DFC;
  color: #fff;

  
}
}

@media only screen and (max-width: 1030px) {
  *{
	margin: 0;
	padding: 0;
	 font-size: 15px;

	}


.homehead{

	width: 100%;
}
.kepala{
	
	height:100% ;

}
}