@font-face {
	font-family: fontaws;
	src: url('../fonts/fontawesome-webfont.woff')
}

body {
	font-family: 'Poppins', sans-serif !important;
	position: relative;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body.active {
	overflow-y: hidden;
}

/* Prelader */
/* .preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	transition: 1.4s;
}

.preloader:before,
.preloader:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e9e8e8;
	opacity: 1;
}

.preloader.complete {
	opacity: 0;
	z-index: -1;
}

.preloader img {
	position: absolute;
	top: 35%;
	left: 45%;
	z-index: 9999999;
} */

/* end preloader */

/* navbar */
.navbar {
	background-color: #ECECEC;
}

.icon {
	display: flex;
	align-items: center;
}

.icon .icon-nav {
	display: none;
}

.nav-svg {
	cursor: pointer;
	margin-right: 15px;
}

.nav-svg path {
	transition: .3s;
}

.nav-svg:nth-child(1):hover>path {
	fill: #FD9904;
}

a.active .nav-svg>#Icon_feather-home path#Path_3,
a.active .nav-svg>#Icon_feather-home #Path_2 {
	stroke: #FD9904;
}

a.active .nav-svg:hover>#Icon_feather-home path#Path_3,
a.active .nav-svg:hover>#Icon_feather-home #Path_2 {
	stroke: #FD9904;
}

a .nav-svg>#Icon_feather-home path#Path_3,
a .nav-svg>#Icon_feather-home #Path_2 {
	stroke: #5A5858;
}

a .nav-svg:hover>#Icon_feather-home path#Path_2,
a .nav-svg:hover>#Icon_feather-home #Path_3 {
	stroke: rgba(90, 88, 88, 0.50);
}

.fa-search {
	font-size: 21px;
	cursor: pointer;
	transition: .3s;
	color: #5A5858;
	margin-right: 15px;
}

.fa-search:hover {
	color: #FD9904;
}

.line {
	display: block;
	background-color: #5A5858;
	height: 22px;
	width: 2px;
	margin-right: 15px;
}

.navbar-social-icon {
	width: 32px;
	height: 32px;
	font-size: 16px;
	border: 1px solid #5A5858;
	color: #5A5858;
	margin-right: 5px;
	border-radius: 50%;
	text-align: left;
	display: block;
	position: relative;
	overflow: hidden;
	transition: background .5s;
	position: relative;
}

.navbar-social-icon:hover {
	color: white;
}

.btn-twitter:hover {
	background-color: #1DA1F2;
}

.btn-facebook:hover {
	background-color: #4862A3;
}


.btn-instagram:before {
	border-radius: inherit;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	transition: opacity .5s;
}

.btn-instagram:hover::before {
	opacity: 1;
}

.btn-youtube:hover {
	background-color: #FF0000;
}

.navbar-social-icon>i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	display: block;
}

.navbar .icon .a-links {
	width: 400px;
	margin-right: 15px;
}

.navbar .icon .a-links ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 75%;
}

.navbar .icon .a-links ul li a {
	color: #5A5858;
	transition: .3s;
}

.navbar .icon .a-links ul li a.active {
	color: #FD9904;
}

.navbar .icon .a-links ul li a.active:hover {
	color: #FD9904;
}

.navbar .icon .a-links ul li a:hover {
	color: rgba(90, 88, 88, 0.50);
	text-decoration: none;
}

/* Side bar */
.side-bar {
	position: fixed;
	background-color: #ECECEC;
	width: 100%;
	top: 87px;
	z-index: 1031;
	bottom: 0;
	left: 0;
	overflow: auto;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	transition: .3s;
}

.side-bar.active {
	display: flex;
}

.row-list-bar {
	margin-top: 85px;
}

