html .btn-yellow {
	background-color: #ebbf1d;
	border-color: #ebbf1d #daae0e #daae0e;
	color: #000;
	--color: #212529;
	--hover: #32383e;
	--disabled: #212529;
	--active: #101214;
}
html .btn-yellow:hover,
html .btn-yellow.hover {
	border-color: #fff #fff #fceebe;
	color: #000;
}

html .btn-yellow:hover:not(.bg-transparent),
html .btn-yellow.hover:not(.bg-transparent) {
	background-color: #fff;
}

html .btn-yellow:focus,
html .btn-yellow.focus {
	border-color: #ebbf1d #ebbf1d #c8a013;
	color: #000;
	box-shadow: 0 0 0 3px rgb(239, 191, 20);
}

html .btn-yellow:focus:not(.bg-transparent),
html .btn-yellow.focus:not(.bg-transparent) {
	background-color: #d0a508;
}

html .btn-yellow.disabled,
html .btn-yellow:disabled {
	border-color: #ba9510 #c9a10f #b7920e;
}

html .btn-yellow.disabled:not(.bg-transparent),
html .btn-yellow:disabled:not(.bg-transparent) {
	background-color: #ebbf1d;
}

html .btn-yellow:active,
html .btn-yellow.active {
	border-color: #ebbf1d #ebbf1d #d0a60f !important;
}

html .btn-yellow:active:not(.bg-transparent),
html .btn-yellow.active:not(.bg-transparent) {
	background-color: #ebbf1d !important;
	background-image: none !important;
}
/* Button Cream */
html .btn-cream {
	background-color: #FFD9C2;
	border-color: #FFD9C2 #FFD9C2 #FFD9C2;
	color: #000;
	padding:5px 25px;
	--color: #212529;
	--hover: #32383e;
	--disabled: #212529;
	--active: #101214;
}
html .btn-cream:hover,
html .btn-cream.hover {
	background: #d1a812;
	border-color: #fff #fff #fceebe;
	color: #000;
}

html .btn-cream:hover:not(.bg-transparent),
html .btn-cream.hover:not(.bg-transparent) {
	background-color: #ebbf1d;
}

html .btn-cream:focus,
html .btn-cream.focus {
	border-color: #FFD9C2 #FFD9C2 #FFD9C2;
	color: #000;
	box-shadow: 0 0 0 3px rgb(255, 217, 194);
}

html .btn-cream:focus:not(.bg-transparent),
html .btn-cream.focus:not(.bg-transparent) {
	background-color: #FFD9C2;
}

html .btn-cream.disabled,
html .btn-cream:disabled {
	border-color: #FFD9C2 #FFD9C2 #FFD9C2;
}

html .btn-cream.disabled:not(.bg-transparent),
html .btn-cream:disabled:not(.bg-transparent) {
	background-color: #FFD9C2;
}

html .btn-cream:active,
html .btn-cream.active {
	border-color: #ebbf1d #ebbf1d #ebbf1d !important;
}

html .btn-cream:active:not(.bg-transparent),
html .btn-cream.active:not(.bg-transparent) {
	background-color: #ebbf1d !important;
	background-image: none !important;
}
/* end button cream */

/* btn Outline Black */
html .btn-outline.btn-black {
	border-color: rgb(0, 0, 0, 0.2);
	padding:15px 30px;
	font-size: 1em;
    color: #000;
}
html .btn-outline-white.btn-white {
	border-color: rgb(255, 255, 255, 0.8);
	padding:15px 30px;
	font-size: 1em;
    color: #fff;
}
html .btn-outline.btn-black:hover,
html .btn-outline.btn-black.hover,
     .btn-outline-white.btn-white:hover {
	background: #ebbf1d ;
	color: #000;
	/* border:none; */
}

html .btn-outline.btn-black:hover:not(.bg-transparent),
html .btn-outline.btn-black.hover:not(.bg-transparent) {
	background-color: #ebbf1d;
}

