/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
	--primary1: #249760; /* Normal */
	--primary2: #249760; /* Light */
	--primary3: #249760; /* Dark */
	--secondary1: #fbc029; /* Normal */
	--secondary2: #fcc001; /* Light */
	--secondary3: #ff7b00; /* Dark */
	--light1: #cccccc; /* Normal */
	--light2: #ffffff; /* Light */
	--light3: #aaaaaa; /* Dark */
	--dark1: #333333; /* Normal */
	--dark2: #777777; /* Light */
	--dark3: #000000; /* Dark */
	--bgcall: #333333;
	--bgwa: #259938;
	--bgfb: #0573e6;
	--bgtw: #1d9bf0;
	--bgig: #f601cd;
	--bgyt: #fc0200;
	--bgtk: #171824;
	--bgcall2: #333333;
	--bgwa2: #41c75c;
	--bgfb2: #4dbdf9;
	--bgtw2: #1d9bf1;
	--bgig2: #ffcb02;
	--bgyt2: #e15454;
	--bgtk2: #424242;
	--grprim1: linear-gradient(180deg, var(--primary1) 0%, var(--primary2) 100%);
	--grprim2: linear-gradient(180deg, var(--primary1) 0%, var(--primary3) 100%);
	--grprim3: linear-gradient(180deg, var(--primary2) 0%, var(--primary1) 100%);
	--grprim4: linear-gradient(180deg, var(--primary2) 0%, var(--primary3) 100%);
	--grprim5: linear-gradient(180deg, var(--primary3) 0%, var(--primary1) 100%);
	--grprim6: linear-gradient(180deg, var(--primary3) 0%, var(--primary2) 100%);
	--grsec1: linear-gradient(
		180deg,
		var(--secondary1) 0%,
		var(--secondary2) 100%
	);
	--grsec2: linear-gradient(
		180deg,
		var(--secondary1) 0%,
		var(--secondary3) 100%
	);
	--grsec3: linear-gradient(
		180deg,
		var(--secondary2) 0%,
		var(--secondary1) 100%
	);
	--grsec4: linear-gradient(
		180deg,
		var(--secondary2) 0%,
		var(--secondary3) 100%
	);
	--grsec5: linear-gradient(
		180deg,
		var(--secondary3) 0%,
		var(--secondary1) 100%
	);
	--grsec6: linear-gradient(
		180deg,
		var(--secondary3) 0%,
		var(--secondary2) 100%
	);
	--grcall: linear-gradient(39deg, var(--bgcall) 0%, var(--bgcall2) 100%);
	--grwa: linear-gradient(39deg, var(--bgwa) 0%, var(--bgwa2) 100%);
	--grfb: linear-gradient(39deg, var(--bgfb) 0%, var(--bgfb2) 100%);
	--grtw: linear-gradient(39deg, var(--bgtw) 0%, var(--bgtw2) 100%);
	--grig: linear-gradient(39deg, var(--bgig) 0%, var(--bgig2) 100%);
	--gryt: linear-gradient(39deg, var(--bgyt) 0%, var(--bgyt2) 100%);
	--grtk: linear-gradient(39deg, var(--bgtk) 0%, var(--bgtk2) 100%);
	--shadowNO: 0px 0px 0px var(--dark1);
	--shadowALL: 0px 0px 3px var(--dark1);
	--shadowLD: -3px 3px 3px var(--dark1);
	--shadowRD: 3px 3px 3px var(--dark1);
}
body {
	background: var(--light2);
	color: var(--dark1);
	font-family: Raleway;
	font-style: normal;
}
a {
	color: var(--primary1);
	transition: 0.5s;
	text-decoration: none;
}
a:active,
a:focus,
a:hover {
	color: var(--secondary1);
	outline: 0;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

.font_second {
	font-family: Montserrat;
}
.font_third {
	font-family: "Open Sans";
}
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: var(--bgfb);
	background: var(--grfb);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
	color: var(--light2);
	box-shadow: var(--shadowRD);
}
.back-to-top i {
	font-size: 28px;
	line-height: 0;
}
.back-to-top:hover {
	color: var(--primary1);
	background: var(--secondary1);
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}
.card {
	height: calc(123% - 30px);
	border-radius: 15px;
	overflow: hidden;
}
.accordion-button:not(.collapsed) {
	color: var(--light2);
	background-color: var(--primary1);
}
.accordion-button:not(.collapsed)::after {
	background-color: var(--secondary1);
	border-radius: 5px;
}
.accordion-button:focus {
	z-index: 5;
	border-color: var(--secondary2);
	box-shadow: 0 2px 12px var(--light1);
	-moz-box-shadow: 0 2px 12px var(--light1);
	-webkit-box-shadow: 0 2px 12px var(--light1);
}
.wa-button {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: var(--secondary3);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}
.wa-button i {
	font-size: 28px;
	color: var(--light2);
	line-height: 0;
}
.wa-button:hover {
	background: #2ce782;
	color: var(--light2);
}
.wa-button.active {
	visibility: visible;
	opacity: 1;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: var(--light2);
}
#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid var(--light1);
	border-top: 6px solid var(--secondary3);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes animate-preloader {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.header-top {
	background-color: var(--light2);
	border-bottom: 1px solid var(--primary1);
	margin-top: 0;
	padding: 8px 0;
	position: relative !important;
	z-index: 4;
}
.header-top::after {
	clear: both;
	content: "";
	display: table;
}
.header-search {
	position: relative;
}
@media (max-width: 880px) {
	.header-search {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		/* font-size: 10pt; */
		display: none !important;
	}
	.header-top {
		display: none !important;
	}
}
.form {
	color: #555;
	display: flex;
	padding: 2px;
	border: 1px solid currentColor;
	border-radius: 10px;
	width: 210px;
}
input[type="search"] {
	border: none;
	background: 0 0;
	margin: 0;
	font-size: 14px;
	color: inherit;
	border: 1px solid transparent;
	border-radius: inherit;
}
input[type="search"]::placeholder {
	color: #bbb;
}
button[type="submit"] {
	text-indent: -999px;
	overflow: hidden;
	width: 40px;
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
	border-radius: inherit;
	background: transparent
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E")
		no-repeat center;
	cursor: pointer;
	opacity: 0.7;
}
button[type="submit"]:hover {
	opacity: 1;
}
button[type="submit"]:focus,
input[type="search"]:focus {
	box-shadow: 0 0 3px 0 #1183d6;
	border-color: #1183d6;
	outline: 0;
}
.form.nosubmit {
	border: none;
	padding: 0;
}
input.nosubmit {
	border: 1px solid #555;
	width: 100%;
	padding: 9px 4px 9px 40px;
	background: transparent
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E")
		no-repeat 13px center;
}

ul.call-icons,
ul.social-icons {
	padding-left: 0;
}
.act-wa {
	background: var(--bgwa);
	background: var(--grwa);
	display: block;
	width: auto;
	height: 40px;
	padding: 9px 10px;
	line-height: 0;
	text-align: center;
	color: var(--light2);
	font-size: 17px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	transition: ease all 0.3s;
	position: fixed;
	right: 63px;
	bottom: 15px;
	z-index: 40;
	border: 1px solid var(--bgwa2);
	box-shadow: var(--shadowRD);
}
.wa-sub {
	right: 150px;
}
.act-wa i,
.act-wa:hover {
	color: var(--light2);
}
/* .call-icons li{display:inline-block;margin:0 3px 5px 0;padding:0;border-radius:10px;overflow:hidden;box-shadow:3px 3px 5px 0 rgb(0 0 0 / 40%)}
.call-icons li a{border-radius:10px;display:block;padding:10px;font-size:18px;line-height:0;text-align:center;color:var(--dark3)} */
@media (min-width: 767px) {
	.call-icons li {
		margin: 5px 3px 5px 0;
	}
	.call-icons li a {
		font-size: 15px;
		padding: 11px;
		color: var(--primary3);
	}
}
.call-icons li.call-icons-phone a {
	color: var(--primary3);
	background-color: var(--light2);
	padding: 10px 22px;
	border-radius: 10px;
	font-size: 12pt;
}
.call-icons li.call-icons-email a {
	color: var(--primary3);
	background-color: var(--light2);
	padding: 10px 22px;
	border-radius: 10px;
	font-size: 12pt;
}
.call-icons li.call-icons-phone a:hover {
	background: var(--primary3);
	color: #fff;
}
.call-icons li.call-icons-email a:hover {
	background: var(--primary3);
	color: #fff;
}
.call-icons li a:hover {
	background: var(--primary1);
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}
#header {
	transition: all 0.5s;
	z-index: 997;
	background: transparent;
	height: 80px;
	padding: 10px 0;
}
#header.header-transparent {
	background: 0 0;
}
#header.header-scrolled {
	background: var(--primary3);
	height: 80px;
}
#header .logo {
	font-size: 34px;
	margin: 0;
	padding: 5px 0;
	font-weight: 700;
	letter-spacing: 3px;
	padding-left: 10px;
	border-left: 4px solid #195bbf;
}
#header .logo a {
	color: var(--light2);
}
#header .logo img {
	max-height: 30px;
}
@media (max-width: 992px) {
	#header .logo {
		font-size: 28px;
	}
}
.navbar-top ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.5px;
	padding: 0 30px 0 0;
	color: var(--dark2);
}
.navbar-top ul li a {
	color: var(--dark2);
}
.navbar {
	padding: 0;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
	margin-left: 10px;
}
.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	font-size: 13px;
	font-weight: 600;
	color: var(--light2);
	white-space: nowrap;
	text-transform: none;
	transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover > a {
	color: var(--secondary2);
	background: var(--light2);
	border-radius: 5px;
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: var(--light2);
	border-radius: 5px;
	transition: 0.3s;
}
.navbar .dropdown ul li {
	min-width: 200px;
}
.navbar .dropdown ul a {
	padding: 10px 20px;
	text-transform: none;
	color: #666;
}
.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li a .actived,
.navbar .dropdown ul li:hover {
	color: var(--primary1);
	background: var(--light2);
}

