@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	font-size: 16px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	/* Firefox */
}

*:focus {
	outline: none;
}

a {
	color: #d87c31;
}

a:hover {
	color: #000;
}

.color-black {
	color: #000;
}

.f-25 {
	font-size:25px;
}
.logo img {
	position: relative;
	z-index: 1;
	margin: 0px 25px 4px 0px;
}

nav {
	position: relative;
	padding: 7px 20px;
	float: right;
	margin-bottom: 40px;
}

nav li a {
	color: #d87c31;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 10px;
}

.nav-pills li::after {
	content: "";
	position: absolute;
	z-index: 1;
	border-right: 1px solid #d87c31;
	display: block;
	top: 5px;
	right: 0%;
	height: 13px;
}

.nav {
	align-content: center;
}

.nav-link {
	color: #d77b30;
	padding: 0;
	text-decoration: underline;
}

.nav-item {
	padding: 0 20px;
	position: relative;
}

.nav-pills li:last-child::after {
	border-right: 0;
}

nav .nav-link:hover, nav .nav-link:focus, nav .nav-link:active {
	color: #000;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #000;
	background: none;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #d77b30;
}

.form-check-input[type="radio"] {
	border-radius: 50% !important;
	width: 20px !important;
	height: 20px !important;
	padding: 7px !important;
	margin-right: 5px;
	margin-top: 3px;
	border: 1px solid #d77b30;
	cursor: pointer;
}

ul {
	position: relative;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

button {
	color: #fff;
	border-radius: 3px;
	border: 0;
	background: #000;
	padding: 6px 40px;
	font-size: 18px;
	font-weight: 600;
}

button:hover {
	background: #d77b30;
}

.inner-ul ul {
	padding: 0;
}

.footer {
	background: #e8c94a;
	padding: 15px 0 !important;
}

.footer li a {
	font-size: 14px;
	color: #fff;
}

.footer li a:hover {
	color: #000;
}

.footer .nav-pills li::after {
	border-right: 1px solid #fff;
}

.footer .nav-pills li:last-child::after {
	border-right: 0;
}

h1 {
	font-size: 27px;
	color: #d77b30;
	font-weight: 600;
}

h2 {
	color: #666666;
	font-size: 23px;
	font-weight: 400;
}

h4 {
	color: #000;
}

h5 {
	font-size: 28px;
	color: #d77b30;
	font-weight: 500;
}

.form-control::placeholder {
	color: #000;
	opacity: 1;
}

h3 {
	color: #d77b30;
	font-size: 20px;
}

p {
	line-height: 1.4em;
	font-size: 16px;
	color: #000;
}

.font-12 {
	font-size: 12px;
	color: #000;
}

.form-control, .form-select {
	border: 1px solid #666;
	font-size: 16px;
	border-radius: 4px;
	padding: 10px;
}

.form-control:focus, .form-select:focus {
	box-shadow: none;
	border-color: #000;
}

.form-check-input {
	padding: 8px;
	border-radius: 0 !important;
	border: 1px solid #666;
}

.form-check-input:focus {
	box-shadow: none;
}

.form-check-input:checked {
	background-color: #d77b30;
	border-color: #d77b30;
}

.form-select:focus, .form-check-input {
	box-shadow: none !important;
}

.modal-content {
	border-radius: 0 !important;
}

.modal-header {
	border-radius: 0;
	background: #d77b30;
	color: white;
}

.modal-title {
	color: #fff;
}

.btn-close {
	background: none !important;
	font-size: 19px;
	color: white;
	opacity: 1;
	font-weight: 400;
	height: inherit !important;
}

.btn-close:focus {
	box-shadow: none !important;
}

.modal-footer {
	border-top: 0 !important;
	text-align: center;
	display: inline;
	padding-bottom: 40px;
}

.modal-body {
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 30px 0;
	font-weight: 500;
}

.modal-footer button {
	background: #d77b30 !important;
}

.modal-dialog {
	margin: 15% auto;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #d77b30;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #d77b30;
}

.inner-ul p {
	font-size: 15px;
}

.inner-ul li {
	margin-left: 20px;
	font-size: 15px;
}

.inner-ul li li {
	margin-left: 30px;
	font-size: 15px;
}

.banner-home {
	background: url(../img/Hero_image.jpg) no-repeat;
	height: 540px;
	background-size: cover;
	margin-top: -34px;
	position: relative;
}

.banner-home h1 {
	color: #fff;
	font-size: 33px;
	text-shadow: 4px 4px 5px #645206;
	font-weight: 500;
	padding-top: 30px;
}

.banner-home h2 {
	color: #fff;
	font-size: 28px;
	text-shadow: 4px 4px 5px #645206;
	font-weight: 500;
	padding-top: 10px;
}

.banner-home p {
	color: #fff;
	font-size: 28px;
	text-shadow: 4px 4px 5px #645206;
	font-weight: 300;
}

.banner-home button {
	background: none;
}

.banner-strip {
	background: #e8c94a;
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	padding: 7px;
}

.strip-banner:before {
	content: "";
	/*kosong, for it to exist*/
	background-color: rgb(209,133,58,0.6);
	position: absolute;
	width: 60%;
	height: 250px;
	left: 0;
	z-index: 0;
}

.strip-banner h1 {
	color: #fff;
	font-size: 30px;
	position: relative;
	z-index: 1;
	text-shadow: none;
}

.strip-banner li {
	color: #fff;
	font-size: 20px;
	line-height: 2.5em;
	font-weight: 300;
	text-shadow: none;
}

button .fa {
	font-size: 25px;
	padding: 0 8px;
}

.alerts li {
	font-size: 16px;
	line-height: 2em;
	font-weight: 400;
}

.alerts li span {
	color: #000;
}

.alerts img {
	width: 28px;
	margin-right: 8px;
}

.fw-500 {
	font-weight: 500;
}

.fw-400 {
	font-weight: 400;
}

.number li {
	line-height: 3em;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000;
}

.number li span {
	width: 28px;
	height: 28px;
	background: #e8c94a;
	border-radius: 50px;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	line-height: 1.8em;
}

table {
	font-size: 14px;
}

.inner-ul li {
	list-style: disc;
	line-height: 2em;
}

.no-disc li {
	list-style: none;
}

.lite-shade {
	position: relative;
	z-index: 2;
}

.lite-shade::after {
	background: url(../img/imgpsh_fullsize_anim.png) no-repeat;
	padding: 20px;
	border-radius: 5px;
	content: "";
	width: 425px;
	height: 250px;
	position: absolute;
	top: 30px;
	z-index: -1;
	left: 50px;
}

.tp-strip {
	background: #e8c94a;
	height: 40px;
	margin-top: -35px;
}

.fix-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 12;
}