.list-side-bar {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.list-side-bar li,
.site-menu li {
	opacity: 0;
}

@keyframes navLinkFade {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.row-list-bar .list-side-bar li:not(:nth-child(1)) {
	margin-top: 30px;
}

.list-side-bar li a {
	color: #5A5858;
	font-family: 'Poppins';
	font-size: 36px;
	transition: color ease 0.4s;
}

.list-side-bar li a:hover,
ul.site-menu li:nth-child(n+2) a:hover {
	color: rgba(90, 88, 88, 0.50);
	text-decoration: none;
}

.list-side-bar li a:hover:nth-child(3) {
	opacity: 0;
}

ul.site-menu:nth-child(n+2) {
	margin-top: 60px;
	transition: color ease 0.4s;
	;
}

ul.site-menu li:nth-child(1) {
	font-size: .75rem;
	color: #aaaaab;
	letter-spacing: 0.375em;
	font-weight: 800;
	text-transform: uppercase;
}

ul.site-menu li:nth-child(n+2) {
	margin-top: 30px;
	font-size: 1.125rem;
	color: #5A5858;
}

ul.site-menu li:nth-child(n+2) a {
	color: #5A5858;
	transition: .3s;
}

ul.site-menu li a.active {
	color: #FD9904;
	transition: .3s;
}



/* Jumbotron */
.slider-jumbotron {
	position: relative !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 19px;
	background-color: white;
	margin-bottom: 0;
	padding-bottom: 0;
}

.slider-jumbotron ul.slick-dots button::before {
	font-size: 14px;
	color: #777;
}

.slider-jumbotron ul.slick-dots li.slick-active button::before,
.event ul.slick-dots li.slick-active button::before {
	color: #fd9904;
}

.slider-jumbotron ul.slick-dots li button:hover::before,
.event ul.slick-dots li button:hover::before {
	color: #fd9904;
}

.j-1,
.j-2 {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	height: 80vh;
	background: url('../img/1.jpg');
	background-size: cover;
	z-index: 10;
	margin-bottom: 0;
	overflow: hidden;
	/* filter: grayscale(.5) contrast(.95) brightness(.9); */
}

.slide-video {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	height: 80vh;
	/* width: 100%; */
	z-index: 10;
	margin-bottom: 0;
	overflow: hidden;
}

.docVideo {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.j-2 {
	background: url('../img/2.jpg');
	background-size: cover;

}

.jumbotron .text-jumbotron {
	position: absolute;
	z-index: 999;
	color: white;
	top: 50%;
	width: 100%;
	left: -23% !important;
	font-family: 'Merriweather', serif;
	transform: translate(20%, -50%);
	font-size: 44px;
}

/* 
.j-1::after,
.j-2::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
} */

span.overlay {
	opacity: 0;
	transition: opacity 0.5s ease-in;
}

#particles-js,
#particles-js2 {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 99;
	opacity: 0.3;
}

/* services */
.services {
	margin-top: -29px;
}

.hc .svg {
	max-height: 270px;
}

.services .container .wrapper-title h2::after {
	content: '';
	background-color: black;
	height: 3px;
	width: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.services .container .wrapper-title h2::before {
	content: '';
	background-color: black;
	height: 146px;
	width: 3px;
	position: absolute;
	left: -14%;
	top: -47px;
	/* animation: var(--animation, shortToTall); */
	/* animation: 2s ease-in shortToTall; */
}

@keyframes shortToTall {
	0% {
		height: 10px;
	}

	100% {
		height: 146px;
	}
}

.services .container .wrapper-title h2 {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: black;
}

.services .container .wrapper-title {
	padding-bottom: 100px;
}

.services h4.title-services,
.event h4.title-event,
.title {
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Poppins';
	font-size: 30px;
	font-weight: 400;
	position: relative;
}


.services h4.title-services::after,
.event h4.title-event::after,
.title::after {
	content: '';
	display: block;
	background-color: #4CB8C4;
	width: 10%;
	position: absolute;
	left: 50%;
	top: calc(100% + 15px);
	transform: translate(-50%, calc(-100% + -9px));
	height: 4px;
	border-radius: 4px;
}

.services p.subtitle-services,
.event .subtitle-event,
.subtitle {
	/* font-size: 14px;
	text-align: center;
	color: #adadad;
	margin-bottom: 3%;
	font-weight: 400; */
	text-align: center;
	color: #adadad;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}


.services p.subtitle-services span {
	font-size: 14px;
	font-weight: bold;
	/* color: #121111; */
}

.services .spinner-content {
	background-color: white;
	position: relative;
}

.spinner-content .ilustration-caption {
	color: #777;
	padding: 0 12%;
	margin: 25px 0;
}

.spinner-btn-container {
	background: #4CB8C4;
	position: relative;
}

.spinner-btn-container .spinner-btn div button {
	background-color: transparent;
	border: 0;
	opacity: .3;
	color: #ECEFF1;
	font-size: 23px;
	position: relative;
}

.spinner-btn-container .spinner-btn div.slick-center button {
	opacity: 1 !important;
	/* font-size: 18px; */
}

.spinner-btn-container .spinner-btn div button:focus {
	outline: 0;
}

.spinner-btn-container .spinner-anchor {
	position: absolute;
	color: white;
	right: 77%;
	font-size: 23px;
}

.spinner-content .inner-content {
	padding: 0 !important;
}


.spinner-btn-container .slick-prev,
.spinner-btn-container .slick-next {
	left: 50% !important;
	transform: translate(-50%, 0) rotate(90deg) !important;
}

.spinner-btn-container .slick-next::before,
.spinner-btn-container .slick-prev::before {
	font-size: 30px !important;
	color: #ECEFF1;
}

.spinner-btn-container .slick-next {
	top: unset !important;
	bottom: 60px !important;
}

.spinner-btn-container .slick-prev {
	top: 60px !important;
}

.services .cta-spinner {
	border-radius: 50px;
	border: 2px solid #ccc;
	color: #777;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	padding: 8px 16px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all .3s;
	position: relative;
}

.services .fa-arrow-right {
	padding-left: 6px;
}

#nav-pills .nav-pills .nav-link.active {
	background-color: #121111;
}

.services .cta-spinner:hover {
	border: 2px solid #FD9904;
	color: #FD9904;
	background-color: white;
	text-decoration: none;
}


.services .cta-spinner:focus {
	outline: none;
}

.spinner-content .inner-content .slick-prev,
.spinner-content .inner-content .slick-next {
	top: 110% !important;
}

.spinner-content .inner-content .slick-prev::before,
.spinner-content .inner-content .slick-next::before {
	top: 110% !important;
	color: #4CB8C4 !important;
	font-size: 30px !important;
}

.spinner-content .inner-content .slick-prev {
	left: 40%;
}

.spinner-content .inner-content .slick-next {
	right: 42%;
}

/* event */
.event .wrapper-event .card,
.other-events .card,
.events .card {
	border: 0;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
	transition: .3s;
	border-radius: 10px;
	pointer-events: none;
}

.event .card .card-img-top,
.other-events .card-img-top,
.events .card-img-top {
	min-height: 200px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.event .slick-dots li button:before {
	font-size: 16px;
	line-height: 0;
}

.event .slick-slide {
	min-height: 600px !important;
	opacity: .4;
	transition: .3s ease-out;
	cursor: pointer;
}

.event .slick-slide.slick-current.slick-active.slick-center {
	opacity: 1;
	cursor: auto;
}

.event .slick-slide.slick-current.slick-active.slick-center .wrapper-event .card:hover,
.other-events .card:hover,
.events .card:hover {
	box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2) !important;
}

.event .wrapper-event .card .card-body,
.events .wrapper-event .card .card-body,
.other-events .card .card-body {
	position: relative;
	min-height: 334px;
	padding: 0 7px;
}

.event .wrapper-event .card .card-body .card-title,
.other-events .card .card-body .card-title,
.events .card .card-body .card-title {
	font-weight: 500;
	transition: .3s;
	font-size: 18px;
	padding-top: 12px;
	margin-bottom: 5px;
}

.event h5.card-title.active,
.events h5.card-title.active,
.other-events h5.card-title.active {
	color: #FD9955;
}

.event .wrapper-event .card .card-body .card-text,
.other-events .card .card-body .card-text,
.events .card .card-body .card-text {
	color: #707070;
	margin-top: 8px;
}

.event .wrapper-event .cta-read,
.other-events .cta-read,
.events .cta-read {
	color: white;
	position: absolute;
	top: 93.3%;
	left: 50%;
	transform: translateX(-50%);
	transition: .3s;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 100%;
	font-size: 14px;
	background-color: #707070;
	pointer-events: none;
	height: 34px;
}

.event .slick-slide.slick-current.slick-active .wrapper-event .cta-read,
.events .wrapper-event .cta-read,
.other-events .wrapper-event .cta-read {
	pointer-events: auto;
}

.event .slick-slide.slick-current.slick-active .wrapper-event .cta-read:hover,
.events .wrapper-event .cta-read:hover,
.other-events .wrapper-event .cta-read:hover {
	background-color: #FD9904;
	color: #FFFFFF;
}

/* .event .slick-slide.slick-current.slick-active.slick-center .wrapper-event .cta-read:hover {
	color: white;
} */

.event .wrapper-event .cta-read i,
.other-events .cta-read i,
.events .cta-read i {
	transform: translateX(4px);
	transition: transform .3s;
}

.event .slick-slide.slick-current.slick-active.slick-center .wrapper-event .cta-read:hover i,
.other-events .wrapper-event .cta-read:hover i,
.events .wrapper-event .cta-read:hover i {
	transform: translateX(8px);
}

.slick-slide:focus {
	outline: 0;
}

span.span-img {
	position: absolute;
	height: 30px;
	width: 30px;
	display: block;
	right: 0;
	background-color: #f99807;
	border-bottom-left-radius: 100px;
	opacity: 0;
	border-top-right-radius: 17px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 5px;
	transition: .3s;

}

span.span-img.active {
	opacity: 1;
	height: 50px;
	width: 50px;
}

h4.title-events {
	font-size: 2.25rem;
	font-weight: 600;
	color: #232427;
	margin-bottom: 30px;
}

/* Afiliasi */
.img-afiliasi {
	width: 150px;
	opacity: .5;
	transition: .3s ease;
}

.img-afiliasi:hover {
	opacity: 1;
}


.av .slick-slide div {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.av .wrap-vid {
	position: relative;
	cursor: pointer;
	filter: brightness(80%);
	transition: .3s;
}

.av .wrap-vid::after {
	content: '\f04b';
	font-family: fontaws;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	color: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: #4CB8C4;
	color: #FFF;
	font-size: 40px;
	margin-top: -30px;
	margin-left: -30px;
	pointer-events: none;
	opacity: 0.7;
	z-index: 2;
	transition: opacity 0.3s, box-shadow 0.3s;
	/* font-family: fontaws;
	content: "\f04b"; */
}

.av .wrap-vid:hover {
	/* filter: brightness(100%); */
	opacity: 1;
}

.av .wrap-vid:hover::after {
	opacity: 1;
}

/* Client */
.img-clients {
	width: 105px;
	height: 105px;
}

/* Page Services */
.svg {
	width: 100%;
	height: 70%;
	min-height: 270px;
	max-height: 400px;
}

.j-services {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	height: 80vh;
	background-color: #121111;
	margin-bottom: 0;
	margin-top: 64px;
	padding-bottom: 0;
	filter: grayscale(.5) contrast(.95) brightness(.9);
}

.j-services .title {
	color: white;
	font-family: 'Merriweather', serif;
	font-size: 44px;
}

.j-services .wrapper-services {
	width: 100%;
}

.j-services .nav-pills {
	width: 100%;
}

.j-services .nav-pills .nav-item {
	width: 16%;
}

#nav-pills .nav-pills .nav-item .nav-link {
	/* width: 177px; */
	width: 100%;
	text-align: center;
	padding: 0 0 21px !important;
	height: auto;
	overflow: auto;
	position: relative;
}

#nav-pills .nav-pills .nav-item .nav-link.active::after {
	border-bottom: 20px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	bottom: 0;
	content: '';
	display: block;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	width: 0;
}

#nav-pills .nav-pills .nav-item .nav-link div.logo {
	width: 69px;
	height: 69px;
	border: 2px solid rgba(204, 204, 204, 0.6);
	border-radius: 50% !important;
	margin-bottom: 10px;
	color: #ededed;
	transition: .3s;
}

#nav-pills .nav-pills .nav-item .nav-link.active div.logo {
	color: #121111;
	background-color: white;
	/* background-color: black; */
	border: 2px solid rgba(204, 204, 204, 0.6);
}