.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 85%;
	visibility: visible;
}
.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}
@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}
	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
	.nav-bahasa {
		margin-left: 10px;
	}
	.dropdown .bahasa-img {
		border-radius: 0.2rem;
		width: 22px;
	}
	.navbar .nav-bahasa .bahasa-flag {
		left: -87px !important;
	}
	.nav-bahasa ul li {
		min-width: 136px !important;
	}
	.submenu {
		display: none;
	}
	.mobile-nav-toggle {
		color: var(--light2);
		font-size: 28px;
		cursor: pointer;
		display: none;
		line-height: 0;
		transition: 0.5s;
	}
}
@media (max-width: 991px) {
	/* .mobile-nav-toggle{display:block}
.navbar ul{display:none} */
}
.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(26, 26, 26, 0.9);
	transition: 0.3s;
	z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}
.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: var(--light2);
	overflow-y: auto;
	transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: var(--dark3);
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}
.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 5px 15px 5px 5px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: var(--light2);
}
.navbar-mobile .dropdown ul li {
	min-width: 200px;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 10px;
}
.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a {
	color: var(--secondary3);
}
.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}
.navbar-mobile .nav-bahasa .bahasa-flag {
	left: -166px !important;
}

.navbar li:hover,
.navbar li a:hover {
	box-shadow: var(--shadowRD);
	-moz-box-shadow: var(--shadowRD);
	-webkit-box-shadow: var(--shadowRD);
}
.navbar .dropdown li:hover,
.navbar .dropdown li a:hover {
	box-shadow: var(--shadowNO);
	-moz-box-shadow: var(--shadowNO);
	-webkit-box-shadow: var(--shadowNO);
}
.navbar .dropdown ul {
	box-shadow: var(--shadowRD);
	-moz-box-shadow: var(--shadowRD);
	-webkit-box-shadow: var(--shadowRD);
}
.navbar .nav-bahasa:hover,
.navbar .nav-bahasa a:hover {
	box-shadow: var(--shadowLD);
	-moz-box-shadow: var(--shadowLD);
	-webkit-box-shadow: var(--shadowLD);
}
.navbar .nav-bahasa .bahasa-flag {
	box-shadow: var(--shadowLD);
	-moz-box-shadow: var(--shadowLD);
	-webkit-box-shadow: var(--shadowLD);
}
.navbar-mobile .dropdown ul,
.navbar-mobile .nav-bahasa .bahasa-flag {
	box-shadow: var(--shadowALL);
	-moz-box-shadow: var(--shadowALL);
	-webkit-box-shadow: var(--shadowALL);
}
.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li a:hover,
.navbar-mobile li:hover,
.navbar .nav-bahasa .bahasa-flag .dropdown li a:hover {
	color: var(--primary3);
	box-shadow: var(--shadowNO) !important;
	-moz-box-shadow: var(--shadowNO) !important;
	-webkit-box-shadow: var(--shadowNO) !important;
}

