h2 {
	font-size: 30px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #ffff;
}

.behasil {
	font-family: "Karla", Sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 9.7px;
	text-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.302);
	text-align: center;
	border: 0;
	color: #115b09;
	z-index: -1000;
}

.catat {
	font-family: "Karla", Sans-serif;
	font-size: 20px;
	font-weight: bold;

	text-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.302);
	text-align: center;
	border: 0;
	color: #115b09;

}

.navbar-dark .navbar-nav .nav-link:hover {
	/* border-bottom: 3px solid #30ad10; */
	width: auto;
	opacity: 50;
	color: #30ad10 !important;
}

.navbar-dark .navbar-nav .nav-link:active {
	background-color: #000000;
}

.btn-primary {
	background-color: #30ad10 !important;
	border: #30ad10 !important;
}

/* header  */
.pembagi {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}

.headerdefault {
	background-color: rgba(107, 107, 107, 0.66);
	position: fixed;
	top: 200;
	width: 100%;
	transition: ease all 1s;
	-webkit-transition: ease all 1s;
	-moz-transition: ease all 1s;
	-o-transition: ease all 1s;
}

.fixed_header {
	box-shadow: 0 8px 24px rgba(11, 11, 11, 0.69);
	background-color: #333;
	height: auto;

}

.header {
	height: 100px;
	width: 100%;
	background-color: #17780d;
}

.header_foto {
	/* width: 80px; */
	height: 80px;

}


.header,
h1 {

	color: #ffffff;
	font-size: 20pt;
}

/* end header  */

/* section atas  */
.section_home {
	min-height: 650px;
	width: 100%;
	/* padding: 20px; */
	margin-bottom: 20px;
}

.section_home .home_background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* background: url(images/home.png) no-repeat center center / cover; */
	z-index: -1;
}

.home_background::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(45, 64, 82, 0.67);
}

/* isi di section atas  */
.tulisan-atas::before {
	content: " ";
	display: table;
}

.bg-color {
	background-color: rgb(17, 91, 9);
}

.judul {
	margin-bottom: 100px;
}

.tulisan-atas {
	font-family: "Karla", Sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 9.7px;
	text-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.302);
	text-align: center;
	border: 0;
	padding-top: 70px;
	color: #ffffff;
	z-index: -1000;
}

.tulisan-atas2 {
	font-family: "Rammetto One", Sans-serif;
	font-size: 60px;
	font-weight: 100;
	text-transform: uppercase;
	text-shadow: -4px 2px 0px rgba(0, 0, 0, 0.3);
	color: #ffffff;
	text-align: center;
}

.bungkus-atas3 {
	margin: 0 90px 0;
	text-align: center;
}

.tulisan-atas3 {

	font-family: "Karla", Sans-serif;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 1.8em;
	color: #ffffff;
}

.btn-daftar {
	margin-top: 25px;
	background: #0BA423;
	color: white;
	padding: 15px 62px;
	text-decoration: none;
	font-family: "Karla", Sans-serif;
	font-size: 16pt;
	border: 0 solid#DF2C88;
	border-radius: 10px;
}

.btn-daftar:hover {
	margin-top: 25px;
	background: rgb(7, 226, 40);
	color: white;
	padding: 15px 62px;
	text-decoration: none;
	font-family: "Karla", Sans-serif;
	font-size: 16pt;
	border: 0 solid#DF2C88;
	border-radius: 10px;
}

.home_alamat {
	font-family: "Karla", Sans-serif;
	font-size: 16px;
	color: #ffffff;
	/* margin: 10px 10px 20px 20px; */
	margin-left: -20px;
}


.social {
	text-align: right;
}

.social a {
	color: #ffffff;
}

.social a:hover {
	color: #30ad10;
}


/* end isi section atas  */
/* end section atas  */

/* section ke 2 sambutan */

.display_sambutan {
	display: none;
}

.sambutan_logo {
	margin: auto;
	display: block;
	height: 250px;
	width: 250px;
}

