@import url('graphik.css');
/* #f2d19f */
body {
	font-family: 'Graphik', sans-serif;
	color: #333 !important;
	letter-spacing: 0.5px;
	background-color:  #f5f5f5;
	font-size: 15px;
}

a:hover {
	text-decoration: none;
}

.bg-light {
	background-color: #f5f1ec !important;
}

.bg-light2 {
	background-color: #cec3b3 !important;
}



.s-top {
	margin-top: 120px;
}
p{
	    letter-spacing: 0.5px;
}

.dom {
	display: flex;
	align-items: center;
	background-color: rgb(228, 228, 228);
	border-radius: 5px;
}

.dom div {
	padding: 7px;
}

.dom input {
	border-radius: 0px !important;
	box-shadow: none !important;
	border-color: #cfcfcf !important;
}


/* CREATE */
.wizard-steps {
	list-style: none;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.wizard-steps li {
	display: table-cell;
	text-align: center;
	width: 1%
}

.wizard-steps li .step {
	border: 5px solid #ced1d6;
	color: #546474;
	font-size: 15px;
	border-radius: 100%;
	background-color: #FFF;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
}

.wizard-steps li:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	font-size: 0;
	overflow: hidden;
	border-top: 4px solid #CED1D6;
	position: relative;
	top: 21px;
	z-index: 1;
}

.wizard-steps li:last-child:before {
	max-width: 50%;
	width: 50%
}

.wizard-steps li:first-child:before {
	max-width: 51%;
	left: 50%
}

.wizard-steps li.active .step,
.wizard-steps li.active:before,
.wizard-steps li.complete .step,
.wizard-steps li.complete:before {
	border-color: #5293c4;
}

.wizard-steps li.complete .step {
	cursor: default;
	color: #FFF;
	-webkit-transition: transform ease .1s;
	-o-transition: transform ease .1s;
	transition: transform ease .1s;
}

.wizard-steps li.complete .step:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	content: "\f00c";
	background-color: #FFF;
	z-index: 3;
	font-family: FontAwesome;
	font-size: 17px;
	color: #87ba21;
}

.wizard-steps li.complete:hover .step {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	border-color: #80afd4;
}

.wizard-steps li.complete:hover:before {
	border-color: #80afd4;
}

.wizard-steps li .title {
	display: block;
	margin-top: 4px;
	max-width: 100%;
	color: #949ea7;
	z-index: 104;
	text-align: center;
	table-layout: fixed;
	word-wrap: break-word;
}

.wizard-steps li.active .title,
.wizard-steps li.complete .title {
	color: #2b3d53;
}

.step-content {
	position: relative;
}

.step-content .step-pane {
	display: none;
	min-height: 200px;
	padding: 4px 8px 12px;
}

.step-content .step-pane.active {
	display: block;
}

.wizard-actions {
	text-align: right;
}

@media only screen and (max-width:767px) {
	.wizard-steps li .step {
		width: 30px;
		height: 30px;
		line-height: 24px;
		border-width: 3px;
	}

	.wizard-steps li:after,
	.wizard-steps li:before {
		border-width: 3px;
	}

	.wizard-steps li.complete .step:before {
		line-height: 24px;
		font-size: 13px;
	}

	.wizard-steps li:before {
		top: 16px;
	}

	.step-content .step-pane {
		padding: 4px 4px 6px;
		min-height: 150px;
	}
}

.step-content .step-pane.active .form-inline .form-group {
	vertical-align: top !important;
}



.menu a{
	display: block;
	color: #6c757d;
}

.menu a.active{
	font-weight: bold;
	color: #6b5a40;
}

.text-black {
	color: black !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: bold !important;
}

.text-primary {
	color: #6b5a40 !important;
}

a.text-primary:hover {
	color: #6b5a40 !important;
}

header nav .navbar-nav .nav-link  {
	color: #333 !important;
	padding-left: 45px;
	padding-right: 45px;
	font-size: 16px;
}

header nav .navbar-nav .nav-link.active {
	color: #857358 !important;
	font-weight: bold;
	border-bottom: 2px solid #f5f5f5;
	
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}

.btn-lg{
	font-size: 16px;
}

.crop-foto {
	height: 200px;
	overflow: hidden;
}

.crop-content {
	height: 70px;
	overflow: hidden;
}

.isi-content img {
	background-size: cover;
	width: 100%;
	height: auto;
}

footer h5 {
	color: #000 !important;
}

footer a {
	color: #6c757d !important;
}

.form-control {
	border-radius: 10px !important;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.07) !important;
}