#hero {
	width: 100%;
	height: 60vh;
	background: #000;
	overflow: hidden;
	position: relative;
}
@media (max-height: 500px) {
	#hero {
		height: 150vh;
	}
}
#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#hero .carousel-item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#hero .carousel-item::before {
	content: "";
	background: linear-gradient(rgb(0 41 96 / 33%), rgb(0 42 97 / 86%));
}
#hero .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 50px;
	right: 50px;
}
#hero .container {
	text-align: center;
}
#hero h2 {
	color: var(--light2);
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 700;
}
@media (max-width: 768px) {
	#hero h2 {
		font-size: 28px;
	}
}
#hero p {
	width: 90%;
	margin: 0 auto 30px auto;
	font-size: 20px;
	font-weight: 700;
	color: var(--light2);
}
@media (min-width: 1024px) {
	#hero p {
		width: 60%;
	}
}
#hero .carousel-fade {
	overflow: hidden;
}
#hero .carousel-fade .carousel-inner .carousel-item {
	transition-property: opacity;
}
#hero .carousel-fade .carousel-inner .active.carousel-item-end,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item {
	opacity: 0;
}
#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
	opacity: 1;
	transition: 0.5s;
}
#hero .carousel-fade .carousel-inner .active.carousel-item-end,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev {
	left: 0;
	transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next,
#hero .carousel-control-prev {
	width: 10%;
}
@media (min-width: 1024px) {
	#hero .carousel-control-next,
	#hero .carousel-control-prev {
		width: 5%;
	}
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
	background: 0 0;
	font-size: 32px;
	line-height: 1;
}
#hero .carousel-indicators li {
	cursor: pointer;
}
#hero .btn-get-started {
	font-style: normal;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 32px;
	border-radius: 10px;
	transition: 0.5s;
	margin: 10px;
	font-weight: 700;
	color: var(--primary1);
	background: var(--secondary1);
}
#hero .btn-get-started:hover {
	background: var(--primary1);
	color: var(--secondary1);
}
section {
	overflow: hidden;
}
.section-header h3 {
	font-size: 32px;
	color: #111;
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
}
.section-header h3::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: var(--dark2);
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-header h3::after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: var(--primary3);
	bottom: 0;
	left: calc(50% - 20px);
}
.section-header p {
	text-align: center;
	padding-bottom: 30px;
	color: #333;
}
.section-bg {
	background: #f7f7f7;
}
.breadcrumbs {
	padding: 10px 0;
	background-color: #f7f7f7;
	margin-top: 0;
	border-bottom: 1px solid #eaeaea;
}
.breadcrumbs h1 {
	font-weight: 500;
	margin: 10px 10px 20px 10px;
}
.breadcrumbs h2 {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 400;
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.breadcrumbs ol li + li {
	padding-left: 10px;
}
.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6c757d;
	content: "/";
}
@media (max-width: 768px) {
	.breadcrumbs .d-flex {
		display: block !important;
	}
	.breadcrumbs ol {
		display: block;
	}
	.breadcrumbs ol li {
		display: inline-block;
	}
}
#featured-services {
	background: #000;
}
#featured-services .box {
	padding: 30px 20px;
}
#featured-services .box-bg {
	background-image: linear-gradient(
		0deg,
		var(--dark3) 0,
		#242323 50%,
		var(--dark3) 100%
	);
}
#featured-services i {
	color: var(--secondary3);
	font-size: 48px;
	display: inline-block;
	line-height: 1;
}
#featured-services h4 {
	font-weight: 400;
	margin: 15px 0;
	font-size: 18px;
}
#featured-services h4 a {
	color: var(--light2);
}
#featured-services h4 a:hover {
	color: var(--secondary3);
}
#featured-services p {
	font-size: 14px;
	line-height: 24px;
	color: var(--light2);
	margin-bottom: 0;
}
#about {
	background-size: cover;
	padding: 0px;
	position: relative;
}
#about::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.92);
	z-index: 9;
}
#about .container {
	position: relative;
	z-index: 10;
}
#about .about-col {
	background: var(--light2);
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 2px 12px var(--light1);
	-moz-box-shadow: 0 2px 12px var(--light1);
	-webkit-box-shadow: 0 2px 12px var(--light1);
	margin-bottom: 20px;
	height: calc(100% - 20px);
}
#about .about-col .img {
	position: relative;
}
#about .about-col .img img {
	border-radius: 10px 10px 0 0;
}
#about .about-col .icon {
	width: 64px;
	height: 64px;
	text-align: center;
	position: absolute;
	background-color: var(--primary1);
	border-radius: 50%;
	border: 4px solid var(--light2);
	left: calc(50% - 32px);
	bottom: -30px;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
#about .about-col i {
	font-size: 28px;
	line-height: 0;
	color: var(--light2);
	transition: 0.3s;
}
#about .about-col:hover .icon {
	background-color: var(--light2);
}
#about .about-col:hover i {
	color: var(--primary1);
}
#about .about-col h2 {
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	margin: 40px 0 12px 0;
}
#about .about-col h2 a {
	color: #000;
}
#about .about-col h2 a:hover {
	color: var(--secondary3);
}
#about .about-col p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 0;
	padding: 0 20px 20px 20px;
	text-align: center;
}
#blogpost {
	background-size: cover;
	padding: 60px 0 40px 0;
	position: relative;
}
#blogpost::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.92);
	z-index: 9;
}
#blogpost .container {
	position: relative;
	z-index: 10;
}
#blogpost .blogpost-col {
	background: var(--light2);
	border-radius: 15px;
	box-shadow: 0 2px 12px var(--light1);
	-moz-box-shadow: 0 2px 12px var(--light1);
	-webkit-box-shadow: 0 2px 12px var(--light1);
	margin-bottom: 20px;
	height: calc(100% - 20px);
	overflow: hidden;
}
#blogpost .blogpost-col .img {
	position: relative;
	height: 150px;
	overflow: hidden;
}
#blogpost .blogpost-col .icon {
	width: 64px;
	height: 64px;
	text-align: center;
	position: absolute;
	background-color: var(--secondary3);
	border-radius: 50%;
	border: 4px solid var(--light2);
	left: calc(50% - 32px);
	bottom: -30px;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
#blogpost .blogpost-col h2 {
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	margin: 40px 0 12px 0;
}
#blogpost .blogpost-col h2 a {
	color: #000;
}
#blogpost .blogpost-col h2 a:hover {
	color: var(--primary1);
}
#blogpost .blogpost-col:hover {
	color: var(--secondary3);
}
#blogpost .blogpost-col p {
	line-height: 24px;
	color: var(--dark1);
	margin-bottom: 0;
	padding: 0 20px 20px 20px;
}
#blogpost .blogpost-col .title {
	font-size: 17px;
	height: 80px;
	overflow: hidden;
	text-align: center;
	font-weight: 700;
	padding: 10px;
}
#blogpost .blogpost-col .content {
	font-size: 13px;
	height: 110px;
	overflow: hidden;
	padding: 10px;
}
#blogpost .blogpost-col .date {
	font-size: 10px;
	font-size: 13px;
	color: var(--light2);
	background: var(--dark1);
	padding: 5px;
	position: relative;
	bottom: 0%;
	text-align: center;
}

.blogpost-col center {
	padding: 10px;
	height: 80px;
	overflow: hidden;
}
#services {
	background: var(--light2);
	background-size: cover;
	padding: 20px 0 20px 0;
}
#services .box {
	margin-bottom: 30px;
}
#services .icon {
	float: left;
}
#services .icon i {
	color: var(--secondary3);
	font-size: 36px;
	line-height: 0;
	transition: 0.5s;
}
#services .title {
	margin-left: 60px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