.sambutan {
	padding: 0 101px 90px 100px;
	margin: 0 250px 0 250px;

}


.section_sambutan {
	min-height: 900px;
	position: relative;
	background: url(../images/about.jpg) no-repeat center center / cover;
	z-index: -2;

}


.sambutan_background::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.79);
	z-index: -1;
}


.sambutan_title {
	/* font-family: "Karla", Sans-serif; */
	font-family: "Rammetto One", Sans-serif;
	font-size: 25px;
	font-style: inherit;
	font-weight: 100;
	text-transform: uppercase;
	/* text-shadow: -4px 2px 0px rgba(0, 0, 0, 0.3); */
	color: #000000;
	text-align: center;

}

.sambutan_isi {
	font-family: "Karla", Sans-serif;
	font-size: 18px;
	font-style: inherit;
	font-weight: 100;
	text-transform: uppercase;
	/* text-shadow: -4px 2px 0px rgba(0, 0, 0, 0.3); */
	color: #000000;
	text-align: left;
}

.garis {
	border-bottom: 3px solid #272b2e;
}

.quotes {
	margin-top: 120px;
	text-align: center;
	border-top: 1px solid #272b2e;
	border-bottom: 1px solid #272b2e;
}


/* end section ke 2  */

/* section pengajar  */
.section_pengajar {

	margin-top: 30px;
	min-height: 700px;
	position: relative;
	/* background: url(images/perpus.jpg) no-repeat center center / cover; */
	/* background-color: #000000; */
	z-index: -2;
}

.section_pengajar::before {

	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* background-color: rgba(36, 43, 64, 0.79); */
	z-index: -1;
}

.bg_judul_pengajar {
	background-color: #54b04a;
	width: 500px;
	position: absolute;
	margin-top: 50px;
	height: 50px;
}

.judul_pengajar {
	font-size: 50px;
	letter-spacing: 0.2em;
	/* font-family: 'Poppins', sans-serif; */
	color: #1d421a;
	text-transform: uppercase;
	font-weight: 900;
	/* text-shadow: -4px 2px 0px rgba(0, 0, 0, 0.3); */
	padding: 15px 0 15px 15px;
	position: relative;
	z-index: 4;
}

.pengajar_hitung-center {
	font: center;
}

.pengajar_hitung {
	background-color: #ffffff;
	height: 150px;
	margin-left: 50px;
	margin-top: 20px;

}

.gurus::before {
	content: "";
	font-size: 150px;
	color: #c0d3df;

}


.jumlah_guru {
	font-family: "Rammetto One", Sans-serif;
	font-style: inherit;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: -130px;
	margin-left: 120px;
	font-size: 50px;
	color: rgb(3, 155, 15);
}

.jumlah_guru2 {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 40px;
}