.nav-pills .nav-item .nav-link span.caption {
	color: #ededed;
	text-transform: capitalize;
	font-size: 14px;
}

.nav-pills .nav-item .nav-link.active {
	background-color: transparent;
}


.tab-content .human-capital .title-human-capital,
.title-seed-production,
.title-argonomy,
.about h5.title-profile {
	font-size: 2em;
	text-align: center;
	font-family: 'Merriweather';
	margin-bottom: 0;
}

.text-content-pills {
	color: #777;
}

.subtitle,
.about h5.title-profile {
	text-align: left;
}

.text-content-pills h4 {
	color: #121111;
	font-size: 1.5em;
	font-weight: 700;
	/* margin-bottom: 0; */
}

/* footer */
footer.footer {
	margin-top: 100px;
	padding: 5px;
	background-color: #00038b;
	color: #121111;
}

.footer .row-copyright-contact {
	padding-bottom: 30px;
}

.footer .wrapper-footer-contact {
	display: flex;
	float: right;
	width: 45%;
	justify-content: space-between;
}

.footer .row p.footer-title {
	color: #ffebeb;
	font-size: 15px;
	font-family: 'Poppins';
	font-weight: bold;
	margin-bottom: 10px;
}

.footer a.footer-links {
	color: #e0dddd;
	font-size: 15px;
	font-family: 'Poppins';
	margin-bottom: 10px;
	/* transition: .3s; */
}

.footer .row a.footer-links:hover {
	color: rgba(161, 157, 157, 0.75);
	text-decoration: none;
}

.footer .row .footer-address {
	color: #e0dddd;
	font-size: 15px;
	font-family: 'Poppins';

}

.footer .row-copyright-contact .footer-contact {
	color: #e0dddd;
	font-size: 15px;
	font-family: 'Poppins';
	transition: .3s;
}

.footer .row-copyright-contact .footer-contact:hover {
	text-decoration: none;
	color: rgba(161, 157, 157, 0.75);
}

.footer .get-direction {
	display: inline-block;
	position: relative;
	background: none;
	cursor: pointer;
	border-top: none;
	border-bottom: 2px solid #fff;
	border-left: none;
	border-right: none;
	z-index: 1;
	font-family: "Manrope", "Arial", sans-serif;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	color: #e0dddd;
	letter-spacing: 0.375em;
	min-width: 280px;
	padding: 24px 14px;
	transition: color ease 0.9s;
}

.footer .get-direction::before {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.05);
	transition: height ease 0.4s;
}


.footer .get-direction::after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #fff;
	transition: height ease 0.6s;
}

.footer .get-direction:hover {
	text-decoration: none;
	color: #0105C0;
}

.footer .get-direction:hover::before,
.footer .get-direction:hover::after {
	height: 100%;
}

.footer .address p:nth-child(1) {
	padding-bottom: 1px;
	margin-bottom: 1px;
}

.copyright {
	font-size: 14px;
	color: #e0dddd;
	margin-bottom: 0;
	font-weight: 500;
}

/* events page */
.j-events {
	height: 80vh;
	background-color: white;
	margin-bottom: 0;
	padding-bottom: 0;
}

.j-events .container {
	height: 70%;
	color: #fff;
}

.j-events .container .title-news {
	font-size: 7.5rem;
	font-weight: 800;
	letter-spacing: 0.375rem;
	margin-bottom: 15px;
	color: rgba(0, 0, 0, 0.1);
}

.j-events .container .title-news.c {
	font-size: 7.5rem;
	font-weight: 800;
	letter-spacing: 0.375rem;
	margin-bottom: 15px;
	color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 668px) {
	.j-events .container .title-news.c {
		font-size: 3.5rem;
		font-weight: 800;
		letter-spacing: 0.375rem;
		margin-bottom: 15px;
		color: rgba(0, 0, 0, 0.1);
	}
}