.card {
	border-radius: 10px;
}

.card figure {
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
	border-radius: 10px;
}

.card figure:before {
	z-index: 2;
	-webkit-transition: .4s all ease;
	-o-transition: .4s all ease;
	transition: .4s all ease;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	position: absolute;
	content: "";
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
}

.card figure img {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.card:hover figure:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.card:hover figure img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.bg-primary {
	background-color: #857358 !important;
}

.bg-black {
	background-color: #000 !important;
}

.btn {
	border-radius: 5px !important;
}

.btn-primary {
	background-color: #857358 !important;
	border-color: #857358 !important;
	color: white !important;
}

.btn-primary:hover {
	background-color: #857358 !important;
	border-color: #857358 !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-primary:focus {
	background-color: #857358 !important;
	border-color: #857358 !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-primary1 {
	background-color: #a87830 !important;
	border-color: #a87830 !important;
	color: white !important;
}

.btn-primary1:hover {
	background-color: #857358 !important;
	border-color: #857358 !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-primary1:focus {
	background-color: #857358 !important;
	border-color: #857358 !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-primary2 {
	background-color: #676834c6 !important;
	border-color: #a87830 !important;
	color: white !important;
}

.btn-primary2:hover {
	background-color: #857358 !important;
	border-color: #857358 !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-primary2:focus {
	background-color: #857358 !important;
	border-color: #857358 !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-primary3 {
	background-color: #ee710bc6 !important;
	border-color: #a87830 !important;
	color: white !important;
}

.btn-primary3:hover {
	background-color: #857358 !important;
	border-color: #857358 !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-primary3:focus {
	background-color: #857358 !important;
	border-color: #857358 !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}



.pr{
	position: absolute;
	width: 100px;
}

.fitur .fal {
	font-size: 40px;
	color: #857358 !important;
}

.radius-10 {
	border-radius: 10px;
}

.radius-20 {
	border-radius: 20px;
}

footer .atas{
	background-color: #e0dfdf !important;
	color: #000 !important;
}

footer .bawah{
	background-color: #bab9b9 !important;
	color: #000 !important;
}

footer a{
	color: #000 !important;
}

.testi{
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	cursor: pointer;
}

.f-so i{
	font-size: 30px;
}

#whatsapp-chat {
  position: fixed;
  background: #fff;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  animation-name: showchat;
  animation-duration: 0.5s;
  transform: scale(1);
}
a.blantershow-chat:link,
a.blantershow-chat:visited {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a.blantershow-chat {
  background: linear-gradient(to right top, #e1ae66, #e1ae66);
  color: #fff;
  position: fixed;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  text-decoration: none;
}
a.blantershow-chat i {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}
.header-chat {
  background: #e1ae66;
  color: #fff;
  padding: 15px 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color:#fff;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}
a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.75s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
.blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
}
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none;
  min-height: 20px;
}
a#send-it {
  color: #555;
  margin: -5px 0 0 5px;
  font-weight: 700;
  padding: 8px 15px;
  background: #eee;
  border-radius: 10px;
}
.first-msg {
  background: url('/themes/website/assets/img/wa-background.png');
  padding: 30px 15px;
  text-align: left;
  position: relative;
}

.first-msg::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 30px;
  left: 3px;
  width: 12px;
  height: 19px;
}

.first-msg span {
  background: #ffffff;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 0 4px 4px 4px;
  padding: 15px 20px;
  display: inline-block;
}
.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  outline: transparent none medium;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 23px;
  color: #fff;
}

a.close-chat:hover {
  opacity: 0.8;
}


.submenu{
	width: 100%;
	background: #cec3b3;
	float: left;
	margin-top: 5px;
	padding: 10px;
}
.submenu a{
	padding: 5px 20px 5px 20px;
	color: #333;
}
.submenu a:hover{
	padding: 5px 20px 5px 20px;
	color: #fff;
}





@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;

  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.khitanan-list{
	min-height: 200px;
}

.search{
	position: relative;
	box-shadow: 0 0 40px rgba(51, 51, 51, .1);
	width: 100%;
	  
	}

	.search input{

	 height: 60px;
	 text-indent: 25px;
	 border: 2px solid #d6d4d4;


	}


	.search input:focus{

	 box-shadow: none;
	 border: 2px solid blue;


	}

	.search .fa-search{

	 position: absolute;
	 top: 20px;
	 left: 16px;

	}

	.search button{
	 position: absolute;
	 top: 5px;
	 right: 5px;
	 height: 50px;
	 width: 110px;
	 background: blue;

	}