body, html { 
	margin: 0;
	font-family: 'Exo', sans-serif;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url("https://belajark3.com/team_pengajar/Faukal_Hasan/images/bg-video.webp");  
}
.layout1 {
	max-width: 1240px; 
	margin: 0px auto 0px; 
	margin-top: 50px;
	padding: 0 40px;
	position: relative;
}
.KOLOMleft {
    float: left;
    width: 42%;
}
.KOLOMright {
    float: right;
    width: 58%;
	padding-top: 26px;
}
.KOLOMgroup:after {
    content: "";
    display: table;
    clear: both;
}
.COLOMleft {
    float: left;
    width: 49%;
}
.COLOMright {
    float: right;
    width: 49%;
}
.COLOMgroup:after {
    content: "";
    display: table;
    clear: both;
}
.alamat {
	border: 1px solid rgba(0,0,0, .2);
	padding: 0 30px;
	border-radius: 5px;
	margin-bottom: 20px;
	height: 190px;
}
.frame {
	margin-top: 40px;
	position: relative;
	height: 340px
}
.frame img {
	float: right;
	width: auto;
    height: 100%;
	border: 1px solid #374655;
	border-radius: 100%;
	margin-right: 40px
}
.konsul-tan {
	position: absolute;
    left: 0;
    bottom: 30px;
}
.nama, .konsultan {
	width: max-content;
	border-radius: 50px;
    font-size: 24px;
    color: #fff;
    background: linear-gradient(45deg, black, rgba(0, 0, 0, .14));
    text-align: center;
	box-shadow: inset 0 -3em 3em rgba(0, 0, 0, .1), 0 0 0 1px white, .2em .3em .15em rgba(0, 0, 0, .3);
}
.nama {
	padding: 2px 30px;
	margin-bottom: 8px;
}
.konsultan {
	margin-left: 70px;
	padding: 2px 20px;
}

h1 {
    font-size: 38px;
    line-height: 1;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
	color: #374655;
	max-width: 380px;
	margin: 0;
}
h2 {
	line-height: 1;
	font-size: 26px;
	color: #374655;
	font-family: 'Anton', sans-serif;
    font-weight: normal;
}
.GARIS {
    background: linear-gradient(to right, rgb(62, 101, 160), orange, yellow);
    width: 140px;
    height: 2px;
}
.footer {
	text-align: center;
	margin-top: 20px;
}
p, ul, ol, .alamat div {
	font-size: 19px;
	line-height: 1.6;
}
.infoPELATIHAN, #myBtn {
	position: fixed;
	right: 5px;
	cursor: pointer;
	display: none;
	opacity: 0;
	transition-property: display, opacity;
	transition-timing-function: ease-in-out;
	transition-behavior: allow-discrete;
	transition-duration: .6s;
	animation-name: kanan;
	animation-duration: 2s;
}
.infoPELATIHAN {
	bottom: 5px;
}
#myBtn {
	bottom: 50px;
}
@keyframes kanan {
	from {right: -150%; opacity: 0}
	to {right: 5px; opacity: 1}
}
.infoFlek {
	display: flex;
	align-items: center;
}
.infoFlek img {
	width: 40px;
	height: 40px;
	margin-left: 5px;
	transition: transform .2s ease;
}
.infoFlek:hover img {
	transform: scale(1.1);
	}
