*, ::before, ::after, hr, hr::before, hr::after, input[type="search"], input[type="search"]::before, input[type="search"]::after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::selection { background: #CEEBF8;}
html, body
{
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
body
{
	/*font-family: 'Work Sans', sans-serif;*/
	font-family: "Helvetica";
	font-size: 16px;
	line-height: 24px;
	background-color: #ffffff;
	color: #1b262c;
	font-weight: 300;
	width: 100%;
	height: 100%; 
	transition: all 0.3s;
}
.serif
{
	font-family: 'Anonymous Pro', monospace !important;
	letter-spacing: .15em !important;
}
h1, h2, h3, h4, h5, h6 {margin: 0px 0 10px 0px;}
h1 { font-size: 30px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
p { margin-bottom: 20px; }
p:last-child { margin-bottom: 0px; }
ul { padding: 0px; }
a { color: #75bdea; text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; -webkit-font-smoothing: antialiased; */ }
a:focus, a:hover { color: #75bdea; text-decoration: none; }
img{width: 100%;height: 100%}
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid rgba(0,0,0,0.1); }
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb100 { margin-bottom: 100px !important; }
.mt0 { margin-top: 0px; }
.mt5{ margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px;}
.mt120 { margin-top: 120px;}
.mt140 { margin-top: 140px; }
button
{
	border: 0;
	box-shadow: none;
	outline: 0;
}
.btn-utama
{
	cursor: pointer;
	background: #1e2d49;
	border-radius: 30px;
	color: #fff;
	position: relative;
	display: inline-block;
	width: auto;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: 0.2px;
	padding: 15px 25px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	outline: none;
}
.btn-utama:hover
{
	color: #fff;
	box-shadow: 1px 1px 2px 2px hsla(0,0%,0%,0.1);
}
.btn-kedua
{
	cursor: pointer;
	background: transparent;
	color: #fff;
	position: relative;
	display: inline-block;
	width: auto;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0.2px;
	padding: 15px 25px;
	border: 1px solid #fff;
	border-radius: 20px;
	-webkit-transition: all 0.55;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-kedua:hover
{
	color: #fff;
	box-shadow: 1px 1px 2px 2px hsla(0,0%,0%,0.1);
}
.btn-pols
{
	cursor: pointer;
	background: transparent;
	color: #fff;
	position: relative;
	display: inline-block;
	width: auto;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0.2px;
	padding: 15px 25px;
	border: 1px solid transparent;
	border-radius: 20px;
	-webkit-transition: all 0.55;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-pols:hover
{
	box-shadow: 1px 1px 2px 2px hsla(0,0%,0%,0.1);
}
/*  ==========================  FORM FIELD  ==========================*/

.form-control:focus, .has-warning .form-control:focus,
.has-error .form-control:focus, .has-success .form-control:focus
{
	outline: 0; -webkit-box-shadow: none; box-shadow: none;
}
.form-control[disabled]
{
	background-color: grey;
}
.form-group
{
	position: relative;
	margin-bottom: 20px;
}
.has-error .form-control
{
	box-shadow: none;
}
input.form-control{
	position: relative;
	height: 40px;
	background-color: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px
	border-radius: 0px;
	border: 0;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px;
	text-transform: none;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	transition: all 0.3s;
}
input.form-control::placeholder
{
	color: rgba(0,0,0,0.20);
}

.form-control:focus
{
	border-color: #1e2d49 !important;
}
input.form-control:focus,
input.form-control:active
{
	border-bottom: 2px solid #1e2d49;
}
select.form-control
{ 
	color: #1b262c;
	height: 40px;
	font-size: 16px;
	background-color: transparent; 
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: 98% 55%;
	background-repeat: no-repeat;
	background-image: url("../images/chevron-down.png");
	background-size: 13px;
	padding: 5px;
	box-shadow: none;
	cursor: pointer;
	font-weight: 400;
}
.select2-container--default .select2-selection--single
{
	height: 40px !important;
	border-bottom: 2px solid rgba(0,0,0,0.1) !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-bottom: 2px solid rgba(0,0,0,0.1) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
	color: #1b262c !important;
	font-size: 16px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered
{
	padding: 5px !important;
}
textarea.form-control {
	background-color: transparent;
	min-height: 200px;
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 15px;
	text-transform: none;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight: 700;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	box-shadow: none;
	/*resize: none;*/
}
textarea.form-control:focus,
textarea.form-control:active
{
	border-bottom: 2px solid #1e2d49;
}
label.control-label
{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #393e46;
	letter-spacing: 1px;
	font-weight: 700;
}
label.control-label:before
{
	z-index: -1;
	content: "";
	position: absolute;
	left: 4px;
	bottom: 3px;
	width: 100%;
	height: 8px;
	background-color: #ceebf873;
	border-radius: 20px;
}
.modal-body.modal-notif
{
	max-height: 600px;
	overflow-y: auto;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.modal-footer
{
	border: 0;
}
.modal-header .pras-category
{
	display: inline-block;
	position: relative;
}
.modal-header .close,
.theme-body .close,
.modal-warning .close{
	border: 1px solid #000;
	border-radius: 50%;
	margin-top: -4px;
	margin-right: 10px;
	font-size: 30px;
	width: 35px;
	height: 35px;
	transition: all 0.3s;
}
.modal-header .close span,
.theme-body .close span,
.modal-warning .close span
{
	position: relative;
	top: -3px;
}
.theme-body .close
{
	border-color: #fff;
	color: #fff;
}
.theme-body .close:hover
{
	opacity: 1;
}
#select-dropdown {
	margin-top: 5px;
	background: transparent;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	outline: 0;
	display: block;
	text-align: left;
	font-size: 16px;
	width: 100%;
	cursor: pointer;
	color: #5A5957;
	text-decoration: none;
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 1;
	-webkit-transform-origin: right top;
	transform-origin: right top;
}
#select-dropdown.open {
	opacity: 0;
}
.button-group {
	position: relative;
	width: 215px;
}
.button-group .marka {
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 9999;
	cursor: pointer;
}
.button-group .marka i {
	background: grey!important;
}
.marka-icon-times{
	border: 1px solid grey;
	border-radius: 50%; 
	top: 5px !important;
	right: 5px !important;
}
#dropdown-menu {
	position: absolute;
	top: -1em;
	right: 0;
	left: 0;
	margin: 1em auto;
	padding: 15px 20px;
	width: 100%;
	list-style: none;
	text-align: left;
	border-radius: 5px;
	background: #fff;
	transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: box-shadow .5s ease-out;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
}
#dropdown-menu li {
	position: relative;
	line-height: 24px;
	margin-bottom: 15px;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	opacity: 0;
}
#dropdown-menu li:nth-last-child(1){
	margin-bottom: 0;
}
#dropdown-menu li:hover{
	background-color: #33b8c41a;
}
#dropdown-menu li a {
	color: #5A5957;
	text-decoration: none;
	font-size: 1em;
}
#dropdown-menu.open {
	-webkit-transform: scale(1);
	transform: scale(1);
}
#dropdown-menu.open li {
	transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.open li:nth-child(1) {
	transition-delay: 0.07s !important;
}
.open li:nth-child(2) {
	transition-delay: 0.14s !important;
}
.open li:nth-child(3) {
	transition-delay: 0.21s !important;
}
.open li:nth-child(4) {
	transition-delay: 0.28s !important;
}
.open li:nth-child(5) {
	transition-delay: 0.35s !important;
}
/*====================================== SECTION WORD ======================================*/
.pras-head{
	word-wrap: break-word;
	font-size: 46px;
	line-height: 40px;
	letter-spacing: .1em;
	font-weight: 700;
	color: #393e46;
	text-transform: capitalize;
	transition: all 0.6s;
}
.pras-category{
	word-wrap: break-word;
	font-size: 22px;
	line-height: 44px;
	letter-spacing: 1.2px;
	font-weight: 700;
	color: #393e46;
	text-transform: capitalize;
	transition: all 0.6s;
}
.pras-main{
	word-wrap: break-word;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1.2px;
	font-weight: 400;
	color: #33b8c4;
	transition: all 0.6s;
}
.pras-semi{
	word-wrap: break-word;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 1.2px;
	font-weight: 300;
	color: #393e46;
	transition: all 0.6s;
}
.pras-info{
	word-wrap: break-word;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 1.2px;
	font-weight: 300;
	color: rgba(0,0,0,0.50);
	transition: all 0.6s;
}
.pras-break{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pras-small{
	font-size: 80%;
	color: rgba(0,0,0,0.50);
	line-height: 24px;
	letter-spacing: 1.5px;
}
.main-color{
	color: #1e2d49 !important;
}
.black{
	color: #1b262c !important;
}
.info{
	color: rgba(0,0,0,0.50) !important;
}
.bold{
	font-weight: 700 !important;
}
.white{
	color: #fff !important;
}
.box-shadow{
	-webkit-transition: box-shadow .5s ease-out;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	transition: box-shadow .5s ease-out;
}
.no-pad{
	padding: 0;
}
.block{
	display: block;
}
.full{
	width: 100%;
}
.inline-block{
	display: inline-block;
}
.normal
{
	font-weight: 300;
}
.no-transform
{
	text-transform: none;
}
.italic
{
	font-style: italic;
}
.justify
{
	text-align: justify;
}
.load-more button.btn-kedua
{
	margin: 20px 0;
	padding-left: 30px;
	padding-right: 30px;
}
.navbar-space
{
	margin-top: 100px;
}
.sticky-subhead
{
	position: -webkit-sticky; 
	position: sticky;
	top: 150px;	
}
.section-shadow
{
	z-index: -1;
	position: absolute;
	left: 0;
	top: 25px;
}
.section-head .pras-head
{
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.relative
{
	position: relative;
}
.section-heading
{
	background-color: #ffffff17;
	margin-bottom: 40px;
	padding: 15px;
	border-left: 6px solid #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.section-heading .pras-head
{
	font-size: 30px;
	letter-spacing: 1.5px;
}
.section-heading span
{
	margin-right: 15px;
}
.divider
{
	display: inline-block;
	margin: 20px 0;
	width: 50px;
	height: 3px;
	border-radius: 20px;
	background-color: #fff;
}
/*====================================== SECTION NAVBAR ======================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	padding: .5rem 0;
	z-index: 3;
	will-change: transform;
	transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
	transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
	transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
header nav .logo {
	float: left;
	padding-bottom: .25rem;
	margin-top: -13px;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	font-weight: 500;
	color: #393e46;
}
img.navbar-logo
{
	margin-top: 0;
	margin-left: 10px;
	width: 125px;
	/*height: 64px;*/
	object-fit: contain;
}
header .container-nav
{
	padding: 0 50px;
}
header nav
{
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 2px solid #495368;
}
header.nav-dashboard
{
	background-color: transparent;
	transition: all 0.3s;
}
header nav .logo:after {
	content: '';
	display: table;
	clear: both;
}
header nav ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}	
@media (min-width: 768px) {
	header nav ul li {
		float: left;
		margin-left: 2rem;
	}
}
header nav ul li a {
	display: block;
	font-size: 18px;
}
.hide-nav {
	transform: translateY(-120%) !important;
	-webkit-transform: translateY(-120%) !important;
}
.menu-left > li
{
	margin-right: 30px;
	padding-bottom: 20px;
	border-bottom: 3px solid transparent;
	transition: all 0.3s;
}
.menu-left > li:hover
{
	border-bottom: 3px solid #A8D2F3;
}
.menu-left > li > a,
.menu-right > li > a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #fff;
	transition: color .3s ease;
}
ul.menu-left {
	float: left;
	display: block;
	max-height: 0;
	/*overflow: hidden;*/
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 10;
	margin: 0 -15px 0 -15px;
	padding-top: 15px;
	padding-left: 15px;
}
ul.menu-left:before {
	content: '';
	display: table;
	clear: both;
}
ul.menu-left.collapse {
	max-height: 15em !important;
	overflow: auto;
}
ul.menu-right
{
	float: right;
}
ul.menu-right li
{
	margin-top: -10px;
	border-radius: 20px;
	transition: all 0.3s;
}
ul.menu-right li a img.li-dashboard
{
	width: 26px;
	padding-bottom: 20px;
}
ul.menu-right li:hover,
.btn-pols:hover
{
	/*box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);*/
	box-shadow: none;
}
ul.menu-right li .li-register
{
	margin-right: 30px;
}
ul.menu-right li .li-register.btn-utama,
ul.menu-right li .li-login.btn-kedua,
ul.menu-right li .li-register.btn-kedua
{
	border-radius: 30px;
}
ul.menu-right li .li-logout.btn-pols:hover
{
	color: #FF4C13;
	border-bottom: 1px solid #FF4C13;
}
ul.menu-right li .btn-pols .total-notif
{
	position: absolute;
	top: 7px;
	right: 18px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #FF4C13;
}
header.nav-dashboard img.navbar-logo
{
	/*margin-top: 5px;*/
}
header.nav-dashboard ul.menu-left
{
	padding-top: 5px;
}
header.nav-dashboard ul.menu-right li .btn-pols i
{
	height: 30px;
	display: block;
	font-size: 26px;
	margin-bottom: 15px;
}
ul.menu-right li .btn-pols .total-notif span
{	
	position: relative;
	top: -1px;
	font-size: 13px;
	font-weight: 300;
	left: 0px;
	color: #fff;
}
header.nav-dashboard ul.menu-right .btn-pols span.word
{
	opacity: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 15px;
	font-weight: 300;
}
header.nav-dashboard ul.menu-right .btn-pols:hover span.word
{
	opacity: 1;
}
ul.menu-right li .btn-pols
{
	border-radius: 0;
	border-bottom: 2px solid transparent;
	transition: all 0.3s;
}
ul.menu-right li .btn-pols:hover
{
	border-bottom-color: #fff;
}
ul.menu-right li.li-logout .btn-pols
{
	color: #fff;
}
ul.menu-right li.li-logout:hover .btn-pols
{
	border-bottom-color: #FF4C13;
	color: #FF4C13 ;
}
.nav-toggle {
	display: block;
	border-radius: 5px;
	background-color: transparent;
	float: right;
	height: 38px;
	width: 38px;
	cursor: pointer;
	padding: 5px;
	margin-top: 15px;
}
.nav-toggle span:nth-child(2)
{
	width: 65%;
	margin-left: auto;
}
.nav-toggle span:last-child 
{
	width: 90%;
	margin-left: auto;
}
.nav-toggle.open span:first-child {
	transform: rotate(45deg) translate(4.4px, 5.4px);
}
.nav-toggle.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}
.nav-toggle.open span:last-child {
	width: 100%;
	transform: rotate(-45deg) translate(4.4px, -6.4px);
}
.nav-toggle span {
	position: relative;
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 6px;
	background-color: #fff;
	transition: all .3s;
}
/*====================================== SECTION NOTIFICATION MODAL ======================================*/
.fade-scale {
	transform: scale(0);
	opacity: 0;
	-moz-transition: all .3 .linear;
	-webkit-transition: all .3 linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.fade-scale.in {
	opacity: 1;
	transform: scale(1);
}
.modal-content
{
	border-radius: 20px;
}
.notification-bell {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: -15px;
}
.notification-bell  svg {
	width: 60px;
	height: 60px;
}
.notification-bell svg > path {
	fill: #1b262c;
}
.notification--bell {
	animation: bell 2.2s linear infinite;
	transform-origin: 50% 0%;
}
.notification--bellClapper {
	animation: bellClapper 2.2s 0.1s linear infinite;
}

@keyframes bell {
	0%, 25%, 75%, 100% {
		transform: rotate(0deg);
	}
	40% {
		transform: rotate(10deg);
	}
	45% {
		transform: rotate(-10deg);
	}
	55% {
		transform: rotate(8deg);
	}
	60% {
		transform: rotate(-8deg);
	}
}
@keyframes bellClapper {
	0%, 25%, 75%, 100% {
		transform: translateX(0);
	}
	40% {
		transform: translateX(-0.15em);
	}
	45% {
		transform: translateX(0.15em);
	}
	55% {
		transform: translateX(-0.1em);
	}
	60% {
		transform: translateX(0.1em);
	}
}
@keyframes notification {
	0%, 25%, 75%, 100% {
		opacity: 1;
	}
	30%, 70% {
		opacity: 0;
	}
}
.nav-notif
{
	text-align: center;
	margin-bottom: 20px;
}
.nav-notif > li
{
	float: none;
	display: inline-block;
	margin: 0 30px;
}
.nav-notif > li > a
{
	border: 1px solid transparent;
	border-radius: 20px;
	color: #1e2d49;
}
.nav-notif > li > a:hover
{
	border-color: #1e2d49;
	background-color: transparent;
}
.nav-notif > li.active > a,
.nav-notif > li.active > a:focus
{
	background-color: #1e2d49;
}
.nav-notif > li.active > a:hover
{
	background-color: #1e2d49;
}
.col-notif
{
	padding: 0;
}
.notif-row
{
	display: block;
	padding: 15px;
	background-color: #fff;
	/*background-color: #769ade4d;*/
	border-bottom: 1px solid rgba(0,0,0,0.1);
	transition: all 0.3s;
}
.notif-row:last-child
{
	border-bottom: 0;
}
.notif-row:hover
{
	background-color: #769ade4d;
	box-shadow: 1px 1px 2px 2px hsla(0,0%,0%,0.1);
	-webkit-box-shadow: 1px 1px 2px 2px hsla(0,0%,0%,0.1);
	-moz-box-shadow: 1px 1px 2px 2px hsla(0,0%,0%,0.1);
}

.notif-head
{
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.notif-head .pras-semi
{
	display: inline-block;
}
.notif-body
{
	clear: both;
}
.notif-date
{
	float: right;
}
.notif-empty
{
	display: block;
	margin: 0 15px;
	text-align: center;
	padding: 15px;
	color: #1e2d49;
}
.notif-empty img
{
	max-width: 320px;
	width: 100%;
	margin: 20px auto;
}
/*====================================== SECTION LANDING PAGE ======================================*/
section#landing-hero
{
	padding: 100px 0;
	height: 100vh;
	background-image: url("../images/bg-about.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#landingEarth {
	position: absolute;
	right: 0;
	top: -250px;
	min-width: 100%; 
	min-height: 100%;
}
.landing-color
{
	color: #537999 !important
}
.landing-color-head
{
	font-size: 60px;
	color: #ffffff1c;
	opacity: 1;
	letter-spacing: 30px;
	margin-bottom: 125px;
}
.hero-container
{
	position: relative;
	height: 75vh;
}
.hero-wrapper
{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.typewriter
{
	display: inline-block;
	margin-bottom: 60px;
}
.typewriter h1 {
	color: #fff;
	font-size: 30px;
	overflow: hidden;
	border-right: .15em solid #fff;
	white-space: nowrap;
	margin: 0 auto;
	letter-spacing: .15em;
	animation:
	typing 3s steps(20, end),
	blink-caret .5s step-end infinite;
}
@keyframes typing {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}
@keyframes blink-caret {

	0% {
		border-color: transparent
	}

	50% {
		border-color: #fff
	}
}
.hero-wrapper .pras-head
{
	letter-spacing: .1em;
	line-height: 60px;
	color: #c7f0fc;
}
.landing-video
{
	position: relative;
	height: 75vh;
	width: 100%;
}
.landing-video #landingEarth
{
	position: absolute;
	top: 10%;
	right: 0;
	width: 100%;
}
.lannding-head-section
{
	padding: 10px;
	margin-bottom: 40px;
}
/*====================================== SECTION LANDING ABOUT ======================================*/
#landing-about
{
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	background-image: url("../images/bg-about.jpg");
	min-height: 100vh;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.landing-about-layer
{
	position: absolute;
	background-image: url("../images/landing-about.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 10%;
	left: 0;
	width: 100%;
	height: 100%;
}
.landing-about-left
{
	margin-right: 30px;
}
.landing-about-word
{
	margin-top: 50px;
}
.landing-about-image
{
	width: 100%;
	height: 100vh;
	background-image: url("../images/landing-about1.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
/*====================================== SECTION LANDING WHAT WE DO ======================================*/
#landing-wedo
{
	overflow: hidden;
	position: relative;
	padding: 100px 0;
	min-height: 100vh;
	background-image: url("../images/landing-whatwedo.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.landing-wedo-bg
{
	position: absolute;
	background-image: url("../images/moon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 5%;
	right: -225px;
	width: 500px;
	height: 500px;
}
.landing-wedo-bg-2
{
	position: absolute;
	background-image: url("../images/moon-2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 35%;
	left: -225px;
	width: 400px;
	height: 400px;
}
.landing-wedo-bg-3
{
	position: absolute;
	background-image: url("../images/moon-3.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0%;
	right: -225px;
	width: 400px;
	height: 400px;
}
.container-wedo
{
	position: relative;
}
.row-wedo
{
	margin-bottom: 125px;
}
.wedo-color
{
	color: #abaefb;
}
.landing-wedo-wrapper
{
	position: relative;
	height: 400px;
}
.landing-wedo-word
{
	width: 90%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.landing-wedo-video
{
	width: 100%;
	border-radius: 20px;
	margin: 20px 0;
}
.landing-wedo-image
{
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.landing-wedo-image.first
{
	background-image: url("../images/landing-1.svg");
}
.landing-wedo-image.second
{
	background-image: url("../images/landing-2.svg");
}
.landing-wedo-image.third
{
	background-image: url("../images/landing-3.svg");
}
.landing-wedo-image.forth
{
	background-image: url("../images/landing-4.svg");
}
/*====================================== SECTION LANDING FOOTER ======================================*/
#landing-footer
{
	overflow: hidden;
	padding-top: 50px;
	position: relative;
	min-height: 120vh;
	background-image: url("../images/landing-footer.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.landing-footer-layer
{
	position: absolute;
	/*background-image: url("../images/landing-whatwedo.gif");*/
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	top: 100px;
	width: 100%;
	height: 100%;
}
.landing-footer .pras-head
{
	line-height: 60px;
}
.footer-cta
{
	display: inline-block;
	margin: 35px 25px;
}
.footer-cta .btn-utama
{
	border-radius: 30px;
}
.link-maka
{
	padding: 0 15px;
	position: absolute;
	bottom: 150px;
	width: 100%;
	text-align: center;
}
.link-maka a span.maka,
.link-maka a span.maka-rocket
{
	display: inline-block;
	transition: all 0.3s;
}
.link-maka:hover span.maka
{
	transition: all 5s;
	margin-right: 100px;
}
.link-maka:hover span.maka-rocket
{
	transform: rotate(40deg);
}
/*====================================== SECTION LOGIN PAGE ======================================*/
section#login-page
{
	margin-top: 75px;
	/*padding: 50px 0;*/
	position: relative;
	min-height: 100vh;
	background-image: url("../images/bg-about.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.regislogin-pause
{
	z-index: 2;
	position: fixed;
	top: 2%;
	right: 2%;
}
.regislogin-pause .btn-pols
{
	opacity: .2;
	width: 115px;
	background-color: transparent;
}
.regislogin-pause .btn-pols:hover
{
	box-shadow: none;
	opacity: 1;
}
#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
}
.backto-home
{
	padding: 15px;
}
.backto-home a
{
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.backto-home a i
{
	margin-right: 10px;
	transition: all 0.3s;
}
.backto-home a:hover i
{
	margin-left: -15px;
	margin-right: 20px;
}
.backto-home a span
{
	display: inline-block;
	background-color: #fff;
	position: absolute;
	left: 150px;
	bottom: 10px;
	height: 4px;
	width: 50px;
	margin-left: 10px;
	border-radius: 20px;
	transition: all 0.3s;
}
.backto-home a:hover span
{
	left: 0;
	width: 100%;
}
.regislogin-form
{
	background-color: #fff;
	padding: 20px 30px;
	border-radius: 10px;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	-moz-box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	-webkit-box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	-webkit-transition: box-shadow .5s ease-out;
	transition: box-shadow .5s ease-out;
	margin-bottom: 30px;
}
.regislogin-head
{
	margin-bottom: 30px;
}
.regislogin-head .logo
{
	margin-left: -10px;
	width: 300px;
	margin-bottom: 10px;
}
.regislogin-head .logo img
{
	width: 100%;
	height: 100%;
}
.regislogin-body
{
	margin-bottom: 30px;
}
.regislogin-cta
{
	margin-top: 30px;
}
.regislogin-cta .btn-utama
{
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	width: 145px;
	border-radius: 30px;
}
.regislogin-cta .btn-utama:hover
{
	width: 100%;
}
.regislogin-cta .btn-utama span.regislogin-rocket
{
	margin-left: 10px;
	display: inline-block;
	transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transition: all 2s;
}
.regislogin-cta .btn-utama:hover span.regislogin-rocket
{
	margin-left: 350px;
}
/*====================================== SECTION LOGIN CLOSE PAGE ======================================*/
section.login-close
{
	min-height: 100vh;
	background: url("../images/bg-all.jpeg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.login-close .blank-image
{
	max-width: 400px;
	width: 100%;
}
/*====================================== SECTION REGISTER PAGE ======================================*/
section#register-page
{
	position: fixed;
	left: 0;
	top: 0;
	overflow: auto;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	background: url("../images/register-bg.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.register-vector
{
	width: 100%;
	min-height: 100vh;
	height: 100%;
	background: url("../images/register-vector.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
@keyframes registerAnimation {
	0% {
		transform: translateY(-7%);
	}
	50% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-7%);
	}
}
.register-animation
{
	animation: registerAnimation 5s ease infinite;
}
.thumbnail-proof
{
	margin: 20px 0;
	overflow: hidden;
	text-align: center;
}
.thumbnail-proof .view-img img
{
	max-width: 360px;
	width:100%;
	height: 100%;
	object-fit: contain;
	display:block;
}
.thumbnail-proof #upload
{
	display: none;
}
.uploadbtn
{
	cursor: pointer;
	background: transparent;
	color: #1e2d49;
	position: relative;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0.2px;
	padding: 15px 25px;
	border: 1px solid #1e2d49;
	border-radius: 20px;
	-webkit-transition: all 0.55;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	text-align: center;
}
.uploadbtn:after {
	content: "";
	background-image: url("../images/icon-upload.png");
	background-size: 36px;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-size: 24px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	text-align: center;
	line-height: 38px;
	left: 0;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}
.uploadbtn span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.15s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.15s;
	-moz-backface-visibility: hidden;
	transition: all 0.15s;
	backface-visibility: hidden;
	text-transform: normal;
}
.uploadbtn:hover:after {
	top: 0;
}
.uploadbtn:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}
.uploadbtn:hover
{
	box-shadow: 1px 1px 2px 2px hsla(0,0%,0%,0.1);
}
iframe#outpout img
{
	max-width: 360px;
	width: 100%;
	object-fit: contain;
}
/*====================================== SECTION REGISTER CLOSE PAGE ======================================*/
section.register-close
{
	min-height: 100vh;
	background: url("../images/bg-all.jpeg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.register-close .blank-image
{
	max-width: 350px;
	width: 100%;
}
section.register-close .btn-transform i
{
	margin-left: 5px;
	transition: all 0.3s;
}
section.register-close .btn-transform:hover i
{
	margin-left: 30px;
	margin-right: 15px;
}
/*====================================== SECTION DASHBOARD PAGE ======================================*/
section.dashboard-section
{
	background-color: #020202;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
}
.dashboard-body
{

}
a.voice-link
{
	display: inline-block;
}
.voice-toggle
{
	position: relative;
	margin: 0 auto;
	width: 64px;
	height: 64px;
	padding: 15px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.3s;
}
.voice-toggle:hover
{
	background-color: #ffffff2e;
}
.voice-toggle .pause-icon
{
	position: absolute;
	left: 0;
	bottom: 30px;
	height: 2px;
	width: 64px;
	background-color: #fff;
	transform: rotate(60deg);
}
.dashboard-countdown, .dashboard-information, .dashboard-wizard, .dashboard-theme
{
	margin: 20px 0;
}
.dashboard-information
{
	margin: 25px 0 50px 0;
}
.dashboard-information .pras-category
{
	font-weight: normal;
	text-transform: none;
	font-style: italic;
	font-size: 30px;
}
.dashboard-countdown
{
	position: relative;
	text-align: center;
}
.divider-countdown-left
{
	position: absolute;
	top: 45%;
	left: -300px;
	height: 1px;
	width: 450px;
	background-color: #ffffff73;
}
.divider-countdown-right
{
	position: absolute;
	top: 45%;
	right: -300px;
	height: 1px;
	width: 450px;
	background-color: #ffffff73;
}
.countdown {
	display: inline-block;
	overflow: hidden;
	margin: 0 auto;
}
.countdown .bloc-time {
	float: left;
	margin-right: 45px;
	text-align: center;
}
.countdown .bloc-time:last-child {
	margin-right: 0;
}
.countdown .count-title {
	display: block;
	margin-bottom: 15px;
	font: normal 0.94em;
	color: #1b262c;
	text-transform: uppercase;
}
.countdown .figure {
	position: relative;
	float: left;
	height: 110px;
	width: 100px;
	margin-right: 10px;
	background-color: #fff;
	border-radius: 8px;
	-moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.countdown .figure:last-child {
	margin-right: 0;
}
.countdown .figure > span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font: normal 3.94em/107px "Work Sans";
	font-weight: 700;
	color: #1b262c;
}
.countdown .figure .top:after, .countdown .figure .bottom-back:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure .top {
	z-index: 3;
	background-color: #f7f7f7;
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	-moz-border-radius-top-left: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-top-right: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-transform: perspective(200px);
	-ms-transform: perspective(200px);
	-webkit-transform: perspective(200px);
	transform: perspective(200px);
}
.countdown .figure .bottom {
	z-index: 1;
}
.countdown .figure .bottom:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(0, 0, 0, 0.02);
}
.countdown .figure .bottom-back {
	z-index: 2;
	top: 0;
	height: 50%;
	overflow: hidden;
	background-color: #f7f7f7;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.countdown .figure .bottom-back span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.countdown .figure .top, .countdown .figure .top-back {
	height: 50%;
	overflow: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.countdown .figure .top-back {
	z-index: 4;
	bottom: 0;
	background-color: #fff;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-moz-transform: perspective(200px) rotateX(180deg);
	-ms-transform: perspective(200px) rotateX(180deg);
	-webkit-transform: perspective(200px) rotateX(180deg);
	transform: perspective(200px) rotateX(180deg);
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.countdown .figure .top-back span {
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	margin: auto;
}
.container-dashboard
{
	padding-left: 50px;
	padding-right: 50px;
}
.wizard {
	margin: 40px auto;
	background: transparent;
}
.wizard .nav-tabs {
	width: 100%;
	border-bottom: 0;
	display: inline-flex;
}
.wizard > div.wizard-inner {
	width: 100%;
}

.wizard .nav-tabs li.active > a,
.wizard .nav-tabs li.active > a:hover,
.wizard .nav-tabs li.active > a:focus {
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
}
img.journey-active
{
	margin-left: -15px;
	width: 140px;
}
span.round-tab {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 0;
	/*line-height: 70px;*/
	/*background: #fff;*/
	border: 0;
	z-index: 2;
	/*position: absolute;
	left: 15px;*/
	text-align: center;
	font-size: 25px;
}
span.round-tab i
{
	color:#555555;
}
span.journey-break
{
	position: absolute;
	top: -25px;
	left: 18px;
}
.wizard li.active span.round-tab {
	background: transparent;
	/*border: 2px solid red;*/
	border: 0;
}
.wizard li.active span.round-tab i{
	color: #5bc0de;
}
span.round-tab:hover
{
	/*color: #333;*/
	/*border: 2px solid red;*/
}
.wizard .nav-tabs li .times
{
	margin-left: 20px;
}
.wizard .nav-tabs li .times .pras-category
{
	color: #fff;
}
.journey-active, .journey-disable
{
	width: 100%;
	height: 100%;
}
.wizard .nav-tabs li
{
	height: 100%;
	width: 100%;
	position: relative;
}
.wizard .nav-tabs li a
{
	position: relative;
	border: none;
	display: inline-block;
	width: auto;
}
.wizard .nav-tabs li a:hover
{
	border: none;
	background: transparent;
}
.wizard .nav-tabs li.active a
{
	background-color: transparent;
}
.wizard .nav-tabs li.disabled
{
	opacity: .5;
}
/*.wizard li:after
{
	content: " ";
	position: absolute;
	left: 0%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: none;
	border-bottom-color: transparent;
	transition: 0.1s ease-in-out;
}
.wizard li.active:after
{
	z-index: -1;
	content: " ";
	position: absolute;
	left: 46%;
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: red;
}
*/
.wizard li .time
{
	display: inline-block;
	border-radius: 20px;
	margin: 20px;
	padding: 0 15px;
	background-color: #ffffff3d;
}
.wizard li .time .pras-category
{
	color: #1b262c;
}
.wizard li.active .time
{
	background-color: #fff;
}
.wizard .tab-pane
{
	position: relative;
	margin-top: 100px;
}
.wizard h3
{
	margin-top: 0;
}
.progress {
	width: 100%;
	height: 100%;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.progress-wrap {
	background: transparent;
	/*overflow: hidden;*/
}
.progress-wrap .progress-bar:before
{
	content: "";
	background-image: url('../images/rocket-dashboard.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 9999;
	left: 5px;
	top: 10px;
	font-size: 40px;
}
.progress-wrap .progress-bar {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.theme-body
{
	background-color: #46433c;
	border-radius: 15px;
	background-image: url('../images/bg-theme.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	min-height: 300px;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.theme-block
{
	display: block;
	margin: 10px 0 20px 0;
	width: 40px;
	height: 2px;
	border-radius: 20px;
	background-color: #fff;
}
.dashboard-theme
{
	margin-top: 40px;
}
.dashboard-theme span
{
	font-size: 20px;
	letter-spacing: 3px;
	margin-right: 10px;
}
.dashboard-theme span.active
{
	font-size: 40px;
	font-weight: 700;
}
.dashboard-theme span.used
{
	font-weight: 700;
	position: relative;
}
.dashboard-theme span.used:before
{
	content: "";
	position: absolute;
	top: 12px;
	left: -2px;
	width: 100%;
	height: 2px;
	background-color: #FF4C13;
	border-radius: 20px;
}
.dashboard-theme span.theme-divider
{
	margin: 0 10px;
	font-weight: 700;
}
/*====================================== SECTION DASHBOARD DETAIL JOURNEY ======================================*/
section.journey-detail
{
	position: relative;
	height: 100%;
	background-image: url("../images/landing-whatwedo.jpg");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	min-height: 100vh;
}
.journey-title .bg
{
	display: inline-block;
	background-color: #ffffff38;
	padding: 0 30px;
	margin-top: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 20px;
}
.journey-title .separate
{
	display: block;
}
.journey-iframe
{
	position: relative;
	height: 50vh;
	width: 100%;
	border-radius: 20px;
	padding: 15px;
	text-align: center;
}
.journey-iframe iframe
{
	/*border: 1px solid #fff;*/
	border-radius: 20px;
	width: 100%;
	height: 100%;
}
.journey-iframe .journey-file
{
	text-align: center;
}
.journey-iframe .journey-file img
{
	padding: 15px;
	transition: all 0.3s;
	border-radius: 20px;
}
.journey-iframe .journey-file img:hover
{
	box-shadow: 0 8px 18px 0 #ffe4e4;
}
.journey-container
{
	min-height: 50vh;
	overflow: hidden;
	padding: 15px 30px;
}
.journey-word
{
	height: 100%;
	/*background-color: #222222a6;*/
	/*border: 1px solid #fff;*/
	overflow: auto;
}
.journey-word p
{
	word-wrap: break-word;
	text-align: justify;
	line-height: 32px;
	letter-spacing: 0.2px;
	transition: all 0.6s;
}
.row-journey-detail
{
	padding: 30px 0;
	margin-top: 40px;
	background-image: url("../images/journey-detail-bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.journey-hologram
{
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
	object-fit: contain;
}
.journey-hologram img
{
	margin-top: -75px;
}
/*====================================== SECTION HINT AND RIDDLE PAGE ======================================*/
.modal-hint
{
	margin-top: 200px;
}
.header-hint
{
	border: 0;
}
.hint-head
{
	text-align: center;
	background-color: transparent;
	background-image: url("../images/hint-head.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	padding: 15px;
	border-radius: 20px;
	margin: -100px auto 30px auto;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
}
.hint-head .image
{
	width: 150px;
	margin: 0 auto;
}
.hint-body
{
	background-color: transparent;
	background-image: url("../images/hint-body.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 50vh;
}
ol.hint-list
{
	margin-bottom: 30px;
}
ol.hint-list li
{
	/*font-family: 'Kalam', cursive;*/
	word-wrap: break-word;
	font-size: 22px;
	line-height: 44px;
	letter-spacing: 0.2px;
	font-weight: 300;
	color: #fff;
	transition: all 0.6s;
	margin-bottom: 10px;
}
.hint-intermezo
{
	position: relative;
}
.hint-intermezo:before
{
	content: "";
	position: absolute;
	left: -14px;
	top: 20px;
	background-color: #fff;
	height: 2px;
	width: 25%;
}
.hint-intermezo:after
{
	content: "";
	position: absolute;
	right: -14px;
	top: 20px;
	background-color: #fff;
	height: 2px;
	width: 25%;
}
section.journey-riddle
{
	position: relative;
	height: 100%;
	background-image: url("../images/bg-about.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 150px;
}
.riddle-answer
{
	position: absolute;
}
/*MINIMAL TOP 30% - MAKSIMAL LEFT 15%*/
.riddle-answer:nth-child(1)
{
	top: 5%;
	left: 15%;
}
.riddle-answer:nth-child(2)
{
	top: 2%;
	right: 10%;
}
.riddle-answer:nth-child(3)
{
	top: 15%;
	left: 10%;
}
.riddle-answer:nth-child(4)
{
	top: 10%;
	right: 5%;
}
.riddle-answer:nth-child(5)
{
	top: 25%;
	left: 3%;
}
.riddle-answer:nth-child(6)
{
	top: 20%;
	right: 15%;
}
.riddle-answer:nth-child(7)
{
	top: 35%;
	left: 8%;
}
.riddle-answer:nth-child(8)
{
	top: 30%;
	right: 10%;
}
.riddle-answer:nth-child(9)
{
	top: 45%;
	left: 13%;
}
.riddle-answer:nth-child(10)
{
	top: 40%;
	right: 0%;
}
.riddle-answer:nth-child(11)
{
	top: 55%;
	left: 8%;
}
.riddle-answer:nth-child(12)
{
	top: 50%;
	right: 5%;
}
.riddle-answer:nth-child(13)
{
	top: 65%;
	left: 0%;
}
.riddle-answer:nth-child(14)
{
	top: 60%;
	right: 10%;
}
.riddle-answer:nth-child(15)
{
	top: 75%;
	left: 5%;
}
.riddle-answer:nth-child(16)
{
	top: 70%;
	right: 15%;
}
.riddle-answer:nth-child(17)
{
	top: 85%;
	left: 10%;
}
.riddle-answer:nth-child(18)
{
	top: 80%;
	right: 9%;
}
.riddle-answer:nth-child(19)
{
	top: 95%;
	left: 5%;
}
.riddle-answer:nth-child(20)
{
	top: 90%;
	right: 2%;
}
.riddle-answer .pras-category
{
	font-size: 30px;
}
@keyframes updown {
	0% {
		transform: translateY(-30%);
	}
	50% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-30%);
	}
}
@keyframes updown2 {
	0% {
		transform: translateY(-15%);
	}
	50% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-15%);
	}
}
@keyframes updown3 {
	0% {
		transform: translateY(-5%);
	}
	50% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-5%);
	}
}
@keyframes updown4 {
	0% {
		transform: translateY(-25%);
	}
	50% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-25%);
	}
}
@keyframes updown5 {
	0% {
		transform: translateY(-10%);
	}
	50% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-10%);
	}
}
.updown
{
	animation: updown 2s ease infinite;
}
.updown2
{
	animation: updown2 3s ease infinite;
}
.updown3
{
	animation: updown3 3s ease infinite;
}
.updown4
{
	animation: updown4 3s ease infinite;
}
.updown5
{
	animation: updown5 3s ease infinite;
}
.riddle-container
{
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	max-width: 640px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #1e2d49;
	padding-top: 15px;
}
.riddle-reminder
{
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #1e2d49;
}
.riddle-wrapper
{
	padding: 15px;
	height: 100vh;
	overflow-y: auto;
}
.riddle-submit
{
	background-color: #fff;
	width: 100%;
	height: auto;
	border-top: 1px solid #1e2d49;
	padding: 15px;
}
.riddle-list-wrapper
{

}
ol.riddle-list
{

}
ol.riddle-list li
{
	position: relative;
	border-radius: 20px;
	font-family: 'Kalam', cursive;
	word-wrap: break-word;
	font-size: 22px;
	line-height: 44px;
	letter-spacing: 0.2px;
	font-weight: 300;
	color: #393e46;
	transition: all 0.6s;
	margin-bottom: 0;
}
ol.riddle-list ul.answer
{
	list-style-type: none;
}
.radiostyle
{
	border-radius: 20px;
	font-weight: 300;
	display: block;
	cursor: pointer;
	padding: 5px 10px;
	background-color: transparent;
	transition: all 0.3s;
}
.radiostyle:after
{ 
	content: "";
	border-radius: 20px;
	height: 100%; 
	left: 0; 
	top: 0; 
	width: 0px;  
	position: absolute; 
	transition: all 0.3s ease 0s; 
	-webkit-transition: all 0.3s ease 0s; 
}
.radiostyle:after
{
	background: #9bbeff38;
}
.radiostyle:hover:after
{
	width: 100%;
}
.radiostyle.true
{
	background-color: #e0f9eb;
}
.radiostyle.false
{
	background-color: #ffe4e4
}
span.answer-true
{
	position: absolute;
	right: 15px;
	color: green;
}
span.answer-false
{
	position: absolute;
	right: 15px;
	color: red;
}
input[type=radio]:checked + .radiostyle
{
	/* Or `#a1:checked+label` if you only want it for that input */
	background-color: #9bbeff;
	/*background-color: #e0f9eb; bener*/
	/*background-color: #ffe4e4; salah*/
}
input[type=radio]:checked + .radiostyle:hover:after,
input[type=radio]:checked + .radiostyle.true:hover:after,
input[type=radio]:checked + .radiostyle.false:hover:after,
.radiostyle.true:hover:after,
.radiostyle.false:hover:after
{
	display: none;
}
.row-grade
{
	background-color: #fff;
	border-top: 1px solid #1e2d49;
	margin-bottom: 30px;
}
.riddle-grade
{
	position: relative;
	margin: 20px 0;
	text-align: center;
}
.riddle-grade .pras-head
{
	margin-top: 40px;
}
.riddle-grade .circle
{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 120px;
	background-image: url("../images/grade-circle-5.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.riddle-grade .pras-category
{
	font-size: 30px;
}
.riddle-grade .underline
{
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 15px;
	background-image: url("../images/grade-underline-1.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
/*====================================== SECTION DASHBOARD PROIFLE PAGE ======================================*/
section.dashboard-profile
{
	overflow: hidden;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
}
.nav-profile
{
	text-align: center;
}
.nav-profile > li
{
	float: none;
	display: inline-block;
	margin: 25px 75px;
}
.nav-profile > li > a
{
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	font-weight: 700;
}
.nav-profile > li > a:hover
{
	border-color: #fff;
	background-color: transparent;
}
.nav-profile > li.active > a, .nav-profile > li.active > a:focus
{
	background-color: #fff;
	color: #1e2d49;
}
.nav-profile > li.active > a:hover
{
	background-color: #fff;
	color: #1e2d49;
}
.myprofile-picture
{
	padding: 15px;
	background-color: #fff;
	border-radius: 4px;
	width: 100%;
	min-height: 400px;
	margin-bottom: 20px;
}
.myprofile-picture img
{
	object-fit: contain;
	width: 100%;
	height: 400px;
}
.myprofile-picture .pras-category
{
	margin-top: 10px;
}
.myprofile-biodata
{
	margin-top: 45px;
}
.myprofile-biodata .bio
{
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
}
.upload-image-form {
	text-align: center;
}
.upload-image {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.upload-image input {
	position: absolute;
	top: 0;
	right: 0;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	cursor: pointer;
}
.upload-image-confirmation {
	display: none;
}
.upload-image-confirmation input
{
	margin: 0 20px;
}
.upload-image-confirmation .btn-utama
{
	border: 0;
}
.myteam-member
{
	overflow: hidden;
	width: 100%;
	max-width: 960px;
	margin: 60px auto;
	margin-bottom: 0;
}
.myteam-member ul li
{
	color: #fff;
}
.myteam-member ul {
	list-style: none;
	padding: 0;
}
.myteam-member ul li {
	padding-left: 1.3em;
	margin-bottom: 10px;
}
.myteam-member ul li:before {
	content: "";
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 26px;
	height: 26px;
	background-image: url(../images/li-astronaut.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.myteam-member ul li span
{
	margin-left: 10px;
	display: inline-block;
	position: relative;
	top: -6px;
	word-wrap: break-word;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.2px;
	font-weight: 300;
	color: #fff;
	transition: all 0.6s;
}
.myteam-member.leader
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 0;
	margin-bottom: 60px;
}
.myteam-member.leader ul
{
	padding: 10px 0;
	margin-bottom: 0;
}
.myteam-member.leader ul li
{
	margin-bottom: 0;
}
.myteam-member.leader ul li:before
{
	background-image: url(../images/li-leader.png);
}
.myteam-member.leader ul li span
{
	top: -5px;
}
.defilee__main {
	position: relative;
	margin: 0 auto;
}
.defilee__outer {
	margin-top: 100px;
	min-height: 100vh;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: top;
	-webkit-perspective: 0.5px;
	perspective: 0.5px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	overflow: hidden;
}
.defilee__ctnr {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 auto;
}
.defilee__ctnr img
{
	object-fit: contain !important;
	min-height: 340px;
	max-height: 340px;
}
.defilee__div {
	position: relative;
	-webkit-transform: translateZ(-0.1px) scale(1.4) translateX(30px) translateY(5vh);
	transform: translateZ(-0.1px) scale(1.4) translateX(30px) translateY(5vh);
	text-align: center;
}
.defilee__div:not(.defilee__div--text) {
	width: 300px;
	margin: 0 10vw;
	background: #fff;
	padding: 15px;
	border-radius: 4px;
	box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 1);
}
.defilee__div--text {
	margin: 0 0 0 10vw;
	-webkit-transform: translateZ(-0.25px) scale(1.4) translateX(60px) translateY(-5vh);
	transform: translateZ(-0.25px) scale(1.4) translateX(60px) translateY(-5vh);
	-webkit-animation: zoom infinite 1s;
	animation: zoom infinite 1s;
}

.defilee__div--special {
	-webkit-transform: translateZ(-0.2px) scale(1.4) translateX(30px) translateY(20vh);
	transform: translateZ(-0.2px) scale(1.4) translateX(30px) translateY(20vh);
}
.defilee__div--special1 {
	-webkit-transform: translateZ(-0.25px) scale(1.4) translateX(-0.3vw) translateY(0);
	transform: translateZ(-0.25px) scale(1.4) translateX(-0.3vw) translateY(0);
}

.defilee__div--special2 {
	-webkit-transform: translateZ(-0.3px) scale(1.5) translateX(-0.5vw) translateY(-5vh);
	transform: translateZ(-0.3px) scale(1.5) translateX(-0.5vw) translateY(-5vh);
}
.defilee__div--special3 {
	-webkit-transform: translateZ(-0.5px) scale(1.5) translateX(-30px) translateY(-30vh);
	transform: translateZ(-0.5px) scale(1.5) translateX(-30px) translateY(-30vh);
}
.defilee__div--special4 {
	-webkit-transform: translateZ(-0.65px) scale(3) translateX(30px) translateY(-10vh);
	transform: translateZ(-0.65px) scale(3) translateX(30px) translateY(-10vh);
}
.defilee__ctnr {
	-webkit-transform: translate3d(-10%, 0, 0);
	transform: translate3d(-10%, 0, 0);
	will-change: transform;
	-webkit-animation: slide 25s 0.7s linear infinite;
	animation: slide 25s 0.7s linear infinite;
}
@-webkit-keyframes slide {
	100% {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
	}
}
@keyframes slide {
	100% {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
	}
}
.defilee__div--special1.first {
	-webkit-animation: vertical infinite 5s -2s;
	animation: vertical infinite 5s -2s;
}
@-webkit-keyframes vertical {
	50% {
		-webkit-transform: translateZ(-0.25px) scale(1.6) translateX(-0.3vw)
		translateY(-2vh);
		transform: translateZ(-0.25px) scale(1.6) translateX(-0.3vw)
		translateY(-2vh);
	}
}
@keyframes vertical {
	50% {
		-webkit-transform: translateZ(-0.25px) scale(1.6) translateX(-0.3vw)
		translateY(-2vh);
		transform: translateZ(-0.25px) scale(1.6) translateX(-0.3vw)
		translateY(-2vh);
	}
}

@-webkit-keyframes zoom {
	50% {
		-webkit-transform: translateZ(-0.25px) scale(1.5) translateX(60px) translateY(-5vh);
		transform: translateZ(-0.25px) scale(1.5) translateX(60px) translateY(-5vh);
	}
}

@keyframes zoom {
	50% {
		-webkit-transform: translateZ(-0.25px) scale(1.5) translateX(60px) translateY(-5vh);
		transform: translateZ(-0.25px) scale(1.5) translateX(60px) translateY(-5vh);
	}
}
/*====================================== SECTION DASHBOARD LEADERBOARD PAGE ======================================*/
.dashboard-leaderboard
{
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
	min-height: 100vh;
}
.leaderboard-myteam
{
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 20px;
	background-color: #1e2d495c;
	word-wrap: break-word;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.2px;
	font-weight: 300;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 100px;
	transition: all 0.6s;
}
.leaderboard-myteam .pras-small
{
	font-size: 12px;
	font-weight: 700;
}
.leaderboard-myteam .rank,
.leaderboard-myteam .name,
.leaderboard-myteam .score,
.leaderboard-myteam .grade
{
	display: inline-block;
}
.leaderboard-myteam .rank
{
	width: 60px;
	height: 60px;
	text-align: center;
	font-weight: 700;
	margin-left: 0;
	border: 2px solid #1e2d49;
	padding: 12px 0;
	border-radius: 50%;
}
.leaderboard-top
{
	position: relative;
	background-color: #1e2d495c;
	padding: 30px 15px;
	border: 1px solid #fff;
	border-radius: 20px;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	-webkit-transition: box-shadow .5s ease-out;
	transition: box-shadow .5s ease-out;
}
.leaderboard-top.second
{
	margin-top: 200px;
}
.leaderboard-top.first
{
	margin-top: 100px;
}
.leaderboard-top.third
{
	margin-top: 225px;
}
.leaderboard-top .name,
.leaderboard-top .score,
.leaderboard-top .grade
{
	text-align: center;
}
.leaderboard-top .rank
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-top: -85px;
	margin-bottom: 30px;
	padding: 15px;
	background-color: #1e2d49;
	border: 4px solid #fff;
	border-radius: 50%;
}
.leaderboard-top .icon
{
	opacity: .5;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -1px;
	left: 20px;
}
.leaderboard-top.first .icon
{
	left: 35px;
	top: 20px;
}
table.table-leaderboard
{
	width: 100%;
	color: #fff;
	border-collapse:separate; 
	border-spacing: 0 15px;
}
table.table-leaderboard thead
{
	width: 100%;
}
table.table-leaderboard thead th
{
	text-align: center;
	padding: 15px 0;
	width: 25%;
}
table.table-leaderboard tbody tr
{
	text-align: center;
	background-color: #1e2d495c;
	transition: all 0.3s;
}
table.table-leaderboard tbody tr:hover
{
	background-color: #1e2d49;
}
table.table-leaderboard tbody tr.myteam
{
	background-color: #1e2d49;
}
table.table-leaderboard tbody tr.myteam td
{
	border-radius: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
table.table-leaderboard tbody td
{
	margin-bottom: 20px;
	padding: 15px 0;
	word-wrap: break-word;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.2px;
	font-weight: 300;
	color: #fff;
	text-transform: capitalize;
}
table.table-leaderboard tbody td:nth-child(1)
{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
table.table-leaderboard tbody td:nth-last-child(1)
{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
table.table-leaderboard tbody tr:nth-last-child(-n+3)
{
	background-color: #ff4c1347;
}
/*====================================== SECTION LEADERBOARD MISSING PAGE ======================================*/
section.leaderboard-blank
{
	position: relative;
	height: 100%;
	background-image: url("../images/bg-all.jpeg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
}
section.leaderboard-blank .blank-image
{
	max-width: 500px;
	width: 100%;
}
/*====================================== SECTION DASHBOARD BLANK PAGE ======================================*/
section.journey-close {
	position: relative;
	height: 100%;
	background-image: url("../images/journey-close.gif");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 100vh;
}
.blank-container
{
	margin: 50px auto;
	padding: 30px;
	text-align: center;
}
.blank-image
{
	max-width: 750px;
	width: 100%;
	margin: 20px auto;
}
.blank-wrapper
{
	position: fixed;
	bottom: 7%;
	left: 0;
	width: 100%;
	text-align: center;
}
.blank-word
{
	margin: 0 auto;
	max-width: 480px;
	width: 100%;
}
.blank-wrapper .cta
{
	margin-top: 20px;
}
.btn-transform
{
	/*border-bottom: 2px solid #fff;*/
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	line-height: 45px;
	padding: 15px 25px;
	position: relative;
	text-decoration: none;
	width: 100%;
	max-width: 160px;
}
@media (min-width: 600px)
{
	.btn-transform
	{
		margin: 0 1em 2em;
	}
}
.btn-transform svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.btn-transform rect {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: 422, 0;
	-webkit-transition: all 0.35s linear;
	transition: all 0.35s linear;
}
.btn-transform i
{
	margin-right: 5px;
	transition: all 0.3s;
}
.btn-transform:hover {
	border-color: transparent;
	background:  transparent;
	color: #fff;
}
.btn-transform:hover i
{
	margin-right: 15px;
}
.btn-transform:hover rect {
	stroke: #fff;
	stroke-width: 5;
	stroke-dasharray: 15, 300;
	stroke-dashoffset: 0;
	-webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
/*====================================== SECTION 404 PAGE ======================================*/
section.page-404
{
	position: relative;
	height: 100%;
	background-image: url("../images/page-404.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
}
/*====================================== SECTION VERIFY EMAIL SUCCEED ======================================*/
section.verifysucceed-page
{
	position: relative;
	height: 100%;
	background-image: url("../images/bg-about.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
	padding: 50px 0;
}
.verify-container .blank-wrapper
{
	position: relative;
	bottom: 0;
	left: 0;
}
.verify-image
{
	max-width: 320px;
	width: 100%;
	margin: 20px auto;
}
/*====================================== SECTION DASHBOARD REPORT GROUP ======================================*/
section.dashboard-group
{
	padding: 50px 0;
	overflow: hidden;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
}
.group-wrapper
{
	background-image: url("../images/rapot-team.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	max-width: 1024px;
	width: 95%;
	height: 100%;
	margin: 0 auto;
	background-color: transparent;
	/*border: 2px solid #1e2d49;*/
	border-radius: 20px;
	-webkit-transition: box-shadow .5s ease-out;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	transition: box-shadow .5s ease-out;
}
.group-cover
{
	position: relative;
	float: left;
	width: 10%;
	/*background-color: #fff;*/
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-right: 1px solid #fff;
	margin: 30px 0;
}
.vertical-logo
{
	width: 75px;
	margin-bottom: 40px;
	margin-left: -25px;
}
.vertical-word
{
	width: 25%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.vertical-word span
{
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
}
.vertical-word .pras-category
{
	line-height: 28px;
}
.group-container
{
	width: 90%;
	display: inline-block;
	padding: 30px 0;
}
.group-head
{
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #1e2d49;
}
.group-head .picture
{
	display: inline-block;
	width: 250px;
	height: 100%;
	margin-right: 20px;
}
.group-head .word
{
	display: inline-block;
	position: relative;
	top: 20px;
}
.group-progress
{
	min-height: 100px;
	width: 100%;
	background-color: #1e2d49;
	border-radius: 20px;
}
.group-grade
{
	position: relative;
	margin: 50px 0;
}
.group-body .name
{
	margin-top: 15px;
}
.group-body .name .pras-head
{
	font-size: 40px;
}
.group-progress
{
	margin: 20px 0;
}
.group-body .grade
{
	position: relative;
	margin: 30px 0;
}
.group-body .grade .underline
{
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: url("../images/grade-underline-white-1.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.col-grade:nth-child(2) .grade .underline
{
	background-image: url("../images/grade-underline-white-2.png")
}
.col-grade:nth-child(3) .grade .underline
{
	background-image: url("../images/grade-underline-white-3.png")
}
.col-grade:nth-child(4) .grade .underline
{
	background-image: url("../images/grade-underline-white-1.png")
}
.group-body .grade .pras-semi
{
	font-size: 22px;
}
.group-body .grade .pras-category
{
	margin-top: 20px;
	font-size: 32px;
}
.group-grade .circle
{
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: url("../images/grade-circle-white-1.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.group-body .picture
{
	text-align: center;
	background-color: #fff;
	padding: 0 15px;
	border-radius: 4px;
	width: 200px;
	height: 100%;
	max-height: auto;
	margin: 20px auto;
	margin-top: 80px;
	padding-bottom: 0;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	/*-webkit-transform: rotate(4deg);*/
	-webkit-transition: -webkit-transform .15s linear;
}
.group-body .picture img
{
	width: 100%;
	height: auto;
	border-radius: 4px;
	object-fit: cover;
}
/*====================================== SECTION DASHBOARD REPORT ======================================*/
section.dashboard-report
{
	padding: 50px 0;
	overflow: hidden;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
}
.report-back
{
	text-align: center;
	margin-top: 20px;
}
.container-report
{
	max-width: 720px;
	width: 100%;
	/*background-color: #fff;*/
	border: 2px solid #1e2d49;
	border-radius: 20px;
	padding: 30px;
	-webkit-transition: box-shadow .5s ease-out;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	transition: box-shadow .5s ease-out;
}
.report-personal
{
	background-image: url("../images/rapot-1.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 560px;
	background-color: #fff;
	border: 2px solid #1e2d49;
	/*padding: 15px;*/
	box-shadow: none;
	-webkit-transition: box-shadow .5s ease-out;
	transition: box-shadow .5s ease-out;
}
.report-personal-head .logo
{
	margin: 20px auto;
	width: 150px;
}
.report-personal-body .picture
{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	width: 225px;
	/*	height: 300px;*/
	max-height: 300px;
	margin: 20px auto;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-webkit-transition: -webkit-transform .15s linear;
}
.report-personal-body .picture img
{
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: contain;
}
.report-assignment
{
	background-image: url("../images/rapot-2.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.report-assignment-picture
{
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	width: 200px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 0;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	/*-webkit-transform: rotate(-4deg);*/
	-webkit-transition: -webkit-transform .15s linear;
}
.report-assignment-picture img
{
	width: 100%;
	/*	height: 200px;*/
	border-radius: 4px;
	object-fit: contain;
}
/*.report-assignment-picture .pras-info
{
	margin-top: 5px;
}
*/
.report-assignment-grade
{
	position: relative;
	margin-top: 100px;
}
.report-assignment-grade .circle
{
	position: absolute;
	top: -45px;
	left: 0;
	width: 100%;
	height: 125px;
	background-image: url("../images/grade-circle-white-1.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.report-assignment-grade .underline
{
	position: absolute;
	top: 15px;
	left: 25%;
	width: 50%;
	height: 100px;
	background-image: url("../images/grade-underline-white-1.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.report-attitude
{
	background-image: url("../images/rapot-3.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.report-attitude-leader
{
	background-color: #fff;
	padding: 0 15px;
	border-radius: 4px;
	width: 200px;
	height: auto;
	/*max-height: 250px;*/
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 0;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	/*-webkit-transform: rotate(-2deg);*/
	-webkit-transition: -webkit-transform .15s linear;
}
.report-attitude-leader .picture img
{
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.report-attitude-leader .picture img
{
	object-fit: cover;
	border-radius: 4px;	
	object-fit: cover;
}
.col-leader:nth-child(2) .report-attitude-leader
{
	/*-webkit-transform: rotate(3deg);*/
}
.report-attitude-grade 
{
	position: relative;
}
.report-attitude-grade .underline
{
	position: absolute;
	top: 10px;
	left: 30%;
	width: 50%;
	height: 100px;
	background-image: url("../images/grade-underline-white-1.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.report-attitude-word:before
{
	content: "“";
	position: absolute;
	top: -20px;
	left: 0;
	color: #fff;
	font-size: 100px;
}
.report-attitude-word .pras-category
{
	color: rgba(0,0,0,0.50);
}
.container-report.container-msg
{
	max-width: 928px;
	background-color: transparent;
	border: 0;
	border-radius: 0px;
	padding: 0;
	box-shadow: none;
	-webkit-transition: box-shadow .5s ease-out;
	transition: box-shadow .5s ease-out;
}
.report-msg
{
	background-image: url("../images/rapot-4.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.report-msg-wrapper
{
	width: 100%;
	background-color: #fff;
	border: 2px solid #1e2d49;
	border-radius: 20px;
	padding: 30px;
	-webkit-transition: box-shadow .5s ease-out;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	transition: box-shadow .5s ease-out;
}
.report-msg-picture
{
	background-color: #fff;
	padding: 0 15px;
	border-radius: 4px;
	width: 200px;
	height: auto;
	/*max-height: 250px;*/
	margin: 0 auto;
	margin-bottom: 40px;
	padding-bottom: 0;
	/*-webkit-transform: rotate(-2deg);*/
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-webkit-transition: -webkit-transform .15s linear;
}
.report-msg-picture .picture img
{
	width: 100%;
	height: auto;
	border-radius: 4px;
	object-fit: cover
}
.col-report-msg:nth-child(2) .report-msg-picture
{
	/*-webkit-transform: rotate(4deg);*/
}

.sticky-note {
	position: relative;
	width: 100%;
	background-color: #001944; 
	border-top-left-radius: 4px;
	border-top-right-radius: 20px;
	padding-bottom: 15px;
	-moz-box-shadow: 3px 6px 5px rgba(33, 33, 33, 0.15);
	-webkit-box-shadow: 3px 6px 5px rgba(33, 33, 33, 0.15);
	box-shadow: 3px 6px 5px rgba(33, 33, 33, 0.15);
	-moz-transition: -moz-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	-webkit-transition: -webkit-transform .15s linear;
}
.sticky-note-header
{
	position: relative;
	border-top-left-radius: 4px;
	border-top-right-radius: 20px;
	background-color: #000b2b;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	border-bottom: 2px dashed #fff;
}
.sticky-note-header:before
{
	content: "“";
	position: absolute;
	left: 10px;
	top: 20px;
	font-size: 60px;
	color: rgba(0,0,0,0.25);
}
.sticky-note textarea {
	resize: none;
	position: relative;
	width: 100%;
	min-height: 250px;
	max-height: 400px;
	border: 0px;
	padding: 15px 15px 0 15px;
	background-color: transparent;
	font-family: 'La Belle Aurore', cursive;
	color: rgba(0,0,0,0.50);
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.2px;
	font-weight: 300;
	outline: none;
	color: #fff;
}

.sticky-note::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: transparent;
}
.sticky-note::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
.sticky-note::-webkit-scrollbar-thumb
{
	background-color: transparent;
	border: 0px;
}
::-webkit-input-placeholder { 
	color: rgba(0,0,0,0.25);
}
::-moz-placeholder {
	color: rgba(0,0,0,0.25);
}
:-ms-input-placeholder {
	color: rgba(0,0,0,0.25);
}
:-moz-placeholder {
	color: #2d2d2d
}
/*====================================== SECTION FOOTER ======================================*/
footer.footer
{
	background-color: #000000;
	height: 30vh;
	width: 100%;
}
/*====================================== SECTION RESPONSIVE ======================================*/

@media (min-width: 576px)
{
	header nav ul li a
	{
		display: block;
		/*padding: .425rem 0rem;*/
	}
}

@media (max-width: 768px)
{

}
@media (min-width: 768px) 
{
	ul.menu-left
	{
		width: 85%;
		display: block !important;
		max-height: none;
	}
	.nav-toggle 
	{
		display: none;
	}
}



