@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body{
	font-family: 'Quicksand', sans-serif;
	padding-top: 70px;
	color: #6c757d !important;
}

.bg-danger{
	background-color: #CF2527 !important;
}

.bg-light{
	background-color: whitesmoke !important;
}

.bg-primary{
	background-color: #036FBD !important;
}

a{
	color: #6c757d !important;
	text-decoration: none !important;
}

.logo img{
	height: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: bold !important;
	font-family: 'Noto Serif JP', serif;
}

.text-dark{
	color: #16365E !important;
}

.text-danger{
	color: #CF2527 !important;
}

.text-warning{
	color: #F7C107 !important;
}

.btn{
	border-radius: 80px !important;
	padding: 10px 20px;
}

.btn-warning{
	background-color: #F7C107 !important;
	color: black !important;
}

.btn-warning i{
	color: black !important;
}

.btn-primary{
	background-color: #036FBD !important;
	color: white !important;
}

.btn-danger{
	background-color: #CF2527 !important;
	color: white !important;
}

.hero{
	background-image: url(../assets/img/campaign-creators-gMsnXqILjp4-unsplash.jpg);
	background-position: center;
	background-size: cover;
	height: 200px;
	display: flex;
	align-items: center;
}

.hero .container{
	position: relative;
	z-index: 99;
}

.hero::after{
	content: '';
	background: rgba(255,0,132,0);
	background: -moz-linear-gradient(top, rgba(255,0,132,0) 0%, rgba(3,111,189) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,132,0)), color-stop(100%, rgba(3,111,189)));
	background: -webkit-linear-gradient(top, rgba(255,0,132,0) 0%, rgba(3,111,189) 100%);
	background: -o-linear-gradient(top, rgba(255,0,132,0) 0%, rgba(3,111,189) 100%);
	background: -ms-linear-gradient(top, rgba(255,0,132,0) 0%, rgba(3,111,189) 100%);
	background: linear-gradient(to bottom, rgba(255,0,132,0) 0%, rgba(3,111,189) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#036fbd', GradientType=0 );
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 200px;
}

.hero2{
	background-image: url(../assets/img/campaign-creators-gMsnXqILjp4-unsplash.jpg);
	background-position: center;
	background-size: cover;
	height: 300px;
}

.hero2 .container{
	position: relative;
	z-index: 99;
}

.hero2 h2{
	font-size: 35px !important;
}

.hero2::after{
	content: '';
	background: rgba(255,0,132,0);
	background: -moz-linear-gradient(top, rgba(255,0,132,0) 0%, rgba(3,111,189) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,132,0)), color-stop(100%, rgba(3,111,189)));
	background: -webkit-linear-gradient(top, rgba(255,0,132,0) 0%, rgba(3,111,189) 100%);
	background: -o-linear-gradient(top, rgba(255,0,132,0) 0%, rgba(3,111,189) 100%);
	background: -ms-linear-gradient(top, rgba(255,0,132,0) 0%, rgba(3,111,189) 100%);
	background: linear-gradient(to bottom, rgba(255,0,132,0) 0%, rgba(3, 111, 189) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#036fbd', GradientType=0 );
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 300px;
	margin-top: -138px;
}

.flow{
	margin-top: -140px;
}

.hero-about{
	background-image: url(../assets/img/bg-about.png);
	background-position: center;
	background-size: cover;
}

.hero-legalitas{
	background-image: url(../assets/img/bg-legalitas.png);
	background-position: center;
	background-size: cover;
}

.hero-visimisi{
	background-color: whitesmoke !important;
	background-image: url(../assets/img/bg-visimisi.png);
	background-position: center;
	background-size: cover;
}

.hero-divisi{
	background-image: url(../assets/img/bg-divisi.png);
	background-position: center;
	background-size: cover;
}

.hero-history{
	background-image: url(../assets/img/bg-history2.png);
	background-position: right bottom;
	background-size: cover;
}

.hero-achievements{
	background-image: url(../assets/img/bg-achievements.png);
	background-position: left bottom;
	background-size: cover;
}

.hero-logo{
	background-image: url(../assets/img/bg-logo.png);
	background-position: right bottom;
	background-size: cover;
}

.hero-flow{
	background-image: url(../assets/img/bg-flow.png);
	background-position: left bottom;
	background-size: cover;
}

.hero-doc{
	background-image: url(../assets/img/bg-doc.png);
	background-position: left bottom;
	background-size: cover;
}

.hero-kontak{
	background-image: url(../assets/img/bg-kontak.png);
	background-position: right bottom;
	background-size: cover;
}

.icon-divisi{
	font-size: 25px;
	width: 50px !important;
	height: 50px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background-color: #F7C107;
	color: white;
}

.margin-divisi{
	margin-top: -100px;
}

.time-istory{
	display: flex;
	align-items: center;
}

@media (max-width:992px) {

	.time-istory{
		justify-content: center;
	}

}

div.arrow{
	width: 200px;
	height: 1px;
	border: 2px dashed #16365E;
}