.offer {
	width: 23px;
	margin-right: 8px;
}

.i-button {
	color: #d77b30;
	background: #fff !important;
	padding: 15px 80px;
	border-radius: 50px;
	font-size: 25px;
	text-transform: uppercase;
	box-shadow: 3px 5px 10px #645206;
}

.i-button:hover {
	color: #d77b30;
	background: #fff !important;
	padding: 15px 80px;
	border-radius: 50px;
	font-size: 25px;
	text-transform: uppercase;
	box-shadow: 4px 4px 5px #000;
}

.text-black {
	color: #000 !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	text-shadow: none !important;
}

.btn-circle {
	color: #d77b30;
	background: #fff !important;
	padding: 15px;
	border-radius: 50%;
	font-size: 25px;
	width: 100px;
	height: 100px;
	text-transform: uppercase;
	box-shadow: 3px 5px 10px #645206;
}

.btn-circle:hover {
	box-shadow: 4px 4px 5px #000;
}

.curvebg {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: #fff;
	padding: 16px 14px;
	border-radius: 60px;
	display: flex;
	justify-content: space-around;
}

.c-strip {
	background: #d77b30 !important;
	padding: 5px 0 0px 0;
	width: 100%;
	border-radius: 0;
}

.c-strip:hover {
	background: #c76e25 !important;
	box-shadow: 1px 1px 1px #c76e25;
}

.curvebg li {
	display: inline-block;
	width: 218px;
	text-align: center;
}

.curvebg li img {
	width: 165px;
	height: 102px;
}

.curvebg h2 {
	font-size: 22px;
	text-shadow: none;
	margin: 0;
}

.curvebg p {
	font-size: 18px;
	font-weight: 400;
	padding: 0 0 10px 0;
	margin: 0;
}

.brlft {
	border-bottom-left-radius: 50px;
}

.brrft {
	border-bottom-right-radius: 50px;
}

.font-16 {
	font-size: 16px !important;
}

.font-14 {
	font-size: 14px;
}

.s-btn {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -28px;
	background: #fff !important;
	border-radius: 35px;
	color: #d77b30;
	box-shadow: 3px 5px 10px #645206;
	padding: 11px 50px;
	text-align: center;
	font-size: 24px;
}

.s-btn:hover {
	box-shadow: 3px 5px 10px #000;
}

.bh-pull {
	margin-top: -82px;
}

table th {
	background: #d77b30 !important;
	color: #fff;
	font-weight: 500;
	min-width: 220px;
	vertical-align: middle;
}

.fa-phone {
	color: #d77b30;
}

.g-btn {
	background: #fff !important;
	border-radius: 35px;
	color: #d77b30;
	box-shadow: 3px 5px 10px #645206;
	font-size: 22px;
	padding: 11px 30px;
	text-align: center;
}

.g-btn:hover {
	box-shadow: 3px 5px 10px #000;
}

.lite-shade h4, .inner-ul h4{
	color: #d77b30;
}

.txt-orange{
	color:#000;
}