@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {font-family: 'Poppins', sans-serif;}
body{
	color: #444;
}

.m-navbar {
	height: 90px;
}
.upp {
	text-transform: uppercase;
}

.f-dark {
	color: #1D3557 !important;
}

.fs-14 {
	font-size: 14px;
}

.fs-13 {
	font-size: 13px;
}

.cap {
	text-transform: capitalize !important; 
}

.radius {
	border-radius: 50px
}

.m-navbar a.dropdown-item{
	font-size: 14px !important;
}

.m-navbar .dropdown-menu {
	/*top: 150%;*/
	padding: 0px;
	border-radius: 0px;
	border: unset;
	box-shadow: 0px 0px 30px #1D355708;
	min-width: 10rem;
}

.m-navbar .dropdown-item:hover{
	background-color: #FFF;
}


.m-navbar .dropdown-item {
	text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 9px 14px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.03);

}

.header {
	background-color: #F8FAFC;
}

.header .side-1 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.header .title-header {
	font-size: 42px;
	color: #1D3557;
}

.c-grey-light {
	color: #444;
}

.c-grey-light:hover {
	text-decoration: none;
	color: #444;
}

.header .subtitle {
	font-weight: 300;
	color: #444
}

.bg-grey-light{
	background-color: #5F6F85;
}

.cover {
	background-size: cover;
}

.center-position{
	background-position: center
}


.info-owl .owl-nav .owl-prev{
	display: inline-block;
	width: 30px;
	z-index: 99;
	cursor: pointer;
	color: #fff !important;
	height: 30px;
	background-color: unset !important;
	border:1px solid #fff !important;
	border-radius: 50px;
	text-align: center;
	padding: 2px;

	position: absolute;
	left: -50px;
	top : -10px;
}

.info-owl .owl-nav .owl-next{
	display: inline-block;
	width: 30px;
	color: #fff !important;
	z-index: 99;
	cursor: pointer;
	height: 30px;
	background-color: unset !important;
	border:1px solid #fff !important;
	border-radius: 50px;
	text-align: center;
	padding: 2px;

	position: absolute;
	right: -50px;
	top : -10px;
}

.timeline{
	margin-top: 40px;
	margin-left: 10px;
	position: relative;
	left: -25px;
}

ul.timeline li
{
  position: relative;
  height: 4.8em;
  color: #444;
  padding-left: 25px;
}

ul.timeline li::marker{
	content: "●";
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	left: -1em;
	top: 0.1em;
	color: #dc3545;
	font-size: 20px;
}

.btn-sliders{
	background: unset;
	border: solid 1.5px #fff;
	color: #fff;
	border-radius: 50px;
	padding: 3px 8px;
	margin-right: 10px;
	margin-left: 10px;
}

.harga_paket{
	box-shadow: 0px 0px 15px 5px #F8FAFC;
	padding-left:0;
	padding-right:0;
	border-radius: 10px;
	color: #1D3557;
}


.wa-btn {
    position: fixed;
    bottom: 25px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    height: 50px;
    border-radius: 30px;
    background: #E63946;
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 600;
    color: white;
    z-index: 99;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: 300;
}
.wa-btn {
    font-weight: 600;
    color: white;
}
.wa-btn span.chat24jam {
    font-size: 12px;
}
.wa-btn span {
    display: block;
    line-height: 1.2;
}

.harga {
    min-height: unset;
}
.custom-modal{
  	width: auto;
}
@media only screen and (min-width: 600px) {
  .harga {
    min-height: 950px;
  }
  .custom-modal{
  	width: 450px;
  }
}