#services .title a {
	color: #111;
}
#services .box:hover .title a {
	color: var(--secondary3);
}
#services .description {
	font-size: 14px;
	margin-left: 60px;
	line-height: 24px;
	margin-bottom: 0;
}
#call-to-action {
	background: linear-gradient(rgba(37, 43, 94, 0.438), rgba(21, 48, 83, 0.795)),
		url("../images/bangunan.jpg") fixed center center;
	background-size: cover;
	padding: 60px 0;
}
#call-to-action h3 {
	color: var(--light2);
	font-size: 28px;
	font-weight: 700;
}
#call-to-action p {
	color: var(--light2);
}
#call-to-action .cta-btn {
	text-transform: uppercase;
	font-weight: 700;
	color: var(--primary1);
	background: var(--secondary1);
	border: none;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 10px;
}
#call-to-action .cta-btn:hover {
	background: var(--primary1);
	color: var(--secondary1);
}

#skills {
	padding: 60px 0;
}
#skills .progress {
	height: 35px;
	margin-bottom: 10px;
	border-radius: 0;
}
#skills .progress .skill {
	line-height: 35px;
	padding: 0;
	margin: 0 0 0 20px;
	text-transform: uppercase;
}
#skills .progress .skill .val {
	float: right;
	font-style: normal;
	margin: 0 20px 0 0;
}
#skills .progress-bar {
	width: 1px;
	text-align: left;
	transition: 0.9s;
}
#facts {
	background: url("../images/alasan.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 60px 0 0 0;
	position: relative;
}
#facts::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(rgba(37, 43, 94, 0.438), rgba(21, 48, 83, 0.795));
	z-index: 9;
}

#about1 {
	padding: 60px 0;
}
#about2 {
	padding: 60px 0;
}

#portfolio {
	padding: 30px 0;
}
#portfolio #portfolio-flters {
	padding: 0;
	margin: 5px 0 35px 0;
	list-style: none;
	text-align: center;
}
#portfolio #portfolio-flters li {
	cursor: pointer;
	margin: 15px 15px 15px 0;
	display: inline-block;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	border-radius: 4px;
	text-transform: uppercase;
	background: var(--light2);
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li.filter-active,
#portfolio #portfolio-flters li:hover {
	background: var(--primary2);
	color: var(--light2);
}
#portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}
#portfolio .portfolio-wrap {
	margin-top: 10px;
	box-shadow: 0 2px 12px var(--light1);
	-moz-box-shadow: 0 2px 12px var(--light1);
	-webkit-box-shadow: 0 2px 12px var(--light1);
	transition: 0.3s;
	border-radius: 15px 15px 15px 15px;
	overflow: hidden;
}
#portfolio .portfolio-wrap:hover {
	box-shadow: 0 4px 14px var(--dark3);
	-moz-box-shadow: 0 4px 14px var(--dark3);
	-webkit-box-shadow: 0 4px 14px var(--dark3);
}
#portfolio .portfolio-item {
	position: relative;
	height: 300px;
	overflow: hidden;
}
#portfolio .portfolio-item figure {
	background: #000;
	overflow: hidden;
	height: 260px;
	position: relative;
	margin: 0;
}
#portfolio .portfolio-item figure:hover img {
	opacity: 0.4;
	transition: 0.3s;
}
.middle {
	transition: 0.5s ease;
	opacity: 0;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
#portfolio .portfolio-item:hover .middle {
	opacity: 1;
}
.text-job {
	color: var(--light2);
	font-size: 16px;
	font-weight: 700;
}
#portfolio .portfolio-item figure .link-details,
#portfolio .portfolio-item figure .link-preview {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	line-height: 1;
	text-align: center;
	width: 36px;
	height: 36px;
	background: var(--light2);
	border-radius: 50%;
	transition: 0.2s linear;
}
#portfolio .portfolio-item figure .link-details i,
#portfolio .portfolio-item figure .link-preview i {
	font-size: 22px;
	color: #333;
	line-height: 0;
}
#portfolio .portfolio-item figure .link-details:hover,
#portfolio .portfolio-item figure .link-preview:hover {
	background: var(--secondary3);
}
#portfolio .portfolio-item figure .link-details:hover i,
#portfolio .portfolio-item figure .link-preview:hover i {
	color: var(--light2);
}
#portfolio .portfolio-item figure .link-preview {
	left: calc(50% - 38px);
	top: calc(50% - 18px);
}
#portfolio .portfolio-item figure .link-details {
	right: calc(50% - 38px);
	top: calc(50% - 18px);
}
#portfolio .portfolio-item figure:hover .link-preview {
	opacity: 1;
	left: calc(50% - 44px);
}
#portfolio .portfolio-item figure:hover .link-details {
	opacity: 1;
	right: calc(50% - 44px);
}
#portfolio .portfolio-item .portfolio-info {
	background: var(--light2);
	text-align: center;
	padding: 30px;
	height: 80px;
	border-radius: 0 0 3px 3px;
}
#portfolio .portfolio-item .portfolio-info h4 {
	font-size: 0px;
	line-height: 1px;
	font-weight: 700;
	margin-bottom: 18px;
	padding-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info h4 a {
	color: #333;
}
#portfolio .portfolio-item .portfolio-info h4 a:hover {
	color: var(--secondary3);
}
#portfolio .portfolio-item .portfolio-info p {
	padding: 0;
	margin: 0;
	color: #b8b8b8;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}
