.mt-3{
	margin-top: 3rem;
}
.mb-3{
	margin-bottom: 3rem;
}
.mt-5{
	margin-top: 5rem;
}
.mb-5{
	margin-bottom: 5rem;
}

.navbar-toggle {
    background: none;
    color: #111 !important;
}

.about .image-box .part-img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: -1;
    border: 7px solid #02b051;
}
.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: #0a1e39;
    border: 5px solid #fff;
    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;
}
.fun-fact-inner .single-box {
    min-height: 2rem;
}
.single-box p, h6{
	color: #fff;
	margin: 0 0 10px;
}
.def-btn {
    height: 55px;
    line-height: 55px;
    background: #e7b03c;
    border-radius: 30px;
    padding: 20px 40px;
    font-size: 18px;
    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: #e7b03c;
    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: #4CAF50;
    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;
}

.main-footer a {
    color: #fff;
}

.main-footer {
    color: #ffffff;
	background: #4caf50;
}
.main-footer .contact-info li a {
   color: #ffffff;
}
.main-footer hr {
    border-top: 1px solid rgb(255 255 255 / 80%);
    margin: 0;
}
.social-buttons li {
    border: 1px solid #fff;
}
.social-buttons li i {
    color: #fff;
}
.gradient1 {
    background: #fff;
    box-shadow: 0 -8px 15px #000;
}
.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;
}
.property-image-wrapper img {
    border-radius: 15px 15px 0 0;
}
.navbar-default {
    border-top: 1px solid rgb(0 0 0 / 30%);
    border-bottom: none;
    border-right: none;
    border-left: none;
    margin: 0;
    padding: 15px;
    background: none;
    color: #fff;
}
.navbar-default .navbar-nav li a {
    transform: scale(1);
}
.navbar-default .navbar-nav .dropdown-menu {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 0.92308rem;
    padding: 0px 30px;
    min-width: 300px;
}

.sticky-wa {
    width: auto;
    height: auto;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 999;
    border: 0 solid #000;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 20px;
    background: #4caf50;
}

@media only screen and (max-width: 992px) {
	.fun-fact-inner{
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.main-header {
		position: relative;
	}
	.navbar-default {
		padding: 5px 15px;
	}
	.navbar-default .navbar-toggle {
		font-size: 10px;
	}
	.navbar-default .navbar-brand img {
		max-height: 60px;
	}
	.main-header .contact-info {
		display: none;
	}
}