.j-events .container .category-news,
.events .row a.load-more {
	display: inline-block;
	position: relative;
	background: none;
	cursor: pointer;
	border-top: none;
	border-bottom: 2px solid #4cb8c4;
	border-left: none;
	border-right: none;
	z-index: 1;
	font-family: "Manrope", "Arial", sans-serif;
	font-weight: 800;
	text-align: center;
	color: #232427;
	padding: 30px 24px;
	text-transform: uppercase;
	letter-spacing: 0.375em;
	font-size: .75rem;
	min-width: 280px;
	transition: .3s;
}

.j-events .container .category-news::before,
.events .row a.load-more::before {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.05);
	transition: height ease 0.4s;
}


.j-events .container .category-news::after,
.events .row a.load-more::after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #4cb8c4;
	transition: height ease 0.6s;
}


.j-events .container .category-news .txt-highlight {
	color: #4cb8c4;
	transition: .3s;
}

.j-events .container .category-news:hover,
.events .row a.load-more:hover,
.j-events .container .category-news:hover>.txt-highlight {
	color: white;
	text-decoration: none;
}

.j-events .container .category-news:hover::before,
.j-events .container .category-news:hover::after,
.events .row a.load-more:hover::before,
.events .row a.load-more:hover::after {
	height: 100%;
}

.categories {
	width: 80%;
	max-width: 280px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 1032;
	text-align: center;
	padding: 40px 60px 60px;
	display: none;
}

.categories.active {
	display: block;
}

.categories .title-categories {
	font-size: .875rem;
	color: #4cb8c4;
	letter-spacing: 0.375em;
	font-weight: 800;
	text-transform: uppercase;
}

.categories .categories-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

.categories .categories-item:nth-child(n+2) {
	margin-top: 40px;
}

.categories .categories-list .categories-item a {
	color: rgba(0, 0, 0, .2);
	letter-spacing: 0.375em;
	transition: .3s;
	text-transform: uppercase;
	font-weight: 800;
	text-decoration: none;
}

.categories .categories-list .categories-item a.active {
	color: #FD9904;
}

.categories .categories-list .categories-item a:hover {
	color: #FD9904;
}

.events a.load-more.hide {
	display: none;
}

.events .col-12 {
	transition: 1s;
}

.events .col-12.hide {
	transform: scale(0);
	-webkit-transform: scale(0);
}


.events .col-12.show {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: center;
	transform-origin: center;
	transition: all .35s ease-in-out;
}

/* event page */
.j-event {
	height: 80vh;
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: #121212;
}

.other-events .card .card-body .info,
.events span.info,
.event span.info {
	color: #333;
	font-size: 14px;
	transition: .3s;
}

.event span.info.active,
.events span.info.active,
.other-events span.info.active {
	color: #fd9955 !important;
}

.other-events .wrapper-event {
	/* max-height: 536px; */
}

/* content */
section.content {
	margin-top: 120px;
}

section.content .sticky-top {
	top: 100px;
}

.content .content-date {
	margin-bottom: 0;
	color: #7e7f80;
	margin-top: 30px;
	font-size: 1.125rem;
}

.content .content-date .txt-highlight {
	color: #FD9904;
}


.content a.content-category {
	color: #FD9904;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.375em;
	font-size: .75rem;
}

.content a.content-category:hover {
	text-decoration: none;
}

.content .social-share {
	margin-top: 30px;
	width: auto;
	height: auto;
	display: flex;
}

.content .social-share .share-btn-twitter {
	color: white;
	text-decoration: none;
	width: auto;
	cursor: pointer;
	font-weight: 400;
	padding: 15px 25px 15px 20px;
	background-color: #14b8db;
	transition: .3s;
	border-radius: 30px;
}

.content .social-share .share-btn-twitter:hover {
	background-color: #11b7d8;
}

.content .social-share .share-btn-facebook {
	color: white;
	text-decoration: none;
	width: auto;
	cursor: pointer;
	font-weight: 400;
	border-radius: 30px;
	padding: 15px 25px 15px 20px;
	background-color: #2d6abb;
	margin-right: 10px;
	transition: .3s;
}

.content .social-share .share-btn-facebook:hover {
	background-color: #1f6dd3;
}

.content .social-share .share-btn-facebook>i,
.content .social-share .share-btn-twitter>i {
	margin-right: 10px;
}

.content-link {
	color: #4cb8c4;
	transition: .3s;
}

.content-link:hover {
	color: black;
	text-decoration: none;
}


.content .content-title {
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: capitalize;
}

/* page about */
.about .nav-pills .nav-link.active {
	background-color: #4CB8C4;
	color: white;
}

.about .nav-pills .nav-link {
	color: rgb(197, 194, 194);
	transition: .3s;
}

.about .nav-pills .nav-link:hover:not(.active) {
	color: #121111;
}


/* created */
.wrap {
	position: fixed;
	bottom: 15px;
	font-size: 14px;
	left: auto;
	right: 15px;
	z-index: 1032;
	/* display: none; */
	transition: all .3s;
}

.wrap .fab-wa {
	position: relative;
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
	cursor: pointer;
	overflow: hidden;
	height: 65px;
	width: 65px;
	transition: all .3s;
}

.wrap .fab-wa svg {
	position: absolute;
	width: 100%;
	height: auto;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	border-radius: 50%;
}

#overlay.active {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1031;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
}

.fab-wa-popup {
	position: absolute;
	bottom: 100%;
	right: 50%;
	border-radius: 10px;
	display: none;
	min-height: 150px;
	width: 217px;
	transition: display .3s;
	background-color: #26C281;
}

.fab-wa-popup.actived {
	display: flex;
}

.fab-wa-popup .fab-content {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	background-color: #fff;
	align-items: center;
	border-radius: 10px;
}

.fab-wa-popup .fab-content .input {
	width: 90%;
	height: 105px;
}

.fab-wa-popup .fab-content .fab-wrapper-btn {
	width: 100%;
	height: auto;
	background-color: #26C281;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
}

.fab-wa-btn {
	border: 0;
	padding: 9px;
	background-color: #008A7C;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	transition: .3s;
}

.fab-wa-btn:hover {
	background-color: #26C281;
}

.fab-wa-call {
	color: white;
}

.fab-wa-call:hover {
	color: white;
}

.unactived {
	overflow: hidden;
}

.actived {
	opacity: 1;
	display: block;
}

.fab-wa-popup .fab-header {
	border-radius: 10px;
}

.fab-wa-close {
	padding: 5px;
}

.fab-wa-close i {
	color: #d4d5d6;
	cursor: pointer;
	font-size: 16px;
	transition: color .3s;
}

.fab-wa-close i:hover {
	color: white;
}

div.fab-logo-wa {
	width: 35px;
	height: 35px;
}

div.fab-logo-wa svg {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.fab-text {
	color: #ECEFF1;
	font-family: 'Poppins';
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}

#wa {
	transition: .3s;
}

