@import url("https://fonts.googleapis.com/css2?family=Work+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,900");
* {
	font-family: "Work Sans", sans-serif;
}

.center-this {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.box-f {
	box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1);
	padding: 40px 80px;
	border-radius: 24px;
}

.text-2xs {
	font-size: 12px;
}

.text-xs {
	font-size: 14px;
}

.text-base {
	font-size: 16px;
}

.text-lg {
	font-size: 20px;
}

.text-xl {
	font-size: 24px;
}

.text-2xl {
	font-size: 32px;
}

.text-3xl {
	font-size: 40px;
}

.text-cl-3 {
	color: #1d976c;
}

.text-cl-2 {
	color: #1d976c;
}

.text-cl-1 {
	color: #4d4d4d;
}

.text-cl-0 {
	color: #fff;
}

.name {
	font-family: "Playfair", serif;
}

.name .logo-name1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 26px;
}

.name .logo-name1 span {
	text-transform: none;
}

.name .logo-name2 {
	font-size: 26px;
	font-weight: 700;
}

.nav-home {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header {
	background: url("../../core-images/ba_header.png") no-repeat;
	background-size: cover;
	/* background: linear-gradient(224.95deg, #5bc1ac 1.17%, #4ddabd 92.43%); */
	padding: 15px 0 0 0;
}

#header .nav-list {
	background: #5a6f80;
}

#header .grid-nav {
	padding-bottom: 15px;
	overflow: auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 0.3fr 1.4fr 1fr 0.2fr;
	grid-template-columns: 0.3fr 1.4fr 1fr 0.2fr;
	gap: 0px 10px;
	grid-template-areas: "logo logo-name ssearch language" "logo logo-name ssearch language" ". . . .";
}

#header .grid-nav .logo {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: logo;
}

#header .grid-nav .logo img {
	width: 90px;
	min-height: 90px;
}

#header .grid-nav .logo-name {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: logo-name;
}

#header .grid-nav .ssearch {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 3;
	grid-area: ssearch;
}

#header .grid-nav .language {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 4;
	grid-area: language;
}

.search {
	-webkit-box-flex: 5;
	-ms-flex-positive: 5;
	flex-grow: 5;
	position: relative;
	display: block;
}

.search input {
	border-radius: 9px;
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 100%;
	color: #fff;
	background: #fff;
	border: none;
	outline: none;
	padding: 20px 10px;
}

.search input:placeholder {
	color: #bababa;
}

.search .fa-search {
	width: 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-right: 10px;
	color: #4d4d4d;
}

.search-mobile {
	display: none;
}

.search-mobile .search {
	-webkit-box-flex: 5;
	-ms-flex-positive: 5;
	flex-grow: 5;
	position: relative;
	display: block;
}

.search-mobile .search input {
	border-radius: 9px;
	width: 300px;
	height: 100%;
	color: #4d4d4d;
	background: #fff;
	border: none;
	outline: none;
	padding: 20px 10px;
}

.search-mobile .search input:placeholder {
	color: #bababa;
}

.hint {
	position: relative;
	top: -110px;
	color: #fff;
}

.hint .item {
	z-index: 999;
	padding: 20px;
	width: 190px;
	height: 190px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: table-column;
	text-align: center;
	font-weight: 600;
	background-color: #1d976c;
}

.hint .item img {
	margin-bottom: 10px;
	width: 90px;
}

.hint .item h5 {
	font-size: 16px;
}

.hint .item p {
	font-size: 14px;
	color: #dcdcdc;
}

#shortcut {
	margin-top: 60px;
	padding: 20px 20px 40px 20px;
}

#shortcut .container .row .card {
	background: linear-gradient(224.95deg, #1d976c 1.17%, #5bc1ac 92.43%);
	-webkit-box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1);
	box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1);
	border-radius: 53px;
	padding: 50px;
	border: none;
	height: auto;
	width: 340px;
}

#shortcut .container .row .card img {
	width: 100px;
}

#team {
	padding: 20px 60px;
}

#team .container .row .card {
	padding-top: 30px;
	border: none;
	height: 400px;
	color: #4d4d4d;
}

#team .container .row .card img {
	background: linear-gradient(224.95deg, #1d976c 1.17%, #5bc1ac 92.43%);
	border-radius: 39px;
	width: 328.73px;
	height: 430.73px;
	-o-object-fit: cover;
	object-fit: cover;
}