.our-programs {
	overflow: hidden;
	background: var(--primary1);
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 2px 12px var(--light1);
	-moz-box-shadow: 0 2px 12px var(--light1);
	-webkit-box-shadow: 0 2px 12px var(--light1);
	margin-bottom: 20px;
	height: calc(100% - 20px);
}
.our-programs .img-bg {
	border-radius: 10px 10px 0 0;
	width: 100%;
}
.our-programs .title-program {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	padding: 0;
	margin: 32px 10px 32px 10px;
}
.our-programs .title-programb {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	padding-bottom: 20px;
	margin: 25px 35px 25px 35px;
}
.our-programs p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 0;
	padding: 0 20px 20px 20px;
	text-align: center;
}
.news-latest {
	background: var(--light2);
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 2px 12px var(--light1);
	-moz-box-shadow: 0 2px 12px var(--light1);
	-webkit-box-shadow: 0 2px 12px var(--light1);
	margin-bottom: 20px;
	height: calc(100% - 20px);
	overflow: hidden;
}
.news-latest .img-news {
	border-radius: 10px 10px 0 0;
	width: 100%;
}
.news-latest .img-news-cover {
	height: 150px;
	overflow: hidden;
}
.news-latest .title-news {
	text-align: center;
	color: #000;
	font-weight: 700;
	padding: 0;
	margin: 10px 10px 12px 10px;
	height: 75px;
	overflow: hidden;
}
.news-latest .title-news:hover {
	color: var(--primary1);
}
.news-latest .title-news a {
	color: var(--light2);
}
.news-latest .date-news {
	font-size: 13px;
	color: var(--light2);
	background: var(--dark1);
	padding: 5px;
	position: relative;
	bottom: 0%;
}
/* .news-latest .date-news {font-size:13px; color:var(--dark2)} */
.news-latest p {
	font-size: 15px;
	line-height: 24px;
	color: #000;
	margin-bottom: 0;
	padding: 0 10px 12px 10px;
	text-align: center;
}
.portfolio-details {
	padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
	width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.portfolio-details
	.portfolio-details-slider
	.swiper-pagination
	.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: var(--light2);
	opacity: 1;
	border: 1px solid var(--secondary3);
}
.portfolio-details
	.portfolio-details-slider
	.swiper-pagination
	.swiper-pagination-bullet-active {
	background-color: var(--secondary3);
}
.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0 2px 12px var(--light1);
	-moz-box-shadow: 0 2px 12px var(--light1);
	-webkit-box-shadow: 0 2px 12px var(--light1);
}
.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
	margin-top: 10px;
}
.portfolio-details .portfolio-description {
	padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
	padding: 0;
}
#jobvacancy {
	padding: 60px 0;
}
#jobvacancy #jobvacancy-flters {
	padding: 0;
	margin: 5px 0 35px 0;
	list-style: none;
	text-align: center;
}
#jobvacancy #jobvacancy-flters li {
	cursor: pointer;
	margin: 15px 15px 15px 0;
	display: inline-block;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	border-radius: 4px;
	text-transform: uppercase;
	background: var(--light2);
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}
#jobvacancy #jobvacancy-flters li.filter-active,
#jobvacancy #jobvacancy-flters li:hover {
	background: var(--secondary3);
	color: var(--light2);
}
#jobvacancy #jobvacancy-flters li:last-child {
	margin-right: 0;
}
#jobvacancy .jobvacancy-wrap {
	box-shadow: 0 2px 12px var(--light1);
	-moz-box-shadow: 0 2px 12px var(--light1);
	-webkit-box-shadow: 0 2px 12px var(--light1);
	transition: 0.3s;
}
#jobvacancy .jobvacancy-wrap:hover {
	box-shadow: 0 4px 14px var(--dark3);
	-moz-box-shadow: 0 4px 14px var(--dark3);
	-webkit-box-shadow: 0 4px 14px var(--dark3);
}
#jobvacancy .jobvacancy-item {
	position: relative;
	height: 360px;
	overflow: hidden;
}
#jobvacancy .jobvacancy-item figure {
	background: #000;
	overflow: hidden;
	height: 240px;
	position: relative;
	border-radius: 4px 4px 0 0;
	margin: 0;
}
#jobvacancy .jobvacancy-item figure:hover img {
	opacity: 0.4;
	transition: 0.3s;
}
#jobvacancy .jobvacancy-item figure .link-details,
#jobvacancy .jobvacancy-item figure .link-preview {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	line-height: 1;
	text-align: center;
	width: 36px;
	height: 36px;
	background: var(--light2);
	border-radius: 50%;
	transition: 0.2s linear;
}
#jobvacancy .jobvacancy-item figure .link-details i,
#jobvacancy .jobvacancy-item figure .link-preview i {
	font-size: 22px;
	color: #333;
	line-height: 0;
}
#jobvacancy .jobvacancy-item figure .link-details:hover,
#jobvacancy .jobvacancy-item figure .link-preview:hover {
	background: var(--secondary3);
}
#jobvacancy .jobvacancy-item figure .link-details:hover i,
#jobvacancy .jobvacancy-item figure .link-preview:hover i {
	color: var(--light2);
}
#jobvacancy .jobvacancy-item figure .link-preview {
	left: calc(50% - 38px);
	top: calc(50% - 18px);
}
#jobvacancy .jobvacancy-item figure .link-details {
	right: calc(50% - 38px);
	top: calc(50% - 18px);
}
#jobvacancy .jobvacancy-item figure:hover .link-preview {
	opacity: 1;
	left: calc(50% - 44px);
}
#jobvacancy .jobvacancy-item figure:hover .link-details {
	opacity: 1;
	right: calc(50% - 44px);
}
#jobvacancy .jobvacancy-item .jobvacancy-info {
	background: var(--light2);
	text-align: center;
	padding: 30px;
	height: 90px;
	border-radius: 0 0 3px 3px;
}
#jobvacancy .jobvacancy-item .jobvacancy-info h4 {
	font-size: 18px;
	line-height: 1px;
	font-weight: 700;
	margin-bottom: 18px;
	padding-bottom: 0;
}
#jobvacancy .jobvacancy-item .jobvacancy-info h4 a {
	color: #333;
}
#jobvacancy .jobvacancy-item .jobvacancy-info h4 a:hover {
	color: var(--secondary3);
}
#jobvacancy .jobvacancy-item .jobvacancy-info p {
	padding: 0;
	margin: 0;
	color: #b8b8b8;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}
