:root{
	--main-color: #222629;
	--main-shade: #474b4f;
	--second-color: #86c232;
	--second-shade: #61892f;
	--neutral: #6b6e70;
	--main-gradient: linear-gradient(90deg,#86c232,#fbb3a2);
}
a{
	text-decoration: none !important;
	outline: none !important;
}
i{
	font-family: fontAwesome;
}
.wa-telp-wrap {
	display: flex;
	justify-content: right;
	position: fixed;
	right: 0;
	bottom: 0;
	flex-direction: column;
	margin: 20px 8px 20px 0;
	z-index: 10;
}
.wa-telp-wrap img {
	width: 41px;
}
.wa-telp-wrap a {
	padding: 10px 4px;
}
/* GOOGLE FONTS
    font-family: 'Crimson Text', serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Spartan', sans-serif;
*/
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 2em;
}
li{
	line-height: 2em;
}
li::marker {
	color: var(--orange);
	font-weight: bold;
}
h1,h3,h5{
	font-family: 'Crimson Text', serif !important;
}
h2,h4,h6{
	font-family: 'Spartan', sans-serif !important;
}
/**Font Size**/
h1 {
	font-size: 32px;
	line-height: 34px;
}
h2 {
	font-size: 23px;
	line-height: 25px;
}
h3 {
	font-size: 25px;
	line-height: 27px;
}
h4{
	font-size: 18px;
	line-height: 20px;
	color: var(--dimgray);
	font-weight: 500;
}
h5{
	font-size: 19px;
	line-height: 21px;
	color: var(--dimgray);
}
h6{
	color: var(--dimgray);
}
/**End Font Size**/

body.site{
	max-width: 100vw;
	overflow-x: hidden;
	padding: 0 !important;
}
.header {
	position: sticky;
	top: 0;
	z-index: 11;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 0 transparent;
	transition: box-shadow .8s cubic-bezier(.25,.46,.45,.94);
	-webkit-transition: box-shadow .8s cubic-bezier(.25,.46,.45,.94);
	-moz-transition: box-shadow .8s cubic-bezier(.25,.46,.45,.94);

}
.header.brand-small {
	box-shadow: 0 1px 7px var(--neutral);
}
.brand img{
	width: 250px;
	transition: width .5s cubic-bezier(.25,.46,.45,.94);
	-webkit-transition: width .5s cubic-bezier(.25,.46,.45,.94);
	-moz-transition: width .5s cubic-bezier(.25,.46,.45,.94);
}
.brand-small .brand img {
	width: 171px;
}
.label, .badge{
	text-shadow: none !important;
}
figcaption, figcaption a, figcaption a:hover {
	color: lightgray !important;
}
figure {
	margin: auto;
}
/***Grue Menu Styling***/
#gruemenu.grue_90 ul {
	box-shadow: none;
}
#gruemenu.grue_90 ul {
	box-shadow: none;
}
#gruemenu.grue_90 ul li a {
	border-right: none;
}
/***End Grue Menu Styling***/

/***Weblee Menu Styling***/
.weblee-menu li {
	display: block;
}
.weblee-menu li a{
	color: #fff;
}
.weblee-menu li:hover a {
	background: transparent !important;
}
.weblee-menu li.current.active a {
	color: var(--main-color);
}
/***End TBG Menu Styling***/

/***Perijinan Styling***/
.wl_ijin_title {
	text-align: center;
	font-size: 2em;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: var(--main-color);
	font-weight: bold;
}
.wl_ijin_cont {
	display: flex;
	padding: 20px 80px;
	background: var(--main-shade);
	color: #fff;
	flex-wrap: wrap;
	justify-content: center;
}
.wl_ijin_item {
	width: 30%;
	text-align: center;
	margin: 20px;
}
.wl_ijin_item i {
	font-size: 3em;
}
.wl_ijin_item i, .wl_ijin_item h2{
	color: var(--second-color);
}
.wl_ijin_item p {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
/***End Perijinan Styling***/

/***Slider Styling***/
.theme-light.slider-wrapper {
	padding: 0 !important;
}
#vt_nivo_slider94::after {
	content: url('../images/wavemedium.svg');
	position: absolute;
	bottom: -11px;
	left: 0;
	width: calc(100% + 1px);
	z-index: 10;
}
/***End Slider Styling***/

/***TBG Intro Module Styling***/
.tbg-intro img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.tbg-intro{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	box-sizing: border-box;
}
.tbg-intro a {
	display: block;
	background: var(--main-color);
	color: #fff;
	width: 120px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
}
/***End TBG Intro Module Styling***/