.swip-pengajar {
	margin: 90px 0 0 0;
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.baliknya {
	position: absolute;
	opacity: 0;
	margin-top: -10px;
	width: 100%;
	height: 100%;
}

.baliknya:hover {
	opacity: 50;
	background-color: #ffffff;
	transform: translate(0, 10px);
	transition: all 0.35s;
}

/* end section pengajar  */
/* section detail  */

.section_detail {

	margin-top: 30px;
	min-height: 500px;
	position: relative;
	background: url(../images/detail.jpg) no-repeat center center / cover;
	/* background-color: #000000; */
	z-index: -2;
}

.detail_box1::before {

	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 500px;
	background-color: rgba(4, 41, 89, 0.79);
	z-index: -1;
}

.detail_box2::before {

	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 500px;
	background-color: rgba(20, 73, 157, 0.79);
	z-index: -1;
}

.detail_box1 {
	max-width: 50%;
}

.detail_box2 {
	max-width: 50%;
}

.judul_detail1 {
	background-color: #0c7900;
	letter-spacing: 0.2em;
	color: #ffffff;
	font-family: "Rammetto One", Sans-serif;
	font-size: 25px;
	font-style: inherit;
	font-weight: 100;
	text-transform: uppercase;
	font-weight: 700;
	/* text-shadow: -4px 2px 0px rgba(0, 0, 0, 0.3); */
	text-align: center;

	padding: 15px 0 15px 0;
	margin-left: -15px;
	margin-right: -15px;
}

.isi {
	font-family: "Karla", Sans-serif;
	font-size: 18px;
	font-style: inherit;
	font-weight: 100;
	/* text-shadow: -4px 2px 0px rgba(0, 0, 0, 0.3); */
	color: #ffffff;
	text-align: left;
	margin-top: 120px;
	margin-bottom: 120px;
	text-align: center;
}

/* end section detail  */

/* section video  */
.section_short_galery {
	padding: 25px 0;
	margin-top: 30px;
	border-top: 1px solid rgba(199, 199, 199, 0.4);
	background-color: rgba(240, 240, 240, 0.4);
	text-align: center;
	color: #000000;
}

.judul_short_galery {
	font-size: 50px;
	letter-spacing: 0.2em;
	/* font-family: 'Poppins', sans-serif; */
	color: #1d421a;
	text-transform: uppercase;
	font-weight: 900;
	/* text-shadow: -4px 2px 0px rgba(0, 0, 0, 0.3); */
	padding: 5px 0 15px 0;
	position: relative;
	z-index: 4;
}



/* end section video  */

/* footer  */

.section_footer {
	background-color: #17780d;
}

.logo_footer img {
	margin-top: 50px;
	margin-bottom: 50px;
	/* margin-left: 20px; */
	height: 250px;
	width: 250px;
}

.footer_kanan ul li {
	list-style-type: none
}

.footer_kanan ul li a {
	text-decoration-line: none;
	color: #ffffff;
}

.footer_kanan a:hover {

	border-bottom: 3px solid #30ad10;
	opacity: 50;
	color: #30ad10;
	transform: translate(0, 10px);
	transition: all 0.35s;
}

.footer_kanan a:hover::before {
	content: "»"" ";
	position: absolute;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 50;
	color: #00ff40;
	transform: translate(0, 10px);
	transition: all 0.35s;
}

.footer_kanan {
	position: absolute;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #fff;

}

.footer_email {
	color: #ffffff;
	margin-top: 50px;
	margin-bottom: 50px;
}

.social_footer a {
	color: #ffffff;
}

.social_footer a:hover {
	color: #30ad10;
}

.copyright_bg {
	background-color: #1d421a;
	height: 50px;
}

.copyright_bawah {
	color: #ffffff;
	position: relative;
	padding-top: 15px;
	margin-left: 50px;
}

.pengguna span {
	color: red;
}

.alamat_footer {
	padding-top: 50px;
}

.alamat_footer ul li a {
	font-family: "Karla", Sans-serif;
	font-size: 20px;
	font-style: inherit;
	font-weight: 100;
	/* text-shadow: -4px 2px 0px rgba(0, 0, 0, 0.3); */
	color: #ffffff;
	text-align: left;
	text-align: center;

}

.alamat_footer ul li {
	font-family: "Karla", Sans-serif;
	font-size: 18px;
	font-style: inherit;
	font-weight: 100;
	/* text-shadow: -4px 2px 0px rgba(0, 0, 0, 0.3); */
	color: #ffffff;
	text-align: left;
	text-align: center;

}

.alamat_footer ul hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}

/* end footer  */

