.mt-3{
	margin-top: 3rem;
}
.mb-3{
	margin-bottom: 3rem;
}
.mt-5{
	margin-top: 5rem;
}
.mb-5{
	margin-bottom: 5rem;
}
/* header & navbar */
.navbar-toggle {
    background: none;
    color: #111 !important;
}
.main-header {
    z-index: 9;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
.navbar-default {
    padding: 5px;
}

.navbar-default .navbar-nav li a {
    display: block;
    padding: 5px;
    width: 100%;
    color: #111;
    border-bottom: 1px solid transparent;
    font-family: 'Manrope', sans-serif;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    font-weight: 700;
    font-size: 1rem;
}
/**   end **/
body {
    font-family: "Manrope", sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Manrope', sans-serif !important;
}
.main-footer {
    background: #262627;
    color: #a8a8a8;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
}
.property-image-wrapper img {
    border-radius: 15px 15px 0 0;
}
.about .image-box .part-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
.about .image-box .fun-fact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border: 5px solid #c49a56;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(51,51,51,.1);
    box-shadow: 0 5px 10px 0 rgba(51,51,51,.1);
    padding: 30px 25px;
    margin: -30px 35px 0;
    z-index: 2;
}
.about .image-box .fun-fact-inner .single-box {
    padding: 0 10px;
	font-weight: 600;
}
.fun-fact-inner .single-box {
    min-height: 2rem;
}
.single-box p, h6{
	color: #111;
	margin: 0 0 10px;
}
.def-btn {
    line-height: 55px;
    background: #333;
    border-radius: 30px;
    padding: 18px 30px;
    font-size: 1rem;
    color: #fff;
}
.def-btn:hover, .def-btn:focus {
    background: #e7b03c;
    color: #fff;
}

.process .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 20px 0 rgba(51,51,51,.12);
    box-shadow: 0 0 20px 0 rgba(51,51,51,.12);
    border-radius: 10px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.single-box {
    min-height: 235px;
}

.process .single-box .part-icon {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
.process .single-box .part-txt {
    text-align: center;
}
.process .single-box .part-txt p{
    color: #111;
}
.process .single-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 6px;
    background: #F44336;
    border-radius: 3px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: -3;
}

.btn-wa{
	padding: 10px 30px;
    font-size: 1.2rem;
    background: #F44336;
    border-radius: 15px;
	color: #fff;
}

.btn-wa:hover{
	padding: 10px 30px;
    font-size: 1.2rem;
    background: #9fdca1;
    border-radius: 15px;
	color: #111;
}

.property-descr h3 {
    margin-bottom: 20px;
}

.bg-dark {
    background: #333;
}
.section-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}
.section-title {
    font-size: 46px;
    font-weight: 400;
    color: #111;
    position: relative;
    line-height: 1.25em;
}
.text-white {
    color: #fff;
}
.blog-title {
	font-size: 1.35rem;
    font-weight: 700;
}
.isi p {
	margin-bottom: 10px;
}
.justify-content-center {
	display: flex;
    justify-content: center;
}
.cbp .cbp-item {
    border-radius: 10px;
}
.cbp-caption-revealBottom .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;
    background: #d13300;
}
.cbp-l-caption-title {
    color: #fff;
    font-size: 1.5rem;
    line-height: 3rem;
}
.section-intro {
    padding: 1px 0px;
}
.gradient1 {
    background: -webkit-linear-gradient(25deg, #9b78ba 0%, #f08153 100%);
    background: linear-gradient(65deg, #9b78ba 0%, #f08153 100%);
}
.property-descr {
    background: #fff;
    position: relative;
    padding: 30px 20px;
    display: block;
    width: 100%;
    text-align: center;
}
.about-content p {
    line-height: 24px;
    margin: 0 0 20px;
    font-size: 1.1rem;
}
.footer-address {
	display: block;
    margin-left: 40px;
    margin-top: -30px;
}
.style_FABContainer__CkVYF {
    background-image: url(https://storage.googleapis.com/base-lp-assets/whatsapp_FAB.svg);
    background-position: 50%;
    border-radius: 50%;
    bottom: 2.5rem;
    cursor: pointer;
    height: 100px;
    position: fixed;
    right: 0;
    width: 100px;
    z-index: 999;
}
.style_buttonFlat__USXaV {
    cursor: pointer;
    outline: none;
}

@media only screen and (max-width: 992px) {
	.fun-fact-inner{
		display: none !important;
	}
}