/* --Cleanme-- */

 body {
 	color: #666666;
 	background: #fff;
 	font-family: "Roboto", sans-serif;
 	font-size: 17px;
 }
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
	color: #00538C;
	margin-bottom: 10px;
 }
 a {
 	color: #FF9900;
 	transition: .3s
 }
 a:hover,
 a:active,
 a:focus {
 	outline: none;
 	text-decoration: none
 }
 .btn:focus {
 	box-shadow: none
 }
 .wrapper {
 	position: relative;
 	width: 100%;
 	max-width: 1366px;
 	margin: 0 auto;
 	background: #fff
 }
 .back-to-top {
 	position: fixed;
 	display: none;
 	color: #FFF;
 	width: 44px;
 	height: 44px;
 	text-align: center;
 	line-height: 1;
 	font-size: 22px;
 	border-radius: 5px;
 	right: 15px;
 	bottom: 80px;
 	transition: background .5s;
 	z-index: 9;
 	background-color: #0078D7;
 }
 .back-to-top:hover {
	color: #fff;
	background-color: #46ACFF;
 }
 .back-to-top i {
 	padding-top: 10px
 }
 .header {
	width: 100%;
	background: #00539C;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
 }
 .header.home {
 	margin-bottom: 45px;
 	background: linear-gradient(rgba(0, 83, 156, 1), rgba(0, 83, 156, .9), rgba(0, 83, 156, 1)), url(../img/toyota-hiace-kanan.jpg);
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover
 }
 @media (min-width: 992px) {
 	.header .row {
 		padding: 0 60px
 	}
 }
 .header .header-top {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	width: 100%;
	background-color: #00539C;
	position: fixed;
	z-index: 3;
 }
 .header .brand {
 	position: relative
 }
 .header .brand a {
 	color: #fff;
 	font-size: 30px;
 	font-weight: 400
 }
 .header .brand img {
	width: 100%;
	max-width: 250px;
	padding: 0px;
 }
 .header .topbar {
 	position: relative;
 	text-align: right
 }
 .header .topbar .topbar-col {
 	display: inline-block;
 	padding: 0 15px;
 	margin-bottom: 15px
 }
 .header .topbar-col a {
 	color: #fff;
 	font-size: 13px
 }
 .header .topbar-col a i {
 	margin-right: 10px;
 	color: #FFD662
 }
 .header .topbar-social {
 	position: relative
 }
 .header .topbar-social a {
 	display: inline-block
 }
 .header .topbar-social a i {
 	margin-right: 10px;
 	font-size: 18px;
 	color: #fff
 }
 .header .topbar-social a:last-child i {
 	margin: 0
 }
 .header .topbar-social a:hover i {
 	color: #FFD662
 }
 .header .dropdown-menu {
 	margin-top: 0;
 	border: 0;
 	border-radius: 5px;
 	background: #eee
 }
 .header .dropdown-menu a.active {
 	color: #FFD662
 }
 @media (min-width: 992px) {
 	.header .navbar {
 		background: transparent !important
 	}
 	.header .navbar-brand {
 		display: none
 	}
 	.header .navbar-light a.nav-link,
 	.header .navbar-light .show>.nav-link {
 		position: relative;
 		padding: 8px 10px;
 		color: #fff;
 		font-size: 16px;
 		z-index: 1
 	}
 	.header .navbar-light a.nav-link:hover,
 	.header .navbar-light a.nav-link.active {
 		color: #FFD662
 	}
 }
 @media (max-width: 992px) {
 	.header .brand {
 		text-align: center
 	}
 	.header .topbar {
 		text-align: center;
 		margin-bottom: 15px
 	}
 	.header .topbar .topbar-col {
 		margin: 0
 	}
 	.header .topbar .topbar-social {
 		margin-top: 5px
 	}
 	.header .navbar {
 		background: #fff !important;
 		border: none;
 		z-index: 1
 	}
 	.header a.nav-link {
 		padding-top: 15px;
 		padding-right: 0;
 		padding-bottom: 15px;
 		padding-left: 0;
 		border-top-width: thin;
 		border-top-style: solid;
 		border-top-color: #CCC;
 	}
 	.header .dropdown-menu {
 		box-shadow: none
 	}
 }
 .header .navbar .btn {
 	position: relative;
 	margin-left: 15px;
 	padding: 12px 20px 10px;
 	font-size: 13px;
 	text-transform: uppercase;
 	color: #00539C;
 	border: none;
 	border-radius: 5px;
 	background: #fff;
 	transition: .3s
 }
 .header .navbar .btn:hover {
 	color: #000;
 	background: #FFD662
 }
 .header .navbar .btn i {
 	font-size: 16px;
 	margin-right: 8px
 }
 @media (max-width: 992px) {
 	.header .navbar {
 		border-radius: 5px
 	}
 	.header .navbar .btn {
 		display: none
 	}
 }
 .header .hero {
	padding-top: 80px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
 }
 .header .hero h3 {
	font-size: 24px;
	color: #CCFF00;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 400;
 }
 .header .hero h2 span {
 	color: #FFD662
 }
 .header .hero p {
 	font-size: 22px;
 	color: #fff;
 	margin-top: 30px;
 	margin-right: 0;
 	margin-bottom: 30px;
 	margin-left: 0;
 }
 .header .hero a.btn {
 	position: relative;
 	padding: 15px 30px;
 	font-size: 1.6em;
 	text-transform: uppercase;
 	color: #00539C;
 	border: none;
 	border-radius: 5px;
 	background: #fff;
 	transition: .3s
 }
 .header .hero a.btn:hover {
 	color: #000;
 	background: #FFD662
 }
 .header .hero .form {
 	padding: 30px;
 	border: 1px solid rgba(255, 255, 255, .4);
 	background: rgba(255, 255, 255, .3);
 	border-radius: 5px;
 	font-size: 1em
 }
 .header .hero .form h3 {
 	color: #fff;
 	font-weight: 300
 }
 .header .hero .form input,
 .header .hero .form select,
 .header .hero .form textarea {
 	margin-bottom: 15px;
 	height: 45px;
 	border-radius: 5px;
 	border: 1px solid rgba(255, 255, 255, .3);
 	background: rgba(255, 255, 255, .2)
 }
 .header .hero .form textarea {
 	height: 75px
 }
 .header .hero .form select,
 .header .hero .form input::placeholder,
 .header .hero .form textarea::placeholder {
 	color: #fff
 }
 .header .hero .form select option:not(:checked) {
 	color: #666
 }
 .header .hero .form .btn {
 	position: relative;
 	padding: 10px 35px;
 	font-size: 16px;
 	text-transform: uppercase;
 	color: #000;
 	border: none;
 	border-radius: 5px;
 	background: #FFD662;
 	transition: .3s
 }
 .header .hero .form .btn:hover {
 	color: #00539C;
 	background: #fff
 }
 @media (max-width: 767.98px) {
 	.header .hero .form {
 		margin-top: 45px
 	}
 }
 .page-header {
 	height: 7em;
 	position: inherit;
 	margin-top: 40px;
 	margin-bottom: 40px;
 	text-align: center;
 }
 .page-header h2 {
 	color: #000;
 	font-size: 60px;
 	font-weight: 100;
 	margin-bottom: 15px
 }
 .page-header a {
 	position: relative;
 	padding: 0 12px;
 	font-size: 22px;
 	font-weight: 300;
 	color: #00539C
 }
 .page-header a:hover {
 	color: #000
 }
 .page-header a::after {
 	position: absolute;
 	content: "/";
 	width: 8px;
 	height: 8px;
 	top: -2px;
 	right: -7px;
 	text-align: center;
 	color: #666
 }
 .page-header a:last-child::after {
 	display: none
 }
 .section-header {
 	position: relative;
 	width: 100%;
 	text-align: center;
 	margin-bottom: 30px;
 	padding-bottom: 10px
 }
 .section-header::before {
 	position: absolute;
 	content: "";
 	width: 100px;
 	height: 3px;
 	left: calc(50% - 50px);
 	bottom: 0;
 	background: linear-gradient(to left, #FFD662, #00539C, #FFD662);
 	border-radius: 100%
 }
 .section-header::after {
 	position: absolute;
 	content: "";
 	width: 20px;
 	height: 9px;
 	left: calc(50% - 10px);
 	bottom: -3px;
 	background: #00539C;
 	border-radius: 5px
 }
 .section-header p {
 	margin-bottom: 10px;
 	font-size: 16px
 }
 .section-header h1 {
 	color: #00539C;
 	font-size: 30px;
 	letter-spacing: -1px;
 }
 .section-header h2 {
	color: #FFFFFF;
	font-size: 35px;
	margin-top: 80px;
	font-weight: 400;
 }
 .section-header.left {
 	text-align: left
 }
 .section-header.left::before {
 	width: 60px;
 	left: 0;
 	background: linear-gradient(to left, #FFD662, #00539C, #00539C);
 	border-radius: 0 100% 100% 0
 }
 .section-header.left::after {
 	left: 0;
 	border-radius: 5px
 }
 .about {
 	position: relative;
 	padding-top: 20px;
 	padding-right: 0;
 	padding-bottom: 20px;
 	padding-left: 0
 }
 .about .about-img img {
 	width: 100%;
 	border-radius: 5px
 }
 .about .about-text h1 {
 	position: relative;
 	color: #00539C;
 	font-size: 35px
 }
 .about .about-text h2 span {
 	font-size: 90px
 }
 .about .about-text p {
 	font-size: 16px;
 	margin-bottom: 30px
 }
 .about .about-text a.btn {
 	padding: 15px 35px;
 	font-size: 16px;
 	text-transform: uppercase;
 	color: #000;
 	border: none;
 	border-radius: 5px;
 	background: #FFD662;
 	transition: .3s
 }
 .about .about-text a.btn:hover {
 	color: #fff;
 	background: #00539C
 }
 @media (max-width: 767.98px) {
 	.about .about-img img {
 		margin-bottom: 30px
 	}
 }
 .service {
 	width: 100%;
 	padding-top: 15px;
 	padding-right: 0;
 	padding-bottom: 15px;
 	padding-left: 0
 }
 .service .service-item {
 	position: relative;
 	width: 100%;
 	text-align: center;
 	background: #fff;
 	border-radius: 5px;
 	margin-bottom: 30px;
 	box-shadow: 0 0 30px rgba(0, 0, 0, .1)
 }
 .service .service-item img {
 	width: 100%;
 	border-radius: 5px 5px 0 0
 }
 .service .service-item h3 {
 	margin: 0;
 	padding: 25px 15px 15px;
 	font-size: 20px;
 	font-weight: 300;
 	color: #00539C
 }
 .service .service-item p {
 	margin: 0;
 	padding: 0 25px 25px;
 	font-size: 16px
 }
 .service .service-item a.btn {
 	position: relative;
 	margin-bottom: 30px;
 	padding: 10px 20px;
 	font-size: 14px;
 	text-transform: uppercase;
 	color: #000;
 	border: none;
 	border-radius: 5px;
 	background: #FFD662;
 	transition: .3s
 }
 .service .service-item:hover a.btn {
 	color: #fff;
 	background: #00539C
 }
 .service .service-item a.btn:hover {
 	color: #000;
 	background: #FFD662
 }
 .feature {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C0DCF3;
 }
 .feature .section-header {
 	margin-bottom: 30px
 }
 .feature a.btn {
 	padding: 10px;
 	color: #000;
 	border: none;
 	border-radius: 5px;
 	background: #FFD662;
 	transition: .3s;
 	margin-right: 5px;
 	margin-left: 5px;
 }
 .feature .feature-item {
 	margin-bottom: 30px
 }
 .feature .feature-item img {
 	width: 100%;
 	border-radius: 5px
 }
 .feature .feature-item h3 {
 	margin-bottom: 15px;
 	font-size: 22px;
 	font-weight: 300;
 	color: #00539C
 }
 .feature .feature-item p {
 	margin: 0;
 	font-size: 16px
 }
 .feature .feature-link a {
 	display: block;
 	margin-bottom: 15px;
 	background-color: #Ffd662;
 	padding-top: 15px;
 	padding-right: 10px;
 	padding-bottom: 15px;
 	padding-left: 10px;
 	margin-top: 15px;
 }
 .feature .feature-link a:hover {
 	display: block;
 	background-color: #00539C;
 	color: #FFF
 }
 @media (max-width: 767.98px) {
 	.feature a.btn {
 		margin-bottom: 45px
 	}
 }
 .team {
 	position: relative;
 	width: 100%;
 	padding: 45px 0 15px
 }
 .team .team-item {
 	margin-bottom: 30px
 }
 .team .team-img {
 	position: relative;
 	font-size: 0;
 	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
 	-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%)
 }
 .team .team-img img {
 	width: 100%;
 	height: auto
 }
 .team .team-text {
 	padding: 150px 15px 30px;
 	margin-top: -130px;
 	text-align: center;
 	background: #fff;
 	border: 1px solid #eee;
 	transition: .3s
 }
 .team .team-text:hover {
 	background: #FFD662;
 	border: 1px solid #FFD662
 }
 .team .team-text h2 {
 	margin-bottom: 5px;
 	font-size: 20px;
 	font-weight: 400;
 	color: #00539C
 }
 .team .team-text h3 {
 	margin-bottom: 20px;
 	font-size: 16px;
 	font-weight: 300
 }
 .team .team-social {
 	position: relative;
 	width: 100%;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	font-size: 0
 }
 .team .team-social a {
 	display: inline-block;
 	width: 40px;
 	height: 40px;
 	margin-right: 10px;
 	padding: 11px 0 10px;
 	font-size: 16px;
 	font-weight: 300;
 	line-height: 16px;
 	text-align: center;
 	color: #fff;
 	border-radius: 5px;
 	transition: .3s
 }
 .team .team-social a.social-tw {
 	background: #00acee
 }
 .team .team-social a.social-fb {
 	background: #3b5998
 }
 .team .team-social a.social-li {
 	background: #0e76a8
 }
 .team .team-social a.social-in {
 	background: #3f729b
 }
 .team .team-social a.social-yt {
 	background: #c4302b
 }
 .team .team-social a:last-child {
 	margin-right: 0
 }
 .team .team-social a:hover {
 	color: #fff;
 	background: #00539C
 }
 .faqs {
	position: relative;
	width: 100%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 45px;
	padding-left: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C0DCF3;
 }
 .faqs .section-header {
 	margin-bottom: 30px
 }
 .faqs img {
 	width: 100%;
 	border-radius: 5px
 }
 @media(max-width:767.98px){.faqs img {
 	margin-bottom: 30px
 }
}
.faqs .card {
	margin-bottom: 15px;
	padding-top: 15px;
	border: none;
	border-radius: 0;
	border-top: 1px solid #eee
}
.faqs .card:last-child {
	margin-bottom: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee
}
.faqs .card-header {
	padding: 0;
	border: none;
	background: #fff
}
.faqs .card-header a {
	display: block;
	width: 100%;
	color: #00539C;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px
}
.faqs .card-header a span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	background-color: #00538c
}
.faqs .card-header[data-toggle="collapse"]:after {
	font-family: 'font Awesome 5 Free';
	content: "\f067";
	float: right;
	color: #00539C;
	font-size: 12px;
	font-weight: 900;
	transition: .3s
}
.faqs .card-header[data-toggle="collapse"][aria-expanded="true"]:after {
	font-family: 'font Awesome 5 Free';
	content: "\f068";
	float: right;
	color: #00539C;
	font-size: 12px;
	font-weight: 900;
	transition: .3s
}
.faqs .card-body {
	padding: 15px 0 0;
	font-size: 16px;
	border: none;
	background: #fff
}
.faqs a.btn {
	margin-top: 30px;
	padding: 15px 35px;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	border: none;
	border-radius: 5px;
	background: #FFD662;
	transition: .3s
}
.faqs a.btn:hover {
	color: #fff;
	background: #00539C
}
.price {
	position: relative;
	padding-bottom: 30px;
}
.price .price-item {
	text-align: center;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	border: 1px solid #CCCCCC;
	margin: 15px;
}
.price .price-header {
	color: #000;
	border-radius: 5px 5px 0 0;
	padding: 0px;
}
.price .featured-item .price-header {
	color: #fff;
}
.price .price-icon {
	margin-bottom: 15px
}
.price .price-icon i {
	display: inline-block;
	font-size: 15px
}
.price .price-title h2 {
	font-size: 24px;
	letter-spacing: -1.2px;
	color: #CF0
}
.price .price-pricing h2 {
	font-size: 40px;
	font-weight: 600;
	color: #FF6600;
	margin: 0px;
}
.price .price-pricing h2 small {
	position: absolute;
	font-size: 18px;
	font-weight: 300;
	margin-top: 16px;
	margin-left: -15px
}
.price .price-body {
	background: #fff;
	border-radius: 25px 30px 0 0;
	margin-top: -20px;
	padding: 10px;
}
.price .price-des ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.price .price-des ul li {
	color: #2A293E;
	padding: 5px;
	border-bottom: 1px solid #eee;
	font-size: 0.9em;
}
.price .price-des ul li:last-child {
	border: none
}
.price .price-footer {
	padding-bottom: 20px;
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding-top: 10px;
}
.price .price-action a {
	display: inline-block;
	color: #000;
	letter-spacing: 2px;
	background: #FFD662;
	border-radius: 5px;
	transition: .3s;
	font-size: 1em;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.price .price-action a i {
	margin-right: 5px
}
.price .price-action a:hover {
	color: #fff;
	background: #00539C
}
.price .featured-item .price-action a {
	color: #000;
	background: #FFD662
}
.price .featured-item .price-action a:hover {
	color: #FFF;
	background: #00539C
}
.newsletter {
	position: relative;
	margin: 45px 0;
	padding: 60px 0;
	background: #00539C
}
.newsletter h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 100;
	text-transform: uppercase
}
.newsletter p {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 300
}
.newsletter .form {
	position: relative
}
.newsletter input {
	height: 60px;
	border: none;
	border-radius: 5px
}
.newsletter .btn {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 50px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	background: #FFD662;
	border-radius: 5px;
	transition: .3s
}
.newsletter .btn:hover {
	color: #fff;
	background: #00539C
}
.testimonial {
	position: relative
}
.testimonial .testimonial-item {
	position: relative;
	margin: 0 15px;
	text-align: center
}
.testimonial .testimonial-img {
	position: relative;
	margin-bottom: 15px;
	z-index: 1
}
.testimonial .testimonial-item img {
	margin: 0 auto;
	width: 150px;
	border: 15px solid #fff;
	border-radius: 100px
}
.testimonial .testimonial-content {
	position: relative;
	padding: 20px;
	text-align: center;
	border-radius: 5px;
	background-color: #00538c
}
.testimonial .testimonial-item p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400
}
.testimonial .testimonial-content h3 {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px
}
.testimonial .testimonial-content h4 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0
}
.testimonial .owl-nav,
.testimonial .owl-dots {
	margin-top: 15px;
	text-align: center
}
.testimonial .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #FFD662
}
.testimonial .owl-dot.active {
	background: #00539C
}
.blog {
	position: relative;
	width: 100%;
	padding: 45px 0 15px
}
.blog .blog-item {
	position: relative;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}