/***Weblee Service Styling***/
.wl-service-tbg {
	margin-top: 5%;
}
.wl_serv_wrapper {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.wl_serv_cont {
	flex: 1;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.wl_serv_box {
	width: 48%;
	height: 300px;
	background: var(--second-color);
	position: relative;
	color: #fff;
	padding: 20px;
	margin: 5px 0;
	box-sizing: border-box;
	overflow: hidden;
}
.wl_serv_cont img {
	object-fit: contain;
}
.wl_serv_box h2 a {
	color: #fff;
}
.wl_serv_box a {
	color: var(--second-shade);
}
.wl-img {
	position: absolute;
	height: 300px;
	width: 300px;
	top: 0;
	left: 50%;
	transform: translate(-50%);
}
.wl_serv_box h2 {
	text-align: center;
	bottom: 0;
	height: auto;
	padding: 20px 10px;
	background-color: var(--second-shade);
	transition: all .5s cubic-bezier(.45,.05,.55,.95);
	-webkit-transition: all .5s cubic-bezier(.45,.05,.55,.95);
	-moz-transition: all .5s cubic-bezier(.45,.05,.55,.95);
	-o-transition: all .5s cubic-bezier(.45,.05,.55,.95);
}

.wl_serv_box p {
	padding: 10px;
	height: 300px;
	background-color: var(--second-color);
	bottom: -297px;
	transition: all .5s cubic-bezier(.45,.05,.55,.95);
	-webkit-transition: all .5s cubic-bezier(.45,.05,.55,.95);
	-moz-transition: all .5s cubic-bezier(.45,.05,.55,.95);
	-o-transition: all .5s cubic-bezier(.45,.05,.55,.95);
}
.wl_serv_box h2, .wl_serv_box p {
	position: absolute;
	box-sizing: border-box;
	display: block;
	width: 100%;
	left: 0;
}
.wl_serv_box:hover h2 {
	bottom: 221px;
	background-color: var(--second-color);
}
.wl_serv_box:hover p {
	bottom: -57px;
}
/***End Weblee Service Styling***/

.contact-cont {
	display: flex;
}
.ctc-cont {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.ctc-col:first-child {
	background: ghostwhite;
	border-radius: 12px;
	box-shadow: 3px 5px 11px -9px black;
}
.ctc-col {
	flex: 1;
	width: 40%;
	padding: 12px;
}
/***Article Info Styling***/
.article-info-term {
	display: none;
}
.article-info {
	display: flex;
	font-size: 13px;
	color: lightgray;
}
.blog .article-info {
	display: none;
}
/***End Article Info Styling***/

/* Air Freight, Sea Freight, Warehouse Inland Transport */
.aswi_wrapper {
	display: flex;
	justify-content: space-around;
	background: var(--main-shade);
	padding: 52px 0;
}
.aswi_col {
	width: 20%;
	box-shadow: 1px 1px 0 var(--main-shade), -2px 1px 0 var(--main-shade);
	background: var(--second-color);
	cursor: default;
	color: #fff;
	border-radius: 0 0 10px 10px;
	transition: all .5s cubic-bezier(.68,-0.55,.27,1.55);
	-webkit-transition: all .5s cubic-bezier(.68,-0.55,.27,1.55);
	-moz-transition: all .5s cubic-bezier(.68,-0.55,.27,1.55);
}
.aswi_col p, .wl_serv_box p {
	line-height: 1.4em;
	text-align: justify;
}
.aswi_col:hover {
	transform: scale(1.069);
	box-shadow: -17px 21px 5px var(--main-color);
}
.aswi_img {
	position: relative;
}
.aswi_img img:nth-child(1) {
	position: absolute;
}
.aswi_col:hover .aswi_img img:nth-child(1) {
	display: none;
}
.aswi_col h2, .aswi_col p {
	padding: 11px 27px;
}
.aswi_col h2 {
	background: var(--second-shade);
	margin: 0;
	padding: 14px 11px;
}
.read-more-style {
	padding: 8px 11px;
	background-color: #fff;
	color: var(--main-shade);
	display: table;
	position: relative;
	margin-top: 4px;
	text-transform: capitalize;
	transition: all .4s cubic-bezier(.86,0,.07,1);
	-webkit-transition: all .4s cubic-bezier(.86,0,.07,1);
	-moz-transition: all .4s cubic-bezier(.86,0,.07,1);
}
.read-more-style:hover {
	padding-right: 34px;
	color: #fff;
	background-color: var(--second-shade);
}
.read-more-style::after {
	content: '\e006';
	font-family: icomoon;
	position: absolute;
	right: 16px;
	opacity: 0;
	transition: all .4s cubic-bezier(.86,0,.07,1);
	-webkit-transition: all .4s cubic-bezier(.86,0,.07,1);
	-moz-transition: all .4s cubic-bezier(.86,0,.07,1);
}
.read-more-style:hover::after {
	right: 3px;
	opacity: 1;
}
.bottom svg {
	margin-bottom: -12px;
}
/***JD Contact Form Styling***/
.jd-simple-contact-form input, .jd-simple-contact-form textarea {
	width: 430px;
	border-color: var(--main-color);
}
.jd-simple-contact-form {
	max-width: 50%;
	margin-top: 50px;
}
.jd-simple-contact-form .btn {
	background: var(--main-color);
	border: none;
	border-radius: 25px;
	text-shadow: none;
	padding: 10px 25px;
	text-transform: uppercase;
	box-sizing: border-box;
	width: 100px;
}
.jd-simple-contact-form label {
	color: dimgray;
}
/***End JD Contact Form Styling***/

.item-page a {
	color:var(--second-color);
}
.counter.pull-right {
	color: lightgray;
	font-size: 11px;
}
.pagination ul > li > a, .pagination ul > li > span {
	border: none !important;
}
img[src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/No_image_available.svg/200px-No_image_available.svg.png"] {
	display: none;
}
/* BT Content Styling */
.bt-cs .bt-center {
	text-align: left !important;
	overflow: hidden;
}
.bt-cs .bt-inner .bt-title, .bt-cs h3{
	color: var(--neutral) !important;
}
.wl_ijin_title h2 {
	background: linear-gradient(90deg,var(--second-color),#fbb3a2);
	display: inline-block;
	padding: 20px;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-box-decoration-grid: clone;
	box-decoration-break: clone;
}
.bt-title {
	display: block;
	text-align: center;
	padding: 20px 5px;
	margin-bottom: -16px;
}
.bt-row-separate {
	border: none !important;
}
.bt-center a img {
	margin: auto !important;
	width: 100% !important;
	display: block;
}
.bt-cs .bt-inner a.bt-image-link {
	position: relative;
	overflow: hidden;
}
.bt-cs .bt-inner a.bt-image-link::after {
	content: '';
	width: 500px;
	height: 400px;
	background: linear-gradient(145deg,#fff 5%,transparent 52%);
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(0deg);
	transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	transition: all .5s cubic-bezier(.77,0,.18,1);
	-webkit-transition: all .5s cubic-bezier(.77,0,.18,1);
	-moz-transition: all .5s cubic-bezier(.77,0,.18,1);
}
.bt-cs .bt-inner a.bt-image-link:hover::after {
	opacity: 0;
	left: -350px;
	transform: rotate(-45deg);
}
.bt-cs .bt-inner img {
	outline: none !important;
}
#btcontentslider112 {
	margin-bottom: 50px;
}
#btcontentslider112 h3 {
	text-align: center;
}
#btcontentslider112 .slides_container {
	border: none !important;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.weblee_client_logo {
	padding: 0 40px;
	background: var(--main-gradient);
	position: relative;
}
.weblee_client_logo li img {
	max-width: 72%;
}
.weblee_client_logo::after {
	content: '';
	width: 198px;
	height: 100%;
	position: absolute;
	background: linear-gradient(to right,#86c232 18%,transparent);
	left: 0;
	top: 0;
}
.wlm10{
	margin:10px;
}
.wlmt10{
	margin-top: 10px;
}
.wlmb10{
	margin-bottom: 10px;
}
.wlml10{
	margin-left: 10px;
}
.wlmr10{
	margin-right: 10px;
}
.wlm20{
	margin:20px;
}
.wlmt20{
	margin-top: 20px;
}
.wlmb20{
	margin-bottom: 20px;
}
.wlml20{
	margin-left: 20px;
}
.wlmr20{
	margin-right: 20px;
}
.wlm30{
	margin:30px;
}
.wlmt30{
	margin-top: 30px;
}
.wlmb30{
	margin-bottom: 30px;
}
.wlml30{
	margin-left: 30px;
}
.wlmr30{
	margin-right: 30px;
}
#weblee-footer {
	margin-bottom: 20px;
}
#weblee_footer .bt-title {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-52%);
	color: var(--second-color) !important;
	background: #171717de;
}
#weblee_footer .bt-cs .bt-inner a.bt-image-link::after{
	display: none;
}
/* End BT Content Styling */
.fastsocialshare-text {
	color: var(--main-color);
}
.readmore a.btn {
	background: var(--main-color);
	color: #fff;
	border-radius: 25px;
	border: none;
	padding: 7px 25px;
	text-shadow: none;
}
#sb-search input {
	height: 36px;
}
.sb-icon-search {
	background: var(--second-color) !important;
	color: #fff !important;
}
.chat-content .message p {
	font-size: 15px;
	line-height: 21px;
}
.footer {
	font-size: 14px;
	padding: 10px 14px 0px 14px;
	background: var(--main-color);
	color: #fff;
	border-top: 1px dashed;
}
.footer a {
	color: #fff;
}
.mostread {
	list-style: none;
	position: relative;
}
.mostread li a{
	color: var(--second-color);
	transition: all .5s cubic-bezier(.65,.05,.36,1);
	-webkit-transition: all .5s cubic-bezier(.65,.05,.36,1);
	-moz-transition: all .5s cubic-bezier(.65,.05,.36,1);
}
.mostread li a:hover{
	color: var(--second-shade);
}
.mostread li::before {
	content: '\f1ce';
	font-family: fontAwesome;
	display: inline-block;
	font-size: .95em;
	color: #fff;
	position: absolute;
	left: -25px;
	transition: all .5s cubic-bezier(.65,.05,.36,1);
	-webkit-transition: all .5s cubic-bezier(.65,.05,.36,1);
	-moz-transition: all .5s cubic-bezier(.65,.05,.36,1);
}
.mostread li:hover::before{
	animation: muter .8s cubic-bezier(.46,.03,.52,.96) infinite;
	color: var(--second-color);
}
@keyframes muter{
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(180deg);
	}
	100%{
		transform: rotate(0deg);
	}
}
.waves {
	display: flex;
	margin-bottom: -1px;
}
.waves svg {
	filter: drop-shadow(0 -25px 0 var(--second-color));
}
#weblee_footer {
	background: var(--main-shade);
	padding: 25px;
	box-sizing: border-box;
	color: #fff;
}
#wl_footer_1, #wl_footer_2, #wl_footer3 {
	padding: 10px;
}
#wl_footer_1, #wl_footer_2{
	border-right: 1px dashed var(--second-color);
}
#weblee_footer h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--second-color);
}
.grecaptcha-badge{
	visibility: hidden;
}