html .btn-outline.btn-black:focus,
html .btn-outline.btn-black.focus {
	border-color: #ebbf1d #ebbf1d #c8a013;
	color: #000;
	box-shadow: 0 0 0 3px rgb(239, 191, 20);
}

html .btn-outline.btn-black:focus:not(.bg-transparent),
html .btn-outline.btn-black.focus:not(.bg-transparent) {
	background-color: #d0a508;
}

html .btn-outline.btn-black.disabled,
html .btn-outline.btn-black:disabled {
	border-color: #ba9510 #c9a10f #b7920e;
}

html .btn-outline.btn-black.disabled:not(.bg-transparent),
html .btn-outline.btn-black:disabled:not(.bg-transparent) {
	background-color: #ebbf1d;
}

html .btn-outline.btn-black:active,
html .btn-outline.btn-black.active {
	border-color: #ebbf1d #ebbf1d #d0a60f !important;
}

html .btn-outline.btn-black:active:not(.bg-transparent),
html .btn-outline.btn-black.active:not(.bg-transparent) {
	background-color: #ebbf1d !important;
	background-image: none !important;
}
.header-logo img {
	width: 160px;
}
.btn {
	padding: 0.33rem 0.933rem;
}
.border-radius-20 {
	border-radius: 20px;
}
.border-radius-30 {
	border-radius: 30px;
}
.border-radius-40 {
	border-radius: 40px;
}
.border-radius-50 {
	border-radius: 50px;
}
.accordion .card.border-radius-40 {
	border-radius: 40px;
	margin-top:30px;
}
.section.bg-toska {
	background: #4da097!important;
}
.section.bg-cream {
	background: #ffd9c2!important;
}
.section.bg-yellow, .section-aboutus.bg-yellow {
	background: #ebbf1d!important;
}
.section.bg-red {
	background: #ff4b01!important;
}
.bg-yellow {
	background: #ebbf1d!important;
}
.bg-abu {
	background: #f4f4f4!important;
}
.bg-gray2 {
	background: #e5e5e5!important;
}
.section.bg-blue-soft {
	background: #80bde8!important;
}
.footer-custom p, .copyright p {
    color:#fff;
}
.text-orange {
	color:#FF4B01;
}
.border-logo-pods img {
	width: 70%;
}
.bg-transparent {
	background:transparent!important;
}
.accord-btn {
	width: 260px;
	position: absolute;
}
.accordion.accordion-modern-status.accordion-modern-status-arrow > .custom-icon .card-header a:after {
    transform: translate3d(0, -50%, 0) rotate(180deg);
    font-family: 'Font Awesome 6 Free';
    content: "\f0d8";
    font-weight: 900;
}
.accordion.accordion-modern-status > .custom-icon .card-header a:after {

    font-size: 14px;
}
.accordion.accordion-modern-status > .custom-icon {
    border-radius: 30px!important;
}
.accordion.accordion-modern-status > .custom-icon .card-header a {
	box-shadow: none;
}
.accordion.accordion-modern-status > .custom-icon .card-header a {
	padding: 15px 20px;
}
.accordion.accordion-modern-status > .custom-icon .card-body {
	padding: 1.1rem;
}
.link-location  {
    min-height: 100px;
    height: 100px;
    overflow: auto;
}
.link-location ul {
	margin-left:0px;
	padding-left:0px;
}
.link-location ul li {
	list-style-type: none;
	padding:3px 0;
}
.link-location ul li a {
	color:#999696;
}
.link-location ul li a:hover {
	color:#999696;
	text-decoration: none;
}
#header .header-nav-features {
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    border: 2px solid rgb(0, 0, 0, 0.2);
    border-radius: 5px;
}
#header .header-nav-lang {
    position: relative;
    padding: 2px 10px;
    margin: 0 5px;
	color:#000;
    border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 5px;
}
#header .header-nav-lang:hover {
   color: #616161;
   border-color: #616161;
}
#header .header-nav-lang.active {
   background: #ebbf1d;
   border:none;
}
#header .title-lang {
 text-align:center;
 font-size: 15px; 
 color: #333;
 font-weight: 700;
 text-decoration: none;
 
}
.border-logo-pods {
    text-align: center;
    padding: 30px;
    margin: 0 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.border-partnership {
    padding: 30px;
    margin: 0 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.border-logo-pods:hover, a.active .border-better-business {
	background: #ebbf1d;
	/* border:none; */
}
a .border-better-business:hover{
	text-decoration: none;
}
#better_business a:hover {
	text-decoration: none;
}
.border-better-business:hover {
	background: #ebbf1d;
}
.border-better-business {
    text-align: left;
    padding: 15px;
    margin: 20px 0px;
    border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 20px;
	text-decoration: none;
	box-shadow: 0px 0px 0px 0px rgb(243, 63, 94, 10%);
}
.border-better-business:hover {
	background: #ebbf1d;
	box-shadow: none;
	text-decoration: none;

}
.icon-wa-terbang {
    position:fixed;
    bottom:0px;
    right:70px;
    display:block;
    z-index:100;
}
/* home fetaures */
.de-image-text {
	-webkit-box-shadow: 0 2px 6px 0 rgb(10 10 10 / 10%);
	-moz-box-shadow: 0 2px 6px 0 rgba(10,10,10, .1);
	box-shadow: 0 2px 6px 0 rgb(10 10 10 / 10%);
}

.de-image-text {
    position: relative;
    overflow: hidden;
	color:#fff;
}
.border-location {
    text-align: left;
    padding: 25px;
    margin: 0px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}
.price-location {
	margin-top:40px;
}
.owl-carousel .owl-item  .de-image-text:before {
		/* background-color: transparent; */
		

    /* color: #ffffff;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* padding: 40px; */
    /* background: linear-gradient(0deg, rgba(30,30,30,0) 30%, rgba(30,30,30,1) 100%); */
}
/* .owl-carousel .owl-item  .de-image-text .d-text:before {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 40%, #000000BA 100%);
} */
 .owl-carousel .owl-item  .de-image-text .d-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	z-index: 1;
    transition: 0.4s;
	background: linear-gradient(180deg, rgba(30,30,30,0) 30%, rgba(30,30,30,1) 100%); 
}
/* .de-image-text:after {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, #000000BA 100%);
} */
.de-image-text .d-text h3 {
    color: #ffffff;
	font-size: 16px;
}
.d-text .location h3 {
    color: #ffffff;
	font-size: 16px;
	margin:0;
}
.teks-terbang {
	position: absolute;
	color: #fff;
    bottom: 0px;
    padding: 0 40px;
	z-index: 1;
}
.teks-terbang.location {
	position: absolute;
	color: #fff;
    bottom: 0px;
    padding: 0 40px;
	z-index: 1;
}
.de-image-text .d-text p {
	color: #ffffff;
	font-size: 13px;
}
/* End home fetaures */
.border-logo-karir {
    text-align: center;
    padding: 20px 15px;
    margin: 10px 0px;
    border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 40px;
    height: 130px;
}
.border-logo-partnership {
    text-align: center;
    padding: 15px 15px;
    margin: 10px 0px;
    border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 40px;
    height: 145px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link {
    /* color: #495057; */
    background-color: transparent;
	border: none;
}
.border-better-business.active {
	background: #ebbf1d;
}
.border-logo-partnership img {
    width:100%;
}
.footer-custom img {
	width: 180px;
	margin-bottom:10px;
}
.right-310 {
	right: -310px !important;
}
.accordion.accordion-modern-status > .card, .accordion .card-header {
	border-radius:100px;
}
.sm-teks-accord img {
	margin-top:20px;
}
.social-icons.social-icons-dark-2 li a i {
	font-size: 16px;
}
.thumb-custom .thumb-info .thumb-info-title  {
	/* background: #333;
    color: #FFF;
    font-weight: 600;
    left: 95px;
    letter-spacing: 0px;
    position: relative;
    z-index: 122;
    /* max-width: 50%;
    font-size: 17px;
    padding: 14px 21px 12px;
    bottom: 21px;
    width: 100%;
    border-radius: 50px; */
	
}
.thumb-info-title {
	position: relative;
    left: 100px;
    padding: 16px;
    background: #333;
    color: #fff;
    bottom: 19px;
    border-radius: 50px;
}
.breadcrumb > li a {
	color:#343434;
}
.cursor-pointer {
	cursor: pointer;
}
.terbang-location {
	position: sticky;
  }

.left-form-location {
    top: 110px;
}
.choose {
    border: 2px solid rgb(0, 179, 152);
}
.logo-diproduct img{
	width: 268px;
}
.pods-section .row {
	margin-bottom: 60px;
}
.no-margin {
	margin: 0!important;;
}
.partnersip-custom h5 {
	min-height:50px;
}
article .post-content a {
	text-decoration: none;
}
article .post-content h2 a {
	color:#000;
}
article.post .post-date {
    width: 40px;
}
.custom-posistion {
	float: left;
    width: 83%;
}
.acord-head {
	float:left;
	display: inline-block;
}
.float-left {
	float:left;
}
.text-area p {
	margin-bottom:0;
	font-weight: bold;
}
.text-area h5 {
	color:#FF4B01;
	font-size:22px;
}
.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected, .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item {
	border: none!important;
}
.de-image-text .d-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.4s;
    background: linear-gradient(180deg, rgba(30,30,30,0) 30%, rgba(30,30,30,1) 100%);
}
.min-height-3 p {min-height:160px;}
@media screen and (min-width: 575px) and (max-width:991px) {
	.thumb-info-title {
		left: 82px;
		bottom: 17px;
		border-radius: 50px;
	}
	.accord-btn {
		/* width: 260px; */
		position: relative;
	}
	
}
@media screen and (min-width: 460px) and (max-width: 575px) {
	.thumb-info-title {
		left: 50px;
		bottom: 17px;
		border-radius: 50px;
	}
}