.jobvacancy-details {
	padding-top: 40px;
}
.jobvacancy-details .jobvacancy-details-slider img {
	width: 100%;
}
.jobvacancy-details .jobvacancy-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.jobvacancy-details
	.jobvacancy-details-slider
	.swiper-pagination
	.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: var(--light2);
	opacity: 1;
	border: 1px solid var(--secondary3);
}
.jobvacancy-details
	.jobvacancy-details-slider
	.swiper-pagination
	.swiper-pagination-bullet-active {
	background-color: var(--secondary3);
}
.jobvacancy-details .jobvacancy-info {
	padding: 30px;
	box-shadow: 0 2px 12px var(--light1);
	-moz-box-shadow: 0 2px 12px var(--light1);
	-webkit-box-shadow: 0 2px 12px var(--light1);
}
.jobvacancy-details .jobvacancy-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.jobvacancy-details .jobvacancy-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.jobvacancy-details .jobvacancy-info ul li + li {
	margin-top: 10px;
}
.jobvacancy-details .jobvacancy-description {
	padding-top: 30px;
}
.jobvacancy-details .jobvacancy-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.jobvacancy-details .jobvacancy-description p {
	padding: 0;
}
#clients {
	padding: 60px 0;
}
#clients img {
	opacity: 0.5;
	transition: 0.3s;
}
#clients img:hover {
	opacity: 1;
}
#clients .swiper-pagination {
	margin-top: 30px;
	position: relative;
}
#clients .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: var(--light2);
	opacity: 1;
	border: 1px solid var(--secondary3);
}
#clients .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--secondary3);
}
#testimonials {
	padding: 60px 0;
}
#testimonials .section-header {
	margin-bottom: 40px;
}
#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
	overflow: hidden;
}
#testimonials .testimonial-item {
	text-align: center;
}
#testimonials .testimonial-item .testimonial-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid var(--light2);
	margin: 0 auto;
}
#testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 5px 0;
	color: #111;
}
#testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0 0 15px 0;
}
#testimonials .testimonial-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
}
#testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
}
@media (min-width: 992px) {
	#testimonials .testimonial-item p {
		width: 80%;
	}
}
#testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
#testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: var(--light2);
	opacity: 1;
	border: 1px solid var(--secondary3);
}
#testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--secondary3);
}
#team {
	background: var(--light2);
	padding: 60px 0;
}
#team .member {
	text-align: center;
	margin-bottom: 20px;
	background: #000;
	position: relative;
}
#team .member .member-info {
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.2s;
}
#team .member .member-info-content {
	margin-top: -50px;
	transition: margin 0.2s;
}
#team .member:hover .member-info {
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
	transition: 0.4s;
}
#team .member:hover .member-info-content {
	margin-top: 0;
	transition: margin 0.4s;
}
#team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
	color: var(--light2);
}
#team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
	color: var(--light2);
}
#team .member .social {
	margin-top: 15px;
}
#team .member .social a {
	transition: none;
	color: var(--light2);
}
#team .member .social a:hover {
	color: var(--secondary3);
}
#team .member .social i {
	font-size: 18px;
	margin: 0 2px;
}
#contact {
	padding: 60px 0;
}
#contact .contact-info {
	margin-bottom: 20px;
	text-align: center;
}
#contact .contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: var(--secondary3);
}
#contact .contact-info address,
#contact .contact-info p {
	margin-bottom: 0;
	color: #000;
}
#contact .contact-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
}
#contact .contact-info a {
	color: #000;
}
#contact .contact-info a:hover {
	color: var(--secondary3);
}
#contact .contact-address,
#contact .contact-email,
#contact .contact-phone {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	#contact .contact-address,
	#contact .contact-email,
	#contact .contact-phone {
		padding: 20px 0;
	}
}
@media (min-width: 768px) {
	#contact .contact-phone {
		border-left: 1px solid var(--light1);
		border-right: 1px solid var(--light1);
	}
}
#contact .php-email-form {
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 30px;
	background: var(--light2);
}
#contact .php-email-form .error-message {
	display: none;
	color: var(--light2);
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}
#contact .php-email-form .error-message br + br {
	margin-top: 25px;
}
#contact .php-email-form .sent-message {
	display: none;
	color: var(--light2);
	background: var(--secondary3);
	text-align: center;
	padding: 15px;
	font-weight: 600;
}
#contact .php-email-form .loading {
	display: none;
	background: var(--light2);
	text-align: center;
	padding: 15px;
}
#contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid var(--secondary3);
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}
#contact .php-email-form .form-group {
	margin-bottom: 20px;
}
#contact .php-email-form input,
#contact .php-email-form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}
#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
	background-color: var(--secondary3);
}
#contact .php-email-form button[type="submit"] {
	background: var(--secondary3);
	border: 0;
	padding: 10px 30px;
	color: var(--light2);
	transition: 0.4s;
	cursor: pointer;
}
#contact .php-email-form button[type="submit"]:hover {
	background: #13a456;
}
@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes animate-loading {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.gallery {
	margin: 10px;
}
.content-galery {
	background-color: #000;
}
.img-gallery {
	border-radius: 15px;
	width: 100%;
	height: auto;
	opacity: 1;
	display: block;
	transition: 0.5s ease;
}
.middle-galery {
	transition: 0.5s ease;
	opacity: 0;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.portfolio-wrap:hover .img-gallery {
	opacity: 0.4;
	transition: 0.3s;
}
.portfolio-wrap:hover .middle-galery {
	opacity: 1;
}
.text-galery {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 32px;
}
.blog {
	padding: 20px 0 20px 0;
}
.blog .entry {
	padding: 30px;
	margin-bottom: 60px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
	max-height: 440px;
	margin: -30px -30px 20px -30px;
	overflow: hidden;
}
.blog .entry .entry-post-img {
	background: var(--light2);
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid var(--light3);
	box-shadow: var(--shadowALL);
	-moz-box-shadow: var(--shadowALL);
	-webkit-box-shadow: var(--shadowALL);
}
.blog .entry .entry-post-img img {
	width: 100%;
	border-radius: 10px;
}
.blog .entry .entry-title {
	font-size: 28px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
	color: #333;
	transition: 0.3s;
}
.blog .entry .entry-title a:hover {
	color: var(--primary1);
}
.blog .entry .entry-meta {
	margin-bottom: 15px;
	color: var(--dark2);
}
.blog .entry .entry-meta ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 0;
}
.blog .entry .entry-meta ul li + li {
	padding-left: 20px;
}
.blog .entry .entry-meta i {
	font-size: 16px;
	margin-right: 8px;
	line-height: 0;
	color: var(--dark2);
}
.blog .entry .entry-meta a {
	color: #666;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
}
.blog .entry .entry-content {
	overflow: auto;
}
.blog .entry .entry-content p {
	line-height: 24px;
}
.blog .entry .entry-content img {
	width: 100%;
}
.blog .entry .entry-content .read-more {
	-moz-text-align-last: right;
	text-align-last: right;
}
.blog .entry .entry-content .read-more a {
	display: inline-block;
	background: var(--light2);
	color: #333;
	padding: 6px 30px 8px 30px;
	transition: 0.3s;
	font-size: 14px;
	border-radius: 50px;
	border: 2px solid var(--secondary3);
}
.blog .entry .entry-content .read-more a:hover {
	background: var(--secondary3);
	color: var(--light2);
}
.blog .entry .entry-content h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: 700;
}
.blog .entry .entry-content blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 60px;
	position: relative;
	text-align: center;
	margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
	color: #666;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: var(--secondary1);
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog .entry .entry-footer {
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
	color: var(--secondary3);
	display: inline;
}
.blog .entry .entry-footer a {
	color: #666;
	transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
	color: var(--secondary3);
}
.blog .entry .entry-footer .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}
.blog .entry .entry-footer .cats li {
	display: inline-block;
}
.blog .entry .entry-footer .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 14px;
}
.blog .entry .entry-footer .tags li {
	display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
	padding-right: 6px;
	color: #6c757d;
	content: ",";
}
.blog .entry .entry-footer .share {
	font-size: 16px;
}
.blog .entry .entry-footer .share i {
	padding-left: 5px;
}
.blog .entry-single {
	margin-bottom: 30px;
	border-radius: 15px;
}
.blog .blog-author {
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
	width: 120px;
	margin-right: 20px;
}
.blog .blog-author h4 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0;
	padding: 0;
	color: #333;
}
.blog .blog-author .social-links {
	margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
	color: rgba(51, 51, 51, 0.4);
	margin-right: 5px;
	transition: 0.3s;
}
.blog .blog-author .social-links a:hover {
	color: var(--secondary3);
}
.blog .blog-author p {
	font-style: italic;
	color: #666;
}
.blog .blog-comments {
	margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
	font-weight: 700;
}
.blog .blog-comments .comment {
	margin-top: 30px;
	position: relative;
}
.blog .blog-comments .comment .comment-img {
	margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
	width: 60px;
}
.blog .blog-comments .comment h5 {
	font-size: 16px;
	margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
	font-weight: 700;
	color: #666;
	transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
	color: #333;
}
.blog .blog-comments .comment h5 .reply {
	padding-left: 10px;
	color: var(--secondary3);
}
.blog .blog-comments .comment h5 .reply i {
	font-size: 20px;
}
.blog .blog-comments .comment time {
	display: block;
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
	padding-left: 40px;
}
.blog .blog-comments .reply-form {
	margin-top: 30px;
	padding: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
	font-weight: 700;
	font-size: 22px;
}
.blog .blog-comments .reply-form p {
	font-size: 14px;
}
.blog .blog-comments .reply-form input {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
	box-shadow: none;
	border-color: #666;
}
.blog .blog-comments .reply-form textarea {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
	box-shadow: none;
	border-color: #666;
}
.blog .blog-comments .reply-form .form-group {
	margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
	border-radius: 50px;
	padding: 10px 30px;
	border: 0;
	background-color: var(--secondary3);
}
.blog .blog-comments .reply-form .btn-primary:hover {
	background-color: #1ee57a;
}
.blog .blog-pagination {
	color: var(--primary3);
}
.blog .blog-pagination ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.blog .blog-pagination li {
	margin: 0 5px;
	transition: 0.3s;
}
.blog .blog-pagination li a {
	color: var(--primary3);
	padding: 6px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-weight: 700;
}
.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
	background: var(--primary3);
	border-radius: 50px;
}
.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
	color: var(--light2);
}
.blog .sidebar {
	padding: 30px;
	margin: 0 0 60px 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
@media (max-width: 991px) {
	.blog .sidebar {
		margin: 0 0 20px 0;
	}
}
.blog .sidebar .sidebar-title {
	font-size: 20px;
	font-weight: 700;
	padding: 7px;
	margin: 0 0 20px 0;
	background: var(--grsec2);
	color: var(--light2);
	position: relative;
	border-radius: 10px;
	text-align: center;
}
.blog .sidebar .sidebar-item {
	margin-bottom: 30px;
}
.blog .sidebar .search-form form {
	background: var(--light2);
	border: 1px solid var(--light1);
	padding: 3px 10px;
	position: relative;
	border-radius: 50px;
}
.blog .sidebar .search-form form input {
	border: 0;
	padding: 4px;
	border-radius: 4px;
	width: calc(100% - 70px);
	box-shadow: none;
}
.blog .sidebar .search-form form input:focus {
	box-shadow: none;
}
.blog .sidebar .search-form form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: 0 0;
	font-size: 16px;
	padding: 0 30px;
	margin: -1px;
	background: var(--primary3);
	color: var(--light2);
	transition: 0.3s;
	line-height: 0;
	border-radius: 50px;
}
.blog .sidebar .search-form form button i {
	line-height: 0;
}
.blog .sidebar .search-form form button:hover {
	background: #13a456;
}
.blog .sidebar .categories ul {
	list-style: none;
	padding: 0;
}
.blog .sidebar .categories ul li + li {
	padding-top: 10px;
}
.blog .sidebar .categories ul a {
	color: #333;
	transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
	color: var(--primary3);
}
.blog .sidebar .categories ul a span {
	padding-left: 5px;
	color: #b3b3b3;
	font-size: 14px;
}
.blog .sidebar .recent-posts {
	color: var(--dark1);
}
.blog .sidebar .recent-posts .post-item {
	border-bottom: 1px dashed var(--light3);
	padding: 10px 0;
}
.blog .sidebar .recent-posts .post-item .number {
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}
.blog .sidebar .recent-posts .post-item .post-status {
	font-size: 12px;
	padding: 5px;
	border-radius: 10px;
	margin-left: 3px;
	background: var(--primary1);
	color: var(--light2);
}
.blog .sidebar .recent-posts h4 {
	font-size: 15px;
	font-weight: 700;
	color: var(--dark1);
	line-height: 20px;
	margin: 0px;
}
.blog .sidebar .recent-posts h4 a {
	color: var(--dark2);
	transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
	color: var(--primary2);
}
.blog .sidebar .recent-posts time {
	display: block;
	margin-left: 95px;
	font-style: italic;
	font-size: 14px;
	color: var(--primary3);
}
.blog .sidebar .tags {
	margin-bottom: -10px;
}
.blog .sidebar .tags ul {
	list-style: none;
	padding: 0;
}
.blog .sidebar .tags ul li {
	display: inline-block;
}
.blog .sidebar .tags ul a {
	color: var(--primary1);
	font-size: 14px;
	padding: 6px 20px;
	margin: 0 6px 8px 0;
	border: 1px solid var(--primary1);
	display: inline-block;
	border-radius: 50px;
	transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
	color: var(--light2);
	background: var(--primary1);
}
.blog .sidebar .tags ul a span {
	padding-left: 5px;
	color: var(--light2);
	font-size: 14px;
}
.faq-collapse {
	background: var(--light2);
	border-radius: 15px 15px 15px 15px !important;
	box-shadow: 0 2px 12px var(--light1);
	-moz-box-shadow: 0 2px 12px var(--light1);
	-webkit-box-shadow: 0 2px 12px var(--light1);
	margin-bottom: 20px;
	overflow: hidden;
}
.ppdb-container {
	background: var(--light2);
	border-radius: 15px 15px 15px 15px !important;
	box-shadow: 0 2px 12px var(--light1);
	-moz-box-shadow: 0 2px 12px var(--light1);
	-webkit-box-shadow: 0 2px 12px var(--light1);
	margin-bottom: 20px;
	height: calc(100% - 20px);
}
.ppdb-container .ppdb-title {
	text-align: center;
	color: var(--primary1);
	padding: 20px;
}
.ppdb-container .ppdb-title h3 {
	font-weight: 700;
}
.ppdb-container .ppdb-ikon {
	text-align: center;
}
.ppdb-container .ppdb-ikon span {
	border-radius: 100%;
	padding: 30px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 40%);
	background: var(--primary1);
}
.ppdb-container .ppdb-ikon i {
	font-size: 50px;
}
.ppdb-subtitle {
	text-align: center;
	margin: 40px;
	font-size: 14px;
}
.ppdb-button {
	text-align: center;
}
.ppdb-button span {
	color: var(--primary1);
	background: var(--secondary1);
	cursor: pointer;
	border-radius: 20px;
	font-size: 16px;
	padding: 10px 20px;
	margin-bottom: 40px;
}
.ppdb-button span:hover {
	color: var(--secondary1);
	background: var(--primary1);
	transform: translateY(5px);
	transition: all 0.4s;
}
.informasi-container {
	background: #ffe8e8;
	border-radius: 15px 15px 15px 15px !important;
	box-shadow: 0 2px 12px rgb(0 0 0 / 8%);
	margin-bottom: 20px;
	text-align: center;
}
.informasi-container .informasi-button span {
	background: #f99;
	border-radius: 100%;
	padding: 30px;
	margin: 20px;
}
.informasi-container .informasi-button span i {
	font-size: 30px;
}
.informasi-text {
	margin: 50px;
}
.prosedur-container {
	text-align: left;
	margin-bottom: 50px;
	margin-top: 50px;
	background-color: #e8ffff;
	border-radius: 15px 15px 15px 15px !important;
}
.text-prosedur {
	margin: 30px;
}
.prosedur2-button {
	text-align: center;
}
.prosedur-button span,
.prosedur2-button span {
	background: var(--primary1);
	cursor: pointer;
	border-radius: 20px;
	font-size: 16px;
	padding: 10px 20px;
	color: var(--primary1);
}
.prosedur-button span:hover,
.prosedur2-button span:hover {
	background-color: var(--primary3);
	transform: translateY(5px);
	transition: all 0.4s;
	color: var(--light2);
}
.leaving-container {
	text-align: left;
	margin-bottom: 50px;
	margin-top: 50px;
	background-color: var(--light2);
	border-radius: 15px 15px 15px 15px !important;
	border-style: ridge;
}
.title-form {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.form-component {
	margin: 30px;
}
.form-permit {
	margin-top: 35px;
}
.form-component .form-permit .form-group {
	margin-bottom: 20px;
}
.permitform-button {
	text-align: center;
}
.permitform-button span {
	background: var(--secondary3);
	cursor: pointer;
	border-radius: 20px;
	font-size: 16px;
	padding: 15px 80px;
	margin-bottom: 40px;
}
.permitform-button span:hover {
	background-color: var(--primary1);
	transform: translateY(5px);
	transition: all 0.4s;
}
.text-prosedur .isi-prosedur {
	margin-bottom: 40px;
}
.respon-button {
	text-align: center;
}
.prosedur-container .respon-button span {
	background: var(--primary3);
	border-radius: 100%;
	padding: 30px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 40%);
	margin: 20px;
}
.prosedur-container .respon-button span i {
	font-size: 30px;
}
.respon-text {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.contact-us {
	background: var(--primary1);
	border-radius: 15px 15px 15px 15px !important;
	border-color: var(--secondary2);
	box-shadow: 0 2px 12px var(--light1);
	-moz-box-shadow: 0 2px 12px var(--light1);
	-webkit-box-shadow: 0 2px 12px var(--light1);
	margin-top: 80px;
	padding: 30px 30px;
	color: var(--light2);
}
.contact-us a {
	color: var(--light2);
}
.contact-us a:hover {
	color: var(--secondary2);
}
.contact-us .table tr {
	color: var(--light2);
	border-color: var(--primary2);
}
.contact-us table .table-logo td a i {
	font-size: 15px;
}
.text-admission {
	text-align: center;
	margin: 30px;
}
#footer {
	background: #000;
	padding: 0 0 30px 0;
	color: #eee;
	font-size: 14px;
}
#footer .footer-top {
	background: #00b347;
	padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
	margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
	font-size: 34px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 10px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 3px;
	border-left: 4px solid var(--secondary3);
}
#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	color: #eee;
}
#footer .footer-top .social-links a {
	display: inline-block;
	background: var(--primary1);
	color: #eee;
	line-height: 1;
	margin-right: 4px;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#footer .footer-top .social-links a i {
	line-height: 0;
	font-size: 16px;
}
#footer .footer-top .social-links a:hover {
	background: #063f71;
	color: var(--light2);
}
#footer .footer-top .links-add a {
	border-radius: 10px;
	width: auto;
	padding: 0px 30px;
	font-weight: 700;
}
#footer .footer-top .social-links .tiktok {
	position: relative;
	top: 5px;
}
#footer .footer-top .links-add i {
	padding-right: 5px;
}
#footer .footer-top h4 {
	font-size: 14px;
	font-weight: 700;
	color: var(--light2);
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}
#footer .footer-top h4::after,
#footer .footer-top h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
}
#footer .footer-top h4::before {
	right: 0;
	background: var(--primary1);
}
#footer .footer-top h4::after {
	background: var(--secondary2);
	width: 100px;
}
#footer .footer-top .footer-links {
	margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 8px;
	color: var(--light1);
}
#footer .footer-top .footer-links ul li {
	border-bottom: 1px solid var(--primary1);
	padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: var(--light1);
}
#footer .footer-top .footer-links ul a:hover {
	color: var(--secondary1);
}
#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}
#footer .footer-top .footer-contact a {
	color: var(--light2);
}
#footer .footer-top .footer-contact p {
	line-height: 26px;
}
#footer .footer-top .footer-newsletter {
	margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
	border: 0;
	padding: 6px 8px;
	width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
	background: var(--secondary3);
	border: 0;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: var(--light2);
	transition: 0.3s;
	cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
	background: #13a456;
}
.footer-newsletter .btn-form-reg {
	border: none;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 10px;
	font-weight: 700;
	color: var(--primary1);
	background: var(--secondary1);
}
.footer-newsletter .btn-form-reg:hover {
	background: var(--primary1);
	color: var(--secondary1);
	transform: translateY(5px);
	transition: all 0.4s;
}
#footer .copyright {
	text-align: center;
	margin-top: 25px;
}
#footer .credits {
	text-align: center;
	font-size: 13px;
	color: var(--light1);
}

@media (min-width: 576px) {
	.news-latest .img-news-cover {
		height: 110px;
	}
	.news-latest .title-news {
		font-size: 0.8rem;
	}
}
@media (min-width: 768px) {
	.news-latest .img-news-cover {
		height: 100px;
	}
	.news-latest .title-news {
		font-size: 0.85rem;
	}
}
@media (min-width: 992px) {
	.news-latest .img-news-cover {
		height: 130px;
	}
	.news-latest .title-news {
		font-size: 0.9rem;
	}
}
@media (min-width: 1200px) {
	.news-latest .img-news-cover {
		height: 150px;
	}
	.news-latest .title-news {
		font-size: 1rem;
	}
}
@media (min-width: 1400px) {
	.news-latest .img-news-cover {
		height: 160px;
	}
	.news-latest .title-news {
		font-size: 1.1rem;
	}
}
