html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	main: '';
	main: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hero-bg {
    background-image: url('orbit/assets/img/main-bg.jpg');
    background-size: cover;
}

.hero-char {
    background-image: url('orbit/assets/img/hero.png');
    /* background-size: 610px 607px; */
    /* background-position: center; */
    width: 610px;
    height: 607px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.title {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
    font-size: 84px;
}

.description-xs {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.description {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

@media (max-width: 786px) {
    .title {
        font-size: 56px;
    }
}

.sub-title {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

section .hero-bg .text-orange {
    color: #f59342;
}

#pain-and-gain .gain-bg {
    background-image: url('orbit/assets/img/8.png');
    background-size: cover;
    background-position: center;
    width: 600px;
    height: 600px;
}

#pain-and-gain .pain {
    list-style-type:decimal;
}

#pain-and-gain .ol {
    list-style: outside;
}

#pain-and-gain .article-bg {
    background-image: url('orbit/assets/img/Capture.PNG');
    background-size:contain;
    background-position: 0 250px;
    background-repeat: no-repeat;
    width: 600px;
    height: 600px;
}

.text-blue {
    color: #09429c;
}

.bg-blue {
    background-color: #09429c;
}

#flyer .text-orange {
    color: #f59342;
}

#flyer hr{
    width: 15%;
}

#narasumber .description {
    text-align: justify;
}

#narasumber hr {
    width: 10%;
}

#who .description {
    text-align: justify;
}

#who hr {
    width: 15%;
}

#facility hr {
    width: 20%;
}

#testimoni hr {
    width: 15%;
}

#price .bg-skyblue {
    background-color: #cae3e3;
}