html, body {
	height: 100%;
	margin: 0; 
}
body { 
	padding: 0; 
	font-family: 'Exo', sans-serif; 
	color: rgba(0,0,0, .87)
}
h1 {
	font-size: 44px;
	line-height: 1.1;
	color: white;
	margin: 0;
	font-family: 'Anton', sans-serif; 
	font-weight: normal;
	text-shadow: 1px 2px 5px black
}
.judul_materi {
	position: absolute;
	bottom: 50px;
	left: 100px;
	margin-right: 24px
}
.judul_materi div {
	font-size: 19px;
	color: white;
	max-width: 780px
}
.sk {
	display: none
}
.bk3 {
	position: absolute;
	top: 24px;
	left: 100px;
	display: flex
}
h2 {
	font-size: 24px;
	color: rgb(152, 72, 7);
}
h3 { 
	font-size: 22px;
	color: white;
	font-weight: normal
}
p {
	font-size: 19px;
	line-height: 1.6;
}
.hero-image {
  height: 100%;
  position: relative;
  margin: 0px auto 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://belajark3.com/tentang-kami/images/bg.svg");
}
.depan {
	max-width: 1025px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 24px;
	background: white;
	height: 75%;
	border: 1px solid rgba(0,0,0, .2);
	box-shadow: 
        inset  
              0 0 0 1px white,
              0.3em 0.3em 0.3em rgba(0,0,0,0.3);
}
.gambar {
	max-width: 100%;
	margin: 0px auto 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	background-image: url("https://belajark3.com/tentang-kami/images/new-bg.webp");
}
.konten { 
	max-width: 1060px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
}
.konten_pelatihan { 
	max-width: 1080px; 
	margin: 0px auto 0px; 
	padding: 0px 24px;
}
.GARIS {
     border-top: solid 3px #FFC000;
     width: 100px;
}
.GARIS1 {
     border-top: solid 2px #FFC000;
     width: 100px;
	 margin-top: -10px;
}
.daftar {
    background: rgba(255, 192, 0, 0.4);
	width: 180px;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	color: white;
	font-size: 17px;
	border: solid 1px #FFC000;
	cursor: pointer;
}
.daftar1 {
	width: 180px;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	color: black;
	font-size: 17px;
	border: solid 1px #FFC000;
}

.daftar:hover,
.daftar:active {
  background: rgba(255, 192, 0, 0.8); 
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.daftar1:hover,
.daftar1:active {
  color: white;
  background: rgba(255, 192, 0, 0.8); 
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.bk3 img {
	width: 45px;
	height: 45px;
	border-radius: 5px;
    margin-right: 15px;
    box-shadow: inset 0 -3em 3em rgba(0, 0, 0, .1), 0 0 0 1px white, 0.3em 0.3em 0.15em rgba(0, 0, 0, .3);
}
.belajar {
	font-size: 18px;
	line-height: 1;
}
.learning {
	font-size: 26px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
	color: yellow;
	text-shadow: 1px 1px black;
	text-decoration: underline;
}
.flekPDF {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: -60px
}
.flekPDF img {
	width: 70px;
	height: 70px;
	margin-right: 15px;
	transition: transform .2s ease;
}
.flekPDF:hover img {transform: scale(1.1);}
.flekPDF a {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0,0,0, .87);
	text-decoration: none;
	border: 1px solid rgba(0,0,0, .5);
	border-radius: 3px;
	padding: 0 10px;
}
.flekPDF a:hover,
.flekPDF a:active {
  background: rgba(0,0,0, .1);
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.footer {
	text-align: center;
}

/* dua kolom */
.KOLOMleft {
	float: left;
	width: 49%;
	padding-bottom: 40px;
	}
.KOLOMright {
    float: right;
    width: 49%;
	padding-bottom: 40px;
    }
.KOLOMgroup:after {
	content:"";
	display: table;
	clear: both;
    }
.kotak {
	border: 1px solid rgba(0,0,0, .2);
	padding: 10px 20px;
	border-radius: 3px
}

.flekKiri {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.flekKanan {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}	
.img-lagi {
	width: 460px;
	height: auto
}
	


/* tiga kolom */
.column3 {
  float: left;
  width: 33.33%;
}
.row3:after {
  content: "";
  display: table;
  clear: both;
}

.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}

.flekss {
  display: flex;
  align-items: center;
}
.flekss img {
  margin-right: 30px;
  width: 70px;
  height: 70px;
}

.fleks {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 20px;
}
.fleks img {
  margin-right: 10px;
  width: 70px;
  height: 70px;
  transition: transform .2s ease;
}
.fleks:hover img {
  transform: scale(1.1);
}
.fleks a {
  text-decoration: none;
  color: #2b4e84;
} 
.fleks:hover a {
  color: black;
}
.konten-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 20px;
  background-image: url("https://belajark3.com/new_images/konten.webp");
} 
.KOTAK3 { 
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4); 
  border: solid 1px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  padding: 10px 20px 20px 20px;
  color: white;	
  margin-bottom: 30px;
  } 