@media (min-width: 992px) {
	
	.pe-lg-11 {
		padding-right: 11rem!important;
	}
	.pe-lg-12 {
		padding-right: 12rem!important;
	}
	.pe-lg-13 {
		padding-right: 13rem!important;
	}
}
@media screen and (max-width: 575px) {
	#aboutus, #find_us, #multifuncytional, #testimony, #partnership, .custom-highlight-text-1 {
		text-align:center;
	}
	.thumb-info-inner {
		font-size:11px;
	}
	.thumb-info-title {
		left: 46px;
		bottom: 15px;
		padding: 10px;
		border-radius: 30px;
	}
	.terbang-location {
		position: relative;
	  }
	  .border-logo-partnership {
        text-align: center;
        padding: 5px 15px;
        margin: 10px 0px;
        border: 1px solid rgb(0, 0, 0, 0.2);
        border-radius: 40px;
        height: 148px;
    }
    	#aboutus img, #multifuncytional img {
	    height:100%;
	}
    .min-height-3 p {
        /*min-height: 352px;*/
         min-height: 414px;
    }
    .left-form-location {
        top: 0;
        margin-bottom: 30px;
    }
    .accord-btn {
        position: relative;
    }
    
    .mr-sm-3 {
        margin-right:20px;
    }
    .acord-head {
        margin-right: 20px;
    }
    
    
    .testimonial .testimonial-author strong {
        min-height: 100px;
    }
}
@media screen and (max-width: 380px) {
	.thumb-info-inner {
		font-size:10px;
	}
	.thumb-info-title {
		left: 34px;
		bottom: 15px;
		padding: 6px;
		border-radius: 20px;
	}

}