@media screen and (max-width: 768px){
	#navigation-toggle span.nav-line {
		background: var(--main-color) !important;
	}
	.aswi_wrapper{
		flex-wrap: wrap;
	}
	.aswi_col{
		width: 40%;
		margin-bottom: 25px;
	}
	.wl_serv_wrapper {
		width: auto;
		flex-direction: column;
	}
	.wl_ijin_item {
		width: 40%;
	}
	#btcontentslider112 .slides_container{
		max-width: 100%;
	}
	.bt-cs .bt-inner a.bt-image-link::after {
		display: none;
	}
	.bt-title {
		padding: 0;
	}
	.partner li img {
		width: 130px;
	}
}
@media screen and (max-width: 667px){
	.header{
		position: relative;
	}
	.wl_serv_cont {
		flex-direction: column;
	}
	.wl_serv_box {
		width: 100%;
	}
    .weblee_client_logo::after {
		display: none;
	}
	.tbg-intro {
		width: 100%;
		padding: 10px;
	}
	.tbg-intro img {
		width: 100%;
	}
	.wl_ijin_cont {
		padding: 20px;
		flex-direction: column;
	}
	.wl_ijin_item {
		width: auto;
	}
	.jd-simple-contact-form input, .jd-simple-contact-form textarea {
		width: 100%;
	}
	#vt_nivo_slider94::after {
		content: '';
	}
	.aswi_col {
		width: 89%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.aswi_col:hover{
		transform: scale(1);
		box-shadow: 1px 0 var(--main-darker-color), -2px 1px 0 var(--main-darker-color);
	}
	.ctc-cont {
		flex-direction: column;
	}
	.ctc-col {
		width: 90%;
	}
	#wl_footer_1, #wl_footer_2{
		border-right: none;
	}
	.jd-simple-contact-form {
		max-width: 100%;
	}
}