.fab-wa-input {
	border: 1px solid #d4d5d6;
	margin-bottom: 12px;
	height: 100%;
	background-color: inherit;
	width: 100%;
	border-radius: 10px;
	transition: 1s;
}

.fab-wa-input:focus {
	outline: rgba(0, 96, 154, 0.5);
}


/* event content */
p.content {
	color: #86878A;
}

/* Responsive Design */
@media(max-width: 1200px) and (min-width: 1110px) {
	.spinner-btn-container .spinner-anchor {
		right: 82%;
	}
}

@media (max-width: 1110px) {

	.spinner-btn-container .spinner-anchor,
	.spinner-btn-container .spinner-btn div button {
		font-size: 18px;
	}
}

@media (max-width: 991.98px) {
	.j-services .nav-pills .nav-item {
		width: 25%;
	}

	.navbar .icon .a-links {
		display: none;
	}

	.navbar .icon .line.line2 {
		display: none;
	}

	.navbar .icon .icon-nav {
		display: block;

	}

	.footer .wrapper-footer-contact {
		float: none;
		width: auto;
	}

	.footer .wrapper-copyright {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}

	.slider-jumbotron .j1,
	.slider-jumbotron .j2 {
		/* background-position: -250px 0; */
		display: none !important;
	}

	.burger {
		display: block;
		cursor: pointer;
	}

	.event .slick-slide {
		opacity: 1;
		cursor: auto;
	}


	.event .wrapper-event .cta-read {
		pointer-events: auto;
	}

	.event .slick-slide .cta-read:hover {
		color: #724500;
		background-color: #F99807;
	}

	.event .slick-slide .cta-read:hover i {
		transform: translateX(8px);
	}

	.event .slick-slide .card:hover {
		box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2) !important;
	}

	.event .slick-arrow {
		font-size: 100px;
	}

	.event .slick-arrow::before {
		color: #121111;
	}

	nav .burger:hover .line2 {
		width: 20px;
	}

	/* nav collapse */
	.nav-collapse {
		position: absolute;
		left: 0;
		height: 100vh;
		top: 0;
		background-color: transparent;
		display: flex;
		flex-direction: column;
		width: 100%;
		z-index: 2;
		justify-content: start !important;
		transform: translateX(-100%);
		transition: transform 0.5s ease-in;
	}

	.nav-collapse-actived {
		transform: translateX(0);
	}

	.navbar-dark .nav-collapse-actived .navbar-nav .nav-link {
		color: rgb(125, 125, 125);
		transition: .3s ease-out;
	}

	.navbar .nav-collapse-actived li.nav-item.active a {
		color: white !important;
	}

	.navbar-dark .nav-collapse-actived .navbar-nav .nav-link:hover {
		color: white !important;
	}

	.overlay.after {
		background-color: rgba(0, 0, 0, .9);
		position: fixed;
		top: 0;
		display: block;
		left: 74%;
		right: 0;
		opacity: 1;
		bottom: 0;
		z-index: 9999;
		transition-delay: .3s;
	}


	.nav-collapse .inner {
		width: 74%;
		height: 100%;
		z-index: 4;
		background-color: black;
	}

	.nav-collapse .inner .page-header .title {
		color: black;
		text-shadow: 0 0 0 #000 !important;
		font-size: 20px;
	}


	.navbar li.nav-item:nth-child(n+2) a {
		border-top: 1px solid white;
	}

	.navbar li.nav-item {
		display: block;
		width: 78%;
	}

	.jumbotron .text-jumbotron {
		left: 20%;
		font-size: 3vw;
	}

	.navbar li.nav-item a {
		padding: 8px 2px !important;
	}

	.navbar .page-header {
		display: flex;
		background-color: white;
		width: 100%;
		height: 12%;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 3vh;
	}

	.navbar .exit div {
		width: 24px;
		height: 2px;
		background-color: black;
		margin: 5px;
		cursor: pointer;
		transition: .7s;
	}

	.navbar .exit div.line1 {
		transform: rotate(-45deg) translate(1px, 3px);
	}

	.navbar .exit div.line2 {
		transform: rotate(45deg) translate(-2px, -6px);
	}

	ul.navbar-nav {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.spinner-content .ilustration-caption {
		color: #777;
		padding: 0 12%;
		margin: 10px 0 2%;
	}

	.navbar.nav-actived li.nav-item a {
		font-size: 16px !important;
		text-transform: capitalize;
		transition: .3s;
		padding: 8px 2px !important;
	}

	.navbar li.nav-item a {
		font-size: 16px !important;
		text-transform: capitalize;
		transition: .3s;
		padding: 8px 2px !important;
	}

	.navbar-dark .navbar-nav .nav-link {

		padding: 8px 2px !important;
	}

	.navbar.nav-actived li.nav-item a:hover {
		color: white !important;
	}

}

@media (max-width: 767.98px) {
	.event .slick-slide .card-body::before {
		content: '';
		display: none;
		width: 2%;
		height: 3px;
		left: 8px;
		top: 0;
		position: absolute;
		background-color: black;
	}

	.footer .col-12.pl-5 {
		padding-left: 15px !important;
	}

	.event .slick-slide {
		width: 545px;
	}

	.tab-pane section {
		padding: 0 !important;
	}

	/* Side bar */
	.side-bar {}

	.row-list-bar {
		margin-top: 25px;
		padding-bottom: 80px;
		padding-left: 14px;
	}

	.row-list-bar .list-side-bar li:not(:nth-child(1)) {
		margin-top: 20px;
	}

	.list-side-bar li a {
		font-size: 30px;
	}

	.wrapper-list-side-bar {
		padding-top: 40px;
	}

	ul.site-menu:nth-child(n+2) {
		margin-top: 60px;
	}

	ul.site-menu li:nth-child(n+2) {
		margin-top: 30px;
	}
}


@media (max-width: 575.98px) {
	.event .slick-slide {
		/* width: 505px; */
		opacity: 1;
	}

	.j1,
	.j2 {
		background-position-x: -113px;
	}

	section.content {
		padding: 1rem !important;
	}

	.footer-social-icon {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.wrap .fab-wa {
		width: 50px;
		height: 50px;
	}

	.event .slick-slide {
		opacity: 1;
	}

	.spinner-content {
		margin: auto;
	}

	.spinner-content .ilustration-caption {
		color: #777;
		padding: 0 0;
		margin: 5px 0 2px;
		font-size: 14px;
	}

	.services .container {
		padding: 0;
	}

	.services .cta-spinner {
		padding: 8px 15px 10px 20px;
		font-size: 14px;
	}
}

@media (max-width: 515px) {
	.j-services .nav-pills .nav-item .nav-link {
		min-height: 142px;
	}
}

/*** from main.css ***/

html,
body {
	height: 80% !important;
}

::after,
::before {
	box-sizing: border-box;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	transition: 1.4s;
}

.preloader:before,
.preloader:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e9e8e8;
	opacity: 1;
}