/* responsive */
@media (max-width:768px) {
	.alamat_footer {
		padding-top: 0;
	}

	/* header  */
	.sek {
		display: none;
	}

	.header {
		text-align: center;
	}

	/* end header */
	/* section home */
	.section_home {
		margin-bottom: 5px;
	}

	.jalan {
		display: none;
		color: #000000;
	}

	.social {
		margin-top: -40px;
		margin-left: 55px;
		text-align: center;
	}

	.tulisan-atas {
		font-family: "Karla", Sans-serif;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 9.7px;
		text-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.302);
		text-align: center;
		border: 0;
		padding-top: 100px;
		color: #ffffff;
	}

	.tulisan-atas2 {
		font-family: "Rammetto One", Sans-serif;
		font-size: 30px;
		font-weight: 100;
		text-transform: uppercase;
		text-shadow: -4px 2px 0px rgba(0, 0, 0, 0.3);
		color: #ffffff;
		text-align: center;
	}

	.tulisan-atas3 {

		font-family: "Karla", Sans-serif;
		font-size: 15px;
		text-transform: capitalize;
		line-height: 1.8em;
		color: #ffffff;
	}
	
	.btn-daftar {
		margin-top: 25px;
		background: #0BA423;
		color: white;
		padding: 10px;
		text-decoration: none;
		font-family: "Karla", Sans-serif;
		font-size: 16pt;
		border: 0 solid#DF2C88;
		border-radius: 10px;
	}

	.btn-daftar:hover {
		margin-top: 25px;
		background: rgb(7, 226, 40);
		color: white;
		padding: 10px;
		text-decoration: none;
		font-family: "Karla", Sans-serif;
		font-size: 16pt;
		border: 0 solid#DF2C88;
		border-radius: 10px;
	}
	/* end section home  */

	/* section sambutan  */

	.sambutan_logo {
		margin-top: -120px;
		display: block;
		height: 250px;
		width: 250px;
	}

	.sambutan {
		padding: 200px 0 0 25px;
		margin: 170px 25px 0 0;
	}

	.section_sambutan {
		margin-top: -10px;
		margin-bottom: 0;
		background-size: 1500px;
	}

	.section_title {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.sambutan_background {
		margin-top: -250px;
		/* background-size: 100% 100%; */
	}

	/* end section sambutan  */
	/* section detail  */

	.bg_judul_pengajar {
		background-color: #54b04a;
		width: 250px;
		position: absolute;
		margin-top: 32px;
		height: 25px;
	}

	.judul_pengajar {
		font-size: 25px;
		letter-spacing: 0.2em;
		/* font-family: 'Poppins', sans-serif; */
		color: #1d421a;
		text-transform: uppercase;
		font-weight: 900;
		/* text-shadow: -4px 2px 0px rgba(0, 0, 0, 0.3); */
		padding: 15px 0 15px 15px;
		position: relative;
		z-index: 4;
	}


	.detail_box1 {
		max-width: 100%;


	}

	.detail_box2 {
		max-width: 100%;


	}

	.judul_detail1 {
		margin-left: -15px;
		margin-right: -15px
	}

	.section_detail {

		margin-top: 30px;
		min-height: 500px;
		position: relative;
		background: url(../images/detail.jpg) no-repeat center center / cover;
		/* background-color: #000000; */
		z-index: -2;
	}

	.detail_box1::before {

		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 100%;
		left: 0;
		height: 100%;
		background-color: rgba(4, 41, 89, 0.79);
		z-index: -1;
	}

	.detail_box2::before {

		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 100%;
		left: 0;
		height: 100%;
		background-color: rgba(20, 73, 157, 0.79);
		z-index: -1;
	}

	/* end section detail  */

	/* section galery  */

	.short_galery {
		margin-left: 35px;
	}


	/* end section  */


	/* section footer  */

	.logo_footer img {
		margin-top: 50px;
		height: 250px;
		width: 250px;
	}

	.footer_kanan {
		margin-bottom: 50px;

	}

	.footer_email {
		color: #ffffff;
		margin-top: 250px;
		margin-bottom: 50px;
	}

	.copyright_bg {
		background-color: #1d421a;
		height: auto;
	}

	.copyright_bawah {
		color: #ffffff;
		position: relative;
		/* padding-top: 15px; */
		padding-bottom: 15px;
		/* margin-left: 50px; */
	}


	/* end footer  */
}