.text-lg-white{
	color: #16365E;
}

@media(min-width: 992px){

	.text-lg-white{
		color: #fff;
	}

}

.kotak{
	aspect-ratio: 1/1;
	object-fit: cover;
}

.radius-5{
	border-radius: 5px !important;
}

.radius-10{
	border-radius: 10px !important;
}

.radius-15{
	border-radius: 15px !important;
}

.radius-20{
	border-radius: 20px !important;
}

.radius-25{
	border-radius: 25px !important;
}

.progress{
	background-color: #e6e6e6;
	border-radius: 60px;
}

.team-atas{
	right: 0px;
	width: 300px;
}

.team-bawah{
	width: 300px;
	margin-top: -200px;
}

.index{
	position: relative;
	z-index: 99;
}

footer{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 99999;
}

footer a{
	background-color: #036FBD;
	border: 2px solid #ffffff;
	color: white !important;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .07) !important
}


@media (max-width: 992px) {

	.wizard-steps {
		list-style: none;
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	
	.wizard-steps li {
		width: 100%;
	}
	
	.wizard-steps li .step {
		border: 5px solid #F7C107;
		color: #546474;
		font-size: 15px;
		border-radius: 100%;
		background-color: #036FBD;
		position: relative;
		z-index: 2;
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	
	.wizard-steps li:first-child:before {
		display: none;
		content: "";
	}
	
	.wizard-steps:before {
		display: block;
		content: "";
		width: 1px;
		height: 80%;
		margin-left: 13px;
		font-size: 0;
		border-left: 4px solid #F7C107;
		position: absolute;
		z-index: 1;
	}
	
	.wizard-steps li:last-child:before {
		max-width: 50%;
		width: 50%
	}
	
	.wizard-steps li:first-child:before {
		max-width: 51%;
		left: 50%
	}
	
	.wizard-steps li .title {
		display: block;
		margin-left: 40px;
		position: relative;
		top: -34px;
	}
	
	.step-content {
		position: relative;
	}
	
}

@media (min-width: 992px) {

	.wizard-steps {
		list-style: none;
		display: table;
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	
	.wizard-steps li {
		display: table-cell;
		text-align: center;
		width: 1%
	}
	
	.wizard-steps li .step {
		border: 5px solid #F7C107;
		color: #546474;
		font-size: 15px;
		border-radius: 100%;
		background-color: #036FBD;
		position: relative;
		z-index: 2;
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 30px;
		text-align: center;
	}
	
	.wizard-steps li:before {
		display: block;
		content: "";
		width: 100%;
		height: 1px;
		font-size: 0;
		overflow: hidden;
		border-top: 4px solid #CED1D6;
		position: relative;
		top: 21px;
		z-index: 1;
	}
	
	.wizard-steps li:last-child:before {
		max-width: 50%;
		width: 50%
	}
	
	.wizard-steps li:first-child:before {
		max-width: 51%;
		left: 50%
	}
	
	.wizard-steps li.complete .step {
		cursor: default;
		color: #FFF;
		-webkit-transition: transform ease .1s;
		-o-transition: transform ease .1s;
		transition: transform ease .1s;
	}
	
	.wizard-steps li.complete .step:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		line-height: 30px;
		text-align: center;
		border-radius: 100%;
		content: "\f00c";
		background-color: #FFF;
		z-index: 3;
		font-family: FontAwesome;
		font-size: 17px;
	}
	
	.wizard-steps li.complete:hover .step {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		border-color: #80afd4;
	}
	
	.wizard-steps li.complete:hover:before {
		border-color: #80afd4;
	}
	
	.wizard-steps li .title {
		display: block;
		margin-top: 4px;
		max-width: 100%;
		color: #949ea7;
		z-index: 104;
		text-align: center;
		table-layout: fixed;
		word-wrap: break-word;
	}
	
	.step-content {
		position: relative;
	}
	
	.step-content .step-pane {
		display: none;
		min-height: 200px;
		padding: 4px 8px 12px;
	}
	
	.step-content .step-pane.active {
		display: block;
	}
	
	.wizard-actions {
		text-align: right;
	}
	
	.step-content .step-pane.active .form-inline .form-group {
		vertical-align: top !important;
	}
}

.sosmed i{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: whitesmoke;
	color: #16365E;
	font-size: 20px;
	border-radius: 10px;
}

a.facebook:hover i{
	background-color: #1877f2 !important;
	transition: .4s;
}

a.instagram:hover i{
	background-color: #405de6 !important;
	transition: .4s;
}

a.youtube:hover i{
	background-color: red !important;
	transition: .4s;
}

a.twitter:hover i{
	background-color: #1da1f2 !important;
	transition: .4s;
}

.sosmed a:hover i{
	color: white !important;
	transition: .4s;
}

.badge{
	font-weight: normal !important;
	font-size: 15px;
	background-color: #b0d7f3 !important;
	color: #036FBD !important;
}