.blog .blog-item img {
	width: 100%;
	border-radius: 5px 5px 0 0
}
.blog .blog-item h3 {
	margin: 0;
	padding: 25px 30px 5px;
	font-size: 22px;
	font-weight: 300;
	color: #00539C
}
.blog .blog-item .meta {
	padding: 0 30px 15px
}
.blog .blog-item .meta * {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #999
}
.blog .blog-item .meta i {
	margin: 0 2px 0 10px
}
.blog .blog-item .meta i:first-child {
	margin-left: 0
}
.blog .blog-item p {
	padding: 0 30px;
	font-size: 16px
}
.blog .blog-item a.btn {
	position: relative;
	margin: 5px 30px 30px;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	border: none;
	border-radius: 5px;
	background: #FFD662;
	transition: .3s
}
.blog .blog-item:hover a.btn {
	color: #fff;
	background: #00539C
}
.blog .blog-item a.btn:hover {
	color: #000;
	background: #FFD662
}
.call-to-action {
	position: relative;
	margin: 45px 0;
	padding: 60px 0;
	background: #00539C
}
.call-to-action h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 100;
	text-transform: uppercase
}
.call-to-action p {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 300
}
.call-to-action a {
	float: right;
	height: 60px;
	padding: 16px 35px 14px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	background: #FFD662;
	border-radius: 5px
}
.call-to-action a:hover {
	color: #FFD662;
	background: #fff
}
@media (max-width: 768px) {
	.call-to-action a {
		float: left;
		margin-top: 30px
	}
}
.story {
	position: relative;
	width: 100%;
	padding: 45px 0 15px
}
.story .container {
	max-width: 960px
}
.story .story-container {
	position: relative;
	width: 100%
}
.story .story-end,
.story .story-start,
.story .story-year {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1
}
.story .story-end p,
.story .story-start p,
.story .story-year p {
	display: inline-block;
	width: 100px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background: #FFD662;
	border: 1px solid #00539C;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	text-transform: uppercase
}
.story .story-year {
	margin: 30px 0
}
.story .story-continue {
	position: relative;
	width: 100%;
	padding: 60px 0
}
.story .story-continue::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -1.5px;
	background: #FFD662;
	border-left: 1px solid #00539C;
	border-right: 1px solid #00539C
}
.story .row.story-left,
.story .row.story-right .story-date {
	text-align: right
}
.story .row.story-right,
.story .row.story-left .story-date {
	text-align: left
}
.story .story-date {
	padding: 0 5px;
	font-size: 14px;
	font-weight: 400;
	margin: 41px 0 0
}
.story .story-date::after {
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	top: 42px;
	background: #FFD662;
	border: 1px solid #00539C;
	border-radius: 15px;
	z-index: 1
}
.story .row.story-left .story-date::after {
	left: -8.5px
}
.story .row.story-right .story-date::after {
	right: -8.5px
}
.story .story-box,
.story .story-launch {
	position: relative;
	display: inline-block;
	margin: 15px;
	padding: 20px 25px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff
}
.story .story-launch {
	width: 100%;
	margin: 15px 0;
	padding: 0;
	border: none;
	text-align: center;
	background: transparent
}
.story .story-box::after,
.story .story-box::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid
}
.story .row.story-left .story-box::after,
.story .row.story-left .story-box::before {
	left: 100%
}
.story .row.story-right .story-box::after,
.story .row.story-right .story-box::before {
	right: 100%
}
.story .story-launch .story-box::after,
.story .story-launch .story-box::before {
	left: 50%;
	margin-left: -10px
}
.story .story-box::after {
	top: 26px;
	border-color: transparent transparent transparent #fff;
	border-width: 10px
}
.story .story-box::before {
	top: 25px;
	border-color: transparent transparent transparent #ddd;
	border-width: 11px
}
.story .row.story-right .story-box::after {
	border-color: transparent #fff transparent transparent
}
.story .row.story-right .story-box::before {
	border-color: transparent #ddd transparent transparent
}
.story .story-launch .story-box::after {
	top: -20px;
	border-color: transparent transparent #ddd
}
.story .story-launch .story-box::before {
	top: -19px;
	border-color: transparent transparent #fff;
	border-width: 10px;
	z-index: 1
}
.story .story-box .story-text {
	position: relative;
	float: left
}
.story .story-launch .story-text {
	max-width: 400px
}
.story .story-text h3 {
	color: #00539C;
	font-size: 18px;
	font-weight: 400
}
.story .story-text p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0
}
@media (max-width: 768px) {
	.story .story-continue::before {
		left: 48.5px
	}
	.story .story-end,
	.story .story-start,
	.story .story-year,
	.story .row.story-left,
	.story .row.story-right .story-date,
	.story .row.story-right,
	.story .row.story-left .story-date,
	.story .story-launch {
		text-align: left
	}
	.story .story-date {
		padding: 0
	}
	.story .row.story-left .story-date::after,
	.story .row.story-right .story-date::after {
		left: 54.5px
	}
	.story .story-box,
	.story .row.story-right .story-date,
	.story .row.story-left .story-date {
		margin-left: 77px
	}
	.story .story-launch .story-box {
		margin-left: 0
	}
	.story .row.story-left .story-box::after {
		left: -20px;
		border-color: transparent #fff transparent transparent
	}
	.story .row.story-left .story-box::before {
		left: -22px;
		border-color: transparent #ddd transparent transparent
	}
	.story .story-launch .story-box::after,
	.story .story-launch .story-box::before {
		left: 30px;
		margin-left: 0
	}
}
.portfolio {
	position: relative;
	padding: 45px 0;
	background: #fff
}
.portfolio #portfolio-flters {
	padding: 0;
	margin: -15px 0 25px;
	list-style: none;
	font-size: 0;
	text-align: center
}
.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
	cursor: pointer;
	display: inline-block;
	margin: 5px;
	padding: 12px 15px;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	background: #FFD662;
	transition: .3s
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
	background: #00539C;
	color: #fff
}
.portfolio .load-more {
	text-align: center
}
.portfolio .load-more .btn {
	padding: 15px 35px;
	font-size: 16px;
	transition: .3s
}
.portfolio .load-more .btn:hover {
	color: #fff;
	background: #00539C
}
.portfolio .portfolio-item {
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden
}
.portfolio .portfolio-item figure {
	background: #fff;
	overflow: hidden;
	height: 400px;
	position: relative;
	margin: 0
}
.portfolio .portfolio-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px
}
.portfolio .portfolio-item figure .link-preview,
.portfolio .portfolio-item figure .link-details {
	position: absolute;
	display: inline-block;
	opacity: 0;
	line-height: 1;
	text-align: center;
	width: 80px;
	height: 80px;
	top: -50px;
	background: #fff;
	transition: .3s
}
.portfolio .portfolio-item figure .link-preview {
	left: -50px;
	border-radius: 0 80px
}
.portfolio .portfolio-item figure .link-details {
	right: -50px;
	border-radius: 80px 0
}
.portfolio .portfolio-item figure:hover .link-preview {
	top: 0;
	left: 0
}
.portfolio .portfolio-item figure:hover .link-details {
	top: 0;
	right: 0
}
.portfolio .portfolio-item figure .link-preview i,
.portfolio .portfolio-item figure .link-details i {
	color: #00539C;
	padding-top: 25px;
	font-size: 30px
}
.portfolio .portfolio-item figure .link-preview:hover,
.portfolio .portfolio-item figure .link-details:hover {
	background: #00539C
}
.portfolio .portfolio-item figure .link-preview:hover i,
.portfolio .portfolio-item figure .link-details:hover i {
	color: #fff
}
.portfolio .portfolio-item figure:hover .link-preview,
.portfolio .portfolio-item figure:hover .link-details {
	opacity: 1
}
.portfolio .portfolio-item figure .portfolio-title {
	position: absolute;
	margin: 0;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	text-align: center;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	background: #FFD662;
	border-radius: 0 0 5px 5px;
	transition: .3s
}
.portfolio .portfolio-item figure .portfolio-title:hover {
	text-decoration: none;
	background: #00539C;
	color: #fff
}
.contact {
	position: relative;
	width: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0
}
.contact .faqs {
	padding: 0
}
@media(max-width:767.98px){.contact .faqs {
	margin-bottom: 30px
}
}
.contact .contact-form input {
	height:60px;
	border-radius:5px
}
.contact .contact-form .btn {
	padding:20;
	color:#000;
	font-size:18px;
	text-transform:uppercase;
	background:#FFD662;
	border-radius:5px;
	transition:.3s
}
.contact .contact-form .btn:hover {
	color:#fff;
	background:#00539C
}
.single {
	position:relative;
	width:100%;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	margin: 0px;
}
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
	font-weight:400;
	display: block;
	padding-bottom: 15px;
}
.single img {
}
.single .table,
.single .list-group {
	margin-top: 15px;
	margin-bottom: 15px;
}
.single .section-header h2 {
	font-weight:100;
	color: #00539C;
}
.footer {
	position:relative;
	margin-top:30px;
	padding-top:30px;
	background:#00539C;
	color:#fff
}
.footer .footer-contact,
.footer .footer-link,
.footer .footer-form {
	position:relative;
	margin-bottom:45px
}
.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-form h2 {
	position:relative;
	margin-bottom:30px;
	font-size:20px;
	color:#FFD662;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
}
.footer .footer-contact p {}.footer .footer-contact p i {
	width:25px
}
.footer .footer-social {
	position:relative;
	margin-top:25px
}
.footer .footer-social a {
	display:inline-block
}
.footer .footer-social a i {
	margin-right:15px;
	font-size:25px;
	color:#fff
}
.footer .footer-social a:last-child i {
	margin:0
}
.footer .footer-social a:hover i {
	color:#FFD662
}
.footer .footer-link a {
	display:block;
	margin-bottom:10px;
	font-size:16px;
	color:#fff
}
.footer .footer-link a::before {
	position:relative;
	content:"\f0da";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	margin-right:10px
}
.footer .footer-link a:hover {
	color:#FFD662
}
.footer .footer-form input {
	height:45px;
	font-size:14px;
	border:none;
	border-radius:5px
}
.footer .footer-form .btn {
	position:absolute;
	right:5px;
	bottom:5px;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#000;
	background:#FFD662;
	border-radius:5px;
	transition:.3s
}
.footer .footer-form .btn:hover {
	color:#fff;
	background:#00539C
}
.footer .footer-menu {
	position:relative;
	padding:15px 0;
	border-top:1px solid rgba(255,
	255,
	255,
	.1)
}
.footer .footer-menu .f-menu {
	font-size:0;
	text-align:center
}
.footer .footer-menu .f-menu a {
	color:#fff;
	font-size:14px;
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid #fff
}
.footer .footer-menu .f-menu a:hover {
	color:#FFD662
}
.footer .footer-menu .f-menu a:last-child {
	margin-right:0;
	padding-right:0;
	border-right:none
}
.footer .copyright {
	padding:30px 15px;
	border-top:1px solid rgba(255,
	255,
	255,
	.1)
}
.footer .copyright p {
	margin:0;
	font-size:14px
}
.footer .copyright .col-md-6:last-child p {
	text-align:right
}
.footer .copyright p a {
	color:#FFD662;
	font-weight:400
}
.footer .copyright p a:hover {
	color:#fff
}
@media (max-width: 768px) {
	.footer .copyright p,
	.footer .copyright .col-md-6:last-child p {
		margin:5px 0;
		text-align:center
	}
}
.block-header {
	background-color:#AECDFF;
	color:#00538C;
	padding-top:15px;
	padding-bottom:8px;
	margin-top:15px;
	margin-bottom:15px;
	border:thin solid #00538C;
	border-radius:5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
a:hover {
	color: #00CCFF;
} .feature .btn a:hover {
	background-color:#FF0000;
}
.kirim {

}
.modal-header h5 {
	font-size:22px;
	padding-top:0px;
	margin-top:0px;
}
.modal-header h5 span {
	font-size:18px;
}
#whatsapp-chat {
	position:fixed;
	background:#fff;
	width:350px;
	border-radius:10px;
	box-shadow:0 1px 15px rgba(32,
	33,
	36,
	.28);
	right:30px;
	overflow:hidden;
	z-index:99;
	animation-name:showchat;
	animation-duration:1s;
	transform:scale(1);
	font-weight:bold;
	top:20px;
}
a.blantershow-chat {
	color:#fff;
	position:fixed;
	z-index:98;
	right:30px;
	font-size:15px;
	border-radius:30px;
	box-shadow:0 1px 15px rgba(32,
	33,
	36,
	.28);
	text-decoration:none;
	background-color:#006633;
	background-position:right top;
	margin-right:-20px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:20px;
	bottom: 20px;
}
a.blantershow-chat i {
	transform:scale(1.2);
	margin:0 10px 0 0
}
.header-chat {
	color:#fff;
	background-color:#006633;
	background-position:right top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.header-chat h3 {
	display:inline;
}
.header-chat p {
	font-size:14px;
	line-height:1.7;
	margin:0;
	width:200px;
}
.info-avatar {
	position:relative;
	display: inline;
	height: 50px;
	width: 50px;
}
.info-avatar img {
	border-radius:100%;
	width:50px;
	float:left;
	padding-right: 20px;
}
.informasi {
	padding:20px;
	display:block;
	overflow:hidden;
	animation-name:showhide;
	text-decoration:none;
	animation-duration:2.5s
}
a.informasi:hover {
	background:#f1f1f1
}
.info-chat {
	padding-left: 10px;
	display: inline;
}
.info-chat h3 {
	display:block;
	margin-left: 10px;
}#get-label,
span.chat-label {
	font-size:18px;
	color:#FFFFFF;
	font-weight: 600;
}
#get-nama,
span.chat-nama {
	margin:5px 0 0;
	font-size:14px;
	font-weight:300;
	color:#FFFFFF;
}
#get-label,
#get-nama {
	color:#fff
}
span.my-number {
	display:none
}
.blanter-msg {
	color:#444;
	padding:20px;
	text-align:center;
	border-top:1px solid #ddd
}
textarea#chat-input {
	border:none;
	font-family:'Arial',
	sans-serif;
	width:100%;
	height:auto;
	outline:none;
	resize:none;
}
a#send-it {
	color:#555;
	width:40px;
	font-weight:700;
	border-radius:10px
}
.first-msg {
	background:#f5f5f5;
	padding:30px;
	text-align:right
}
.first-msg span {
	background:#e2e2e2;
	color:#333;
	font-size:14.2px;
	line-height:1.7;
	border-radius:10px;
	padding:15px 20px;
	display:inline-block;
	font-weight:300;
}
.start-chat .blanter-msg {
	display:flex
}
#get-number {
	display:none
}
a.close-chat {
	position:absolute;
	top:15px;
	right:15px;
	color:#fff;
	font-size:40px;
	text-decoration:none;
	margin-top: -15px;
}
@keyframes showhide {
	from {
		transform:scale(.5);
		opacity:0
	}
}
@keyframes showchat {
	from {
		transform:scale(0);
		opacity:0
	}
}
@media screen and (max-width: 480px) {
	#whatsapp-chat {
		width:auto;
		left:5%;
		right:5%;
		font-size:80%
	}
}
.hide {
	display:none;
	animation-name:showhide;
	animation-duration:1.5s;
	transform:scale(1);
	opacity:1
}
.modal-body p {
	font-size:0.9em;
}
.feature a.btn:hover {
	color:#FFFFFF;
	background-color:#00539C;
}
.toper {
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C0DCF3;
	padding-bottom: 30px;
}
.toper ul {
	list-style: none;
	padding: 0;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.toper ul li {
  display: inline-block;
}
.toper ul a {
	color: #FFFFFF;
	border: thin solid #FF6600;
	border-radius: 5px;
	display: inline-block;
	transition: 0.3s;
	background-color: #FF6600;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: 400;
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 8px;
	margin-left: 6px;
}
.toper ul a:hover {
  color: #fff;
  border-color: #f6b024;
  background: #f6b024;
}
.oper {
	list-style: none;
	padding: 0px;
}
.oper li a {
	color: #FFFFFF;
	border: thin solid #FF6600;
	border-radius: 5px;
	transition: 0.3s;
	background-color: #FF6600;
	font-weight: 400;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
	display: block;
	text-align: center;
	margin: 0px;
}
.oper li a:hover {
  color: #fff;
  border-color: #f6b024;
  background: #f6b024;
}
.kepala {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #EAF5FF;
	border-radius: 0.25rem;
	color: #00539C;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.5px;
	border: thin solid #00539C;
	margin-top: 20px;
}
@media (max-width: 768px) {
.oper ul a {
	color: #FFFFFF;
	border: thin solid #FF6600;
	border-radius: 5px;
	transition: 0.3s;
	background-color: #FF6600;
	font-weight: 400;
	width: 100%;
}
}
a.anchor {
 display: block;
 position: relative;
 top: -100px;
 visibility: hidden;
}