.preloader.complete {
	opacity: 0;
	z-index: -1;
}

.preloader img {
	position: absolute;
	top: 35%;
	left: 45%;
	z-index: 10000;
}

#scroll {
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #d3d3d3;
	text-indent: -9999px;
	display: none;
	border-radius: 60px;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
}

#scroll:hover {
	background-color: #e74c3c;
	opacity: 1;
	filter: "alpha(opacity=100)";
}

/* 
.pembungkus {
  background: url('../img/background/team.jpg');
  width: 100%;
  height: 80vh;
  background-size: cover;
  opacity: 1;
  overflow: hidden; 
} */

.pembungkus {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 80vh;
}

.pembungkus::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	background: url('../img/background/5.jpg');
	transform: scale(1.0933);
	filter: brightness(15%);
}

.pembungkus .title {
	font-size: 60px;
	color: #fff;
	font-family: 'Merriweather', serif;
	position: absolute;
	top: 74%;
	left: 8%;
}

.pembungkuscontact {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 80vh;
}

.pembungkuscontact .row.no-gutters {
	height: 100%;
}

.pembungkuscontact::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000000;
}

.pembungkuscontact .title {
	font-size: 60px;
	color: #fff;
	font-family: 'Merriweather', serif;
	position: absolute;
	top: 74%;
	left: 8%;
}

@media screen and (max-width: 941px) {
	.pembungkus .title {
		top: 56%;
		left: 5%;
		font-size: 50px;
	}
}

.small-text .heading {
	color: #cc8c19;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.43;
	display: block;
}

.intro .intro-title {
	font-family: 'Courgette', cursive;
	font-size: 60px;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);

figure.snip123 {
	font-family: 'Raleway', Arial, sans-serif;
	position: relative;
	overflow: hidden;
	width: 310px;
	height: 420px;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip123 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

figure.snip123 img {
	max-width: 100%;
	position: relative;
	opacity: 0.8;
}

figure.snip123 .img-3 {
	max-width: 100%;
	position: relative;
	opacity: 0.8;
	transform: scale(1.1);
}

figure.snip123 figcaption {
	position: absolute;
	top: 45%;
	left: 0;
	bottom: 0;
	right: 0;
}

figure.snip123 h6 {
	position: absolute;
	left: 40px;
	right: 40px;
	display: inline-block;
	background: #000000;
	-webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
	transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
	padding: 12px 5px;
	margin: 0;
	top: 50%;
	text-transform: uppercase;
	font-weight: 400;
}

figure.snip123 h6 span {
	font-weight: 800;
}

figure.snip123 .sns-list::before {
	content: '';
	clear: both;
	display: table;
}

figure.snip123 .technical-skills {
	position: absolute;
	top: 68%;
	display: block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 1;
	z-index: 999999;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
}

.skill1 {
	display: inline-block;
	font-size: 9px;
}


.circle {
	width: 10px;
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1.1;
}

.circle canvas {
	vertical-align: top;
}

.circle strong {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
}

.circle strong i {
	font-style: normal;
	font-size: 0.6em;
	font-weight: normal;
}

.circle span {
	display: block;
	color: #0a212f;
	margin-top: 12px;
}

figure.snip123 ul {
	position: absolute;
	top: 73%;
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

figure.snip123 .overlay-a {
	width: 100%;
	height: 100%;
	background: #0a212f;
}

figure.snip123 .sns-list {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 0;
	z-index: 1000000;
}

figure.snip123 .sns-list li {
	width: 100%;
}

figure.snip123 .sns-list .footer-social-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #333;
	background: #ffffff;
	text-align: center;
	align-items: center;
	display: block;
	position: relative;
	overflow: hidden;
}

figure.snip123 .sns-list .footer-social-icon.btn-facebook:hover {
	border: #2d6abb;
	background-color: #2d6abb;
}

figure.snip123 .sns-list .footer-social-icon.btn-instagram:hover {
	border: #9b36b7;
	background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

.footer-social-icon.btn-facebook:hover i {
	color: #ffffff;
}

.footer-social-icon.btn-instagram:hover i {
	color: #ffffff;
}

figure.snip123 .sns-list .footer-social-icon>i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 20px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: block;
}

figure.snip123 .sns-list::after {
	content: '';
	clear: both;
	display: table;
}

figure.snip123:before {
	height: 150%;
	width: 100%;
	top: 0;
	left: 0;
	content: '';
	background: #ffffff;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transform: rotate(100deg) translateY(-50%);
	transform: rotate(8deg) translate(-90%, -20%);
}

figure.snip123.gray h6 {
	background: #0a212f;
}

figure.snip123:hover img,
figure.snip123.hover img {
	opacity: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.snip123:hover .img-3,
figure.snip123.hover .img-3 {
	opacity: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.19);
}

figure.snip123:hover h6,
figure.snip123.hover h6 {
	-webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
	transform: skew(-10deg) rotate(-10deg) translate(-150%, -80%);
}

figure.snip123:hover:before,
figure.snip123.hover:before {
	transform: translateX(150%);
}

figure.snip123:after {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: '';
	background: linear-gradient(to top, #000000, #0f0f0fe7, #0f0f0fd0, #0f0f0faf, #0f0f0f96, #0f0f0f81, #0f0f0f73, #0f0f0f57, #0f0f0f38, transparent);
	opacity: 0.9;
	position: absolute;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transition-delay: 2s;
	transition-delay: 1s;
	-webkit-transform: translateY(-50%);
	transform: translateY(100%);
}

figure.snip123:hover .sns-list,
figure.snip123.hover .sns-list {
	transition-delay: 1s;
	z-index: 1;
	opacity: 1;
}

figure.snip123:hover:after,
figure.snip123.hover:after {
	transition-delay: 0.4s;
	transform: translateY(0);
}

@media only screen and (max-width: 991px) {
	figure.snip123 {
		max-height: 220px;
	}
}

@media only screen and (max-width: 767px) {
	figure.snip123 {
		margin-left: 10px;
		max-width: 270px;
		max-height: 320px;
	}
}

.card-text .text-muted {
	color: #adadad;
	font-size: 13px;
}

h4.skill-title {
	margin-top: 20%;
}

.card-body .skills {
	position: relative;
	display: flex;
	flex-direction: row;
	top: 0;
	left: 0;
	margin-top: 8%;
}


#circle5 span,
#circle6 span,
#circle7 span,
#circle8 span {
	position: absolute;
	top: 16%;
	left: 7%;
	bottom: 0;
	right: 0;
	font-family: Montserrat;
	color: #909090;
}

#circle11 span,
#circle12 span {
	position: absolute;
	top: 9%;
	left: 25%;
	bottom: 0;
	right: 0;
	font-family: Montserrat;
	color: #909090;
}

#circle {
	position: relative;
}

#circle2 {
	position: relative;
	margin-left: 20px;
}