#team .container .row .card h4 {
	text-align: center;
}

#team .container .row .card p {
	color: #bababa;
}

#team .container .row .card-2 {
	padding: 50px 0 0 0;
	height: auto;
	color: #4d4d4d;
}

#team .container .row .card-2 .card-mini {
	margin-top: 40px;
	border: none;
	height: auto;
	width: 200px;
	padding: 10px;
}

#team .container .row .card-2 .card-mini h6 {
	text-align: center;
}

#team .container .row .card-2 .card-mini p {
	text-align: center;
	color: #bababa;
	font-weight: 600;
}

#team .container .row .card-2 .card-mini img {
	background: linear-gradient(224.95deg, #1d976c 1.17%, #5bc1ac 92.43%);
	border-radius: 19px;
	width: 130.73px;
	height: 170.73px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-left: 25px;
}

.others {
	display: none;
}

.berita {
	background: url("../../core-images/background-berita.jpg") fixed center center
		no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 50px 0;
}

.berita .entry {
	padding: 20px 20px;
	border-radius: 21px;
	margin-bottom: 20px;
	overflow: hidden;
}

.berita .entry .entry-img {
	max-height: 400px;
	overflow: hidden;
}

.berita .entry .entry-img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.berita .entry .entry-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}

.berita .entry .entry-title a {
	color: #1d976c;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.berita .entry .entry-title a:hover {
	color: #5a6f80;
}

.berita .entry .entry-content .read-more a {
	display: inline-block;
	background: linear-gradient(224.95deg, #1d976c 1.17%, #5bc1ac 92.43%);
	color: #fff;
	padding: 5px 12px;
	font-size: 14px;
	border-radius: 11px;
	transition: 1s;
}

.berita .entry .entry-content .read-more a:hover {
	color: #ffc412;
	background: linear-gradient(224.95deg, #5a6f80 1.17%, #44525d 92.43%);
}

.berita .entry .entry-meta {
	margin-bottom: 15px;
	color: #1d976c;
}

.berita .entry .entry-meta ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.berita .entry .entry-meta ul li + li {
	padding-left: 20px;
}

.berita .entry .entry-meta i {
	font-size: 14px;
	padding-right: 4px;
}

#cta .container .d-flex {
	color: #fff;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#cta .container .entry {
	height: auto;
	width: 320px;
	margin-bottom: 20px;
	overflow: hidden;
	background: radial-gradient(
		100% 1036.14% at 0% 0%,
		rgba(255, 255, 255, 0.42) 0%,
		rgba(255, 255, 255, 0.06) 100%
	);
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	/* Note: backdrop-filter has minimal browser support */
	border-radius: 21px;
}

#cta .container .entry .entry-img {
	border-radius: 21px 21px 0 0;
	max-height: 320px;
	overflow: hidden;
}

#cta .container .entry .entry-img img {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#cta .container .entry p {
	padding: 20px;
	font-size: 14px;
	display: inherit;
	-webkit-margin-before: 0px;
	margin-block-start: 0px;
	-webkit-margin-after: 0px;
	margin-block-end: 0px;
	-webkit-margin-start: 0px;
	margin-inline-start: 0px;
	-webkit-margin-end: 0px;
	margin-inline-end: 0px;
}

#cta .container .entry:hover img {
	width: 400px;
	-o-object-fit: cover fixed center center;
	object-fit: cover fixed center center;
}

#clients .container {
	-webkit-box-shadow: 0px 40px 21px -21px rgba(23, 164, 255, 0.2);
	box-shadow: 0px 40px 21px -21px rgba(23, 164, 255, 0.2);
	border-radius: 36px;
	padding: 20px;
}

#clients .container .clients-carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#clients .container .clients-carousel a img {
	width: 122px;
	height: 122px;
}

.portfolios .container .mb-5 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
}