.KOTAK3 p { 
	font-size: 17px;
}

 
.infoPELATIHAN {
	position: fixed;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
	display: none;
	animation-name: ka-nan;
    animation-duration: 1s;
}
@keyframes ka-nan {
  from {right: -200%; opacity: 0}
  to {right: 5px; opacity: 1}
}
.infoFlek {
	display: flex;
	align-items: center;
}
.infoFlek img {
	width: 50px;
	height: 50px;
	margin-left: 5px;
	transition: transform .2s ease;
}
.infoFlek:hover img {
	transform: scale(1.1);
	}
.info {
	font-size: 16px;
	line-height: 1;
	background: white;
	padding: 5px 10px;
	border-radius: 20px;
	border: solid 1px black;
	color: black;
	background: rgb(240, 240, 240);
	text-align: center;
} 
.visi {
	display: none
} 
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 940px;
		}
	.konten_pelatihan {
		max-width: 960px;
		}
	.judul_materi {
		left: 60px;
		}
	.judul_materi div {
		font-size: 18px
		}
	
	h1 {
		font-size: 42px;
		}
	.KOTAK3 p {
		font-size: 16px;
		}
	p {
		font-size: 18px;
		}
	.bk3 {
		left: 60px;
		
		}
	.flekss img {
		margin-right: 15px;
		}
	.img-lagi {
		width: 400px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-image {
		background: none;
		height: 500px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.konten { 
		padding: 20px 50px;
		}
	.flekPDF {
		width: 300px
		}
	.konten_pelatihan { 
		padding: 0px 40px;
		}
	.judul_materi {
		left: 50px;
		bottom: 50px;
		}
	h1 {
		font-size: 44px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.bk3 {
		left: 50px;
		
		}
	.KOTAK3 {
		margin-bottom: 30px;
		padding: 20px 50px 10px 50px;
		}
	.KOTAK3 p {
		font-size: 18px;
		}
	.column3 {
		width: 100%;
		}
	.flekPDF {
		position: relative;
		bottom: 0
		}
	.img-lagi {
		width: 360px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		background: none;
		height: 540px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.konten { 
		padding: 20px 40px;
		}
	.konten_pelatihan { 
		padding: 20px 30px;
		}
	.judul_materi {
		left: 40px;
		bottom: 40px;
		margin-right: 24px;
		}
	.judul_materi div {
		font-size: 17px
		}
	h1 {
		font-size: 40px;
		}
	.h1 {
		font-size: 22px;
		}
	.h2 {
		font-size: 20px;
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.bk3 {
		left: 40px;
		
		}
	
	.column3 {
		width: 100%;
		}
	.KOTAK3 {
		margin-bottom: 30px;
		padding: 20px 40px 10px 40px;
		}
	.KOTAK3 p {
		font-size: 18px;
		}
	.flekKiri {
		flex-direction: column-reverse;
		}
	.flekKanan {
		flex-direction: column-reverse;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%
		}
	.flekPDF {
		position: relative;
		bottom: 0
		}
	.img-lagi {
		width: 400px;
		}
	}
@media screen and (max-width: 575.98px) {
	.hero-image {
		background: none;
		height: 600px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.gambar {
		background-image: url("https://belajark3.com/tentang-kami/images/new-bg1.webp");
		}
	.konten-image {
		background-image: url("https://belajark3.com/new_images/konten1.webp");
		} 
	.judul_materi {
		left: 24px;
		bottom: 50px;
		margin-right: 24px
		}
	.judul_materi div {
		font-size: 17px
		}
	h1 {
		font-size: 38px;
		max-width: 260px;
		}
	.h1 {
		font-size: 18px;
		}
	.h2 {
		font-size: 16px;
		}
	h2, h3 {
		font-size: 22px;
		}
	
	p, ol, ul {
		font-size: 17px;
		}
	.bk3 {
		left: 24px;
		}
	.fleks img {
		width: 60px;
		height: 60px;
		}
	.KOTAK3 {
		margin: 0;
		margin-bottom: 30px;
		}
	.KOTAK3 p {
		font-size: 17px
		}
	.column3 {
		width: 100%;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.menhum {
		display: none
		}
	.sk {
		display: block
		}
	.flekKiri {
		flex-direction: column-reverse;
		}
	.flekKanan {
		flex-direction: column-reverse;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.img-lagi {
		width: 100%
		}
	.flekPDF {
		position: relative;
		bottom: 0
		}
	.daftar1 {
		font-size: 16px
		}
	.visi {
		display: block
		}
	.kami {
		display: none
		}
	}

.CALL1, .CALL2 {
  position: absolute;
  font-size: 15px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid rgb(118, 111, 84);
  color: rgb(118, 111, 84);
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.1s ease-out,
              border-color 0.1s ease-out;
}
.CALL1 {
  top: 165px;
  left: 184px;
}
.CALL2 {
  top: 322px;
  left: 184px;
}
.CALL1:hover,
.CALL1:active,
.CALL2:hover,
.CALL2:active {
  color: rgb(255,255,255);
  background-color: rgb(118, 111, 84);
  border-color: rgb(118, 111, 84); 
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.modalku {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0, .8);
  opacity: 0;
  transition-property: display, opacity;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  transition-duration: .6s;
  animation-name: fade;
  animation-duration: .5s;
}
.modalku.buka {
	opacity: 1;
	display: block;
}
.modalku-body {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 740px;
  height: 429px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  border-radius: 3px;
  background-image: url("/admin.webp");
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 1s;
  animation-name: animatetop;
  animation-duration: 1s;
}
@-webkit-keyframes animatetop {
  from {top: -150%; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top: -150%; opacity:0}
  to {top:0; opacity:1}
}
.clos {
  color: rgb(118, 111, 84);
  position: absolute;
  top: -2px;
  right: 6px;
  font-size: 30px;
  font-weight: bold;
}
.clos:hover,
.clos:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 576px) and (max-width: 767.98px) {  
  .modalku-body {
	height: 534px;
	width: 400px;
	background-image: url("/admin1.webp");
    }
  .CALL1 {
    top: 225px;
    left: 202px;
    font-size: 14px;
    }
  .CALL2 {
    top: 375px;
    left: 202px;
    font-size: 14px;
    }
}
@media screen and (max-width: 575.98px) {
  .modalku-body {
	height: 454px;
	width: 340px;
	background-image: url("/admin1.webp");
    }
  .CALL1 {
    top: 192px;
    left: 160px;
    font-size: 14px;
    }
  .CALL2 {
    top: 318px;
    left: 160px;
    font-size: 14px;
    }
}

.mdll {
  display: none;
  position: fixed;
  z-index: 4;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  background: rgba(0,0,0, .6);
  opacity: 0;
  transition-property: display, opacity;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  transition-duration: .6s;
  animation-name: fade;
  animation-duration: .5s;
}
.mdll.buka {
	opacity: 1;
	display: block;
}
.front {
	max-width: 960px;
	height: max-content;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px white solid;
	animation: mymove 4s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/tentang-kami/images/tentang-kami.webp");
	padding: 50px 40px;
	border-radius: 10px
}
.mdllBody {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  animation-name: kanan;
  animation-duration: 1.6s;	
  width: 500px; height: max-content;
  background: #1E1E1E;  
  border-radius: 10px;
  border: solid 1px white	  
}
.frontP {
	width: 430px
}
.frontP p {
	color: white;
	font-size: 16px;
}
@keyframes mymove {
  0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
@keyframes kanan {
  from {right: -150%; opacity: 0}
  to {right: 40px; opacity: 1}
}

.frame {
	width: 100%;
	height: 100%;
}
.ukuran {
	width: 100%;
	border-radius: 10px;
}
.next {
	position: absolute;
	bottom: -20px;
	right: 0;
	text-align: center;
	cursor: pointer;
	color: white;
	font-size: 15px;
	transition: 0.5s ease;
	border-radius: 5px;
	user-select: none;
	background: #2771D8;
	padding: 5px 10px;
}
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
} 
.tutup {
	color: white;
	cursor: pointer;
	font-size: 30px;
	transition: 0.2s ease;
	padding: 0 10px;
	position: absolute;
	top: 0;
	right: 0
}
.prev {
	position: absolute;
	bottom: 10px;
	right: 90px;
	text-align: center;
	cursor: pointer;
	color: white;
	font-size: 15px;
	transition: 0.5s ease;
	border-radius: 5px;
	user-select: none;
	padding: 6px 20px;
	background: linear-gradient(to right, #1F5AA9, #2771D8, #639AE3);
}
.tutup-lg {
	background-color: #f1f1f1;
	color: black;
	position: absolute;
	bottom: 10px;
	right: 0;
	cursor: pointer;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 5px;
	transition: 0.5s ease;
}
.tutup:hover,
.tutup:focus,
.tutup-lg:hover,
.tutup-lg:focus {
  background: #2771D8;
  color: white;
  border-radius: 50%
}	
.buka {
	display: none
}

.mySlides1 {
	display: none
	}
.fade {
  animation-name: fade;
  animation-duration: 6s;
}
.fade:not(.show) {
    opacity: 1;
}

@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}

.pre-v, .ne-xt {
	cursor: pointer;
	color: white;
	user-select: none;
	background: linear-gradient(to right, #1F5AA9, #2771D8, #639AE3);
	font-size: 14px;
	padding: 6px 20px;
	border-radius: 5px;
	transition: 0.5s ease; 
}

.pre-v:hover,
.pre-v:active,
.ne-xt:hover,
.ne-xt:active {
  background: #1F5AA9;
  transition: background 0.6s ease-in,
}

.apa {
	background: yellow; color: black; border-radius: 3px; padding: 0 5px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold
}
.kualitas {
	font-size: 26px;
	color: white;
	line-height: 1.1;
	font-family: 'Anton', sans-serif;
	font-weight: normal
}
.GARIS1 {
	border-top: solid 2px white;
	width: 100px;
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.front {
		max-width: 100%;
		left: 50px; right: 50px
		}
	.mdllBody {
		width: 460px; 
		
		}
	.frontP {
		width: 400px
		}
	.tutup {
		
		}
	.kualitas {
		font-size: 24px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.front {
		max-width: 100%;
		left: 50px; right: 50px;
		padding: 60px 30px
		}
	.mdllBody {
		width: 400px; 
		}
	.frontP {
		width: 300px
		}
	.kami {
		display: none
		}
	.kualitas {
		font-size: 22px;
		}
	.tutup {
		margin-left: 0
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) { 
	.mdllBody {
		width: auto;
        position: relative;
        left: 0;
        right: 0;
        margin-bottom: 60px;
		}
	.front {
		max-width: 100%;
		left: 50px;
		right: 50px;
		padding: 50px;
		background-image: url("/tentang-kami/images/tentang-kami2.webp");
		}
	.frontP {
		width: auto;
		}
	}
@media screen and (max-width: 575.98px) {
    .mdllBody {
		width: auto;
        position: relative;
        left: 0;
        right: 0;
        margin-bottom: 100px;
		border-radius: 5px
		}
	.front {
		max-width: 100%;
		left: 15px;
		right: 15px;
		padding: 30px 20px;
		background-image: url("/tentang-kami/images/tentang-kami1.webp");
		}
	.frontP {
		width: auto;
		}
	.kualitas {
		font-size: 22px;
		}
	.tutup {
		top: -5px;
		right: -5px;
		}
	}