#circle3 {
	position: relative;
	margin-left: 20px;
}

#circle4 {
	position: relative;

}

#circle5 {
	position: relative;
}

#circle6 {
	position: relative;
	margin-left: 20px;
}

#circle7 {
	position: relative;
	margin-left: 20px;
}

#circle8 {
	position: relative;
	margin-left: 20px;
}

#circle9 {
	position: relative;
	margin-bottom: 50%;
}

#circle10 {
	position: relative;
	margin-left: 20px;
}

#circle11 {
	position: relative;
	margin-left: 20px;
}

#circle12 {
	position: relative;
	margin-left: 20px;
}

/*** Contact Us Page Style ***/

.contact {
	padding: 20px 0;
}

#contact .container .title {
	display: block;
	font-family: 'Courgette', cursive;
	font-size: 32px;
}

.text-center.subtitle {
	text-align: center !important;
	font-family: 'Montserrat', sans-serif;
	color: #adadad;
	font-size: 14px;
}

#contact .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #3CD3AD !important;
}

.location-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 4px 4px 5px -1px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 5px -1px rgba(0, 0, 0, 0.5);
}

a.active.nav-link.active {
	border-radius: 13px;
	background-color: #3cd3ad;
	color: #fff;
}

#map {
	height: 250px;
	width: 400px;
}

#map2 {
	height: 250px;
	width: 400px;
}

#map3 {
	height: 250px;
	width: 400px;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
	display: none;
}

.info-location {
	height: 250px;
	width: 400px;
	background-color: #333f48;
}

.info-location h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	color: #ffffff;
	padding-top: 20px;
	padding-left: 20px;
}

.info-location .and {
	color: #fff;
	font-weight: lighter;
	padding-left: 20px;
	margin: 10px 0;
	font-size: 20px;
	display: block;
}

.info-location .info2 {
	color: #fff;
	font-weight: lighter;
	font-size: 30px;
	padding-left: 20px;
}

.info-location #pertama {
	margin-top: 53px;
}

.info-location p {
	color: #fff;
	font-size: 14px;
	margin: -2px 0;
	font-family: 'Poppins', sans-serif;
	padding-left: 20px;
}

@media screen and (max-width: 992px) {
	.location-wrapper {
		box-shadow: none;
	}
}

.mail-area {
	width: 100%;
	margin-top: 20px;
	position: relative;
}

.effect {
	position: relative;
	/* bottom: -144%; */
	width: 100%;
	height: 100px;
	background: #ffffff;
	z-index: -100;
}

.effect .wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url("../img/background/wave.png");
	-webkit-filter: brightness(95%);
	filter: brightness(95%);
	/* transform: scale(2); */
	background-size: 1000px 100px;
}

.effect .wave.wave1 {
	-webkit-animation: waveanimate 30s linear infinite;
	animation: waveanimate 30s linear infinite;
	z-index: -2;
	opacity: 1;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	bottom: 0;
}

.effect .wave.wave2 {
	-webkit-animation: waveanimate2 15s linear infinite;
	animation: waveanimate2 15s linear infinite;
	z-index: -3;
	opacity: 0.5;
	-webkit-animation-delay: -5s;
	animation-delay: -5s;
	bottom: 10px;
}

.effect .wave.wave3 {
	-webkit-animation: waveanimate 30s linear infinite;
	animation: waveanimate 30s linear infinite;
	z-index: -4;
	opacity: 0.2;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	bottom: 15px;
}

.effect .wave.wave4 {
	-webkit-animation: waveanimate2 5s linear infinite;
	animation: waveanimate2 5s linear infinite;
	z-index: -5;
	opacity: 0.7;
	-webkit-animation-delay: -5s;
	animation-delay: -5s;
	bottom: 20px;
}

@-webkit-keyframes waveanimate {
	0% {
		background-position-x: 0;
	}

	100% {
		background-position-x: 1000px;
	}
}

@keyframes waveanimate {
	0% {
		background-position-x: 0;
	}

	100% {
		background-position-x: 1000px;
	}
}

@-webkit-keyframes waveanimate2 {
	0% {
		background-position-x: 0;
	}

	100% {
		background-position-x: -1000px;
	}
}

@keyframes waveanimate2 {
	0% {
		background-position-x: 0;
	}

	100% {
		background-position-x: -1000px;
	}
}

@-webkit-keyframes waveanimate3 {
	0% {
		background-position-x: 0;
	}

	100% {
		background-position-x: -1000px;
	}
}

@keyframes waveanimate3 {
	0% {
		background-position-x: 0;
	}

	100% {
		background-position-x: -1000px;
	}
}

@media screen and (max-width: 1350px) {
	.effect {
		display: none;
		/* transform: scale(1.3); */
	}
}

/*[ FONT ]*/

@font-face {
	font-family: Montserrat-Regular;
	src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
	font-family: Montserrat-Bold;
	src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
	font-family: Montserrat-ExtraBold;
	src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf');
}

@font-face {
	font-family: Montserrat-Medium;
	src: url('../fonts/montserrat/Montserrat-Medium.ttf');
}

@font-face {
	font-family: FontAwesome;
	src: url('../fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff');
}



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

/*---------------------------------------------*/
/* a {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #57b846;
} */

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

/* 
p {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
} */

ul,
li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
	outline: none;
	border: none;
}

