/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2021 IMAJIKU.
*/



/* =CSS RESET : reset default browser style
-------------------------------------------------------------*/
:root{

	/*Font Family 1 main*/
	--font-family-1: 'Roboto Slab', serif;
	--font-family-2: 'Inter', sans-serif;
}

body {
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden;
	font-family: var(--font-family-1);
}
figure{
	margin: 0;
	width: 100%;
	height: 100%;
}

/* =FONT-FAMILY
------------------------------------------------------------ */
/*NOTE : contert extention .otf from https://www.font2web.com*/

/*@font-face {
	font-family: 'MyWebFont';
	src: url('../fonts/webfont.eot');
	src: url('../fonts/webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/webfont.woff2') format('woff2'),
	url('../fonts/webfont.woff') format('woff'),
	url('../fonts/webfont.ttf')  format('truetype'),
	url('../fonts/webfont.svg#svgFontName') format('svg');
}*/

/* =HYPERLINK
------------------------------------------------------------ */
a{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
a:hover, 
a:active {
	outline: none;
}
a:focus,
a:focus-visible{
	outline: none;
}
:focus {
	outline: none;
}


/*color icon social network*/
.clr-facebook {
	color: #3b5998;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.bg-clr-facebook {
	background-color: #3b5998;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.bg-clr-facebook i{
	color: var(--white);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.clr-twitter {
	color: #00aced;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.bg-clr-twitter {
	background-color: #00aced;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.bg-clr-twitter i{
	color: var(--white);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.clr-instagram { 
	color: #517fa4;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.bg-clr-instagram { 
	background-color: #517fa4;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.bg-clr-instagram i{ 
	color: var(--white);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.clr-pinterest { 
	color: #cb2027;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.bg-clr-pinterest { 
	background-color: #cb2027;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.bg-clr-pinterest i{ 
	color: var(--white);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.clr-youtube {
	color: #b00000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.bg-clr-youtube {
	background-color: #b00000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.bg-clr-youtube i{
	color: var(--white);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.clr-googleplus { 
	color: #dd4b39;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.bg-clr-googleplus { 
	background-color: #dd4b39;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.bg-clr-googleplus i{
	color: var(--white);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

/* =TITLE
-------------------------------------------------------------*/
.section-title {
	display: block;
	position: relative;
	width: 100%;
	padding: 3rem 0 3rem;
}
.title-page-box{
	display: block;
	position: relative;
	width: 100%;
}

/*Title Primary*/
.title-primary {
	position: relative;
	font-family: var(--font-family-1);
}
.title-primary h1 {
	font-size: 40px;
	font-weight: 600;
	font-family: var(--font-family-1);
}
.title-primary h2 {
	font-size: 32px;
	font-weight: 600;
	font-family: var(--font-family-1);
}
.title-primary h3 {
	font-size: 24px;
	font-weight: 600;
	font-family: var(--font-family-1);
}
.title-primary h4 {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--font-family-1);
}
.title-primary h5 {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--font-family-1);
}
.title-primary h6 {
	font-size: 16px;
	font-weight: 600;
	font-family: var(--font-family-1);
}
.title-primary p{
	font-size: 16px;
	font-weight: 400;
	font-family: var(--font-family-2);
	margin-bottom: 0;
}

/*Title Secondary*/
.title-secondary {
	position: relative;
	font-family: var(--font-family-1);
}
.title-secondary h1,
.title-secondary h2 {
	font-size: 28px;
	font-weight: 600;
	font-family: var(--font-family-1);
}
.title-secondary h3 {
	font-size: 24px;
	font-weight: 600;
	font-family: var(--font-family-1);
}
.title-secondary h4 {
	font-size: 20px;
	font-weight: 600;
	font-family: var(--font-family-1);
}
.title-secondary h5,
.title-secondary h6 {
	font-size: 16px;
	font-weight: 600;
	font-family: var(--font-family-1);
}
.title-secondary p{
	font-size: 16px;
	font-weight: 400;
	font-family: var(--font-family-1);
	margin-bottom: 0;
}

/*title with line*/
.title-primary.text-center .lines {
	margin: 15px auto;
}
.title-primary.text-right .lines {
	margin: 15px 0 15px auto;
}

.underline{
	text-decoration: underline !important;
}
.strikethrough {
	font-weight: 400 !important;
	line-height: 1 !important;
	text-decoration: line-through !important;
}

/* =LIST
------------------------------------------------------------ */
.list-mjk-unstyled {
	padding: 0; 
	margin-top: 0;
	margin-bottom: 1rem;
	list-style: none;
}
.list-mjk-inline {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-mjk-inline li:not(:last-child) {
	margin: 0 10px 10px 0;
}

.list-style-circle {
	list-style-type: circle;
}
.list-style-square {
	list-style-type: square;
}
.list-style-disc {
	list-style-type: disc;
}

/*list with icon*/
.list-mjk-icon {
	padding: 0;
	margin: 0;
	list-style: none;
}
.list-mjk-icon-item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.list-mjk-icon-item-img {
	min-width: 30px;	
}
.list-mjk-icon-item-img i {}
.list-mjk-icon-item p {
	margin-bottom: 0;
}

/*list with icon custom style*/
.list-style-icon {
	list-style: none;
	padding: 0;
}
.list-style-icon li {
	position: relative;
	padding-left: 30px;
}
.list-style-icon li:before {
	content: "\f144";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 30px;
}

/* List table text / form text / data form text */
.form-text-group-box {
	position: relative;
	display: block;
}
.form-text-group-box ul {
	padding: 0;
	margin-top: 0;
	list-style: none;
}
.form-text-group{
	margin-bottom: 0;
}
.form-text-group .form-text-label{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.5;
}
.form-text-group .form-text-label label{
	display: inline-block;
	margin: 0;
	line-height: 1.5;
}
.form-text-group .form-text-label span{
	display: inline-block;
	margin: 0;
	line-height: 1.5;
}
.form-text-group .form-text-desc{
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.5;
}
.form-text-group .form-text-desc p{
	display: inline-block;
	margin: 0;
	line-height: 1.5;
}