@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
* {
	font-family: 'Montserrat', sans-serif;
}
body {
	background: #fff;
}
img.logo{
	width: 6%;
}
img.profile{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px white solid;
}
img.profile-pro{
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
nav{
	background-color: #070E4B;
	display: flex;
	flex-direction: column;
}
/*Login*/
.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.h-custom {
height: calc(100% - 73px);
}
@media (max-width: 450px) {
.h-custom {
height: 100%;
}
}
.tittlelogin{
	margin-bottom: 40px;
    text-align: center !important;
}
/*Modal Login*/
button.asisten{
	padding: 1em;
	margin: 1em 0.5em;
	background: #ffc107;
	color: #fff;
	width: 140px;
	border: white 1px solid;
	border-radius: 5px;
}
button.pinjam{
	padding: 0.2em;
	background: #ffc107;
	color: #000;
	width: 100px;
	border: white 1px solid;
	border-radius: 5px;
}
button.asisten:hover{
	background: #fff;
	color: #ffc107;
	border: #ffc107 1px solid;
}
button.praktikan{
	padding: 1em;
	margin: 1em 0.5em;
	background: #070E4B;
	color: #fff;
	width: 140px;
	border: white 1px solid;
	border-radius: 5px;
}
button.klik{
	padding: 1em;
	margin: 1em 0.5em;
	background: #070E4B;
	color: #fff;
	border: white 1px solid;
	border-radius: 5px;
}
button.praktikan:hover{
	background: #fff;
	color: #070E4B;
	border: #070E4B 1px solid;
}
button.buttonform{
	padding: 1em;
	margin: 1em auto;
	background: #070E4B;
	color: #fff;
	width: 100%;
	border: white 1px solid;
}
button.buttonform:hover{
	background: #fff;
	color: #070E4B;
	border: #070E4B 1px solid;
}
.option-login{
	padding: 2em;
	max-width: 100%;
	color: #000;
	box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
}
  @media (max-width: 576px) {
  .sign {
	text-align: center;
	padding-top: 2em;
	color: #000;
  }
  .sign a {
	color: #000;
	text-decoration: none;
  }
}
/*nav*/
.sub-nav ul li{
	display: inline;
	text-decoration: none;
}
.sub-nav ul{
	margin: 0;
	padding: 0;
}
.dropdown li{
	width: max-content;
}
.sub-nav a{
	text-decoration: none;
	color: #fff;
	padding-inline: 10px;
}
.sub-nav a:hover{
	color: #ffc107;
}
.sub-nav{
	background-color: #106eea;
	width: 100%;
}
.sub-navbar{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
button.button{
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}
#about {
	padding-top: 170px;
}
.section-padding{
	padding-bottom: 70px;
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.carousel-caption h5 {
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}
.carousel-caption p {
	width: 60%;
	font-size: 18px;
	line-height: 1.9;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
.navbar .getstarted {
	background: #106eea;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: .5rem 1rem;
	line-height: 2.3;
}
.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-light .navbar-brand{
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.all-title-blue{
	color: #070E4B;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
}
.all-title-white{
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
}
.all-title-black{
	color: #000;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #106eea;
}
.dropdown-menu{
	background-color: #070E4B;
}
.w-100 {
	height: 100vh;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}
p.konten-berita{
	width: auto;
}
.portfolio .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.team .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
div.col-12.col-md-6.col-lg-3{
	margin-bottom: 50px;
}
.services .card-body i {
	font-size: 50px;
}
.team .card-body i {
	font-size: 20px;
}
a.active {
    text-decoration: none;
	font-weight: bold;
    color: rgb(0, 0, 0);
}
a.pasif{
    text-decoration: none;
    color: #5f5f5f;
}
.title-home{
	margin: 30px auto 0;
    background-color: #d3d3d3;
    border-radius: 30px;
    padding:10px 20px 10px 20px;
    width: fit-content;
	align-content: center;
}
.visi-misi{
    padding: 0 50px 10px 50px;
    background-color: white;
	width: 600px;
	margin-inline: auto;
    color: #2D3B6F;
}
h2.visi-misi-title-content{
    font-weight: 500;
    margin-top: 50px;
    padding-block: 20px;
    text-decoration: underline;
    font-size: 30px;
}
h4.visi-misi-content{
    font-weight: 100;
    font-size: 25px;
}
.search-container {
    display: flex;
    align-items: center;
	justify-content: space-between;
    margin-bottom: 20px;
}
.search-box {
    position: relative;
    display: inline-block;
}

.search-box input[type="text"] {
    padding: 8px 40px 8px 15px;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 300px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.search-box input[type="text"]:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0,123,255,0.3);
}

.search-box .search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}

/*footer*/
footer{
    background-color: #070E4B;
	margin-top: 70px;
}
.footer-logo{
	padding-top: 50px;
}
.footer-logo> a {
    text-decoration: none;
    color: #fff;
    align-items: center;
    padding-inline: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
}
.footer-info{
    display: flex;
    flex-direction: row;
    margin: 30px 30px 0 30px;
}
.footer-left{
    display: flex;
    flex-direction: column;
    border-right: 2px white solid;
    padding: 30px 30px 30px 0px;
    width: 250px;
}
.footer-center{
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-right: 2px white solid;
    width: 300px;
}
.footer-right{
    padding: 30px;
}
.footer-content{
    margin-bottom: 20px;
    text-decoration: none;
    color: white;
    font-size: 20px;
}
.footer-end{
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.copyright{
    font-weight: 600;
    padding-left: 30px;
	color: #fff;
}
img.logo-footer{
	width: 36px;
}
.contact-footer i{
	font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		bottom: 370px;
	}
	.carousel-caption p {
		width: 100%;
	}
	.card {
		margin-bottom: 30px;
	}
	.img-area img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}
	.carousel-caption {
		bottom: 125px;
	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
	.carousel-caption p {
		width: 100%;
		line-height: 1.6;
		font-size: 12px;
	}
	.about-text {
		padding-top: 50px;
	}
	.card {
		margin-bottom: 30px;
	}
}
.box-shadow{
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 16px 12px 20px -12px rgba(0,0,0,0.21);
    -webkit-box-shadow: 16px 12px 20px -12px rgba(0,0,0,0.21);
    -moz-box-shadow: 16px 12px 20px -12px rgba(0,0,0,0.21);
}
.content-section{
	display: none;
}
a.aktif {
    color: #ffc107;
}
a.logout {
	text-decoration: none;
	color: red;
}
.card-img-top {
	height: 200px;
	object-fit: cover;
}
.img-galeri{
	width: 300px;
	height: 300px;
	object-fit: cover;
}