.info {
	font-size: 16px;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 20px;
	border: solid 1px black;
	color: black;
	background: rgb(240, 240, 240);
	text-align: center;
}
.flekLOGO {
	position: absolute;
	right: 40px;
	top: -40px;
	display: flex;
	align-items: center;
	width: 340px;
	z-index: 1
}
.flekLOGOimg {
	width: 60px;
	height: 60px;
	border: 1px solid white;
	padding: 0 8px;
	border-radius: 5px;
	margin-right: 10px;
	background: linear-gradient(45deg, black, transparent)
}
.belajar {
	display: inline-block;
	font-size: 12px;
	padding: 0 6px;
	background-color: #daa14c;
	color: #fff;
	text-shadow: 1px 1px #000;
	border-radius: 1px;
}
.learning {
	font-size: 26.8px;
	line-height: .9;
	font-family: "Archivo Black", sans-serif;
	text-decoration: underline;
	color: #374655;
}
.lembaga {
	font-size: 12px;
	color: #374655;
}
.pilihCSMS {
	position: absolute;
	right: 0;
	top: 7px;
}
.colaps:after {
	content: "\2261";
	border: solid 1px #374655;
	border-radius: 5px;
	padding: 0 12px;
	font-size: 30px;
	z-index: 1;
	float: right;
	cursor: pointer;
	color: #374655;
}
.zia:after {
	background: rgba(250, 250, 250, .8);
	color: black
}
.conten {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-out;
	margin-top: 60px;
	width: 260px
}
.di-an {
	border: solid 1px #baafa7;
	border-bottom: solid 3px #8c8885;
	border-right: solid 2px #8c8885;
	background: #FFFCFA;
	border-radius: 15px;	
	padding: 15px 20px;
	overflow: auto;
	overscroll-behavior: auto contain;
}
.di-an a {
	text-decoration: none;
	color: black;
	transition: .3s ease;
	font-size: 16px	
}
.di-an a:hover {
	text-decoration: underline;
}
.di-anFlek {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.di-anFlek img {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.CALL1, .CALL2 {
	position: absolute;
	font-size: 15px;
	display: inline-block;
	padding: 5px 8px;
	border-radius: 3px;
	border: 1px solid rgb(118, 111, 84);
	color: rgb(118, 111, 84);
	text-align: center;
	outline: none;
	text-decoration: none;
	transition: .2s ease
}
.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); 
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	overflow: hidden;
	opacity: 0;
	background-color: rgba(0,0,0, .7);
	transition-property: display, opacity;
	transition-timing-function: ease-in-out;
	transition-behavior: allow-discrete;
	transition-duration: .6s;
	animation-name: fade;
	animation-duration: 1s
}
@keyframes fade {
	from {opacity: 0} 
	to {opacity: 1}
}
.infoPELATIHAN.buka, .modal.buka {
	opacity: 1;
	display: block;
}
.modal_body {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.admin {
	width: 740px;
	height: 429px;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 1s;
	animation-name: animatetop;
	animation-duration: 1s;
	background-image: url("https://belajark3.com/admin.webp");
}
@-webkit-keyframes animatetop {
	from {top: -200%; opacity: 0} 
	to {top:0; opacity: 1}
}
@keyframes animatetop {
	from {top: -200%; opacity: 0}
	to {top:0; opacity: 1}
}
.clos {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	line-height: 1;
	border: 1px solid black;
	border-radius: 3px;
	padding: 0 8px;
	background: white
}
.clos:hover,
.clos:focus {
	color: blue;
	text-decoration: none;
	cursor: pointer;
}
	
@media (min-width: 992px) and (max-width: 1199.98px) {
	.layout1 {
		margin-top: 20px;
		max-width: 100%; 
		max-width: 920px; 
		}
	.layout2 {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 50px
		}
	h1 {
		font-size: 36px;
		max-width: 370px; 
		}
	.frame {
		width: 460px
		}
	.frame img {
		margin-right: 0
		}
	p, ul, ol, .alamat div {
		font-size: 18px
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		float: none
		}
	.flekLOGO {
		left: 40px;
		top: 0
		}
	.KOLOMright {
		padding-top: 0;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.layout2 {
		display: flex;
		align-items: center;
		padding-top: 50px;
		justify-content: center;
		}
	h1 {
		font-size: 36px;
		max-width: 370px; 
		}
	.frame {
		width: 420px;
		height: 310px
		}
	.frame img {
		margin-right: 0
		}
	.nama {
		font-size: 20px;
		}
	.konsultan {
		font-size: 20px;
		}
	p, ul, ol, .alamat div {
		font-size: 18px
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		float: none
		}
	.flekLOGO {
		left: 40px;
		}
	.KOLOMright {
		padding-top: 0;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.KOLOMleft, .KOLOMright {
		float: none;
		width: 100%;
		}
	.KOLOMright {
		padding-top: 0;
		}
	.frame {
		width: 470px;
		margin: 30px auto 30px;
		}
	.frame img {
		margin-right: 0
		}
	h1 {
		max-width: 340px;
		font-size: 34px;
		}
	p, ul, ol, .alamat div {
		font-size: 19px
		}
	.COLOMleft, .COLOMright {
		width: 100%;
		float: none;
		}
	.alamat {
		padding: 0;
		border: none;
		margin-bottom: 50px;
		height: auto
		}
	.admin {
		background-image: url("https://belajark3.com/admin1.webp");
		height: 534px;
		width: 400px;
		}
	.CALL1 {
		top: 225px;
		left: 202px;
		font-size: 14px;
		}
	.CALL2 {
		top: 375px;
		left: 202px;
		font-size: 14px;
		}
	.flekLOGO {
		left: 0;
		right: 0;
		position: relative;
		margin-bottom: 40px;
		width: auto
		}
	}
@media (max-width: 575.98px) {
	.flekLOGO {
		left: 0;
		right: 0;
		top: 0;
		position: relative;
		margin-bottom: 40px;
		width: auto
		}
	.layout1 {
		margin-top: 20px;
		padding: 0 20px;
		}
	h1 {
		max-width: 300px;
		font-size: 28px;
		padding-top: 0px;
		}
	h2 {
		font-size: 25px;
		}
	.KOLOMleft, .KOLOMright {
		float: none;
		width: 100%;
		}
	.KOLOMright {
		padding-top: 0;
		}
	.COLOMleft, .COLOMright {
		width: 100%;
		float: none;
		}
	.frame { 
		height: 270px;
		margin: 40px auto 40px;
		}
	.frame img {
		margin-right: 0
		}
	.nama {
		font-size: 18px;
		padding: 2px 15px;
		}
	.konsultan {
		font-size: 18px;
		margin-left: 60px;
		padding: 2px 15px;
		}
	p, ul, ol, .alamat div {
		font-size: 17px
		}
	.footer {
		margin-bottom: 50px;
		}
	.alamat {
		padding: 0;
		border: none;
		margin-bottom: 50px;
		height: auto
		}
	.admin {
		background-image: url("https://belajark3.com/admin1.webp");
		height: 442px;
		width: 330px;
		}
	.CALL1 {
		top: 184px;
		left: 161px;
		font-size: 12px;
		}
	.CALL2 {
		top: 308px;
		left: 161px;
		font-size: 12px;
		}
	#myBtn {
		bottom: 45px;
		}
	.clos {
		font-size: 20px;
		padding: 0 5px
		}
	}