.input100:focus,
input:focus {
	border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input::-webkit-input-placeholder {
	color: #aaaaaa;
}

input:-moz-placeholder {
	color: #aaaaaa;
}

input::-moz-placeholder {
	color: #aaaaaa;
}

input:-ms-input-placeholder {
	color: #aaaaaa;
}

textarea::-webkit-input-placeholder {
	color: #aaaaaa;
}

textarea:-moz-placeholder {
	color: #aaaaaa;
}

textarea::-moz-placeholder {
	color: #aaaaaa;
}

textarea:-ms-input-placeholder {
	color: #aaaaaa;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.bg-contact100 {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.container-contact100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.wrap-contact100 {
	width: 1163px;
	background: transparent;
	border-radius: 10px;
	overflow: hidden;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 110px 130px 157px 148px;
}

/*------------------------------------------------------------------
[  ]*/
.contact100-pic {
	width: 310px;
	padding-top: 55px;
}

.contact100-pic img {
	max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.contact100-form {
	width: 390px;
}

.contact100-form-title {
	display: block;
	font-family: 'Courgette', cursive;
	font-weight: 600;
	font-size: 24px;
	color: #333333;
	line-height: 1.2;
	text-align: left;
	padding-bottom: 36px;
}

input.input100 {
	height: 50px;
	border-radius: 25px;
	padding: 0 30px 0 50px;
}

input.input100[name="email"] {
	padding: 0 30px 0 54px;
}

textarea.input100 {
	min-height: 150px;
	border-radius: 25px;
	padding: 14px 30px;
}

/*---------------------------------------------*/
.wrap-input100 {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 10px;
}

.input100 {
	display: block;
	width: 100%;
	background: #e6e6e6;
	font-family: Montserrat-Bold;
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
	display: block;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 0px;
	color: rgba(132, 106, 221, 0.5);
}

.input100:focus+.focus-input100 {
	-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
	animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
	to {
		box-shadow: 0px 0px 60px 25px;
		opacity: 0;
	}
}

@keyframes anim-shadow {
	to {
		box-shadow: 0px 0px 60px 25px;
		opacity: 0;
	}
}

.symbol-input100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	pointer-events: none;
	color: #aaaaaa;
	font-size: 15px;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.input100:focus+.focus-input100+.symbol-input100 {
	color: #846add;
	padding-left: 22px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}

.contact100-form-btn {
	width: 100%;
	height: 50px;
	border-radius: 25px;
	background: linear-gradient(to right, #4CB8C4, #3CD3AD);
	font-family: Montserrat-Bold;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.contact100-form-btn:hover {
	background: #3CD3AD;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {
	.contact100-pic {
		width: 33.5%;
	}

	.contact100-form {
		width: 44%;
	}
}

@media (max-width: 992px) {
	.wrap-contact100 {
		padding: 110px 80px 157px 90px;
	}

	.contact100-pic {
		width: 35%;
	}

	.contact100-form {
		width: 55%;
	}
}

@media (max-width: 768px) {
	.wrap-contact100 {
		padding: 110px 80px 157px 80px;
		justify-content: center;
	}


	.contact100-pic {
		width: 50%;
		margin-bottom: 50px;
	}

	.contact100-form-title {
		text-align: center;
	}

	.contact100-form {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.wrap-contact100 {
		padding: 110px 15px 157px 15px;
	}
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
	position: relative;
}

.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: white;
	border: 1px solid #c80000;
	border-radius: 13px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
	pointer-events: none;

	font-family: Montserrat-Medium;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.alert-validate::after {
	content: "\f06a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 13px;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}

/*** recaptcha Button ***/
.rc-anchor-light.rc-anchor-normal {
	border: 1px solid #d3d3d3;
	border-radius: 30px !important;
}

section.endsection {
	margin-top: -13.92%;
	width: 100%;
	height: 300px;
	background-color: rgba(237, 238, 238, 0.678);
}

/* gallery */
.wrapper-img {
	position: relative;
	height: 200px;
	display: block;
	overflow: hidden;
}


.wrapper-img::after {
	content: url(../svg/tombol_plus.svg);
	width: 10%;
	/* font-family: "Font Awesome 5 Free"; */
	height: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	/* font-weight: 900;
  font-size: 2em; */
	cursor: pointer;
	transition: all .3s;
	translate: (-50%, -50%);
	opacity: 0;
	background-color: rgba(0, 96, 154, 0.5);
}

.wrapper-img:hover::after {
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	height: 100%;
}

.rows-col-3.h-100 {
	margin-bottom: 30px;
}

.info-people1 {
	margin-top: 25px;
	width: 90%;
}

.info-people1 .name-people1 {
	font-size: 20px;
	font-weight: 580;
	color: #0984e3;
}

.info-people1 .title-people1 {
	font-size: 15px;
}

.info-people1 .exp .experience {
	font-size: 15px;
	color: #6e6e6e;
}

.info-people1 .exp ul li {
	margin-left: 10px;
	font-size: 12px;
	color: #6e6e6e;
}

#skillBtn1,
#skillBtn2,
#skillBtn3 {
	position: relative;
	margin-top: 15px;
	padding: 3.33px 23%;
	border: 1px solid #123;
	border-radius: 30px;
}

#skillBtn1:hover,
#skillBtn2:hover,
#skillBtn3:hover {
	border: 1px #FD9904 solid;
	color: #FD9904;
	background-position: right center;
	transition: 0.255s;
}

.fa-chevron-down {
	position: absolute;
	top: 28%;
	right: 8%;
}

.fa-chevron-down:before {
	position: absolute;
	top: 28%;
	right: 8%;
}

.fa-chevron-down.active {
	position: absolute;
	top: 23px;
	right: 16px;
	transform: rotateX(180deg);
	transition: transform 0.7s;
}

.info-people1 .basic {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
}

.info-people1 .basic {
	display: none;
}

.info-people1 .basic.active {
	display: flex;
	flex-wrap: wrap;
}


.progress {
	width: 72px;
	height: 72px;
	line-height: 40px;
	background: none;
	margin: 5px;
	box-shadow: none;
	position: relative;
}

.progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 12px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.progress>span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

.progress .progress-left {
	left: 0;
}

.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 12px;
	border-style: solid;
	position: absolute;
	top: 0;
}

.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.progress .progress-right {
	right: 0;
}

.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
	width: 90%;
	height: 90%;
	border-radius: 50%;
	font-size: 15px;
	color: #44484b;
	line-height: 66px;
	text-align: center;
	position: absolute;
	top: 5%;
	left: 5%;
}

.progress.blue .progress-bar {
	border-color: #049dff;
}

.progress.blue .progress-left .progress-bar.d9 {
	animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.blue .progress-left .progress-bar.d8 {
	animation: loading-80 1.133s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
	border-color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
	animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
	border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
	animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
	border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
	animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(144deg);
		transform: rotate(144deg);
	}
}

@keyframes loading-80 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(114deg);
	}
}

@keyframes loading-4 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(36deg);
		transform: rotate(36deg);
	}
}

@keyframes loading-5 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(126deg);
		transform: rotate(126deg);
	}
}

@media screen and (max-width: 767px) {
	.col.col-people {
		text-align: center;
		display: flex;
		justify-content: center;
	}

	.col.col-people.pdua {
		text-align: center;
		margin-top: 50px;
	}

	.col.col-people.ptiga {
		text-align: center;
		margin-top: 50px;
	}
}

@media only screen and (max-width: 990px) {
	.progress {
		margin-bottom: 20px;
	}
}

.d-flex .sk-info {
	font-size: 12px;
	margin: 0 auto;
}


@media screen and (max-width: 767px) {
	.intro .intro-title {
		font-size: 30px;
	}

	.rows-col-3.h-100 {
		margin-bottom: 380px;
		margin-left: 100px;
	}

	h4.skill-title {
		margin-top: 50px;
	}

	.card-body .skills {
		margin-left: 55px;
	}

	.card-body span {
		left: 5%;
	}

	.card-body .skills3 {
		margin-left: 90px;
	}

	#circle5 span,
	#circle6 span,
	#circle7 span,
	#circle8 span {
		top: 20%;
	}

	#circle11 span,
	#circle12 span {
		top: 8%;
		left: 5%;
	}

	#circle8 {
		position: relative;
		margin-left: 15px;
	}
}