.portfolios .container .mb-5 .video-p {
	position: relative;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	border-radius: 24px;
	-webkit-box-shadow: inset 16px 16px 32px rgba(255, 255, 255, 0.6);
	box-shadow: inset 16px 16px 32px rgba(255, 255, 255, 0.6);
	-webkit-filter: drop-shadow(-16px -16px 32px rgba(0, 0, 0, 0.1))
		drop-shadow(16px 16px 32px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(-16px -16px 32px rgba(0, 0, 0, 0.1))
		drop-shadow(16px 16px 32px rgba(0, 0, 0, 0.1));
}

.portfolios .container .mb-5 .video-p iframe {
	border-radius: 24px;
	width: 100%;
	height: 440px;
}

.portfolios .container .mb-5 .content {
	z-index: -100;
	position: relative;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	background: transparent;
	padding: 50px;
}

.portfolios .container .mb-5 .content h2 {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: "Playfair", serif;
	z-index: 4;
	text-shadow: 2px 3px 15px rgba(0, 0, 0, 0.15);
}

.portfolios .container .mb-5 .content p {
	font-size: 14px;
}

.portfolios .container .mb-5 .content a {
	margin-right: 20px;
	padding: 5px 20px;
}

.portfolios .container .mb-5 .content a img {
	width: 40px;
}

.portfolios .container .mb-5 .content .btn-profil {
	background: linear-gradient(224.95deg, #fef0a9 1.17%, #f8de5b 92.43%);
	border-radius: 11px;
}

.portfolios .container .mb-5 .content .btn-profil:hover {
	background: linear-gradient(224.95deg, #1d976c 1.17%, #5bc1ac 92.43%);
}

.logo-footer {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 5fr;
	grid-template-columns: 1fr 5fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	gap: 0px 20px;
	grid-template-areas: "logo logo-name";
}

.logo-footer .logo {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: logo;
}

.logo-footer .logo img {
	width: 90px;
	min-height: 90px;
}

.logo-footer .logo-name {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: logo-name;
}

.logo-footer .logo-name p {
	text-transform: uppercase;
	color: #4d4d4d;
	font-weight: 700;
	font-size: 20px;
}

.logo-footer .logo-name span {
	text-transform: none;
	font-weight: 400;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.row .sidebar {
	-webkit-box-shadow: -6px -6px 12px rgba(49, 193, 238, 0.15),
		6px 6px 12px rgba(49, 193, 238, 0.15);
	box-shadow: -6px -6px 12px rgba(49, 193, 238, 0.15),
		6px 6px 12px rgba(49, 193, 238, 0.15);
	border-radius: 27px;
	padding: 32px;
}

.row .sidebar ul {
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	-webkit-margin-start: 0px;
	margin-inline-start: 0px;
	-webkit-margin-end: 0px;
	margin-inline-end: 0px;
	-webkit-padding-start: 12px;
	padding-inline-start: 12px;
	list-style: none;
	font-size: 16px;
	line-height: 30px;
}

.containt-res {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	z-index: 1;
}

.containt-res .entry-s {
	position: relative;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 320px;
	padding: 18px;
	border-radius: 24px;
	-webkit-box-shadow: -6px -6px 12px rgba(49, 193, 238, 0.15),
		6px 6px 12px rgba(49, 193, 238, 0.15);
	box-shadow: -6px -6px 12px rgba(49, 193, 238, 0.15),
		6px 6px 12px rgba(49, 193, 238, 0.15);
	margin-bottom: 30px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.containt-res .entry-s .entry-img {
	overflow: hidden;
	max-height: 250px;
	border-radius: 24px;
	margin-bottom: 30px;
}

.containt-res .entry-s .entry-img img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.containt-res .entry-s .entry-img img:hover {
	width: 100%;
	height: 350px;
	-o-object-fit: cover fixed center center;
	object-fit: cover fixed center center;
	border-radius: 24px;
	margin-bottom: 30px;
}

.containt-res .entry-s p {
	margin-bottom: 20px;
	font-size: 14px;
}

.containt-res .entry-s .entry-title a {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.containt-res .entry-s .entry-meta ul {
	padding: 0;
	margin-top: 20px;
}

.containt-res .entry-s:hover {
	-webkit-box-shadow: -6px -6px 12px rgba(255, 228, 20, 0.15),
		6px 6px 12px rgba(230, 215, 2, 0.326);
	box-shadow: -6px -6px 12px rgba(255, 228, 20, 0.15),
		6px 6px 12px rgba(230, 215, 2, 0.326);
}

.containt-pp {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	z-index: 1;
}

.containt-pp .card-ak {
	width: 420px;
	border-radius: 24px;
	padding: 40px;
	position: relative;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.containt-pp .card-ak .gambar {
	overflow: hidden;
	max-height: 300px;
	border-radius: 24px;
	margin-bottom: 30px;
}

.containt-pp .card-ak .gambar img {
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.containt-pp .card-ak .gambar img:hover {
	width: 100%;
	height: 400px;
	-o-object-fit: cover fixed center center;
	object-fit: cover fixed center center;
	border-radius: 24px;
	margin-bottom: 30px;
}

.containt-pp .card-ak h2 {
	margin-bottom: 10px;
}

.containt-pp .card-ak p {
	margin-bottom: 20px;
	font-size: 12px;
}

.containt-pp .card-ak .a {
	background: linear-gradient(224.95deg, #fef0a9 1.17%, #f8de5b 92.43%);
	padding: 16px 32px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 14px;
}
.containt-pp .card-ak .b {
	background: transparent;
	padding: 16px 32px;
	font-size: 16px;
	border-radius: 14px;
}

.containt-pp .card-ak a:hover {
	color: #000;
}

.containt-pp .card-ak:hover {
	-webkit-box-shadow: -6px -6px 12px rgba(49, 193, 238, 0.15),
		6px 6px 12px rgba(49, 193, 238, 0.15);
	box-shadow: -6px -6px 12px rgba(49, 193, 238, 0.15),
		6px 6px 12px rgba(49, 193, 238, 0.15);
}

.card-pp {
	padding: 20px;
	background: transparent;
	border-radius: 24px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: flex;
}

.card-pp img {
	width: 100%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 14px;
}

.card-pp .content {
	padding-left: 20px;
	color: #fff;
}

.card-pp .content h5 {
	font-size: 14px;
}

.card-pp .content p {
	font-size: 14px;
}
/*# sourceMappingURL=main.css.map */

/*---------------------------------------
  CAROUSEL        
-----------------------------------------*/
.pejabat-section {
	background-image: url("../../core-images/templatemo-wave-banner.jpg"),
		linear-gradient(#5bc1ac, #ffffff);
	background-repeat: no-repeat;
	background-size: 108% 76%;
	background-position: top;
}

.owl-carousel {
	text-align: center;
}

.owl-carousel-image {
	display: block;
	height: 400px;
	width: 250px;
}

.owl-carousel .owl-item .owl-carousel-verified-image {
	display: inline-block;
	width: 30px;
	height: auto;
	position: relative;
	right: 5px;
}

.verified-image {
	display: inline-block;
	width: 20px;
	height: auto;
}

.owl-carousel .owl-item {
	opacity: 0.35;
}

.owl-carousel .owl-item.active.center {
	opacity: 1;
}

.owl-carousel-info-wrap {
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.owl-carousel-info {
	background-color: #f0f8ff;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 10px;
}

.owl-carousel-info-wrap .social-share,
.team-thumb .social-share {
	position: absolute;
	right: 0;
	bottom: 0;
}

.owl-carousel-info-wrap .social-icon,
.team-thumb .social-icon {
	opacity: 0;
	transition: all 0.3s ease;
	transform: translateX(0);
	padding-right: 20px;
	padding-left: 20px;
}

.owl-carousel
	.owl-item.active.center
	.owl-carousel-info-wrap:hover
	.social-icon,
.team-thumb:hover .social-icon {
	transform: translateY(-100%);
	opacity: 1;
}

.owl-carousel-info-wrap .social-icon-item,
.owl-carousel-info-wrap .social-icon-link,
.team-thumb .social-icon-item,
.team-thumb .social-icon-link {
	display: block;
	margin-bottom: 10px;
	margin-left: auto;
}

.owl-carousel-info-wrap .social-icon-link {
	margin-top: 5px;
	margin-bottom: 5px;
}

.owl-carousel .owl-dots {
	background-color: #fff;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	border-radius: 100px;
	display: inline-block;
	margin: auto;
	margin-top: 40px;
	padding: 15px 25px;
	padding-bottom: 7px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #5bc1ac;
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
	margin: 0;
	padding: 0;
}

.social-icon-item {
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

.social-icon-link {
	border-radius: 100px;
	background: #5bc1ac;
	color: #fff;
	display: block;
	margin-right: 5px;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 38px;
}

.social-icon-link:hover {
	background: #5a6f80;
	color: #fff;
}
